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/95] chore: upgrade to v1.9.0 --- Cargo.lock | 4577 ++++++++++++----------- Cargo.toml | 194 +- runtime/devnet/src/config/contracts.rs | 4 +- runtime/devnet/src/lib.rs | 6 +- runtime/testnet/src/config/contracts.rs | 4 +- runtime/testnet/src/lib.rs | 6 +- 6 files changed, 2485 insertions(+), 2306 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 19462803..29a91410 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -203,6 +203,20 @@ dependencies = [ "num-traits", ] +[[package]] +name = "aquamarine" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d1da02abba9f9063d786eab1509833ebb2fac0f966862ca59439c76b9c566760" +dependencies = [ + "include_dir", + "itertools 0.10.5", + "proc-macro-error", + "proc-macro2", + "quote", + "syn 1.0.109", +] + [[package]] name = "aquamarine" version = "0.5.0" @@ -505,33 +519,33 @@ dependencies = [ [[package]] name = "asset-test-utils" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f064aa017f01e30c8e63a616df8dbcaeec8b32f5cfd52a37abe16c9f6d073be2" -dependencies = [ - "cumulus-pallet-parachain-system 0.9.0", - "cumulus-pallet-xcmp-queue 0.9.0", - "cumulus-primitives-core 0.9.0", - "frame-support 30.0.0", - "frame-system 30.0.0", - "pallet-assets 31.0.0", - "pallet-balances 30.0.0", - "pallet-collator-selection 11.0.1", - "pallet-session 30.0.0", - "pallet-timestamp 29.0.0", - "pallet-xcm 9.0.1", - "pallet-xcm-bridge-hub-router 0.7.0", - "parachains-common 9.0.0", +checksum = "1c81733430dbb312765566043bcb2c022dbb7492bacbe67018c630dbce753936" +dependencies = [ + "cumulus-pallet-parachain-system 0.10.0", + "cumulus-pallet-xcmp-queue 0.10.0", + "cumulus-primitives-core 0.10.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "pallet-assets 32.0.0", + "pallet-balances 31.0.0", + "pallet-collator-selection 12.0.1", + "pallet-session 31.0.0", + "pallet-timestamp 30.0.0", + "pallet-xcm 10.0.1", + "pallet-xcm-bridge-hub-router 0.8.0", + "parachains-common 10.0.0", "parachains-runtimes-test-utils", "parity-scale-codec", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "staging-parachain-info 0.9.0", - "staging-xcm 9.0.0", - "staging-xcm-builder 9.0.0", - "staging-xcm-executor 9.0.1", - "substrate-wasm-builder 19.0.0", + "staging-parachain-info 0.10.0", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", + "staging-xcm-executor 10.0.0", + "substrate-wasm-builder 20.0.0", ] [[package]] @@ -877,19 +891,35 @@ version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "93f2635620bf0b9d4576eb7bb9a38a55df78bd1205d26fa994b25911a69f212f" dependencies = [ - "bitcoin_hashes", + "bitcoin_hashes 0.11.0", "rand", "rand_core 0.6.4", "serde", "unicode-normalization", ] +[[package]] +name = "bitcoin-internals" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9425c3bf7089c983facbae04de54513cce73b41c7f9ff8c845b54e7bc64ebbfb" + [[package]] name = "bitcoin_hashes" version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "90064b8dee6815a6470d60bad07bbbaee885c0e12d04177138fa3291a01b7bc4" +[[package]] +name = "bitcoin_hashes" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1930a4dabfebb8d7d9992db18ebe3ae2876f0a305fab206fd168df931ede293b" +dependencies = [ + "bitcoin-internals", + "hex-conservative", +] + [[package]] name = "bitflags" version = "1.3.2" @@ -1113,19 +1143,19 @@ dependencies = [ [[package]] name = "bp-header-chain" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0385451093c090de3cd21df0fc167d850cd1593ebe92ab46a3cc94134a9ee9f7" +checksum = "700fa6f4a3258a0eee471c7f70698c69d5b911d125f49f8139f0c61b7fdb6c9d" dependencies = [ - "bp-runtime 0.9.0", + "bp-runtime 0.10.0", "finality-grandpa", - "frame-support 30.0.0", + "frame-support 31.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-grandpa 15.0.0", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-consensus-grandpa 16.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -1147,35 +1177,35 @@ dependencies = [ [[package]] name = "bp-messages" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92750c1e1c3acf6ad275b98dbdf39e5f712c6191200e918c72f3971dc68bd3dc" +checksum = "ebfb4d04936f86b63257d32b128b5e757de0273abf22794d3ae827323416e385" dependencies = [ - "bp-header-chain 0.9.0", - "bp-runtime 0.9.0", - "frame-support 30.0.0", + "bp-header-chain 0.10.0", + "bp-runtime 0.10.0", + "frame-support 31.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-std", ] [[package]] name = "bp-parachains" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9f687d8cdbc20a020c47bdba2e4a4036d89c0b653e790e2b88381e7b83ca902" +checksum = "7f0c940507c4db7652a660228daefd82317bf6cd8aacff33df9e6ac9c45371c2" dependencies = [ - "bp-header-chain 0.9.0", - "bp-polkadot-core 0.9.0", - "bp-runtime 0.9.0", - "frame-support 30.0.0", + "bp-header-chain 0.10.0", + "bp-polkadot-core 0.10.0", + "bp-runtime 0.10.0", + "frame-support 31.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -1200,35 +1230,35 @@ dependencies = [ [[package]] name = "bp-polkadot-core" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d7c738771da06f4625df5fe80c8d1500bfeb96222dd84953e56205ed1f1f235" +checksum = "d14dd5cfb1176aebe8d9dc0c42273f978f63a6137ff10709caf380219847c010" dependencies = [ - "bp-messages 0.9.0", - "bp-runtime 0.9.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "bp-messages 0.10.0", + "bp-runtime 0.10.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "parity-util-mem", "scale-info", "serde", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "bp-relayers" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7d60cd3e121ea701141a3501fd7414d3274150866214678b24d0ad9e322ad8d" +checksum = "41101efa1afc121ed8f4b5b93c9ee28bdab3f912237103521eea67c164c86c20" dependencies = [ - "bp-messages 0.9.0", - "bp-runtime 0.9.0", - "frame-support 30.0.0", + "bp-messages 0.10.0", + "bp-runtime 0.10.0", + "frame-support 31.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -1258,12 +1288,12 @@ dependencies = [ [[package]] name = "bp-runtime" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "054cd0a70ff7f847a9072e097e493bfa5cd0434c26d257132f9a05ebc5f73bce" +checksum = "a97193ef70796e6c3bb1e0de930d2174a07c7b8cb07f19eead5b5c3f56d6b7b9" dependencies = [ - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "hash-db", "impl-trait-for-tuples", "log", @@ -1271,34 +1301,34 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", "sp-std", - "sp-trie 31.0.0", + "sp-trie 32.0.0", "trie-db", ] [[package]] name = "bp-test-utils" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6a7cd5acb864eb002cb324def3e92fc7aea3b890dcf8467c23d102413e54268" +checksum = "2eac8331de5fc5e0012e3c5b0c245b9b6b33878edbe64cdfd133c2dce9443898" dependencies = [ - "bp-header-chain 0.9.0", + "bp-header-chain 0.10.0", "bp-parachains", - "bp-polkadot-core 0.9.0", - "bp-runtime 0.9.0", + "bp-polkadot-core 0.10.0", + "bp-runtime 0.10.0", "ed25519-dalek", "finality-grandpa", "parity-scale-codec", - "sp-application-crypto 32.0.0", - "sp-consensus-grandpa 15.0.0", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-application-crypto 33.0.0", + "sp-consensus-grandpa 16.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-trie 31.0.0", + "sp-trie 32.0.0", ] [[package]] @@ -1324,50 +1354,50 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub-router" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c4f6632dc163635dac350d682f84513e506d8b156a6e936ed531586cf83624c" +checksum = "7366e856da4c5f49e1ef94c3ea401854fe52310696561e24b7509d2f963d7210" dependencies = [ "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", ] [[package]] name = "bridge-runtime-common" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79be531ae384634bb02bbe75b8107959a297dba4f4743eae75b8249d9df3c9e2" +checksum = "4857eb39e46b6490b5b36e6485a1364907b767c917c8efe3c84456d6bc0a72b6" dependencies = [ - "bp-header-chain 0.9.0", - "bp-messages 0.9.0", + "bp-header-chain 0.10.0", + "bp-messages 0.10.0", "bp-parachains", - "bp-polkadot-core 0.9.0", + "bp-polkadot-core 0.10.0", "bp-relayers", - "bp-runtime 0.9.0", + "bp-runtime 0.10.0", "bp-xcm-bridge-hub", - "bp-xcm-bridge-hub-router 0.8.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "bp-xcm-bridge-hub-router 0.9.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "hash-db", "log", "pallet-bridge-grandpa", "pallet-bridge-messages", "pallet-bridge-parachains", "pallet-bridge-relayers", - "pallet-transaction-payment 30.0.0", - "pallet-utility 30.0.0", + "pallet-transaction-payment 31.0.0", + "pallet-utility 31.0.0", "parity-scale-codec", "scale-info", - "sp-api 28.0.0", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-api 29.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-trie 31.0.0", - "staging-xcm 9.0.0", - "staging-xcm-builder 9.0.0", + "sp-trie 32.0.0", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", ] [[package]] @@ -2066,9 +2096,9 @@ dependencies = [ [[package]] name = "cumulus-client-cli" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7973210fbe9e3aa9e0c3526a640e53ca4d337edd831bba36ad95477f15be2d6" +checksum = "d2b5137986e7a4374bf410e4e11ce02c9807c5d3200d590960056220963ecdbf" dependencies = [ "clap", "parity-scale-codec", @@ -2077,55 +2107,55 @@ dependencies = [ "sc-client-api", "sc-service", "sp-blockchain", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "url", ] [[package]] name = "cumulus-client-collator" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcc86757baaf304dc5e31f4258494cb555684b1192880f099c1804461afd9c76" +checksum = "9f7dde39268c86d2975bdd608d114dd52cd8803618196bc7606e684b9090d24d" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", - "cumulus-primitives-core 0.9.0", + "cumulus-primitives-core 0.10.0", "futures", "parity-scale-codec", "parking_lot 0.12.1", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "sc-client-api", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-consensus", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "tracing", ] [[package]] name = "cumulus-client-consensus-aura" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38090a161c97a592632642de9937536031f400a6342167fb694459e7d7a0868f" +checksum = "8fbbba68555835c2e2d7f1c17060d3cd6fafafdb16597a2e680e7376f71dec51" dependencies = [ "async-trait", "cumulus-client-collator", "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-parachain-inherent", - "cumulus-primitives-aura 0.9.0", - "cumulus-primitives-core 0.9.0", + "cumulus-primitives-aura 0.10.0", + "cumulus-primitives-core 0.10.0", "cumulus-relay-chain-interface", "futures", "parity-scale-codec", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "sc-client-api", "sc-consensus", "sc-consensus-aura", @@ -2133,73 +2163,73 @@ dependencies = [ "sc-consensus-slots", "sc-telemetry", "schnellru", - "sp-api 28.0.0", - "sp-application-crypto 32.0.0", - "sp-block-builder 28.0.0", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-block-builder 29.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-aura 0.34.0", - "sp-core 30.0.0", - "sp-inherents 28.0.0", - "sp-keystore 0.36.0", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", - "sp-timestamp 28.0.0", + "sp-consensus-aura 0.35.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "sp-timestamp 29.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "cumulus-client-consensus-common" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1b4650279485c065ef0d320fe3eca76c28b118884985aedf6bfc9a4a567efae" +checksum = "8b6ff3972c798e87b918e3065d7b52aabb3fc871136b7dde7c708d20567b509f" dependencies = [ "async-trait", "cumulus-client-pov-recovery", - "cumulus-primitives-core 0.9.0", + "cumulus-primitives-core 0.10.0", "cumulus-relay-chain-interface", "dyn-clone", "futures", "log", "parity-scale-codec", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "sc-client-api", "sc-consensus", "sc-consensus-babe", "schnellru", "sp-blockchain", "sp-consensus", - "sp-consensus-slots 0.34.0", - "sp-core 30.0.0", - "sp-runtime 33.0.0", - "sp-timestamp 28.0.0", - "sp-trie 31.0.0", + "sp-consensus-slots 0.35.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-timestamp 29.0.0", + "sp-trie 32.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "cumulus-client-consensus-proposer" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f09f56940da9f0479a7a4a823c1d6abf772263efeb6de60eb54a414816031ee7" +checksum = "cf2ff43b5735f8f1a306aa8c44d9efe5bb50c3a3b29afa18728e7a5321a6ba70" dependencies = [ "anyhow", "async-trait", - "cumulus-primitives-parachain-inherent 0.9.0", + "cumulus-primitives-parachain-inherent 0.10.0", "sp-consensus", - "sp-inherents 28.0.0", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", "thiserror", ] [[package]] name = "cumulus-client-network" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b07a201d4bdbbe3a704fb24401e95320ca8f4d36a6b21dd16b6e64ea9fc2f53" +checksum = "f10d8141b3de22f002b94fafd9a372f351ee55ad41e1c40ad6534024f176f5bb" dependencies = [ "async-trait", "cumulus-relay-chain-interface", @@ -2208,50 +2238,50 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "polkadot-node-primitives", - "polkadot-parachain-primitives 8.0.0", - "polkadot-primitives 9.0.0", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", "sc-client-api", "sp-blockchain", "sp-consensus", - "sp-core 30.0.0", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", "tracing", ] [[package]] name = "cumulus-client-parachain-inherent" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f691d5c3cd55f18d377b171c37d388f60c8cc86b123dde2419b0995e21f114cb" +checksum = "6ebeda41b913144e0dbaf57a9537fed6f37ee14c5f31f1bd23808f87e8515ec7" dependencies = [ "async-trait", - "cumulus-primitives-core 0.9.0", - "cumulus-primitives-parachain-inherent 0.9.0", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-parachain-inherent 0.10.0", "cumulus-relay-chain-interface", "cumulus-test-relay-sproof-builder", "parity-scale-codec", "sc-client-api", "scale-info", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-crypto-hashing", - "sp-inherents 28.0.0", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", "sp-std", "sp-storage", - "sp-trie 31.0.0", + "sp-trie 32.0.0", "tracing", ] [[package]] name = "cumulus-client-pov-recovery" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4169440db89a04618d9a030d9443171b865649d298e27b087604a0b9f70ffa8f" +checksum = "1cf51e1e7cfe82e68a93a4f3221181f8258664f0c4113e4d7c846e449b3596f3" dependencies = [ "async-trait", - "cumulus-primitives-core 0.9.0", + "cumulus-primitives-core 0.10.0", "cumulus-relay-chain-interface", "futures", "futures-timer", @@ -2259,34 +2289,34 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "rand", "sc-client-api", "sc-consensus", "sp-consensus", "sp-maybe-compressed-blob", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "tracing", ] [[package]] name = "cumulus-client-service" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1b5b0f16d370cb4bdb1db6ef852a121607441b2ffe98603de5961d35feb187b" +checksum = "ebb334fbaedca019671b900bba71fb7cf70244d9436a832b1c5d67491569359d" dependencies = [ "cumulus-client-cli", "cumulus-client-collator", "cumulus-client-consensus-common", "cumulus-client-network", "cumulus-client-pov-recovery", - "cumulus-primitives-core 0.9.0", - "cumulus-primitives-proof-size-hostfunction 0.4.0", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-proof-size-hostfunction 0.5.0", "cumulus-relay-chain-inprocess-interface", "cumulus-relay-chain-interface", "cumulus-relay-chain-minimal-node", "futures", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "sc-client-api", "sc-consensus", "sc-network", @@ -2298,12 +2328,12 @@ dependencies = [ "sc-telemetry", "sc-transaction-pool", "sc-utils", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-blockchain", "sp-consensus", - "sp-core 30.0.0", - "sp-runtime 33.0.0", - "sp-transaction-pool 28.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-transaction-pool 29.0.0", ] [[package]] @@ -2327,20 +2357,20 @@ dependencies = [ [[package]] name = "cumulus-pallet-aura-ext" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c8c0f09547fdc04119cf10f7c7fef2365e50c4ebb994501ff49c59b4513d860" +checksum = "47ec277f09a2c2b693bca6283eb6bc10aede2eaee43a7c395911235d8b632dab" dependencies = [ - "cumulus-pallet-parachain-system 0.9.0", - "frame-support 30.0.0", - "frame-system 30.0.0", - "pallet-aura 29.0.0", - "pallet-timestamp 29.0.0", + "cumulus-pallet-parachain-system 0.10.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "pallet-aura 30.0.0", + "pallet-timestamp 30.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 32.0.0", - "sp-consensus-aura 0.34.0", - "sp-runtime 33.0.0", + "sp-application-crypto 33.0.0", + "sp-consensus-aura 0.35.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -2382,37 +2412,37 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60ed4784ab971a10b3b5d4094e6dd391a994ac9d5f48ee18cb1db1fe5b2b1e4a" +checksum = "a19c40a5d04f60562fb38195766104deeb8cec71c11ec77796ee9373cccdb325" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", - "cumulus-primitives-core 0.9.0", - "cumulus-primitives-parachain-inherent 0.9.0", - "cumulus-primitives-proof-size-hostfunction 0.4.0", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-parachain-inherent 0.10.0", + "cumulus-primitives-proof-size-hostfunction 0.5.0", "environmental", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "impl-trait-for-tuples", "log", - "pallet-message-queue 33.0.0", + "pallet-message-queue 34.0.0", "parity-scale-codec", - "polkadot-parachain-primitives 8.0.0", - "polkadot-runtime-common 9.0.0", - "polkadot-runtime-parachains 9.0.0", + "polkadot-parachain-primitives 9.0.0", + "polkadot-runtime-common 10.0.0", + "polkadot-runtime-parachains 10.0.0", "scale-info", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-externalities 0.27.0", - "sp-inherents 28.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", - "sp-std", - "sp-trie 31.0.0", - "sp-version 31.0.0", - "staging-xcm 9.0.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "sp-std", + "sp-trie 32.0.0", + "sp-version 32.0.0", + "staging-xcm 10.0.0", "trie-db", ] @@ -2445,16 +2475,16 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07d60332d340bbf286af82553bd497bc958985b883c7e71a2cbb46ac8e814adb" +checksum = "4c178666b3a6d0457cb85104475cc0be5f9908a98429710afd29fbd5984cb539" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", - "pallet-session 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "pallet-session 31.0.0", "parity-scale-codec", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -2477,19 +2507,19 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ff39e7420c30c2f1d528e254e993e21414c4a3c01f90d7c2e6dcfbd19049c18" +checksum = "7610ae16cac552adc823ba68deb26e5d3a9de189ef79ae26c79e43ddcfeabef1" dependencies = [ - "cumulus-primitives-core 0.9.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "cumulus-primitives-core 0.10.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "scale-info", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "staging-xcm 9.0.0", + "staging-xcm 10.0.0", ] [[package]] @@ -2520,28 +2550,28 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "753e8fcd97b3ae801bad71b2909c1e323683c0c49f7c92b2b3766ab58189a45f" +checksum = "6614dcdbe6c24fcc8677bf158a8c627a3467d262acdc8a0e7d8a3d3d767a757c" dependencies = [ "bounded-collections 0.2.0", - "bp-xcm-bridge-hub-router 0.8.0", - "cumulus-primitives-core 0.9.0", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "bp-xcm-bridge-hub-router 0.9.0", + "cumulus-primitives-core 0.10.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-message-queue 33.0.0", + "pallet-message-queue 34.0.0", "parity-scale-codec", - "polkadot-runtime-common 9.0.0", - "polkadot-runtime-parachains 9.0.0", + "polkadot-runtime-common 10.0.0", + "polkadot-runtime-parachains 10.0.0", "scale-info", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "staging-xcm 9.0.0", - "staging-xcm-executor 9.0.1", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", ] [[package]] @@ -2561,16 +2591,16 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14b362f87e3fe8c8bd4c2b95fe4f8fcf601d1cf134c2c584297fdce18d8f60eb" +checksum = "1b70d13f3fca1dfaeb868f4fff79c58fef8fa4f8e381a9002d93c50c23683abf" dependencies = [ "parity-scale-codec", - "polkadot-core-primitives 9.0.0", - "polkadot-primitives 9.0.0", - "sp-api 28.0.0", - "sp-consensus-aura 0.34.0", - "sp-runtime 33.0.0", + "polkadot-core-primitives 10.0.0", + "polkadot-primitives 10.0.0", + "sp-api 29.0.0", + "sp-consensus-aura 0.35.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -2594,20 +2624,20 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "855c15fa25c6b55446e1c07f5cc830cfc0547e4d6d2b46b66dc28b088e69db75" +checksum = "617d02361f5c7df87b6be98b4974241b6836fbaa7d9e786db80eb38bc8636751" dependencies = [ "parity-scale-codec", - "polkadot-core-primitives 9.0.0", - "polkadot-parachain-primitives 8.0.0", - "polkadot-primitives 9.0.0", + "polkadot-core-primitives 10.0.0", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", "scale-info", - "sp-api 28.0.0", - "sp-runtime 33.0.0", + "sp-api 29.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-trie 31.0.0", - "staging-xcm 9.0.0", + "sp-trie 32.0.0", + "staging-xcm 10.0.0", ] [[package]] @@ -2628,18 +2658,18 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4043915fbee54cc0acc83450f035989aa2e1170210e9e6d7fc2a5773cd81eef" +checksum = "87d64a55b7b9c3a945e543712630708f36407ab49ad8a2fa9f3d1404093a3e8e" dependencies = [ "async-trait", - "cumulus-primitives-core 0.9.0", + "cumulus-primitives-core 0.10.0", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-inherents 28.0.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", "sp-std", - "sp-trie 31.0.0", + "sp-trie 32.0.0", ] [[package]] @@ -2655,13 +2685,13 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7034e98f0883e9f5601063c7d252406ee5cc9c98090635e33fa3070bfcb62cb" +checksum = "764e27968dce7d5c455dbaf9ba81c037fc5690afc085aa4aa2a4cdfe53716b74" dependencies = [ "sp-externalities 0.27.0", "sp-runtime-interface 26.0.0", - "sp-trie 31.0.0", + "sp-trie 32.0.0", ] [[package]] @@ -2687,33 +2717,33 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6dc4ccf3de0ffcd12b50954651421074699c4e103d9e17b8cb90265b2a72abcc" +checksum = "beeca40e85d6da3751343a3fc8dd5b335c9a06ba9897a5b36f726d139b7646de" dependencies = [ - "cumulus-primitives-core 0.9.0", - "frame-support 30.0.0", + "cumulus-primitives-core 0.10.0", + "frame-support 31.0.0", "log", - "pallet-asset-conversion 12.0.0", + "pallet-asset-conversion 13.0.0", "parity-scale-codec", - "polkadot-runtime-common 9.0.0", - "polkadot-runtime-parachains 9.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "polkadot-runtime-common 10.0.0", + "polkadot-runtime-parachains 10.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "staging-xcm 9.0.0", - "staging-xcm-builder 9.0.0", - "staging-xcm-executor 9.0.1", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", + "staging-xcm-executor 10.0.0", ] [[package]] name = "cumulus-relay-chain-inprocess-interface" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf009edca50d0be7e7408c16482dc2f389cfcf5d490c0e4700d41f9487ddd86f" +checksum = "2ec58113249ac91ceb4da1c846f6474cd4b6616100d0b29a86845b177caad52f" dependencies = [ "async-trait", - "cumulus-primitives-core 0.9.0", + "cumulus-primitives-core 0.10.0", "cumulus-relay-chain-interface", "futures", "futures-timer", @@ -2724,48 +2754,48 @@ dependencies = [ "sc-sysinfo", "sc-telemetry", "sc-tracing", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-consensus", - "sp-core 30.0.0", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", ] [[package]] name = "cumulus-relay-chain-interface" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d70b6d323b475b48c5e5cb215b032d685683d5c94ae9a4e808fb171b88a5e66" +checksum = "cbb531263c11cfd73f17090106fff2385ca7b02b39102c367f4c13fb1251e9dd" dependencies = [ "async-trait", - "cumulus-primitives-core 0.9.0", + "cumulus-primitives-core 0.10.0", "futures", "jsonrpsee-core", "parity-scale-codec", "polkadot-overseer", "sc-client-api", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-blockchain", - "sp-state-machine 0.37.0", + "sp-state-machine 0.38.0", "thiserror", ] [[package]] name = "cumulus-relay-chain-minimal-node" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "689c2b0c1fc49c58e5d51faa45ae361f993f8d0f313abeab1990ac58c10cbcbd" +checksum = "e1a416b2e6a5c99d78049b91425dbdb844f4351fd9fb61da47b70c2f90cf2ed4" dependencies = [ "array-bytes 6.2.2", "async-trait", - "cumulus-primitives-core 0.9.0", + "cumulus-primitives-core 0.10.0", "cumulus-relay-chain-interface", "cumulus-relay-chain-rpc-interface", "futures", "parking_lot 0.12.1", "polkadot-availability-recovery", "polkadot-collator-protocol", - "polkadot-core-primitives 9.0.0", + "polkadot-core-primitives 10.0.0", "polkadot-network-bridge", "polkadot-node-collation-generation", "polkadot-node-core-chain-api", @@ -2774,7 +2804,8 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", + "polkadot-service", "sc-authority-discovery", "sc-client-api", "sc-network", @@ -2782,11 +2813,11 @@ dependencies = [ "sc-service", "sc-tracing", "sc-utils", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.34.0", - "sp-runtime 33.0.0", + "sp-consensus-babe 0.35.0", + "sp-runtime 34.0.0", "substrate-prometheus-endpoint", "tokio", "tracing", @@ -2794,12 +2825,12 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a094c62e40c3731c7cb4a0a78f80bbbe73e665e0bf367a28213e68d5b80a8ba3" +checksum = "e011f8da350318316e80356dca70bee537d8f8fb29bb99d1765348b0ab6f6d88" dependencies = [ "async-trait", - "cumulus-primitives-core 0.9.0", + "cumulus-primitives-core 0.10.0", "cumulus-relay-chain-interface", "either", "futures", @@ -2817,14 +2848,14 @@ dependencies = [ "serde_json", "smoldot", "smoldot-light", - "sp-api 28.0.0", - "sp-authority-discovery 28.0.0", - "sp-consensus-babe 0.34.0", - "sp-core 30.0.0", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", + "sp-api 29.0.0", + "sp-authority-discovery 29.0.0", + "sp-consensus-babe 0.35.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", "sp-storage", - "sp-version 31.0.0", + "sp-version 32.0.0", "thiserror", "tokio", "tokio-util", @@ -2834,17 +2865,17 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b934962b9161c12a09521d2919cec1923a9dc7361beae6850e627c9da99c807c" +checksum = "d1e730a7524f50acb03c24476323c4dad35690baf85175ad0f91a2dffed85b39" dependencies = [ - "cumulus-primitives-core 0.9.0", + "cumulus-primitives-core 0.10.0", "parity-scale-codec", - "polkadot-primitives 9.0.0", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", + "polkadot-primitives 10.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", "sp-std", - "sp-trie 31.0.0", + "sp-trie 32.0.0", ] [[package]] @@ -3234,6 +3265,7 @@ dependencies = [ "digest 0.10.7", "elliptic-curve", "rfc6979", + "serdect", "signature", "spki", ] @@ -3313,40 +3345,41 @@ dependencies = [ "pkcs8", "rand_core 0.6.4", "sec1", + "serdect", "subtle 2.5.0", "zeroize", ] [[package]] name = "emulated-integration-tests-common" -version = "5.0.0" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b408b688947a0f16d131985840918b23dfc52aa6be4a9318598da22e0e13f870" +checksum = "47f0799ab64756b6751d3ebcb17a30c3ba756193b6c193d14783afb312a16322" dependencies = [ "asset-test-utils", - "bp-messages 0.9.0", + "bp-messages 0.10.0", "bridge-runtime-common", - "cumulus-pallet-parachain-system 0.9.0", - "cumulus-pallet-xcmp-queue 0.9.0", - "cumulus-primitives-core 0.9.0", - "frame-support 30.0.0", - "pallet-assets 31.0.0", - "pallet-balances 30.0.0", + "cumulus-pallet-parachain-system 0.10.0", + "cumulus-pallet-xcmp-queue 0.10.0", + "cumulus-primitives-core 0.10.0", + "frame-support 31.0.0", + "pallet-assets 32.0.0", + "pallet-balances 31.0.0", "pallet-bridge-messages", - "pallet-message-queue 33.0.0", - "pallet-xcm 9.0.1", - "parachains-common 9.0.0", + "pallet-message-queue 34.0.0", + "pallet-xcm 10.0.1", + "parachains-common 10.0.0", "parity-scale-codec", "paste", - "polkadot-primitives 9.0.0", - "polkadot-runtime-parachains 9.0.0", + "polkadot-primitives 10.0.0", + "polkadot-runtime-parachains 10.0.0", "sc-consensus-grandpa", - "sp-authority-discovery 28.0.0", - "sp-consensus-babe 0.34.0", - "sp-consensus-beefy 15.0.0", - "sp-core 30.0.0", - "sp-runtime 33.0.0", - "staging-xcm 9.0.0", + "sp-authority-discovery 29.0.0", + "sp-consensus-babe 0.35.0", + "sp-consensus-beefy 16.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "staging-xcm 10.0.0", "xcm-emulator", ] @@ -3804,24 +3837,24 @@ dependencies = [ [[package]] name = "frame-benchmarking" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34134abd64876c2cba150b703d8c74b1b222147e61dbc33cbb9db72f7c1cdb2f" +checksum = "9fee087c6a7ddbc6dcfb6a6015d4b2787ecbb2113ed8b8bee8ff15f2bdf93f94" dependencies = [ - "frame-support 30.0.0", - "frame-support-procedural 25.0.0", - "frame-system 30.0.0", + "frame-support 31.0.0", + "frame-support-procedural 26.0.1", + "frame-system 31.0.0", "linregress", "log", "parity-scale-codec", "paste", "scale-info", "serde", - "sp-api 28.0.0", - "sp-application-crypto 32.0.0", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-runtime-interface 26.0.0", "sp-std", "sp-storage", @@ -3830,18 +3863,18 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" -version = "34.0.0" +version = "35.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e618a6cbce60ed9a94850b2cb7d08a08e391ee0f287ee20082430da2d385916b" +checksum = "38f1660c2e59d206386658ca7fa867c2ccdb44429cc8a5a16a2975a338aa7047" dependencies = [ "Inflector", "array-bytes 6.2.2", "chrono", "clap", "comfy-table", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "gethostname", "handlebars", "itertools 0.10.5", @@ -3860,18 +3893,18 @@ dependencies = [ "sc-sysinfo", "serde", "serde_json", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-blockchain", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-database", "sp-externalities 0.27.0", - "sp-inherents 28.0.0", - "sp-io 32.0.0", - "sp-keystore 0.36.0", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", "sp-storage", - "sp-trie 31.0.0", + "sp-trie 32.0.0", "sp-wasm-interface", "thiserror", "thousands", @@ -3909,19 +3942,19 @@ dependencies = [ [[package]] name = "frame-election-provider-support" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53ff3c76750b481f9fd633ccddeed955426adc28aee566dd7233b7ac22cda9f5" +checksum = "d651327ec98d12fbdb0d25346de929e3ea2ab8a1ef85570794d9d8d54f204f28" dependencies = [ "frame-election-provider-solution-type", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "scale-info", "sp-arithmetic 25.0.0", - "sp-core 30.0.0", - "sp-npos-elections 28.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-npos-elections 29.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -3946,19 +3979,20 @@ dependencies = [ [[package]] name = "frame-executive" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d4542ef9abae48cb665f9992ece20ecded914ecfdaafb3f76968c645358b8df" +checksum = "e3d4502dd4218aaf90240527adb789b9620fcada2af76f4751a8a852583eb0c2" dependencies = [ - "frame-support 30.0.0", - "frame-system 30.0.0", - "frame-try-runtime 0.36.0", + "aquamarine 0.3.3", + "frame-support 31.0.0", + "frame-system 31.0.0", + "frame-try-runtime 0.37.0", "log", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", "sp-tracing", ] @@ -3993,9 +4027,9 @@ dependencies = [ [[package]] name = "frame-remote-externalities" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e11f19ac2855385880d96366287a52fa4cc513e2d5ec53b891a5f7ac7be2a71" +checksum = "c935bea33258c329e9ad4784a720aa4b1faff8c5af474f14e0898db11b7cb8ab" dependencies = [ "futures", "indicatif", @@ -4003,11 +4037,11 @@ dependencies = [ "log", "parity-scale-codec", "serde", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-crypto-hashing", - "sp-io 32.0.0", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", "spinners", "substrate-rpc-client", "tokio", @@ -4020,7 +4054,7 @@ version = "29.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b8e52c84b611d2049d9253f83a62ab0f093e4be5c42a7ef42ea5bb16d6611e32" dependencies = [ - "aquamarine", + "aquamarine 0.5.0", "array-bytes 6.2.2", "bitflags 1.3.2", "docify", @@ -4058,17 +4092,17 @@ dependencies = [ [[package]] name = "frame-support" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40bde5b74ac70a1c9fe4f846220ea10e78b81b0ffcdb567d16d28472bc332f95" +checksum = "81aecbbc1c62055e8ce472283bc655bf6c0f968a4d22d504bf6aad4ea44ccbc4" dependencies = [ - "aquamarine", + "aquamarine 0.5.0", "array-bytes 6.2.2", "bitflags 1.3.2", "docify", "environmental", "frame-metadata", - "frame-support-procedural 25.0.0", + "frame-support-procedural 26.0.1", "impl-trait-for-tuples", "k256", "log", @@ -4079,21 +4113,21 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-arithmetic 25.0.0", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-crypto-hashing-proc-macro", "sp-debug-derive", - "sp-genesis-builder 0.9.0", - "sp-inherents 28.0.0", - "sp-io 32.0.0", + "sp-genesis-builder 0.10.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", "sp-metadata-ir", - "sp-runtime 33.0.0", - "sp-staking 28.0.0", - "sp-state-machine 0.37.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", + "sp-state-machine 0.38.0", "sp-std", "sp-tracing", - "sp-weights 29.0.0", + "sp-weights 30.0.0", "static_assertions", "tt-call", ] @@ -4120,9 +4154,9 @@ dependencies = [ [[package]] name = "frame-support-procedural" -version = "25.0.0" +version = "26.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c762bf871c6655636a40a74d06f7f1bf69813f8037ad269704ae35b1c56c42ec" +checksum = "732fa43a05789f4ffb96955017e40643199d586c3d211754df5824a195f4eab5" dependencies = [ "Inflector", "cfg-expr", @@ -4209,23 +4243,23 @@ dependencies = [ [[package]] name = "frame-system" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c302f711acf3196b4bf2b4629a07a2ac6e44cd1782434ec88b85d59adfb1204d" +checksum = "f7537b5e23f584bf54f26c6297e0260b54fac5298be43a115176a310f256a4ab" dependencies = [ "cfg-if", "docify", - "frame-support 30.0.0", + "frame-support 31.0.0", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-version 31.0.0", - "sp-weights 29.0.0", + "sp-version 32.0.0", + "sp-weights 30.0.0", ] [[package]] @@ -4246,17 +4280,17 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e41213421daaf14370e6d59016bd1be5e8d8c990bb336b72e72b3c60d874d3df" +checksum = "ea3c6bd0f5700363a845d4c0f83ea3478cdfcfe404d08f35865b78ebc5d37c0a" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -4272,12 +4306,12 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b48b28339a07bb7e797d3546c29600dd0b7c97ffd9d6642665dc96d81c0b475" +checksum = "7ae4e8decf1630ed6731e8912d1ed4ac3986d86c68f59580f2a9f61909150c41" dependencies = [ "parity-scale-codec", - "sp-api 28.0.0", + "sp-api 29.0.0", ] [[package]] @@ -4295,14 +4329,14 @@ dependencies = [ [[package]] name = "frame-try-runtime" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3be404b49a2c947a77ec813b372ca5119182f8de131ee98a5656bc1043958b8b" +checksum = "bad42234b76beabf35bbc9a54566f0060b8d3d4fe93726007f02896e8beb91e3" dependencies = [ - "frame-support 30.0.0", + "frame-support 31.0.0", "parity-scale-codec", - "sp-api 28.0.0", - "sp-runtime 33.0.0", + "sp-api 29.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -4636,9 +4670,9 @@ dependencies = [ [[package]] name = "handlebars" -version = "4.5.0" +version = "5.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225" +checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b" dependencies = [ "log", "pest", @@ -4725,6 +4759,12 @@ version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" +[[package]] +name = "hex-conservative" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "212ab92002354b4819390025006c897e8140934349e8635c9b077f47b4dcbd20" + [[package]] name = "hex-literal" version = "0.4.1" @@ -5106,29 +5146,29 @@ version = "0.0.0" dependencies = [ "asset-hub-paseo-runtime", "asset-test-utils", - "cumulus-primitives-core 0.9.0", + "cumulus-primitives-core 0.10.0", "emulated-integration-tests-common", - "frame-support 30.0.0", - "pallet-assets 31.0.0", - "pallet-balances 30.0.0", - "pallet-message-queue 33.0.0", - "pallet-xcm 9.0.1", + "frame-support 31.0.0", + "pallet-assets 32.0.0", + "pallet-balances 31.0.0", + "pallet-message-queue 34.0.0", + "pallet-xcm 10.0.1", "parity-scale-codec", "paseo-runtime", "paseo-runtime-constants", - "polkadot-primitives 9.0.0", - "polkadot-runtime-parachains 9.0.0", + "polkadot-primitives 10.0.0", + "polkadot-runtime-parachains 10.0.0", "pop-runtime-common", "pop-runtime-devnet", - "sp-authority-discovery 28.0.0", - "sp-consensus-aura 0.34.0", - "sp-consensus-babe 0.34.0", - "sp-consensus-beefy 15.0.0", - "sp-consensus-grandpa 15.0.0", - "sp-core 30.0.0", - "sp-runtime 33.0.0", - "staging-xcm 9.0.0", - "staging-xcm-executor 9.0.1", + "sp-authority-discovery 29.0.0", + "sp-consensus-aura 0.35.0", + "sp-consensus-babe 0.35.0", + "sp-consensus-beefy 16.0.0", + "sp-consensus-grandpa 16.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", "tracing-subscriber 0.3.18", ] @@ -5384,6 +5424,7 @@ dependencies = [ "ecdsa", "elliptic-curve", "once_cell", + "serdect", "sha2 0.10.8", ] @@ -6320,38 +6361,38 @@ dependencies = [ [[package]] name = "mmr-gadget" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5bc2f5c2f4d5e8ad1c275708b7d7e23fa2812cc94e3591b864d9d89f96b3fea4" +checksum = "59b5265ecba4e5fc2c242798fc7795f6bf7ce7c9ab909ecea7df3f8242fa74af" dependencies = [ "futures", "log", "parity-scale-codec", "sc-client-api", "sc-offchain", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-beefy 15.0.0", - "sp-core 30.0.0", - "sp-mmr-primitives 28.0.0", - "sp-runtime 33.0.0", + "sp-consensus-beefy 16.0.0", + "sp-core 31.0.0", + "sp-mmr-primitives 29.0.0", + "sp-runtime 34.0.0", ] [[package]] name = "mmr-rpc" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93c2b8a657edbe89a72f0d95e31d7f31837035a067f0316499aaa9bddf6dda78" +checksum = "dfab619df48bac956375483e4d57e995fbfaec310c86cfbc420e905506b67002" dependencies = [ "jsonrpsee", "parity-scale-codec", "serde", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-blockchain", - "sp-core 30.0.0", - "sp-mmr-primitives 28.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-mmr-primitives 29.0.0", + "sp-runtime 34.0.0", ] [[package]] @@ -6912,20 +6953,20 @@ dependencies = [ [[package]] name = "pallet-asset-conversion" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c423381a64cf1d9ee7b5d6be968e4b94019a7b993ba8c92eca5842bfdba40651" +checksum = "4dbd5ff1c6f662d330beb109f6180ee66ed9cd7710cad28f3d15c444556fcce4" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "scale-info", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-arithmetic 25.0.0", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -6963,17 +7004,17 @@ dependencies = [ [[package]] name = "pallet-asset-rate" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "561cfeb28ce89a79f4e1663a44724a1f551536bd41c1d2c6e66432480f948f68" +checksum = "a5a492d16d0f7423cb2d7ca6fa6b4d423a4f4e2f67d2dc92d84d5988fcc33cfb" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -6998,20 +7039,20 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6530bad86d493df89539037e6dca0114d979f8e6c3c9f0c704ff6ee2dc6df676" +checksum = "cfcf34819002b9d6c8d7a28d89207498f63288de6689061fe9c1fb7c55454ff8" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", - "pallet-transaction-payment 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "pallet-transaction-payment 31.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -7034,18 +7075,18 @@ dependencies = [ [[package]] name = "pallet-assets" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c54b67fb2fab83382f7cd860aa5e0e0d478c914f81b87a7c24df2d93f740a89" +checksum = "805543c2ea1f10f14bc767f156b8ec80785345b683eaa59dea84d28745a87ee3" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -7069,19 +7110,19 @@ dependencies = [ [[package]] name = "pallet-aura" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b1085f847e49c5a56d4a7f87815f4ac6d37cd7e3997e2444abc105e2207aeca" +checksum = "e3f1176f435a94b510b99bc2aaaa84788d60f8c5352c5f34f165b37523e448a1" dependencies = [ - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-timestamp 29.0.0", + "pallet-timestamp 30.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 32.0.0", - "sp-consensus-aura 0.34.0", - "sp-runtime 33.0.0", + "sp-application-crypto 33.0.0", + "sp-consensus-aura 0.35.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -7104,18 +7145,18 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" -version = "30.0.1" +version = "31.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "485ca0e15ffc8c60d8e101112f3ce26fe139582f7416e2697955b63f478cf038" +checksum = "6a9c124d86227da7ae9073cc2984c0384c7830f7fa61450c0990c56837335da2" dependencies = [ - "frame-support 30.0.0", - "frame-system 30.0.0", - "pallet-session 30.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "pallet-session 31.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 32.0.0", - "sp-authority-discovery 28.0.0", - "sp-runtime 33.0.0", + "sp-application-crypto 33.0.0", + "sp-authority-discovery 29.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -7136,16 +7177,16 @@ dependencies = [ [[package]] name = "pallet-authorship" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa1f02863403c1cf5e9f49fd492c8cdb329d4b45029f3f19f278b3ba832a2b81" +checksum = "8168348a94c479b7da001b3f0d1100210704eda8ce72c58aac456f1d866d7d67" dependencies = [ - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -7176,26 +7217,26 @@ dependencies = [ [[package]] name = "pallet-babe" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b91a0fdb62c2d72c3c680deca50121d4bf2d8ed4b24dedd85f5b98ac454e781b" +checksum = "37353294183655c76cdc56ffc5edf777b1e2275af59ae73c8aa255b6d941b362" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-authorship 30.0.0", - "pallet-session 30.0.0", - "pallet-timestamp 29.0.0", + "pallet-authorship 31.0.0", + "pallet-session 31.0.0", + "pallet-timestamp 30.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 32.0.0", - "sp-consensus-babe 0.34.0", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", - "sp-session 29.0.0", - "sp-staking 28.0.0", + "sp-application-crypto 33.0.0", + "sp-consensus-babe 0.35.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-staking 29.0.0", "sp-std", ] @@ -7205,7 +7246,7 @@ version = "28.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dd27bfa4bfa5751652842b81241c7eff3e68f2806d9dacc17b03d2cb20a39756" dependencies = [ - "aquamarine", + "aquamarine 0.5.0", "docify", "frame-benchmarking 29.0.0", "frame-election-provider-support 29.0.0", @@ -7224,23 +7265,23 @@ dependencies = [ [[package]] name = "pallet-bags-list" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69670ec14dc7b2c1cc0786a7cec891d1c7e0e2ce67e155721dd493cb3096b50b" +checksum = "dc3f838e96a2cbd06731beb72b755ccc5bd05bcc696717a1148bdddfe9062e93" dependencies = [ - "aquamarine", + "aquamarine 0.5.0", "docify", - "frame-benchmarking 30.0.0", - "frame-election-provider-support 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-election-provider-support 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-balances 30.0.0", + "pallet-balances 31.0.0", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", "sp-tracing", ] @@ -7264,18 +7305,18 @@ dependencies = [ [[package]] name = "pallet-balances" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f68b79a1f9f10c63377177155a4ac3ac08db356027a3d8bc826e1af65c885b8d" +checksum = "d3565d525dd88e07da5b2309cd6ffe7447ddc5406eeaa2cb26157d35787a69a7" dependencies = [ "docify", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -7302,22 +7343,22 @@ dependencies = [ [[package]] name = "pallet-beefy" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f32bf6b3fec18e3ad0831e98e39857e2be1a8c3c240b978930f98f6df82cfa7" +checksum = "a1371a2f241fd33b794b0e824f28be9de76e7544a2602421e1c4a58cb0eccef6" dependencies = [ - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-authorship 30.0.0", - "pallet-session 30.0.0", + "pallet-authorship 31.0.0", + "pallet-session 31.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-beefy 15.0.0", - "sp-runtime 33.0.0", - "sp-session 29.0.0", - "sp-staking 28.0.0", + "sp-consensus-beefy 16.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-staking 29.0.0", "sp-std", ] @@ -7349,27 +7390,27 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c960ba2f8be1e52f238ccf2e7bffb5b96adf8d15fb19ac24ac01571c4b61954a" +checksum = "c32a1e978b043f4bf7cfcdb130a51dda4dbade1de5b85d2d634082edbc08f9cb" dependencies = [ "array-bytes 6.2.2", "binary-merkle-tree 15.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-beefy 30.0.0", - "pallet-mmr 29.0.0", - "pallet-session 30.0.0", + "pallet-beefy 31.0.0", + "pallet-mmr 30.0.0", + "pallet-session 31.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-api 28.0.0", - "sp-consensus-beefy 15.0.0", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", + "sp-api 29.0.0", + "sp-consensus-beefy 16.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", "sp-std", ] @@ -7394,104 +7435,104 @@ dependencies = [ [[package]] name = "pallet-bounties" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abeb09ea0290befa44738288c5dfe72ed9b21ec5e3c5d7e82e081376f1c029be" +checksum = "e23273ffc30d94c725cb37ac1f45a40e308d8e8bfab251a299d4ed1fa9e8e46f" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-treasury 29.0.0", + "pallet-treasury 30.0.0", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "pallet-bridge-grandpa" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30a34d35e77a6c807dd2a03d482573e6d82693b3bccd2d7621b97118ff93484a" +checksum = "e0034e29cd8f1547e0688ba3cb3a621c1dcb076c59f548eb40e0680ba37f14e7" dependencies = [ - "bp-header-chain 0.9.0", - "bp-runtime 0.9.0", + "bp-header-chain 0.10.0", + "bp-runtime 0.10.0", "bp-test-utils", "finality-grandpa", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-consensus-grandpa 15.0.0", - "sp-runtime 33.0.0", + "sp-consensus-grandpa 16.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-trie 31.0.0", + "sp-trie 32.0.0", ] [[package]] name = "pallet-bridge-messages" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4231cbbb2405ad29a7199b8be029115b8eec029cef061e74336913fbb703e84e" +checksum = "fe205f990c97a766b317378617c3ac8548530e0e29011250ad4c669cf4d86773" dependencies = [ - "bp-messages 0.9.0", - "bp-runtime 0.9.0", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "bp-messages 0.10.0", + "bp-runtime 0.10.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "num-traits", "parity-scale-codec", "scale-info", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "pallet-bridge-parachains" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "839082293926b4dc240cf418b9674cc810e04a370853a60632f4d883ff7ffc45" +checksum = "d4315c1346e60031afc119b051fbe9aa32c29143abb1b6b771d82c0e9fe5a4a8" dependencies = [ - "bp-header-chain 0.9.0", + "bp-header-chain 0.10.0", "bp-parachains", - "bp-polkadot-core 0.9.0", - "bp-runtime 0.9.0", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "bp-polkadot-core 0.10.0", + "bp-runtime 0.10.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "pallet-bridge-grandpa", "parity-scale-codec", "scale-info", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-trie 31.0.0", + "sp-trie 32.0.0", ] [[package]] name = "pallet-bridge-relayers" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd122c0aa3e8842b49b3d1d11a994818eec477904178b13e21f4395f8aa6cd95" +checksum = "e85310662790097b4f391b32822eb55d5088bc09ac91343d68e48e4fc582cb31" dependencies = [ - "bp-messages 0.9.0", + "bp-messages 0.10.0", "bp-relayers", - "bp-runtime 0.9.0", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "bp-runtime 0.10.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "pallet-bridge-messages", "parity-scale-codec", "scale-info", "sp-arithmetic 25.0.0", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -7516,19 +7557,19 @@ dependencies = [ [[package]] name = "pallet-broker" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16828306edf66de7412d769f4716fd54f9046713e8e63a774f75814c9ca7a898" +checksum = "c1b05f01c3d279cd661eba2c391844bac03fa5f979b9de821e6eb1cbe6069dfc" dependencies = [ "bitvec", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "scale-info", "sp-arithmetic 25.0.0", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -7554,21 +7595,21 @@ dependencies = [ [[package]] name = "pallet-child-bounties" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d309cc33a3cc3485527faf3429e2f776dd64311d031d330d079444231f85c5c4" +checksum = "46f1f5d1f6420b72e7fff2fa9146f1f13f68e3a3d293b421d9b9d34ad0dfa134" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-bounties 29.0.0", - "pallet-treasury 29.0.0", + "pallet-bounties 30.0.0", + "pallet-treasury 30.0.0", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -7595,57 +7636,57 @@ dependencies = [ [[package]] name = "pallet-collator-selection" -version = "11.0.1" +version = "12.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf453482e8f6d7d6534f982a02d1b61b1997c561d541cdb67477cd6b66636fcf" +checksum = "26edc27ed73c658e6f3d37b4cc8822be3f293e1f0dc58830b42c272781ac8a44" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-authorship 30.0.0", - "pallet-balances 30.0.0", - "pallet-session 30.0.0", + "pallet-authorship 31.0.0", + "pallet-balances 31.0.0", + "pallet-session 31.0.0", "parity-scale-codec", "rand", "scale-info", - "sp-runtime 33.0.0", - "sp-staking 28.0.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", "sp-std", ] [[package]] name = "pallet-collective" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3241a9f6ba5fde426bc306ae514550377f3407dcfcc351d47e9fff297ccde6a0" +checksum = "241ffbf21673fca6bf8caa2ee35088a18704b95d174e32280cb7569f58af7c61" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "pallet-contracts" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d67a473c8b28c22d998cc948fa2131ce2981af23dd65a5f7199518ac6d02c86" +checksum = "9a186a60e5b6f7927f8aa77e2fbd7b331b22ad8de870f261dc9d87627d21cbe3" dependencies = [ "bitflags 1.3.2", "environmental", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "impl-trait-for-tuples", "log", - "pallet-balances 30.0.0", + "pallet-balances 31.0.0", "pallet-contracts-proc-macro", "pallet-contracts-uapi", "parity-scale-codec", @@ -7654,22 +7695,22 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-api 28.0.0", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-api 29.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "staging-xcm 9.0.0", - "staging-xcm-builder 9.0.0", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", "wasm-instrument", "wasmi", ] [[package]] name = "pallet-contracts-proc-macro" -version = "20.0.0" +version = "21.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c46c4f00188ed27e1cbe8eab750147d63daf25e9b7d66749646cf46d8a21ab96" +checksum = "de0cb1d904c58964cf5015adc7683fb9467b8b7e8f281619aae403f43dc2c48c" dependencies = [ "proc-macro2", "quote", @@ -7678,9 +7719,9 @@ dependencies = [ [[package]] name = "pallet-contracts-uapi" -version = "7.0.0" +version = "8.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0a220fabeb1e7484f691248aa68101dc045ef8dc2cad5b5cc88c31df022c6e6" +checksum = "ab2b8fce1fa76a3d59b49a532cb43de816f9e5c77dba87d9a7367d764a04e8d7" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -7709,38 +7750,38 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb246d7cb84a78d1847770cf7c76e52d8b85dc80e8b6cd34414f9cbae0f5511f" +checksum = "f51344679f168ecc258bf52d0a9578f6c3043e2aff4b9147004c7b8429460370" dependencies = [ "assert_matches", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "pallet-democracy" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "247fc95fd76eff387678b251f56ea6832df0dcd55269cd76fe1b8a9fa888d0f4" +checksum = "1603fc7a149fd1f8bc43349035a69370a024acc95d6a10a37d3b9e1f22cc58ab" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -7770,24 +7811,24 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea7ebcb00352d6a814f3f92ed702a898eb4d78edba740930f97b6a38e577f820" +checksum = "da78b2feeba1286b66ac20cbfbcd321fe9d1d2bc15e9e31292023e9a66dbb819" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-election-provider-support 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-election-provider-support 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-election-provider-support-benchmarking 29.0.0", + "pallet-election-provider-support-benchmarking 30.0.0", "parity-scale-codec", "rand", "scale-info", "sp-arithmetic 25.0.0", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-npos-elections 28.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-npos-elections 29.0.0", + "sp-runtime 34.0.0", "sp-std", "strum 0.24.1", ] @@ -7809,36 +7850,36 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c57509f5a4fd41a953c2e29813a2ba09f30a5bf59c5f98bfcbb7c2619b7d931" +checksum = "e1b20f98b9a1497a59d2b0eca0051c5ada89851bf29b26fda3a2cfe934a32116" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-election-provider-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-election-provider-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", - "sp-npos-elections 28.0.0", - "sp-runtime 33.0.0", + "sp-npos-elections 29.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "pallet-elections-phragmen" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be4cdc5615ff4651a9e85f980781b0023fff25572130006cd73bf287b7c160b3" +checksum = "de22659bdd6190e4f94936f0d338e67dde80e537fe22c30eb96ceab9f0d9914f" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-npos-elections 28.0.0", - "sp-runtime 33.0.0", - "sp-staking 28.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-npos-elections 29.0.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", "sp-std", ] @@ -7864,21 +7905,21 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09c915f2da843cd2bfbdbe6379624c94e1e93296488f17be4e380a7086b59cf9" +checksum = "24717c932bd68705e3a5b6b9311a31e57b354274de1c373feb9ca920f6a3e439" dependencies = [ "docify", - "frame-benchmarking 30.0.0", - "frame-election-provider-support 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-election-provider-support 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 32.0.0", - "sp-runtime 33.0.0", - "sp-staking 28.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", "sp-std", ] @@ -7908,25 +7949,25 @@ dependencies = [ [[package]] name = "pallet-grandpa" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16b22d7b2ad0fa9811c441051cc90792924d58fe6d0cfeff8db231da68fcc9fa" +checksum = "d9f8a78e4f5e2399596fa918f22e588e034d78c13a46925313abb4b152a9d919" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-authorship 30.0.0", - "pallet-session 30.0.0", + "pallet-authorship 31.0.0", + "pallet-session 31.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 32.0.0", - "sp-consensus-grandpa 15.0.0", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", - "sp-session 29.0.0", - "sp-staking 28.0.0", + "sp-application-crypto 33.0.0", + "sp-consensus-grandpa 16.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-staking 29.0.0", "sp-std", ] @@ -7950,19 +7991,19 @@ dependencies = [ [[package]] name = "pallet-identity" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04f0a43b8d840ffd170fa05e277160dedfafa10c83cb39089afcce571fed5e08" +checksum = "33bca13843a11add3909a8c4bffae547ba9fa3a11c07ac2f8afd670acd85cb15" dependencies = [ "enumflags2", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -7989,22 +8030,22 @@ dependencies = [ [[package]] name = "pallet-im-online" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57205599c150041e666cbdb53300201de5378b603f12d1efcf7dfa8d61fd8829" +checksum = "39cb6cbcef9e9ab68a5e79429a1f32ebc8114e4c9c2c2b0356c1db212e3e0bc2" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-authorship 30.0.0", + "pallet-authorship 31.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 32.0.0", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", - "sp-staking 28.0.0", + "sp-application-crypto 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", "sp-std", ] @@ -8028,37 +8069,37 @@ dependencies = [ [[package]] name = "pallet-indices" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97b5330b6bed6d82e0aa9ae18af0f8ce1f79cf86cf7cb49efc38920a652ad948" +checksum = "a3e23345544e9b6635d296195c355a768c82a9e1d82138378ef5b80102828664" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-keyring 33.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-keyring 34.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "pallet-membership" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db551d8d3fec5f7b584db0b28af396412e25bb0ae0e018c3cb75761efc71115c" +checksum = "b8bb958b03ec28b6e7e97abfca28acb1c1d8e91ad5194537f6550c348fc60f54" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -8085,23 +8126,23 @@ dependencies = [ [[package]] name = "pallet-message-queue" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31856e2c797c6a262c22b63ce195901ef48b66d7b80a8a1d0f3b5f1c88a51332" +checksum = "063b2e7912fbbe67985e68e460f2f242b90de48a63a1f03dd2ae022154ba25e9" dependencies = [ "environmental", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", "sp-arithmetic 25.0.0", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-weights 29.0.0", + "sp-weights 30.0.0", ] [[package]] @@ -8125,20 +8166,20 @@ dependencies = [ [[package]] name = "pallet-mmr" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "992df88910f526671b357d9269a5c7d6c8ab025ee7126fce897d2869e2059390" +checksum = "44f5356b869f71205d53ed686846075ebb7d67824f334289ebbe6c61766c90c6" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-mmr-primitives 28.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-mmr-primitives 29.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -8161,36 +8202,36 @@ dependencies = [ [[package]] name = "pallet-multisig" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e06afee42c1b10c172500e3c455543ecaae7c7f3aa9631e23a66d82547f6108" +checksum = "284ff5c6675ac6438c2f4a20d75627ad4b6d7c78bb5fd911198e34ce48bc7cf2" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "pallet-nft-fractionalization" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ceef81be60fa271dbf8404bf548e16e09677cc095fb28cc97c000cf5200e2f18" +checksum = "146f26bb84d332034fe4bb1d5938179b23bed20f8aaf3cf37c777014eb35cad6" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-assets 31.0.0", - "pallet-nfts 24.0.0", + "pallet-assets 32.0.0", + "pallet-nfts 25.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -8215,20 +8256,20 @@ dependencies = [ [[package]] name = "pallet-nfts" -version = "24.0.0" +version = "25.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44cd4652db25a5136fb6ded7032b1a68b36e3a5d8d22802fc42a07cbfd71d581" +checksum = "6fed85cb8969cfbbf7681f16bc2d240cf377af021046c5628d563c8ed041aa26" dependencies = [ "enumflags2", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -8246,30 +8287,30 @@ dependencies = [ [[package]] name = "pallet-nfts-runtime-api" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a16bbcc2ca90e45afb58f031d1f1c350e74f4b8ea5fefeed556b8a4d77df1761" +checksum = "d3881d652cf44b1cb8fb6f2b2b25a950338692c3d5f49c5e621a5cf9a1a88c76" dependencies = [ - "pallet-nfts 24.0.0", + "pallet-nfts 25.0.0", "parity-scale-codec", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-std", ] [[package]] name = "pallet-nis" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71526b32ab454e10db38f35aff90ed5d537962597e1aa9cc9211c8020e566e85" +checksum = "948a11c933d345bfd7750e92b5650656e4d967f4fbcf7e36200ef7063985b9c6" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "scale-info", "sp-arithmetic 25.0.0", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -8295,20 +8336,20 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" -version = "27.0.0" +version = "28.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f327bb93b56ce995d95eaf05b1bfc6b23a453b9412aa41ff6d362dff722413c" +checksum = "781148c86c07aca84f471d06b449d7098e94d76bc08dd7e69bcb2572264d1b20" dependencies = [ - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-balances 30.0.0", + "pallet-balances 31.0.0", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", - "sp-staking 28.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", "sp-std", "sp-tracing", ] @@ -8336,22 +8377,22 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f4c7bb170227cbbfcc8d1795cb0e2053c79a1d2738c5f85b13afee151e2d334" +checksum = "d267d96d52b7bb17b5bd1333375f86a58595a457218ddc82ddec32c194806713" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-election-provider-support 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", - "pallet-bags-list 29.0.0", - "pallet-nomination-pools 27.0.0", - "pallet-staking 30.0.2", + "frame-benchmarking 31.0.0", + "frame-election-provider-support 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "pallet-bags-list 30.0.0", + "pallet-nomination-pools 28.0.0", + "pallet-staking 31.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-runtime-interface 26.0.0", - "sp-staking 28.0.0", + "sp-staking 29.0.0", "sp-std", ] @@ -8369,13 +8410,13 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" -version = "25.0.0" +version = "26.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4eb2bb3ab695ec7e79a668823bfa63329fd087f02ce707316f8f33fe7c5577e6" +checksum = "cc2055f407f235071239494548d86f4f6d5c6ec24968fd8dcac553e00e08588d" dependencies = [ - "pallet-nomination-pools 27.0.0", + "pallet-nomination-pools 28.0.0", "parity-scale-codec", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-std", ] @@ -8399,19 +8440,19 @@ dependencies = [ [[package]] name = "pallet-offences" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e2f06e9da4dff8765a4bbae81b06932ff6ab8f0197d26497a5edd2b58efa303" +checksum = "8f42b47ac29f107f30213d259cc0f73e1270743b66909fc7c9079d691a891b5a" dependencies = [ - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-balances 30.0.0", + "pallet-balances 31.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-runtime 33.0.0", - "sp-staking 28.0.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", "sp-std", ] @@ -8442,26 +8483,26 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "812bc221afa5d12ff341455a1d62a2516e734af84324433392c8b2923d89d80b" +checksum = "2d0745d6fd98a6ef7b19139470a28f9b9530b425c03dc02fbd773c989fe0a96b" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-election-provider-support 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-election-provider-support 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-babe 30.0.0", - "pallet-balances 30.0.0", - "pallet-grandpa 30.0.0", - "pallet-im-online 29.0.0", - "pallet-offences 29.0.0", - "pallet-session 30.0.0", - "pallet-staking 30.0.2", + "pallet-babe 31.0.0", + "pallet-balances 31.0.0", + "pallet-grandpa 31.0.0", + "pallet-im-online 30.0.0", + "pallet-offences 30.0.0", + "pallet-session 31.0.0", + "pallet-staking 31.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 33.0.0", - "sp-staking 28.0.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", "sp-std", ] @@ -8485,19 +8526,19 @@ dependencies = [ [[package]] name = "pallet-preimage" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8573ce5aad3f488b2565707624c675c25af8b67d6ece102565d9fdbf57eaed8" +checksum = "6d01a900fe79c5f0762ccc29a11dda2799830ce233aa5384b2f13d9cc28e2e70" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -8519,53 +8560,53 @@ dependencies = [ [[package]] name = "pallet-proxy" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3d6b9f7210b6cd4dcf531c1f8729eaeb7dfbed8e8b1b01b1747240b0f8a715d" +checksum = "61918227f99ed2b322bf9050337773c8a40908b2f6a800352a20485e5ba0ef1c" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "scale-info", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "pallet-ranked-collective" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e06d19491f9a6a0cde4ba3e6c02d8366af60efea8fbf9ffb27ca674b1ecca622" +checksum = "47fbdfc5da0a70c788be3ea594153c825b4e79ae6a83499f38c251cdb5a726c0" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", "sp-arithmetic 25.0.0", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "pallet-recovery" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "786d77701ccba3306b0c4bf8a2c3d2f160723eb219db7e2248cf505e5cdb86f6" +checksum = "7cf473e4b04cd9ba40ed8963a03499de0a1a84c8eb9343b569b15bab6bb47a79" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "scale-info", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -8591,37 +8632,37 @@ dependencies = [ [[package]] name = "pallet-referenda" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6866372ff2428967876e906c725b97a4b32612c9a2a9d9c3c1478c7060ea5ff6" +checksum = "b515fdbcade5b8a507e1a8ffc8b5a59725b1c8c71cfc6f8f5ae490e4a33f732c" dependencies = [ "assert_matches", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", "serde", "sp-arithmetic 25.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "pallet-root-testing" -version = "6.0.0" +version = "7.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eec41db5afabcc945d98ce427980faa56a867bdcd40133e662cf96546ff951de" +checksum = "7926eb378bda52162a713aca44a6faab5fc7d6867f82ac14ba375df2b33eaa7f" dependencies = [ - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -8646,21 +8687,21 @@ dependencies = [ [[package]] name = "pallet-scheduler" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5daf9f2a35fb6902011fc66e0d8c9831acd86512a78f298b52aba4970b121075" +checksum = "44f81ff1151067225c2c359a132880e084a1c72656457fe443147ed2e6daaac2" dependencies = [ "docify", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-weights 29.0.0", + "sp-weights 30.0.0", ] [[package]] @@ -8688,25 +8729,25 @@ dependencies = [ [[package]] name = "pallet-session" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42218759d10405996ae378968751a9b1142b47f6b887562f2df50cc14b1c7eaa" +checksum = "17951aa288869e5afe5815eedc7038dd50b9741d215b66323ff4a12f5686ac15" dependencies = [ - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "impl-trait-for-tuples", "log", - "pallet-timestamp 29.0.0", + "pallet-timestamp 30.0.0", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", - "sp-session 29.0.0", - "sp-staking 28.0.0", - "sp-state-machine 0.37.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-staking 29.0.0", + "sp-state-machine 0.38.0", "sp-std", - "sp-trie 31.0.0", + "sp-trie 32.0.0", ] [[package]] @@ -8729,38 +8770,38 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aafe03e451af13c599da6f2cca66e20a5c0b522b31ad7c35d6a1a261081a2f70" +checksum = "118d0e5a8c09dbb1c7326021335aab36546846c678b3ce79301ace02cec260f7" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", - "pallet-session 30.0.0", - "pallet-staking 30.0.2", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "pallet-session 31.0.0", + "pallet-staking 31.0.0", "parity-scale-codec", "rand", - "sp-runtime 33.0.0", - "sp-session 29.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", "sp-std", ] [[package]] name = "pallet-society" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3ce9f43cb5d254f17a3f747b5aa4ecfaace31d765bd102a4b4b2565b8353c3a" +checksum = "7f3255dc30ce7ebfd7ee59b1890d1f0091f416f486532d4eaf795dc209e3c28e" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "rand_chacha 0.2.2", "scale-info", "sp-arithmetic 25.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -8790,25 +8831,25 @@ dependencies = [ [[package]] name = "pallet-staking" -version = "30.0.2" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0eb21ca0ce32bc5dc5df451001bff611e8cf530b8606f9b5705e4a428c6fa0cf" +checksum = "baeb3d22e737307280e2047cba983cc9aa477a6f4c3001e8c1f07077d148c8f7" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-election-provider-support 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-election-provider-support 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-authorship 30.0.0", - "pallet-session 30.0.0", + "pallet-authorship 31.0.0", + "pallet-session 31.0.0", "parity-scale-codec", "rand_chacha 0.2.2", "scale-info", "serde", - "sp-application-crypto 32.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", - "sp-staking 28.0.0", + "sp-application-crypto 33.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", "sp-std", ] @@ -8857,13 +8898,13 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2773af1f9c4c4d70ec9a0a4feed15ac47355544aee9520c2901d751eef644cef" +checksum = "b398bbc910ed6e7e2fd76251910a8895e7c3343023e2279124568a1c860cab54" dependencies = [ "parity-scale-codec", - "sp-api 28.0.0", - "sp-staking 28.0.0", + "sp-api 29.0.0", + "sp-staking 29.0.0", ] [[package]] @@ -8886,19 +8927,19 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99e81be14eff1fa562bb0b9af69932e91803d9e5c63888ad9c390741a7906058" +checksum = "de51e792bcf770a00c5adf8db67f35dae450f445d36fa4b650980017063a62aa" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -8921,18 +8962,18 @@ dependencies = [ [[package]] name = "pallet-sudo" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78e1b72aeabc9f0ba731229ccef31d8e5a160faae5edf2651a8cdacaa2690124" +checksum = "a00abb554e916fd31ffbc792bff01e2dd9961a0a4bb781d27ef5f30c908ac2f6" dependencies = [ "docify", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "scale-info", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -8959,42 +9000,42 @@ dependencies = [ [[package]] name = "pallet-timestamp" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c307589adc04a0d578ae00231bc04f1a53ef07a0aa2f3e9d4c7e4bf419bf6e3d" +checksum = "bb766403f8cabcedb1725326befd7253de3e4c1d3b3d5f7c40adc49ebee5040c" dependencies = [ "docify", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-inherents 28.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", "sp-storage", - "sp-timestamp 28.0.0", + "sp-timestamp 29.0.0", ] [[package]] name = "pallet-tips" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efa45c34750ebd677c4d449695e84cc25c1ce5b9eea531332d1c60e22b69ff01" +checksum = "fee0ebf5ee31239f9017785cecd54b46be26edef126b6369af477d67f5088ffb" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-treasury 29.0.0", + "pallet-treasury 30.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -9017,36 +9058,36 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d598d0ad779d19fa44ce6f80c57192537fa9f84995953bf2a8c104b7676b6b7" +checksum = "12df1de833ad0abff5daa53f80594d6ef66d250cc1ae073c01e406ce37bbf25e" dependencies = [ - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "pallet-transaction-payment-rpc" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4fac4e459db3c002ddebfbce82d055dbe8885eb4c2f9dcd9da5675eafef9bb7" +checksum = "17b3e7cc2ef454af06e0d73e180d2f22c7f6714dca7c1d4a3cc95786041e42c2" dependencies = [ "jsonrpsee", - "pallet-transaction-payment-rpc-runtime-api 30.0.0", + "pallet-transaction-payment-rpc-runtime-api 31.0.0", "parity-scale-codec", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-blockchain", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-rpc", - "sp-runtime 33.0.0", - "sp-weights 29.0.0", + "sp-runtime 34.0.0", + "sp-weights 30.0.0", ] [[package]] @@ -9064,15 +9105,15 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d34487aec13e174906b6bba112f672e72948d16b8ee0752b8bebd659ac528dc" +checksum = "4e060567db5e59e3f26cc274cb9fc5db5af160ac67062d61e488f7887fef5470" dependencies = [ - "pallet-transaction-payment 30.0.0", + "pallet-transaction-payment 31.0.0", "parity-scale-codec", - "sp-api 28.0.0", - "sp-runtime 33.0.0", - "sp-weights 29.0.0", + "sp-api 29.0.0", + "sp-runtime 34.0.0", + "sp-weights 30.0.0", ] [[package]] @@ -9097,21 +9138,21 @@ dependencies = [ [[package]] name = "pallet-treasury" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "317d231ff8a773e94fe5be8d3710213215208e7993bfeedd96bd6f4402da114a" +checksum = "174da255855136b4bf7174a1499ddf20134efe75d59fac4709244fe813534656" dependencies = [ "docify", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "impl-trait-for-tuples", - "pallet-balances 30.0.0", + "pallet-balances 31.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -9150,18 +9191,18 @@ dependencies = [ [[package]] name = "pallet-utility" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79b879fb8c20405663309986621856050efc31969c2d2a209d78373356a62e27" +checksum = "73c54ec28e67769b35a650d497ddd10bf0dd783d14965a1034cdcb71ae1d1442" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -9183,17 +9224,17 @@ dependencies = [ [[package]] name = "pallet-vesting" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "391edd70faa651c43c2bbd03fcb5cd3f0be8b45ed38231991fe46d33a4cc4ef5" +checksum = "4a5627016e1cb40d02bf589507429558208c05948d1399ab405307bfe3b1d967" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -9215,17 +9256,17 @@ dependencies = [ [[package]] name = "pallet-whitelist" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92b496a76f13982cd754be92c9167d71acad169d101db197910e2a6e94f49997" +checksum = "a68e2271ffe7a20565b7539931b9c01f29039ab151ac14fd93032e81f250727f" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "scale-info", - "sp-api 28.0.0", - "sp-runtime 33.0.0", + "sp-api 29.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -9255,26 +9296,26 @@ dependencies = [ [[package]] name = "pallet-xcm" -version = "9.0.1" +version = "10.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5d45837646e1468bd766dc8f9006a0bd3a59410004134d7f2bb63aee3d63fa0" +checksum = "bd52ee00a54f8b6ff3a90e97622b2403667ef25105dd08d71d45a7075c0ba478" dependencies = [ "bounded-collections 0.2.0", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-balances 30.0.0", + "pallet-balances 31.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "staging-xcm 9.0.0", - "staging-xcm-builder 9.0.0", - "staging-xcm-executor 9.0.1", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", + "staging-xcm-executor 10.0.0", ] [[package]] @@ -9299,22 +9340,22 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "287ba50bd51c3c923fd35aa8e25f778092c7f3027d583389688bc003b24897c4" +checksum = "3af346fe874360fdd3e36a63cac72a891283b63a2865b28f8afccaa63472fd40" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "staging-xcm 9.0.0", - "staging-xcm-builder 9.0.0", - "staging-xcm-executor 9.0.1", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", + "staging-xcm-executor 10.0.0", ] [[package]] @@ -9339,22 +9380,22 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub-router" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bee9e23c2cbc3a999f9730364631bddba767af25e85aa9a76894866b46bf840f" +checksum = "1d565232e0b191f9ba84ae2b0549122493e283daee73c8f1d46864b2151d17c3" dependencies = [ - "bp-xcm-bridge-hub-router 0.8.0", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "bp-xcm-bridge-hub-router 0.9.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", - "staging-xcm 9.0.0", - "staging-xcm-builder 9.0.0", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", ] [[package]] @@ -9391,66 +9432,79 @@ dependencies = [ [[package]] name = "parachains-common" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4225b381c6f6f70e1d8e459207de9383270a781da1a581af1b9400955e7319e0" +checksum = "5539fb10c2901cf120d3db87f6ee1568696ccce30cea1a0d0cdee31f64f1da37" dependencies = [ - "cumulus-primitives-core 0.9.0", - "cumulus-primitives-utility 0.9.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-utility 0.10.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-asset-tx-payment 30.0.0", - "pallet-assets 31.0.0", - "pallet-authorship 30.0.0", - "pallet-balances 30.0.0", - "pallet-collator-selection 11.0.1", - "pallet-message-queue 33.0.0", - "pallet-xcm 9.0.1", - "parity-scale-codec", - "polkadot-primitives 9.0.0", + "pallet-asset-tx-payment 31.0.0", + "pallet-assets 32.0.0", + "pallet-authorship 31.0.0", + "pallet-balances 31.0.0", + "pallet-collator-selection 12.0.1", + "pallet-message-queue 34.0.0", + "pallet-xcm 10.0.1", + "parity-scale-codec", + "polkadot-primitives 10.0.0", "scale-info", - "sp-consensus-aura 0.34.0", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-consensus-aura 0.35.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "staging-parachain-info 0.9.0", - "staging-xcm 9.0.0", - "staging-xcm-executor 9.0.1", - "substrate-wasm-builder 19.0.0", + "staging-parachain-info 0.10.0", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", + "substrate-wasm-builder 20.0.0", ] [[package]] name = "parachains-runtimes-test-utils" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79c4a40146c4a3cddf66a731ea4faf613143ab101f04b8924b857fe8846bfab5" +checksum = "f99223f27fe88a1d071e0ddf6e10556aacb6cb507658acc70957783830f6fc37" dependencies = [ - "cumulus-pallet-parachain-system 0.9.0", - "cumulus-pallet-xcmp-queue 0.9.0", - "cumulus-primitives-core 0.9.0", - "cumulus-primitives-parachain-inherent 0.9.0", + "cumulus-pallet-parachain-system 0.10.0", + "cumulus-pallet-xcmp-queue 0.10.0", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-parachain-inherent 0.10.0", "cumulus-test-relay-sproof-builder", - "frame-support 30.0.0", - "frame-system 30.0.0", - "pallet-balances 30.0.0", - "pallet-collator-selection 11.0.1", - "pallet-session 30.0.0", - "pallet-timestamp 29.0.0", - "pallet-xcm 9.0.1", - "parity-scale-codec", - "polkadot-parachain-primitives 8.0.0", - "sp-consensus-aura 0.34.0", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "pallet-balances 31.0.0", + "pallet-collator-selection 12.0.1", + "pallet-session 31.0.0", + "pallet-timestamp 30.0.0", + "pallet-xcm 10.0.1", + "parity-scale-codec", + "polkadot-parachain-primitives 9.0.0", + "sp-consensus-aura 0.35.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", "sp-tracing", - "staging-parachain-info 0.9.0", - "staging-xcm 9.0.0", - "staging-xcm-executor 9.0.1", - "substrate-wasm-builder 19.0.0", + "staging-parachain-info 0.10.0", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", + "substrate-wasm-builder 20.0.0", +] + +[[package]] +name = "parity-bip39" +version = "2.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4e69bf016dc406eff7d53a7d3f7cf1c2e72c82b9088aac1118591e36dd2cd3e9" +dependencies = [ + "bitcoin_hashes 0.13.0", + "rand", + "rand_core 0.6.4", + "serde", + "unicode-normalization", ] [[package]] @@ -9718,6 +9772,17 @@ dependencies = [ "staging-xcm-builder 8.0.3", ] +[[package]] +name = "password-hash" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166" +dependencies = [ + "base64ct", + "rand_core 0.6.4", + "subtle 2.5.0", +] + [[package]] name = "paste" version = "1.0.14" @@ -9740,6 +9805,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2" dependencies = [ "digest 0.10.7", + "password-hash", ] [[package]] @@ -9891,9 +9957,9 @@ checksum = "626dec3cac7cc0e1577a2ec3fc496277ec2baa084bebad95bb6fdbfae235f84c" [[package]] name = "polkadot-approval-distribution" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "700317e8e7be1a4cad0dc3f626b7ce7382af553bf3f1752bc975a887035a39d1" +checksum = "c71bcf7eaa793354f996553b9b472833f761d9cd9e9bf6b2123895da4df6a25b" dependencies = [ "bitvec", "futures", @@ -9905,16 +9971,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "rand", "tracing-gum", ] [[package]] name = "polkadot-availability-bitfield-distribution" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11b46382396d07d3d34f7676dd58c6eb6f9f94dd1b1aa48f89264bf132d11dd2" +checksum = "9b156f5a0a20ffcd852e266b865ad9149c6180a4cf1af07f334567c3b86f0fec" dependencies = [ "always-assert", "futures", @@ -9922,16 +9988,16 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "rand", "tracing-gum", ] [[package]] name = "polkadot-availability-distribution" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5baac9436b7bb35824af5153517d8f8309a9bd4c5805d6c0971dd0035c60d0ed" +checksum = "156b913d3eb7981ac8d540bacef09d5dac3a5d0584fa5a27fc8971870a02040a" dependencies = [ "derive_more", "fatality", @@ -9942,20 +10008,20 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "rand", "schnellru", - "sp-core 30.0.0", - "sp-keystore 0.36.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-availability-recovery" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "273446475e356832b4bbb0df6bfa264d03368438f34038a676e60b99062ff4ff" +checksum = "d736bca91fe70f303d09a1e251b7d3cb39164c94948d95a7769256ece066a3ed" dependencies = [ "async-trait", "fatality", @@ -9966,7 +10032,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "rand", "sc-network", "schnellru", @@ -9977,9 +10043,9 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6bdf424d53f877dcfdeddb12542810e1475f496f9e48034b6870fb5921dd7e2" +checksum = "5509ed80ddcbb63c88b9f346b22f4b663e52dadf475118ec06406a0688817c55" dependencies = [ "cfg-if", "clap", @@ -9995,11 +10061,11 @@ dependencies = [ "sc-storage-monitor", "sc-sysinfo", "sc-tracing", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-keyring 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-keyring 34.0.0", "sp-maybe-compressed-blob", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "substrate-build-script-utils", "thiserror", "try-runtime-cli", @@ -10007,9 +10073,9 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "559a7962f04ba8ebc1f149703cb50580265b4539b09d37cde71590863efaa0a8" +checksum = "c82682bdd0aea251ab8f31a1b06f4c2c1c494e80fed4fc13ca9bc7622870bc82" dependencies = [ "bitvec", "fatality", @@ -10019,10 +10085,10 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 9.0.0", - "sp-core 30.0.0", - "sp-keystore 0.36.0", - "sp-runtime 33.0.0", + "polkadot-primitives 10.0.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", "thiserror", "tokio-util", "tracing-gum", @@ -10043,22 +10109,22 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89a881f63ab7a652aba19300f95f9341ee245ad45a3f89cf02053ecace474769" +checksum = "44c2f38f3195108e9da39b9845895bb3dff76f1c7b31409143febeb1560cd276" dependencies = [ "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "polkadot-dispute-distribution" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d07a449ae0d91325e9be1bbc6b17cb43554d6bf571f07185270785e8b26695d1" +checksum = "f5331cccd51a1593bc26a1619964f49876629589139cdf46151c21a6308c6bad" dependencies = [ "derive_more", "fatality", @@ -10071,58 +10137,58 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "sc-network", "schnellru", - "sp-application-crypto 32.0.0", - "sp-keystore 0.36.0", + "sp-application-crypto 33.0.0", + "sp-keystore 0.37.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-erasure-coding" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f506b0ec86fcabb49bfd5b3ff80ae512d2a54fa2b0ff69edef10c565cd23db9" +checksum = "4842b32ecf4ab29521f1f9dd199c35398cd101883912f74e070658cd465037af" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "reed-solomon-novelpoly", - "sp-core 30.0.0", - "sp-trie 31.0.0", + "sp-core 31.0.0", + "sp-trie 32.0.0", "thiserror", ] [[package]] name = "polkadot-gossip-support" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90f2c8cae6865a9e7b8f8b8b5521e3ed9d9d02ca54002a641d746e37be98e87d" +checksum = "3165cced1fd975f43d21e8a0701b19461d07131ace5feae2bfeb8ea005953683" dependencies = [ "futures", "futures-timer", "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "rand", "rand_chacha 0.3.1", "sc-network", "sc-network-common", - "sp-application-crypto 32.0.0", - "sp-core 30.0.0", + "sp-application-crypto 33.0.0", + "sp-core 31.0.0", "sp-crypto-hashing", - "sp-keystore 0.36.0", + "sp-keystore 0.37.0", "tracing-gum", ] [[package]] name = "polkadot-network-bridge" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67319452213c24a5c565f3e9171e99bd7a56280e1fea8b67612ce8058ee619a3" +checksum = "48f34d1b7dde0d43c37aeacb37c199cbfc1c541a3ff03317fcb6bcc2d69501f6" dependencies = [ "always-assert", "async-trait", @@ -10135,7 +10201,7 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "sc-network", "sp-consensus", "thiserror", @@ -10144,9 +10210,9 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67f2683d1c65dd1e17b84ac32011fe6018faed0612cfa3ea71e64dc9cee52862" +checksum = "1060f6954c43f120751ad3f2a54155541893fcf9a966f4a9ce5192ee7888fa1f" dependencies = [ "futures", "parity-scale-codec", @@ -10154,8 +10220,8 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 9.0.0", - "sp-core 30.0.0", + "polkadot-primitives 10.0.0", + "sp-core 31.0.0", "sp-maybe-compressed-blob", "thiserror", "tracing-gum", @@ -10163,9 +10229,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8144a2c26eff4c0e1d162a450392dd4b2646c232f8cd8eaa4c75fd9764b69e4" +checksum = "427edaa41cc878f0d22b3248e900d1f65760a92f6e230e7a54ff6118b8ef9c79" dependencies = [ "bitvec", "derive_more", @@ -10180,26 +10246,26 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "rand", "rand_chacha 0.3.1", "rand_core 0.6.4", "sc-keystore", "schnellru", "schnorrkel 0.11.4", - "sp-application-crypto 32.0.0", + "sp-application-crypto 33.0.0", "sp-consensus", - "sp-consensus-slots 0.34.0", - "sp-runtime 33.0.0", + "sp-consensus-slots 0.35.0", + "sp-runtime 34.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-av-store" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1c442c0ee75b1b2f861414778c2b05ab0e6a673eb524652f012b9639653806b" +checksum = "669f4ba3485a915853e94db99cf0dc5af9bccacd76b4d6f06550c5ecbd33d4aa" dependencies = [ "bitvec", "futures", @@ -10212,7 +10278,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "sp-consensus", "thiserror", "tracing-gum", @@ -10220,9 +10286,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3eeeda38afb82f8ea95f5860725a4ae1b060840ced6332dd7ca0b4b906f0b3b7" +checksum = "307ec8006475fd2f5f878bbfd7c74368f4fde0fd10096925a85b5e027ace4889" dependencies = [ "bitvec", "fatality", @@ -10231,25 +10297,25 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "polkadot-statement-table", "schnellru", - "sp-keystore 0.36.0", + "sp-keystore 0.37.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-bitfield-signing" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce8d886e3b3fa9e3c3dbe3ca44df415ec41fe0b01686e48aa20a47120721304d" +checksum = "b8133ce90b5bfc6d81c8d124dd26ec86624eb88bb33e57c0fb59d1262c9224ea" dependencies = [ "futures", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 9.0.0", - "sp-keystore 0.36.0", + "polkadot-primitives 10.0.0", + "sp-keystore 0.37.0", "thiserror", "tracing-gum", "wasm-timer", @@ -10257,9 +10323,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7eacb9a860d87ced5280f47fc2c023282047b4cabdd5e33865302782dd77cce5" +checksum = "1a4335b31f5d7dd3c59a7a061ca32061d290244fde416186fd22bee5093cf4bb" dependencies = [ "async-trait", "futures", @@ -10271,17 +10337,17 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-parachain-primitives 8.0.0", - "polkadot-primitives 9.0.0", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", "sp-maybe-compressed-blob", "tracing-gum", ] [[package]] name = "polkadot-node-core-chain-api" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15faa14a59751ce1493f5389140b6c19751cc2f7e53b1f2261b1c8e71d1b2373" +checksum = "23b25733a45754fa4f049d26289994e379be21b132ca36982378604b53341104" dependencies = [ "futures", "polkadot-node-metrics", @@ -10294,9 +10360,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7ed635cd100270b52802f9c8486787514bd13565ec2f07cce40c0918c53635c" +checksum = "c77a7c69bd67b0840c0f97c61637b798f6ec49c6a1c4cf153e4d8e8b22e34c45" dependencies = [ "futures", "futures-timer", @@ -10305,16 +10371,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-dispute-coordinator" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3849f92ea7a2b52dc39ba7e8edcbaff01afcf9ed219765ec1d986a1380251601" +checksum = "ea6fb7b632e37b5eff4d3ceb246a6d7277c82bb573cbc2360c37719a5e00df82" dependencies = [ "fatality", "futures", @@ -10323,7 +10389,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "sc-keystore", "schnellru", "thiserror", @@ -10332,27 +10398,27 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d68062a903ac7ec9bb5407e0510172797c2d3b62c1b28d59bb90c34d0710b488" +checksum = "8c904246202cb80fc3e3872e142d74958903515c3b91d3d4d88907cf8bca46e2" dependencies = [ "async-trait", "futures", "futures-timer", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "sp-blockchain", - "sp-inherents 28.0.0", + "sp-inherents 29.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-prospective-parachains" -version = "8.0.0" +version = "9.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82a512f6bdf897ef113dca7db016c0cc029d230d7d4059c69df9462e13589f2c" +checksum = "d343298e502e687bc2f8ae837cad538a9b5d60ce714ace58120cb91aeb41d1c1" dependencies = [ "bitvec", "fatality", @@ -10361,16 +10427,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-provisioner" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e84786bfd62419354ecad7090b2e4106edef8d8e65b74823ab251f35133bb6f" +checksum = "f9be87118cc96f05bd5a35bee2f8c495b894d23fbff1c954b15d7dbe4516564c" dependencies = [ "bitvec", "fatality", @@ -10379,16 +10445,17 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", + "schnellru", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-pvf" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c774546fb65783d59090c8be6a01ca87c4f2966f090eab9ad0e73fb12924bb5d" +checksum = "99c07e2dad8712e1e5978c6404aca20d2c7f1b5d6151d60277f49ce949b3ed5d" dependencies = [ "always-assert", "array-bytes 6.2.2", @@ -10400,16 +10467,16 @@ dependencies = [ "libc", "parity-scale-codec", "pin-project", - "polkadot-core-primitives 9.0.0", + "polkadot-core-primitives 10.0.0", "polkadot-node-core-pvf-common", "polkadot-node-metrics", "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-parachain-primitives 8.0.0", - "polkadot-primitives 9.0.0", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", "rand", "slotmap", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-maybe-compressed-blob", "sp-wasm-interface", "tempfile", @@ -10420,26 +10487,26 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f125ffe763ce46419ed26ba3454244e3573e75936b52531bba0262ae99cc2d8" +checksum = "1536bf89078dca39061f2a4d742e11dc14da38ffa5b6ce84e5c454cf9fd9b151" dependencies = [ "futures", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 9.0.0", - "sp-keystore 0.36.0", + "polkadot-primitives 10.0.0", + "sp-keystore 0.37.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-pvf-common" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e75d55ed5b6b835a087fa97fc11f70fc388a23eecc2e02a40d922cd3a88f78f5" +checksum = "2781bf5b07873b37ed5a76b28866367ea2529d4b91497c3db560c0eb59b2a2d9" dependencies = [ "cfg-if", "cpu-time", @@ -10448,16 +10515,16 @@ dependencies = [ "libc", "nix 0.27.1", "parity-scale-codec", - "polkadot-parachain-primitives 8.0.0", - "polkadot-primitives 9.0.0", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", "sc-executor", "sc-executor-common", "sc-executor-wasmtime", "seccompiler", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-crypto-hashing", "sp-externalities 0.27.0", - "sp-io 32.0.0", + "sp-io 33.0.0", "sp-tracing", "thiserror", "tracing-gum", @@ -10465,25 +10532,25 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d027fdd36799a4d14693817e8364bb9b7942efd6a8d21f64181f44d96edc6cb" +checksum = "7065d7dd209b05ceaf3781ca0a7cdfcb0071c3a61a8357e37dff8587a94928d2" dependencies = [ "futures", "polkadot-node-metrics", "polkadot-node-subsystem", "polkadot-node-subsystem-types", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "schnellru", - "sp-consensus-babe 0.34.0", + "sp-consensus-babe 0.35.0", "tracing-gum", ] [[package]] name = "polkadot-node-jaeger" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0bf1270f55774b17d7cf822b99cd932da86f2e960260b0532302e6aef391795" +checksum = "e14e65e3d9990d1f8f793a23c05c6aa82a551e551225ab86d2625474afef748f" dependencies = [ "lazy_static", "log", @@ -10491,25 +10558,25 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "polkadot-node-primitives", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "sc-network", - "sp-core 30.0.0", + "sp-core 31.0.0", "thiserror", "tokio", ] [[package]] name = "polkadot-node-metrics" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ebd5bc6a4e659504941f274fbc1cfb2e6e3108ff1994826c9b39fcf0254b010" +checksum = "a4ca58a67371546b66a011f0e27551094a8499a53223b16c164e769d25d981d0" dependencies = [ "bs58 0.5.1", "futures", "futures-timer", "log", "parity-scale-codec", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "prioritized-metered-channel", "sc-cli", "sc-service", @@ -10520,9 +10587,9 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48d36d184c0a1edc1cb21cda372bd875257b0d3a1cf35f1d79f325ad7dba0811" +checksum = "67c3b078794c9c383ee3ceff65f2713ec81c033c6d8785ead5f7797e914c1fe3" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -10534,7 +10601,7 @@ dependencies = [ "parity-scale-codec", "polkadot-node-jaeger", "polkadot-node-primitives", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "rand", "sc-authority-discovery", "sc-network", @@ -10545,33 +10612,33 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30bbe56f395b6dc07eb2f7929c8ee98e20004b9d71c1af2122994626e0ec3549" +checksum = "1d9521abb7028ce7040f66a0786423bee2cdb7725ca46e5cee1f86191bcb2ed3" dependencies = [ "bitvec", "bounded-vec", "futures", "parity-scale-codec", - "polkadot-parachain-primitives 8.0.0", - "polkadot-primitives 9.0.0", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", "schnorrkel 0.11.4", "serde", - "sp-application-crypto 32.0.0", - "sp-consensus-babe 0.34.0", - "sp-core 30.0.0", - "sp-keystore 0.36.0", + "sp-application-crypto 33.0.0", + "sp-consensus-babe 0.35.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", "sp-maybe-compressed-blob", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "thiserror", "zstd 0.12.4", ] [[package]] name = "polkadot-node-subsystem" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba2902ddd1af2c5cb9d9e5504efd39845cc75cc9184d3146c48081e83ed94767" +checksum = "c7865c507f0eab9d816c40b1d4e2acb4e8f77db9efc8c0af23942d6b0f50e6f6" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -10580,9 +10647,9 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f754c9e481ee0a50c234884ca5424cec1358fb044c37645a65b154c8fb8a8a8" +checksum = "bf0e971c1377901212059b794b48acac9a855cac83f2e07dc1b708ca0e77ba64" dependencies = [ "async-trait", "bitvec", @@ -10592,26 +10659,26 @@ dependencies = [ "polkadot-node-jaeger", "polkadot-node-network-protocol", "polkadot-node-primitives", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "polkadot-statement-table", "sc-client-api", "sc-network", "sc-transaction-pool-api", "smallvec", - "sp-api 28.0.0", - "sp-authority-discovery 28.0.0", + "sp-api 29.0.0", + "sp-authority-discovery 29.0.0", "sp-blockchain", - "sp-consensus-babe 0.34.0", - "sp-runtime 33.0.0", + "sp-consensus-babe 0.35.0", + "sp-runtime 34.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "polkadot-node-subsystem-util" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98926d96c3a5ca4fec1e9ca28bef44204569244839f9252ca0df19e23a8142f7" +checksum = "4937553bd1a5f9ee9343a1a227ae07237b48a29c99ecd53217b090ca84b753c6" dependencies = [ "async-trait", "derive_more", @@ -10631,23 +10698,23 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-types", "polkadot-overseer", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "prioritized-metered-channel", "rand", "sc-client-api", "schnellru", - "sp-application-crypto 32.0.0", - "sp-core 30.0.0", - "sp-keystore 0.36.0", + "sp-application-crypto 33.0.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-overseer" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35434f12f38e9fe1898ee9d0e46459b59c6613122f89fdc68ba677a6080fda8f" +checksum = "97415bc09e9dd20d44a019eaf0bb803ab3239a7eca20820b181e53901966fdbc" dependencies = [ "async-trait", "futures", @@ -10658,10 +10725,10 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-primitives", "polkadot-node-subsystem-types", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "sc-client-api", - "sp-api 28.0.0", - "sp-core 30.0.0", + "sp-api 29.0.0", + "sp-core 31.0.0", "tikv-jemalloc-ctl", "tracing-gum", ] @@ -10686,20 +10753,20 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" -version = "8.0.0" +version = "9.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "567c738aa6b8d7eb113fe73e50fb9b6292f818f54da98bb25c7fe73e98d1709a" +checksum = "4b87dda07862f2b16f2c2b7d315f2b4549c896562d973d466b6d19de36aba30d" dependencies = [ "bounded-collections 0.2.0", "derive_more", "parity-scale-codec", - "polkadot-core-primitives 9.0.0", + "polkadot-core-primitives 10.0.0", "scale-info", "serde", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-weights 29.0.0", + "sp-weights 30.0.0", ] [[package]] @@ -10732,42 +10799,42 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20a6d6b36fdda53a0c50c4c6fbbda8ff557c9cf5b0a9edaea1f9641756ec1981" +checksum = "7e01b525a35852e2861397eecbdb4a03dda69f14f7ca04968f2e06d6cba51dfb" dependencies = [ "bitvec", "hex-literal", "log", "parity-scale-codec", - "polkadot-core-primitives 9.0.0", - "polkadot-parachain-primitives 8.0.0", + "polkadot-core-primitives 10.0.0", + "polkadot-parachain-primitives 9.0.0", "scale-info", "serde", - "sp-api 28.0.0", - "sp-application-crypto 32.0.0", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", "sp-arithmetic 25.0.0", - "sp-authority-discovery 28.0.0", - "sp-consensus-slots 0.34.0", - "sp-core 30.0.0", - "sp-inherents 28.0.0", - "sp-io 32.0.0", - "sp-keystore 0.36.0", - "sp-runtime 33.0.0", - "sp-staking 28.0.0", + "sp-authority-discovery 29.0.0", + "sp-consensus-slots 0.35.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", "sp-std", ] [[package]] name = "polkadot-rpc" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9c02431c0f9947cf931113d492512b99478b4aefe2a3a2e49b59e45219f5d6f" +checksum = "9bf68469a4e01a0c8a16869fde6de3071fbebdf836058c8afe8396470ef2c462" dependencies = [ "jsonrpsee", "mmr-rpc", "pallet-transaction-payment-rpc", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "sc-chain-spec", "sc-client-api", "sc-consensus-babe", @@ -10781,13 +10848,13 @@ dependencies = [ "sc-rpc-spec-v2", "sc-sync-state-rpc", "sc-transaction-pool-api", - "sp-api 28.0.0", - "sp-block-builder 28.0.0", + "sp-api 29.0.0", + "sp-block-builder 29.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.34.0", - "sp-keystore 0.36.0", - "sp-runtime 33.0.0", + "sp-consensus-babe 0.35.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", "substrate-frame-rpc-system", "substrate-state-trie-migration-rpc", ] @@ -10846,53 +10913,53 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "647ece8082c13a03f19c6e0c1c486891c02169be2e0f9898afe5db607fc6aa7a" +checksum = "b1abd7bff20e17e025a4e001aff55dfefcfd7ef8a8ae138de44998a012e227f2" dependencies = [ "bitvec", - "frame-benchmarking 30.0.0", - "frame-election-provider-support 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-election-provider-support 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "impl-trait-for-tuples", "libsecp256k1", "log", - "pallet-asset-rate 9.0.0", - "pallet-authorship 30.0.0", - "pallet-babe 30.0.0", - "pallet-balances 30.0.0", - "pallet-broker 0.8.0", - "pallet-election-provider-multi-phase 29.0.0", - "pallet-fast-unstake 29.0.0", - "pallet-identity 30.0.0", - "pallet-session 30.0.0", - "pallet-staking 30.0.2", + "pallet-asset-rate 10.0.0", + "pallet-authorship 31.0.0", + "pallet-babe 31.0.0", + "pallet-balances 31.0.0", + "pallet-broker 0.9.0", + "pallet-election-provider-multi-phase 30.0.0", + "pallet-fast-unstake 30.0.0", + "pallet-identity 31.0.0", + "pallet-session 31.0.0", + "pallet-staking 31.0.0", "pallet-staking-reward-fn 21.0.0", - "pallet-timestamp 29.0.0", - "pallet-transaction-payment 30.0.0", - "pallet-treasury 29.0.0", - "pallet-vesting 30.0.0", + "pallet-timestamp 30.0.0", + "pallet-transaction-payment 31.0.0", + "pallet-treasury 30.0.0", + "pallet-vesting 31.0.0", "parity-scale-codec", - "polkadot-primitives 9.0.0", - "polkadot-runtime-parachains 9.0.0", + "polkadot-primitives 10.0.0", + "polkadot-runtime-parachains 10.0.0", "rustc-hex", "scale-info", "serde", "serde_derive", - "slot-range-helper 9.0.0", - "sp-api 28.0.0", - "sp-core 30.0.0", - "sp-inherents 28.0.0", - "sp-io 32.0.0", - "sp-npos-elections 28.0.0", - "sp-runtime 33.0.0", - "sp-session 29.0.0", - "sp-staking 28.0.0", - "sp-std", - "staging-xcm 9.0.0", - "staging-xcm-builder 9.0.0", - "staging-xcm-executor 9.0.1", + "slot-range-helper 10.0.0", + "sp-api 29.0.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-npos-elections 29.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-staking 29.0.0", + "sp-std", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", + "staging-xcm-executor 10.0.0", "static_assertions", ] @@ -10912,14 +10979,14 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3881206c09c9aafc5a8a801013d4069f012a0a68eb7edf5f1ac423196f76481e" +checksum = "4fed9088becfd874b6dbf064f9d1dd1bfa2e3c2188459a572aac2e689c028772" dependencies = [ "bs58 0.5.1", - "frame-benchmarking 30.0.0", + "frame-benchmarking 31.0.0", "parity-scale-codec", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "sp-std", "sp-tracing", ] @@ -10976,66 +11043,66 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5003965d03a5b6c8b98350f8f10f42a6ce04875a048a98e4c1523e42cf3f72b4" +checksum = "8ce601c5f1005ff1d315c1e5c161a73e63e54bf23527f98c2bfa3ffc5b22f5e6" dependencies = [ "bitflags 1.3.2", "bitvec", "derive_more", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "impl-trait-for-tuples", "log", - "pallet-authority-discovery 30.0.1", - "pallet-authorship 30.0.0", - "pallet-babe 30.0.0", - "pallet-balances 30.0.0", - "pallet-broker 0.8.0", - "pallet-message-queue 33.0.0", - "pallet-session 30.0.0", - "pallet-staking 30.0.2", - "pallet-timestamp 29.0.0", - "pallet-vesting 30.0.0", - "parity-scale-codec", - "polkadot-core-primitives 9.0.0", - "polkadot-parachain-primitives 8.0.0", - "polkadot-primitives 9.0.0", - "polkadot-runtime-metrics 9.0.0", + "pallet-authority-discovery 31.0.1", + "pallet-authorship 31.0.0", + "pallet-babe 31.0.0", + "pallet-balances 31.0.0", + "pallet-broker 0.9.0", + "pallet-message-queue 34.0.0", + "pallet-session 31.0.0", + "pallet-staking 31.0.0", + "pallet-timestamp 30.0.0", + "pallet-vesting 31.0.0", + "parity-scale-codec", + "polkadot-core-primitives 10.0.0", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", + "polkadot-runtime-metrics 10.0.0", "rand", "rand_chacha 0.3.1", "rustc-hex", "scale-info", "serde", - "sp-api 28.0.0", - "sp-application-crypto 32.0.0", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", "sp-arithmetic 25.0.0", - "sp-core 30.0.0", - "sp-inherents 28.0.0", - "sp-io 32.0.0", - "sp-keystore 0.36.0", - "sp-runtime 33.0.0", - "sp-session 29.0.0", - "sp-staking 28.0.0", - "sp-std", - "staging-xcm 9.0.0", - "staging-xcm-executor 9.0.1", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-staking 29.0.0", + "sp-std", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", "static_assertions", ] [[package]] name = "polkadot-service" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9709302c0e87754ec1eb90ac817978f737fb68b5f1184308a818a3602fe390e6" +checksum = "322db94a98084bf62ac2c58194856d823455ceb74000c9602f817b8b738a8f78" dependencies = [ "async-trait", - "frame-benchmarking 30.0.0", + "frame-benchmarking 31.0.0", "frame-benchmarking-cli", - "frame-support 30.0.0", - "frame-system 30.0.0", - "frame-system-rpc-runtime-api 28.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "frame-system-rpc-runtime-api 29.0.0", "futures", "hex-literal", "is_executable", @@ -11043,11 +11110,11 @@ dependencies = [ "kvdb-rocksdb", "log", "mmr-gadget", - "pallet-babe 30.0.0", - "pallet-im-online 29.0.0", - "pallet-staking 30.0.2", - "pallet-transaction-payment 30.0.0", - "pallet-transaction-payment-rpc-runtime-api 30.0.0", + "pallet-babe 31.0.0", + "pallet-im-online 30.0.0", + "pallet-staking 31.0.0", + "pallet-transaction-payment 31.0.0", + "pallet-transaction-payment-rpc-runtime-api 31.0.0", "parity-db", "parity-scale-codec", "parking_lot 0.12.1", @@ -11056,7 +11123,7 @@ dependencies = [ "polkadot-availability-distribution", "polkadot-availability-recovery", "polkadot-collator-protocol", - "polkadot-core-primitives 9.0.0", + "polkadot-core-primitives 10.0.0", "polkadot-dispute-distribution", "polkadot-gossip-support", "polkadot-network-bridge", @@ -11081,10 +11148,10 @@ dependencies = [ "polkadot-node-subsystem-types", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-parachain-primitives 8.0.0", - "polkadot-primitives 9.0.0", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", "polkadot-rpc", - "polkadot-runtime-parachains 9.0.0", + "polkadot-runtime-parachains 10.0.0", "polkadot-statement-distribution", "rococo-runtime", "sc-authority-discovery", @@ -11113,29 +11180,29 @@ dependencies = [ "schnellru", "serde", "serde_json", - "sp-api 28.0.0", - "sp-authority-discovery 28.0.0", - "sp-block-builder 28.0.0", + "sp-api 29.0.0", + "sp-authority-discovery 29.0.0", + "sp-block-builder 29.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.34.0", - "sp-consensus-beefy 15.0.0", - "sp-consensus-grandpa 15.0.0", - "sp-core 30.0.0", - "sp-inherents 28.0.0", - "sp-io 32.0.0", - "sp-keyring 33.0.0", - "sp-keystore 0.36.0", - "sp-mmr-primitives 28.0.0", - "sp-offchain 28.0.0", - "sp-runtime 33.0.0", - "sp-session 29.0.0", - "sp-state-machine 0.37.0", + "sp-consensus-babe 0.35.0", + "sp-consensus-beefy 16.0.0", + "sp-consensus-grandpa 16.0.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-keyring 34.0.0", + "sp-keystore 0.37.0", + "sp-mmr-primitives 29.0.0", + "sp-offchain 29.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-state-machine 0.38.0", "sp-storage", - "sp-timestamp 28.0.0", - "sp-transaction-pool 28.0.0", - "sp-version 31.0.0", - "sp-weights 29.0.0", + "sp-timestamp 29.0.0", + "sp-transaction-pool 29.0.0", + "sp-version 32.0.0", + "sp-weights 30.0.0", "substrate-prometheus-endpoint", "thiserror", "tracing-gum", @@ -11144,9 +11211,9 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e58f5c1ec49dabd807c0bd5c77c53774d9c094652d4c198a832e7ddc754c945" +checksum = "38a4ef148c9bbed26f8630311ac26c9df1c07195a46a84fb5e8e7e7122e90248" dependencies = [ "arrayvec 0.7.4", "bitvec", @@ -11159,25 +11226,47 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 9.0.0", - "sp-keystore 0.36.0", - "sp-staking 28.0.0", + "polkadot-primitives 10.0.0", + "sp-keystore 0.37.0", + "sp-staking 29.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-statement-table" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2fb894021b1318d752d29b1b65721833aa668876e1a780ac760c59d40f5d759" +checksum = "a18144720acd47e1243b60c20bfb03f73dc67cbaf61bf2820991961e1ebb803b" dependencies = [ "parity-scale-codec", - "polkadot-primitives 9.0.0", - "sp-core 30.0.0", + "polkadot-primitives 10.0.0", + "sp-core 31.0.0", "tracing-gum", ] +[[package]] +name = "polkavm" +version = "0.9.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8a3693e5efdb2bf74e449cd25fd777a28bd7ed87e41f5d5da75eb31b4de48b94" +dependencies = [ + "libc", + "log", + "polkavm-assembler", + "polkavm-common 0.9.0", + "polkavm-linux-raw", +] + +[[package]] +name = "polkavm-assembler" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1fa96d6d868243acc12de813dd48e756cbadcc8e13964c70d272753266deadc1" +dependencies = [ + "log", +] + [[package]] name = "polkavm-common" version = "0.5.0" @@ -11190,6 +11279,15 @@ version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "92c99f7eee94e7be43ba37eef65ad0ee8cbaf89b7c00001c3f6d2be985cb1817" +[[package]] +name = "polkavm-common" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d9428a5cfcc85c5d7b9fc4b6a18c4b802d0173d768182a51cc7751640f08b92" +dependencies = [ + "log", +] + [[package]] name = "polkavm-derive" version = "0.5.0" @@ -11206,7 +11304,16 @@ version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "79fa916f7962348bd1bb1a65a83401675e6fc86c51a0fdbcf92a3108e58e6125" dependencies = [ - "polkavm-derive-impl-macro", + "polkavm-derive-impl-macro 0.8.0", +] + +[[package]] +name = "polkavm-derive" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ae8c4bea6f3e11cd89bb18bcdddac10bd9a24015399bd1c485ad68a985a19606" +dependencies = [ + "polkavm-derive-impl-macro 0.9.0", ] [[package]] @@ -11233,6 +11340,18 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "polkavm-derive-impl" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5c4fdfc49717fb9a196e74a5d28e0bc764eb394a2c803eb11133a31ac996c60c" +dependencies = [ + "polkavm-common 0.9.0", + "proc-macro2", + "quote", + "syn 2.0.55", +] + [[package]] name = "polkavm-derive-impl-macro" version = "0.8.0" @@ -11243,21 +11362,37 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "polkavm-derive-impl-macro" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ba81f7b5faac81e528eb6158a6f3c9e0bb1008e0ffa19653bc8dea925ecb429" +dependencies = [ + "polkavm-derive-impl 0.9.0", + "syn 2.0.55", +] + [[package]] name = "polkavm-linker" -version = "0.8.2" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdec1451cb18261d5d01de82acc15305e417fb59588cdcb3127d3dcc9672b925" +checksum = "9c7be503e60cf56c0eb785f90aaba4b583b36bff00e93997d93fef97f9553c39" dependencies = [ "gimli 0.28.1", "hashbrown 0.14.3", "log", "object 0.32.2", - "polkavm-common 0.8.0", + "polkavm-common 0.9.0", "regalloc2 0.9.3", "rustc-demangle", ] +[[package]] +name = "polkavm-linux-raw" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26e85d3456948e650dff0cfc85603915847faf893ed1e66b020bb82ef4557120" + [[package]] name = "polling" version = "2.8.0" @@ -11324,11 +11459,11 @@ dependencies = [ "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-service", - "cumulus-primitives-aura 0.9.0", - "cumulus-primitives-core 0.9.0", - "cumulus-primitives-parachain-inherent 0.9.0", + "cumulus-primitives-aura 0.10.0", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-parachain-inherent 0.10.0", "cumulus-relay-chain-interface", - "frame-benchmarking 30.0.0", + "frame-benchmarking 31.0.0", "frame-benchmarking-cli", "futures", "jsonrpsee", @@ -11336,7 +11471,7 @@ dependencies = [ "pallet-transaction-payment-rpc", "parity-scale-codec", "polkadot-cli", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "pop-runtime-common", "pop-runtime-devnet", "pop-runtime-testnet", @@ -11358,19 +11493,19 @@ dependencies = [ "sc-transaction-pool-api", "serde", "serde_json", - "sp-api 28.0.0", - "sp-block-builder 28.0.0", + "sp-api 29.0.0", + "sp-block-builder 29.0.0", "sp-blockchain", - "sp-consensus-aura 0.34.0", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-keystore 0.36.0", - "sp-offchain 28.0.0", - "sp-runtime 33.0.0", - "sp-session 29.0.0", - "sp-timestamp 28.0.0", - "sp-transaction-pool 28.0.0", - "staging-xcm 9.0.0", + "sp-consensus-aura 0.35.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-keystore 0.37.0", + "sp-offchain 29.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-timestamp 29.0.0", + "sp-transaction-pool 29.0.0", + "staging-xcm 10.0.0", "substrate-build-script-utils", "substrate-frame-rpc-system", "substrate-prometheus-endpoint", @@ -11389,12 +11524,12 @@ dependencies = [ name = "pop-runtime-common" version = "0.0.0" dependencies = [ - "frame-support 30.0.0", - "parachains-common 9.0.0", + "frame-support 31.0.0", + "parachains-common 10.0.0", "parity-scale-codec", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "scale-info", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -11402,146 +11537,146 @@ dependencies = [ name = "pop-runtime-devnet" version = "0.1.0" dependencies = [ - "cumulus-pallet-aura-ext 0.9.0", - "cumulus-pallet-parachain-system 0.9.0", - "cumulus-pallet-session-benchmarking 11.0.0", - "cumulus-pallet-xcm 0.9.0", - "cumulus-pallet-xcmp-queue 0.9.0", - "cumulus-primitives-aura 0.9.0", - "cumulus-primitives-core 0.9.0", - "cumulus-primitives-utility 0.9.0", + "cumulus-pallet-aura-ext 0.10.0", + "cumulus-pallet-parachain-system 0.10.0", + "cumulus-pallet-session-benchmarking 12.0.0", + "cumulus-pallet-xcm 0.10.0", + "cumulus-pallet-xcmp-queue 0.10.0", + "cumulus-primitives-aura 0.10.0", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-utility 0.10.0", "enumflags2", "env_logger 0.11.3", - "frame-benchmarking 30.0.0", - "frame-executive 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", - "frame-system-benchmarking 30.0.0", - "frame-system-rpc-runtime-api 28.0.0", - "frame-try-runtime 0.36.0", + "frame-benchmarking 31.0.0", + "frame-executive 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "frame-system-benchmarking 31.0.0", + "frame-system-rpc-runtime-api 29.0.0", + "frame-try-runtime 0.37.0", "hex", "hex-literal", "log", - "pallet-assets 31.0.0", - "pallet-aura 29.0.0", - "pallet-authorship 30.0.0", - "pallet-balances 30.0.0", - "pallet-collator-selection 11.0.1", + "pallet-assets 32.0.0", + "pallet-aura 30.0.0", + "pallet-authorship 31.0.0", + "pallet-balances 31.0.0", + "pallet-collator-selection 12.0.1", "pallet-contracts", - "pallet-message-queue 33.0.0", - "pallet-multisig 30.0.0", + "pallet-message-queue 34.0.0", + "pallet-multisig 31.0.0", "pallet-nft-fractionalization", - "pallet-nfts 24.0.0", - "pallet-nfts-runtime-api 16.0.0", - "pallet-preimage 30.0.0", - "pallet-proxy 30.0.0", - "pallet-scheduler 31.0.0", - "pallet-session 30.0.0", - "pallet-sudo 30.0.0", - "pallet-timestamp 29.0.0", - "pallet-transaction-payment 30.0.0", - "pallet-transaction-payment-rpc-runtime-api 30.0.0", - "pallet-utility 30.0.0", - "pallet-xcm 9.0.1", - "parachains-common 9.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 8.0.0", - "polkadot-runtime-common 9.0.0", + "pallet-nfts 25.0.0", + "pallet-nfts-runtime-api 17.0.0", + "pallet-preimage 31.0.0", + "pallet-proxy 31.0.0", + "pallet-scheduler 32.0.0", + "pallet-session 31.0.0", + "pallet-sudo 31.0.0", + "pallet-timestamp 30.0.0", + "pallet-transaction-payment 31.0.0", + "pallet-transaction-payment-rpc-runtime-api 31.0.0", + "pallet-utility 31.0.0", + "pallet-xcm 10.0.1", + "parachains-common 10.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 9.0.0", + "polkadot-runtime-common 10.0.0", "pop-primitives", "pop-runtime-common", "scale-info", "smallvec", - "sp-api 28.0.0", - "sp-block-builder 28.0.0", - "sp-consensus-aura 0.34.0", - "sp-core 30.0.0", - "sp-genesis-builder 0.9.0", - "sp-inherents 28.0.0", - "sp-io 32.0.0", - "sp-offchain 28.0.0", - "sp-runtime 33.0.0", - "sp-session 29.0.0", - "sp-std", - "sp-transaction-pool 28.0.0", - "sp-version 31.0.0", - "staging-parachain-info 0.9.0", - "staging-xcm 9.0.0", - "staging-xcm-builder 9.0.0", - "staging-xcm-executor 9.0.1", - "substrate-wasm-builder 19.0.0", + "sp-api 29.0.0", + "sp-block-builder 29.0.0", + "sp-consensus-aura 0.35.0", + "sp-core 31.0.0", + "sp-genesis-builder 0.10.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-offchain 29.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-std", + "sp-transaction-pool 29.0.0", + "sp-version 32.0.0", + "staging-parachain-info 0.10.0", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", + "staging-xcm-executor 10.0.0", + "substrate-wasm-builder 20.0.0", ] [[package]] name = "pop-runtime-testnet" version = "0.2.0" dependencies = [ - "cumulus-pallet-aura-ext 0.9.0", - "cumulus-pallet-parachain-system 0.9.0", - "cumulus-pallet-session-benchmarking 11.0.0", - "cumulus-pallet-xcm 0.9.0", - "cumulus-pallet-xcmp-queue 0.9.0", - "cumulus-primitives-aura 0.9.0", - "cumulus-primitives-core 0.9.0", - "cumulus-primitives-utility 0.9.0", + "cumulus-pallet-aura-ext 0.10.0", + "cumulus-pallet-parachain-system 0.10.0", + "cumulus-pallet-session-benchmarking 12.0.0", + "cumulus-pallet-xcm 0.10.0", + "cumulus-pallet-xcmp-queue 0.10.0", + "cumulus-primitives-aura 0.10.0", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-utility 0.10.0", "enumflags2", "env_logger 0.11.3", - "frame-benchmarking 30.0.0", - "frame-executive 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", - "frame-system-benchmarking 30.0.0", - "frame-system-rpc-runtime-api 28.0.0", - "frame-try-runtime 0.36.0", + "frame-benchmarking 31.0.0", + "frame-executive 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "frame-system-benchmarking 31.0.0", + "frame-system-rpc-runtime-api 29.0.0", + "frame-try-runtime 0.37.0", "hex", "hex-literal", "log", - "pallet-assets 31.0.0", - "pallet-aura 29.0.0", - "pallet-authorship 30.0.0", - "pallet-balances 30.0.0", - "pallet-collator-selection 11.0.1", + "pallet-assets 32.0.0", + "pallet-aura 30.0.0", + "pallet-authorship 31.0.0", + "pallet-balances 31.0.0", + "pallet-collator-selection 12.0.1", "pallet-contracts", - "pallet-message-queue 33.0.0", - "pallet-multisig 30.0.0", + "pallet-message-queue 34.0.0", + "pallet-multisig 31.0.0", "pallet-nft-fractionalization", - "pallet-nfts 24.0.0", - "pallet-nfts-runtime-api 16.0.0", - "pallet-preimage 30.0.0", - "pallet-proxy 30.0.0", - "pallet-scheduler 31.0.0", - "pallet-session 30.0.0", - "pallet-sudo 30.0.0", - "pallet-timestamp 29.0.0", - "pallet-transaction-payment 30.0.0", - "pallet-transaction-payment-rpc-runtime-api 30.0.0", - "pallet-utility 30.0.0", - "pallet-xcm 9.0.1", - "parachains-common 9.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 8.0.0", - "polkadot-runtime-common 9.0.0", + "pallet-nfts 25.0.0", + "pallet-nfts-runtime-api 17.0.0", + "pallet-preimage 31.0.0", + "pallet-proxy 31.0.0", + "pallet-scheduler 32.0.0", + "pallet-session 31.0.0", + "pallet-sudo 31.0.0", + "pallet-timestamp 30.0.0", + "pallet-transaction-payment 31.0.0", + "pallet-transaction-payment-rpc-runtime-api 31.0.0", + "pallet-utility 31.0.0", + "pallet-xcm 10.0.1", + "parachains-common 10.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 9.0.0", + "polkadot-runtime-common 10.0.0", "pop-primitives", "pop-runtime-common", "scale-info", "smallvec", - "sp-api 28.0.0", - "sp-block-builder 28.0.0", - "sp-consensus-aura 0.34.0", - "sp-core 30.0.0", - "sp-genesis-builder 0.9.0", - "sp-inherents 28.0.0", - "sp-io 32.0.0", - "sp-offchain 28.0.0", - "sp-runtime 33.0.0", - "sp-session 29.0.0", - "sp-std", - "sp-transaction-pool 28.0.0", - "sp-version 31.0.0", - "staging-parachain-info 0.9.0", - "staging-xcm 9.0.0", - "staging-xcm-builder 9.0.0", - "staging-xcm-executor 9.0.1", - "substrate-wasm-builder 19.0.0", + "sp-api 29.0.0", + "sp-block-builder 29.0.0", + "sp-consensus-aura 0.35.0", + "sp-core 31.0.0", + "sp-genesis-builder 0.10.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-offchain 29.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-std", + "sp-transaction-pool 29.0.0", + "sp-version 32.0.0", + "staging-parachain-info 0.10.0", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", + "staging-xcm-executor 10.0.0", + "substrate-wasm-builder 20.0.0", ] [[package]] @@ -12252,116 +12387,116 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24202c576ef8aec7a65e0662e031936a1311a8cef51caffaae2cb3fd0c97f7fe" +checksum = "165988588402ce7dc2d32dfba280cbbd59befc444d8f95579b999ecd8575ef27" dependencies = [ "binary-merkle-tree 15.0.0", - "frame-benchmarking 30.0.0", - "frame-executive 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", - "frame-system-benchmarking 30.0.0", - "frame-system-rpc-runtime-api 28.0.0", - "frame-try-runtime 0.36.0", + "frame-benchmarking 31.0.0", + "frame-executive 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "frame-system-benchmarking 31.0.0", + "frame-system-rpc-runtime-api 29.0.0", + "frame-try-runtime 0.37.0", "hex-literal", "log", - "pallet-asset-rate 9.0.0", - "pallet-authority-discovery 30.0.1", - "pallet-authorship 30.0.0", - "pallet-babe 30.0.0", - "pallet-balances 30.0.0", - "pallet-beefy 30.0.0", - "pallet-beefy-mmr 30.0.0", - "pallet-bounties 29.0.0", - "pallet-child-bounties 29.0.0", + "pallet-asset-rate 10.0.0", + "pallet-authority-discovery 31.0.1", + "pallet-authorship 31.0.0", + "pallet-babe 31.0.0", + "pallet-balances 31.0.0", + "pallet-beefy 31.0.0", + "pallet-beefy-mmr 31.0.0", + "pallet-bounties 30.0.0", + "pallet-child-bounties 30.0.0", "pallet-collective", - "pallet-conviction-voting 30.0.0", + "pallet-conviction-voting 31.0.0", "pallet-democracy", "pallet-elections-phragmen", - "pallet-grandpa 30.0.0", - "pallet-identity 30.0.0", - "pallet-im-online 29.0.0", - "pallet-indices 30.0.0", + "pallet-grandpa 31.0.0", + "pallet-identity 31.0.0", + "pallet-im-online 30.0.0", + "pallet-indices 31.0.0", "pallet-membership", - "pallet-message-queue 33.0.0", - "pallet-mmr 29.0.0", - "pallet-multisig 30.0.0", + "pallet-message-queue 34.0.0", + "pallet-mmr 30.0.0", + "pallet-multisig 31.0.0", "pallet-nis", - "pallet-offences 29.0.0", - "pallet-preimage 30.0.0", - "pallet-proxy 30.0.0", + "pallet-offences 30.0.0", + "pallet-preimage 31.0.0", + "pallet-proxy 31.0.0", "pallet-ranked-collective", "pallet-recovery", - "pallet-referenda 30.0.0", + "pallet-referenda 31.0.0", "pallet-root-testing", - "pallet-scheduler 31.0.0", - "pallet-session 30.0.0", + "pallet-scheduler 32.0.0", + "pallet-session 31.0.0", "pallet-society", - "pallet-staking 30.0.2", - "pallet-state-trie-migration 31.0.0", - "pallet-sudo 30.0.0", - "pallet-timestamp 29.0.0", + "pallet-staking 31.0.0", + "pallet-state-trie-migration 32.0.0", + "pallet-sudo 31.0.0", + "pallet-timestamp 30.0.0", "pallet-tips", - "pallet-transaction-payment 30.0.0", - "pallet-transaction-payment-rpc-runtime-api 30.0.0", - "pallet-treasury 29.0.0", - "pallet-utility 30.0.0", - "pallet-vesting 30.0.0", - "pallet-whitelist 29.0.0", - "pallet-xcm 9.0.1", - "pallet-xcm-benchmarks 9.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 8.0.0", - "polkadot-primitives 9.0.0", - "polkadot-runtime-common 9.0.0", - "polkadot-runtime-parachains 9.0.0", + "pallet-transaction-payment 31.0.0", + "pallet-transaction-payment-rpc-runtime-api 31.0.0", + "pallet-treasury 30.0.0", + "pallet-utility 31.0.0", + "pallet-vesting 31.0.0", + "pallet-whitelist 30.0.0", + "pallet-xcm 10.0.1", + "pallet-xcm-benchmarks 10.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", + "polkadot-runtime-common 10.0.0", + "polkadot-runtime-parachains 10.0.0", "rococo-runtime-constants", "scale-info", "serde", "serde_derive", "smallvec", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-arithmetic 25.0.0", - "sp-authority-discovery 28.0.0", - "sp-block-builder 28.0.0", - "sp-consensus-babe 0.34.0", - "sp-consensus-beefy 15.0.0", - "sp-core 30.0.0", - "sp-genesis-builder 0.9.0", - "sp-inherents 28.0.0", - "sp-io 32.0.0", - "sp-mmr-primitives 28.0.0", - "sp-offchain 28.0.0", - "sp-runtime 33.0.0", - "sp-session 29.0.0", - "sp-staking 28.0.0", + "sp-authority-discovery 29.0.0", + "sp-block-builder 29.0.0", + "sp-consensus-babe 0.35.0", + "sp-consensus-beefy 16.0.0", + "sp-core 31.0.0", + "sp-genesis-builder 0.10.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-mmr-primitives 29.0.0", + "sp-offchain 29.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-staking 29.0.0", "sp-std", "sp-storage", - "sp-transaction-pool 28.0.0", - "sp-version 31.0.0", - "staging-xcm 9.0.0", - "staging-xcm-builder 9.0.0", - "staging-xcm-executor 9.0.1", + "sp-transaction-pool 29.0.0", + "sp-version 32.0.0", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", + "staging-xcm-executor 10.0.0", "static_assertions", - "substrate-wasm-builder 19.0.0", + "substrate-wasm-builder 20.0.0", ] [[package]] name = "rococo-runtime-constants" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74f036bf3c4f8cc01301dbe91e601e736e1939f42ef7a364058f26752305527e" +checksum = "0033b0335cd7cb691fbcd16346e151ffb21ad4e2a8675eda06b48275b8f52549" dependencies = [ - "frame-support 30.0.0", - "polkadot-primitives 9.0.0", - "polkadot-runtime-common 9.0.0", + "frame-support 31.0.0", + "polkadot-primitives 10.0.0", + "polkadot-runtime-common 10.0.0", "smallvec", - "sp-core 30.0.0", - "sp-runtime 33.0.0", - "sp-weights 29.0.0", - "staging-xcm 9.0.0", - "staging-xcm-builder 9.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-weights 30.0.0", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", ] [[package]] @@ -12646,21 +12781,21 @@ dependencies = [ [[package]] name = "sc-allocator" -version = "25.0.0" +version = "26.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97e78cc21b2bb1d13b33d9c64fbb02a10efde428e8f0a68a0ca2084203123933" +checksum = "4715fddb2bd1862aa21f6312528ab339b7d03ef5ec654e3aa200a3119392392f" dependencies = [ "log", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-wasm-interface", "thiserror", ] [[package]] name = "sc-authority-discovery" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0f294602dc9f593e8aae35288f02d16f87ff49f96b8e6d442cb9f1d3aa6967e" +checksum = "f987a536468e06b66fe3cac296b27dc532f301199e0278bc42ac32b8eb3a4a9d" dependencies = [ "async-trait", "futures", @@ -12676,21 +12811,21 @@ dependencies = [ "rand", "sc-client-api", "sc-network", - "sp-api 28.0.0", - "sp-authority-discovery 28.0.0", + "sp-api 29.0.0", + "sp-authority-discovery 29.0.0", "sp-blockchain", - "sp-core 30.0.0", - "sp-keystore 0.36.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-basic-authorship" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cede898c7079b789b42c4fdd8f1ff74f7007232406cd0299e2c3a5ada1db2910" +checksum = "295be922b93bd4bc77edadffe66ac85a09436284afe7f12c1efd4d01ec530d07" dependencies = [ "futures", "futures-timer", @@ -12700,36 +12835,36 @@ dependencies = [ "sc-proposer-metrics", "sc-telemetry", "sc-transaction-pool-api", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-blockchain", "sp-consensus", - "sp-core 30.0.0", - "sp-inherents 28.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", "substrate-prometheus-endpoint", ] [[package]] name = "sc-block-builder" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb2a2f425079daf382b0f1cf3b9085bed25db13ec8ad0ff64b0dc75ff457c0f7" +checksum = "033b5ee0fa6d770c9db8cd59f6d1f88e792c088238278fcb836b5c851936a62d" dependencies = [ "parity-scale-codec", - "sp-api 28.0.0", - "sp-block-builder 28.0.0", + "sp-api 29.0.0", + "sp-block-builder 29.0.0", "sp-blockchain", - "sp-core 30.0.0", - "sp-inherents 28.0.0", - "sp-runtime 33.0.0", - "sp-trie 31.0.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-trie 32.0.0", ] [[package]] name = "sc-chain-spec" -version = "29.0.0" +version = "30.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41472507ca721651ef117a2702a9bd6d9d9e8ce5f16840a71741993319926191" +checksum = "5dfb28048e5b2d168870e2205d3e41db1f387a781831a8b8b82c9f10536c2742" dependencies = [ "array-bytes 6.2.2", "docify", @@ -12744,12 +12879,12 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-crypto-hashing", - "sp-genesis-builder 0.9.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", + "sp-genesis-builder 0.10.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", ] [[package]] @@ -12766,12 +12901,11 @@ dependencies = [ [[package]] name = "sc-cli" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "274117ab32d7b3b2f790c841b61f22027d80f344c00b8ce38df772553a8a5409" +checksum = "20c2eae4d9396b19403f89f058a6a684066b58e051b1310f246eb9b41a7b54fe" dependencies = [ "array-bytes 6.2.2", - "bip39", "chrono", "clap", "fdlimit", @@ -12780,6 +12914,7 @@ dependencies = [ "libp2p-identity", "log", "names", + "parity-bip39", "parity-scale-codec", "rand", "regex", @@ -12796,21 +12931,21 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core 30.0.0", - "sp-keyring 33.0.0", - "sp-keystore 0.36.0", + "sp-core 31.0.0", + "sp-keyring 34.0.0", + "sp-keystore 0.37.0", "sp-panic-handler", - "sp-runtime 33.0.0", - "sp-version 31.0.0", + "sp-runtime 34.0.0", + "sp-version 32.0.0", "thiserror", "tokio", ] [[package]] name = "sc-client-api" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7acaa6df639ac7a7f10060daf50461afddf6635ea148514a1eceba3384046c30" +checksum = "08db275ca98f1fe44db2e2058893b182b85ef11cee7cf271edffd449a1179fc4" dependencies = [ "fnv", "futures", @@ -12820,25 +12955,25 @@ dependencies = [ "sc-executor", "sc-transaction-pool-api", "sc-utils", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-blockchain", "sp-consensus", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-database", "sp-externalities 0.27.0", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", "sp-statement-store", "sp-storage", - "sp-trie 31.0.0", + "sp-trie 32.0.0", "substrate-prometheus-endpoint", ] [[package]] name = "sc-client-db" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d946e00b4bef179ef7c2d29966935d96e38176a543249c1b17fdeacfc3446bb4" +checksum = "6bd93f124c30ec885696128a639e190293bee2a6430cc04248d656093b5d4f42" dependencies = [ "hash-db", "kvdb", @@ -12854,18 +12989,18 @@ dependencies = [ "schnellru", "sp-arithmetic 25.0.0", "sp-blockchain", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-database", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", - "sp-trie 31.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "sp-trie 32.0.0", ] [[package]] name = "sc-consensus" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "081b1b7bd2894e4614acbfa47424771a5102bf907b31d2bbd379e8c4f3b55b09" +checksum = "4da51746e9689ecee65d6c1ac32e89a7b0452ee1ce377485e94c285e9690dcfd" dependencies = [ "async-trait", "futures", @@ -12877,21 +13012,21 @@ dependencies = [ "sc-client-api", "sc-utils", "serde", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-blockchain", "sp-consensus", - "sp-core 30.0.0", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-aura" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ca4c0040ba696f6eac9a6b627dbb487b27076203c5ed1b03fac6c993df5b627" +checksum = "988701c58dcd9521412cfcbb54457b17546bb4363f021ee8131af409a027b879" dependencies = [ "async-trait", "futures", @@ -12902,26 +13037,26 @@ dependencies = [ "sc-consensus", "sc-consensus-slots", "sc-telemetry", - "sp-api 28.0.0", - "sp-application-crypto 32.0.0", - "sp-block-builder 28.0.0", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-block-builder 29.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-aura 0.34.0", - "sp-consensus-slots 0.34.0", - "sp-core 30.0.0", - "sp-inherents 28.0.0", - "sp-keystore 0.36.0", - "sp-runtime 33.0.0", + "sp-consensus-aura 0.35.0", + "sp-consensus-slots 0.35.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-babe" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34c140923b84be4b0cd089755aeed53e4da9008d364f61e3c9d46f263112582d" +checksum = "a65da2a2d198d0c06be3614eabc254b40ebb27516dd17bee56d24cbe08d0c19e" dependencies = [ "async-trait", "fork-tree", @@ -12938,27 +13073,27 @@ dependencies = [ "sc-consensus-slots", "sc-telemetry", "sc-transaction-pool-api", - "sp-api 28.0.0", - "sp-application-crypto 32.0.0", - "sp-block-builder 28.0.0", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-block-builder 29.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.34.0", - "sp-consensus-slots 0.34.0", - "sp-core 30.0.0", + "sp-consensus-babe 0.35.0", + "sp-consensus-slots 0.35.0", + "sp-core 31.0.0", "sp-crypto-hashing", - "sp-inherents 28.0.0", - "sp-keystore 0.36.0", - "sp-runtime 33.0.0", + "sp-inherents 29.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-babe-rpc" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83ad369cae7dbeb4da4007dc8b1b27b905bf027172bbbf6dbede15e2539f0b2b" +checksum = "ec114d8e12b82b298abdfbca76e7aac3af42865510dfb0f92fd3992e7edbb383" dependencies = [ "futures", "jsonrpsee", @@ -12966,22 +13101,22 @@ dependencies = [ "sc-consensus-epochs", "sc-rpc-api", "serde", - "sp-api 28.0.0", - "sp-application-crypto 32.0.0", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.34.0", - "sp-core 30.0.0", - "sp-keystore 0.36.0", - "sp-runtime 33.0.0", + "sp-consensus-babe 0.35.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", "thiserror", ] [[package]] name = "sc-consensus-beefy" -version = "15.0.0" +version = "16.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7db11fe9923a5c11e9d2a65e32b324cb970fa2abf1b59f7e7844f89be77c1b28" +checksum = "5a49993da0847cf1ef84184e24e8d95f71efac2e940556678bf9e45a8fd0a47f" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -12997,17 +13132,17 @@ dependencies = [ "sc-network-gossip", "sc-network-sync", "sc-utils", - "sp-api 28.0.0", - "sp-application-crypto 32.0.0", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", "sp-arithmetic 25.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-beefy 15.0.0", - "sp-core 30.0.0", + "sp-consensus-beefy 16.0.0", + "sp-core 31.0.0", "sp-crypto-hashing", - "sp-keystore 0.36.0", - "sp-mmr-primitives 28.0.0", - "sp-runtime 33.0.0", + "sp-keystore 0.37.0", + "sp-mmr-primitives 29.0.0", + "sp-runtime 34.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -13016,9 +13151,9 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" -version = "15.0.0" +version = "16.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36862ae5859008621ae53fcf6f8e5a960637aedf4de6995344672ba2619053ce" +checksum = "179b561aa302c0a5a572c5484a50f85e4ccd55025fc14daddabf5fe16e8150e1" dependencies = [ "futures", "jsonrpsee", @@ -13028,31 +13163,31 @@ dependencies = [ "sc-consensus-beefy", "sc-rpc", "serde", - "sp-consensus-beefy 15.0.0", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-consensus-beefy 16.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "thiserror", ] [[package]] name = "sc-consensus-epochs" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe1b2a3983e135b897079cbe20a6998fc83bfdffc9e803cb2a7e5326af30d60c" +checksum = "e892ae8bf5faa9042b6ec46396db1b4d9ded180a5f82afe3236fdebe0195f850" dependencies = [ "fork-tree", "parity-scale-codec", "sc-client-api", "sc-consensus", "sp-blockchain", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", ] [[package]] name = "sc-consensus-grandpa" -version = "0.21.0" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86ea4771511dfcabe0e0dd3a43368ba3f430b0aaf736463b14286cc10a6494e6" +checksum = "e19945689693bbea950220bf7af1c79a2f70f5f37b97f7e6d136dcaf2b34f4a5" dependencies = [ "ahash 0.8.11", "array-bytes 6.2.2", @@ -13078,25 +13213,25 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde_json", - "sp-api 28.0.0", - "sp-application-crypto 32.0.0", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", "sp-arithmetic 25.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-grandpa 15.0.0", - "sp-core 30.0.0", + "sp-consensus-grandpa 16.0.0", + "sp-core 31.0.0", "sp-crypto-hashing", - "sp-keystore 0.36.0", - "sp-runtime 33.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-grandpa-rpc" -version = "0.21.0" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df4f1fb2262e1f96c66664da4b7045069013ffcaefbf44730913d5ac74f77c2f" +checksum = "68cd632a2a33d82e67cfd57dda6d966a6e25df08a4698c8d6ea7010515c5aebc" dependencies = [ "finality-grandpa", "futures", @@ -13108,16 +13243,16 @@ dependencies = [ "sc-rpc", "serde", "sp-blockchain", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "thiserror", ] [[package]] name = "sc-consensus-slots" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ddad1b613fa5118016c11f1015ba5ff9a9f2ce914a72482ec0303d4d828e2f9" +checksum = "80b431251c43b5af64b0f2758a387061f53fa045bdbf97d7353fe06aa9ddfb7b" dependencies = [ "async-trait", "futures", @@ -13130,42 +13265,44 @@ dependencies = [ "sp-arithmetic 25.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-slots 0.34.0", - "sp-core 30.0.0", - "sp-inherents 28.0.0", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", + "sp-consensus-slots 0.35.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", ] [[package]] name = "sc-executor" -version = "0.34.0" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a331ae16b0a17ed474eaf9c2dc01b145511cf4bd62ffc165d7dd1d3f13e48a94" +checksum = "7b8f8ddc63df8219768b729f9098ecd4362d2756b40784071cd44c3041f1d51d" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "sc-executor-common", + "sc-executor-polkavm", "sc-executor-wasmtime", "schnellru", - "sp-api 28.0.0", - "sp-core 30.0.0", + "sp-api 29.0.0", + "sp-core 31.0.0", "sp-externalities 0.27.0", - "sp-io 32.0.0", + "sp-io 33.0.0", "sp-panic-handler", "sp-runtime-interface 26.0.0", - "sp-trie 31.0.0", - "sp-version 31.0.0", + "sp-trie 32.0.0", + "sp-version 32.0.0", "sp-wasm-interface", "tracing", ] [[package]] name = "sc-executor-common" -version = "0.31.0" +version = "0.32.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3f414028dc468aafd449cb659f7664e39540f3308945ec9cf2209c1359fa67e" +checksum = "00308c10173ec6446ccc2b96cd3a3037e64c94a424f94daa8c96f288794f4d34" dependencies = [ + "polkavm", "sc-allocator", "sp-maybe-compressed-blob", "sp-wasm-interface", @@ -13173,11 +13310,23 @@ dependencies = [ "wasm-instrument", ] +[[package]] +name = "sc-executor-polkavm" +version = "0.29.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "63b9c814d3a94df7a323d728a6961a3b9ec8c5c5979eb858ec098ddf2838cfc0" +dependencies = [ + "log", + "polkavm", + "sc-executor-common", + "sp-wasm-interface", +] + [[package]] name = "sc-executor-wasmtime" -version = "0.31.0" +version = "0.32.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4dcacfc88265486c337ef97a042ba42ccd1903520dbff40116dbe837e3ee6b89" +checksum = "fa37286464bd16146c612e3193a56df728815d23f9bf0faac7df898c0944c87f" dependencies = [ "anyhow", "cfg-if", @@ -13194,9 +13343,9 @@ dependencies = [ [[package]] name = "sc-informant" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea5d24b1f02efd53092a78be46b7e6fc4805b3fb723bbcc8928574d9fa309a94" +checksum = "2e9005c37100c6ea2b06668f72ba5bc927b5a2445ed26b008ddf1875998dea41" dependencies = [ "ansi_term", "futures", @@ -13207,29 +13356,29 @@ dependencies = [ "sc-network-common", "sc-network-sync", "sp-blockchain", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", ] [[package]] name = "sc-keystore" -version = "27.0.0" +version = "28.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0413f82a27eded5a12e1f3d02c478b378e72912fbdf3b8b9cae7c5995c5a8f89" +checksum = "3ef7283da5d643ef89ed094e1b23451ec70386a9474d337cdaa0ef81870bb2d4" dependencies = [ "array-bytes 6.2.2", "parking_lot 0.12.1", "serde_json", - "sp-application-crypto 32.0.0", - "sp-core 30.0.0", - "sp-keystore 0.36.0", + "sp-application-crypto 33.0.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", "thiserror", ] [[package]] name = "sc-mixnet" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9aaa5a9d17d0ea54a5da0af04f0c187f65500d7597395eaae313c511a08db6c" +checksum = "248d9be75de68e34f6490065c398b8177ff967902d93e6b88527a0e8c00903ad" dependencies = [ "array-bytes 4.2.0", "arrayvec 0.7.4", @@ -13246,20 +13395,20 @@ dependencies = [ "sc-client-api", "sc-network", "sc-transaction-pool-api", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-consensus", - "sp-core 30.0.0", - "sp-keystore 0.36.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", "sp-mixnet", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "thiserror", ] [[package]] name = "sc-network" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf955c8966573e7e3cc940e831d792945a41d6e443766ad50e50a5af75e1ef74" +checksum = "4067423488686ff78561ed0d32ac7e2617edd31219088b1322e85e945e62de29" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -13288,8 +13437,8 @@ dependencies = [ "smallvec", "sp-arithmetic 25.0.0", "sp-blockchain", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -13301,9 +13450,9 @@ dependencies = [ [[package]] name = "sc-network-bitswap" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5b34047c641db262b9035ef809b1184e55b3f6c45bf3f6110f293d3652ec663" +checksum = "8dacf210f4e36e53dc3d3ff1cfd72e4378eb973568c261e7c62bc8daaec9f945" dependencies = [ "async-channel 1.9.0", "cid", @@ -13315,16 +13464,16 @@ dependencies = [ "sc-client-api", "sc-network", "sp-blockchain", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "thiserror", "unsigned-varint", ] [[package]] name = "sc-network-common" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec7cfe68e017be02fd9911cd1e4db50bae31671e01e988ef5c375d0092ff7c71" +checksum = "551dba7ce65d136788c3154044fb425e2cb6e883d20c3cd25c0720a5b5251ed4" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -13334,15 +13483,15 @@ dependencies = [ "prost-build", "sc-consensus", "sp-consensus", - "sp-consensus-grandpa 15.0.0", - "sp-runtime 33.0.0", + "sp-consensus-grandpa 16.0.0", + "sp-runtime 34.0.0", ] [[package]] name = "sc-network-gossip" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a6c4ffd60fe240d9b0963ec60752810660a201755a77b922aa5e8ef7256f6b5" +checksum = "06e36f8665cba733bd0690e864ef59cb87627120e57607b768e6e7cf30cecd20" dependencies = [ "ahash 0.8.11", "futures", @@ -13353,16 +13502,16 @@ dependencies = [ "sc-network-common", "sc-network-sync", "schnellru", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "sc-network-light" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01f3ca1b7e567ca60535bb76b3f8617e8d40de0067f7d1794d3f5ef7ed7a4d0e" +checksum = "d4c4a77832e7d86e2b8f579339a47ebc16eec560bb4d62c42f0daad10700a512" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -13375,16 +13524,16 @@ dependencies = [ "sc-client-api", "sc-network", "sp-blockchain", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "thiserror", ] [[package]] name = "sc-network-sync" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50a16e2817ef6def510a89b2e439b13f53b31d783344061b8551a37b6fb61ef4" +checksum = "b7dfdaf49edeaa23ae0da1a9bf6ea3e308c11822cb3a853996f1203b06249411" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -13408,9 +13557,9 @@ dependencies = [ "sp-arithmetic 25.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-grandpa 15.0.0", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-consensus-grandpa 16.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -13419,9 +13568,9 @@ dependencies = [ [[package]] name = "sc-network-transactions" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "658a81c4a24f874ada1cac70db349ff7983956563e39e1468eb6e8703f07057e" +checksum = "1b3824e7a1aa29ed3d2294810c8e018a6df3798eec236f3043a62945daf7d9b1" dependencies = [ "array-bytes 6.2.2", "futures", @@ -13433,15 +13582,15 @@ dependencies = [ "sc-network-sync", "sc-utils", "sp-consensus", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "substrate-prometheus-endpoint", ] [[package]] name = "sc-offchain" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d099f8d2f399be5b7d163e4236faaa47e7ce131f4021b9fe8e3e607e0ca51364" +checksum = "d9d03fd90a535f30badaee9763a2124b9c68dae406e29497f406bfd45cbc7eac" dependencies = [ "array-bytes 6.2.2", "bytes", @@ -13462,21 +13611,21 @@ dependencies = [ "sc-network-common", "sc-transaction-pool-api", "sc-utils", - "sp-api 28.0.0", - "sp-core 30.0.0", + "sp-api 29.0.0", + "sp-core 31.0.0", "sp-externalities 0.27.0", - "sp-keystore 0.36.0", - "sp-offchain 28.0.0", - "sp-runtime 33.0.0", + "sp-keystore 0.37.0", + "sp-offchain 29.0.0", + "sp-runtime 34.0.0", "threadpool", "tracing", ] [[package]] name = "sc-proposer-metrics" -version = "0.17.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb8dadb2ae5a316e4d08cad6aacd5de1dec792f3bd94e3960795ff7ffd07211c" +checksum = "f680a0bed67dab19898624246376ba85d5f70a89859ba030830aacd079c28d3c" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -13484,9 +13633,9 @@ dependencies = [ [[package]] name = "sc-rpc" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61faa018966cb794e36be31af4ed4d19deaa93c751ff32512637c7bca104e9e8" +checksum = "6d796d75b22785b09c58478f1418b75c9787d598a0d2ab8edbd0072731ec4aaa" dependencies = [ "futures", "jsonrpsee", @@ -13502,24 +13651,24 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde_json", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-blockchain", - "sp-core 30.0.0", - "sp-keystore 0.36.0", - "sp-offchain 28.0.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "sp-offchain 29.0.0", "sp-rpc", - "sp-runtime 33.0.0", - "sp-session 29.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", "sp-statement-store", - "sp-version 31.0.0", + "sp-version 32.0.0", "tokio", ] [[package]] name = "sc-rpc-api" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f716a273af4f4782430ebe4fe6d0f8b1490ff7c103dc78193706bfff370c250f" +checksum = "3705feca378ef3f3f84fb337480405a611a15c8637b2449ed514ca63765e421b" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -13529,18 +13678,18 @@ dependencies = [ "scale-info", "serde", "serde_json", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-rpc", - "sp-runtime 33.0.0", - "sp-version 31.0.0", + "sp-runtime 34.0.0", + "sp-version 32.0.0", "thiserror", ] [[package]] name = "sc-rpc-server" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42ae724afa9862381f77b6d3a205baef5daceec9e584f17069546eb7dfca5400" +checksum = "65f705946ae375fc47ee9a2e2df0b7e339a1fb8c8eb5c9eb6f206619d27946a7" dependencies = [ "futures", "governor", @@ -13548,7 +13697,6 @@ dependencies = [ "hyper", "jsonrpsee", "log", - "pin-project", "serde_json", "substrate-prometheus-endpoint", "tokio", @@ -13558,9 +13706,9 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8599ca0b78580328cafa11fdb2d89d8678ba64e937c957515816492e87066bad" +checksum = "66dcea3fe5f0bcbaf08d6a42e877ae8f50b9cdbc87f65f7c79fbe5003e3969dc" dependencies = [ "array-bytes 6.2.2", "futures", @@ -13577,12 +13725,12 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-blockchain", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-rpc", - "sp-runtime 33.0.0", - "sp-version 31.0.0", + "sp-runtime 34.0.0", + "sp-version 32.0.0", "thiserror", "tokio", "tokio-stream", @@ -13590,9 +13738,9 @@ dependencies = [ [[package]] name = "sc-service" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32ea0efa7cf58f6cacb04034939e62f12ce7bf2df6a60f67e2d5c2f27fe54999" +checksum = "42678fb737ea101658a8288cd3fcc0bff59ef40cd1a1c4f4d4042c3fa17bae41" dependencies = [ "async-trait", "directories", @@ -13627,22 +13775,23 @@ dependencies = [ "sc-transaction-pool", "sc-transaction-pool-api", "sc-utils", + "schnellru", "serde", "serde_json", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-blockchain", "sp-consensus", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-externalities 0.27.0", - "sp-keystore 0.36.0", - "sp-runtime 33.0.0", - "sp-session 29.0.0", - "sp-state-machine 0.37.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-state-machine 0.38.0", "sp-storage", - "sp-transaction-pool 28.0.0", + "sp-transaction-pool 29.0.0", "sp-transaction-storage-proof", - "sp-trie 31.0.0", - "sp-version 31.0.0", + "sp-trie 32.0.0", + "sp-version 32.0.0", "static_init", "substrate-prometheus-endpoint", "tempfile", @@ -13654,35 +13803,35 @@ dependencies = [ [[package]] name = "sc-state-db" -version = "0.32.0" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "748f92aa2827647932a04685df8e00b9763d4060635ca84eaeb3788822198013" +checksum = "9863fb81595a25b908d7143c1a3e162d237e67890088363df4a121fe37c49d08" dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sp-core 30.0.0", + "sp-core 31.0.0", ] [[package]] name = "sc-storage-monitor" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d112a704c9dc76c78c3f17d5912c4ee17fce6d4b1c7cac55ca4acd78a8985c5" +checksum = "d54aa61816b82fbe136f3c39b40ecb27bc7302c0c9039cc426b2c6f492666ac5" dependencies = [ "clap", "fs4", "log", - "sp-core 30.0.0", + "sp-core 31.0.0", "thiserror", "tokio", ] [[package]] name = "sc-sync-state-rpc" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e2a59d517a60a3fdc0b12e7a1f112a2affbc9caf4f93b53d44c5e0edb485945" +checksum = "8fa4c5d5add3ee03e2b0aa02c827b8e3bc307be7c403eb534f95d5c81d372f78" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -13694,15 +13843,15 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "thiserror", ] [[package]] name = "sc-sysinfo" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "399e72ba964c0394181db8680c34b3503116c217b0fe3564696857ea9ca4aa68" +checksum = "f098da1a83dc5b4e69ef66f7dfc5c0a82bc63defe8dcb0aaa1819e9b2bd6d744" dependencies = [ "derive_more", "futures", @@ -13714,9 +13863,9 @@ dependencies = [ "sc-telemetry", "serde", "serde_json", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-crypto-hashing", - "sp-io 32.0.0", + "sp-io 33.0.0", "sp-std", ] @@ -13742,9 +13891,9 @@ dependencies = [ [[package]] name = "sc-tracing" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7abee1c60e6f55a09ae0b9055093709bc84ff2bb55a3828167d556f724f82cc" +checksum = "83e8f5e8eb36f887dba06e1392717e27e4edf12d23d5220dba8ee851de8b174e" dependencies = [ "ansi_term", "chrono", @@ -13759,11 +13908,11 @@ dependencies = [ "sc-client-api", "sc-tracing-proc-macro", "serde", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-blockchain", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-rpc", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-tracing", "thiserror", "tracing", @@ -13785,9 +13934,9 @@ dependencies = [ [[package]] name = "sc-transaction-pool" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfe004c916f4be7eebf52f05df1d44a240b653cb42c7a6c49692553620b46d5f" +checksum = "d56300f466670067cca98a931b0b6cbc8b018c0d296eb915c1473bac45b7cd73" dependencies = [ "async-trait", "futures", @@ -13800,22 +13949,22 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-blockchain", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-crypto-hashing", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-tracing", - "sp-transaction-pool 28.0.0", + "sp-transaction-pool 29.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-transaction-pool-api" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fe0eeb21d4f09a9edffee481df544bb6fc83cccc0788c19ceebd760f1afd167" +checksum = "3609025d39a1b75f1ee4f490dc52e000de144948a73cacd788f5995df5ebe8bf" dependencies = [ "async-trait", "futures", @@ -13823,8 +13972,8 @@ dependencies = [ "parity-scale-codec", "serde", "sp-blockchain", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "thiserror", ] @@ -13957,6 +14106,7 @@ dependencies = [ "der", "generic-array 0.14.7", "pkcs8", + "serdect", "subtle 2.5.0", "zeroize", ] @@ -14102,6 +14252,16 @@ dependencies = [ "serde", ] +[[package]] +name = "serdect" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a84f14a19e9a014bb9f4512488d9829a68e04ecabffb0f9904cd1ace94598177" +dependencies = [ + "base16ct", + "serde", +] + [[package]] name = "sha-1" version = "0.9.8" @@ -14249,14 +14409,14 @@ dependencies = [ [[package]] name = "slot-range-helper" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a140c7f8a757329f7448053a512e937f8cb3def1ea37a25991625a8a592d4ef" +checksum = "ada4c82b85daa6134837918889b341716e4918c608b3cc5345ae67ea85a187c6" dependencies = [ "enumn", "parity-scale-codec", "paste", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -14587,24 +14747,24 @@ dependencies = [ [[package]] name = "sp-api" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "298331cb47a948244f6fb4921b5cbeece267d72139fb90760993b6ec37b2212c" +checksum = "cb3fb2cdf7ee9b8d6ec7c2d8740b1a506e393dc18c7c2776764b47136d72dce7" dependencies = [ "hash-db", "log", "parity-scale-codec", "scale-info", - "sp-api-proc-macro 16.0.0", - "sp-core 30.0.0", + "sp-api-proc-macro 17.0.1", + "sp-core 31.0.0", "sp-externalities 0.27.0", "sp-metadata-ir", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-runtime-interface 26.0.0", - "sp-state-machine 0.37.0", + "sp-state-machine 0.38.0", "sp-std", - "sp-trie 31.0.0", - "sp-version 31.0.0", + "sp-trie 32.0.0", + "sp-version 32.0.0", "thiserror", ] @@ -14625,9 +14785,9 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" -version = "16.0.0" +version = "17.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18cfbb3ae0216e842dfb805ea8e896e85b07a7c34d432a6c7b7d770924431ed2" +checksum = "63a5680d94c55e1c7dc54e9e09b4827314fab44f9300f0be170898dc402318de" dependencies = [ "Inflector", "blake2 0.10.6", @@ -14654,15 +14814,15 @@ dependencies = [ [[package]] name = "sp-application-crypto" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b4b7b12922cb90cf8dff0cab14087ba0ca25c1f04ba060c7294ce42c78d89ab" +checksum = "13ca6121c22c8bd3d1dce1f05c479101fd0d7b159bef2a3e8c834138d839c75c" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 30.0.0", - "sp-io 32.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", "sp-std", ] @@ -14712,15 +14872,15 @@ dependencies = [ [[package]] name = "sp-authority-discovery" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0addabbce9f90c614145067139122420cfc940c495d2c3c1acc4a3b5f392f914" +checksum = "5ab47c385784b3f9646a21d5dcb236399083d77420a1269e70c04772336c519f" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 28.0.0", - "sp-application-crypto 32.0.0", - "sp-runtime 33.0.0", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -14738,48 +14898,48 @@ dependencies = [ [[package]] name = "sp-block-builder" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b35d0992e2183686215dccb4bcb5003b4eb52feec82d82dabd81db7401d845a" +checksum = "97e155e388d7e41c39a27f40f50c2517facdbf20dde4a73f40ec8f1f30ce190e" dependencies = [ - "sp-api 28.0.0", - "sp-inherents 28.0.0", - "sp-runtime 33.0.0", + "sp-api 29.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "sp-blockchain" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c24a17e8e5406725ab805ee5cbab4b2a9181b7b8dd93f9c302eed76216c6321a" +checksum = "d00084ddd62a3bad1fc4c04cdb1cdbcbb55d813dbd4e42d52e42e8b6599fb210" dependencies = [ "futures", "log", "parity-scale-codec", "parking_lot 0.12.1", "schnellru", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-consensus", "sp-database", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", "thiserror", ] [[package]] name = "sp-consensus" -version = "0.34.0" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e3841d5b5929080c92ef846db7e1a8323d6352b981a6b5cbccd0886fdf1a85e" +checksum = "ed6f1ae58a74d619bd2c1d7939b4aa805f4226c7454ec3591c8a59fb0cc6477f" dependencies = [ "async-trait", "futures", "log", - "sp-core 30.0.0", - "sp-inherents 28.0.0", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", "thiserror", ] @@ -14803,20 +14963,20 @@ dependencies = [ [[package]] name = "sp-consensus-aura" -version = "0.34.0" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14dc8e041fcb128e9e6a0d706c243b7263dae7d45098a9450498a1657abac2f3" +checksum = "334d0088b7de70a94d58e7e93acd8d5101b35fadca7e19fa26788203b22e309b" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-api 28.0.0", - "sp-application-crypto 32.0.0", - "sp-consensus-slots 0.34.0", - "sp-inherents 28.0.0", - "sp-runtime 33.0.0", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-consensus-slots 0.35.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-timestamp 28.0.0", + "sp-timestamp 29.0.0", ] [[package]] @@ -14841,22 +15001,22 @@ dependencies = [ [[package]] name = "sp-consensus-babe" -version = "0.34.0" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "473409ca152309b11898dd53130a578b341bc285ca9410246cbf1acc02996126" +checksum = "eb593ec8ec674a583d6fc5386b7f8964a9db78dcaabc0595559145a4053c9f6c" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", "serde", - "sp-api 28.0.0", - "sp-application-crypto 32.0.0", - "sp-consensus-slots 0.34.0", - "sp-core 30.0.0", - "sp-inherents 28.0.0", - "sp-runtime 33.0.0", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-consensus-slots 0.35.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-timestamp 28.0.0", + "sp-timestamp 29.0.0", ] [[package]] @@ -14882,22 +15042,22 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" -version = "15.0.0" +version = "16.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35714055bde4332baf54bad9ab324d9d205efe91f96b2af4171c6105ff68d7ea" +checksum = "7e2b03bc552702dd20fd3dad01631b13ca3e62e814ad278fe3012f5e3bb3e100" dependencies = [ "lazy_static", "parity-scale-codec", "scale-info", "serde", - "sp-api 28.0.0", - "sp-application-crypto 32.0.0", - "sp-core 30.0.0", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-core 31.0.0", "sp-crypto-hashing", - "sp-io 32.0.0", - "sp-keystore 0.36.0", - "sp-mmr-primitives 28.0.0", - "sp-runtime 33.0.0", + "sp-io 33.0.0", + "sp-keystore 0.37.0", + "sp-mmr-primitives 29.0.0", + "sp-runtime 34.0.0", "sp-std", "strum 0.24.1", ] @@ -14923,20 +15083,20 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" -version = "15.0.0" +version = "16.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a47109ea7b003030bc7cff2724e785859b9b8e6504866ffa1a3b55380cb11d53" +checksum = "71df706a104a752101b52f12cca7f5b7ffe1ca6ce9b4b1eb8c5d04356f248fa5" dependencies = [ "finality-grandpa", "log", "parity-scale-codec", "scale-info", "serde", - "sp-api 28.0.0", - "sp-application-crypto 32.0.0", - "sp-core 30.0.0", - "sp-keystore 0.36.0", - "sp-runtime 33.0.0", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -14955,15 +15115,15 @@ dependencies = [ [[package]] name = "sp-consensus-slots" -version = "0.34.0" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c72408adadb54b6f4eb287729166528cdb83e08c796685edc9bee09571b6474" +checksum = "e0a5c47c52ad58aa349f7c13cb356ab45c32964ee28354c27fd6e4b417cb2644" dependencies = [ "parity-scale-codec", "scale-info", "serde", "sp-std", - "sp-timestamp 28.0.0", + "sp-timestamp 29.0.0", ] [[package]] @@ -15005,7 +15165,7 @@ dependencies = [ "sp-std", "sp-storage", "ss58-registry", - "substrate-bip39", + "substrate-bip39 0.4.6", "thiserror", "tracing", "w3f-bls", @@ -15014,12 +15174,11 @@ dependencies = [ [[package]] name = "sp-core" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "586e0d5185e4545f465fc9a04fb9c4572d3e294137312496db2b67b0bb579e1f" +checksum = "26d7a0fd8f16dcc3761198fc83be12872f823b37b749bc72a3a6a1f702509366" dependencies = [ "array-bytes 6.2.2", - "bip39", "bitflags 1.3.2", "blake2 0.10.6", "bounded-collections 0.2.0", @@ -15031,9 +15190,11 @@ dependencies = [ "hash256-std-hasher", "impl-serde", "itertools 0.10.5", + "k256", "libsecp256k1", "log", "merlin", + "parity-bip39", "parity-scale-codec", "parking_lot 0.12.1", "paste", @@ -15051,7 +15212,7 @@ dependencies = [ "sp-std", "sp-storage", "ss58-registry", - "substrate-bip39", + "substrate-bip39 0.5.0", "thiserror", "tracing", "w3f-bls", @@ -15142,13 +15303,13 @@ dependencies = [ [[package]] name = "sp-genesis-builder" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a862db099e8a799417b63ea79c90079811cdf68fcf3013d81cdceeddcec8f142" +checksum = "16a1192b502d38c6d17b1005a7b3e7a6ab835df996803968ae3be9e8f7399ee4" dependencies = [ "serde_json", - "sp-api 28.0.0", - "sp-runtime 33.0.0", + "sp-api 29.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -15169,15 +15330,15 @@ dependencies = [ [[package]] name = "sp-inherents" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42eb3c88572c7c80e7ecb6365601a490350b09d11000fcc7839efd304e172177" +checksum = "3b5e46ccc5848542648dcf05f882e41de2e341d0eeca97ff2b7dfad0f38e8500" dependencies = [ "async-trait", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-std", "thiserror", ] @@ -15210,26 +15371,27 @@ dependencies = [ [[package]] name = "sp-io" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ca29e042628cb94cbcaefa935e624a9b48f9230dbce6324908e9b4f768317ef" +checksum = "3e09bba780b55bd9e67979cd8f654a31e4a6cf45426ff371394a65953d2177f2" dependencies = [ "bytes", "ed25519-dalek", "libsecp256k1", "log", "parity-scale-codec", + "polkavm-derive 0.9.1", "rustversion", "secp256k1", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-crypto-hashing", "sp-externalities 0.27.0", - "sp-keystore 0.36.0", + "sp-keystore 0.37.0", "sp-runtime-interface 26.0.0", - "sp-state-machine 0.37.0", + "sp-state-machine 0.38.0", "sp-std", "sp-tracing", - "sp-trie 31.0.0", + "sp-trie 32.0.0", "tracing", "tracing-core", ] @@ -15247,12 +15409,12 @@ dependencies = [ [[package]] name = "sp-keyring" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f9c74648e593b45309dfddf34f4edfd0a91816d1d97dd5e0bd93c46e7cdb0d6" +checksum = "a07a31da596d705b3a3458d784a897af7fd2f8090de436dc386a112e8ea7f34f" dependencies = [ - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "strum 0.24.1", ] @@ -15271,13 +15433,13 @@ dependencies = [ [[package]] name = "sp-keystore" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd4bf9e5fa486416c92c2bb497b7ce2c43eac80cbdc407ffe2d34b365694ac29" +checksum = "bdbab8b61bd61d5f8625a0c75753b5d5a23be55d3445419acd42caf59cf6236b" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-externalities 0.27.0", ] @@ -15305,14 +15467,14 @@ dependencies = [ [[package]] name = "sp-mixnet" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15a8078f19b1292220b7110115b49f4fcd427324f3b184f6d8dbeb6b4dd40d4d" +checksum = "22d9da31673ad5771faf8cd0e62ab0c183ea71a630d187b926bc52af379cb1de" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 28.0.0", - "sp-application-crypto 32.0.0", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", "sp-std", ] @@ -15337,19 +15499,19 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "813e0a7e40c9a993d58baff7c6e742901a93fd63cc2ed9f253ed8c1b39fe9343" +checksum = "518fcd8710618d104e04c9e63e697d3406180afbe55cc5400168019647fc5880" dependencies = [ "ckb-merkle-mountain-range", "log", "parity-scale-codec", "scale-info", "serde", - "sp-api 28.0.0", - "sp-core 30.0.0", + "sp-api 29.0.0", + "sp-core 31.0.0", "sp-debug-derive", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-std", "thiserror", ] @@ -15371,16 +15533,16 @@ dependencies = [ [[package]] name = "sp-npos-elections" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bc47d1b765ddd3d73678edd25eed4c33193e67929060d729bd751790026077b" +checksum = "e03ec553bc1a0f4d3aa902d3c5b3cdbe76f8218c642cbca0305722b3f8bbc826" dependencies = [ "parity-scale-codec", "scale-info", "serde", "sp-arithmetic 25.0.0", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -15397,13 +15559,13 @@ dependencies = [ [[package]] name = "sp-offchain" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f826efe7bdd6d142ced34f5ef1ed9a2070887e78d3146220250edeb67e6791d5" +checksum = "c041d932d7debf1d2e073ecece1425aadae7482689cd4bf148d5886b28bd10d7" dependencies = [ - "sp-api 28.0.0", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-api 29.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", ] [[package]] @@ -15419,13 +15581,13 @@ dependencies = [ [[package]] name = "sp-rpc" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffa9924fc1d0e7b79550493b8b8ac3fa58593cbdb169ee6cf6c1ee3ef25882dd" +checksum = "b26650747f5c204afd8c637df5e882ea912a890cf974fe67c36b430318fc451c" dependencies = [ "rustc-hash", "serde", - "sp-core 30.0.0", + "sp-core 31.0.0", ] [[package]] @@ -15455,9 +15617,9 @@ dependencies = [ [[package]] name = "sp-runtime" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b28fcf8f53d917e420e783dd27d06fd276f55160301c5bc977cc5898c4130f6f" +checksum = "ec3cb126971e7db2f0fcf8053dce740684c438c7180cfca1959598230f342c58" dependencies = [ "docify", "either", @@ -15470,12 +15632,12 @@ dependencies = [ "scale-info", "serde", "simple-mermaid", - "sp-application-crypto 32.0.0", + "sp-application-crypto 33.0.0", "sp-arithmetic 25.0.0", - "sp-core 30.0.0", - "sp-io 32.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", "sp-std", - "sp-weights 29.0.0", + "sp-weights 30.0.0", ] [[package]] @@ -15563,17 +15725,17 @@ dependencies = [ [[package]] name = "sp-session" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0399eb885209b51b2999fe35883a579b0848674f0679019ce262f19d0a853325" +checksum = "6a61ea4ca90f644da2c25edee711b53b1c0b8d50628ceef372224ea24d252b57" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 28.0.0", - "sp-core 30.0.0", - "sp-keystore 0.36.0", - "sp-runtime 33.0.0", - "sp-staking 28.0.0", + "sp-api 29.0.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", "sp-std", ] @@ -15594,16 +15756,16 @@ dependencies = [ [[package]] name = "sp-staking" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48b92f4f66b40cbf7cf00d7808d8eec16e25cb420a29ec4060a74c0e9f7c2938" +checksum = "4114cde17987eaa2f17b8850a8c856b90364666cdbc920d511e7a1cde0574d24" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "scale-info", "serde", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -15631,9 +15793,9 @@ dependencies = [ [[package]] name = "sp-state-machine" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23ae47765916d342b53d07be012a71efc4c1377d875ade31340cc4fb784b9921" +checksum = "1eae0eac8034ba14437e772366336f579398a46d101de13dbb781ab1e35e67c5" dependencies = [ "hash-db", "log", @@ -15641,11 +15803,11 @@ dependencies = [ "parking_lot 0.12.1", "rand", "smallvec", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-externalities 0.27.0", "sp-panic-handler", "sp-std", - "sp-trie 31.0.0", + "sp-trie 32.0.0", "thiserror", "tracing", "trie-db", @@ -15653,9 +15815,9 @@ dependencies = [ [[package]] name = "sp-statement-store" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b95ede4523fc978585383465a406289235a71dd6febe7f79e1114794afae5cd0" +checksum = "b90e8440d72e0ae5d273374af3ebe16768d05b40dff1f487835dd2f826ee9568" dependencies = [ "aes-gcm", "curve25519-dalek 4.1.2", @@ -15665,12 +15827,12 @@ dependencies = [ "rand", "scale-info", "sha2 0.10.8", - "sp-api 28.0.0", - "sp-application-crypto 32.0.0", - "sp-core 30.0.0", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-core 31.0.0", "sp-crypto-hashing", "sp-externalities 0.27.0", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-runtime-interface 26.0.0", "sp-std", "thiserror", @@ -15713,14 +15875,14 @@ dependencies = [ [[package]] name = "sp-timestamp" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee9532c2e4c8fcd7753cb4c741daeb8d9e3ac7cbc15a84c78d4c96492ed20eba" +checksum = "64d51fcd008fd5a79d61dba98c7ae89c2460a49dff07001bf1e9b12535d49536" dependencies = [ "async-trait", "parity-scale-codec", - "sp-inherents 28.0.0", - "sp-runtime 33.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", "sp-std", "thiserror", ] @@ -15750,28 +15912,28 @@ dependencies = [ [[package]] name = "sp-transaction-pool" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8e8b3208d1c8347ab75b28192dc7354489369ae652f2d9936521c8ccd92ca06" +checksum = "0484eaf40c2abda75bda9688298cc8f6e02161176e3aab501207c8ccf4d4b3e1" dependencies = [ - "sp-api 28.0.0", - "sp-runtime 33.0.0", + "sp-api 29.0.0", + "sp-runtime 34.0.0", ] [[package]] name = "sp-transaction-storage-proof" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fa2b7cfb16da80934eab7e37c317969f0a19f31396c530279ce1110b3ecbd95" +checksum = "ba0c99e0852ddd18159c2dc6100c2b5852e49211d8afe373cbce33d1da0050dd" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-inherents 28.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-trie 31.0.0", + "sp-trie 32.0.0", ] [[package]] @@ -15801,9 +15963,9 @@ dependencies = [ [[package]] name = "sp-trie" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5791e2e310cf88abedbd5f60ff3d9c9a09d95b182b4a7510f3648a2170ace593" +checksum = "f1aa91ad26c62b93d73e65f9ce7ebd04459c4bad086599348846a81988d6faa4" dependencies = [ "ahash 0.8.11", "hash-db", @@ -15815,7 +15977,7 @@ dependencies = [ "rand", "scale-info", "schnellru", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-externalities 0.27.0", "sp-std", "thiserror", @@ -15844,9 +16006,9 @@ dependencies = [ [[package]] name = "sp-version" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "973478ac076be7cb8e0a7968ee43cd7c46fb26e323d36020a9f3bb229e033cd2" +checksum = "1c0219b1aeb89e36d13bd43a718920a9087dbb66c567e672c4639cefb2fefc05" dependencies = [ "impl-serde", "parity-scale-codec", @@ -15854,7 +16016,7 @@ dependencies = [ "scale-info", "serde", "sp-crypto-hashing-proc-macro", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-std", "sp-version-proc-macro", "thiserror", @@ -15904,9 +16066,9 @@ dependencies = [ [[package]] name = "sp-weights" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab8a9c7a1b64fa7dba38622ad1de26f0b2e595727c0e42c7b109ecb8e7120688" +checksum = "9af6c661fe3066b29f9e1d258000f402ff5cc2529a9191972d214e5871d0ba87" dependencies = [ "bounded-collections 0.2.0", "parity-scale-codec", @@ -16021,16 +16183,16 @@ dependencies = [ [[package]] name = "staging-parachain-info" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ea840dfaa900fe1d6fef60bdfb446b1a03101a1c2620f50c7d43443b93df207" +checksum = "4df1c48ca2892cb0694c7e10fbcfc8d15fe0fd0b763d61fbc587a870fbb97147" dependencies = [ - "cumulus-primitives-core 0.9.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "cumulus-primitives-core 0.10.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -16055,9 +16217,9 @@ dependencies = [ [[package]] name = "staging-xcm" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3028e3a4ee8493767ee66266571f5cf1fc3edc546bba650b2040c5418b318340" +checksum = "e6ee775f7fc9dfae15d9d5a806efa7d3215f7b7b1cfd225809285a0281addeab" dependencies = [ "array-bytes 6.2.2", "bounded-collections 0.2.0", @@ -16068,7 +16230,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-weights 29.0.0", + "sp-weights 30.0.0", "xcm-procedural", ] @@ -16097,25 +16259,25 @@ dependencies = [ [[package]] name = "staging-xcm-builder" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ea27e235bcca331e5ba693fd224fcc16c17b53f53fca875c8dc54b733dba3c6" +checksum = "41c905c7e545eb80efdbf62470575a37935260503494453ffa3c1ac6207d06c9" dependencies = [ - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "impl-trait-for-tuples", "log", - "pallet-transaction-payment 30.0.0", + "pallet-transaction-payment 31.0.0", "parity-scale-codec", - "polkadot-parachain-primitives 8.0.0", + "polkadot-parachain-primitives 9.0.0", "scale-info", "sp-arithmetic 25.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-weights 29.0.0", - "staging-xcm 9.0.0", - "staging-xcm-executor 9.0.1", + "sp-weights 30.0.0", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", ] [[package]] @@ -16142,24 +16304,24 @@ dependencies = [ [[package]] name = "staging-xcm-executor" -version = "9.0.1" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe8c62fe1eee71592828a513693106ff301cdafd5ac5bd52e06d9315fd4f4f7a" +checksum = "e30434a78d4392b698bc7854c00f52d83c1c544da4be1912f898958c3e32f062" dependencies = [ "environmental", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", "sp-arithmetic 25.0.0", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-weights 29.0.0", - "staging-xcm 9.0.0", + "sp-weights 30.0.0", + "staging-xcm 10.0.0", ] [[package]] @@ -16269,6 +16431,19 @@ dependencies = [ "zeroize", ] +[[package]] +name = "substrate-bip39" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a2b564c293e6194e8b222e52436bcb99f60de72043c7f845cf6c4406db4df121" +dependencies = [ + "hmac 0.12.1", + "pbkdf2 0.12.2", + "schnorrkel 0.11.4", + "sha2 0.10.8", + "zeroize", +] + [[package]] name = "substrate-build-script-utils" version = "11.0.0" @@ -16277,22 +16452,22 @@ checksum = "b285e7d183a32732fdc119f3d81b7915790191fad602b7c709ef247073c77a2e" [[package]] name = "substrate-frame-rpc-system" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74fba95234990a0eecb3199ee2589112a1a3763db1fa7739a316f3e26f7693c9" +checksum = "3c0da351445855b0d5bff2721c64508dc790d5cc0804d1d395074c8dafeb2170" dependencies = [ - "frame-system-rpc-runtime-api 28.0.0", + "frame-system-rpc-runtime-api 29.0.0", "futures", "jsonrpsee", "log", "parity-scale-codec", "sc-rpc-api", "sc-transaction-pool-api", - "sp-api 28.0.0", - "sp-block-builder 28.0.0", + "sp-api 29.0.0", + "sp-block-builder 29.0.0", "sp-blockchain", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", ] [[package]] @@ -16310,33 +16485,33 @@ dependencies = [ [[package]] name = "substrate-rpc-client" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0aa04291d8b0e96b475c2abc26fe96f59478e23af38307c294a6f6c3d2a06fc8" +checksum = "e71c3305c6159e3f4cfc158f88ceefb94dd86b2c92c6120ad51a9d9c31c0dce6" dependencies = [ "async-trait", "jsonrpsee", "log", "sc-rpc-api", "serde", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", ] [[package]] name = "substrate-state-trie-migration-rpc" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a62395e13acaff44193068733ca986dd5b5be54055cabcee9cdad075b3a5f496" +checksum = "ff3afa7be8eca9226448012fa58eeaaab9c42be60214471d304658ac4856052b" dependencies = [ "jsonrpsee", "parity-scale-codec", "sc-client-api", "sc-rpc-api", "serde", - "sp-core 30.0.0", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", - "sp-trie 31.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "sp-trie 32.0.0", "trie-db", ] @@ -16361,9 +16536,9 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" -version = "19.0.0" +version = "20.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d182ae093d473b5947e32c392b10fb12125318c4470ff8adf32b0cbf2e9e6611" +checksum = "f55ed4ff2945faa132b9658cb581a3a5cf14dd90b5e217b3e16724eb202ed6c6" dependencies = [ "build-helper", "cargo_metadata", @@ -16913,12 +17088,12 @@ dependencies = [ [[package]] name = "tracing-gum" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae8140321b63c471a47f6a5bcb46198a0a44535cd2afb26be624a9898d362422" +checksum = "461fe686e103f3afc4c93a56474193ffc46d4b2770f8df5d56e025e8bb54960c" dependencies = [ "coarsetime", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "tracing", "tracing-gum-proc-macro", ] @@ -17083,14 +17258,14 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "try-runtime-cli" -version = "0.40.0" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a6fda4ce30fe4bb6b3066b30669ebfabecaa8c974cc0411525256e465863347" +checksum = "80765dc36d90e9f2112dccc6e5d70df50ab1239dba8e004bcc70cc77b3a9712d" dependencies = [ "async-trait", "clap", "frame-remote-externalities", - "frame-try-runtime 0.36.0", + "frame-try-runtime 0.37.0", "hex", "log", "parity-scale-codec", @@ -17098,22 +17273,22 @@ dependencies = [ "sc-executor", "serde", "serde_json", - "sp-api 28.0.0", - "sp-consensus-aura 0.34.0", - "sp-consensus-babe 0.34.0", - "sp-core 30.0.0", + "sp-api 29.0.0", + "sp-consensus-aura 0.35.0", + "sp-consensus-babe 0.35.0", + "sp-core 31.0.0", "sp-debug-derive", "sp-externalities 0.27.0", - "sp-inherents 28.0.0", - "sp-io 32.0.0", - "sp-keystore 0.36.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-keystore 0.37.0", "sp-rpc", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", - "sp-timestamp 28.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "sp-timestamp 29.0.0", "sp-transaction-storage-proof", - "sp-version 31.0.0", - "sp-weights 29.0.0", + "sp-version 32.0.0", + "sp-weights 30.0.0", "substrate-rpc-client", "zstd 0.12.4", ] @@ -17744,126 +17919,126 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6b66d94f5a1e81c045ead285988614cdf1869e1c6292e4f1b4b0a4a3c534074" +checksum = "3ef1f629f711d7d110a1d13a12d3b4ab8fdc4ec3f97abbe9d1f0d248014a9e72" dependencies = [ "binary-merkle-tree 15.0.0", "bitvec", - "frame-benchmarking 30.0.0", - "frame-election-provider-support 30.0.0", - "frame-executive 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", - "frame-system-benchmarking 30.0.0", - "frame-system-rpc-runtime-api 28.0.0", - "frame-try-runtime 0.36.0", + "frame-benchmarking 31.0.0", + "frame-election-provider-support 31.0.0", + "frame-executive 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "frame-system-benchmarking 31.0.0", + "frame-system-rpc-runtime-api 29.0.0", + "frame-try-runtime 0.37.0", "hex-literal", "log", - "pallet-asset-rate 9.0.0", - "pallet-authority-discovery 30.0.1", - "pallet-authorship 30.0.0", - "pallet-babe 30.0.0", - "pallet-bags-list 29.0.0", - "pallet-balances 30.0.0", - "pallet-beefy 30.0.0", - "pallet-beefy-mmr 30.0.0", + "pallet-asset-rate 10.0.0", + "pallet-authority-discovery 31.0.1", + "pallet-authorship 31.0.0", + "pallet-babe 31.0.0", + "pallet-bags-list 30.0.0", + "pallet-balances 31.0.0", + "pallet-beefy 31.0.0", + "pallet-beefy-mmr 31.0.0", "pallet-collective", - "pallet-conviction-voting 30.0.0", + "pallet-conviction-voting 31.0.0", "pallet-democracy", - "pallet-election-provider-multi-phase 29.0.0", - "pallet-election-provider-support-benchmarking 29.0.0", + "pallet-election-provider-multi-phase 30.0.0", + "pallet-election-provider-support-benchmarking 30.0.0", "pallet-elections-phragmen", - "pallet-fast-unstake 29.0.0", - "pallet-grandpa 30.0.0", - "pallet-identity 30.0.0", - "pallet-im-online 29.0.0", - "pallet-indices 30.0.0", + "pallet-fast-unstake 30.0.0", + "pallet-grandpa 31.0.0", + "pallet-identity 31.0.0", + "pallet-im-online 30.0.0", + "pallet-indices 31.0.0", "pallet-membership", - "pallet-message-queue 33.0.0", - "pallet-mmr 29.0.0", - "pallet-multisig 30.0.0", - "pallet-nomination-pools 27.0.0", - "pallet-nomination-pools-benchmarking 28.0.0", - "pallet-nomination-pools-runtime-api 25.0.0", - "pallet-offences 29.0.0", - "pallet-offences-benchmarking 30.0.0", - "pallet-preimage 30.0.0", - "pallet-proxy 30.0.0", + "pallet-message-queue 34.0.0", + "pallet-mmr 30.0.0", + "pallet-multisig 31.0.0", + "pallet-nomination-pools 28.0.0", + "pallet-nomination-pools-benchmarking 29.0.0", + "pallet-nomination-pools-runtime-api 26.0.0", + "pallet-offences 30.0.0", + "pallet-offences-benchmarking 31.0.0", + "pallet-preimage 31.0.0", + "pallet-proxy 31.0.0", "pallet-recovery", - "pallet-referenda 30.0.0", + "pallet-referenda 31.0.0", "pallet-root-testing", - "pallet-scheduler 31.0.0", - "pallet-session 30.0.0", - "pallet-session-benchmarking 30.0.0", + "pallet-scheduler 32.0.0", + "pallet-session 31.0.0", + "pallet-session-benchmarking 31.0.0", "pallet-society", - "pallet-staking 30.0.2", + "pallet-staking 31.0.0", "pallet-staking-reward-curve", - "pallet-staking-runtime-api 16.0.0", - "pallet-state-trie-migration 31.0.0", - "pallet-sudo 30.0.0", - "pallet-timestamp 29.0.0", - "pallet-transaction-payment 30.0.0", - "pallet-transaction-payment-rpc-runtime-api 30.0.0", - "pallet-treasury 29.0.0", - "pallet-utility 30.0.0", - "pallet-vesting 30.0.0", - "pallet-whitelist 29.0.0", - "pallet-xcm 9.0.1", - "pallet-xcm-benchmarks 9.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 8.0.0", - "polkadot-primitives 9.0.0", - "polkadot-runtime-common 9.0.0", - "polkadot-runtime-parachains 9.0.0", + "pallet-staking-runtime-api 17.0.0", + "pallet-state-trie-migration 32.0.0", + "pallet-sudo 31.0.0", + "pallet-timestamp 30.0.0", + "pallet-transaction-payment 31.0.0", + "pallet-transaction-payment-rpc-runtime-api 31.0.0", + "pallet-treasury 30.0.0", + "pallet-utility 31.0.0", + "pallet-vesting 31.0.0", + "pallet-whitelist 30.0.0", + "pallet-xcm 10.0.1", + "pallet-xcm-benchmarks 10.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", + "polkadot-runtime-common 10.0.0", + "polkadot-runtime-parachains 10.0.0", "rustc-hex", "scale-info", "serde", "serde_derive", "smallvec", - "sp-api 28.0.0", - "sp-application-crypto 32.0.0", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", "sp-arithmetic 25.0.0", - "sp-authority-discovery 28.0.0", - "sp-block-builder 28.0.0", - "sp-consensus-babe 0.34.0", - "sp-consensus-beefy 15.0.0", - "sp-core 30.0.0", - "sp-genesis-builder 0.9.0", - "sp-inherents 28.0.0", - "sp-io 32.0.0", - "sp-mmr-primitives 28.0.0", - "sp-npos-elections 28.0.0", - "sp-offchain 28.0.0", - "sp-runtime 33.0.0", - "sp-session 29.0.0", - "sp-staking 28.0.0", + "sp-authority-discovery 29.0.0", + "sp-block-builder 29.0.0", + "sp-consensus-babe 0.35.0", + "sp-consensus-beefy 16.0.0", + "sp-core 31.0.0", + "sp-genesis-builder 0.10.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-mmr-primitives 29.0.0", + "sp-npos-elections 29.0.0", + "sp-offchain 29.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-staking 29.0.0", "sp-std", "sp-storage", - "sp-transaction-pool 28.0.0", - "sp-version 31.0.0", - "staging-xcm 9.0.0", - "staging-xcm-builder 9.0.0", - "staging-xcm-executor 9.0.1", - "substrate-wasm-builder 19.0.0", + "sp-transaction-pool 29.0.0", + "sp-version 32.0.0", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", + "staging-xcm-executor 10.0.0", + "substrate-wasm-builder 20.0.0", "westend-runtime-constants", ] [[package]] name = "westend-runtime-constants" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4143f3b5d631cb2bc1e0c4a4284dca4861ba0fcc62bfe861e505ff43fa1aa3dc" +checksum = "38ee9606d7d954aef2b22107e80fc128a467cd8d6f1d347f64e417f88b2833c8" dependencies = [ - "frame-support 30.0.0", - "polkadot-primitives 9.0.0", - "polkadot-runtime-common 9.0.0", + "frame-support 31.0.0", + "polkadot-primitives 10.0.0", + "polkadot-runtime-common 10.0.0", "smallvec", - "sp-core 30.0.0", - "sp-runtime 33.0.0", - "sp-weights 29.0.0", - "staging-xcm 9.0.0", - "staging-xcm-builder 9.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-weights 30.0.0", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", ] [[package]] @@ -18222,37 +18397,37 @@ dependencies = [ [[package]] name = "xcm-emulator" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afbc43df852e6a8a0bc3be53da4630f31fada7e6e3fb356cb559cf1988377dfb" +checksum = "ea6acd5a2d4c654cb659666c7bc3730b6b29b6caf4d98c6799911069d81b1ed2" dependencies = [ - "cumulus-pallet-parachain-system 0.9.0", - "cumulus-pallet-xcmp-queue 0.9.0", - "cumulus-primitives-core 0.9.0", - "cumulus-primitives-parachain-inherent 0.9.0", + "cumulus-pallet-parachain-system 0.10.0", + "cumulus-pallet-xcmp-queue 0.10.0", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-parachain-inherent 0.10.0", "cumulus-test-relay-sproof-builder", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "impl-trait-for-tuples", "lazy_static", "log", - "pallet-balances 30.0.0", - "pallet-message-queue 33.0.0", - "parachains-common 9.0.0", + "pallet-balances 31.0.0", + "pallet-message-queue 34.0.0", + "parachains-common 10.0.0", "parity-scale-codec", "paste", - "polkadot-parachain-primitives 8.0.0", - "polkadot-primitives 9.0.0", - "polkadot-runtime-parachains 9.0.0", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", + "polkadot-runtime-parachains 10.0.0", "sp-arithmetic 25.0.0", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-crypto-hashing", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", "sp-tracing", - "staging-xcm 9.0.0", - "staging-xcm-executor 9.0.1", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", ] [[package]] @@ -18376,4 +18551,4 @@ checksum = "9e16efa8a874a0481a574084d34cc26fdb3b99627480f785888deb6386506656" dependencies = [ "cc", "pkg-config", -] \ No newline at end of file +] diff --git a/Cargo.toml b/Cargo.toml index 01bcb2c4..80723f7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ subxt-signer = "0.34.0" tokio = { version = "1.36", features = ["macros", "time", "rt-multi-thread"] } # Build -substrate-wasm-builder = "19.0.0" +substrate-wasm-builder = "20.0.0" substrate-build-script-utils = "11.0.0" # Local @@ -61,112 +61,112 @@ pop-runtime-common = { path = "runtime/common", default-features = false } pop-primitives = { path = "./primitives", default-features = false } # Substrate -sc-basic-authorship = "0.36.0" -sc-chain-spec = "29.0.0" -sc-cli = "0.38.0" -sc-client-api = "30.0.0" -sc-offchain = "31.0.0" -sc-consensus = "0.35.0" -sc-executor = "0.34.0" -sc-network = "0.36.0" -sc-network-sync = "0.35.0" -sc-rpc = "31.0.0" -sc-service = "0.37.0" -sc-sysinfo = "29.0.0" +sc-basic-authorship = "0.37.0" +sc-chain-spec = "30.0.1" +sc-cli = "0.39.0" +sc-client-api = "31.0.0" +sc-offchain = "32.0.0" +sc-consensus = "0.36.0" +sc-executor = "0.35.0" +sc-network = "0.37.0" +sc-network-sync = "0.36.0" +sc-rpc = "32.0.0" +sc-service = "0.38.0" +sc-sysinfo = "30.0.0" sc-telemetry = "17.0.0" -sc-tracing = "30.0.0" -sc-transaction-pool = "30.0.0" -sc-transaction-pool-api = "30.0.0" -frame-benchmarking = { version = "30.0.0", default-features = false } -frame-benchmarking-cli = "34.0.0" -frame-executive = { version = "30.0.0", default-features = false } -frame-support = { version = "30.0.0", default-features = false } -frame-system = { version = "30.0.0", default-features = false } -frame-system-benchmarking = { version = "30.0.0", default-features = false } -frame-system-rpc-runtime-api = { version = "28.0.0", default-features = false } -frame-try-runtime = { version = "0.36.0", default-features = false } -pallet-aura = { version = "29.0.0", default-features = false } -pallet-authorship = { version = "30.0.0", default-features = false } -pallet-assets = { version = "31.0.0", default-features = false } -pallet-balances = { version = "30.0.0", default-features = false } -pallet-contracts = { version = "29.0.0", default-features = false } -pallet-message-queue = { version = "33.0.0", default-features = false } -pallet-multisig = { version = "30.0.0", default-features = false } -pallet-nft-fractionalization = { version = "12.0.0", default-features = false } -pallet-nfts = { version = "24.0.0", default-features = false } -pallet-nfts-runtime-api = { version = "16.0.0", default-features = false } -pallet-preimage = { version = "30.0.0", default-features = false } -pallet-proxy = { version = "30.0.0", default-features = false } -pallet-scheduler = { version = "31.0.0", default-features = false } -pallet-session = { version = "30.0.0", default-features = false } -pallet-sudo = { version = "30.0.0", default-features = false } -pallet-timestamp = { version = "29.0.0", default-features = false } -pallet-transaction-payment = { version = "30.0.0", default-features = false } -pallet-transaction-payment-rpc = "32.0.0" -pallet-transaction-payment-rpc-runtime-api = { version = "30.0.0", default-features = false } -pallet-utility = { version = "30.0.0", default-features = false } -sp-api = { version = "28.0.0", default-features = false } -sp-authority-discovery = { version = "28.0.0", default-features = false } -sp-block-builder = { version = "28.0.0", default-features = false } -sp-blockchain = "30.0.0" -sp-consensus-aura = { version = "0.34.0", default-features = false } -sp-consensus-babe = { version = "0.34.0", default-features = false } -sp-consensus-beefy = { version = "15.0.0", default-features = false } -sp-consensus-grandpa = { version = "15.0.0", default-features = false } -sp-core = { version = "30.0.0", default-features = false } -sp-keystore = "0.36.0" -sp-io = { version = "32.0.0", default-features = false } -sp-genesis-builder = { version = "0.9.0", default-features = false } -sp-inherents = { version = "28.0.0", default-features = false } -sp-offchain = { version = "28.0.0", default-features = false } -sp-runtime = { version = "33.0.0", default-features = false } -sp-timestamp = "28.0.0" -substrate-frame-rpc-system = "30.0.0" +sc-tracing = "31.0.0" +sc-transaction-pool = "31.0.0" +sc-transaction-pool-api = "31.0.0" +frame-benchmarking = { version = "31.0.0", default-features = false } +frame-benchmarking-cli = "35.0.1" +frame-executive = { version = "31.0.0", default-features = false } +frame-support = { version = "31.0.0", default-features = false } +frame-system = { version = "31.0.0", default-features = false } +frame-system-benchmarking = { version = "31.0.0", default-features = false } +frame-system-rpc-runtime-api = { version = "29.0.0", default-features = false } +frame-try-runtime = { version = "0.37.0", default-features = false } +pallet-aura = { version = "30.0.0", default-features = false } +pallet-authorship = { version = "31.0.0", default-features = false } +pallet-assets = { version = "32.0.0", default-features = false } +pallet-balances = { version = "31.0.0", default-features = false } +pallet-contracts = { version = "30.0.0", default-features = false } +pallet-message-queue = { version = "34.0.0", default-features = false } +pallet-multisig = { version = "31.0.0", default-features = false } +pallet-nft-fractionalization = { version = "13.0.0", default-features = false } +pallet-nfts = { version = "25.0.0", default-features = false } +pallet-nfts-runtime-api = { version = "17.0.0", default-features = false } +pallet-preimage = { version = "31.0.0", default-features = false } +pallet-proxy = { version = "31.0.0", default-features = false } +pallet-scheduler = { version = "32.0.0", default-features = false } +pallet-session = { version = "31.0.0", default-features = false } +pallet-sudo = { version = "31.0.0", default-features = false } +pallet-timestamp = { version = "30.0.0", default-features = false } +pallet-transaction-payment = { version = "31.0.0", default-features = false } +pallet-transaction-payment-rpc = "33.0.0" +pallet-transaction-payment-rpc-runtime-api = { version = "31.0.0", default-features = false } +pallet-utility = { version = "31.0.0", default-features = false } +sp-api = { version = "29.0.0", default-features = false } +sp-authority-discovery = { version = "29.0.0", default-features = false } +sp-block-builder = { version = "29.0.0", default-features = false } +sp-blockchain = "31.0.0" +sp-consensus-aura = { version = "0.35.0", default-features = false } +sp-consensus-babe = { version = "0.35.0", default-features = false } +sp-consensus-beefy = { version = "16.0.0", default-features = false } +sp-consensus-grandpa = { version = "16.0.0", default-features = false } +sp-core = { version = "31.0.0", default-features = false } +sp-keystore = "0.37.0" +sp-io = { version = "33.0.0", default-features = false } +sp-genesis-builder = { version = "0.10.0", default-features = false } +sp-inherents = { version = "29.0.0", default-features = false } +sp-offchain = { version = "29.0.0", default-features = false } +sp-runtime = { version = "34.0.0", default-features = false } +sp-timestamp = "29.0.0" +substrate-frame-rpc-system = "31.0.0" substrate-prometheus-endpoint = "0.17.0" -sp-session = { version = "29.0.0", default-features = false } +sp-session = { version = "30.0.0", default-features = false } sp-std = { version = "14.0.0", default-features = false } -sp-transaction-pool = { version = "28.0.0", default-features = false } -sp-version = { version = "31.0.0", default-features = false } +sp-transaction-pool = { version = "29.0.0", default-features = false } +sp-version = { version = "32.0.0", default-features = false } # Polkadot -pallet-xcm = { version = "9.0.1", default-features = false } -polkadot-cli = "9.0.0" -polkadot-parachain-primitives = { version = "8.0.0", default-features = false } -polkadot-runtime-parachains = { version = "9.0.0", default-features = false } -polkadot-primitives = { version = "9.0.0", default-features = false } -polkadot-runtime-common = { version = "9.0.0", default-features = false } -rococo-runtime-constants = { version = "9.0.0", default-features = false } -rococo-runtime = { version = "9.0.0", default-features = false } -xcm = { version = "9.0.0", package = "staging-xcm", default-features = false } -xcm-builder = { version = "9.0.0", package = "staging-xcm-builder", default-features = false } -xcm-executor = { version = "9.0.1", package = "staging-xcm-executor", default-features = false } +pallet-xcm = { version = "10.0.1", default-features = false } +polkadot-cli = "10.0.0" +polkadot-parachain-primitives = { version = "9.0.0", default-features = false } +polkadot-runtime-parachains = { version = "10.0.0", default-features = false } +polkadot-primitives = { version = "10.0.0", default-features = false } +polkadot-runtime-common = { version = "10.0.0", default-features = false } +rococo-runtime-constants = { version = "10.0.0", default-features = false } +rococo-runtime = { version = "10.0.0", default-features = false } +xcm = { version = "10.0.0", package = "staging-xcm", default-features = false } +xcm-builder = { version = "10.0.0", package = "staging-xcm-builder", default-features = false } +xcm-executor = { version = "10.0.0", package = "staging-xcm-executor", default-features = false } # Cumulus -asset-hub-rococo-runtime = { version = "0.13.0", default-features = false } -asset-test-utils = { version = "9.0.0", default-features = false } -cumulus-pallet-aura-ext = { version = "0.9.0", default-features = false } -cumulus-pallet-parachain-system = { version = "0.9.0", default-features = false, features = [ +asset-hub-rococo-runtime = { version = "0.14.0", default-features = false } +asset-test-utils = { version = "10.0.0", default-features = false } +cumulus-pallet-aura-ext = { version = "0.10.0", default-features = false } +cumulus-pallet-parachain-system = { version = "0.10.0", default-features = false, features = [ "parameterized-consensus-hook", ] } -cumulus-pallet-session-benchmarking = { version = "11.0.0", default-features = false } -cumulus-pallet-xcm = { version = "0.9.0", default-features = false } -cumulus-pallet-xcmp-queue = { version = "0.9.0", default-features = false } -cumulus-primitives-aura = { version = "0.9.0", default-features = false } -cumulus-primitives-core = { version = "0.9.0", default-features = false } -cumulus-primitives-utility = { version = "0.9.0", default-features = false } -emulated-integration-tests-common = { version = "5.0.0", default-features = false } -pallet-collator-selection = { version = "11.0.1", default-features = false } -parachains-common = { version = "9.0.0", default-features = false } -parachain-info = { version = "0.9.0", package = "staging-parachain-info", default-features = false } -cumulus-primitives-parachain-inherent = "0.9.0" -cumulus-relay-chain-interface = "0.9.0" +cumulus-pallet-session-benchmarking = { version = "12.0.0", default-features = false } +cumulus-pallet-xcm = { version = "0.10.0", default-features = false } +cumulus-pallet-xcmp-queue = { version = "0.10.0", default-features = false } +cumulus-primitives-aura = { version = "0.10.0", default-features = false } +cumulus-primitives-core = { version = "0.10.0", default-features = false } +cumulus-primitives-utility = { version = "0.10.0", default-features = false } +emulated-integration-tests-common = { version = "6.0.0", default-features = false } +pallet-collator-selection = { version = "12.0.1", default-features = false } +parachains-common = { version = "10.0.0", default-features = false } +parachain-info = { version = "0.10.0", package = "staging-parachain-info", default-features = false } +cumulus-primitives-parachain-inherent = "0.10.0" +cumulus-relay-chain-interface = "0.10.0" color-print = "0.3.4" -cumulus-client-cli = "0.9.0" -cumulus-client-collator = "0.9.0" -cumulus-client-consensus-aura = "0.9.0" -cumulus-client-consensus-common = "0.9.0" -cumulus-client-consensus-proposer = "0.9.0" -cumulus-client-service = "0.9.0" +cumulus-client-cli = "0.10.0" +cumulus-client-collator = "0.10.0" +cumulus-client-consensus-aura = "0.10.0" +cumulus-client-consensus-common = "0.10.0" +cumulus-client-consensus-proposer = "0.10.0" +cumulus-client-service = "0.10.0" # Paseo asset-hub-paseo-runtime = { git = "https://github.com/paseo-network/runtimes/", tag = "v1.2.5-system-chains", default-features = false } diff --git a/runtime/devnet/src/config/contracts.rs b/runtime/devnet/src/config/contracts.rs index d6f596da..8e5b2695 100644 --- a/runtime/devnet/src/config/contracts.rs +++ b/runtime/devnet/src/config/contracts.rs @@ -6,7 +6,7 @@ use frame_support::{ parameter_types, traits::{ConstBool, ConstU32, Randomness}, }; -use frame_system::pallet_prelude::BlockNumberFor; +use frame_system::{pallet_prelude::BlockNumberFor, EnsureSigned}; pub enum AllowBalancesCall {} @@ -79,6 +79,8 @@ impl pallet_contracts::Config for Runtime { type MaxStorageKeyLen = ConstU32<128>; type MaxDebugBufferLen = ConstU32<{ 2 * 1024 * 1024 }>; type UnsafeUnstableInterface = ConstBool; + type UploadOrigin = EnsureSigned; + type InstantiateOrigin = EnsureSigned; type CodeHashLockupDepositPercent = CodeHashLockupDepositPercent; type MaxDelegateDependencies = ConstU32<32>; type RuntimeHoldReason = RuntimeHoldReason; diff --git a/runtime/devnet/src/lib.rs b/runtime/devnet/src/lib.rs index 295398f9..913c38d1 100644 --- a/runtime/devnet/src/lib.rs +++ b/runtime/devnet/src/lib.rs @@ -57,7 +57,7 @@ pub use pop_runtime_common::{ BLOCK_PROCESSING_VELOCITY, EXISTENTIAL_DEPOSIT, MICROUNIT, MILLIUNIT, NORMAL_DISPATCH_RATIO, RELAY_CHAIN_SLOT_DURATION_MILLIS, UNIT, }; -pub use sp_runtime::{MultiAddress, Perbill, Permill}; +pub use sp_runtime::{ExtrinsicInclusionMode, MultiAddress, Perbill, Permill}; #[cfg(any(feature = "std", test))] pub use sp_runtime::BuildStorage; @@ -260,7 +260,7 @@ impl Contains for AllowedApiCalls { /// The default types are being injected by [`derive_impl`](`frame_support::derive_impl`) from /// [`ParaChainDefaultConfig`](`struct@frame_system::config_preludes::ParaChainDefaultConfig`), /// but overridden as needed. -#[derive_impl(frame_system::config_preludes::ParaChainDefaultConfig as frame_system::DefaultConfig)] +#[derive_impl(frame_system::config_preludes::ParaChainDefaultConfig)] impl frame_system::Config for Runtime { /// The identifier used to distinguish between accounts. type AccountId = AccountId; @@ -641,7 +641,7 @@ impl_runtime_apis! { Executive::execute_block(block) } - fn initialize_block(header: &::Header) { + fn initialize_block(header: &::Header) -> ExtrinsicInclusionMode { Executive::initialize_block(header) } } diff --git a/runtime/testnet/src/config/contracts.rs b/runtime/testnet/src/config/contracts.rs index d6f596da..8e5b2695 100644 --- a/runtime/testnet/src/config/contracts.rs +++ b/runtime/testnet/src/config/contracts.rs @@ -6,7 +6,7 @@ use frame_support::{ parameter_types, traits::{ConstBool, ConstU32, Randomness}, }; -use frame_system::pallet_prelude::BlockNumberFor; +use frame_system::{pallet_prelude::BlockNumberFor, EnsureSigned}; pub enum AllowBalancesCall {} @@ -79,6 +79,8 @@ impl pallet_contracts::Config for Runtime { type MaxStorageKeyLen = ConstU32<128>; type MaxDebugBufferLen = ConstU32<{ 2 * 1024 * 1024 }>; type UnsafeUnstableInterface = ConstBool; + type UploadOrigin = EnsureSigned; + type InstantiateOrigin = EnsureSigned; type CodeHashLockupDepositPercent = CodeHashLockupDepositPercent; type MaxDelegateDependencies = ConstU32<32>; type RuntimeHoldReason = RuntimeHoldReason; diff --git a/runtime/testnet/src/lib.rs b/runtime/testnet/src/lib.rs index e1b23843..36e5f710 100644 --- a/runtime/testnet/src/lib.rs +++ b/runtime/testnet/src/lib.rs @@ -57,7 +57,7 @@ pub use pop_runtime_common::{ MILLISECS_PER_BLOCK, MILLIUNIT, MINUTES, NORMAL_DISPATCH_RATIO, RELAY_CHAIN_SLOT_DURATION_MILLIS, SLOT_DURATION, UNINCLUDED_SEGMENT_CAPACITY, UNIT, }; -pub use sp_runtime::{MultiAddress, Perbill, Permill}; +pub use sp_runtime::{ExtrinsicInclusionMode, MultiAddress, Perbill, Permill}; #[cfg(any(feature = "std", test))] pub use sp_runtime::BuildStorage; @@ -264,7 +264,7 @@ impl Contains for AllowedApiCalls { /// The default types are being injected by [`derive_impl`](`frame_support::derive_impl`) from /// [`ParaChainDefaultConfig`](`struct@frame_system::config_preludes::ParaChainDefaultConfig`), /// but overridden as needed. -#[derive_impl(frame_system::config_preludes::ParaChainDefaultConfig as frame_system::DefaultConfig)] +#[derive_impl(frame_system::config_preludes::ParaChainDefaultConfig)] impl frame_system::Config for Runtime { /// The identifier used to distinguish between accounts. type AccountId = AccountId; @@ -633,7 +633,7 @@ impl_runtime_apis! { Executive::execute_block(block) } - fn initialize_block(header: &::Header) { + fn initialize_block(header: &::Header) -> ExtrinsicInclusionMode{ Executive::initialize_block(header) } } From 26af9de3ce11208a40795d767ecac07227876f6d Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Tue, 13 Aug 2024 14:31:59 +0700 Subject: [PATCH 02/95] chore: upgrade to 1.10.0 --- Cargo.lock | 4854 +++++++++++++++-------------- Cargo.toml | 196 +- runtime/devnet/Cargo.toml | 2 +- runtime/devnet/src/config/xcm.rs | 3 + runtime/devnet/src/lib.rs | 4 +- runtime/testnet/Cargo.toml | 2 +- runtime/testnet/src/config/xcm.rs | 3 + runtime/testnet/src/lib.rs | 4 +- 8 files changed, 2547 insertions(+), 2521 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 29a91410..c4ddaf19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -505,7 +505,7 @@ dependencies = [ "sp-runtime 32.0.0", "sp-session 28.0.0", "sp-std", - "sp-storage", + "sp-storage 20.0.0", "sp-transaction-pool 27.0.0", "sp-version 30.0.0", "sp-weights 28.0.0", @@ -519,33 +519,33 @@ dependencies = [ [[package]] name = "asset-test-utils" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c81733430dbb312765566043bcb2c022dbb7492bacbe67018c630dbce753936" -dependencies = [ - "cumulus-pallet-parachain-system 0.10.0", - "cumulus-pallet-xcmp-queue 0.10.0", - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-assets 32.0.0", - "pallet-balances 31.0.0", - "pallet-collator-selection 12.0.1", - "pallet-session 31.0.0", - "pallet-timestamp 30.0.0", - "pallet-xcm 10.0.1", - "pallet-xcm-bridge-hub-router 0.8.0", - "parachains-common 10.0.0", +checksum = "d2e1d4077fc518abe25e26f3963a080686cabecb97f192d9124be3e04cc21cad" +dependencies = [ + "cumulus-pallet-parachain-system 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-core 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-assets 33.0.0", + "pallet-balances 33.0.0", + "pallet-collator-selection 13.0.1", + "pallet-session 32.0.0", + "pallet-timestamp 31.0.0", + "pallet-xcm 11.0.0", + "pallet-xcm-bridge-hub-router 0.9.0", + "parachains-common 11.0.0", "parachains-runtimes-test-utils", "parity-scale-codec", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-parachain-info 0.10.0", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", - "substrate-wasm-builder 20.0.0", + "staging-parachain-info 0.11.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", + "staging-xcm-executor 11.0.0", + "substrate-wasm-builder 21.0.0", ] [[package]] @@ -1143,19 +1143,19 @@ dependencies = [ [[package]] name = "bp-header-chain" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "700fa6f4a3258a0eee471c7f70698c69d5b911d125f49f8139f0c61b7fdb6c9d" +checksum = "7b4a86e6438700a4217675ef3088fb08694ab69b1bdce4124099b1dcff9a6ff8" dependencies = [ - "bp-runtime 0.10.0", + "bp-runtime 0.11.0", "finality-grandpa", - "frame-support 31.0.0", + "frame-support 32.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -1177,35 +1177,35 @@ dependencies = [ [[package]] name = "bp-messages" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebfb4d04936f86b63257d32b128b5e757de0273abf22794d3ae827323416e385" +checksum = "e6a8b4356728ca03a8246104e320a2b1d7ba8c7fbd2917bf62395290f6ef2cc1" dependencies = [ - "bp-header-chain 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", + "bp-header-chain 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-std", ] [[package]] name = "bp-parachains" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f0c940507c4db7652a660228daefd82317bf6cd8aacff33df9e6ac9c45371c2" +checksum = "9d5a4983aec89871fe61f700cd4edaaf30288e7fbd927f7e4f879951f61569d4" dependencies = [ - "bp-header-chain 0.10.0", - "bp-polkadot-core 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", + "bp-header-chain 0.11.0", + "bp-polkadot-core 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -1230,35 +1230,35 @@ dependencies = [ [[package]] name = "bp-polkadot-core" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d14dd5cfb1176aebe8d9dc0c42273f978f63a6137ff10709caf380219847c010" +checksum = "54ef42ed5eb5ea249ee3f26f38ad114e379accfa1f2a8ee1ff87dc6bbc00b399" dependencies = [ - "bp-messages 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-messages 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "parity-util-mem", "scale-info", "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "bp-relayers" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41101efa1afc121ed8f4b5b93c9ee28bdab3f912237103521eea67c164c86c20" +checksum = "36f6f38407e79458fefb4c14a6f9f2cd9779b2dfeb3b11112e20902ee9dfea5f" dependencies = [ - "bp-messages 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", + "bp-messages 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -1288,12 +1288,12 @@ dependencies = [ [[package]] name = "bp-runtime" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a97193ef70796e6c3bb1e0de930d2174a07c7b8cb07f19eead5b5c3f56d6b7b9" +checksum = "67f4b1696822790b449046bdb89c273852ef2201a046b64b24293871a953e5e3" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "hash-db", "impl-trait-for-tuples", "log", @@ -1301,41 +1301,41 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", "trie-db", ] [[package]] name = "bp-test-utils" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2eac8331de5fc5e0012e3c5b0c245b9b6b33878edbe64cdfd133c2dce9443898" +checksum = "c0462cedd4f4dba1dde9d296df6b0e128a61abecde6ff6efa3b122ee8ac2f811" dependencies = [ - "bp-header-chain 0.10.0", + "bp-header-chain 0.11.0", "bp-parachains", - "bp-polkadot-core 0.10.0", - "bp-runtime 0.10.0", + "bp-polkadot-core 0.11.0", + "bp-runtime 0.11.0", "ed25519-dalek", "finality-grandpa", "parity-scale-codec", - "sp-application-crypto 33.0.0", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-application-crypto 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] name = "bp-xcm-bridge-hub" -version = "0.2.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6663e0179d475e30cfcf28cf597cdc8f4bb1c2c39a557b4cbe0057db0657fb67" +checksum = "192804908f1d3b7bfad12abce448fb3b7ec8dda765cac4a8d811fa75557e528f" dependencies = [ "sp-std", ] @@ -1354,50 +1354,50 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub-router" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7366e856da4c5f49e1ef94c3ea401854fe52310696561e24b7509d2f963d7210" +checksum = "063e9ce60db859f26172c1428b251e628751850e7862065104e750310c6afbad" dependencies = [ "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", ] [[package]] name = "bridge-runtime-common" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4857eb39e46b6490b5b36e6485a1364907b767c917c8efe3c84456d6bc0a72b6" +checksum = "9dde81c8af81ee9bdf0374010288cf03ff3ccd7f57802f24889884f73d0b3bd3" dependencies = [ - "bp-header-chain 0.10.0", - "bp-messages 0.10.0", + "bp-header-chain 0.11.0", + "bp-messages 0.11.0", "bp-parachains", - "bp-polkadot-core 0.10.0", + "bp-polkadot-core 0.11.0", "bp-relayers", - "bp-runtime 0.10.0", + "bp-runtime 0.11.0", "bp-xcm-bridge-hub", - "bp-xcm-bridge-hub-router 0.9.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-xcm-bridge-hub-router 0.10.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "hash-db", "log", "pallet-bridge-grandpa", "pallet-bridge-messages", "pallet-bridge-parachains", "pallet-bridge-relayers", - "pallet-transaction-payment 31.0.0", - "pallet-utility 31.0.0", + "pallet-transaction-payment 32.0.0", + "pallet-utility 32.0.0", "parity-scale-codec", "scale-info", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", + "sp-trie 33.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", ] [[package]] @@ -2096,9 +2096,9 @@ dependencies = [ [[package]] name = "cumulus-client-cli" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2b5137986e7a4374bf410e4e11ce02c9807c5d3200d590960056220963ecdbf" +checksum = "b169c6bebaa58a8f0f2078747919ebd98df45d0d018a0f8caa66ec15e2ad43d4" dependencies = [ "clap", "parity-scale-codec", @@ -2107,55 +2107,55 @@ dependencies = [ "sc-client-api", "sc-service", "sp-blockchain", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "url", ] [[package]] name = "cumulus-client-collator" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f7dde39268c86d2975bdd608d114dd52cd8803618196bc7606e684b9090d24d" +checksum = "9d1ffccac45cddcbb37b8c18283bd57638f648f725091d28c3ac3be515f8dd1d" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "futures", "parity-scale-codec", "parking_lot 0.12.1", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-client-api", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-consensus", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "tracing", ] [[package]] name = "cumulus-client-consensus-aura" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fbbba68555835c2e2d7f1c17060d3cd6fafafdb16597a2e680e7376f71dec51" +checksum = "c6d112f874c998d174f034532d238d5e0616c3455f8bf9bb5946c5617e7c7c0f" dependencies = [ "async-trait", "cumulus-client-collator", "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-parachain-inherent", - "cumulus-primitives-aura 0.10.0", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-aura 0.11.0", + "cumulus-primitives-core 0.11.0", "cumulus-relay-chain-interface", "futures", "parity-scale-codec", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-client-api", "sc-consensus", "sc-consensus-aura", @@ -2163,73 +2163,73 @@ dependencies = [ "sc-consensus-slots", "sc-telemetry", "schnellru", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-block-builder 29.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-block-builder 30.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-aura 0.35.0", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-timestamp 29.0.0", + "sp-consensus-aura 0.36.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", + "sp-timestamp 30.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "cumulus-client-consensus-common" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b6ff3972c798e87b918e3065d7b52aabb3fc871136b7dde7c708d20567b509f" +checksum = "7b6fc5e8237ff0e649c24fb1c31407fddb05cdf4773f83ca2a7b497305ae19b0" dependencies = [ "async-trait", "cumulus-client-pov-recovery", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "cumulus-relay-chain-interface", "dyn-clone", "futures", "log", "parity-scale-codec", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-client-api", "sc-consensus", "sc-consensus-babe", "schnellru", "sp-blockchain", "sp-consensus", - "sp-consensus-slots 0.35.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-timestamp 29.0.0", - "sp-trie 32.0.0", + "sp-consensus-slots 0.36.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-timestamp 30.0.0", + "sp-trie 33.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "cumulus-client-consensus-proposer" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf2ff43b5735f8f1a306aa8c44d9efe5bb50c3a3b29afa18728e7a5321a6ba70" +checksum = "2fb01ccc8275a4ded0caf788e561c7400e630585d34feec8a22700cbbe44f8bb" dependencies = [ "anyhow", "async-trait", - "cumulus-primitives-parachain-inherent 0.10.0", + "cumulus-primitives-parachain-inherent 0.11.0", "sp-consensus", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "thiserror", ] [[package]] name = "cumulus-client-network" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f10d8141b3de22f002b94fafd9a372f351ee55ad41e1c40ad6534024f176f5bb" +checksum = "0f70b5f3eb4385498880a74684be6bd17669f2a2b5c7db805eef16337af1d0cd" dependencies = [ "async-trait", "cumulus-relay-chain-interface", @@ -2238,50 +2238,50 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "polkadot-node-primitives", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-client-api", "sp-blockchain", "sp-consensus", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "tracing", ] [[package]] name = "cumulus-client-parachain-inherent" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ebeda41b913144e0dbaf57a9537fed6f37ee14c5f31f1bd23808f87e8515ec7" +checksum = "0a0342e88f2079d7b3287bd52b4e0f7885e563439ff2e8b8d36f99aa596b219e" dependencies = [ "async-trait", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-parachain-inherent 0.10.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-parachain-inherent 0.11.0", "cumulus-relay-chain-interface", "cumulus-test-relay-sproof-builder", "parity-scale-codec", "sc-client-api", "scale-info", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-crypto-hashing", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "sp-std", - "sp-storage", - "sp-trie 32.0.0", + "sp-storage 21.0.0", + "sp-trie 33.0.0", "tracing", ] [[package]] name = "cumulus-client-pov-recovery" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1cf51e1e7cfe82e68a93a4f3221181f8258664f0c4113e4d7c846e449b3596f3" +checksum = "e877fcdae06369ce17fd4d1fd0467d21b08338f7c944e225c5461472f54a166a" dependencies = [ "async-trait", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "cumulus-relay-chain-interface", "futures", "futures-timer", @@ -2289,34 +2289,34 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "rand", "sc-client-api", "sc-consensus", "sp-consensus", "sp-maybe-compressed-blob", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "tracing", ] [[package]] name = "cumulus-client-service" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebb334fbaedca019671b900bba71fb7cf70244d9436a832b1c5d67491569359d" +checksum = "920c64fd704a14c571b79f5d0f19dd2638240f6a9f633f02072a35ab30db3341" dependencies = [ "cumulus-client-cli", "cumulus-client-collator", "cumulus-client-consensus-common", "cumulus-client-network", "cumulus-client-pov-recovery", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-proof-size-hostfunction 0.5.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-proof-size-hostfunction 0.6.0", "cumulus-relay-chain-inprocess-interface", "cumulus-relay-chain-interface", "cumulus-relay-chain-minimal-node", "futures", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-client-api", "sc-consensus", "sc-network", @@ -2328,12 +2328,13 @@ dependencies = [ "sc-telemetry", "sc-transaction-pool", "sc-utils", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", "sp-consensus", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-transaction-pool 29.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-transaction-pool 30.0.0", ] [[package]] @@ -2357,20 +2358,20 @@ dependencies = [ [[package]] name = "cumulus-pallet-aura-ext" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47ec277f09a2c2b693bca6283eb6bc10aede2eaee43a7c395911235d8b632dab" +checksum = "135b720fe4cd7d2e6282c0c13fbbcf68cd7dcb19d060b5032709c34582d574ad" dependencies = [ - "cumulus-pallet-parachain-system 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-aura 30.0.0", - "pallet-timestamp 30.0.0", + "cumulus-pallet-parachain-system 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-aura 31.0.0", + "pallet-timestamp 31.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 33.0.0", - "sp-consensus-aura 0.35.0", - "sp-runtime 34.0.0", + "sp-application-crypto 34.0.0", + "sp-consensus-aura 0.36.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -2412,37 +2413,37 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a19c40a5d04f60562fb38195766104deeb8cec71c11ec77796ee9373cccdb325" +checksum = "6b426ade835b03cb4eb0b7299a5918e96cb53ed0e38b0d07676be7ed8df772ff" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-parachain-inherent 0.10.0", - "cumulus-primitives-proof-size-hostfunction 0.5.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-primitives-proof-size-hostfunction 0.6.0", "environmental", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "log", - "pallet-message-queue 34.0.0", + "pallet-message-queue 35.0.0", "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "polkadot-runtime-common 10.0.0", - "polkadot-runtime-parachains 10.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-runtime-common 11.0.0", + "polkadot-runtime-parachains 11.0.0", "scale-info", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-std", - "sp-trie 32.0.0", - "sp-version 32.0.0", - "staging-xcm 10.0.0", + "sp-core 32.0.0", + "sp-externalities 0.28.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", + "sp-std", + "sp-trie 33.0.0", + "sp-version 33.0.0", + "staging-xcm 11.0.0", "trie-db", ] @@ -2475,16 +2476,16 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c178666b3a6d0457cb85104475cc0be5f9908a98429710afd29fbd5984cb539" +checksum = "63b08b5e3bba454f8eaa01a7507c1bacde9343a7a67fc20801e59e0c9c0ec9db" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-session 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-session 32.0.0", "parity-scale-codec", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -2507,19 +2508,19 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7610ae16cac552adc823ba68deb26e5d3a9de189ef79ae26c79e43ddcfeabef1" +checksum = "7f14dc8bc002babf1596515a2f1c0158ddeccbf1ef7f5656fe71c8e1fa4bde55" dependencies = [ - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "cumulus-primitives-core 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-xcm 10.0.0", + "staging-xcm 11.0.0", ] [[package]] @@ -2550,28 +2551,28 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6614dcdbe6c24fcc8677bf158a8c627a3467d262acdc8a0e7d8a3d3d767a757c" +checksum = "5810a98c95f4219d7dcd6bd89d0c149fc45162e7e0c335579ba5545ec4b9c216" dependencies = [ "bounded-collections 0.2.0", - "bp-xcm-bridge-hub-router 0.9.0", - "cumulus-primitives-core 0.10.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-xcm-bridge-hub-router 0.10.0", + "cumulus-primitives-core 0.11.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-message-queue 34.0.0", + "pallet-message-queue 35.0.0", "parity-scale-codec", - "polkadot-runtime-common 10.0.0", - "polkadot-runtime-parachains 10.0.0", + "polkadot-runtime-common 11.0.0", + "polkadot-runtime-parachains 11.0.0", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", + "staging-xcm 11.0.0", + "staging-xcm-executor 11.0.0", ] [[package]] @@ -2591,16 +2592,16 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b70d13f3fca1dfaeb868f4fff79c58fef8fa4f8e381a9002d93c50c23683abf" +checksum = "ca5e91498fef0a7502070d55949b3413361060b1e0556592ed851f220f8aafb4" dependencies = [ "parity-scale-codec", - "polkadot-core-primitives 10.0.0", - "polkadot-primitives 10.0.0", - "sp-api 29.0.0", - "sp-consensus-aura 0.35.0", - "sp-runtime 34.0.0", + "polkadot-core-primitives 11.0.0", + "polkadot-primitives 11.0.0", + "sp-api 30.0.0", + "sp-consensus-aura 0.36.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -2624,20 +2625,20 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "617d02361f5c7df87b6be98b4974241b6836fbaa7d9e786db80eb38bc8636751" +checksum = "12a1b925068ede5dd9f571f3afcfca877b2f94f988d308d757224464a27bc6ce" dependencies = [ "parity-scale-codec", - "polkadot-core-primitives 10.0.0", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", + "polkadot-core-primitives 11.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", "scale-info", - "sp-api 29.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", - "staging-xcm 10.0.0", + "sp-trie 33.0.0", + "staging-xcm 11.0.0", ] [[package]] @@ -2658,18 +2659,18 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87d64a55b7b9c3a945e543712630708f36407ab49ad8a2fa9f3d1404093a3e8e" +checksum = "e01642f846368bd7305a2b9c9874a4280b5097c62c33da84b2048e2e3b38bb03" dependencies = [ "async-trait", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-inherents 29.0.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] @@ -2685,13 +2686,13 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "764e27968dce7d5c455dbaf9ba81c037fc5690afc085aa4aa2a4cdfe53716b74" +checksum = "3a9ce5326ecf86a75ee9a2d53ba8a6950f98d278a1cc88480f1dcbc90077d7dc" dependencies = [ - "sp-externalities 0.27.0", - "sp-runtime-interface 26.0.0", - "sp-trie 32.0.0", + "sp-externalities 0.28.0", + "sp-runtime-interface 27.0.0", + "sp-trie 33.0.0", ] [[package]] @@ -2717,33 +2718,33 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "beeca40e85d6da3751343a3fc8dd5b335c9a06ba9897a5b36f726d139b7646de" +checksum = "6b02524805657a76fcca354c2a9466580d7f980a9a9616a4ac1cb91597d1f451" dependencies = [ - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", + "cumulus-primitives-core 0.11.0", + "frame-support 32.0.0", "log", - "pallet-asset-conversion 13.0.0", + "pallet-asset-conversion 14.0.0", "parity-scale-codec", - "polkadot-runtime-common 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "polkadot-runtime-common 11.0.0", + "polkadot-runtime-parachains 11.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", + "staging-xcm-executor 11.0.0", ] [[package]] name = "cumulus-relay-chain-inprocess-interface" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ec58113249ac91ceb4da1c846f6474cd4b6616100d0b29a86845b177caad52f" +checksum = "842505bb9820f5d3c7d2561ed9783cd495d3665729e42590b12641e73c69fcf5" dependencies = [ "async-trait", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "cumulus-relay-chain-interface", "futures", "futures-timer", @@ -2754,48 +2755,48 @@ dependencies = [ "sc-sysinfo", "sc-telemetry", "sc-tracing", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-consensus", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", ] [[package]] name = "cumulus-relay-chain-interface" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbb531263c11cfd73f17090106fff2385ca7b02b39102c367f4c13fb1251e9dd" +checksum = "a457e637e70eccddfdd06feaf5736e3fa3fd9955ef2dc9ef696cdea640fc6e4c" dependencies = [ "async-trait", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "futures", "jsonrpsee-core", "parity-scale-codec", "polkadot-overseer", "sc-client-api", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", - "sp-state-machine 0.38.0", + "sp-state-machine 0.39.0", "thiserror", ] [[package]] name = "cumulus-relay-chain-minimal-node" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1a416b2e6a5c99d78049b91425dbdb844f4351fd9fb61da47b70c2f90cf2ed4" +checksum = "0f946e5e8f6199bad20b4e65b3e56fb6feeb3c59d50ede9909dcfa9c73697db2" dependencies = [ "array-bytes 6.2.2", "async-trait", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "cumulus-relay-chain-interface", "cumulus-relay-chain-rpc-interface", "futures", "parking_lot 0.12.1", "polkadot-availability-recovery", "polkadot-collator-protocol", - "polkadot-core-primitives 10.0.0", + "polkadot-core-primitives 11.0.0", "polkadot-network-bridge", "polkadot-node-collation-generation", "polkadot-node-core-chain-api", @@ -2804,7 +2805,7 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "polkadot-service", "sc-authority-discovery", "sc-client-api", @@ -2813,11 +2814,11 @@ dependencies = [ "sc-service", "sc-tracing", "sc-utils", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.35.0", - "sp-runtime 34.0.0", + "sp-consensus-babe 0.36.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "tokio", "tracing", @@ -2825,12 +2826,12 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e011f8da350318316e80356dca70bee537d8f8fb29bb99d1765348b0ab6f6d88" +checksum = "b173a09d24c4ea2b6f90eb682276f844db7b180651f22a9e918f8bac0642075f" dependencies = [ "async-trait", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "cumulus-relay-chain-interface", "either", "futures", @@ -2848,14 +2849,14 @@ dependencies = [ "serde_json", "smoldot", "smoldot-light", - "sp-api 29.0.0", - "sp-authority-discovery 29.0.0", - "sp-consensus-babe 0.35.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-storage", - "sp-version 32.0.0", + "sp-api 30.0.0", + "sp-authority-discovery 30.0.0", + "sp-consensus-babe 0.36.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", + "sp-storage 21.0.0", + "sp-version 33.0.0", "thiserror", "tokio", "tokio-util", @@ -2865,17 +2866,17 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1e730a7524f50acb03c24476323c4dad35690baf85175ad0f91a2dffed85b39" +checksum = "48f27d17ab307b0e255431fa21113f2aca1e0b27f54d272198972b29e2eeb88b" dependencies = [ - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "parity-scale-codec", - "polkadot-primitives 10.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "polkadot-primitives 11.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] @@ -3352,34 +3353,35 @@ dependencies = [ [[package]] name = "emulated-integration-tests-common" -version = "6.0.0" +version = "7.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47f0799ab64756b6751d3ebcb17a30c3ba756193b6c193d14783afb312a16322" +checksum = "2117a0c89f2afd71f15eebe18f4b48790b675314426773ea282e9f3ff08e5afa" dependencies = [ "asset-test-utils", - "bp-messages 0.10.0", + "bp-messages 0.11.0", "bridge-runtime-common", - "cumulus-pallet-parachain-system 0.10.0", - "cumulus-pallet-xcmp-queue 0.10.0", - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", - "pallet-assets 32.0.0", - "pallet-balances 31.0.0", + "cumulus-pallet-parachain-system 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-core 0.11.0", + "frame-support 32.0.0", + "pallet-assets 33.0.0", + "pallet-balances 33.0.0", "pallet-bridge-messages", - "pallet-message-queue 34.0.0", - "pallet-xcm 10.0.1", - "parachains-common 10.0.0", + "pallet-message-queue 35.0.0", + "pallet-xcm 11.0.0", + "parachains-common 11.0.0", "parity-scale-codec", "paste", - "polkadot-primitives 10.0.0", - "polkadot-runtime-parachains 10.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-parachains 11.0.0", "sc-consensus-grandpa", - "sp-authority-discovery 29.0.0", - "sp-consensus-babe 0.35.0", - "sp-consensus-beefy 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "staging-xcm 10.0.0", + "sp-authority-discovery 30.0.0", + "sp-consensus-babe 0.36.0", + "sp-consensus-beefy 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "staging-xcm 11.0.0", "xcm-emulator", ] @@ -3787,9 +3789,9 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e93d3f0315c2eccf23453609e0ab92fe7c6ad1ca8129bcaf80b9a08c8d7fc52b" +checksum = "ad4cc2314d3be8b49c555f6a7e550f5559e73ffd6ef9690ffbd9a706774452e0" dependencies = [ "parity-scale-codec", ] @@ -3831,50 +3833,50 @@ dependencies = [ "sp-runtime 32.0.0", "sp-runtime-interface 25.0.0", "sp-std", - "sp-storage", + "sp-storage 20.0.0", "static_assertions", ] [[package]] name = "frame-benchmarking" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fee087c6a7ddbc6dcfb6a6015d4b2787ecbb2113ed8b8bee8ff15f2bdf93f94" +checksum = "7f6f8e21cbac73688175cf9b531ed1c3f6578420a0f6106282aa8e5ed6fe3347" dependencies = [ - "frame-support 31.0.0", - "frame-support-procedural 26.0.1", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-support-procedural 27.0.0", + "frame-system 32.0.0", "linregress", "log", "parity-scale-codec", "paste", "scale-info", "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-runtime-interface 26.0.0", - "sp-std", - "sp-storage", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-runtime-interface 27.0.0", + "sp-std", + "sp-storage 21.0.0", "static_assertions", ] [[package]] name = "frame-benchmarking-cli" -version = "35.0.1" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38f1660c2e59d206386658ca7fa867c2ccdb44429cc8a5a16a2975a338aa7047" +checksum = "1be33471ac5fa10ca585d3e06642cc8c754ecd9cb8a76905bf648cff17990e32" dependencies = [ "Inflector", "array-bytes 6.2.2", "chrono", "clap", "comfy-table", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "gethostname", "handlebars", "itertools 0.10.5", @@ -3893,19 +3895,19 @@ dependencies = [ "sc-sysinfo", "serde", "serde_json", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-database", - "sp-externalities 0.27.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-storage", - "sp-trie 32.0.0", - "sp-wasm-interface", + "sp-externalities 0.28.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", + "sp-storage 21.0.0", + "sp-trie 33.0.0", + "sp-wasm-interface 21.0.0", "thiserror", "thousands", ] @@ -3942,19 +3944,19 @@ dependencies = [ [[package]] name = "frame-election-provider-support" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d651327ec98d12fbdb0d25346de929e3ea2ab8a1ef85570794d9d8d54f204f28" +checksum = "9c897b912f222280123eedee768b172ed74600292dfbb22843c95c9177e97358" dependencies = [ "frame-election-provider-solution-type", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-npos-elections 29.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-npos-elections 30.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -3974,27 +3976,27 @@ dependencies = [ "sp-io 31.0.0", "sp-runtime 32.0.0", "sp-std", - "sp-tracing", + "sp-tracing 16.0.0", ] [[package]] name = "frame-executive" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3d4502dd4218aaf90240527adb789b9620fcada2af76f4751a8a852583eb0c2" +checksum = "2cbd97de3a8af65a9e1752b465fc19c7fe19c62ca1842ccec47f3002667c2172" dependencies = [ "aquamarine 0.3.3", - "frame-support 31.0.0", - "frame-system 31.0.0", - "frame-try-runtime 0.37.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "frame-try-runtime 0.38.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-tracing", + "sp-tracing 17.0.0", ] [[package]] @@ -4027,9 +4029,9 @@ dependencies = [ [[package]] name = "frame-remote-externalities" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c935bea33258c329e9ad4784a720aa4b1faff8c5af474f14e0898db11b7cb8ab" +checksum = "8f4afeb0769c0ef010c0dcc681a60167692a1cd52f0c0729b327a4415facddc5" dependencies = [ "futures", "indicatif", @@ -4037,11 +4039,11 @@ dependencies = [ "log", "parity-scale-codec", "serde", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "spinners", "substrate-rpc-client", "tokio", @@ -4079,12 +4081,12 @@ dependencies = [ "sp-genesis-builder 0.8.0", "sp-inherents 27.0.0", "sp-io 31.0.0", - "sp-metadata-ir", + "sp-metadata-ir 0.6.0", "sp-runtime 32.0.0", "sp-staking 27.0.0", "sp-state-machine 0.36.0", "sp-std", - "sp-tracing", + "sp-tracing 16.0.0", "sp-weights 28.0.0", "static_assertions", "tt-call", @@ -4092,9 +4094,9 @@ dependencies = [ [[package]] name = "frame-support" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81aecbbc1c62055e8ce472283bc655bf6c0f968a4d22d504bf6aad4ea44ccbc4" +checksum = "97100a956a2cd152ad4e63a5ec7b5e58503653223a73fff6e916b910b37f12ed" dependencies = [ "aquamarine 0.5.0", "array-bytes 6.2.2", @@ -4102,7 +4104,7 @@ dependencies = [ "docify", "environmental", "frame-metadata", - "frame-support-procedural 26.0.1", + "frame-support-procedural 27.0.0", "impl-trait-for-tuples", "k256", "log", @@ -4113,21 +4115,21 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-api 29.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", + "sp-api 30.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", "sp-crypto-hashing-proc-macro", "sp-debug-derive", - "sp-genesis-builder 0.10.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-metadata-ir", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", - "sp-state-machine 0.38.0", - "sp-std", - "sp-tracing", - "sp-weights 30.0.0", + "sp-genesis-builder 0.11.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-metadata-ir 0.7.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", + "sp-state-machine 0.39.0", + "sp-std", + "sp-tracing 17.0.0", + "sp-weights 31.0.0", "static_assertions", "tt-call", ] @@ -4154,13 +4156,13 @@ dependencies = [ [[package]] name = "frame-support-procedural" -version = "26.0.1" +version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "732fa43a05789f4ffb96955017e40643199d586c3d211754df5824a195f4eab5" +checksum = "7a74eda80052082e8acd36c7fa232569ce1f968c7ae2adc56d082039ac9d6ba4" dependencies = [ "Inflector", "cfg-expr", - "derive-syn-parse 0.1.5", + "derive-syn-parse 0.2.0", "expander 2.1.0", "frame-support-procedural-tools 11.0.1", "itertools 0.10.5", @@ -4243,23 +4245,23 @@ dependencies = [ [[package]] name = "frame-system" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7537b5e23f584bf54f26c6297e0260b54fac5298be43a115176a310f256a4ab" +checksum = "562e02f5139f1beb0edd3cac2db3f974d98b7459342210d101f451d26886ca33" dependencies = [ "cfg-if", "docify", - "frame-support 31.0.0", + "frame-support 32.0.0", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-version 32.0.0", - "sp-weights 30.0.0", + "sp-version 33.0.0", + "sp-weights 31.0.0", ] [[package]] @@ -4280,17 +4282,17 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea3c6bd0f5700363a845d4c0f83ea3478cdfcfe404d08f35865b78ebc5d37c0a" +checksum = "4976a4dfad8b4abff9dfc5e1a5bcdfa0452765f5c726805499ea30be0df4eaa4" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -4306,12 +4308,12 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ae4e8decf1630ed6731e8912d1ed4ac3986d86c68f59580f2a9f61909150c41" +checksum = "24451c0fef0c35c50bf577aadd16bb3c7b9eb74f12bb1708114d24c6f750e165" dependencies = [ "parity-scale-codec", - "sp-api 29.0.0", + "sp-api 30.0.0", ] [[package]] @@ -4329,14 +4331,14 @@ dependencies = [ [[package]] name = "frame-try-runtime" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bad42234b76beabf35bbc9a54566f0060b8d3d4fe93726007f02896e8beb91e3" +checksum = "883f2a531ab7857e8b4bb09997f1333635da1b5e627ac1651c16b5e5152d8fa3" dependencies = [ - "frame-support 31.0.0", + "frame-support 32.0.0", "parity-scale-codec", - "sp-api 29.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -5146,29 +5148,29 @@ version = "0.0.0" dependencies = [ "asset-hub-paseo-runtime", "asset-test-utils", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "emulated-integration-tests-common", - "frame-support 31.0.0", - "pallet-assets 32.0.0", - "pallet-balances 31.0.0", - "pallet-message-queue 34.0.0", - "pallet-xcm 10.0.1", + "frame-support 32.0.0", + "pallet-assets 33.0.0", + "pallet-balances 33.0.0", + "pallet-message-queue 35.0.0", + "pallet-xcm 11.0.0", "parity-scale-codec", "paseo-runtime", "paseo-runtime-constants", - "polkadot-primitives 10.0.0", - "polkadot-runtime-parachains 10.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-parachains 11.0.0", "pop-runtime-common", "pop-runtime-devnet", - "sp-authority-discovery 29.0.0", - "sp-consensus-aura 0.35.0", - "sp-consensus-babe 0.35.0", - "sp-consensus-beefy 16.0.0", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", + "sp-authority-discovery 30.0.0", + "sp-consensus-aura 0.36.0", + "sp-consensus-babe 0.36.0", + "sp-consensus-beefy 17.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "staging-xcm 11.0.0", + "staging-xcm-executor 11.0.0", "tracing-subscriber 0.3.18", ] @@ -6361,38 +6363,38 @@ dependencies = [ [[package]] name = "mmr-gadget" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59b5265ecba4e5fc2c242798fc7795f6bf7ce7c9ab909ecea7df3f8242fa74af" +checksum = "463f3038aebf0766b75c231e293293dec7b85f2358120a2696470159008ddfd2" dependencies = [ "futures", "log", "parity-scale-codec", "sc-client-api", "sc-offchain", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-beefy 16.0.0", - "sp-core 31.0.0", - "sp-mmr-primitives 29.0.0", - "sp-runtime 34.0.0", + "sp-consensus-beefy 17.0.0", + "sp-core 32.0.0", + "sp-mmr-primitives 30.0.0", + "sp-runtime 35.0.0", ] [[package]] name = "mmr-rpc" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dfab619df48bac956375483e4d57e995fbfaec310c86cfbc420e905506b67002" +checksum = "d17ec87c5d04009e7d7b149abb2aa8495e2893c5920ce4a83679c76e5d6320f7" dependencies = [ "jsonrpsee", "parity-scale-codec", "serde", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", - "sp-core 31.0.0", - "sp-mmr-primitives 29.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-mmr-primitives 30.0.0", + "sp-runtime 35.0.0", ] [[package]] @@ -6953,20 +6955,20 @@ dependencies = [ [[package]] name = "pallet-asset-conversion" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4dbd5ff1c6f662d330beb109f6180ee66ed9cd7710cad28f3d15c444556fcce4" +checksum = "a66fbfb4b9a3a6430f5925a09257c61a048bf0dfbad26f814e0f0e517f43c06a" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-api 29.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7004,17 +7006,17 @@ dependencies = [ [[package]] name = "pallet-asset-rate" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5a492d16d0f7423cb2d7ca6fa6b4d423a4f4e2f67d2dc92d84d5988fcc33cfb" +checksum = "a63f90c10e0746fce0512e37e1a354fe8c48f32e4e20211e0c1ac9b0e4b3febb" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7039,20 +7041,20 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfcf34819002b9d6c8d7a28d89207498f63288de6689061fe9c1fb7c55454ff8" +checksum = "d27f76cc9151160c08fcee2e095b91048a2d1cb041b7c022a88f98ba220827b4" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-transaction-payment 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-transaction-payment 32.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7075,18 +7077,18 @@ dependencies = [ [[package]] name = "pallet-assets" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "805543c2ea1f10f14bc767f156b8ec80785345b683eaa59dea84d28745a87ee3" +checksum = "eda0d9362dc1b75cead58f5e9a6004d305f81b2bf38c52e5454d1d868e2cc98f" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7110,19 +7112,19 @@ dependencies = [ [[package]] name = "pallet-aura" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3f1176f435a94b510b99bc2aaaa84788d60f8c5352c5f34f165b37523e448a1" +checksum = "8cb27318bf97e8116b1383c726427ab8d6d9dac4da99c8540a247518398c2a55" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-timestamp 30.0.0", + "pallet-timestamp 31.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 33.0.0", - "sp-consensus-aura 0.35.0", - "sp-runtime 34.0.0", + "sp-application-crypto 34.0.0", + "sp-consensus-aura 0.36.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7145,18 +7147,18 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" -version = "31.0.1" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a9c124d86227da7ae9073cc2984c0384c7830f7fa61450c0990c56837335da2" +checksum = "303077e7ec8808fdd9df22a6eaf9d38932a9b7df07c29423935384cf43babb2f" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-session 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-session 32.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 33.0.0", - "sp-authority-discovery 29.0.0", - "sp-runtime 34.0.0", + "sp-application-crypto 34.0.0", + "sp-authority-discovery 30.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7177,16 +7179,16 @@ dependencies = [ [[package]] name = "pallet-authorship" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8168348a94c479b7da001b3f0d1100210704eda8ce72c58aac456f1d866d7d67" +checksum = "f3544ca79d7b1f3b9a0efe6b54038143962e8b05d57a3a4172cd11e7216c43d6" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7217,26 +7219,26 @@ dependencies = [ [[package]] name = "pallet-babe" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37353294183655c76cdc56ffc5edf777b1e2275af59ae73c8aa255b6d941b362" +checksum = "ac02d082761843190fddfea58ce3a8cf042e92d2d78bb21426d2f960880a875c" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-authorship 31.0.0", - "pallet-session 31.0.0", - "pallet-timestamp 30.0.0", + "pallet-authorship 32.0.0", + "pallet-session 32.0.0", + "pallet-timestamp 31.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 33.0.0", - "sp-consensus-babe 0.35.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-staking 29.0.0", + "sp-application-crypto 34.0.0", + "sp-consensus-babe 0.36.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -7260,30 +7262,30 @@ dependencies = [ "sp-io 31.0.0", "sp-runtime 32.0.0", "sp-std", - "sp-tracing", + "sp-tracing 16.0.0", ] [[package]] name = "pallet-bags-list" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc3f838e96a2cbd06731beb72b755ccc5bd05bcc696717a1148bdddfe9062e93" +checksum = "664e6da2fe296a6597f2508f8754bfedaf06b5fc7bc657f7327b7d91896f84f7" dependencies = [ "aquamarine 0.5.0", "docify", - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-election-provider-support 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-balances 31.0.0", + "pallet-balances 33.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-tracing", + "sp-tracing 17.0.0", ] [[package]] @@ -7305,18 +7307,18 @@ dependencies = [ [[package]] name = "pallet-balances" -version = "31.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3565d525dd88e07da5b2309cd6ffe7447ddc5406eeaa2cb26157d35787a69a7" +checksum = "b56b559fbf1b04e08f42b08c0cb133cf732b4b0cafd315a3a24ba1ae60669d7e" dependencies = [ "docify", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7343,22 +7345,22 @@ dependencies = [ [[package]] name = "pallet-beefy" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1371a2f241fd33b794b0e824f28be9de76e7544a2602421e1c4a58cb0eccef6" +checksum = "b36b750d43f02589284a26ae4bcdaa9cd957abd12ffcedccf5de7f3ede20e14e" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-authorship 31.0.0", - "pallet-session 31.0.0", + "pallet-authorship 32.0.0", + "pallet-session 32.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-beefy 16.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-staking 29.0.0", + "sp-consensus-beefy 17.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -7390,27 +7392,27 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c32a1e978b043f4bf7cfcdb130a51dda4dbade1de5b85d2d634082edbc08f9cb" +checksum = "3a0ec062385375cee83f44985bf4d32c86e6ca4018e0a867b448a9a572896388" dependencies = [ "array-bytes 6.2.2", "binary-merkle-tree 15.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-beefy 31.0.0", - "pallet-mmr 30.0.0", - "pallet-session 31.0.0", + "pallet-beefy 32.0.0", + "pallet-mmr 31.0.0", + "pallet-session 32.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-api 29.0.0", - "sp-consensus-beefy 16.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-api 30.0.0", + "sp-consensus-beefy 17.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "sp-std", ] @@ -7435,104 +7437,104 @@ dependencies = [ [[package]] name = "pallet-bounties" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e23273ffc30d94c725cb37ac1f45a40e308d8e8bfab251a299d4ed1fa9e8e46f" +checksum = "fe92916d8bb2f2ce84195ae5e6baec83c5a65bf685613d7cc207f0b8fd26ea43" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-treasury 30.0.0", + "pallet-treasury 31.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-bridge-grandpa" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0034e29cd8f1547e0688ba3cb3a621c1dcb076c59f548eb40e0680ba37f14e7" +checksum = "88e0f44b87681bafd9deec464b7f0d4f3c9b050b53ef1588eb5312d26ebc30a5" dependencies = [ - "bp-header-chain 0.10.0", - "bp-runtime 0.10.0", + "bp-header-chain 0.11.0", + "bp-runtime 0.11.0", "bp-test-utils", "finality-grandpa", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-consensus-grandpa 16.0.0", - "sp-runtime 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] name = "pallet-bridge-messages" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe205f990c97a766b317378617c3ac8548530e0e29011250ad4c669cf4d86773" +checksum = "a9da377cff690ae52d872bdc6dd00ef7ebb3b2eb092ddacc2e26e9efb9f13631" dependencies = [ - "bp-messages 0.10.0", - "bp-runtime 0.10.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-messages 0.11.0", + "bp-runtime 0.11.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "num-traits", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-bridge-parachains" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4315c1346e60031afc119b051fbe9aa32c29143abb1b6b771d82c0e9fe5a4a8" +checksum = "1c9e9466750027c10df653ac91eaaffe042d1f94dca5f561b6ea9f54f389d496" dependencies = [ - "bp-header-chain 0.10.0", + "bp-header-chain 0.11.0", "bp-parachains", - "bp-polkadot-core 0.10.0", - "bp-runtime 0.10.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-polkadot-core 0.11.0", + "bp-runtime 0.11.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "pallet-bridge-grandpa", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] name = "pallet-bridge-relayers" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e85310662790097b4f391b32822eb55d5088bc09ac91343d68e48e4fc582cb31" +checksum = "9380cbce05df9451cb9b2149e1284090c0da3f3ab9615b8810b1cb0e2ab3aed5" dependencies = [ - "bp-messages 0.10.0", + "bp-messages 0.11.0", "bp-relayers", - "bp-runtime 0.10.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-runtime 0.11.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "pallet-bridge-messages", "parity-scale-codec", "scale-info", - "sp-arithmetic 25.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7557,19 +7559,19 @@ dependencies = [ [[package]] name = "pallet-broker" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1b05f01c3d279cd661eba2c391844bac03fa5f979b9de821e6eb1cbe6069dfc" +checksum = "c0d73ed3f977ca5874e32936f7605e83e96f7eb0cb7fca46b9a3f5a8df1933d5" dependencies = [ "bitvec", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7595,21 +7597,21 @@ dependencies = [ [[package]] name = "pallet-child-bounties" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46f1f5d1f6420b72e7fff2fa9146f1f13f68e3a3d293b421d9b9d34ad0dfa134" +checksum = "5612487abb09a9e5b6f3a694639fd0826a8b3bae1335047899f032f292f7f410" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-bounties 30.0.0", - "pallet-treasury 30.0.0", + "pallet-bounties 31.0.0", + "pallet-treasury 31.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7636,72 +7638,73 @@ dependencies = [ [[package]] name = "pallet-collator-selection" -version = "12.0.1" +version = "13.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26edc27ed73c658e6f3d37b4cc8822be3f293e1f0dc58830b42c272781ac8a44" +checksum = "7e0724831b2b1775542055c80918e78478953ee8d6777962a947404f22001c75" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-authorship 31.0.0", - "pallet-balances 31.0.0", - "pallet-session 31.0.0", + "pallet-authorship 32.0.0", + "pallet-balances 33.0.0", + "pallet-session 32.0.0", "parity-scale-codec", "rand", "scale-info", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", "sp-std", ] [[package]] name = "pallet-collective" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "241ffbf21673fca6bf8caa2ee35088a18704b95d174e32280cb7569f58af7c61" +checksum = "0f84d7ad169667bcf184da694db6322bd9a68d9d0bb05b2727005cfadd2b8a17" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-contracts" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a186a60e5b6f7927f8aa77e2fbd7b331b22ad8de870f261dc9d87627d21cbe3" +checksum = "3ae7354ec341dbdd1df77fd0a55708fa49a164901db89920fdca4132f3991ee1" dependencies = [ "bitflags 1.3.2", "environmental", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "log", - "pallet-balances 31.0.0", + "pallet-balances 33.0.0", "pallet-contracts-proc-macro", "pallet-contracts-uapi", "parity-scale-codec", + "paste", "rand", "rand_pcg", "scale-info", "serde", "smallvec", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", "wasm-instrument", "wasmi", ] @@ -7719,14 +7722,14 @@ dependencies = [ [[package]] name = "pallet-contracts-uapi" -version = "8.0.0" +version = "9.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab2b8fce1fa76a3d59b49a532cb43de816f9e5c77dba87d9a7367d764a04e8d7" +checksum = "2d7a51646d9ff1d91abd0186d2c074f0dfd3b1a2d55f08a229a2f2e4bc6d1e49" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", "paste", - "polkavm-derive 0.5.0", + "polkavm-derive", "scale-info", ] @@ -7750,38 +7753,38 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f51344679f168ecc258bf52d0a9578f6c3043e2aff4b9147004c7b8429460370" +checksum = "43080685819927c77fb38dda17e593eab2478406d674dd8c69200129cf613e77" dependencies = [ "assert_matches", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-democracy" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1603fc7a149fd1f8bc43349035a69370a024acc95d6a10a37d3b9e1f22cc58ab" +checksum = "83740afbabdabd41a9af23e1085db431b7d0aa10e542f6e1862aa14ff76eeec9" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7811,26 +7814,26 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da78b2feeba1286b66ac20cbfbcd321fe9d1d2bc15e9e31292023e9a66dbb819" +checksum = "fd4127300982c54fb31630a3a002daeb060556c0d0ca17031975fe25d613f432" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-election-provider-support 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-election-provider-support-benchmarking 30.0.0", + "pallet-election-provider-support-benchmarking 31.0.0", "parity-scale-codec", "rand", "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-npos-elections 29.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-npos-elections 30.0.0", + "sp-runtime 35.0.0", "sp-std", - "strum 0.24.1", + "strum 0.26.3", ] [[package]] @@ -7850,36 +7853,36 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1b20f98b9a1497a59d2b0eca0051c5ada89851bf29b26fda3a2cfe934a32116" +checksum = "8d47f77fc73b1caf6317515e884a1451786c8b71fddd910b753a73da7ee4fe84" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-election-provider-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", - "sp-npos-elections 29.0.0", - "sp-runtime 34.0.0", + "sp-npos-elections 30.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-elections-phragmen" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de22659bdd6190e4f94936f0d338e67dde80e537fe22c30eb96ceab9f0d9914f" +checksum = "08fe6701c248d87e489e998230180b112e639db09c0a50cf6e44cf399bc1028f" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-npos-elections 29.0.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-npos-elections 30.0.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -7905,21 +7908,21 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24717c932bd68705e3a5b6b9311a31e57b354274de1c373feb9ca920f6a3e439" +checksum = "df2f9df9cbcba5c986e8abb00dc6184cacebcd96064f706bbd47c870255fa4f1" dependencies = [ "docify", - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-election-provider-support 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -7949,25 +7952,25 @@ dependencies = [ [[package]] name = "pallet-grandpa" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9f8a78e4f5e2399596fa918f22e588e034d78c13a46925313abb4b152a9d919" +checksum = "6beb51686baee78fc838861b825c1b8f1b66a7633dc502dc70da491aed82dcbb" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-authorship 31.0.0", - "pallet-session 31.0.0", + "pallet-authorship 32.0.0", + "pallet-session 32.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 33.0.0", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-staking 29.0.0", + "sp-application-crypto 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -7991,19 +7994,19 @@ dependencies = [ [[package]] name = "pallet-identity" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33bca13843a11add3909a8c4bffae547ba9fa3a11c07ac2f8afd670acd85cb15" +checksum = "6c5e41c45a18b5e71b05fd5789b210ce79dbddd454e9bc783dd188790be99d91" dependencies = [ "enumflags2", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8030,22 +8033,22 @@ dependencies = [ [[package]] name = "pallet-im-online" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39cb6cbcef9e9ab68a5e79429a1f32ebc8114e4c9c2c2b0356c1db212e3e0bc2" +checksum = "1c771c379dfa58623a6d88d021c7cebe1f9f4f4537155917f7a9c03b5b36c3ec" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-authorship 31.0.0", + "pallet-authorship 32.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", + "sp-application-crypto 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -8069,37 +8072,37 @@ dependencies = [ [[package]] name = "pallet-indices" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3e23345544e9b6635d296195c355a768c82a9e1d82138378ef5b80102828664" +checksum = "5b75dd0463b1ac775e8d154879e174e06fb8745b0896b8d9a3bd99d57135e914" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-keyring 34.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-keyring 35.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-membership" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8bb958b03ec28b6e7e97abfca28acb1c1d8e91ad5194537f6550c348fc60f54" +checksum = "b6d889d1ab1f8c78dddbe5aa107ae0004f066a79384af010e58539a71c84cbe1" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8126,23 +8129,23 @@ dependencies = [ [[package]] name = "pallet-message-queue" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "063b2e7912fbbe67985e68e460f2f242b90de48a63a1f03dd2ae022154ba25e9" +checksum = "1bd58fa73c9e498414c9e6757f5ff1dbb81b9c7439231018c19aca99c35fd35b" dependencies = [ "environmental", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-weights 30.0.0", + "sp-weights 31.0.0", ] [[package]] @@ -8166,20 +8169,20 @@ dependencies = [ [[package]] name = "pallet-mmr" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44f5356b869f71205d53ed686846075ebb7d67824f334289ebbe6c61766c90c6" +checksum = "cfe22ce913c1862862a7ce3180b1a52b544a04a629b92c6dff43c3975ee89d39" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-mmr-primitives 29.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-mmr-primitives 30.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8202,36 +8205,36 @@ dependencies = [ [[package]] name = "pallet-multisig" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "284ff5c6675ac6438c2f4a20d75627ad4b6d7c78bb5fd911198e34ce48bc7cf2" +checksum = "57b3d75a9319f7bcb58920ecc087aa246cc4cac0bcf5c9f29bb44260315961db" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-nft-fractionalization" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "146f26bb84d332034fe4bb1d5938179b23bed20f8aaf3cf37c777014eb35cad6" +checksum = "677e05e538410a056620e737a4b9c9073a2636fcaab99609a57d0c706af4b186" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-assets 32.0.0", - "pallet-nfts 25.0.0", + "pallet-assets 33.0.0", + "pallet-nfts 26.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8256,20 +8259,20 @@ dependencies = [ [[package]] name = "pallet-nfts" -version = "25.0.0" +version = "26.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fed85cb8969cfbbf7681f16bc2d240cf377af021046c5628d563c8ed041aa26" +checksum = "190767bc88a1a23f51fccc445a271639fd5a88f1811291d801221e5b9b5b48cc" dependencies = [ "enumflags2", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8287,30 +8290,30 @@ dependencies = [ [[package]] name = "pallet-nfts-runtime-api" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3881d652cf44b1cb8fb6f2b2b25a950338692c3d5f49c5e621a5cf9a1a88c76" +checksum = "b086ef37b5a2ab6d9c67929bd26480dfc128023039f238f6bc2b25a7348c1232" dependencies = [ - "pallet-nfts 25.0.0", + "pallet-nfts 26.0.0", "parity-scale-codec", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-std", ] [[package]] name = "pallet-nis" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "948a11c933d345bfd7750e92b5650656e4d967f4fbcf7e36200ef7063985b9c6" +checksum = "5f73f50b2cfeb31dad13e3bd628245bf9f2d8edc98ba3c7591c2f3303304a185" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8331,27 +8334,27 @@ dependencies = [ "sp-runtime 32.0.0", "sp-staking 27.0.0", "sp-std", - "sp-tracing", + "sp-tracing 16.0.0", ] [[package]] name = "pallet-nomination-pools" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "781148c86c07aca84f471d06b449d7098e94d76bc08dd7e69bcb2572264d1b20" +checksum = "e763dbe561c25187466eabb92d6193ad6098fb656a0dc807ebefbb237f903171" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-balances 31.0.0", + "pallet-balances 33.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", "sp-std", - "sp-tracing", + "sp-tracing 17.0.0", ] [[package]] @@ -8377,22 +8380,22 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d267d96d52b7bb17b5bd1333375f86a58595a457218ddc82ddec32c194806713" +checksum = "a563a0a45f55c747819f1220adc27e492c5c7040e3a4f597d6e0e959f9742aa1" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-bags-list 30.0.0", - "pallet-nomination-pools 28.0.0", - "pallet-staking 31.0.0", + "frame-benchmarking 32.0.0", + "frame-election-provider-support 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-bags-list 31.0.0", + "pallet-nomination-pools 29.0.0", + "pallet-staking 32.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", - "sp-runtime-interface 26.0.0", - "sp-staking 29.0.0", + "sp-runtime 35.0.0", + "sp-runtime-interface 27.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -8410,13 +8413,13 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" -version = "26.0.0" +version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc2055f407f235071239494548d86f4f6d5c6ec24968fd8dcac553e00e08588d" +checksum = "8ce49d48a75a006539583808e526d303a09afd8621d3351ad52f8a4ca62fe8a8" dependencies = [ - "pallet-nomination-pools 28.0.0", + "pallet-nomination-pools 29.0.0", "parity-scale-codec", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-std", ] @@ -8440,19 +8443,19 @@ dependencies = [ [[package]] name = "pallet-offences" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f42b47ac29f107f30213d259cc0f73e1270743b66909fc7c9079d691a891b5a" +checksum = "621a7fe9a24a3f69cbb14b06c94894b81ad0aa549dbfff178c9236876cf5a892" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-balances 31.0.0", + "pallet-balances 33.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -8483,26 +8486,26 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d0745d6fd98a6ef7b19139470a28f9b9530b425c03dc02fbd773c989fe0a96b" +checksum = "ca2c55d655bb56fb48c12fa98f1b6ea292ff58a0cf791cc7c180bb77ea73ac83" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-election-provider-support 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-babe 31.0.0", - "pallet-balances 31.0.0", - "pallet-grandpa 31.0.0", - "pallet-im-online 30.0.0", - "pallet-offences 30.0.0", - "pallet-session 31.0.0", - "pallet-staking 31.0.0", + "pallet-babe 32.0.0", + "pallet-balances 33.0.0", + "pallet-grandpa 32.0.0", + "pallet-im-online 31.0.0", + "pallet-offences 31.0.0", + "pallet-session 32.0.0", + "pallet-staking 32.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -8526,19 +8529,19 @@ dependencies = [ [[package]] name = "pallet-preimage" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d01a900fe79c5f0762ccc29a11dda2799830ce233aa5384b2f13d9cc28e2e70" +checksum = "c28de923b335df5fc38c9e0b565230120184f5e195624a386cd9bec90fda4b55" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8560,53 +8563,53 @@ dependencies = [ [[package]] name = "pallet-proxy" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61918227f99ed2b322bf9050337773c8a40908b2f6a800352a20485e5ba0ef1c" +checksum = "936d02c265142821c0144336d6724ec1fc56ddf333837f5ab502798fab5a447e" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-ranked-collective" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47fbdfc5da0a70c788be3ea594153c825b4e79ae6a83499f38c251cdb5a726c0" +checksum = "9a6a4587dc3f5438631db3c2ec019f31723c4a7949cf63945f111b6c509d0a97" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-recovery" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7cf473e4b04cd9ba40ed8963a03499de0a1a84c8eb9343b569b15bab6bb47a79" +checksum = "dc2320f4d3b35c47180c80a6ea560d25e491d5812486c8691bdd297b5425f11b" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8632,37 +8635,37 @@ dependencies = [ [[package]] name = "pallet-referenda" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b515fdbcade5b8a507e1a8ffc8b5a59725b1c8c71cfc6f8f5ae490e4a33f732c" +checksum = "dbf5abb788c5e8e7960820288caa043f5d037a63248453d493e617a2445790a4" dependencies = [ "assert_matches", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic 25.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-root-testing" -version = "7.0.0" +version = "8.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7926eb378bda52162a713aca44a6faab5fc7d6867f82ac14ba375df2b33eaa7f" +checksum = "cd630721c9f07bdf90e4cade8f825d1842af9f68f470de186087a3d1f0090970" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8687,21 +8690,21 @@ dependencies = [ [[package]] name = "pallet-scheduler" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44f81ff1151067225c2c359a132880e084a1c72656457fe443147ed2e6daaac2" +checksum = "87fac215d9cf301396720219c4d04e4fe7fcf44d14d4be71f9c3ae3df3cead74" dependencies = [ "docify", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-weights 30.0.0", + "sp-weights 31.0.0", ] [[package]] @@ -8729,25 +8732,25 @@ dependencies = [ [[package]] name = "pallet-session" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17951aa288869e5afe5815eedc7038dd50b9741d215b66323ff4a12f5686ac15" +checksum = "061827f23d4a702a2e159ff84286a0a89488615c31ad05a9af7cc93a57e2b441" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "log", - "pallet-timestamp 30.0.0", + "pallet-timestamp 31.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-staking 29.0.0", - "sp-state-machine 0.38.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-staking 30.0.0", + "sp-state-machine 0.39.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] @@ -8770,38 +8773,38 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "118d0e5a8c09dbb1c7326021335aab36546846c678b3ce79301ace02cec260f7" +checksum = "817dd673f7d0b965639d27def260f7ff7a1535f2c5016a611445a8e4dedcf5cd" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-session 31.0.0", - "pallet-staking 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-session 32.0.0", + "pallet-staking 32.0.0", "parity-scale-codec", "rand", - "sp-runtime 34.0.0", - "sp-session 30.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", "sp-std", ] [[package]] name = "pallet-society" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f3255dc30ce7ebfd7ee59b1890d1f0091f416f486532d4eaf795dc209e3c28e" +checksum = "4a89d24f9a15ae30d56fb9de190200d43735f4c055dcbe1c1259d3d4219da42a" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "rand_chacha 0.2.2", "scale-info", - "sp-arithmetic 25.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8831,25 +8834,25 @@ dependencies = [ [[package]] name = "pallet-staking" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baeb3d22e737307280e2047cba983cc9aa477a6f4c3001e8c1f07077d148c8f7" +checksum = "2b8ab61dc6b74c79ad396732c1850dafa89109b749b2b651a1d4f20f45f596a3" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-election-provider-support 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-authorship 31.0.0", - "pallet-session 31.0.0", + "pallet-authorship 32.0.0", + "pallet-session 32.0.0", "parity-scale-codec", "rand_chacha 0.2.2", "scale-info", "serde", - "sp-application-crypto 33.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", + "sp-application-crypto 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -8877,12 +8880,12 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" -version = "21.0.0" +version = "22.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e341c47481040b68edcf166ad34633c4c5da20d1559413e68387da935a6ae18" +checksum = "988a7ebeacc84d4bdb0b12409681e956ffe35438447d8f8bc78db547cffb6ebc" dependencies = [ "log", - "sp-arithmetic 25.0.0", + "sp-arithmetic 26.0.0", ] [[package]] @@ -8898,13 +8901,13 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b398bbc910ed6e7e2fd76251910a8895e7c3343023e2279124568a1c860cab54" +checksum = "4b8792b235b42d70e177301cd7e2e2b1afc828f1a6ddfa0639c481cd0c125078" dependencies = [ "parity-scale-codec", - "sp-api 29.0.0", - "sp-staking 29.0.0", + "sp-api 30.0.0", + "sp-staking 30.0.0", ] [[package]] @@ -8927,19 +8930,19 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de51e792bcf770a00c5adf8db67f35dae450f445d36fa4b650980017063a62aa" +checksum = "bd3e2b1355eb2e08c2de3b14b175decf8ed49bf50de6cc44f97279257c325694" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8962,18 +8965,18 @@ dependencies = [ [[package]] name = "pallet-sudo" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a00abb554e916fd31ffbc792bff01e2dd9961a0a4bb781d27ef5f30c908ac2f6" +checksum = "abdecbca3760e93bb757313495ca7d2437e6141e728a2d266a85884c43d74c0e" dependencies = [ "docify", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8994,48 +8997,48 @@ dependencies = [ "sp-io 31.0.0", "sp-runtime 32.0.0", "sp-std", - "sp-storage", + "sp-storage 20.0.0", "sp-timestamp 27.0.0", ] [[package]] name = "pallet-timestamp" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb766403f8cabcedb1725326befd7253de3e4c1d3b3d5f7c40adc49ebee5040c" +checksum = "196720afcbee2f2fd1acfed5a667cffb3914d1311b36adb4d1a3a67d7010e2a5" dependencies = [ "docify", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-storage", - "sp-timestamp 29.0.0", + "sp-storage 21.0.0", + "sp-timestamp 30.0.0", ] [[package]] name = "pallet-tips" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fee0ebf5ee31239f9017785cecd54b46be26edef126b6369af477d67f5088ffb" +checksum = "5e3c596b6fb68e70f890436d212af74d19154be438ae0255e5ddeea10e5ec91a" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-treasury 30.0.0", + "pallet-treasury 31.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -9058,36 +9061,36 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12df1de833ad0abff5daa53f80594d6ef66d250cc1ae073c01e406ce37bbf25e" +checksum = "dedf412abd258989da4a26946f7e480c4335ffc837baef4ef21ba91cd56ba8ee" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-transaction-payment-rpc" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17b3e7cc2ef454af06e0d73e180d2f22c7f6714dca7c1d4a3cc95786041e42c2" +checksum = "95122a5483521f5186a008326514e5a579931cc1d36980bbca5bb2b566ca334f" dependencies = [ "jsonrpsee", - "pallet-transaction-payment-rpc-runtime-api 31.0.0", + "pallet-transaction-payment-rpc-runtime-api 32.0.0", "parity-scale-codec", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-rpc", - "sp-runtime 34.0.0", - "sp-weights 30.0.0", + "sp-runtime 35.0.0", + "sp-weights 31.0.0", ] [[package]] @@ -9105,15 +9108,15 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e060567db5e59e3f26cc274cb9fc5db5af160ac67062d61e488f7887fef5470" +checksum = "37d4686402973e542eb83da077b46641643834220fbae74a98bcffa762d99e91" dependencies = [ - "pallet-transaction-payment 31.0.0", + "pallet-transaction-payment 32.0.0", "parity-scale-codec", - "sp-api 29.0.0", - "sp-runtime 34.0.0", - "sp-weights 30.0.0", + "sp-api 30.0.0", + "sp-runtime 35.0.0", + "sp-weights 31.0.0", ] [[package]] @@ -9138,21 +9141,21 @@ dependencies = [ [[package]] name = "pallet-treasury" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "174da255855136b4bf7174a1499ddf20134efe75d59fac4709244fe813534656" +checksum = "ac957446c936a57417ff7a4866f3463f7f2f49d9bb2daed81093c2de8f0cceaf" dependencies = [ "docify", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", - "pallet-balances 31.0.0", + "pallet-balances 33.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -9191,18 +9194,18 @@ dependencies = [ [[package]] name = "pallet-utility" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73c54ec28e67769b35a650d497ddd10bf0dd783d14965a1034cdcb71ae1d1442" +checksum = "9d770b7c961afe12adc5a727a5d02b44ef09ce38d1dd5923793b3e52e5afde3c" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -9224,17 +9227,17 @@ dependencies = [ [[package]] name = "pallet-vesting" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a5627016e1cb40d02bf589507429558208c05948d1399ab405307bfe3b1d967" +checksum = "24ce37af22cc31883dfdafa334c4e1f7cea8f2d4fb964f3aa88d77d5eea7ba94" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -9256,17 +9259,17 @@ dependencies = [ [[package]] name = "pallet-whitelist" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a68e2271ffe7a20565b7539931b9c01f29039ab151ac14fd93032e81f250727f" +checksum = "28f118e773504b4160eb199d5504d3351d360e9ba64197d72384ee0c5ce1c0e1" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-api 29.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -9296,26 +9299,27 @@ dependencies = [ [[package]] name = "pallet-xcm" -version = "10.0.1" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd52ee00a54f8b6ff3a90e97622b2403667ef25105dd08d71d45a7075c0ba478" +checksum = "649a096b0c178cb81b0e11fac4d2c67eda7cdae949d2a4c7ef693d2b39d677c6" dependencies = [ "bounded-collections 0.2.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-balances 31.0.0", + "pallet-balances 33.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", + "staging-xcm-executor 11.0.0", + "xcm-fee-payment-runtime-api", ] [[package]] @@ -9340,22 +9344,22 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3af346fe874360fdd3e36a63cac72a891283b63a2865b28f8afccaa63472fd40" +checksum = "14af05792aec4a80c211f029ddc370cc3b0d2153f8adbbb0982d637768837bf0" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", + "staging-xcm-executor 11.0.0", ] [[package]] @@ -9380,22 +9384,22 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub-router" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d565232e0b191f9ba84ae2b0549122493e283daee73c8f1d46864b2151d17c3" +checksum = "5e3e699ac017c1ea645c97e6a42d4c193f69282ca37c4197fc2a1cc9e69c2dc6" dependencies = [ - "bp-xcm-bridge-hub-router 0.9.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-xcm-bridge-hub-router 0.10.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", ] [[package]] @@ -9432,66 +9436,66 @@ dependencies = [ [[package]] name = "parachains-common" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5539fb10c2901cf120d3db87f6ee1568696ccce30cea1a0d0cdee31f64f1da37" +checksum = "375e035fedfe5e0a6b4de6d29c56f8ed5ca64f421a883e7e5bcdc37a76a7c715" dependencies = [ - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-utility 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-utility 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-asset-tx-payment 31.0.0", - "pallet-assets 32.0.0", - "pallet-authorship 31.0.0", - "pallet-balances 31.0.0", - "pallet-collator-selection 12.0.1", - "pallet-message-queue 34.0.0", - "pallet-xcm 10.0.1", - "parity-scale-codec", - "polkadot-primitives 10.0.0", + "pallet-asset-tx-payment 32.0.0", + "pallet-assets 33.0.0", + "pallet-authorship 32.0.0", + "pallet-balances 33.0.0", + "pallet-collator-selection 13.0.1", + "pallet-message-queue 35.0.0", + "pallet-xcm 11.0.0", + "parity-scale-codec", + "polkadot-primitives 11.0.0", "scale-info", - "sp-consensus-aura 0.35.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-consensus-aura 0.36.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-parachain-info 0.10.0", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", - "substrate-wasm-builder 20.0.0", + "staging-parachain-info 0.11.0", + "staging-xcm 11.0.0", + "staging-xcm-executor 11.0.0", + "substrate-wasm-builder 21.0.0", ] [[package]] name = "parachains-runtimes-test-utils" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f99223f27fe88a1d071e0ddf6e10556aacb6cb507658acc70957783830f6fc37" +checksum = "562cc3f9874133635992672539509c087126ada17ab738853b93b6fd76033a02" dependencies = [ - "cumulus-pallet-parachain-system 0.10.0", - "cumulus-pallet-xcmp-queue 0.10.0", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-parachain-inherent 0.10.0", + "cumulus-pallet-parachain-system 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-parachain-inherent 0.11.0", "cumulus-test-relay-sproof-builder", - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-balances 31.0.0", - "pallet-collator-selection 12.0.1", - "pallet-session 31.0.0", - "pallet-timestamp 30.0.0", - "pallet-xcm 10.0.1", - "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "sp-consensus-aura 0.35.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-balances 33.0.0", + "pallet-collator-selection 13.0.1", + "pallet-session 32.0.0", + "pallet-timestamp 31.0.0", + "pallet-xcm 11.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 10.0.0", + "sp-consensus-aura 0.36.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-tracing", - "staging-parachain-info 0.10.0", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", - "substrate-wasm-builder 20.0.0", + "sp-tracing 17.0.0", + "staging-parachain-info 0.11.0", + "staging-xcm 11.0.0", + "staging-xcm-executor 11.0.0", + "substrate-wasm-builder 21.0.0", ] [[package]] @@ -9748,7 +9752,7 @@ dependencies = [ "sp-session 28.0.0", "sp-staking 27.0.0", "sp-std", - "sp-storage", + "sp-storage 20.0.0", "sp-transaction-pool 27.0.0", "sp-version 30.0.0", "staging-xcm 8.0.1", @@ -9957,9 +9961,9 @@ checksum = "626dec3cac7cc0e1577a2ec3fc496277ec2baa084bebad95bb6fdbfae235f84c" [[package]] name = "polkadot-approval-distribution" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c71bcf7eaa793354f996553b9b472833f761d9cd9e9bf6b2123895da4df6a25b" +checksum = "9022a11f7a24b293242c08357ab90ca725b9a9153489fae32425ff8d43401dee" dependencies = [ "bitvec", "futures", @@ -9971,16 +9975,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "rand", "tracing-gum", ] [[package]] name = "polkadot-availability-bitfield-distribution" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b156f5a0a20ffcd852e266b865ad9149c6180a4cf1af07f334567c3b86f0fec" +checksum = "630bd08d1b8eeaab90585e50da11114827dbbd0fdf1e6e2a417a57dde01b40d8" dependencies = [ "always-assert", "futures", @@ -9988,16 +9992,16 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "rand", "tracing-gum", ] [[package]] name = "polkadot-availability-distribution" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "156b913d3eb7981ac8d540bacef09d5dac3a5d0584fa5a27fc8971870a02040a" +checksum = "74aab8badb2e230830978ea27a34749ec6d0a096ff5c12fb08935f85e7881283" dependencies = [ "derive_more", "fatality", @@ -10008,20 +10012,20 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "rand", "schnellru", - "sp-core 31.0.0", - "sp-keystore 0.37.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-availability-recovery" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d736bca91fe70f303d09a1e251b7d3cb39164c94948d95a7769256ece066a3ed" +checksum = "1366718a28780768e5f2bd00c28445b0d37be21829b071a8b763534411978d81" dependencies = [ "async-trait", "fatality", @@ -10032,7 +10036,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "rand", "sc-network", "schnellru", @@ -10043,9 +10047,9 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5509ed80ddcbb63c88b9f346b22f4b663e52dadf475118ec06406a0688817c55" +checksum = "a6cbe8ee58650efc6a414c940e0bc09462926cfa806ace62207297f6a78c65a7" dependencies = [ "cfg-if", "clap", @@ -10061,11 +10065,11 @@ dependencies = [ "sc-storage-monitor", "sc-sysinfo", "sc-tracing", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-keyring 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-keyring 35.0.0", "sp-maybe-compressed-blob", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "substrate-build-script-utils", "thiserror", "try-runtime-cli", @@ -10073,9 +10077,9 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c82682bdd0aea251ab8f31a1b06f4c2c1c494e80fed4fc13ca9bc7622870bc82" +checksum = "fdade551b33b767772d5bca1e19e4b8ea3dadb0154401dac2e578d9f73889d55" dependencies = [ "bitvec", "fatality", @@ -10085,10 +10089,10 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", + "polkadot-primitives 11.0.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", "thiserror", "tokio-util", "tracing-gum", @@ -10109,22 +10113,22 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44c2f38f3195108e9da39b9845895bb3dff76f1c7b31409143febeb1560cd276" +checksum = "9792d6e3323b0bd7372a489bd3dd52afb09436919d073d45302f8e55f48ea4fd" dependencies = [ "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "polkadot-dispute-distribution" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5331cccd51a1593bc26a1619964f49876629589139cdf46151c21a6308c6bad" +checksum = "62c223fda0baf1414d963922e555001b32f6c13308b8b47081fa75959933cf2c" dependencies = [ "derive_more", "fatality", @@ -10137,58 +10141,58 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-network", "schnellru", - "sp-application-crypto 33.0.0", - "sp-keystore 0.37.0", + "sp-application-crypto 34.0.0", + "sp-keystore 0.38.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-erasure-coding" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4842b32ecf4ab29521f1f9dd199c35398cd101883912f74e070658cd465037af" +checksum = "cf840ff7a6337715e20e1afd76fd20dae11ebb049d89855ee2bf47b36b0e6249" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "reed-solomon-novelpoly", - "sp-core 31.0.0", - "sp-trie 32.0.0", + "sp-core 32.0.0", + "sp-trie 33.0.0", "thiserror", ] [[package]] name = "polkadot-gossip-support" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3165cced1fd975f43d21e8a0701b19461d07131ace5feae2bfeb8ea005953683" +checksum = "477f94e8c3eedd6cfcfdfe50a33d610d38dfec4668ff7f3baef8814ffb7da85e" dependencies = [ "futures", "futures-timer", "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "rand", "rand_chacha 0.3.1", "sc-network", "sc-network-common", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", + "sp-application-crypto 34.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-keystore 0.37.0", + "sp-keystore 0.38.0", "tracing-gum", ] [[package]] name = "polkadot-network-bridge" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48f34d1b7dde0d43c37aeacb37c199cbfc1c541a3ff03317fcb6bcc2d69501f6" +checksum = "bada301d390179f38d18f10435412c81f35fc8f6e357ed84516ca0018f8c6e21" dependencies = [ "always-assert", "async-trait", @@ -10201,7 +10205,7 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-network", "sp-consensus", "thiserror", @@ -10210,9 +10214,9 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1060f6954c43f120751ad3f2a54155541893fcf9a966f4a9ce5192ee7888fa1f" +checksum = "b81555b3a87382c8a7c5660b0b8a09dfd2573615086e7351ef95475a17e76b2d" dependencies = [ "futures", "parity-scale-codec", @@ -10220,8 +10224,8 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", - "sp-core 31.0.0", + "polkadot-primitives 11.0.0", + "sp-core 32.0.0", "sp-maybe-compressed-blob", "thiserror", "tracing-gum", @@ -10229,9 +10233,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "427edaa41cc878f0d22b3248e900d1f65760a92f6e230e7a54ff6118b8ef9c79" +checksum = "05e3f49e8102d9a0b20f6f96199040ea253708b34bd30e679481228ebf76ab23" dependencies = [ "bitvec", "derive_more", @@ -10246,26 +10250,26 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "rand", "rand_chacha 0.3.1", "rand_core 0.6.4", "sc-keystore", "schnellru", "schnorrkel 0.11.4", - "sp-application-crypto 33.0.0", + "sp-application-crypto 34.0.0", "sp-consensus", - "sp-consensus-slots 0.35.0", - "sp-runtime 34.0.0", + "sp-consensus-slots 0.36.0", + "sp-runtime 35.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-av-store" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "669f4ba3485a915853e94db99cf0dc5af9bccacd76b4d6f06550c5ecbd33d4aa" +checksum = "bb6fe8e8eaf3e368e93a24309d812bc1e5f91fe865a80c1c7cd182fe217c50a7" dependencies = [ "bitvec", "futures", @@ -10278,7 +10282,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sp-consensus", "thiserror", "tracing-gum", @@ -10286,9 +10290,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "307ec8006475fd2f5f878bbfd7c74368f4fde0fd10096925a85b5e027ace4889" +checksum = "2b5417cf48b5948ed665f847240135f1fa5415cc5d3e9013cc3140a632cbf156" dependencies = [ "bitvec", "fatality", @@ -10297,25 +10301,25 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "polkadot-statement-table", "schnellru", - "sp-keystore 0.37.0", + "sp-keystore 0.38.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-bitfield-signing" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8133ce90b5bfc6d81c8d124dd26ec86624eb88bb33e57c0fb59d1262c9224ea" +checksum = "c2365e3ddb8073f54e81b222e51a364cd3e38b7371bcd042017b73db2d523028" dependencies = [ "futures", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", - "sp-keystore 0.37.0", + "polkadot-primitives 11.0.0", + "sp-keystore 0.38.0", "thiserror", "tracing-gum", "wasm-timer", @@ -10323,9 +10327,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a4335b31f5d7dd3c59a7a061ca32061d290244fde416186fd22bee5093cf4bb" +checksum = "867b7c560556d063b4b93d0cec3a5f6932735311b5d66666105705b87fc36a9c" dependencies = [ "async-trait", "futures", @@ -10337,17 +10341,17 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sp-maybe-compressed-blob", "tracing-gum", ] [[package]] name = "polkadot-node-core-chain-api" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23b25733a45754fa4f049d26289994e379be21b132ca36982378604b53341104" +checksum = "c2ffcc24bbbc2a2523c599022b106f0b48213bf80ef75f490fe02ec79ab972e4" dependencies = [ "futures", "polkadot-node-metrics", @@ -10360,9 +10364,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c77a7c69bd67b0840c0f97c61637b798f6ec49c6a1c4cf153e4d8e8b22e34c45" +checksum = "a9971f3ef6226f6f12bede58e009aae16fc6fc636159ec1dc7f1add2bad87638" dependencies = [ "futures", "futures-timer", @@ -10371,16 +10375,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-dispute-coordinator" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea6fb7b632e37b5eff4d3ceb246a6d7277c82bb573cbc2360c37719a5e00df82" +checksum = "d3d839dc81ec2f6593fb33bfc4d0e469c56ee0953fd129cc10fe224f7f2ff0bd" dependencies = [ "fatality", "futures", @@ -10389,7 +10393,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-keystore", "schnellru", "thiserror", @@ -10398,27 +10402,27 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c904246202cb80fc3e3872e142d74958903515c3b91d3d4d88907cf8bca46e2" +checksum = "9d3f8faa7a013b08ebdf4e018b8f7daccfc2b13fdac154d361ceb5be9992647b" dependencies = [ "async-trait", "futures", "futures-timer", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sp-blockchain", - "sp-inherents 29.0.0", + "sp-inherents 30.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-prospective-parachains" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d343298e502e687bc2f8ae837cad538a9b5d60ce714ace58120cb91aeb41d1c1" +checksum = "5995f6998c35e9bbb8ab784714fcab7c9ddc6f0125cbd99a7175674a3f99f187" dependencies = [ "bitvec", "fatality", @@ -10427,16 +10431,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-provisioner" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9be87118cc96f05bd5a35bee2f8c495b894d23fbff1c954b15d7dbe4516564c" +checksum = "5ccd98d226f1a650827183e6807466d0569691dd4a8434a3974eea041c73a677" dependencies = [ "bitvec", "fatality", @@ -10445,7 +10449,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "schnellru", "thiserror", "tracing-gum", @@ -10453,9 +10457,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99c07e2dad8712e1e5978c6404aca20d2c7f1b5d6151d60277f49ce949b3ed5d" +checksum = "6db5f945f8f26982b46c5cb1ed9c37f29d7e851bd06dae97b2b04e6d46dd4b77" dependencies = [ "always-assert", "array-bytes 6.2.2", @@ -10467,18 +10471,18 @@ dependencies = [ "libc", "parity-scale-codec", "pin-project", - "polkadot-core-primitives 10.0.0", + "polkadot-core-primitives 11.0.0", "polkadot-node-core-pvf-common", "polkadot-node-metrics", "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", "rand", "slotmap", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-maybe-compressed-blob", - "sp-wasm-interface", + "sp-wasm-interface 21.0.0", "tempfile", "thiserror", "tokio", @@ -10487,26 +10491,26 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1536bf89078dca39061f2a4d742e11dc14da38ffa5b6ce84e5c454cf9fd9b151" +checksum = "275cab7ad2b38fdfb0c097485fe4f51e55e36c96330255edc38ccf121aa2171c" dependencies = [ "futures", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 10.0.0", - "sp-keystore 0.37.0", + "polkadot-primitives 11.0.0", + "sp-keystore 0.38.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-pvf-common" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2781bf5b07873b37ed5a76b28866367ea2529d4b91497c3db560c0eb59b2a2d9" +checksum = "2d1cf57c2204d9f80da258cfd1ca8e2ef7f366fa7810333da5f8519a05ba574d" dependencies = [ "cfg-if", "cpu-time", @@ -10515,42 +10519,42 @@ dependencies = [ "libc", "nix 0.27.1", "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-executor", "sc-executor-common", "sc-executor-wasmtime", "seccompiler", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-externalities 0.27.0", - "sp-io 33.0.0", - "sp-tracing", + "sp-externalities 0.28.0", + "sp-io 34.0.0", + "sp-tracing 17.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-runtime-api" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7065d7dd209b05ceaf3781ca0a7cdfcb0071c3a61a8357e37dff8587a94928d2" +checksum = "fd9c685da442b6dde17f0f1e4bd6bb4d6827c6af0dbe96bc603d3d4f8fd05953" dependencies = [ "futures", "polkadot-node-metrics", "polkadot-node-subsystem", "polkadot-node-subsystem-types", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "schnellru", - "sp-consensus-babe 0.35.0", + "sp-consensus-babe 0.36.0", "tracing-gum", ] [[package]] name = "polkadot-node-jaeger" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e14e65e3d9990d1f8f793a23c05c6aa82a551e551225ab86d2625474afef748f" +checksum = "cbefc5402f4eadf6dc976d8013c0e050947809a1442a6fc3c44640841c7df712" dependencies = [ "lazy_static", "log", @@ -10558,25 +10562,25 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "polkadot-node-primitives", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-network", - "sp-core 31.0.0", + "sp-core 32.0.0", "thiserror", "tokio", ] [[package]] name = "polkadot-node-metrics" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4ca58a67371546b66a011f0e27551094a8499a53223b16c164e769d25d981d0" +checksum = "ba41f6bbcb2261a92c452ffa2960301079a0922c832491b4e9aa3400887e33ac" dependencies = [ "bs58 0.5.1", "futures", "futures-timer", "log", "parity-scale-codec", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "prioritized-metered-channel", "sc-cli", "sc-service", @@ -10587,9 +10591,9 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67c3b078794c9c383ee3ceff65f2713ec81c033c6d8785ead5f7797e914c1fe3" +checksum = "915df9a38d99dc98216f8dce9a90f3ff2cee0d7fdf9b956c055844421b0d231b" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -10601,44 +10605,44 @@ dependencies = [ "parity-scale-codec", "polkadot-node-jaeger", "polkadot-node-primitives", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "rand", "sc-authority-discovery", "sc-network", - "strum 0.24.1", + "strum 0.26.3", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-primitives" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d9521abb7028ce7040f66a0786423bee2cdb7725ca46e5cee1f86191bcb2ed3" +checksum = "cf8d9fa95f0752c64635b2c8fc8c39b55eedb960f18a068d10720085c8ad06f6" dependencies = [ "bitvec", "bounded-vec", "futures", "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", "schnorrkel 0.11.4", "serde", - "sp-application-crypto 33.0.0", - "sp-consensus-babe 0.35.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", + "sp-application-crypto 34.0.0", + "sp-consensus-babe 0.36.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", "sp-maybe-compressed-blob", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "thiserror", "zstd 0.12.4", ] [[package]] name = "polkadot-node-subsystem" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7865c507f0eab9d816c40b1d4e2acb4e8f77db9efc8c0af23942d6b0f50e6f6" +checksum = "6d5bbd86b3014ce7cc71e1a90bf641e26c4cea98955522d350268efa97c58de9" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -10647,9 +10651,9 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf0e971c1377901212059b794b48acac9a855cac83f2e07dc1b708ca0e77ba64" +checksum = "ca25de72c086250c6b53ba0a868fcb1c99c305e0abbf5e3faf5568310dd4672b" dependencies = [ "async-trait", "bitvec", @@ -10659,26 +10663,26 @@ dependencies = [ "polkadot-node-jaeger", "polkadot-node-network-protocol", "polkadot-node-primitives", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "polkadot-statement-table", "sc-client-api", "sc-network", "sc-transaction-pool-api", "smallvec", - "sp-api 29.0.0", - "sp-authority-discovery 29.0.0", + "sp-api 30.0.0", + "sp-authority-discovery 30.0.0", "sp-blockchain", - "sp-consensus-babe 0.35.0", - "sp-runtime 34.0.0", + "sp-consensus-babe 0.36.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "polkadot-node-subsystem-util" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4937553bd1a5f9ee9343a1a227ae07237b48a29c99ecd53217b090ca84b753c6" +checksum = "3d61ee42f50de06ae2d0209cb49af9805b780d1042a49f74f9841d2095784827" dependencies = [ "async-trait", "derive_more", @@ -10698,23 +10702,23 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-types", "polkadot-overseer", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "prioritized-metered-channel", "rand", "sc-client-api", "schnellru", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", + "sp-application-crypto 34.0.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-overseer" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97415bc09e9dd20d44a019eaf0bb803ab3239a7eca20820b181e53901966fdbc" +checksum = "b6fa9663b506f2c6632468e1207e4a651ca16f2f4aba17d0a3d9e2fb828f02c5" dependencies = [ "async-trait", "futures", @@ -10725,10 +10729,10 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-primitives", "polkadot-node-subsystem-types", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-client-api", - "sp-api 29.0.0", - "sp-core 31.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", "tikv-jemalloc-ctl", "tracing-gum", ] @@ -10753,20 +10757,20 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b87dda07862f2b16f2c2b7d315f2b4549c896562d973d466b6d19de36aba30d" +checksum = "fe77e2febc4b87e7c0a63f857ce5c32a2680cae5f9c2740285cd7378ed1586ca" dependencies = [ "bounded-collections 0.2.0", "derive_more", "parity-scale-codec", - "polkadot-core-primitives 10.0.0", + "polkadot-core-primitives 11.0.0", "scale-info", "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-weights 30.0.0", + "sp-weights 31.0.0", ] [[package]] @@ -10799,42 +10803,42 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e01b525a35852e2861397eecbdb4a03dda69f14f7ca04968f2e06d6cba51dfb" +checksum = "71eabc294df35faa0877f6427e9a37d3b8323922aa0372cc9208e492d8f1b2f5" dependencies = [ "bitvec", "hex-literal", "log", "parity-scale-codec", - "polkadot-core-primitives 10.0.0", - "polkadot-parachain-primitives 9.0.0", + "polkadot-core-primitives 11.0.0", + "polkadot-parachain-primitives 10.0.0", "scale-info", "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.0", - "sp-authority-discovery 29.0.0", - "sp-consensus-slots 0.35.0", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-arithmetic 26.0.0", + "sp-authority-discovery 30.0.0", + "sp-consensus-slots 0.36.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", "sp-std", ] [[package]] name = "polkadot-rpc" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9bf68469a4e01a0c8a16869fde6de3071fbebdf836058c8afe8396470ef2c462" +checksum = "fb29231d3184c38d011a7bffea09a2c1724b5d7544d43d6159aaa3870ae74e26" dependencies = [ "jsonrpsee", "mmr-rpc", "pallet-transaction-payment-rpc", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-chain-spec", "sc-client-api", "sc-consensus-babe", @@ -10848,13 +10852,13 @@ dependencies = [ "sc-rpc-spec-v2", "sc-sync-state-rpc", "sc-transaction-pool-api", - "sp-api 29.0.0", - "sp-block-builder 29.0.0", + "sp-api 30.0.0", + "sp-block-builder 30.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.35.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", + "sp-consensus-babe 0.36.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", "substrate-frame-rpc-system", "substrate-state-trie-migration-rpc", ] @@ -10913,53 +10917,53 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1abd7bff20e17e025a4e001aff55dfefcfd7ef8a8ae138de44998a012e227f2" +checksum = "27c9469b179e1bef848bbf051df1bd529b2b9a2a0428c0f87527586a5bca3848" dependencies = [ "bitvec", - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-election-provider-support 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "libsecp256k1", "log", - "pallet-asset-rate 10.0.0", - "pallet-authorship 31.0.0", - "pallet-babe 31.0.0", - "pallet-balances 31.0.0", - "pallet-broker 0.9.0", - "pallet-election-provider-multi-phase 30.0.0", - "pallet-fast-unstake 30.0.0", - "pallet-identity 31.0.0", - "pallet-session 31.0.0", - "pallet-staking 31.0.0", - "pallet-staking-reward-fn 21.0.0", - "pallet-timestamp 30.0.0", - "pallet-transaction-payment 31.0.0", - "pallet-treasury 30.0.0", - "pallet-vesting 31.0.0", - "parity-scale-codec", - "polkadot-primitives 10.0.0", - "polkadot-runtime-parachains 10.0.0", + "pallet-asset-rate 11.0.0", + "pallet-authorship 32.0.0", + "pallet-babe 32.0.0", + "pallet-balances 33.0.0", + "pallet-broker 0.10.0", + "pallet-election-provider-multi-phase 31.0.0", + "pallet-fast-unstake 31.0.0", + "pallet-identity 32.0.0", + "pallet-session 32.0.0", + "pallet-staking 32.0.0", + "pallet-staking-reward-fn 22.0.0", + "pallet-timestamp 31.0.0", + "pallet-transaction-payment 32.0.0", + "pallet-treasury 31.0.0", + "pallet-vesting 32.0.0", + "parity-scale-codec", + "polkadot-primitives 11.0.0", + "polkadot-runtime-parachains 11.0.0", "rustc-hex", "scale-info", "serde", "serde_derive", - "slot-range-helper 10.0.0", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-npos-elections 29.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-staking 29.0.0", - "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", + "slot-range-helper 11.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-npos-elections 30.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-staking 30.0.0", + "sp-std", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", + "staging-xcm-executor 11.0.0", "static_assertions", ] @@ -10974,21 +10978,21 @@ dependencies = [ "parity-scale-codec", "polkadot-primitives 8.0.1", "sp-std", - "sp-tracing", + "sp-tracing 16.0.0", ] [[package]] name = "polkadot-runtime-metrics" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fed9088becfd874b6dbf064f9d1dd1bfa2e3c2188459a572aac2e689c028772" +checksum = "d3c04cc730f9ddcd9a663eddb95915d783704d11ea12eb2882c0abe18968b9de" dependencies = [ "bs58 0.5.1", - "frame-benchmarking 31.0.0", + "frame-benchmarking 32.0.0", "parity-scale-codec", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sp-std", - "sp-tracing", + "sp-tracing 17.0.0", ] [[package]] @@ -11043,66 +11047,66 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ce601c5f1005ff1d315c1e5c161a73e63e54bf23527f98c2bfa3ffc5b22f5e6" +checksum = "32edd5b366f1e45995f613997ed259993cd2746f0407f186136696d54e24d784" dependencies = [ "bitflags 1.3.2", "bitvec", "derive_more", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "log", - "pallet-authority-discovery 31.0.1", - "pallet-authorship 31.0.0", - "pallet-babe 31.0.0", - "pallet-balances 31.0.0", - "pallet-broker 0.9.0", - "pallet-message-queue 34.0.0", - "pallet-session 31.0.0", - "pallet-staking 31.0.0", - "pallet-timestamp 30.0.0", - "pallet-vesting 31.0.0", - "parity-scale-codec", - "polkadot-core-primitives 10.0.0", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", - "polkadot-runtime-metrics 10.0.0", + "pallet-authority-discovery 32.0.0", + "pallet-authorship 32.0.0", + "pallet-babe 32.0.0", + "pallet-balances 33.0.0", + "pallet-broker 0.10.0", + "pallet-message-queue 35.0.0", + "pallet-session 32.0.0", + "pallet-staking 32.0.0", + "pallet-timestamp 31.0.0", + "pallet-vesting 32.0.0", + "parity-scale-codec", + "polkadot-core-primitives 11.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-metrics 11.0.0", "rand", "rand_chacha 0.3.1", "rustc-hex", "scale-info", "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-staking 29.0.0", - "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-staking 30.0.0", + "sp-std", + "staging-xcm 11.0.0", + "staging-xcm-executor 11.0.0", "static_assertions", ] [[package]] name = "polkadot-service" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "322db94a98084bf62ac2c58194856d823455ceb74000c9602f817b8b738a8f78" +checksum = "f276b38deaab6bff3ddfe061331901196ff992f76398bd0abc78382f4f115cf0" dependencies = [ "async-trait", - "frame-benchmarking 31.0.0", + "frame-benchmarking 32.0.0", "frame-benchmarking-cli", - "frame-support 31.0.0", - "frame-system 31.0.0", - "frame-system-rpc-runtime-api 29.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "frame-system-rpc-runtime-api 30.0.0", "futures", "hex-literal", "is_executable", @@ -11110,11 +11114,10 @@ dependencies = [ "kvdb-rocksdb", "log", "mmr-gadget", - "pallet-babe 31.0.0", - "pallet-im-online 30.0.0", - "pallet-staking 31.0.0", - "pallet-transaction-payment 31.0.0", - "pallet-transaction-payment-rpc-runtime-api 31.0.0", + "pallet-babe 32.0.0", + "pallet-staking 32.0.0", + "pallet-transaction-payment 32.0.0", + "pallet-transaction-payment-rpc-runtime-api 32.0.0", "parity-db", "parity-scale-codec", "parking_lot 0.12.1", @@ -11123,7 +11126,7 @@ dependencies = [ "polkadot-availability-distribution", "polkadot-availability-recovery", "polkadot-collator-protocol", - "polkadot-core-primitives 10.0.0", + "polkadot-core-primitives 11.0.0", "polkadot-dispute-distribution", "polkadot-gossip-support", "polkadot-network-bridge", @@ -11148,10 +11151,10 @@ dependencies = [ "polkadot-node-subsystem-types", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", "polkadot-rpc", - "polkadot-runtime-parachains 10.0.0", + "polkadot-runtime-parachains 11.0.0", "polkadot-statement-distribution", "rococo-runtime", "sc-authority-discovery", @@ -11180,40 +11183,42 @@ dependencies = [ "schnellru", "serde", "serde_json", - "sp-api 29.0.0", - "sp-authority-discovery 29.0.0", - "sp-block-builder 29.0.0", + "sp-api 30.0.0", + "sp-authority-discovery 30.0.0", + "sp-block-builder 30.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.35.0", - "sp-consensus-beefy 16.0.0", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-keyring 34.0.0", - "sp-keystore 0.37.0", - "sp-mmr-primitives 29.0.0", - "sp-offchain 29.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-state-machine 0.38.0", - "sp-storage", - "sp-timestamp 29.0.0", - "sp-transaction-pool 29.0.0", - "sp-version 32.0.0", - "sp-weights 30.0.0", + "sp-consensus-babe 0.36.0", + "sp-consensus-beefy 17.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-keyring 35.0.0", + "sp-keystore 0.38.0", + "sp-mmr-primitives 30.0.0", + "sp-offchain 30.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-state-machine 0.39.0", + "sp-storage 21.0.0", + "sp-timestamp 30.0.0", + "sp-transaction-pool 30.0.0", + "sp-version 33.0.0", + "sp-weights 31.0.0", + "staging-xcm 11.0.0", "substrate-prometheus-endpoint", "thiserror", "tracing-gum", "westend-runtime", + "xcm-fee-payment-runtime-api", ] [[package]] name = "polkadot-statement-distribution" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38a4ef148c9bbed26f8630311ac26c9df1c07195a46a84fb5e8e7e7122e90248" +checksum = "ded486e00b2d5bdc589b4b75c722d7a2b2f4669bd3b492227d3501d60db1b4ec" dependencies = [ "arrayvec 0.7.4", "bitvec", @@ -11226,22 +11231,22 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", - "sp-keystore 0.37.0", - "sp-staking 29.0.0", + "polkadot-primitives 11.0.0", + "sp-keystore 0.38.0", + "sp-staking 30.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-statement-table" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a18144720acd47e1243b60c20bfb03f73dc67cbaf61bf2820991961e1ebb803b" +checksum = "efc9894c6ae63eb4ba1724cc4859db2224038b770b3ac1bf05f0650cbf01dca7" dependencies = [ "parity-scale-codec", - "polkadot-primitives 10.0.0", - "sp-core 31.0.0", + "polkadot-primitives 11.0.0", + "sp-core 32.0.0", "tracing-gum", ] @@ -11254,7 +11259,7 @@ dependencies = [ "libc", "log", "polkavm-assembler", - "polkavm-common 0.9.0", + "polkavm-common", "polkavm-linux-raw", ] @@ -11267,18 +11272,6 @@ dependencies = [ "log", ] -[[package]] -name = "polkavm-common" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88b4e215c80fe876147f3d58158d5dfeae7dabdd6047e175af77095b78d0035c" - -[[package]] -name = "polkavm-common" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92c99f7eee94e7be43ba37eef65ad0ee8cbaf89b7c00001c3f6d2be985cb1817" - [[package]] name = "polkavm-common" version = "0.9.0" @@ -11288,56 +11281,13 @@ dependencies = [ "log", ] -[[package]] -name = "polkavm-derive" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6380dbe1fb03ecc74ad55d841cfc75480222d153ba69ddcb00977866cbdabdb8" -dependencies = [ - "polkavm-derive-impl 0.5.0", - "syn 2.0.55", -] - -[[package]] -name = "polkavm-derive" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79fa916f7962348bd1bb1a65a83401675e6fc86c51a0fdbcf92a3108e58e6125" -dependencies = [ - "polkavm-derive-impl-macro 0.8.0", -] - [[package]] name = "polkavm-derive" version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ae8c4bea6f3e11cd89bb18bcdddac10bd9a24015399bd1c485ad68a985a19606" dependencies = [ - "polkavm-derive-impl-macro 0.9.0", -] - -[[package]] -name = "polkavm-derive-impl" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc8211b3365bbafb2fb32057d68b0e1ca55d079f5cf6f9da9b98079b94b3987d" -dependencies = [ - "polkavm-common 0.5.0", - "proc-macro2", - "quote", - "syn 2.0.55", -] - -[[package]] -name = "polkavm-derive-impl" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c10b2654a8a10a83c260bfb93e97b262cf0017494ab94a65d389e0eda6de6c9c" -dependencies = [ - "polkavm-common 0.8.0", - "proc-macro2", - "quote", - "syn 2.0.55", + "polkavm-derive-impl-macro", ] [[package]] @@ -11346,29 +11296,19 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c4fdfc49717fb9a196e74a5d28e0bc764eb394a2c803eb11133a31ac996c60c" dependencies = [ - "polkavm-common 0.9.0", + "polkavm-common", "proc-macro2", "quote", "syn 2.0.55", ] -[[package]] -name = "polkavm-derive-impl-macro" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15e85319a0d5129dc9f021c62607e0804f5fb777a05cdda44d750ac0732def66" -dependencies = [ - "polkavm-derive-impl 0.8.0", - "syn 2.0.55", -] - [[package]] name = "polkavm-derive-impl-macro" version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ba81f7b5faac81e528eb6158a6f3c9e0bb1008e0ffa19653bc8dea925ecb429" dependencies = [ - "polkavm-derive-impl 0.9.0", + "polkavm-derive-impl", "syn 2.0.55", ] @@ -11382,7 +11322,7 @@ dependencies = [ "hashbrown 0.14.3", "log", "object 0.32.2", - "polkavm-common 0.9.0", + "polkavm-common", "regalloc2 0.9.3", "rustc-demangle", ] @@ -11459,11 +11399,11 @@ dependencies = [ "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-service", - "cumulus-primitives-aura 0.10.0", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-parachain-inherent 0.10.0", + "cumulus-primitives-aura 0.11.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-parachain-inherent 0.11.0", "cumulus-relay-chain-interface", - "frame-benchmarking 31.0.0", + "frame-benchmarking 32.0.0", "frame-benchmarking-cli", "futures", "jsonrpsee", @@ -11471,7 +11411,7 @@ dependencies = [ "pallet-transaction-payment-rpc", "parity-scale-codec", "polkadot-cli", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "pop-runtime-common", "pop-runtime-devnet", "pop-runtime-testnet", @@ -11493,19 +11433,19 @@ dependencies = [ "sc-transaction-pool-api", "serde", "serde_json", - "sp-api 29.0.0", - "sp-block-builder 29.0.0", + "sp-api 30.0.0", + "sp-block-builder 30.0.0", "sp-blockchain", - "sp-consensus-aura 0.35.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-keystore 0.37.0", - "sp-offchain 29.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-timestamp 29.0.0", - "sp-transaction-pool 29.0.0", - "staging-xcm 10.0.0", + "sp-consensus-aura 0.36.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-keystore 0.38.0", + "sp-offchain 30.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-timestamp 30.0.0", + "sp-transaction-pool 30.0.0", + "staging-xcm 11.0.0", "substrate-build-script-utils", "substrate-frame-rpc-system", "substrate-prometheus-endpoint", @@ -11524,12 +11464,12 @@ dependencies = [ name = "pop-runtime-common" version = "0.0.0" dependencies = [ - "frame-support 31.0.0", - "parachains-common 10.0.0", + "frame-support 32.0.0", + "parachains-common 11.0.0", "parity-scale-codec", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -11537,146 +11477,146 @@ dependencies = [ name = "pop-runtime-devnet" version = "0.1.0" dependencies = [ - "cumulus-pallet-aura-ext 0.10.0", - "cumulus-pallet-parachain-system 0.10.0", - "cumulus-pallet-session-benchmarking 12.0.0", - "cumulus-pallet-xcm 0.10.0", - "cumulus-pallet-xcmp-queue 0.10.0", - "cumulus-primitives-aura 0.10.0", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-utility 0.10.0", + "cumulus-pallet-aura-ext 0.11.0", + "cumulus-pallet-parachain-system 0.11.0", + "cumulus-pallet-session-benchmarking 13.0.0", + "cumulus-pallet-xcm 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-aura 0.11.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-utility 0.11.0", "enumflags2", "env_logger 0.11.3", - "frame-benchmarking 31.0.0", - "frame-executive 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "frame-system-benchmarking 31.0.0", - "frame-system-rpc-runtime-api 29.0.0", - "frame-try-runtime 0.37.0", + "frame-benchmarking 32.0.0", + "frame-executive 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "frame-system-benchmarking 32.0.0", + "frame-system-rpc-runtime-api 30.0.0", + "frame-try-runtime 0.38.0", "hex", "hex-literal", "log", - "pallet-assets 32.0.0", - "pallet-aura 30.0.0", - "pallet-authorship 31.0.0", - "pallet-balances 31.0.0", - "pallet-collator-selection 12.0.1", + "pallet-assets 33.0.0", + "pallet-aura 31.0.0", + "pallet-authorship 32.0.0", + "pallet-balances 33.0.0", + "pallet-collator-selection 13.0.1", "pallet-contracts", - "pallet-message-queue 34.0.0", - "pallet-multisig 31.0.0", + "pallet-message-queue 35.0.0", + "pallet-multisig 32.0.0", "pallet-nft-fractionalization", - "pallet-nfts 25.0.0", - "pallet-nfts-runtime-api 17.0.0", - "pallet-preimage 31.0.0", - "pallet-proxy 31.0.0", - "pallet-scheduler 32.0.0", - "pallet-session 31.0.0", - "pallet-sudo 31.0.0", - "pallet-timestamp 30.0.0", - "pallet-transaction-payment 31.0.0", - "pallet-transaction-payment-rpc-runtime-api 31.0.0", - "pallet-utility 31.0.0", - "pallet-xcm 10.0.1", - "parachains-common 10.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "polkadot-runtime-common 10.0.0", + "pallet-nfts 26.0.0", + "pallet-nfts-runtime-api 18.0.0", + "pallet-preimage 32.0.0", + "pallet-proxy 32.0.0", + "pallet-scheduler 33.0.0", + "pallet-session 32.0.0", + "pallet-sudo 32.0.0", + "pallet-timestamp 31.0.0", + "pallet-transaction-payment 32.0.0", + "pallet-transaction-payment-rpc-runtime-api 32.0.0", + "pallet-utility 32.0.0", + "pallet-xcm 11.0.0", + "parachains-common 11.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 10.0.0", + "polkadot-runtime-common 11.0.0", "pop-primitives", "pop-runtime-common", "scale-info", "smallvec", - "sp-api 29.0.0", - "sp-block-builder 29.0.0", - "sp-consensus-aura 0.35.0", - "sp-core 31.0.0", - "sp-genesis-builder 0.10.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-offchain 29.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-std", - "sp-transaction-pool 29.0.0", - "sp-version 32.0.0", - "staging-parachain-info 0.10.0", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", - "substrate-wasm-builder 20.0.0", + "sp-api 30.0.0", + "sp-block-builder 30.0.0", + "sp-consensus-aura 0.36.0", + "sp-core 32.0.0", + "sp-genesis-builder 0.11.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-offchain 30.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-std", + "sp-transaction-pool 30.0.0", + "sp-version 33.0.0", + "staging-parachain-info 0.11.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", + "staging-xcm-executor 11.0.0", + "substrate-wasm-builder 21.0.0", ] [[package]] name = "pop-runtime-testnet" version = "0.2.0" dependencies = [ - "cumulus-pallet-aura-ext 0.10.0", - "cumulus-pallet-parachain-system 0.10.0", - "cumulus-pallet-session-benchmarking 12.0.0", - "cumulus-pallet-xcm 0.10.0", - "cumulus-pallet-xcmp-queue 0.10.0", - "cumulus-primitives-aura 0.10.0", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-utility 0.10.0", + "cumulus-pallet-aura-ext 0.11.0", + "cumulus-pallet-parachain-system 0.11.0", + "cumulus-pallet-session-benchmarking 13.0.0", + "cumulus-pallet-xcm 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-aura 0.11.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-utility 0.11.0", "enumflags2", "env_logger 0.11.3", - "frame-benchmarking 31.0.0", - "frame-executive 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "frame-system-benchmarking 31.0.0", - "frame-system-rpc-runtime-api 29.0.0", - "frame-try-runtime 0.37.0", + "frame-benchmarking 32.0.0", + "frame-executive 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "frame-system-benchmarking 32.0.0", + "frame-system-rpc-runtime-api 30.0.0", + "frame-try-runtime 0.38.0", "hex", "hex-literal", "log", - "pallet-assets 32.0.0", - "pallet-aura 30.0.0", - "pallet-authorship 31.0.0", - "pallet-balances 31.0.0", - "pallet-collator-selection 12.0.1", + "pallet-assets 33.0.0", + "pallet-aura 31.0.0", + "pallet-authorship 32.0.0", + "pallet-balances 33.0.0", + "pallet-collator-selection 13.0.1", "pallet-contracts", - "pallet-message-queue 34.0.0", - "pallet-multisig 31.0.0", + "pallet-message-queue 35.0.0", + "pallet-multisig 32.0.0", "pallet-nft-fractionalization", - "pallet-nfts 25.0.0", - "pallet-nfts-runtime-api 17.0.0", - "pallet-preimage 31.0.0", - "pallet-proxy 31.0.0", - "pallet-scheduler 32.0.0", - "pallet-session 31.0.0", - "pallet-sudo 31.0.0", - "pallet-timestamp 30.0.0", - "pallet-transaction-payment 31.0.0", - "pallet-transaction-payment-rpc-runtime-api 31.0.0", - "pallet-utility 31.0.0", - "pallet-xcm 10.0.1", - "parachains-common 10.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "polkadot-runtime-common 10.0.0", + "pallet-nfts 26.0.0", + "pallet-nfts-runtime-api 18.0.0", + "pallet-preimage 32.0.0", + "pallet-proxy 32.0.0", + "pallet-scheduler 33.0.0", + "pallet-session 32.0.0", + "pallet-sudo 32.0.0", + "pallet-timestamp 31.0.0", + "pallet-transaction-payment 32.0.0", + "pallet-transaction-payment-rpc-runtime-api 32.0.0", + "pallet-utility 32.0.0", + "pallet-xcm 11.0.0", + "parachains-common 11.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 10.0.0", + "polkadot-runtime-common 11.0.0", "pop-primitives", "pop-runtime-common", "scale-info", "smallvec", - "sp-api 29.0.0", - "sp-block-builder 29.0.0", - "sp-consensus-aura 0.35.0", - "sp-core 31.0.0", - "sp-genesis-builder 0.10.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-offchain 29.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-std", - "sp-transaction-pool 29.0.0", - "sp-version 32.0.0", - "staging-parachain-info 0.10.0", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", - "substrate-wasm-builder 20.0.0", + "sp-api 30.0.0", + "sp-block-builder 30.0.0", + "sp-consensus-aura 0.36.0", + "sp-core 32.0.0", + "sp-genesis-builder 0.11.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-offchain 30.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-std", + "sp-transaction-pool 30.0.0", + "sp-version 33.0.0", + "staging-parachain-info 0.11.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", + "staging-xcm-executor 11.0.0", + "substrate-wasm-builder 21.0.0", ] [[package]] @@ -12387,116 +12327,116 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "165988588402ce7dc2d32dfba280cbbd59befc444d8f95579b999ecd8575ef27" +checksum = "ee1a30be097c0e02d2aacc4b2b73ecba2c795ae9246f2c37711ebae0e69dd95c" dependencies = [ "binary-merkle-tree 15.0.0", - "frame-benchmarking 31.0.0", - "frame-executive 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "frame-system-benchmarking 31.0.0", - "frame-system-rpc-runtime-api 29.0.0", - "frame-try-runtime 0.37.0", + "frame-benchmarking 32.0.0", + "frame-executive 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "frame-system-benchmarking 32.0.0", + "frame-system-rpc-runtime-api 30.0.0", + "frame-try-runtime 0.38.0", "hex-literal", "log", - "pallet-asset-rate 10.0.0", - "pallet-authority-discovery 31.0.1", - "pallet-authorship 31.0.0", - "pallet-babe 31.0.0", - "pallet-balances 31.0.0", - "pallet-beefy 31.0.0", - "pallet-beefy-mmr 31.0.0", - "pallet-bounties 30.0.0", - "pallet-child-bounties 30.0.0", + "pallet-asset-rate 11.0.0", + "pallet-authority-discovery 32.0.0", + "pallet-authorship 32.0.0", + "pallet-babe 32.0.0", + "pallet-balances 33.0.0", + "pallet-beefy 32.0.0", + "pallet-beefy-mmr 32.0.0", + "pallet-bounties 31.0.0", + "pallet-child-bounties 31.0.0", "pallet-collective", - "pallet-conviction-voting 31.0.0", + "pallet-conviction-voting 32.0.0", "pallet-democracy", "pallet-elections-phragmen", - "pallet-grandpa 31.0.0", - "pallet-identity 31.0.0", - "pallet-im-online 30.0.0", - "pallet-indices 31.0.0", + "pallet-grandpa 32.0.0", + "pallet-identity 32.0.0", + "pallet-indices 32.0.0", "pallet-membership", - "pallet-message-queue 34.0.0", - "pallet-mmr 30.0.0", - "pallet-multisig 31.0.0", + "pallet-message-queue 35.0.0", + "pallet-mmr 31.0.0", + "pallet-multisig 32.0.0", "pallet-nis", - "pallet-offences 30.0.0", - "pallet-preimage 31.0.0", - "pallet-proxy 31.0.0", + "pallet-offences 31.0.0", + "pallet-preimage 32.0.0", + "pallet-proxy 32.0.0", "pallet-ranked-collective", "pallet-recovery", - "pallet-referenda 31.0.0", + "pallet-referenda 32.0.0", "pallet-root-testing", - "pallet-scheduler 32.0.0", - "pallet-session 31.0.0", + "pallet-scheduler 33.0.0", + "pallet-session 32.0.0", "pallet-society", - "pallet-staking 31.0.0", - "pallet-state-trie-migration 32.0.0", - "pallet-sudo 31.0.0", - "pallet-timestamp 30.0.0", + "pallet-staking 32.0.0", + "pallet-state-trie-migration 33.0.0", + "pallet-sudo 32.0.0", + "pallet-timestamp 31.0.0", "pallet-tips", - "pallet-transaction-payment 31.0.0", - "pallet-transaction-payment-rpc-runtime-api 31.0.0", - "pallet-treasury 30.0.0", - "pallet-utility 31.0.0", - "pallet-vesting 31.0.0", - "pallet-whitelist 30.0.0", - "pallet-xcm 10.0.1", - "pallet-xcm-benchmarks 10.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", - "polkadot-runtime-common 10.0.0", - "polkadot-runtime-parachains 10.0.0", + "pallet-transaction-payment 32.0.0", + "pallet-transaction-payment-rpc-runtime-api 32.0.0", + "pallet-treasury 31.0.0", + "pallet-utility 32.0.0", + "pallet-vesting 32.0.0", + "pallet-whitelist 31.0.0", + "pallet-xcm 11.0.0", + "pallet-xcm-benchmarks 11.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-common 11.0.0", + "polkadot-runtime-parachains 11.0.0", "rococo-runtime-constants", "scale-info", "serde", "serde_derive", "smallvec", - "sp-api 29.0.0", - "sp-arithmetic 25.0.0", - "sp-authority-discovery 29.0.0", - "sp-block-builder 29.0.0", - "sp-consensus-babe 0.35.0", - "sp-consensus-beefy 16.0.0", - "sp-core 31.0.0", - "sp-genesis-builder 0.10.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-mmr-primitives 29.0.0", - "sp-offchain 29.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-staking 29.0.0", - "sp-std", - "sp-storage", - "sp-transaction-pool 29.0.0", - "sp-version 32.0.0", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", + "sp-api 30.0.0", + "sp-arithmetic 26.0.0", + "sp-authority-discovery 30.0.0", + "sp-block-builder 30.0.0", + "sp-consensus-babe 0.36.0", + "sp-consensus-beefy 17.0.0", + "sp-core 32.0.0", + "sp-genesis-builder 0.11.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-mmr-primitives 30.0.0", + "sp-offchain 30.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-staking 30.0.0", + "sp-std", + "sp-storage 21.0.0", + "sp-transaction-pool 30.0.0", + "sp-version 33.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", + "staging-xcm-executor 11.0.0", "static_assertions", - "substrate-wasm-builder 20.0.0", + "substrate-wasm-builder 21.0.0", + "xcm-fee-payment-runtime-api", ] [[package]] name = "rococo-runtime-constants" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0033b0335cd7cb691fbcd16346e151ffb21ad4e2a8675eda06b48275b8f52549" +checksum = "aa26847ef6b32b5fd41d4f86538ef15b8d74f208d211644dc14e4dda74559116" dependencies = [ - "frame-support 31.0.0", - "polkadot-primitives 10.0.0", - "polkadot-runtime-common 10.0.0", + "frame-support 32.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-common 11.0.0", "smallvec", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-weights 30.0.0", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-weights 31.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", ] [[package]] @@ -12781,27 +12721,28 @@ dependencies = [ [[package]] name = "sc-allocator" -version = "26.0.0" +version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4715fddb2bd1862aa21f6312528ab339b7d03ef5ec654e3aa200a3119392392f" +checksum = "97e78771bbc491d4d601afbbf01f5718d6d724d0d971c8581cf5b4c62a9502f7" dependencies = [ "log", - "sp-core 31.0.0", - "sp-wasm-interface", + "sp-core 32.0.0", + "sp-wasm-interface 21.0.0", "thiserror", ] [[package]] name = "sc-authority-discovery" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f987a536468e06b66fe3cac296b27dc532f301199e0278bc42ac32b8eb3a4a9d" +checksum = "e9cd4cf9f2f6a12f1cc042831474f33103aad8ebf9fa6d49f7119521ed89b1ec" dependencies = [ "async-trait", "futures", "futures-timer", "ip_network", "libp2p", + "linked_hash_set", "log", "multihash 0.18.1", "multihash-codetable", @@ -12811,21 +12752,21 @@ dependencies = [ "rand", "sc-client-api", "sc-network", - "sp-api 29.0.0", - "sp-authority-discovery 29.0.0", + "sp-api 30.0.0", + "sp-authority-discovery 30.0.0", "sp-blockchain", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-basic-authorship" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "295be922b93bd4bc77edadffe66ac85a09436284afe7f12c1efd4d01ec530d07" +checksum = "a2354138e44624d68245b9490c0d30f73bac7c00f218643ff03fc0dbd1536b98" dependencies = [ "futures", "futures-timer", @@ -12835,36 +12776,36 @@ dependencies = [ "sc-proposer-metrics", "sc-telemetry", "sc-transaction-pool-api", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", "sp-consensus", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", ] [[package]] name = "sc-block-builder" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "033b5ee0fa6d770c9db8cd59f6d1f88e792c088238278fcb836b5c851936a62d" +checksum = "7d54ed880c04f6df650dcf4672d7d4a2d08b30e95c51f07b4a3be75eaa535082" dependencies = [ "parity-scale-codec", - "sp-api 29.0.0", - "sp-block-builder 29.0.0", + "sp-api 30.0.0", + "sp-block-builder 30.0.0", "sp-blockchain", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-trie 32.0.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", + "sp-trie 33.0.0", ] [[package]] name = "sc-chain-spec" -version = "30.0.1" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5dfb28048e5b2d168870e2205d3e41db1f387a781831a8b8b82c9f10536c2742" +checksum = "e8d25ff00e77262342bd85a71de32170b136773f6a8cdd5641ce8b81fb4e16be" dependencies = [ "array-bytes 6.2.2", "docify", @@ -12879,12 +12820,12 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-genesis-builder 0.10.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-genesis-builder 0.11.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", ] [[package]] @@ -12901,9 +12842,9 @@ dependencies = [ [[package]] name = "sc-cli" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20c2eae4d9396b19403f89f058a6a684066b58e051b1310f246eb9b41a7b54fe" +checksum = "eade6864cba8ab29c4c7572c6a4a080c0423bc53cb48b00f70eef7d57d22abae" dependencies = [ "array-bytes 6.2.2", "chrono", @@ -12931,21 +12872,21 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core 31.0.0", - "sp-keyring 34.0.0", - "sp-keystore 0.37.0", + "sp-core 32.0.0", + "sp-keyring 35.0.0", + "sp-keystore 0.38.0", "sp-panic-handler", - "sp-runtime 34.0.0", - "sp-version 32.0.0", + "sp-runtime 35.0.0", + "sp-version 33.0.0", "thiserror", "tokio", ] [[package]] name = "sc-client-api" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08db275ca98f1fe44db2e2058893b182b85ef11cee7cf271edffd449a1179fc4" +checksum = "a6f69c592a2cab8b5cb7860bf57c5084a590d2e0c5df9308f62ddb405ca4d97e" dependencies = [ "fnv", "futures", @@ -12955,25 +12896,25 @@ dependencies = [ "sc-executor", "sc-transaction-pool-api", "sc-utils", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", "sp-consensus", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-database", - "sp-externalities 0.27.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-externalities 0.28.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "sp-statement-store", - "sp-storage", - "sp-trie 32.0.0", + "sp-storage 21.0.0", + "sp-trie 33.0.0", "substrate-prometheus-endpoint", ] [[package]] name = "sc-client-db" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6bd93f124c30ec885696128a639e190293bee2a6430cc04248d656093b5d4f42" +checksum = "3f4e8c9db1025f0b17438f5db8937c53022b417593f30d4624b8b2e0d3300b9f" dependencies = [ "hash-db", "kvdb", @@ -12987,20 +12928,20 @@ dependencies = [ "sc-client-api", "sc-state-db", "schnellru", - "sp-arithmetic 25.0.0", + "sp-arithmetic 26.0.0", "sp-blockchain", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-database", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-trie 32.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", + "sp-trie 33.0.0", ] [[package]] name = "sc-consensus" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4da51746e9689ecee65d6c1ac32e89a7b0452ee1ce377485e94c285e9690dcfd" +checksum = "a051ffa28788f7ec47e46d6236132126d5aa563469e6c852e87cfbe5069e0687" dependencies = [ "async-trait", "futures", @@ -13012,21 +12953,21 @@ dependencies = [ "sc-client-api", "sc-utils", "serde", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", "sp-consensus", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-aura" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "988701c58dcd9521412cfcbb54457b17546bb4363f021ee8131af409a027b879" +checksum = "6cd537650a8f23d6775456a5a06e1cf27722fedc5515769983e18ef856a6aad3" dependencies = [ "async-trait", "futures", @@ -13037,26 +12978,26 @@ dependencies = [ "sc-consensus", "sc-consensus-slots", "sc-telemetry", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-block-builder 29.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-block-builder 30.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-aura 0.35.0", - "sp-consensus-slots 0.35.0", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", + "sp-consensus-aura 0.36.0", + "sp-consensus-slots 0.36.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-babe" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a65da2a2d198d0c06be3614eabc254b40ebb27516dd17bee56d24cbe08d0c19e" +checksum = "efe6f127a27ea6ace8e4391ba847ccf21d3512499e1c5e7c300e7e5115642544" dependencies = [ "async-trait", "fork-tree", @@ -13073,27 +13014,27 @@ dependencies = [ "sc-consensus-slots", "sc-telemetry", "sc-transaction-pool-api", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-block-builder 29.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-block-builder 30.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.35.0", - "sp-consensus-slots 0.35.0", - "sp-core 31.0.0", + "sp-consensus-babe 0.36.0", + "sp-consensus-slots 0.36.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-inherents 29.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", + "sp-inherents 30.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-babe-rpc" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec114d8e12b82b298abdfbca76e7aac3af42865510dfb0f92fd3992e7edbb383" +checksum = "c93183245d51eab164ab5513f5ad723964c38f293427d99066f8aed02ae715e1" dependencies = [ "futures", "jsonrpsee", @@ -13101,22 +13042,22 @@ dependencies = [ "sc-consensus-epochs", "sc-rpc-api", "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.35.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", + "sp-consensus-babe 0.36.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", "thiserror", ] [[package]] name = "sc-consensus-beefy" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a49993da0847cf1ef84184e24e8d95f71efac2e940556678bf9e45a8fd0a47f" +checksum = "87f0cdd776453ce7d73fdb548648bdfefdac6c497d198083222aa0d7636445ed" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -13132,17 +13073,17 @@ dependencies = [ "sc-network-gossip", "sc-network-sync", "sc-utils", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-beefy 16.0.0", - "sp-core 31.0.0", + "sp-consensus-beefy 17.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-keystore 0.37.0", - "sp-mmr-primitives 29.0.0", - "sp-runtime 34.0.0", + "sp-keystore 0.38.0", + "sp-mmr-primitives 30.0.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -13151,9 +13092,9 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "179b561aa302c0a5a572c5484a50f85e4ccd55025fc14daddabf5fe16e8150e1" +checksum = "3f8193f51766e9bf5a94f044333f4807918f7243eab404e9ff91b98ba268f2e9" dependencies = [ "futures", "jsonrpsee", @@ -13163,31 +13104,31 @@ dependencies = [ "sc-consensus-beefy", "sc-rpc", "serde", - "sp-consensus-beefy 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-consensus-beefy 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "thiserror", ] [[package]] name = "sc-consensus-epochs" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e892ae8bf5faa9042b6ec46396db1b4d9ded180a5f82afe3236fdebe0195f850" +checksum = "b2217e53886dbfd4749eaa2e671f8e59807a2fb711ffa0023b3dc5b30f5db458" dependencies = [ "fork-tree", "parity-scale-codec", "sc-client-api", "sc-consensus", "sp-blockchain", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", ] [[package]] name = "sc-consensus-grandpa" -version = "0.22.0" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e19945689693bbea950220bf7af1c79a2f70f5f37b97f7e6d136dcaf2b34f4a5" +checksum = "5d666c23af4325c6d2ca35bfe2874917f5dfdd94bfca165ad89b92191489e2d8" dependencies = [ "ahash 0.8.11", "array-bytes 6.2.2", @@ -13213,25 +13154,25 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde_json", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-grandpa-rpc" -version = "0.22.0" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68cd632a2a33d82e67cfd57dda6d966a6e25df08a4698c8d6ea7010515c5aebc" +checksum = "24ff3f1dc9c74563e559725736e07f4817e3429cdfd593e4a8c583d2c8da0894" dependencies = [ "finality-grandpa", "futures", @@ -13243,16 +13184,16 @@ dependencies = [ "sc-rpc", "serde", "sp-blockchain", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "thiserror", ] [[package]] name = "sc-consensus-slots" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80b431251c43b5af64b0f2758a387061f53fa045bdbf97d7353fe06aa9ddfb7b" +checksum = "80382f4da8a76c05c23b84d5c369bb5d617d499749171335e9b47599885fb202" dependencies = [ "async-trait", "futures", @@ -13262,21 +13203,21 @@ dependencies = [ "sc-client-api", "sc-consensus", "sc-telemetry", - "sp-arithmetic 25.0.0", + "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-slots 0.35.0", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-consensus-slots 0.36.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", ] [[package]] name = "sc-executor" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b8f8ddc63df8219768b729f9098ecd4362d2756b40784071cd44c3041f1d51d" +checksum = "cc6b47b642a92adcabaeadb7d76bd1a02bcf5a93f2b649e81afe8b940107bbda" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -13284,49 +13225,49 @@ dependencies = [ "sc-executor-polkavm", "sc-executor-wasmtime", "schnellru", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-io 33.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", + "sp-externalities 0.28.0", + "sp-io 34.0.0", "sp-panic-handler", - "sp-runtime-interface 26.0.0", - "sp-trie 32.0.0", - "sp-version 32.0.0", - "sp-wasm-interface", + "sp-runtime-interface 27.0.0", + "sp-trie 33.0.0", + "sp-version 33.0.0", + "sp-wasm-interface 21.0.0", "tracing", ] [[package]] name = "sc-executor-common" -version = "0.32.0" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00308c10173ec6446ccc2b96cd3a3037e64c94a424f94daa8c96f288794f4d34" +checksum = "88c61ef111d7ccc7697ee4788654f4f998662db057c27ca2de4b94f20e3e6ed1" dependencies = [ "polkavm", "sc-allocator", "sp-maybe-compressed-blob", - "sp-wasm-interface", + "sp-wasm-interface 21.0.0", "thiserror", "wasm-instrument", ] [[package]] name = "sc-executor-polkavm" -version = "0.29.0" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63b9c814d3a94df7a323d728a6961a3b9ec8c5c5979eb858ec098ddf2838cfc0" +checksum = "6fb96b22b779ba14f449d114b63efd162f95f1cdf773cdac29f75fe6a250de24" dependencies = [ "log", "polkavm", "sc-executor-common", - "sp-wasm-interface", + "sp-wasm-interface 21.0.0", ] [[package]] name = "sc-executor-wasmtime" -version = "0.32.0" +version = "0.33.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa37286464bd16146c612e3193a56df728815d23f9bf0faac7df898c0944c87f" +checksum = "1f45912e90278c06bacf2c37a11937ed6878ee0cd056ae2be2d0b45ec7ac34d1" dependencies = [ "anyhow", "cfg-if", @@ -13336,16 +13277,16 @@ dependencies = [ "rustix 0.36.17", "sc-allocator", "sc-executor-common", - "sp-runtime-interface 26.0.0", - "sp-wasm-interface", + "sp-runtime-interface 27.0.0", + "sp-wasm-interface 21.0.0", "wasmtime", ] [[package]] name = "sc-informant" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e9005c37100c6ea2b06668f72ba5bc927b5a2445ed26b008ddf1875998dea41" +checksum = "061006dce0dcae3ece90d5d9f656ade507dd922931911d59deea823f28be54dd" dependencies = [ "ansi_term", "futures", @@ -13356,29 +13297,29 @@ dependencies = [ "sc-network-common", "sc-network-sync", "sp-blockchain", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", ] [[package]] name = "sc-keystore" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ef7283da5d643ef89ed094e1b23451ec70386a9474d337cdaa0ef81870bb2d4" +checksum = "6477f27aa17ada189355325c16992d3e612d2fe276ecef9da1b36b6b297b3ac4" dependencies = [ "array-bytes 6.2.2", "parking_lot 0.12.1", "serde_json", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", + "sp-application-crypto 34.0.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", "thiserror", ] [[package]] name = "sc-mixnet" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "248d9be75de68e34f6490065c398b8177ff967902d93e6b88527a0e8c00903ad" +checksum = "c8e04fecf6e55e4597e473c87e8f3cea5a9963835af30a971203290d62bb2d03" dependencies = [ "array-bytes 4.2.0", "arrayvec 0.7.4", @@ -13395,20 +13336,20 @@ dependencies = [ "sc-client-api", "sc-network", "sc-transaction-pool-api", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-consensus", - "sp-core 31.0.0", - "sp-keystore 0.37.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", "sp-mixnet", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "thiserror", ] [[package]] name = "sc-network" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4067423488686ff78561ed0d32ac7e2617edd31219088b1322e85e945e62de29" +checksum = "39e68214c9245ee374a6c51fca3c00feddbe20a86451d92c76585a9cc9553425" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -13435,10 +13376,10 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-arithmetic 25.0.0", + "sp-arithmetic 26.0.0", "sp-blockchain", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -13450,9 +13391,9 @@ dependencies = [ [[package]] name = "sc-network-bitswap" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8dacf210f4e36e53dc3d3ff1cfd72e4378eb973568c261e7c62bc8daaec9f945" +checksum = "cf7cf01e661f39303737596859139fcdd31bd106a979fae0828f3e5b0decce89" dependencies = [ "async-channel 1.9.0", "cid", @@ -13464,16 +13405,16 @@ dependencies = [ "sc-client-api", "sc-network", "sp-blockchain", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "thiserror", "unsigned-varint", ] [[package]] name = "sc-network-common" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "551dba7ce65d136788c3154044fb425e2cb6e883d20c3cd25c0720a5b5251ed4" +checksum = "98b1732616f6fd5bcdabd44eac79b466c2075f3f47ebf0cf2f6d52d790890736" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -13483,15 +13424,15 @@ dependencies = [ "prost-build", "sc-consensus", "sp-consensus", - "sp-consensus-grandpa 16.0.0", - "sp-runtime 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-runtime 35.0.0", ] [[package]] name = "sc-network-gossip" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06e36f8665cba733bd0690e864ef59cb87627120e57607b768e6e7cf30cecd20" +checksum = "ebb8b10666371dc53bd9e11dbb99e0763307203ecc70f4d9bb20169cf7ad69db" dependencies = [ "ahash 0.8.11", "futures", @@ -13502,16 +13443,16 @@ dependencies = [ "sc-network-common", "sc-network-sync", "schnellru", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "sc-network-light" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4c4a77832e7d86e2b8f579339a47ebc16eec560bb4d62c42f0daad10700a512" +checksum = "7be9c7b3d18d5ef3ed493be173e9cb00537585cd9b21bb4ebe24b9b555cf4fa4" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -13524,16 +13465,16 @@ dependencies = [ "sc-client-api", "sc-network", "sp-blockchain", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "thiserror", ] [[package]] name = "sc-network-sync" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7dfdaf49edeaa23ae0da1a9bf6ea3e308c11822cb3a853996f1203b06249411" +checksum = "1df8a240043ecd1c5ca54d1dfdc654878aed6b96fe7292c11dc9e8bc7c4884fb" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -13554,12 +13495,12 @@ dependencies = [ "sc-utils", "schnellru", "smallvec", - "sp-arithmetic 25.0.0", + "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -13568,9 +13509,9 @@ dependencies = [ [[package]] name = "sc-network-transactions" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b3824e7a1aa29ed3d2294810c8e018a6df3798eec236f3043a62945daf7d9b1" +checksum = "a1514ca1cc195842970b3a35b80cc14ed002296f3565c19d4659be44ca9255b8" dependencies = [ "array-bytes 6.2.2", "futures", @@ -13582,15 +13523,15 @@ dependencies = [ "sc-network-sync", "sc-utils", "sp-consensus", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", ] [[package]] name = "sc-offchain" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9d03fd90a535f30badaee9763a2124b9c68dae406e29497f406bfd45cbc7eac" +checksum = "91f289809d0c3fd09474637bfe2dc732f41fb211d1241885194232c5d612a641" dependencies = [ "array-bytes 6.2.2", "bytes", @@ -13611,12 +13552,12 @@ dependencies = [ "sc-network-common", "sc-transaction-pool-api", "sc-utils", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-keystore 0.37.0", - "sp-offchain 29.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", + "sp-externalities 0.28.0", + "sp-keystore 0.38.0", + "sp-offchain 30.0.0", + "sp-runtime 35.0.0", "threadpool", "tracing", ] @@ -13633,9 +13574,9 @@ dependencies = [ [[package]] name = "sc-rpc" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d796d75b22785b09c58478f1418b75c9787d598a0d2ab8edbd0072731ec4aaa" +checksum = "d3d7b43d6ce2c57d90dab64a0eab4673158a7a240119fd3ae934ce95f8ad973f" dependencies = [ "futures", "jsonrpsee", @@ -13651,24 +13592,24 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde_json", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-offchain 29.0.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", + "sp-offchain 30.0.0", "sp-rpc", - "sp-runtime 34.0.0", - "sp-session 30.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", "sp-statement-store", - "sp-version 32.0.0", + "sp-version 33.0.0", "tokio", ] [[package]] name = "sc-rpc-api" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3705feca378ef3f3f84fb337480405a611a15c8637b2449ed514ca63765e421b" +checksum = "b82060f09f886f59fd19a77cc6668c209e883fc93511e9c441ef84adfea80f36" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -13678,18 +13619,18 @@ dependencies = [ "scale-info", "serde", "serde_json", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-rpc", - "sp-runtime 34.0.0", - "sp-version 32.0.0", + "sp-runtime 35.0.0", + "sp-version 33.0.0", "thiserror", ] [[package]] name = "sc-rpc-server" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65f705946ae375fc47ee9a2e2df0b7e339a1fb8c8eb5c9eb6f206619d27946a7" +checksum = "76f6d0924de213aa5c72a47c7bd0d7668531c5845e832d1ac5c33c96d0ff7b9b" dependencies = [ "futures", "governor", @@ -13706,9 +13647,9 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66dcea3fe5f0bcbaf08d6a42e877ae8f50b9cdbc87f65f7c79fbe5003e3969dc" +checksum = "ad831d2524de44a89b1801e306fd9718dc5fadb26ea3e88f486faa29c6fdd710" dependencies = [ "array-bytes 6.2.2", "futures", @@ -13725,12 +13666,12 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-rpc", - "sp-runtime 34.0.0", - "sp-version 32.0.0", + "sp-runtime 35.0.0", + "sp-version 33.0.0", "thiserror", "tokio", "tokio-stream", @@ -13738,9 +13679,9 @@ dependencies = [ [[package]] name = "sc-service" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42678fb737ea101658a8288cd3fcc0bff59ef40cd1a1c4f4d4042c3fa17bae41" +checksum = "3ff048cda961d13a0978bf6e75b1978c0fa886d2087133a4d2107a034afd27c8" dependencies = [ "async-trait", "directories", @@ -13778,20 +13719,20 @@ dependencies = [ "schnellru", "serde", "serde_json", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", "sp-consensus", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-state-machine 0.38.0", - "sp-storage", - "sp-transaction-pool 29.0.0", + "sp-core 32.0.0", + "sp-externalities 0.28.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-state-machine 0.39.0", + "sp-storage 21.0.0", + "sp-transaction-pool 30.0.0", "sp-transaction-storage-proof", - "sp-trie 32.0.0", - "sp-version 32.0.0", + "sp-trie 33.0.0", + "sp-version 33.0.0", "static_init", "substrate-prometheus-endpoint", "tempfile", @@ -13803,35 +13744,35 @@ dependencies = [ [[package]] name = "sc-state-db" -version = "0.33.0" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9863fb81595a25b908d7143c1a3e162d237e67890088363df4a121fe37c49d08" +checksum = "7259ab2e8e2fa1e7a1c38dd8a88353f80e66369ef8b48d5f7098dbc18c67887f" dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sp-core 31.0.0", + "sp-core 32.0.0", ] [[package]] name = "sc-storage-monitor" -version = "0.19.0" +version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d54aa61816b82fbe136f3c39b40ecb27bc7302c0c9039cc426b2c6f492666ac5" +checksum = "4536eb51128eed3d3780f442ca74a4464f26401065bc4cf038609c0f9efeab9c" dependencies = [ "clap", "fs4", "log", - "sp-core 31.0.0", + "sp-core 32.0.0", "thiserror", "tokio", ] [[package]] name = "sc-sync-state-rpc" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fa4c5d5add3ee03e2b0aa02c827b8e3bc307be7c403eb534f95d5c81d372f78" +checksum = "75577af6d7128f3c0cd1dfa83f9ec056dbe4cdce297f1d257f2a1253134c6e9a" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -13843,15 +13784,15 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "thiserror", ] [[package]] name = "sc-sysinfo" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f098da1a83dc5b4e69ef66f7dfc5c0a82bc63defe8dcb0aaa1819e9b2bd6d744" +checksum = "d6a838bf3ba61e83c0f3be4a41ba7ed8c71d19c2adee6396046f78317006637b" dependencies = [ "derive_more", "futures", @@ -13863,17 +13804,17 @@ dependencies = [ "sc-telemetry", "serde", "serde_json", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-io 33.0.0", + "sp-io 34.0.0", "sp-std", ] [[package]] name = "sc-telemetry" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c6807ebd9f43ab628931842d3aaa9404ddfd07013e9c7027ca603f496939577" +checksum = "72a5a306d8c75e61e8c59e18b92886f85db6b4102c4669240eca101954fec79e" dependencies = [ "chrono", "futures", @@ -13891,9 +13832,9 @@ dependencies = [ [[package]] name = "sc-tracing" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83e8f5e8eb36f887dba06e1392717e27e4edf12d23d5220dba8ee851de8b174e" +checksum = "584e4f81defe03776909ce283429c9cd3d80fea6b2f3a303dc2bdf913e11d9e8" dependencies = [ "ansi_term", "chrono", @@ -13908,12 +13849,12 @@ dependencies = [ "sc-client-api", "sc-tracing-proc-macro", "serde", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-rpc", - "sp-runtime 34.0.0", - "sp-tracing", + "sp-runtime 35.0.0", + "sp-tracing 17.0.0", "thiserror", "tracing", "tracing-log 0.1.4", @@ -13934,9 +13875,9 @@ dependencies = [ [[package]] name = "sc-transaction-pool" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d56300f466670067cca98a931b0b6cbc8b018c0d296eb915c1473bac45b7cd73" +checksum = "54754bf43dede417a8e64a0d6a46bf2bbed47ff050c1f81c8a575f9b94416886" dependencies = [ "async-trait", "futures", @@ -13949,22 +13890,22 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-runtime 34.0.0", - "sp-tracing", - "sp-transaction-pool 29.0.0", + "sp-runtime 35.0.0", + "sp-tracing 17.0.0", + "sp-transaction-pool 30.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-transaction-pool-api" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3609025d39a1b75f1ee4f490dc52e000de144948a73cacd788f5995df5ebe8bf" +checksum = "41b563c7257ab650b2639d623da13d1a50a5a6c4ec582bc92e118c73d072bcd4" dependencies = [ "async-trait", "futures", @@ -13972,16 +13913,16 @@ dependencies = [ "parity-scale-codec", "serde", "sp-blockchain", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "thiserror", ] [[package]] name = "sc-utils" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1863d482be044f4768ef5de6119dc70b5e31e6e9f71ad225c177474d6540e424" +checksum = "acf1bad736c230f16beb1cf48af9e69564df23b13aca9e5751a61266340b4bb5" dependencies = [ "async-channel 1.9.0", "futures", @@ -13990,7 +13931,7 @@ dependencies = [ "log", "parking_lot 0.12.1", "prometheus", - "sp-arithmetic 25.0.0", + "sp-arithmetic 26.0.0", ] [[package]] @@ -14409,14 +14350,14 @@ dependencies = [ [[package]] name = "slot-range-helper" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ada4c82b85daa6134837918889b341716e4918c608b3cc5345ae67ea85a187c6" +checksum = "8a0e4ae8d02b43620ca7f567ca94fff494d85aecc73ffebda6c8fa19545b1673" dependencies = [ "enumn", "parity-scale-codec", "paste", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -14736,7 +14677,7 @@ dependencies = [ "sp-api-proc-macro 15.0.1", "sp-core 29.0.0", "sp-externalities 0.26.0", - "sp-metadata-ir", + "sp-metadata-ir 0.6.0", "sp-runtime 32.0.0", "sp-state-machine 0.36.0", "sp-std", @@ -14747,24 +14688,24 @@ dependencies = [ [[package]] name = "sp-api" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb3fb2cdf7ee9b8d6ec7c2d8740b1a506e393dc18c7c2776764b47136d72dce7" +checksum = "c8abd1d0732054ad896db8f092abe822106f1acf8bbc462c70f57d0f24c0dcdf" dependencies = [ "hash-db", "log", "parity-scale-codec", "scale-info", - "sp-api-proc-macro 17.0.1", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-metadata-ir", - "sp-runtime 34.0.0", - "sp-runtime-interface 26.0.0", - "sp-state-machine 0.38.0", - "sp-std", - "sp-trie 32.0.0", - "sp-version 32.0.0", + "sp-api-proc-macro 18.0.0", + "sp-core 32.0.0", + "sp-externalities 0.28.0", + "sp-metadata-ir 0.7.0", + "sp-runtime 35.0.0", + "sp-runtime-interface 27.0.0", + "sp-state-machine 0.39.0", + "sp-std", + "sp-trie 33.0.0", + "sp-version 33.0.0", "thiserror", ] @@ -14785,9 +14726,9 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" -version = "17.0.1" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63a5680d94c55e1c7dc54e9e09b4827314fab44f9300f0be170898dc402318de" +checksum = "681e80c1b259ee71880cd3b4ad2a2d41454596252bd267c3edf4e14552ab40e1" dependencies = [ "Inflector", "blake2 0.10.6", @@ -14814,15 +14755,15 @@ dependencies = [ [[package]] name = "sp-application-crypto" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13ca6121c22c8bd3d1dce1f05c479101fd0d7b159bef2a3e8c834138d839c75c" +checksum = "1505fad69251900048ddddc6387265e1545d1a366e3b4dcd57b76a03f0a65ae7" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", "sp-std", ] @@ -14843,10 +14784,11 @@ dependencies = [ [[package]] name = "sp-arithmetic" -version = "25.0.0" +version = "26.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "910c07fa263b20bf7271fdd4adcb5d3217dfdac14270592e0780223542e7e114" +checksum = "46d0d0a4c591c421d3231ddd5e27d828618c24456d51445d21a1f79fcee97c23" dependencies = [ + "docify", "integer-sqrt", "num-traits", "parity-scale-codec", @@ -14872,16 +14814,15 @@ dependencies = [ [[package]] name = "sp-authority-discovery" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ab47c385784b3f9646a21d5dcb236399083d77420a1269e70c04772336c519f" +checksum = "4f5700c6f51afc80af2dd2b39973183d7527e8b5be390fa125d777f948db0e88" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-runtime 34.0.0", - "sp-std", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-runtime 35.0.0", ] [[package]] @@ -14898,48 +14839,47 @@ dependencies = [ [[package]] name = "sp-block-builder" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97e155e388d7e41c39a27f40f50c2517facdbf20dde4a73f40ec8f1f30ce190e" +checksum = "466eaa1fe1745e9456a5e5afc033b67a52211463a137ea3551bff36b4d72ce03" dependencies = [ - "sp-api 29.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-std", + "sp-api 30.0.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", ] [[package]] name = "sp-blockchain" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d00084ddd62a3bad1fc4c04cdb1cdbcbb55d813dbd4e42d52e42e8b6599fb210" +checksum = "eed0dc760fde2b2cd07ca9428e3d6b7ecc02bbd00a5dc32b7f829c80889b152b" dependencies = [ "futures", "log", "parity-scale-codec", "parking_lot 0.12.1", "schnellru", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-consensus", "sp-database", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "thiserror", ] [[package]] name = "sp-consensus" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed6f1ae58a74d619bd2c1d7939b4aa805f4226c7454ec3591c8a59fb0cc6477f" +checksum = "19910bc7cd10336a1b13611df1212bce5cabbcfcd92a9394e23476498aa360c7" dependencies = [ "async-trait", "futures", "log", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "thiserror", ] @@ -14963,20 +14903,19 @@ dependencies = [ [[package]] name = "sp-consensus-aura" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "334d0088b7de70a94d58e7e93acd8d5101b35fadca7e19fa26788203b22e309b" +checksum = "67647dc44d2f47f8b96a56f30a896926485e55a8209cfe916cf8d08a6d488f03" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-consensus-slots 0.35.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-timestamp 29.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-consensus-slots 0.36.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", + "sp-timestamp 30.0.0", ] [[package]] @@ -15001,22 +14940,21 @@ dependencies = [ [[package]] name = "sp-consensus-babe" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb593ec8ec674a583d6fc5386b7f8964a9db78dcaabc0595559145a4053c9f6c" +checksum = "a3500dd1ceb99ca5e6f399d37c4e42f22fcbb6505e07378791ebe57eec6a1960" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-consensus-slots 0.35.0", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-timestamp 29.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-consensus-slots 0.36.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", + "sp-timestamp 30.0.0", ] [[package]] @@ -15042,24 +14980,23 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e2b03bc552702dd20fd3dad01631b13ca3e62e814ad278fe3012f5e3bb3e100" +checksum = "160ad989b247b55fdc2acd8baa7d5a0b9daca5ad0d4fac6e94ee119ed0fdf164" dependencies = [ "lazy_static", "parity-scale-codec", "scale-info", "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-io 33.0.0", - "sp-keystore 0.37.0", - "sp-mmr-primitives 29.0.0", - "sp-runtime 34.0.0", - "sp-std", - "strum 0.24.1", + "sp-io 34.0.0", + "sp-keystore 0.38.0", + "sp-mmr-primitives 30.0.0", + "sp-runtime 35.0.0", + "strum 0.26.3", ] [[package]] @@ -15083,21 +15020,20 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71df706a104a752101b52f12cca7f5b7ffe1ca6ce9b4b1eb8c5d04356f248fa5" +checksum = "0ffc3f88b33c2a8c14f4d05a3c69c5fc7b02cdd3300993a22d6d2175d35447f6" dependencies = [ "finality-grandpa", "log", "parity-scale-codec", "scale-info", "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "sp-std", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", ] [[package]] @@ -15115,15 +15051,14 @@ dependencies = [ [[package]] name = "sp-consensus-slots" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0a5c47c52ad58aa349f7c13cb356ab45c32964ee28354c27fd6e4b417cb2644" +checksum = "52dcae1dac6908d80bceaff4f311bc694c3b9c0d3ac6e74128ed4e3a29e9e31f" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-std", - "sp-timestamp 29.0.0", + "sp-timestamp 30.0.0", ] [[package]] @@ -15163,7 +15098,7 @@ dependencies = [ "sp-externalities 0.26.0", "sp-runtime-interface 25.0.0", "sp-std", - "sp-storage", + "sp-storage 20.0.0", "ss58-registry", "substrate-bip39 0.4.6", "thiserror", @@ -15174,9 +15109,9 @@ dependencies = [ [[package]] name = "sp-core" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26d7a0fd8f16dcc3761198fc83be12872f823b37b749bc72a3a6a1f702509366" +checksum = "bb2dac7e47c7ddbb61efe196d5cce99f6ea88926c961fa39909bfeae46fc5a7b" dependencies = [ "array-bytes 6.2.2", "bitflags 1.3.2", @@ -15207,12 +15142,12 @@ dependencies = [ "serde", "sp-crypto-hashing", "sp-debug-derive", - "sp-externalities 0.27.0", - "sp-runtime-interface 26.0.0", + "sp-externalities 0.28.0", + "sp-runtime-interface 27.0.0", "sp-std", - "sp-storage", + "sp-storage 21.0.0", "ss58-registry", - "substrate-bip39 0.5.0", + "substrate-bip39 0.6.0", "thiserror", "tracing", "w3f-bls", @@ -15274,19 +15209,18 @@ dependencies = [ "environmental", "parity-scale-codec", "sp-std", - "sp-storage", + "sp-storage 20.0.0", ] [[package]] name = "sp-externalities" -version = "0.27.0" +version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1d6a4572eadd4a63cff92509a210bf425501a0c5e76574b30a366ac77653787" +checksum = "33abaec4be69b1613796bbf430decbbcaaf978756379e2016e683a4d6379cd02" dependencies = [ "environmental", "parity-scale-codec", - "sp-std", - "sp-storage", + "sp-storage 21.0.0", ] [[package]] @@ -15303,14 +15237,13 @@ dependencies = [ [[package]] name = "sp-genesis-builder" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16a1192b502d38c6d17b1005a7b3e7a6ab835df996803968ae3be9e8f7399ee4" +checksum = "ee8a812b56fb4ed6a598ad7b43be127702aba1f7351ad4916f5bab995054cdc5" dependencies = [ "serde_json", - "sp-api 29.0.0", - "sp-runtime 34.0.0", - "sp-std", + "sp-api 30.0.0", + "sp-runtime 35.0.0", ] [[package]] @@ -15330,16 +15263,15 @@ dependencies = [ [[package]] name = "sp-inherents" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b5e46ccc5848542648dcf05f882e41de2e341d0eeca97ff2b7dfad0f38e8500" +checksum = "0fcba3b816fdfadf30d8c7c484e1873f1af89ed2560c77d2b2137d152cc5a585" dependencies = [ "async-trait", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", - "sp-std", + "sp-runtime 35.0.0", "thiserror", ] @@ -15363,7 +15295,7 @@ dependencies = [ "sp-runtime-interface 25.0.0", "sp-state-machine 0.36.0", "sp-std", - "sp-tracing", + "sp-tracing 16.0.0", "sp-trie 30.0.0", "tracing", "tracing-core", @@ -15371,27 +15303,27 @@ dependencies = [ [[package]] name = "sp-io" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e09bba780b55bd9e67979cd8f654a31e4a6cf45426ff371394a65953d2177f2" +checksum = "c44ed47247b6eee76ff703f9fa9f04f99c4104ac1faf629e6d1128e09066b57b" dependencies = [ "bytes", "ed25519-dalek", "libsecp256k1", "log", "parity-scale-codec", - "polkavm-derive 0.9.1", + "polkavm-derive", "rustversion", "secp256k1", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-externalities 0.27.0", - "sp-keystore 0.37.0", - "sp-runtime-interface 26.0.0", - "sp-state-machine 0.38.0", + "sp-externalities 0.28.0", + "sp-keystore 0.38.0", + "sp-runtime-interface 27.0.0", + "sp-state-machine 0.39.0", "sp-std", - "sp-tracing", - "sp-trie 32.0.0", + "sp-tracing 17.0.0", + "sp-trie 33.0.0", "tracing", "tracing-core", ] @@ -15409,13 +15341,13 @@ dependencies = [ [[package]] name = "sp-keyring" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a07a31da596d705b3a3458d784a897af7fd2f8090de436dc386a112e8ea7f34f" +checksum = "089da5d08c4a6b4a36de664de287f4a391ac338e351a923b79aedfc46162f201" dependencies = [ - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "strum 0.24.1", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "strum 0.26.3", ] [[package]] @@ -15433,14 +15365,14 @@ dependencies = [ [[package]] name = "sp-keystore" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdbab8b61bd61d5f8625a0c75753b5d5a23be55d3445419acd42caf59cf6236b" +checksum = "4e6c7a7abd860a5211a356cf9d5fcabf0eb37d997985e5d722b6b33dcc815528" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", - "sp-core 31.0.0", - "sp-externalities 0.27.0", + "sp-core 32.0.0", + "sp-externalities 0.28.0", ] [[package]] @@ -15466,16 +15398,26 @@ dependencies = [ ] [[package]] -name = "sp-mixnet" +name = "sp-metadata-ir" version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22d9da31673ad5771faf8cd0e62ab0c183ea71a630d187b926bc52af379cb1de" +checksum = "a616fa51350b35326682a472ee8e6ba742fdacb18babac38ecd46b3e05ead869" dependencies = [ + "frame-metadata", "parity-scale-codec", "scale-info", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-std", +] + +[[package]] +name = "sp-mixnet" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "01ba1e6ceede3aa5e36ee161dc02f1b294a659823887cefc4f0f2fce589e3c11" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", ] [[package]] @@ -15499,20 +15441,19 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "518fcd8710618d104e04c9e63e697d3406180afbe55cc5400168019647fc5880" +checksum = "e8abf5586785c20bb4bdbc81243877d5bb2bdf6dff6a03c101b6a3a875bc9278" dependencies = [ "ckb-merkle-mountain-range", "log", "parity-scale-codec", "scale-info", "serde", - "sp-api 29.0.0", - "sp-core 31.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", "sp-debug-derive", - "sp-runtime 34.0.0", - "sp-std", + "sp-runtime 35.0.0", "thiserror", ] @@ -15533,17 +15474,16 @@ dependencies = [ [[package]] name = "sp-npos-elections" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e03ec553bc1a0f4d3aa902d3c5b3cdbe76f8218c642cbca0305722b3f8bbc826" +checksum = "3ae4f90a3a36f052f4f9aa6f6ab1d59cf6f895f3a939f40dbe1f3e14907a2e31" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", ] [[package]] @@ -15559,13 +15499,13 @@ dependencies = [ [[package]] name = "sp-offchain" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c041d932d7debf1d2e073ecece1425aadae7482689cd4bf148d5886b28bd10d7" +checksum = "50efea44dfc8e40c59e9f9099c6a4f64dc750ad224fd8dbf9aec12fc857fa145" dependencies = [ - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", ] [[package]] @@ -15581,13 +15521,13 @@ dependencies = [ [[package]] name = "sp-rpc" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b26650747f5c204afd8c637df5e882ea912a890cf974fe67c36b430318fc451c" +checksum = "51104c3cab9d6c9e8361adbd487dd409a8343e740744fb0b3f983bc775fd1847" dependencies = [ "rustc-hash", "serde", - "sp-core 31.0.0", + "sp-core 32.0.0", ] [[package]] @@ -15617,9 +15557,9 @@ dependencies = [ [[package]] name = "sp-runtime" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec3cb126971e7db2f0fcf8053dce740684c438c7180cfca1959598230f342c58" +checksum = "42ce931b7fbfdeeca1340801dbd4a1cae54ad4c97a1e3dcfcc79709bc800dd46" dependencies = [ "docify", "either", @@ -15632,12 +15572,12 @@ dependencies = [ "scale-info", "serde", "simple-mermaid", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", + "sp-application-crypto 34.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", "sp-std", - "sp-weights 30.0.0", + "sp-weights 31.0.0", ] [[package]] @@ -15653,29 +15593,29 @@ dependencies = [ "sp-externalities 0.26.0", "sp-runtime-interface-proc-macro 17.0.0", "sp-std", - "sp-storage", - "sp-tracing", - "sp-wasm-interface", + "sp-storage 20.0.0", + "sp-tracing 16.0.0", + "sp-wasm-interface 20.0.0", "static_assertions", ] [[package]] name = "sp-runtime-interface" -version = "26.0.0" +version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e48a675ea4858333d4d755899ed5ed780174aa34fec15953428d516af5452295" +checksum = "647db5e1dc481686628b41554e832df6ab400c4b43a6a54e54d3b0a71ca404aa" dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", - "polkavm-derive 0.8.0", + "polkavm-derive", "primitive-types", - "sp-externalities 0.27.0", + "sp-externalities 0.28.0", "sp-runtime-interface-proc-macro 18.0.0", "sp-std", - "sp-storage", - "sp-tracing", - "sp-wasm-interface", + "sp-storage 21.0.0", + "sp-tracing 17.0.0", + "sp-wasm-interface 21.0.0", "static_assertions", ] @@ -15725,18 +15665,17 @@ dependencies = [ [[package]] name = "sp-session" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a61ea4ca90f644da2c25edee711b53b1c0b8d50628ceef372224ea24d252b57" +checksum = "3d66f0f2f00e4c520deae07eeab7acf04c1a41dd875c7a4689e4e4302fb89925" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", - "sp-std", + "sp-api 30.0.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", ] [[package]] @@ -15756,17 +15695,16 @@ dependencies = [ [[package]] name = "sp-staking" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4114cde17987eaa2f17b8850a8c856b90364666cdbc920d511e7a1cde0574d24" +checksum = "09a43ec7f6c9759ba3011a16bb022afe056bc26f88b3c424598737cba71d3ef0" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", + "sp-core 32.0.0", + "sp-runtime 35.0.0", ] [[package]] @@ -15793,9 +15731,9 @@ dependencies = [ [[package]] name = "sp-state-machine" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1eae0eac8034ba14437e772366336f579398a46d101de13dbb781ab1e35e67c5" +checksum = "21d9078306c3066f1824e41153e1ceec34231d39d9a7e7956b101eadf7b9fd3a" dependencies = [ "hash-db", "log", @@ -15803,11 +15741,10 @@ dependencies = [ "parking_lot 0.12.1", "rand", "smallvec", - "sp-core 31.0.0", - "sp-externalities 0.27.0", + "sp-core 32.0.0", + "sp-externalities 0.28.0", "sp-panic-handler", - "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", "thiserror", "tracing", "trie-db", @@ -15815,9 +15752,9 @@ dependencies = [ [[package]] name = "sp-statement-store" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b90e8440d72e0ae5d273374af3ebe16768d05b40dff1f487835dd2f826ee9568" +checksum = "0e22e2d355461e02aa8325a819d24403fb7232a828bf1e21ad8982fde3f0dc0e" dependencies = [ "aes-gcm", "curve25519-dalek 4.1.2", @@ -15827,14 +15764,13 @@ dependencies = [ "rand", "scale-info", "sha2 0.10.8", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-externalities 0.27.0", - "sp-runtime 34.0.0", - "sp-runtime-interface 26.0.0", - "sp-std", + "sp-externalities 0.28.0", + "sp-runtime 35.0.0", + "sp-runtime-interface 27.0.0", "thiserror", "x25519-dalek 2.0.1", ] @@ -15859,6 +15795,19 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-storage" +version = "21.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "99c82989b3a4979a7e1ad848aad9f5d0b4388f1f454cc131766526601ab9e8f8" +dependencies = [ + "impl-serde", + "parity-scale-codec", + "ref-cast", + "serde", + "sp-debug-derive", +] + [[package]] name = "sp-timestamp" version = "27.0.0" @@ -15875,15 +15824,14 @@ dependencies = [ [[package]] name = "sp-timestamp" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64d51fcd008fd5a79d61dba98c7ae89c2460a49dff07001bf1e9b12535d49536" +checksum = "d6d3965ef60cc066fcc01dbcb7837404f40de8ac58f1115e3a3a1d6550575ff6" dependencies = [ "async-trait", "parity-scale-codec", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-std", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", "thiserror", ] @@ -15900,6 +15848,18 @@ dependencies = [ "tracing-subscriber 0.2.25", ] +[[package]] +name = "sp-tracing" +version = "17.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "90b3decf116db9f1dfaf1f1597096b043d0e12c952d3bcdc018c6d6b77deec7e" +dependencies = [ + "parity-scale-codec", + "tracing", + "tracing-core", + "tracing-subscriber 0.2.25", +] + [[package]] name = "sp-transaction-pool" version = "27.0.0" @@ -15912,28 +15872,27 @@ dependencies = [ [[package]] name = "sp-transaction-pool" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0484eaf40c2abda75bda9688298cc8f6e02161176e3aab501207c8ccf4d4b3e1" +checksum = "7bddae32e6935eedda993b7371b79e69af901a277e11be2bbd6d9bc7643b49cb" dependencies = [ - "sp-api 29.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-runtime 35.0.0", ] [[package]] name = "sp-transaction-storage-proof" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba0c99e0852ddd18159c2dc6100c2b5852e49211d8afe373cbce33d1da0050dd" +checksum = "726f90279766e231ad86f884e5f07d9331852a59d739f27c5f5e28bee0fc6da5" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-trie 32.0.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", + "sp-trie 33.0.0", ] [[package]] @@ -15963,9 +15922,9 @@ dependencies = [ [[package]] name = "sp-trie" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1aa91ad26c62b93d73e65f9ce7ebd04459c4bad086599348846a81988d6faa4" +checksum = "d1f5b3620a1c87c265a83d85d7519c6b60c47acf7f77593966afe313d086f00e" dependencies = [ "ahash 0.8.11", "hash-db", @@ -15977,9 +15936,8 @@ dependencies = [ "rand", "scale-info", "schnellru", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-std", + "sp-core 32.0.0", + "sp-externalities 0.28.0", "thiserror", "tracing", "trie-db", @@ -16000,15 +15958,15 @@ dependencies = [ "sp-crypto-hashing-proc-macro", "sp-runtime 32.0.0", "sp-std", - "sp-version-proc-macro", + "sp-version-proc-macro 13.0.0", "thiserror", ] [[package]] name = "sp-version" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c0219b1aeb89e36d13bd43a718920a9087dbb66c567e672c4639cefb2fefc05" +checksum = "3ba2f18b89ac5f356fb247f70163098bc976117221c373d5590079a5797a3b43" dependencies = [ "impl-serde", "parity-scale-codec", @@ -16016,9 +15974,9 @@ dependencies = [ "scale-info", "serde", "sp-crypto-hashing-proc-macro", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-version-proc-macro", + "sp-version-proc-macro 14.0.0", "thiserror", ] @@ -16034,6 +15992,18 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "sp-version-proc-macro" +version = "14.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5aee8f6730641a65fcf0c8f9b1e448af4b3bb083d08058b47528188bccc7b7a7" +dependencies = [ + "parity-scale-codec", + "proc-macro2", + "quote", + "syn 2.0.55", +] + [[package]] name = "sp-wasm-interface" version = "20.0.0" @@ -16048,6 +16018,19 @@ dependencies = [ "wasmtime", ] +[[package]] +name = "sp-wasm-interface" +version = "21.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3b04b919e150b4736d85089d49327eab65507deb1485eec929af69daa2278eb3" +dependencies = [ + "anyhow", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "wasmtime", +] + [[package]] name = "sp-weights" version = "28.0.0" @@ -16066,18 +16049,17 @@ dependencies = [ [[package]] name = "sp-weights" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9af6c661fe3066b29f9e1d258000f402ff5cc2529a9191972d214e5871d0ba87" +checksum = "93cdaf72a1dad537bbb130ba4d47307ebe5170405280ed1aa31fa712718a400e" dependencies = [ "bounded-collections 0.2.0", "parity-scale-codec", "scale-info", "serde", "smallvec", - "sp-arithmetic 25.0.0", + "sp-arithmetic 26.0.0", "sp-debug-derive", - "sp-std", ] [[package]] @@ -16183,16 +16165,16 @@ dependencies = [ [[package]] name = "staging-parachain-info" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4df1c48ca2892cb0694c7e10fbcfc8d15fe0fd0b763d61fbc587a870fbb97147" +checksum = "1383aa763f2cea1a816761948bfc1245040740d418c6b77d36fd4f259b944d84" dependencies = [ - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "cumulus-primitives-core 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -16217,9 +16199,9 @@ dependencies = [ [[package]] name = "staging-xcm" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6ee775f7fc9dfae15d9d5a806efa7d3215f7b7b1cfd225809285a0281addeab" +checksum = "aded0292274ad473250c22ed3deaf2d9ed47d15786d700e9e83ab7c1cad2ad44" dependencies = [ "array-bytes 6.2.2", "bounded-collections 0.2.0", @@ -16230,7 +16212,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-weights 30.0.0", + "sp-weights 31.0.0", "xcm-procedural", ] @@ -16259,25 +16241,25 @@ dependencies = [ [[package]] name = "staging-xcm-builder" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41c905c7e545eb80efdbf62470575a37935260503494453ffa3c1ac6207d06c9" +checksum = "0681b0a478c2f5e1f1ae9b7e8e4970d79ec8ef94f4efebc011ea335822bc264e" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "log", - "pallet-transaction-payment 31.0.0", + "pallet-transaction-payment 32.0.0", "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", + "polkadot-parachain-primitives 10.0.0", "scale-info", - "sp-arithmetic 25.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-weights 30.0.0", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", + "sp-weights 31.0.0", + "staging-xcm 11.0.0", + "staging-xcm-executor 11.0.0", ] [[package]] @@ -16304,24 +16286,24 @@ dependencies = [ [[package]] name = "staging-xcm-executor" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e30434a78d4392b698bc7854c00f52d83c1c544da4be1912f898958c3e32f062" +checksum = "cb518e82e9982c90c32b66263642385fc186c76f329766884d3360b65e84dd46" dependencies = [ "environmental", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-weights 30.0.0", - "staging-xcm 10.0.0", + "sp-weights 31.0.0", + "staging-xcm 11.0.0", ] [[package]] @@ -16392,6 +16374,15 @@ version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" +[[package]] +name = "strum" +version = "0.26.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" +dependencies = [ + "strum_macros 0.26.4", +] + [[package]] name = "strum_macros" version = "0.24.3" @@ -16418,6 +16409,19 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "strum_macros" +version = "0.26.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" +dependencies = [ + "heck 0.5.0", + "proc-macro2", + "quote", + "rustversion", + "syn 2.0.55", +] + [[package]] name = "substrate-bip39" version = "0.4.6" @@ -16433,9 +16437,9 @@ dependencies = [ [[package]] name = "substrate-bip39" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2b564c293e6194e8b222e52436bcb99f60de72043c7f845cf6c4406db4df121" +checksum = "ca58ffd742f693dc13d69bdbb2e642ae239e0053f6aab3b104252892f856700a" dependencies = [ "hmac 0.12.1", "pbkdf2 0.12.2", @@ -16452,22 +16456,22 @@ checksum = "b285e7d183a32732fdc119f3d81b7915790191fad602b7c709ef247073c77a2e" [[package]] name = "substrate-frame-rpc-system" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c0da351445855b0d5bff2721c64508dc790d5cc0804d1d395074c8dafeb2170" +checksum = "949d14f7bb2a53b77985bd17a8eb2e9edf8d5bbf4409e9acb036fa3bf7310d8f" dependencies = [ - "frame-system-rpc-runtime-api 29.0.0", + "frame-system-rpc-runtime-api 30.0.0", "futures", "jsonrpsee", "log", "parity-scale-codec", "sc-rpc-api", "sc-transaction-pool-api", - "sp-api 29.0.0", - "sp-block-builder 29.0.0", + "sp-api 30.0.0", + "sp-block-builder 30.0.0", "sp-blockchain", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", ] [[package]] @@ -16485,33 +16489,33 @@ dependencies = [ [[package]] name = "substrate-rpc-client" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e71c3305c6159e3f4cfc158f88ceefb94dd86b2c92c6120ad51a9d9c31c0dce6" +checksum = "812076602836d6d90242c431729814c790c49685d142f47ec41f3b897a5fb6ad" dependencies = [ "async-trait", "jsonrpsee", "log", "sc-rpc-api", "serde", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", ] [[package]] name = "substrate-state-trie-migration-rpc" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff3afa7be8eca9226448012fa58eeaaab9c42be60214471d304658ac4856052b" +checksum = "0da2e823fb02fbd5c77d6949cde60ff3e320c100278818000b39e9f0a8c8c428" dependencies = [ "jsonrpsee", "parity-scale-codec", "sc-client-api", "sc-rpc-api", "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-trie 32.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", + "sp-trie 33.0.0", "trie-db", ] @@ -16536,9 +16540,9 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" -version = "20.0.0" +version = "21.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f55ed4ff2945faa132b9658cb581a3a5cf14dd90b5e217b3e16724eb202ed6c6" +checksum = "82a7c3e61041eaa76a89ded469f84d243fb34557ba4ee1e60335e65c8b5540c9" dependencies = [ "build-helper", "cargo_metadata", @@ -16547,7 +16551,7 @@ dependencies = [ "parity-wasm", "polkavm-linker", "sp-maybe-compressed-blob", - "strum 0.24.1", + "strum 0.26.3", "tempfile", "toml 0.8.12", "walkdir", @@ -17088,12 +17092,12 @@ dependencies = [ [[package]] name = "tracing-gum" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "461fe686e103f3afc4c93a56474193ffc46d4b2770f8df5d56e025e8bb54960c" +checksum = "48057e9b12f413d8d104aeb84d6efad65e8bd325acbfa91f7f97724bcf1dd2ed" dependencies = [ "coarsetime", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "tracing", "tracing-gum-proc-macro", ] @@ -17258,14 +17262,14 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "try-runtime-cli" -version = "0.41.0" +version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80765dc36d90e9f2112dccc6e5d70df50ab1239dba8e004bcc70cc77b3a9712d" +checksum = "a45904e10377e9973238ae9e52bd0fbbb0bba5d7be9198458ba9d3fe0a4173ed" dependencies = [ "async-trait", "clap", "frame-remote-externalities", - "frame-try-runtime 0.37.0", + "frame-try-runtime 0.38.0", "hex", "log", "parity-scale-codec", @@ -17273,22 +17277,22 @@ dependencies = [ "sc-executor", "serde", "serde_json", - "sp-api 29.0.0", - "sp-consensus-aura 0.35.0", - "sp-consensus-babe 0.35.0", - "sp-core 31.0.0", + "sp-api 30.0.0", + "sp-consensus-aura 0.36.0", + "sp-consensus-babe 0.36.0", + "sp-core 32.0.0", "sp-debug-derive", - "sp-externalities 0.27.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-keystore 0.37.0", + "sp-externalities 0.28.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-keystore 0.38.0", "sp-rpc", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-timestamp 29.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", + "sp-timestamp 30.0.0", "sp-transaction-storage-proof", - "sp-version 32.0.0", - "sp-weights 30.0.0", + "sp-version 33.0.0", + "sp-weights 31.0.0", "substrate-rpc-client", "zstd 0.12.4", ] @@ -17919,126 +17923,126 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ef1f629f711d7d110a1d13a12d3b4ab8fdc4ec3f97abbe9d1f0d248014a9e72" +checksum = "c6d7d64eabcbf938ac7978ebc0e3385caedacb2967ee6e2a9b9e1b69a2590498" dependencies = [ "binary-merkle-tree 15.0.0", "bitvec", - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-executive 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "frame-system-benchmarking 31.0.0", - "frame-system-rpc-runtime-api 29.0.0", - "frame-try-runtime 0.37.0", + "frame-benchmarking 32.0.0", + "frame-election-provider-support 32.0.0", + "frame-executive 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "frame-system-benchmarking 32.0.0", + "frame-system-rpc-runtime-api 30.0.0", + "frame-try-runtime 0.38.0", "hex-literal", "log", - "pallet-asset-rate 10.0.0", - "pallet-authority-discovery 31.0.1", - "pallet-authorship 31.0.0", - "pallet-babe 31.0.0", - "pallet-bags-list 30.0.0", - "pallet-balances 31.0.0", - "pallet-beefy 31.0.0", - "pallet-beefy-mmr 31.0.0", + "pallet-asset-rate 11.0.0", + "pallet-authority-discovery 32.0.0", + "pallet-authorship 32.0.0", + "pallet-babe 32.0.0", + "pallet-bags-list 31.0.0", + "pallet-balances 33.0.0", + "pallet-beefy 32.0.0", + "pallet-beefy-mmr 32.0.0", "pallet-collective", - "pallet-conviction-voting 31.0.0", + "pallet-conviction-voting 32.0.0", "pallet-democracy", - "pallet-election-provider-multi-phase 30.0.0", - "pallet-election-provider-support-benchmarking 30.0.0", + "pallet-election-provider-multi-phase 31.0.0", + "pallet-election-provider-support-benchmarking 31.0.0", "pallet-elections-phragmen", - "pallet-fast-unstake 30.0.0", - "pallet-grandpa 31.0.0", - "pallet-identity 31.0.0", - "pallet-im-online 30.0.0", - "pallet-indices 31.0.0", + "pallet-fast-unstake 31.0.0", + "pallet-grandpa 32.0.0", + "pallet-identity 32.0.0", + "pallet-indices 32.0.0", "pallet-membership", - "pallet-message-queue 34.0.0", - "pallet-mmr 30.0.0", - "pallet-multisig 31.0.0", - "pallet-nomination-pools 28.0.0", - "pallet-nomination-pools-benchmarking 29.0.0", - "pallet-nomination-pools-runtime-api 26.0.0", - "pallet-offences 30.0.0", - "pallet-offences-benchmarking 31.0.0", - "pallet-preimage 31.0.0", - "pallet-proxy 31.0.0", + "pallet-message-queue 35.0.0", + "pallet-mmr 31.0.0", + "pallet-multisig 32.0.0", + "pallet-nomination-pools 29.0.0", + "pallet-nomination-pools-benchmarking 30.0.0", + "pallet-nomination-pools-runtime-api 27.0.0", + "pallet-offences 31.0.0", + "pallet-offences-benchmarking 32.0.0", + "pallet-preimage 32.0.0", + "pallet-proxy 32.0.0", "pallet-recovery", - "pallet-referenda 31.0.0", + "pallet-referenda 32.0.0", "pallet-root-testing", - "pallet-scheduler 32.0.0", - "pallet-session 31.0.0", - "pallet-session-benchmarking 31.0.0", + "pallet-scheduler 33.0.0", + "pallet-session 32.0.0", + "pallet-session-benchmarking 32.0.0", "pallet-society", - "pallet-staking 31.0.0", + "pallet-staking 32.0.0", "pallet-staking-reward-curve", - "pallet-staking-runtime-api 17.0.0", - "pallet-state-trie-migration 32.0.0", - "pallet-sudo 31.0.0", - "pallet-timestamp 30.0.0", - "pallet-transaction-payment 31.0.0", - "pallet-transaction-payment-rpc-runtime-api 31.0.0", - "pallet-treasury 30.0.0", - "pallet-utility 31.0.0", - "pallet-vesting 31.0.0", - "pallet-whitelist 30.0.0", - "pallet-xcm 10.0.1", - "pallet-xcm-benchmarks 10.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", - "polkadot-runtime-common 10.0.0", - "polkadot-runtime-parachains 10.0.0", + "pallet-staking-runtime-api 18.0.0", + "pallet-state-trie-migration 33.0.0", + "pallet-sudo 32.0.0", + "pallet-timestamp 31.0.0", + "pallet-transaction-payment 32.0.0", + "pallet-transaction-payment-rpc-runtime-api 32.0.0", + "pallet-treasury 31.0.0", + "pallet-utility 32.0.0", + "pallet-vesting 32.0.0", + "pallet-whitelist 31.0.0", + "pallet-xcm 11.0.0", + "pallet-xcm-benchmarks 11.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-common 11.0.0", + "polkadot-runtime-parachains 11.0.0", "rustc-hex", "scale-info", "serde", "serde_derive", "smallvec", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.0", - "sp-authority-discovery 29.0.0", - "sp-block-builder 29.0.0", - "sp-consensus-babe 0.35.0", - "sp-consensus-beefy 16.0.0", - "sp-core 31.0.0", - "sp-genesis-builder 0.10.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-mmr-primitives 29.0.0", - "sp-npos-elections 29.0.0", - "sp-offchain 29.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-staking 29.0.0", - "sp-std", - "sp-storage", - "sp-transaction-pool 29.0.0", - "sp-version 32.0.0", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", - "substrate-wasm-builder 20.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-arithmetic 26.0.0", + "sp-authority-discovery 30.0.0", + "sp-block-builder 30.0.0", + "sp-consensus-babe 0.36.0", + "sp-consensus-beefy 17.0.0", + "sp-core 32.0.0", + "sp-genesis-builder 0.11.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-mmr-primitives 30.0.0", + "sp-npos-elections 30.0.0", + "sp-offchain 30.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-staking 30.0.0", + "sp-std", + "sp-storage 21.0.0", + "sp-transaction-pool 30.0.0", + "sp-version 33.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", + "staging-xcm-executor 11.0.0", + "substrate-wasm-builder 21.0.0", "westend-runtime-constants", + "xcm-fee-payment-runtime-api", ] [[package]] name = "westend-runtime-constants" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38ee9606d7d954aef2b22107e80fc128a467cd8d6f1d347f64e417f88b2833c8" +checksum = "56e49413f666c93595698e3e3283fb05d7d5e0a522ecb6d4c6220d959691d479" dependencies = [ - "frame-support 31.0.0", - "polkadot-primitives 10.0.0", - "polkadot-runtime-common 10.0.0", + "frame-support 32.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-common 11.0.0", "smallvec", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-weights 30.0.0", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-weights 31.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", ] [[package]] @@ -18397,37 +18401,53 @@ dependencies = [ [[package]] name = "xcm-emulator" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea6acd5a2d4c654cb659666c7bc3730b6b29b6caf4d98c6799911069d81b1ed2" +checksum = "37e42f8cc343d8c52d9412350da0fa8597ddd91c9b4d5664c06f63bb813c69de" dependencies = [ - "cumulus-pallet-parachain-system 0.10.0", - "cumulus-pallet-xcmp-queue 0.10.0", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-parachain-inherent 0.10.0", + "cumulus-pallet-parachain-system 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-parachain-inherent 0.11.0", "cumulus-test-relay-sproof-builder", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "lazy_static", "log", - "pallet-balances 31.0.0", - "pallet-message-queue 34.0.0", - "parachains-common 10.0.0", + "pallet-balances 33.0.0", + "pallet-message-queue 35.0.0", + "parachains-common 11.0.0", "parity-scale-codec", "paste", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-parachains 11.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-std", + "sp-tracing 17.0.0", + "staging-xcm 11.0.0", + "staging-xcm-executor 11.0.0", +] + +[[package]] +name = "xcm-fee-payment-runtime-api" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd9c9513e249ed6d355d0243748c70cb0d7ca81d0604707f334fd481d54e8264" +dependencies = [ + "frame-support 32.0.0", + "parity-scale-codec", + "scale-info", + "sp-api 30.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-tracing", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", + "sp-weights 31.0.0", + "staging-xcm 11.0.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 80723f7b..d78f96be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ subxt-signer = "0.34.0" tokio = { version = "1.36", features = ["macros", "time", "rt-multi-thread"] } # Build -substrate-wasm-builder = "20.0.0" +substrate-wasm-builder = "21.0.0" substrate-build-script-utils = "11.0.0" # Local @@ -61,112 +61,112 @@ pop-runtime-common = { path = "runtime/common", default-features = false } pop-primitives = { path = "./primitives", default-features = false } # Substrate -sc-basic-authorship = "0.37.0" -sc-chain-spec = "30.0.1" -sc-cli = "0.39.0" -sc-client-api = "31.0.0" -sc-offchain = "32.0.0" -sc-consensus = "0.36.0" -sc-executor = "0.35.0" -sc-network = "0.37.0" -sc-network-sync = "0.36.0" -sc-rpc = "32.0.0" -sc-service = "0.38.0" -sc-sysinfo = "30.0.0" -sc-telemetry = "17.0.0" -sc-tracing = "31.0.0" -sc-transaction-pool = "31.0.0" -sc-transaction-pool-api = "31.0.0" -frame-benchmarking = { version = "31.0.0", default-features = false } -frame-benchmarking-cli = "35.0.1" -frame-executive = { version = "31.0.0", default-features = false } -frame-support = { version = "31.0.0", default-features = false } -frame-system = { version = "31.0.0", default-features = false } -frame-system-benchmarking = { version = "31.0.0", default-features = false } -frame-system-rpc-runtime-api = { version = "29.0.0", default-features = false } -frame-try-runtime = { version = "0.37.0", default-features = false } -pallet-aura = { version = "30.0.0", default-features = false } -pallet-authorship = { version = "31.0.0", default-features = false } -pallet-assets = { version = "32.0.0", default-features = false } -pallet-balances = { version = "31.0.0", default-features = false } -pallet-contracts = { version = "30.0.0", default-features = false } -pallet-message-queue = { version = "34.0.0", default-features = false } -pallet-multisig = { version = "31.0.0", default-features = false } -pallet-nft-fractionalization = { version = "13.0.0", default-features = false } -pallet-nfts = { version = "25.0.0", default-features = false } -pallet-nfts-runtime-api = { version = "17.0.0", default-features = false } -pallet-preimage = { version = "31.0.0", default-features = false } -pallet-proxy = { version = "31.0.0", default-features = false } -pallet-scheduler = { version = "32.0.0", default-features = false } -pallet-session = { version = "31.0.0", default-features = false } -pallet-sudo = { version = "31.0.0", default-features = false } -pallet-timestamp = { version = "30.0.0", default-features = false } -pallet-transaction-payment = { version = "31.0.0", default-features = false } -pallet-transaction-payment-rpc = "33.0.0" -pallet-transaction-payment-rpc-runtime-api = { version = "31.0.0", default-features = false } -pallet-utility = { version = "31.0.0", default-features = false } -sp-api = { version = "29.0.0", default-features = false } -sp-authority-discovery = { version = "29.0.0", default-features = false } -sp-block-builder = { version = "29.0.0", default-features = false } -sp-blockchain = "31.0.0" -sp-consensus-aura = { version = "0.35.0", default-features = false } -sp-consensus-babe = { version = "0.35.0", default-features = false } -sp-consensus-beefy = { version = "16.0.0", default-features = false } -sp-consensus-grandpa = { version = "16.0.0", default-features = false } -sp-core = { version = "31.0.0", default-features = false } -sp-keystore = "0.37.0" -sp-io = { version = "33.0.0", default-features = false } -sp-genesis-builder = { version = "0.10.0", default-features = false } -sp-inherents = { version = "29.0.0", default-features = false } -sp-offchain = { version = "29.0.0", default-features = false } -sp-runtime = { version = "34.0.0", default-features = false } -sp-timestamp = "29.0.0" -substrate-frame-rpc-system = "31.0.0" +sc-basic-authorship = "0.38.0" +sc-chain-spec = "31.0.0" +sc-cli = "0.40.0" +sc-client-api = "32.0.0" +sc-offchain = "33.0.0" +sc-consensus = "0.37.0" +sc-executor = "0.36.0" +sc-network = "0.38.0" +sc-network-sync = "0.37.0" +sc-rpc = "33.0.0" +sc-service = "0.39.0" +sc-sysinfo = "31.0.0" +sc-telemetry = "18.0.0" +sc-tracing = "32.0.0" +sc-transaction-pool = "32.0.0" +sc-transaction-pool-api = "32.0.0" +frame-benchmarking = { version = "32.0.0", default-features = false } +frame-benchmarking-cli = "36.0.0" +frame-executive = { version = "32.0.0", default-features = false } +frame-support = { version = "32.0.0", default-features = false } +frame-system = { version = "32.0.0", default-features = false } +frame-system-benchmarking = { version = "32.0.0", default-features = false } +frame-system-rpc-runtime-api = { version = "30.0.0", default-features = false } +frame-try-runtime = { version = "0.38.0", default-features = false } +pallet-aura = { version = "31.0.0", default-features = false } +pallet-authorship = { version = "32.0.0", default-features = false } +pallet-assets = { version = "33.0.0", default-features = false } +pallet-balances = { version = "33.0.0", default-features = false } +pallet-contracts = { version = "31.0.0", default-features = false } +pallet-message-queue = { version = "35.0.0", default-features = false } +pallet-multisig = { version = "32.0.0", default-features = false } +pallet-nft-fractionalization = { version = "14.0.0", default-features = false } +pallet-nfts = { version = "26.0.0", default-features = false } +pallet-nfts-runtime-api = { version = "18.0.0", default-features = false } +pallet-preimage = { version = "32.0.0", default-features = false } +pallet-proxy = { version = "32.0.0", default-features = false } +pallet-scheduler = { version = "33.0.0", default-features = false } +pallet-session = { version = "32.0.0", default-features = false } +pallet-sudo = { version = "32.0.0", default-features = false } +pallet-timestamp = { version = "31.0.0", default-features = false } +pallet-transaction-payment = { version = "32.0.0", default-features = false } +pallet-transaction-payment-rpc = "34.0.0" +pallet-transaction-payment-rpc-runtime-api = { version = "32.0.0", default-features = false } +pallet-utility = { version = "32.0.0", default-features = false } +sp-api = { version = "30.0.0", default-features = false } +sp-authority-discovery = { version = "30.0.0", default-features = false } +sp-block-builder = { version = "30.0.0", default-features = false } +sp-blockchain = "32.0.0" +sp-consensus-aura = { version = "0.36.0", default-features = false } +sp-consensus-babe = { version = "0.36.0", default-features = false } +sp-consensus-beefy = { version = "17.0.0", default-features = false } +sp-consensus-grandpa = { version = "17.0.0", default-features = false } +sp-core = { version = "32.0.0", default-features = false } +sp-keystore = "0.38.0" +sp-io = { version = "34.0.0", default-features = false } +sp-genesis-builder = { version = "0.11.0", default-features = false } +sp-inherents = { version = "30.0.0", default-features = false } +sp-offchain = { version = "30.0.0", default-features = false } +sp-runtime = { version = "35.0.0", default-features = false } +sp-timestamp = "30.0.0" +substrate-frame-rpc-system = "32.0.0" substrate-prometheus-endpoint = "0.17.0" -sp-session = { version = "30.0.0", default-features = false } +sp-session = { version = "31.0.0", default-features = false } sp-std = { version = "14.0.0", default-features = false } -sp-transaction-pool = { version = "29.0.0", default-features = false } -sp-version = { version = "32.0.0", default-features = false } +sp-transaction-pool = { version = "30.0.0", default-features = false } +sp-version = { version = "33.0.0", default-features = false } # Polkadot -pallet-xcm = { version = "10.0.1", default-features = false } -polkadot-cli = "10.0.0" -polkadot-parachain-primitives = { version = "9.0.0", default-features = false } -polkadot-runtime-parachains = { version = "10.0.0", default-features = false } -polkadot-primitives = { version = "10.0.0", default-features = false } -polkadot-runtime-common = { version = "10.0.0", default-features = false } -rococo-runtime-constants = { version = "10.0.0", default-features = false } -rococo-runtime = { version = "10.0.0", default-features = false } -xcm = { version = "10.0.0", package = "staging-xcm", default-features = false } -xcm-builder = { version = "10.0.0", package = "staging-xcm-builder", default-features = false } -xcm-executor = { version = "10.0.0", package = "staging-xcm-executor", default-features = false } +pallet-xcm = { version = "11.0.0", default-features = false } +polkadot-cli = "11.0.0" +polkadot-parachain-primitives = { version = "10.0.0", default-features = false } +polkadot-runtime-parachains = { version = "11.0.0", default-features = false } +polkadot-primitives = { version = "11.0.0", default-features = false } +polkadot-runtime-common = { version = "11.0.0", default-features = false } +rococo-runtime-constants = { version = "11.0.0", default-features = false } +rococo-runtime = { version = "11.0.0", default-features = false } +xcm = { version = "11.0.0", package = "staging-xcm", default-features = false } +xcm-builder = { version = "11.0.0", package = "staging-xcm-builder", default-features = false } +xcm-executor = { version = "11.0.0", package = "staging-xcm-executor", default-features = false } # Cumulus -asset-hub-rococo-runtime = { version = "0.14.0", default-features = false } -asset-test-utils = { version = "10.0.0", default-features = false } -cumulus-pallet-aura-ext = { version = "0.10.0", default-features = false } -cumulus-pallet-parachain-system = { version = "0.10.0", default-features = false, features = [ +asset-hub-rococo-runtime = { version = "0.15.0", default-features = false } +asset-test-utils = { version = "11.0.0", default-features = false } +cumulus-pallet-aura-ext = { version = "0.11.0", default-features = false } +cumulus-pallet-parachain-system = { version = "0.11.0", default-features = false, features = [ "parameterized-consensus-hook", ] } -cumulus-pallet-session-benchmarking = { version = "12.0.0", default-features = false } -cumulus-pallet-xcm = { version = "0.10.0", default-features = false } -cumulus-pallet-xcmp-queue = { version = "0.10.0", default-features = false } -cumulus-primitives-aura = { version = "0.10.0", default-features = false } -cumulus-primitives-core = { version = "0.10.0", default-features = false } -cumulus-primitives-utility = { version = "0.10.0", default-features = false } -emulated-integration-tests-common = { version = "6.0.0", default-features = false } -pallet-collator-selection = { version = "12.0.1", default-features = false } -parachains-common = { version = "10.0.0", default-features = false } -parachain-info = { version = "0.10.0", package = "staging-parachain-info", default-features = false } -cumulus-primitives-parachain-inherent = "0.10.0" -cumulus-relay-chain-interface = "0.10.0" +cumulus-pallet-session-benchmarking = { version = "13.0.0", default-features = false } +cumulus-pallet-xcm = { version = "0.11.0", default-features = false } +cumulus-pallet-xcmp-queue = { version = "0.11.0", default-features = false } +cumulus-primitives-aura = { version = "0.11.0", default-features = false } +cumulus-primitives-core = { version = "0.11.0", default-features = false } +cumulus-primitives-utility = { version = "0.11.0", default-features = false } +emulated-integration-tests-common = { version = "7.0.0", default-features = false } +pallet-collator-selection = { version = "13.0.1", default-features = false } +parachains-common = { version = "11.0.0", default-features = false } +parachain-info = { version = "0.11.0", package = "staging-parachain-info", default-features = false } +cumulus-primitives-parachain-inherent = "0.11.0" +cumulus-relay-chain-interface = "0.11.0" color-print = "0.3.4" -cumulus-client-cli = "0.10.0" -cumulus-client-collator = "0.10.0" -cumulus-client-consensus-aura = "0.10.0" -cumulus-client-consensus-common = "0.10.0" -cumulus-client-consensus-proposer = "0.10.0" -cumulus-client-service = "0.10.0" +cumulus-client-cli = "0.11.0" +cumulus-client-collator = "0.11.0" +cumulus-client-consensus-aura = "0.11.0" +cumulus-client-consensus-common = "0.11.0" +cumulus-client-consensus-proposer = "0.11.0" +cumulus-client-service = "0.11.0" # Paseo asset-hub-paseo-runtime = { git = "https://github.com/paseo-network/runtimes/", tag = "v1.2.5-system-chains", default-features = false } diff --git a/runtime/devnet/Cargo.toml b/runtime/devnet/Cargo.toml index a6824acb..ab420cd5 100644 --- a/runtime/devnet/Cargo.toml +++ b/runtime/devnet/Cargo.toml @@ -223,4 +223,4 @@ try-runtime = [ "sp-runtime/try-runtime", ] -experimental = ["pallet-aura/experimental"] +experimental = [] diff --git a/runtime/devnet/src/config/xcm.rs b/runtime/devnet/src/config/xcm.rs index b58baf2f..55ab07bd 100644 --- a/runtime/devnet/src/config/xcm.rs +++ b/runtime/devnet/src/config/xcm.rs @@ -152,6 +152,9 @@ impl xcm_executor::Config for XcmConfig { type SafeCallFilter = Everything; type Aliasers = Nothing; type TransactionalProcessor = FrameTransactionalProcessor; + type HrmpNewChannelOpenRequestHandler = (); + type HrmpChannelAcceptedHandler = (); + type HrmpChannelClosingHandler = (); } /// No local origins on this chain are allowed to dispatch XCM sends/executions. diff --git a/runtime/devnet/src/lib.rs b/runtime/devnet/src/lib.rs index 913c38d1..908ad0f3 100644 --- a/runtime/devnet/src/lib.rs +++ b/runtime/devnet/src/lib.rs @@ -414,6 +414,7 @@ impl pallet_message_queue::Config for Runtime { type HeapSize = sp_core::ConstU32<{ 64 * 1024 }>; type MaxStale = sp_core::ConstU32<8>; type ServiceWeight = MessageQueueServiceWeight; + type IdleMaxServiceWeight = (); } impl cumulus_pallet_aura_ext::Config for Runtime {} @@ -455,7 +456,6 @@ impl pallet_aura::Config for Runtime { type DisabledValidators = (); type MaxAuthorities = ConstU32<100_000>; type AllowMultipleBlocksPerSlot = ConstBool; - #[cfg(feature = "experimental")] type SlotDuration = ConstU64; } @@ -628,7 +628,7 @@ impl_runtime_apis! { } fn authorities() -> Vec { - Aura::authorities().into_inner() + pallet_aura::Authorities::::get().into_inner() } } diff --git a/runtime/testnet/Cargo.toml b/runtime/testnet/Cargo.toml index d77274ec..1cd8982e 100644 --- a/runtime/testnet/Cargo.toml +++ b/runtime/testnet/Cargo.toml @@ -223,4 +223,4 @@ try-runtime = [ "sp-runtime/try-runtime", ] -experimental = ["pallet-aura/experimental"] +experimental = [] diff --git a/runtime/testnet/src/config/xcm.rs b/runtime/testnet/src/config/xcm.rs index b58baf2f..55ab07bd 100644 --- a/runtime/testnet/src/config/xcm.rs +++ b/runtime/testnet/src/config/xcm.rs @@ -152,6 +152,9 @@ impl xcm_executor::Config for XcmConfig { type SafeCallFilter = Everything; type Aliasers = Nothing; type TransactionalProcessor = FrameTransactionalProcessor; + type HrmpNewChannelOpenRequestHandler = (); + type HrmpChannelAcceptedHandler = (); + type HrmpChannelClosingHandler = (); } /// No local origins on this chain are allowed to dispatch XCM sends/executions. diff --git a/runtime/testnet/src/lib.rs b/runtime/testnet/src/lib.rs index 36e5f710..d566bb5f 100644 --- a/runtime/testnet/src/lib.rs +++ b/runtime/testnet/src/lib.rs @@ -403,6 +403,7 @@ impl pallet_message_queue::Config for Runtime { type HeapSize = sp_core::ConstU32<{ 64 * 1024 }>; type MaxStale = sp_core::ConstU32<8>; type ServiceWeight = MessageQueueServiceWeight; + type IdleMaxServiceWeight = (); } impl cumulus_pallet_aura_ext::Config for Runtime {} @@ -447,7 +448,6 @@ impl pallet_aura::Config for Runtime { // Note: SlotDuration potentially enabled here due to devnet runtime and Rust's feature // unification, requiring the setting of a backwards compatible value. // See https://github.com/paritytech/polkadot-sdk/blob/09df373db9cd5dfed82c5cdb0736d417d54249e6/substrate/frame/aura/src/lib.rs#L262 - #[cfg(feature = "experimental")] type SlotDuration = pallet_aura::MinimumPeriodTimesTwo; } @@ -620,7 +620,7 @@ impl_runtime_apis! { } fn authorities() -> Vec { - Aura::authorities().into_inner() + pallet_aura::Authorities::::get().into_inner() } } From 52ed359d9f27fc9ea584240c644e0a9c51228794 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Tue, 13 Aug 2024 15:32:20 +0700 Subject: [PATCH 03/95] refactor: remove native executor, add unified host functions --- node/src/command.rs | 16 ++---- node/src/service.rs | 136 ++++++++++++++------------------------------ 2 files changed, 49 insertions(+), 103 deletions(-) diff --git a/node/src/command.rs b/node/src/command.rs index dcda471f..5a932308 100644 --- a/node/src/command.rs +++ b/node/src/command.rs @@ -15,7 +15,7 @@ use crate::{ chain_spec, chain_spec::Relay, cli::{Cli, RelayChainCli, Subcommand}, - service::{new_partial, DevnetRuntimeExecutor, TestnetRuntimeExecutor}, + service::new_partial, }; #[derive(Debug, PartialEq)] @@ -157,7 +157,7 @@ macro_rules! construct_async_run { match runner.config().chain_spec.runtime() { Runtime::Devnet => { runner.async_run(|$config| { - let $components = new_partial::( + let $components = new_partial::( &$config )?; let task_manager = $components.task_manager; @@ -166,7 +166,7 @@ macro_rules! construct_async_run { } Runtime::Testnet => { runner.async_run(|$config| { - let $components = new_partial::( + let $components = new_partial::( &$config )?; let task_manager = $components.task_manager; @@ -181,15 +181,11 @@ macro_rules! construct_benchmark_partials { ($config:expr, |$partials:ident| $code:expr) => { match $config.chain_spec.runtime() { Runtime::Devnet => { - let $partials = - new_partial::(&$config)?; + let $partials = new_partial::(&$config)?; $code }, Runtime::Testnet => { - let $partials = new_partial::< - pop_runtime_testnet::RuntimeApi, - TestnetRuntimeExecutor, - >(&$config)?; + let $partials = new_partial::(&$config)?; $code }, } @@ -348,7 +344,6 @@ pub fn run() -> Result<()> { ); crate::service::start_parachain_node::< pop_runtime_devnet::RuntimeApi, - DevnetRuntimeExecutor, >( config, polkadot_config, @@ -366,7 +361,6 @@ pub fn run() -> Result<()> { ); crate::service::start_parachain_node::< pop_runtime_testnet::RuntimeApi, - TestnetRuntimeExecutor, >( config, polkadot_config, diff --git a/node/src/service.rs b/node/src/service.rs index e79877a8..c020b0fb 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -13,7 +13,8 @@ use cumulus_client_consensus_common::ParachainBlockImport as TParachainBlockImpo use cumulus_client_consensus_proposer::Proposer; use cumulus_client_service::{ build_network, build_relay_chain_interface, prepare_node_config, start_relay_chain_tasks, - BuildNetworkParams, CollatorSybilResistance, DARecoveryProfile, StartRelayChainTasksParams, + BuildNetworkParams, CollatorSybilResistance, DARecoveryProfile, ParachainHostFunctions, + StartRelayChainTasksParams, }; use cumulus_primitives_core::{ relay_chain::{CollatorPair, ValidationCode}, @@ -25,10 +26,7 @@ use cumulus_relay_chain_interface::{OverseerHandle, RelayChainInterface}; use frame_benchmarking_cli::SUBSTRATE_REFERENCE_HARDWARE; use sc_client_api::Backend; use sc_consensus::ImportQueue; -use sc_executor::{ - HeapAllocStrategy, NativeElseWasmExecutor, NativeExecutionDispatch, WasmExecutor, - DEFAULT_HEAP_ALLOC_STRATEGY, -}; +use sc_executor::{HeapAllocStrategy, WasmExecutor, DEFAULT_HEAP_ALLOC_STRATEGY}; use sc_network::NetworkBlock; use sc_network_sync::SyncingService; use sc_service::{Configuration, PartialComponents, TFullBackend, TFullClient, TaskManager}; @@ -40,70 +38,37 @@ use sp_keystore::KeystorePtr; use sp_runtime::{app_crypto::AppCrypto, traits::BlakeTwo256}; use substrate_prometheus_endpoint::Registry; -/// Devnet Native executor type. -pub struct DevnetRuntimeExecutor; - -impl NativeExecutionDispatch for DevnetRuntimeExecutor { - type ExtendHostFunctions = frame_benchmarking::benchmarking::HostFunctions; - - fn dispatch(method: &str, data: &[u8]) -> Option> { - pop_runtime_devnet::api::dispatch(method, data) - } - - fn native_version() -> sc_executor::NativeVersion { - pop_runtime_devnet::native_version() - } -} - -/// Testnet Native executor type. -pub struct TestnetRuntimeExecutor; +type ParachainExecutor = WasmExecutor; -impl NativeExecutionDispatch for TestnetRuntimeExecutor { - type ExtendHostFunctions = frame_benchmarking::benchmarking::HostFunctions; - - fn dispatch(method: &str, data: &[u8]) -> Option> { - pop_runtime_testnet::api::dispatch(method, data) - } - - fn native_version() -> sc_executor::NativeVersion { - pop_runtime_testnet::native_version() - } -} - -type ParachainExecutor = NativeElseWasmExecutor; - -type ParachainClient = - TFullClient>; +type ParachainClient = TFullClient; type ParachainBackend = TFullBackend; -type ParachainBlockImport = - TParachainBlockImport>, ParachainBackend>; +type ParachainBlockImport = + TParachainBlockImport>, ParachainBackend>; /// Assembly of PartialComponents (enough to run chain ops subcommands) -type Service = PartialComponents< - ParachainClient, +type Service = PartialComponents< + ParachainClient, ParachainBackend, (), sc_consensus::DefaultImportQueue, - sc_transaction_pool::FullPool>, - (ParachainBlockImport, Option, Option), + sc_transaction_pool::FullPool>, + (ParachainBlockImport, Option, Option), >; /// Starts a `ServiceBuilder` for a full service. /// /// Use this macro if you don't actually need the full service, but just the builder in order to /// be able to perform chain operations. -pub fn new_partial( +pub fn new_partial( config: &Configuration, -) -> Result, sc_service::Error> +) -> Result, sc_service::Error> where - RuntimeApi: - ConstructRuntimeApi> + Send + Sync + 'static, - RuntimeApi::RuntimeApi: RuntimeApiExt, + RuntimeApi: ConstructRuntimeApi> + Send + Sync + 'static, + RuntimeApi::RuntimeApi: RuntimeApiExt, sc_client_api::StateBackendFor, Block>: sc_client_api::StateBackend, - Executor: NativeExecutionDispatch + 'static, { let telemetry = config .telemetry_endpoints @@ -120,7 +85,7 @@ where .default_heap_pages .map_or(DEFAULT_HEAP_ALLOC_STRATEGY, |h| HeapAllocStrategy::Static { extra_pages: h as _ }); - let wasm = WasmExecutor::builder() + let executor = ParachainExecutor::builder() .with_execution_method(config.wasm_method) .with_onchain_heap_alloc_strategy(heap_pages) .with_offchain_heap_alloc_strategy(heap_pages) @@ -128,8 +93,6 @@ where .with_runtime_cache_size(config.runtime_cache_size) .build(); - let executor = NativeElseWasmExecutor::::new_with_wasm_executor(wasm); - let (client, backend, keystore_container, task_manager) = sc_service::new_full_parts::( config, @@ -153,8 +116,7 @@ where client.clone(), ); - let block_import = - ParachainBlockImport::::new(client.clone(), backend.clone()); + let block_import = ParachainBlockImport::::new(client.clone(), backend.clone()); let import_queue = build_import_queue( client.clone(), @@ -180,28 +142,26 @@ where /// /// This is the actual implementation that is abstract over the executor and the runtime api. #[sc_tracing::logging::prefix_logs_with("Parachain")] -async fn start_node_impl( +async fn start_node_impl( parachain_config: Configuration, polkadot_config: Configuration, collator_options: CollatorOptions, para_id: ParaId, start_consensus: SC, hwbench: Option, -) -> sc_service::error::Result<(TaskManager, Arc>)> +) -> sc_service::error::Result<(TaskManager, Arc>)> where - RuntimeApi: - ConstructRuntimeApi> + Send + Sync + 'static, - RuntimeApi::RuntimeApi: RuntimeApiExt, - Executor: NativeExecutionDispatch + 'static, + RuntimeApi: ConstructRuntimeApi> + Send + Sync + 'static, + RuntimeApi::RuntimeApi: RuntimeApiExt, SC: FnOnce( - Arc>, + Arc>, Arc, - ParachainBlockImport, + ParachainBlockImport, Option<&Registry>, Option, &TaskManager, Arc, - Arc>>, + Arc>>, Arc>, KeystorePtr, Duration, @@ -213,7 +173,7 @@ where { let parachain_config = prepare_node_config(parachain_config); - let params = new_partial::(¶chain_config)?; + let params = new_partial::(¶chain_config)?; let (block_import, mut telemetry, telemetry_worker_handle) = params.other; let net_config = sc_network::config::FullNetworkConfiguration::new(¶chain_config.network); @@ -380,17 +340,16 @@ where /// Build the import queue for the parachain runtime. #[allow(clippy::type_complexity)] -pub(crate) fn build_import_queue( - client: Arc>, - block_import: ParachainBlockImport, +pub(crate) fn build_import_queue( + client: Arc>, + block_import: ParachainBlockImport, config: &Configuration, telemetry: Option, task_manager: &TaskManager, ) -> Result, sc_service::Error> where - RuntimeApi: - ConstructRuntimeApi> + Send + Sync + 'static, - RuntimeApi::RuntimeApi: RuntimeApiExt, + RuntimeApi: ConstructRuntimeApi> + Send + Sync + 'static, + RuntimeApi::RuntimeApi: RuntimeApiExt, { let slot_duration = cumulus_client_consensus_aura::slot_duration(&*client)?; @@ -415,17 +374,15 @@ where } #[allow(clippy::too_many_arguments)] -fn start_consensus( - client: Arc>, +fn start_consensus( + client: Arc>, backend: Arc, - block_import: ParachainBlockImport, + block_import: ParachainBlockImport, prometheus_registry: Option<&Registry>, telemetry: Option, task_manager: &TaskManager, relay_chain_interface: Arc, - transaction_pool: Arc< - sc_transaction_pool::FullPool>, - >, + transaction_pool: Arc>>, sync_oracle: Arc>, keystore: KeystorePtr, relay_chain_slot_duration: Duration, @@ -435,10 +392,8 @@ fn start_consensus( announce_block: Arc>) + Send + Sync>, ) -> Result<(), sc_service::Error> where - RuntimeApi: - ConstructRuntimeApi> + Send + Sync + 'static, - RuntimeApi::RuntimeApi: RuntimeApiExt, - Executor: NativeExecutionDispatch + 'static, + RuntimeApi: ConstructRuntimeApi> + Send + Sync + 'static, + RuntimeApi::RuntimeApi: RuntimeApiExt, { use cumulus_client_consensus_aura::collators::lookahead::{self as aura, Params as AuraParams}; @@ -493,32 +448,30 @@ where } /// Start a parachain node. -pub async fn start_parachain_node( +pub async fn start_parachain_node( parachain_config: Configuration, polkadot_config: Configuration, collator_options: CollatorOptions, para_id: ParaId, hwbench: Option, -) -> sc_service::error::Result<(TaskManager, Arc>)> +) -> sc_service::error::Result<(TaskManager, Arc>)> where - Executor: NativeExecutionDispatch + 'static, - RuntimeApi: - ConstructRuntimeApi> + Send + Sync + 'static, - RuntimeApi::RuntimeApi: RuntimeApiExt, + RuntimeApi: ConstructRuntimeApi> + Send + Sync + 'static, + RuntimeApi::RuntimeApi: RuntimeApiExt, { - start_node_impl::( + start_node_impl::( parachain_config, polkadot_config, collator_options, para_id, - start_consensus::, + start_consensus::, hwbench, ) .await } // Trait alias refactored out from above to simplify repeated trait bounds -pub(crate) trait RuntimeApiExt: +pub(crate) trait RuntimeApiExt: sp_transaction_pool::runtime_api::TaggedTransactionQueue + sp_api::Metadata + sp_session::SessionKeys @@ -545,7 +498,6 @@ impl< + substrate_frame_rpc_system::AccountNonceApi + cumulus_primitives_aura::AuraUnincludedSegmentApi, RuntimeApi, - Executor, - > RuntimeApiExt for T + > RuntimeApiExt for T { } From e0ff905cf9d3a669276089ce11e895c25d45e67d Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Tue, 13 Aug 2024 23:42:59 +0700 Subject: [PATCH 04/95] feat: pov claim feature --- Cargo.lock | 19 +++++++++++++++++++ Cargo.toml | 1 + node/src/command.rs | 3 ++- node/src/service.rs | 8 ++++++-- runtime/devnet/Cargo.toml | 2 ++ 5 files changed, 30 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 29a91410..526a173f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2694,6 +2694,24 @@ dependencies = [ "sp-trie 32.0.0", ] +[[package]] +name = "cumulus-primitives-storage-weight-reclaim" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "21d52a6f23cf094b01b33330e4f8d9a4c225620646cf0ad4e21ad299dddbe193" +dependencies = [ + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-proof-size-hostfunction 0.5.0", + "docify", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "cumulus-primitives-utility" version = "0.8.1" @@ -11544,6 +11562,7 @@ dependencies = [ "cumulus-pallet-xcmp-queue 0.10.0", "cumulus-primitives-aura 0.10.0", "cumulus-primitives-core 0.10.0", + "cumulus-primitives-storage-weight-reclaim", "cumulus-primitives-utility 0.10.0", "enumflags2", "env_logger 0.11.3", diff --git a/Cargo.toml b/Cargo.toml index 80723f7b..db4a9b21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -153,6 +153,7 @@ cumulus-pallet-xcm = { version = "0.10.0", default-features = false } cumulus-pallet-xcmp-queue = { version = "0.10.0", default-features = false } cumulus-primitives-aura = { version = "0.10.0", default-features = false } cumulus-primitives-core = { version = "0.10.0", default-features = false } +cumulus-primitives-storage-weight-reclaim = { version = "1.0.0", default-features = false } cumulus-primitives-utility = { version = "0.10.0", default-features = false } emulated-integration-tests-common = { version = "6.0.0", default-features = false } pallet-collator-selection = { version = "12.0.1", default-features = false } diff --git a/node/src/command.rs b/node/src/command.rs index dcda471f..27901ef0 100644 --- a/node/src/command.rs +++ b/node/src/command.rs @@ -1,5 +1,6 @@ use std::{net::SocketAddr, path::PathBuf}; +use cumulus_client_service::storage_proof_size::HostFunctions as ReclaimHostFunctions; use cumulus_primitives_core::ParaId; use frame_benchmarking_cli::{BenchmarkCmd, SUBSTRATE_REFERENCE_HARDWARE}; use log::info; @@ -270,7 +271,7 @@ pub fn run() -> Result<()> { match cmd { BenchmarkCmd::Pallet(cmd) => if cfg!(feature = "runtime-benchmarks") { - runner.sync_run(|config| cmd.run::, ()>(config)) + runner.sync_run(|config| cmd.run::, ReclaimHostFunctions>(config)) } else { Err("Benchmarking wasn't enabled when building the node. \ You can enable it with `--features runtime-benchmarks`." diff --git a/node/src/service.rs b/node/src/service.rs index e79877a8..79ea908f 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -44,7 +44,10 @@ use substrate_prometheus_endpoint::Registry; pub struct DevnetRuntimeExecutor; impl NativeExecutionDispatch for DevnetRuntimeExecutor { - type ExtendHostFunctions = frame_benchmarking::benchmarking::HostFunctions; + type ExtendHostFunctions = ( + cumulus_client_service::storage_proof_size::HostFunctions, + frame_benchmarking::benchmarking::HostFunctions, + ); fn dispatch(method: &str, data: &[u8]) -> Option> { pop_runtime_devnet::api::dispatch(method, data) @@ -131,10 +134,11 @@ where let executor = NativeElseWasmExecutor::::new_with_wasm_executor(wasm); let (client, backend, keystore_container, task_manager) = - sc_service::new_full_parts::( + sc_service::new_full_parts_record_import::( config, telemetry.as_ref().map(|(_, telemetry)| telemetry.handle()), executor, + true, )?; let client = Arc::new(client); diff --git a/runtime/devnet/Cargo.toml b/runtime/devnet/Cargo.toml index a6824acb..35183429 100644 --- a/runtime/devnet/Cargo.toml +++ b/runtime/devnet/Cargo.toml @@ -83,6 +83,7 @@ cumulus-pallet-xcmp-queue.workspace = true cumulus-primitives-aura.workspace = true cumulus-primitives-core.workspace = true cumulus-primitives-utility.workspace = true +cumulus-primitives-storage-weight-reclaim.workspace = true pallet-collator-selection.workspace = true parachains-common.workspace = true parachain-info.workspace = true @@ -103,6 +104,7 @@ std = [ "cumulus-pallet-xcmp-queue/std", "cumulus-primitives-aura/std", "cumulus-primitives-core/std", + "cumulus-primitives-storage-weight-reclaim/std", "cumulus-primitives-utility/std", "frame-benchmarking/std", "frame-executive/std", From 79981788227e135345e82fae710ebdbced7a94fa Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Tue, 13 Aug 2024 23:42:59 +0700 Subject: [PATCH 05/95] feat: pov claim feature --- Cargo.lock | 19 +++++++++++++++++++ Cargo.toml | 25 +++++++++++++------------ node/src/command.rs | 3 ++- node/src/service.rs | 3 ++- runtime/devnet/Cargo.toml | 2 ++ 5 files changed, 38 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c4ddaf19..49989667 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2695,6 +2695,24 @@ dependencies = [ "sp-trie 33.0.0", ] +[[package]] +name = "cumulus-primitives-storage-weight-reclaim" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "21d52a6f23cf094b01b33330e4f8d9a4c225620646cf0ad4e21ad299dddbe193" +dependencies = [ + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-proof-size-hostfunction 0.5.0", + "docify", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "cumulus-primitives-utility" version = "0.8.1" @@ -11484,6 +11502,7 @@ dependencies = [ "cumulus-pallet-xcmp-queue 0.11.0", "cumulus-primitives-aura 0.11.0", "cumulus-primitives-core 0.11.0", + "cumulus-primitives-storage-weight-reclaim", "cumulus-primitives-utility 0.11.0", "enumflags2", "env_logger 0.11.3", diff --git a/Cargo.toml b/Cargo.toml index d78f96be..bf71f28e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -148,18 +148,19 @@ cumulus-pallet-aura-ext = { version = "0.11.0", default-features = false } cumulus-pallet-parachain-system = { version = "0.11.0", default-features = false, features = [ "parameterized-consensus-hook", ] } -cumulus-pallet-session-benchmarking = { version = "13.0.0", default-features = false } -cumulus-pallet-xcm = { version = "0.11.0", default-features = false } -cumulus-pallet-xcmp-queue = { version = "0.11.0", default-features = false } -cumulus-primitives-aura = { version = "0.11.0", default-features = false } -cumulus-primitives-core = { version = "0.11.0", default-features = false } -cumulus-primitives-utility = { version = "0.11.0", default-features = false } -emulated-integration-tests-common = { version = "7.0.0", default-features = false } -pallet-collator-selection = { version = "13.0.1", default-features = false } -parachains-common = { version = "11.0.0", default-features = false } -parachain-info = { version = "0.11.0", package = "staging-parachain-info", default-features = false } -cumulus-primitives-parachain-inherent = "0.11.0" -cumulus-relay-chain-interface = "0.11.0" +cumulus-pallet-session-benchmarking = { version = "12.0.0", default-features = false } +cumulus-pallet-xcm = { version = "0.10.0", default-features = false } +cumulus-pallet-xcmp-queue = { version = "0.10.0", default-features = false } +cumulus-primitives-aura = { version = "0.10.0", default-features = false } +cumulus-primitives-core = { version = "0.10.0", default-features = false } +cumulus-primitives-storage-weight-reclaim = { version = "1.0.0", default-features = false } +cumulus-primitives-utility = { version = "0.10.0", default-features = false } +emulated-integration-tests-common = { version = "6.0.0", default-features = false } +pallet-collator-selection = { version = "12.0.1", default-features = false } +parachains-common = { version = "10.0.0", default-features = false } +parachain-info = { version = "0.10.0", package = "staging-parachain-info", default-features = false } +cumulus-primitives-parachain-inherent = "0.10.0" +cumulus-relay-chain-interface = "0.10.0" color-print = "0.3.4" cumulus-client-cli = "0.11.0" cumulus-client-collator = "0.11.0" diff --git a/node/src/command.rs b/node/src/command.rs index 5a932308..f0f1ad25 100644 --- a/node/src/command.rs +++ b/node/src/command.rs @@ -1,5 +1,6 @@ use std::{net::SocketAddr, path::PathBuf}; +use cumulus_client_service::storage_proof_size::HostFunctions as ReclaimHostFunctions; use cumulus_primitives_core::ParaId; use frame_benchmarking_cli::{BenchmarkCmd, SUBSTRATE_REFERENCE_HARDWARE}; use log::info; @@ -266,7 +267,7 @@ pub fn run() -> Result<()> { match cmd { BenchmarkCmd::Pallet(cmd) => if cfg!(feature = "runtime-benchmarks") { - runner.sync_run(|config| cmd.run::, ()>(config)) + runner.sync_run(|config| cmd.run::, ReclaimHostFunctions>(config)) } else { Err("Benchmarking wasn't enabled when building the node. \ You can enable it with `--features runtime-benchmarks`." diff --git a/node/src/service.rs b/node/src/service.rs index c020b0fb..b2d39caf 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -94,10 +94,11 @@ where .build(); let (client, backend, keystore_container, task_manager) = - sc_service::new_full_parts::( + sc_service::new_full_parts_record_import::( config, telemetry.as_ref().map(|(_, telemetry)| telemetry.handle()), executor, + true, )?; let client = Arc::new(client); diff --git a/runtime/devnet/Cargo.toml b/runtime/devnet/Cargo.toml index ab420cd5..13d4fe77 100644 --- a/runtime/devnet/Cargo.toml +++ b/runtime/devnet/Cargo.toml @@ -83,6 +83,7 @@ cumulus-pallet-xcmp-queue.workspace = true cumulus-primitives-aura.workspace = true cumulus-primitives-core.workspace = true cumulus-primitives-utility.workspace = true +cumulus-primitives-storage-weight-reclaim.workspace = true pallet-collator-selection.workspace = true parachains-common.workspace = true parachain-info.workspace = true @@ -103,6 +104,7 @@ std = [ "cumulus-pallet-xcmp-queue/std", "cumulus-primitives-aura/std", "cumulus-primitives-core/std", + "cumulus-primitives-storage-weight-reclaim/std", "cumulus-primitives-utility/std", "frame-benchmarking/std", "frame-executive/std", From 551218bb9953e9af11840f5ddfcefd2e776b8c89 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Tue, 13 Aug 2024 14:31:59 +0700 Subject: [PATCH 06/95] chore: upgrade to 1.10.0 --- Cargo.lock | 4341 +++++++++++++++++++++++++++++++++++++++++++--------- Cargo.toml | 25 +- 2 files changed, 3641 insertions(+), 725 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 49989667..ae6a8e30 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -517,6 +517,37 @@ dependencies = [ "system-parachains-constants", ] +[[package]] +name = "asset-test-utils" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1c81733430dbb312765566043bcb2c022dbb7492bacbe67018c630dbce753936" +dependencies = [ + "cumulus-pallet-parachain-system 0.10.0", + "cumulus-pallet-xcmp-queue 0.10.0", + "cumulus-primitives-core 0.10.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "pallet-assets 32.0.0", + "pallet-balances 31.0.0", + "pallet-collator-selection 12.0.1", + "pallet-session 31.0.0", + "pallet-timestamp 30.0.0", + "pallet-xcm 10.0.1", + "pallet-xcm-bridge-hub-router 0.8.0", + "parachains-common 10.0.0", + "parachains-runtimes-test-utils 10.0.0", + "parity-scale-codec", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "staging-parachain-info 0.10.0", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", + "staging-xcm-executor 10.0.0", + "substrate-wasm-builder 20.0.0", +] + [[package]] name = "asset-test-utils" version = "11.0.0" @@ -536,7 +567,7 @@ dependencies = [ "pallet-xcm 11.0.0", "pallet-xcm-bridge-hub-router 0.9.0", "parachains-common 11.0.0", - "parachains-runtimes-test-utils", + "parachains-runtimes-test-utils 11.0.0", "parity-scale-codec", "sp-io 34.0.0", "sp-runtime 35.0.0", @@ -1143,19 +1174,19 @@ dependencies = [ [[package]] name = "bp-header-chain" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b4a86e6438700a4217675ef3088fb08694ab69b1bdce4124099b1dcff9a6ff8" +checksum = "700fa6f4a3258a0eee471c7f70698c69d5b911d125f49f8139f0c61b7fdb6c9d" dependencies = [ - "bp-runtime 0.11.0", + "bp-runtime 0.10.0", "finality-grandpa", - "frame-support 32.0.0", + "frame-support 31.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-grandpa 17.0.0", - "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-consensus-grandpa 16.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -1177,35 +1208,35 @@ dependencies = [ [[package]] name = "bp-messages" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6a8b4356728ca03a8246104e320a2b1d7ba8c7fbd2917bf62395290f6ef2cc1" +checksum = "ebfb4d04936f86b63257d32b128b5e757de0273abf22794d3ae827323416e385" dependencies = [ - "bp-header-chain 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", + "bp-header-chain 0.10.0", + "bp-runtime 0.10.0", + "frame-support 31.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 32.0.0", + "sp-core 31.0.0", "sp-std", ] [[package]] name = "bp-parachains" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d5a4983aec89871fe61f700cd4edaaf30288e7fbd927f7e4f879951f61569d4" +checksum = "7f0c940507c4db7652a660228daefd82317bf6cd8aacff33df9e6ac9c45371c2" dependencies = [ - "bp-header-chain 0.11.0", - "bp-polkadot-core 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", + "bp-header-chain 0.10.0", + "bp-polkadot-core 0.10.0", + "bp-runtime 0.10.0", + "frame-support 31.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -1230,35 +1261,35 @@ dependencies = [ [[package]] name = "bp-polkadot-core" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54ef42ed5eb5ea249ee3f26f38ad114e379accfa1f2a8ee1ff87dc6bbc00b399" +checksum = "d14dd5cfb1176aebe8d9dc0c42273f978f63a6137ff10709caf380219847c010" dependencies = [ - "bp-messages 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-messages 0.10.0", + "bp-runtime 0.10.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "parity-util-mem", "scale-info", "serde", - "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "bp-relayers" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36f6f38407e79458fefb4c14a6f9f2cd9779b2dfeb3b11112e20902ee9dfea5f" +checksum = "41101efa1afc121ed8f4b5b93c9ee28bdab3f912237103521eea67c164c86c20" dependencies = [ - "bp-messages 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", + "bp-messages 0.10.0", + "bp-runtime 0.10.0", + "frame-support 31.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -1288,12 +1319,12 @@ dependencies = [ [[package]] name = "bp-runtime" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67f4b1696822790b449046bdb89c273852ef2201a046b64b24293871a953e5e3" +checksum = "a97193ef70796e6c3bb1e0de930d2174a07c7b8cb07f19eead5b5c3f56d6b7b9" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "hash-db", "impl-trait-for-tuples", "log", @@ -1301,41 +1332,41 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 32.0.0", "trie-db", ] [[package]] name = "bp-test-utils" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0462cedd4f4dba1dde9d296df6b0e128a61abecde6ff6efa3b122ee8ac2f811" +checksum = "2eac8331de5fc5e0012e3c5b0c245b9b6b33878edbe64cdfd133c2dce9443898" dependencies = [ - "bp-header-chain 0.11.0", + "bp-header-chain 0.10.0", "bp-parachains", - "bp-polkadot-core 0.11.0", - "bp-runtime 0.11.0", + "bp-polkadot-core 0.10.0", + "bp-runtime 0.10.0", "ed25519-dalek", "finality-grandpa", "parity-scale-codec", - "sp-application-crypto 34.0.0", - "sp-consensus-grandpa 17.0.0", - "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-application-crypto 33.0.0", + "sp-consensus-grandpa 16.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 32.0.0", ] [[package]] name = "bp-xcm-bridge-hub" -version = "0.3.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "192804908f1d3b7bfad12abce448fb3b7ec8dda765cac4a8d811fa75557e528f" +checksum = "6663e0179d475e30cfcf28cf597cdc8f4bb1c2c39a557b4cbe0057db0657fb67" dependencies = [ "sp-std", ] @@ -1352,6 +1383,18 @@ dependencies = [ "sp-runtime 32.0.0", ] +[[package]] +name = "bp-xcm-bridge-hub-router" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7366e856da4c5f49e1ef94c3ea401854fe52310696561e24b7509d2f963d7210" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-runtime 34.0.0", +] + [[package]] name = "bp-xcm-bridge-hub-router" version = "0.10.0" @@ -1366,38 +1409,38 @@ dependencies = [ [[package]] name = "bridge-runtime-common" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9dde81c8af81ee9bdf0374010288cf03ff3ccd7f57802f24889884f73d0b3bd3" +checksum = "4857eb39e46b6490b5b36e6485a1364907b767c917c8efe3c84456d6bc0a72b6" dependencies = [ - "bp-header-chain 0.11.0", - "bp-messages 0.11.0", + "bp-header-chain 0.10.0", + "bp-messages 0.10.0", "bp-parachains", - "bp-polkadot-core 0.11.0", + "bp-polkadot-core 0.10.0", "bp-relayers", - "bp-runtime 0.11.0", + "bp-runtime 0.10.0", "bp-xcm-bridge-hub", - "bp-xcm-bridge-hub-router 0.10.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-xcm-bridge-hub-router 0.9.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "hash-db", "log", "pallet-bridge-grandpa", "pallet-bridge-messages", "pallet-bridge-parachains", "pallet-bridge-relayers", - "pallet-transaction-payment 32.0.0", - "pallet-utility 32.0.0", + "pallet-transaction-payment 31.0.0", + "pallet-utility 31.0.0", "parity-scale-codec", "scale-info", - "sp-api 30.0.0", - "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-api 29.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-trie 33.0.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", + "sp-trie 32.0.0", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", ] [[package]] @@ -2102,11 +2145,11 @@ checksum = "b169c6bebaa58a8f0f2078747919ebd98df45d0d018a0f8caa66ec15e2ad43d4" dependencies = [ "clap", "parity-scale-codec", - "sc-chain-spec", - "sc-cli", - "sc-client-api", - "sc-service", - "sp-blockchain", + "sc-chain-spec 31.0.0", + "sc-cli 0.40.0", + "sc-client-api 32.0.0", + "sc-service 0.39.0", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "url", @@ -2124,13 +2167,13 @@ dependencies = [ "futures", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", - "sc-client-api", + "sc-client-api 32.0.0", "sp-api 30.0.0", - "sp-consensus", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "tracing", @@ -2149,25 +2192,25 @@ dependencies = [ "cumulus-client-parachain-inherent", "cumulus-primitives-aura 0.11.0", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "futures", "parity-scale-codec", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", - "sc-client-api", - "sc-consensus", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", "sc-consensus-aura", "sc-consensus-babe", "sc-consensus-slots", - "sc-telemetry", + "sc-telemetry 18.0.0", "schnellru", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-aura 0.36.0", "sp-core 32.0.0", "sp-inherents 30.0.0", @@ -2188,18 +2231,18 @@ dependencies = [ "async-trait", "cumulus-client-pov-recovery", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "dyn-clone", "futures", "log", "parity-scale-codec", "polkadot-primitives 11.0.0", - "sc-client-api", - "sc-consensus", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", "sc-consensus-babe", "schnellru", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", "sp-runtime 35.0.0", @@ -2218,7 +2261,7 @@ dependencies = [ "anyhow", "async-trait", "cumulus-primitives-parachain-inherent 0.11.0", - "sp-consensus", + "sp-consensus 0.36.0", "sp-inherents 30.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", @@ -2232,17 +2275,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0f70b5f3eb4385498880a74684be6bd17669f2a2b5c7db805eef16337af1d0cd" dependencies = [ "async-trait", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "futures", "futures-timer", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", - "sc-client-api", - "sp-blockchain", - "sp-consensus", + "sc-client-api 32.0.0", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", @@ -2258,10 +2301,10 @@ dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-relay-chain-interface", - "cumulus-test-relay-sproof-builder", + "cumulus-relay-chain-interface 0.11.0", + "cumulus-test-relay-sproof-builder 0.11.0", "parity-scale-codec", - "sc-client-api", + "sc-client-api 32.0.0", "scale-info", "sp-api 30.0.0", "sp-crypto-hashing", @@ -2282,18 +2325,18 @@ checksum = "e877fcdae06369ce17fd4d1fd0467d21b08338f7c944e225c5461472f54a166a" dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "futures", "futures-timer", "parity-scale-codec", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", "rand", - "sc-client-api", - "sc-consensus", - "sp-consensus", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sp-consensus 0.36.0", "sp-maybe-compressed-blob", "sp-runtime 35.0.0", "tracing", @@ -2313,24 +2356,24 @@ dependencies = [ "cumulus-primitives-core 0.11.0", "cumulus-primitives-proof-size-hostfunction 0.6.0", "cumulus-relay-chain-inprocess-interface", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "cumulus-relay-chain-minimal-node", "futures", "polkadot-primitives 11.0.0", - "sc-client-api", - "sc-consensus", - "sc-network", - "sc-network-sync", - "sc-network-transactions", - "sc-rpc", - "sc-service", - "sc-sysinfo", - "sc-telemetry", - "sc-transaction-pool", - "sc-utils", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sc-network 0.38.0", + "sc-network-sync 0.37.0", + "sc-network-transactions 0.37.0", + "sc-rpc 33.0.0", + "sc-service 0.39.0", + "sc-sysinfo 31.0.0", + "sc-telemetry 18.0.0", + "sc-transaction-pool 32.0.0", + "sc-utils 17.0.0", "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-io 34.0.0", "sp-runtime 35.0.0", @@ -2411,6 +2454,42 @@ dependencies = [ "trie-db", ] +[[package]] +name = "cumulus-pallet-parachain-system" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a19c40a5d04f60562fb38195766104deeb8cec71c11ec77796ee9373cccdb325" +dependencies = [ + "bytes", + "cumulus-pallet-parachain-system-proc-macro", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-parachain-inherent 0.10.0", + "cumulus-primitives-proof-size-hostfunction 0.5.0", + "environmental", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "impl-trait-for-tuples", + "log", + "pallet-message-queue 34.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 9.0.0", + "polkadot-runtime-common 10.0.0", + "polkadot-runtime-parachains 10.0.0", + "scale-info", + "sp-core 31.0.0", + "sp-externalities 0.27.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "sp-std", + "sp-trie 32.0.0", + "sp-version 32.0.0", + "staging-xcm 10.0.0", + "trie-db", +] + [[package]] name = "cumulus-pallet-parachain-system" version = "0.11.0" @@ -2476,16 +2555,16 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" -version = "13.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63b08b5e3bba454f8eaa01a7507c1bacde9343a7a67fc20801e59e0c9c0ec9db" +checksum = "4c178666b3a6d0457cb85104475cc0be5f9908a98429710afd29fbd5984cb539" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-session 32.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "pallet-session 31.0.0", "parity-scale-codec", - "sp-runtime 35.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -2508,19 +2587,19 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f14dc8bc002babf1596515a2f1c0158ddeccbf1ef7f5656fe71c8e1fa4bde55" +checksum = "7610ae16cac552adc823ba68deb26e5d3a9de189ef79ae26c79e43ddcfeabef1" dependencies = [ - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "cumulus-primitives-core 0.10.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "staging-xcm 11.0.0", + "staging-xcm 10.0.0", ] [[package]] @@ -2549,6 +2628,32 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] +[[package]] +name = "cumulus-pallet-xcmp-queue" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6614dcdbe6c24fcc8677bf158a8c627a3467d262acdc8a0e7d8a3d3d767a757c" +dependencies = [ + "bounded-collections 0.2.0", + "bp-xcm-bridge-hub-router 0.9.0", + "cumulus-primitives-core 0.10.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "pallet-message-queue 34.0.0", + "parity-scale-codec", + "polkadot-runtime-common 10.0.0", + "polkadot-runtime-parachains 10.0.0", + "scale-info", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", +] + [[package]] name = "cumulus-pallet-xcmp-queue" version = "0.11.0" @@ -2556,9 +2661,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5810a98c95f4219d7dcd6bd89d0c149fc45162e7e0c335579ba5545ec4b9c216" dependencies = [ "bounded-collections 0.2.0", - "bp-xcm-bridge-hub-router 0.10.0", "cumulus-primitives-core 0.11.0", - "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "log", @@ -2590,6 +2693,21 @@ dependencies = [ "sp-std", ] +[[package]] +name = "cumulus-primitives-aura" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1b70d13f3fca1dfaeb868f4fff79c58fef8fa4f8e381a9002d93c50c23683abf" +dependencies = [ + "parity-scale-codec", + "polkadot-core-primitives 10.0.0", + "polkadot-primitives 10.0.0", + "sp-api 29.0.0", + "sp-consensus-aura 0.35.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "cumulus-primitives-aura" version = "0.11.0" @@ -2623,6 +2741,24 @@ dependencies = [ "staging-xcm 8.0.1", ] +[[package]] +name = "cumulus-primitives-core" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "617d02361f5c7df87b6be98b4974241b6836fbaa7d9e786db80eb38bc8636751" +dependencies = [ + "parity-scale-codec", + "polkadot-core-primitives 10.0.0", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", + "scale-info", + "sp-api 29.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-trie 32.0.0", + "staging-xcm 10.0.0", +] + [[package]] name = "cumulus-primitives-core" version = "0.11.0" @@ -2657,6 +2793,22 @@ dependencies = [ "sp-trie 30.0.0", ] +[[package]] +name = "cumulus-primitives-parachain-inherent" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "87d64a55b7b9c3a945e543712630708f36407ab49ad8a2fa9f3d1404093a3e8e" +dependencies = [ + "async-trait", + "cumulus-primitives-core 0.10.0", + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-std", + "sp-trie 32.0.0", +] + [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.11.0" @@ -2684,6 +2836,17 @@ dependencies = [ "sp-trie 30.0.0", ] +[[package]] +name = "cumulus-primitives-proof-size-hostfunction" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "764e27968dce7d5c455dbaf9ba81c037fc5690afc085aa4aa2a4cdfe53716b74" +dependencies = [ + "sp-externalities 0.27.0", + "sp-runtime-interface 26.0.0", + "sp-trie 32.0.0", +] + [[package]] name = "cumulus-primitives-proof-size-hostfunction" version = "0.6.0" @@ -2734,6 +2897,27 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] +[[package]] +name = "cumulus-primitives-utility" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "beeca40e85d6da3751343a3fc8dd5b335c9a06ba9897a5b36f726d139b7646de" +dependencies = [ + "cumulus-primitives-core 0.10.0", + "frame-support 31.0.0", + "log", + "pallet-asset-conversion 13.0.0", + "parity-scale-codec", + "polkadot-runtime-common 10.0.0", + "polkadot-runtime-parachains 10.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", + "staging-xcm-executor 10.0.0", +] + [[package]] name = "cumulus-primitives-utility" version = "0.11.0" @@ -2763,23 +2947,42 @@ checksum = "842505bb9820f5d3c7d2561ed9783cd495d3665729e42590b12641e73c69fcf5" dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "futures", "futures-timer", "polkadot-cli", "polkadot-service", - "sc-cli", - "sc-client-api", - "sc-sysinfo", - "sc-telemetry", - "sc-tracing", + "sc-cli 0.40.0", + "sc-client-api 32.0.0", + "sc-sysinfo 31.0.0", + "sc-telemetry 18.0.0", + "sc-tracing 32.0.0", "sp-api 30.0.0", - "sp-consensus", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", ] +[[package]] +name = "cumulus-relay-chain-interface" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cbb531263c11cfd73f17090106fff2385ca7b02b39102c367f4c13fb1251e9dd" +dependencies = [ + "async-trait", + "cumulus-primitives-core 0.10.0", + "futures", + "jsonrpsee-core", + "parity-scale-codec", + "polkadot-overseer 10.0.0", + "sc-client-api 31.0.0", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-state-machine 0.38.0", + "thiserror", +] + [[package]] name = "cumulus-relay-chain-interface" version = "0.11.0" @@ -2791,10 +2994,10 @@ dependencies = [ "futures", "jsonrpsee-core", "parity-scale-codec", - "polkadot-overseer", - "sc-client-api", + "polkadot-overseer 11.0.0", + "sc-client-api 32.0.0", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-state-machine 0.39.0", "thiserror", ] @@ -2808,7 +3011,7 @@ dependencies = [ "array-bytes 6.2.2", "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "cumulus-relay-chain-rpc-interface", "futures", "parking_lot 0.12.1", @@ -2820,21 +3023,21 @@ dependencies = [ "polkadot-node-core-chain-api", "polkadot-node-core-prospective-parachains", "polkadot-node-core-runtime-api", - "polkadot-node-network-protocol", + "polkadot-node-network-protocol 11.0.0", "polkadot-node-subsystem-util", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", "polkadot-service", - "sc-authority-discovery", - "sc-client-api", - "sc-network", - "sc-network-common", - "sc-service", - "sc-tracing", - "sc-utils", + "sc-authority-discovery 0.38.0", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-service 0.39.0", + "sc-tracing 32.0.0", + "sc-utils 17.0.0", "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-babe 0.36.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", @@ -2850,18 +3053,18 @@ checksum = "b173a09d24c4ea2b6f90eb682276f844db7b180651f22a9e918f8bac0642075f" dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "either", "futures", "futures-timer", "jsonrpsee", "parity-scale-codec", "pin-project", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "rand", - "sc-client-api", - "sc-rpc-api", - "sc-service", + "sc-client-api 32.0.0", + "sc-rpc-api 0.37.0", + "sc-service 0.39.0", "schnellru", "serde", "serde_json", @@ -2882,6 +3085,21 @@ dependencies = [ "url", ] +[[package]] +name = "cumulus-test-relay-sproof-builder" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d1e730a7524f50acb03c24476323c4dad35690baf85175ad0f91a2dffed85b39" +dependencies = [ + "cumulus-primitives-core 0.10.0", + "parity-scale-codec", + "polkadot-primitives 10.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "sp-std", + "sp-trie 32.0.0", +] + [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.11.0" @@ -3371,35 +3589,34 @@ dependencies = [ [[package]] name = "emulated-integration-tests-common" -version = "7.0.0" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2117a0c89f2afd71f15eebe18f4b48790b675314426773ea282e9f3ff08e5afa" +checksum = "47f0799ab64756b6751d3ebcb17a30c3ba756193b6c193d14783afb312a16322" dependencies = [ - "asset-test-utils", - "bp-messages 0.11.0", + "asset-test-utils 10.0.0", + "bp-messages 0.10.0", "bridge-runtime-common", - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", - "pallet-assets 33.0.0", - "pallet-balances 33.0.0", + "cumulus-pallet-parachain-system 0.10.0", + "cumulus-pallet-xcmp-queue 0.10.0", + "cumulus-primitives-core 0.10.0", + "frame-support 31.0.0", + "pallet-assets 32.0.0", + "pallet-balances 31.0.0", "pallet-bridge-messages", - "pallet-message-queue 35.0.0", - "pallet-xcm 11.0.0", - "parachains-common 11.0.0", + "pallet-message-queue 34.0.0", + "pallet-xcm 10.0.1", + "parachains-common 10.0.0", "parity-scale-codec", "paste", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-parachains 11.0.0", - "sc-consensus-grandpa", - "sp-authority-discovery 30.0.0", - "sp-consensus-babe 0.36.0", - "sp-consensus-beefy 17.0.0", - "sp-core 32.0.0", - "sp-runtime 35.0.0", - "staging-xcm 11.0.0", + "polkadot-primitives 10.0.0", + "polkadot-runtime-parachains 10.0.0", + "sc-consensus-grandpa 0.22.0", + "sp-authority-discovery 29.0.0", + "sp-consensus-babe 0.35.0", + "sp-consensus-beefy 16.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "staging-xcm 10.0.0", "xcm-emulator", ] @@ -3805,6 +4022,15 @@ version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" +[[package]] +name = "fork-tree" +version = "12.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e93d3f0315c2eccf23453609e0ab92fe7c6ad1ca8129bcaf80b9a08c8d7fc52b" +dependencies = [ + "parity-scale-codec", +] + [[package]] name = "fork-tree" version = "13.0.0" @@ -3855,6 +4081,32 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "frame-benchmarking" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9fee087c6a7ddbc6dcfb6a6015d4b2787ecbb2113ed8b8bee8ff15f2bdf93f94" +dependencies = [ + "frame-support 31.0.0", + "frame-support-procedural 26.0.1", + "frame-system 31.0.0", + "linregress", + "log", + "parity-scale-codec", + "paste", + "scale-info", + "serde", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-runtime-interface 26.0.0", + "sp-std", + "sp-storage 20.0.0", + "static_assertions", +] + [[package]] name = "frame-benchmarking" version = "32.0.0" @@ -3904,17 +4156,17 @@ dependencies = [ "parity-scale-codec", "rand", "rand_pcg", - "sc-block-builder", - "sc-cli", - "sc-client-api", - "sc-client-db", - "sc-executor", - "sc-service", - "sc-sysinfo", + "sc-block-builder 0.37.0", + "sc-cli 0.40.0", + "sc-client-api 32.0.0", + "sc-client-db 0.39.0", + "sc-executor 0.36.0", + "sc-service 0.39.0", + "sc-sysinfo 31.0.0", "serde", "serde_json", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-database", "sp-externalities 0.28.0", @@ -3960,6 +4212,24 @@ dependencies = [ "sp-std", ] +[[package]] +name = "frame-election-provider-support" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d651327ec98d12fbdb0d25346de929e3ea2ab8a1ef85570794d9d8d54f204f28" +dependencies = [ + "frame-election-provider-solution-type", + "frame-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "scale-info", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-npos-elections 29.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "frame-election-provider-support" version = "32.0.0" @@ -4110,6 +4380,48 @@ dependencies = [ "tt-call", ] +[[package]] +name = "frame-support" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "81aecbbc1c62055e8ce472283bc655bf6c0f968a4d22d504bf6aad4ea44ccbc4" +dependencies = [ + "aquamarine 0.5.0", + "array-bytes 6.2.2", + "bitflags 1.3.2", + "docify", + "environmental", + "frame-metadata", + "frame-support-procedural 26.0.1", + "impl-trait-for-tuples", + "k256", + "log", + "macro_magic", + "parity-scale-codec", + "paste", + "scale-info", + "serde", + "serde_json", + "smallvec", + "sp-api 29.0.0", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-crypto-hashing-proc-macro", + "sp-debug-derive", + "sp-genesis-builder 0.10.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-metadata-ir 0.6.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", + "sp-state-machine 0.38.0", + "sp-std", + "sp-tracing 16.0.0", + "sp-weights 30.0.0", + "static_assertions", + "tt-call", +] + [[package]] name = "frame-support" version = "32.0.0" @@ -4172,6 +4484,26 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "frame-support-procedural" +version = "26.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "732fa43a05789f4ffb96955017e40643199d586c3d211754df5824a195f4eab5" +dependencies = [ + "Inflector", + "cfg-expr", + "derive-syn-parse 0.1.5", + "expander 2.1.0", + "frame-support-procedural-tools 11.0.1", + "itertools 0.10.5", + "macro_magic", + "proc-macro-warning", + "proc-macro2", + "quote", + "sp-crypto-hashing", + "syn 2.0.55", +] + [[package]] name = "frame-support-procedural" version = "27.0.0" @@ -4261,6 +4593,27 @@ dependencies = [ "sp-weights 28.0.0", ] +[[package]] +name = "frame-system" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f7537b5e23f584bf54f26c6297e0260b54fac5298be43a115176a310f256a4ab" +dependencies = [ + "cfg-if", + "docify", + "frame-support 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-version 32.0.0", + "sp-weights 30.0.0", +] + [[package]] name = "frame-system" version = "32.0.0" @@ -5165,8 +5518,8 @@ name = "integration-tests" version = "0.0.0" dependencies = [ "asset-hub-paseo-runtime", - "asset-test-utils", - "cumulus-primitives-core 0.11.0", + "asset-test-utils 11.0.0", + "cumulus-primitives-core 0.10.0", "emulated-integration-tests-common", "frame-support 32.0.0", "pallet-assets 33.0.0", @@ -6388,11 +6741,11 @@ dependencies = [ "futures", "log", "parity-scale-codec", - "sc-client-api", + "sc-client-api 32.0.0", "sc-offchain", "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-beefy 17.0.0", "sp-core 32.0.0", "sp-mmr-primitives 30.0.0", @@ -6409,7 +6762,7 @@ dependencies = [ "parity-scale-codec", "serde", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-mmr-primitives 30.0.0", "sp-runtime 35.0.0", @@ -6971,13 +7324,31 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-asset-conversion" +version = "13.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4dbd5ff1c6f662d330beb109f6180ee66ed9cd7710cad28f3d15c444556fcce4" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "scale-info", + "sp-api 29.0.0", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-asset-conversion" version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a66fbfb4b9a3a6430f5925a09257c61a048bf0dfbad26f814e0f0e517f43c06a" dependencies = [ - "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "parity-scale-codec", @@ -7022,6 +7393,22 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-asset-rate" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a5a492d16d0f7423cb2d7ca6fa6b4d423a4f4e2f67d2dc92d84d5988fcc33cfb" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-asset-rate" version = "11.0.0" @@ -7057,19 +7444,36 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-asset-tx-payment" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cfcf34819002b9d6c8d7a28d89207498f63288de6689061fe9c1fb7c55454ff8" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "pallet-transaction-payment 31.0.0", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-asset-tx-payment" version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d27f76cc9151160c08fcee2e095b91048a2d1cb041b7c022a88f98ba220827b4" dependencies = [ - "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "pallet-transaction-payment 32.0.0", "parity-scale-codec", "scale-info", - "serde", "sp-core 32.0.0", "sp-io 34.0.0", "sp-runtime 35.0.0", @@ -7093,6 +7497,23 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-assets" +version = "32.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "805543c2ea1f10f14bc767f156b8ec80785345b683eaa59dea84d28745a87ee3" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-assets" version = "33.0.0" @@ -7163,6 +7584,23 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-authority-discovery" +version = "31.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6a9c124d86227da7ae9073cc2984c0384c7830f7fa61450c0990c56837335da2" +dependencies = [ + "frame-support 31.0.0", + "frame-system 31.0.0", + "pallet-session 31.0.0", + "parity-scale-codec", + "scale-info", + "sp-application-crypto 33.0.0", + "sp-authority-discovery 29.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-authority-discovery" version = "32.0.0" @@ -7195,6 +7633,21 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-authorship" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8168348a94c479b7da001b3f0d1100210704eda8ce72c58aac456f1d866d7d67" +dependencies = [ + "frame-support 31.0.0", + "frame-system 31.0.0", + "impl-trait-for-tuples", + "parity-scale-codec", + "scale-info", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-authorship" version = "32.0.0" @@ -7235,6 +7688,31 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-babe" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "37353294183655c76cdc56ffc5edf777b1e2275af59ae73c8aa255b6d941b362" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "pallet-authorship 31.0.0", + "pallet-session 31.0.0", + "pallet-timestamp 30.0.0", + "parity-scale-codec", + "scale-info", + "sp-application-crypto 33.0.0", + "sp-consensus-babe 0.35.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-staking 29.0.0", + "sp-std", +] + [[package]] name = "pallet-babe" version = "32.0.0" @@ -7323,6 +7801,23 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-balances" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3565d525dd88e07da5b2309cd6ffe7447ddc5406eeaa2cb26157d35787a69a7" +dependencies = [ + "docify", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-balances" version = "33.0.0" @@ -7474,85 +7969,85 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88e0f44b87681bafd9deec464b7f0d4f3c9b050b53ef1588eb5312d26ebc30a5" +checksum = "e0034e29cd8f1547e0688ba3cb3a621c1dcb076c59f548eb40e0680ba37f14e7" dependencies = [ - "bp-header-chain 0.11.0", - "bp-runtime 0.11.0", + "bp-header-chain 0.10.0", + "bp-runtime 0.10.0", "bp-test-utils", "finality-grandpa", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-consensus-grandpa 17.0.0", - "sp-runtime 35.0.0", + "sp-consensus-grandpa 16.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 32.0.0", ] [[package]] name = "pallet-bridge-messages" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9da377cff690ae52d872bdc6dd00ef7ebb3b2eb092ddacc2e26e9efb9f13631" +checksum = "fe205f990c97a766b317378617c3ac8548530e0e29011250ad4c669cf4d86773" dependencies = [ - "bp-messages 0.11.0", - "bp-runtime 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-messages 0.10.0", + "bp-runtime 0.10.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "num-traits", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "pallet-bridge-parachains" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c9e9466750027c10df653ac91eaaffe042d1f94dca5f561b6ea9f54f389d496" +checksum = "d4315c1346e60031afc119b051fbe9aa32c29143abb1b6b771d82c0e9fe5a4a8" dependencies = [ - "bp-header-chain 0.11.0", + "bp-header-chain 0.10.0", "bp-parachains", - "bp-polkadot-core 0.11.0", - "bp-runtime 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-polkadot-core 0.10.0", + "bp-runtime 0.10.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "pallet-bridge-grandpa", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 32.0.0", ] [[package]] name = "pallet-bridge-relayers" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9380cbce05df9451cb9b2149e1284090c0da3f3ab9615b8810b1cb0e2ab3aed5" +checksum = "e85310662790097b4f391b32822eb55d5088bc09ac91343d68e48e4fc582cb31" dependencies = [ - "bp-messages 0.11.0", + "bp-messages 0.10.0", "bp-relayers", - "bp-runtime 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-runtime 0.10.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "pallet-bridge-messages", "parity-scale-codec", "scale-info", - "sp-arithmetic 26.0.0", - "sp-runtime 35.0.0", + "sp-arithmetic 25.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -7575,6 +8070,24 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-broker" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c1b05f01c3d279cd661eba2c391844bac03fa5f979b9de821e6eb1cbe6069dfc" +dependencies = [ + "bitvec", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "scale-info", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-broker" version = "0.10.0" @@ -7654,13 +8167,33 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-collator-selection" +version = "12.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26edc27ed73c658e6f3d37b4cc8822be3f293e1f0dc58830b42c272781ac8a44" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "pallet-authorship 31.0.0", + "pallet-balances 31.0.0", + "pallet-session 31.0.0", + "parity-scale-codec", + "rand", + "scale-info", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", + "sp-std", +] + [[package]] name = "pallet-collator-selection" version = "13.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7e0724831b2b1775542055c80918e78478953ee8d6777962a947404f22001c75" dependencies = [ - "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "log", @@ -7747,7 +8280,7 @@ dependencies = [ "bitflags 1.3.2", "parity-scale-codec", "paste", - "polkavm-derive", + "polkavm-derive 0.9.1", "scale-info", ] @@ -7830,6 +8363,30 @@ dependencies = [ "strum 0.24.1", ] +[[package]] +name = "pallet-election-provider-multi-phase" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "da78b2feeba1286b66ac20cbfbcd321fe9d1d2bc15e9e31292023e9a66dbb819" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-election-provider-support 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "pallet-election-provider-support-benchmarking 30.0.0", + "parity-scale-codec", + "rand", + "scale-info", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-npos-elections 29.0.0", + "sp-runtime 34.0.0", + "sp-std", + "strum 0.24.1", +] + [[package]] name = "pallet-election-provider-multi-phase" version = "31.0.0" @@ -7869,6 +8426,21 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-election-provider-support-benchmarking" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e1b20f98b9a1497a59d2b0eca0051c5ada89851bf29b26fda3a2cfe934a32116" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-election-provider-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "sp-npos-elections 29.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-election-provider-support-benchmarking" version = "31.0.0" @@ -7924,6 +8496,26 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-fast-unstake" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "24717c932bd68705e3a5b6b9311a31e57b354274de1c373feb9ca920f6a3e439" +dependencies = [ + "docify", + "frame-benchmarking 31.0.0", + "frame-election-provider-support 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", + "sp-std", +] + [[package]] name = "pallet-fast-unstake" version = "31.0.0" @@ -8010,6 +8602,24 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-identity" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "33bca13843a11add3909a8c4bffae547ba9fa3a11c07ac2f8afd670acd85cb15" +dependencies = [ + "enumflags2", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-identity" version = "32.0.0" @@ -8145,6 +8755,27 @@ dependencies = [ "sp-weights 28.0.0", ] +[[package]] +name = "pallet-message-queue" +version = "34.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "063b2e7912fbbe67985e68e460f2f242b90de48a63a1f03dd2ae022154ba25e9" +dependencies = [ + "environmental", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-weights 30.0.0", +] + [[package]] name = "pallet-message-queue" version = "35.0.0" @@ -8748,6 +9379,29 @@ dependencies = [ "sp-trie 30.0.0", ] +[[package]] +name = "pallet-session" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "17951aa288869e5afe5815eedc7038dd50b9741d215b66323ff4a12f5686ac15" +dependencies = [ + "frame-support 31.0.0", + "frame-system 31.0.0", + "impl-trait-for-tuples", + "log", + "pallet-timestamp 30.0.0", + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-staking 29.0.0", + "sp-state-machine 0.38.0", + "sp-std", + "sp-trie 32.0.0", +] + [[package]] name = "pallet-session" version = "32.0.0" @@ -8850,6 +9504,30 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-staking" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "baeb3d22e737307280e2047cba983cc9aa477a6f4c3001e8c1f07077d148c8f7" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-election-provider-support 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "pallet-authorship 31.0.0", + "pallet-session 31.0.0", + "parity-scale-codec", + "rand_chacha 0.2.2", + "scale-info", + "serde", + "sp-application-crypto 33.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", + "sp-std", +] + [[package]] name = "pallet-staking" version = "32.0.0" @@ -8896,6 +9574,16 @@ dependencies = [ "sp-arithmetic 24.0.0", ] +[[package]] +name = "pallet-staking-reward-fn" +version = "21.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e341c47481040b68edcf166ad34633c4c5da20d1559413e68387da935a6ae18" +dependencies = [ + "log", + "sp-arithmetic 25.0.0", +] + [[package]] name = "pallet-staking-reward-fn" version = "22.0.0" @@ -9019,6 +9707,27 @@ dependencies = [ "sp-timestamp 27.0.0", ] +[[package]] +name = "pallet-timestamp" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bb766403f8cabcedb1725326befd7253de3e4c1d3b3d5f7c40adc49ebee5040c" +dependencies = [ + "docify", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-storage 20.0.0", + "sp-timestamp 29.0.0", +] + [[package]] name = "pallet-timestamp" version = "31.0.0" @@ -9077,6 +9786,23 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-transaction-payment" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "12df1de833ad0abff5daa53f80594d6ef66d250cc1ae073c01e406ce37bbf25e" +dependencies = [ + "frame-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-transaction-payment" version = "32.0.0" @@ -9104,9 +9830,9 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 32.0.0", "parity-scale-codec", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", - "sp-rpc", + "sp-rpc 30.0.0", "sp-runtime 35.0.0", "sp-weights 31.0.0", ] @@ -9157,6 +9883,26 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-treasury" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "174da255855136b4bf7174a1499ddf20134efe75d59fac4709244fe813534656" +dependencies = [ + "docify", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "impl-trait-for-tuples", + "pallet-balances 31.0.0", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-treasury" version = "31.0.0" @@ -9210,6 +9956,23 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-utility" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "73c54ec28e67769b35a650d497ddd10bf0dd783d14965a1034cdcb71ae1d1442" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-utility" version = "32.0.0" @@ -9243,6 +10006,22 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-vesting" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4a5627016e1cb40d02bf589507429558208c05948d1399ab405307bfe3b1d967" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-vesting" version = "32.0.0" @@ -9315,6 +10094,30 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] +[[package]] +name = "pallet-xcm" +version = "10.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bd52ee00a54f8b6ff3a90e97622b2403667ef25105dd08d71d45a7075c0ba478" +dependencies = [ + "bounded-collections 0.2.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "pallet-balances 31.0.0", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", + "staging-xcm-executor 10.0.0", +] + [[package]] name = "pallet-xcm" version = "11.0.0" @@ -9400,6 +10203,26 @@ dependencies = [ "staging-xcm-builder 8.0.3", ] +[[package]] +name = "pallet-xcm-bridge-hub-router" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d565232e0b191f9ba84ae2b0549122493e283daee73c8f1d46864b2151d17c3" +dependencies = [ + "bp-xcm-bridge-hub-router 0.9.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", +] + [[package]] name = "pallet-xcm-bridge-hub-router" version = "0.9.0" @@ -9407,7 +10230,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5e3e699ac017c1ea645c97e6a42d4c193f69282ca37c4197fc2a1cc9e69c2dc6" dependencies = [ "bp-xcm-bridge-hub-router 0.10.0", - "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "log", @@ -9454,15 +10276,47 @@ dependencies = [ [[package]] name = "parachains-common" -version = "11.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "375e035fedfe5e0a6b4de6d29c56f8ed5ca64f421a883e7e5bcdc37a76a7c715" +checksum = "5539fb10c2901cf120d3db87f6ee1568696ccce30cea1a0d0cdee31f64f1da37" dependencies = [ - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-utility 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "log", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-utility 0.10.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "pallet-asset-tx-payment 31.0.0", + "pallet-assets 32.0.0", + "pallet-authorship 31.0.0", + "pallet-balances 31.0.0", + "pallet-collator-selection 12.0.1", + "pallet-message-queue 34.0.0", + "pallet-xcm 10.0.1", + "parity-scale-codec", + "polkadot-primitives 10.0.0", + "scale-info", + "sp-consensus-aura 0.35.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "staging-parachain-info 0.10.0", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", + "substrate-wasm-builder 20.0.0", +] + +[[package]] +name = "parachains-common" +version = "11.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "375e035fedfe5e0a6b4de6d29c56f8ed5ca64f421a883e7e5bcdc37a76a7c715" +dependencies = [ + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-utility 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "log", "pallet-asset-tx-payment 32.0.0", "pallet-assets 33.0.0", "pallet-authorship 32.0.0", @@ -9484,6 +10338,38 @@ dependencies = [ "substrate-wasm-builder 21.0.0", ] +[[package]] +name = "parachains-runtimes-test-utils" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f99223f27fe88a1d071e0ddf6e10556aacb6cb507658acc70957783830f6fc37" +dependencies = [ + "cumulus-pallet-parachain-system 0.10.0", + "cumulus-pallet-xcmp-queue 0.10.0", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-parachain-inherent 0.10.0", + "cumulus-test-relay-sproof-builder 0.10.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "pallet-balances 31.0.0", + "pallet-collator-selection 12.0.1", + "pallet-session 31.0.0", + "pallet-timestamp 30.0.0", + "pallet-xcm 10.0.1", + "parity-scale-codec", + "polkadot-parachain-primitives 9.0.0", + "sp-consensus-aura 0.35.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-tracing 16.0.0", + "staging-parachain-info 0.10.0", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", + "substrate-wasm-builder 20.0.0", +] + [[package]] name = "parachains-runtimes-test-utils" version = "11.0.0" @@ -9494,7 +10380,7 @@ dependencies = [ "cumulus-pallet-xcmp-queue 0.11.0", "cumulus-primitives-core 0.11.0", "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-test-relay-sproof-builder", + "cumulus-test-relay-sproof-builder 0.11.0", "frame-support 32.0.0", "frame-system 32.0.0", "pallet-balances 33.0.0", @@ -9987,15 +10873,15 @@ dependencies = [ "futures", "futures-timer", "itertools 0.10.5", - "polkadot-node-jaeger", - "polkadot-node-metrics", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-metrics 11.0.0", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10007,12 +10893,12 @@ dependencies = [ "always-assert", "futures", "futures-timer", - "polkadot-node-network-protocol", + "polkadot-node-network-protocol 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10026,8 +10912,8 @@ dependencies = [ "futures", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", @@ -10036,7 +10922,7 @@ dependencies = [ "sp-core 32.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10050,17 +10936,17 @@ dependencies = [ "futures", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", - "sc-network", + "sc-network 0.38.0", "schnellru", "thiserror", "tokio", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10074,15 +10960,15 @@ dependencies = [ "frame-benchmarking-cli", "futures", "log", - "polkadot-node-metrics", - "polkadot-node-primitives", + "polkadot-node-metrics 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-service", - "sc-cli", - "sc-executor", - "sc-service", + "sc-cli 0.40.0", + "sc-executor 0.36.0", + "sc-service 0.39.0", "sc-storage-monitor", - "sc-sysinfo", - "sc-tracing", + "sc-sysinfo 31.0.0", + "sc-tracing 32.0.0", "sp-core 32.0.0", "sp-io 34.0.0", "sp-keyring 35.0.0", @@ -10103,8 +10989,8 @@ dependencies = [ "fatality", "futures", "futures-timer", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", @@ -10113,7 +10999,7 @@ dependencies = [ "sp-runtime 35.0.0", "thiserror", "tokio-util", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10129,6 +11015,19 @@ dependencies = [ "sp-std", ] +[[package]] +name = "polkadot-core-primitives" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "44c2f38f3195108e9da39b9845895bb3dff76f1c7b31409143febeb1560cd276" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "polkadot-core-primitives" version = "11.0.0" @@ -10155,17 +11054,17 @@ dependencies = [ "indexmap 2.2.6", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", - "sc-network", + "sc-network 0.38.0", "schnellru", "sp-application-crypto 34.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10175,7 +11074,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf840ff7a6337715e20e1afd76fd20dae11ebb049d89855ee2bf47b36b0e6249" dependencies = [ "parity-scale-codec", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-primitives 11.0.0", "reed-solomon-novelpoly", "sp-core 32.0.0", @@ -10191,19 +11090,19 @@ checksum = "477f94e8c3eedd6cfcfdfe50a33d610d38dfec4668ff7f3baef8814ffb7da85e" dependencies = [ "futures", "futures-timer", - "polkadot-node-network-protocol", + "polkadot-node-network-protocol 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", "rand_chacha 0.3.1", - "sc-network", - "sc-network-common", + "sc-network 0.38.0", + "sc-network-common 0.37.0", "sp-application-crypto 34.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-keystore 0.38.0", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10219,15 +11118,15 @@ dependencies = [ "futures", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-metrics", - "polkadot-node-network-protocol", + "polkadot-node-metrics 11.0.0", + "polkadot-node-network-protocol 11.0.0", "polkadot-node-subsystem", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", - "sc-network", - "sp-consensus", + "sc-network 0.38.0", + "sp-consensus 0.36.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10239,14 +11138,14 @@ dependencies = [ "futures", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "sp-core 32.0.0", "sp-maybe-compressed-blob", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10263,24 +11162,24 @@ dependencies = [ "kvdb", "merlin", "parity-scale-codec", - "polkadot-node-jaeger", - "polkadot-node-primitives", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", "rand", "rand_chacha 0.3.1", "rand_core 0.6.4", - "sc-keystore", + "sc-keystore 29.0.0", "schnellru", "schnorrkel 0.11.4", "sp-application-crypto 34.0.0", - "sp-consensus", + "sp-consensus 0.36.0", "sp-consensus-slots 0.36.0", "sp-runtime 35.0.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10295,15 +11194,15 @@ dependencies = [ "kvdb", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-jaeger", - "polkadot-node-primitives", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", - "sp-consensus", + "sp-consensus 0.36.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10316,15 +11215,15 @@ dependencies = [ "fatality", "futures", "polkadot-erasure-coding", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", - "polkadot-statement-table", + "polkadot-statement-table 11.0.0", "schnellru", "sp-keystore 0.38.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10339,7 +11238,7 @@ dependencies = [ "polkadot-primitives 11.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", "wasm-timer", ] @@ -10354,15 +11253,15 @@ dependencies = [ "futures-timer", "parity-scale-codec", "polkadot-node-core-pvf", - "polkadot-node-metrics", - "polkadot-node-primitives", + "polkadot-node-metrics 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", "sp-maybe-compressed-blob", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10372,12 +11271,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2ffcc24bbbc2a2523c599022b106f0b48213bf80ef75f490fe02ec79ab972e4" dependencies = [ "futures", - "polkadot-node-metrics", + "polkadot-node-metrics 11.0.0", "polkadot-node-subsystem", - "polkadot-node-subsystem-types", - "sc-client-api", + "polkadot-node-subsystem-types 11.0.0", + "sc-client-api 32.0.0", "sc-consensus-babe", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10390,12 +11289,12 @@ dependencies = [ "futures-timer", "kvdb", "parity-scale-codec", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10408,14 +11307,14 @@ dependencies = [ "futures", "kvdb", "parity-scale-codec", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", - "sc-keystore", + "sc-keystore 29.0.0", "schnellru", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10428,12 +11327,12 @@ dependencies = [ "futures", "futures-timer", "polkadot-node-subsystem", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-inherents 30.0.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10446,12 +11345,12 @@ dependencies = [ "fatality", "futures", "parity-scale-codec", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10464,13 +11363,13 @@ dependencies = [ "fatality", "futures", "futures-timer", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "schnellru", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10491,8 +11390,8 @@ dependencies = [ "pin-project", "polkadot-core-primitives 11.0.0", "polkadot-node-core-pvf-common", - "polkadot-node-metrics", - "polkadot-node-primitives", + "polkadot-node-metrics 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", @@ -10504,7 +11403,7 @@ dependencies = [ "tempfile", "thiserror", "tokio", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10514,14 +11413,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "275cab7ad2b38fdfb0c097485fe4f51e55e36c96330255edc38ccf121aa2171c" dependencies = [ "futures", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10539,9 +11438,9 @@ dependencies = [ "parity-scale-codec", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", - "sc-executor", - "sc-executor-common", - "sc-executor-wasmtime", + "sc-executor 0.36.0", + "sc-executor-common 0.33.0", + "sc-executor-wasmtime 0.33.1", "seccompiler", "sp-core 32.0.0", "sp-crypto-hashing", @@ -10549,7 +11448,7 @@ dependencies = [ "sp-io 34.0.0", "sp-tracing 17.0.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10559,13 +11458,32 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fd9c685da442b6dde17f0f1e4bd6bb4d6827c6af0dbe96bc603d3d4f8fd05953" dependencies = [ "futures", - "polkadot-node-metrics", + "polkadot-node-metrics 11.0.0", "polkadot-node-subsystem", - "polkadot-node-subsystem-types", + "polkadot-node-subsystem-types 11.0.0", "polkadot-primitives 11.0.0", "schnellru", "sp-consensus-babe 0.36.0", - "tracing-gum", + "tracing-gum 11.0.0", +] + +[[package]] +name = "polkadot-node-jaeger" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e14e65e3d9990d1f8f793a23c05c6aa82a551e551225ab86d2625474afef748f" +dependencies = [ + "lazy_static", + "log", + "mick-jaeger", + "parity-scale-codec", + "parking_lot 0.12.1", + "polkadot-node-primitives 10.0.0", + "polkadot-primitives 10.0.0", + "sc-network 0.37.0", + "sp-core 31.0.0", + "thiserror", + "tokio", ] [[package]] @@ -10579,14 +11497,34 @@ dependencies = [ "mick-jaeger", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-primitives 11.0.0", - "sc-network", + "sc-network 0.38.0", "sp-core 32.0.0", "thiserror", "tokio", ] +[[package]] +name = "polkadot-node-metrics" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4ca58a67371546b66a011f0e27551094a8499a53223b16c164e769d25d981d0" +dependencies = [ + "bs58 0.5.1", + "futures", + "futures-timer", + "log", + "parity-scale-codec", + "polkadot-primitives 10.0.0", + "prioritized-metered-channel", + "sc-cli 0.39.0", + "sc-service 0.38.0", + "sc-tracing 31.0.0", + "substrate-prometheus-endpoint", + "tracing-gum 10.0.0", +] + [[package]] name = "polkadot-node-metrics" version = "11.0.0" @@ -10600,11 +11538,36 @@ dependencies = [ "parity-scale-codec", "polkadot-primitives 11.0.0", "prioritized-metered-channel", - "sc-cli", - "sc-service", - "sc-tracing", + "sc-cli 0.40.0", + "sc-service 0.39.0", + "sc-tracing 32.0.0", "substrate-prometheus-endpoint", - "tracing-gum", + "tracing-gum 11.0.0", +] + +[[package]] +name = "polkadot-node-network-protocol" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "67c3b078794c9c383ee3ceff65f2713ec81c033c6d8785ead5f7797e914c1fe3" +dependencies = [ + "async-channel 1.9.0", + "async-trait", + "bitvec", + "derive_more", + "fatality", + "futures", + "hex", + "parity-scale-codec", + "polkadot-node-jaeger 10.0.0", + "polkadot-node-primitives 10.0.0", + "polkadot-primitives 10.0.0", + "rand", + "sc-authority-discovery 0.37.0", + "sc-network 0.37.0", + "strum 0.24.1", + "thiserror", + "tracing-gum 10.0.0", ] [[package]] @@ -10621,15 +11584,39 @@ dependencies = [ "futures", "hex", "parity-scale-codec", - "polkadot-node-jaeger", - "polkadot-node-primitives", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-primitives 11.0.0", "rand", - "sc-authority-discovery", - "sc-network", + "sc-authority-discovery 0.38.0", + "sc-network 0.38.0", "strum 0.26.3", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", +] + +[[package]] +name = "polkadot-node-primitives" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d9521abb7028ce7040f66a0786423bee2cdb7725ca46e5cee1f86191bcb2ed3" +dependencies = [ + "bitvec", + "bounded-vec", + "futures", + "parity-scale-codec", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", + "schnorrkel 0.11.4", + "serde", + "sp-application-crypto 33.0.0", + "sp-consensus-babe 0.35.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "sp-maybe-compressed-blob", + "sp-runtime 34.0.0", + "thiserror", + "zstd 0.12.4", ] [[package]] @@ -10662,9 +11649,38 @@ version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6d5bbd86b3014ce7cc71e1a90bf641e26c4cea98955522d350268efa97c58de9" dependencies = [ - "polkadot-node-jaeger", - "polkadot-node-subsystem-types", - "polkadot-overseer", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-subsystem-types 11.0.0", + "polkadot-overseer 11.0.0", +] + +[[package]] +name = "polkadot-node-subsystem-types" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bf0e971c1377901212059b794b48acac9a855cac83f2e07dc1b708ca0e77ba64" +dependencies = [ + "async-trait", + "bitvec", + "derive_more", + "futures", + "orchestra", + "polkadot-node-jaeger 10.0.0", + "polkadot-node-network-protocol 10.0.0", + "polkadot-node-primitives 10.0.0", + "polkadot-primitives 10.0.0", + "polkadot-statement-table 10.0.0", + "sc-client-api 31.0.0", + "sc-network 0.37.0", + "sc-transaction-pool-api 31.0.0", + "smallvec", + "sp-api 29.0.0", + "sp-authority-discovery 29.0.0", + "sp-blockchain 31.0.0", + "sp-consensus-babe 0.35.0", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", + "thiserror", ] [[package]] @@ -10678,18 +11694,18 @@ dependencies = [ "derive_more", "futures", "orchestra", - "polkadot-node-jaeger", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-primitives 11.0.0", - "polkadot-statement-table", - "sc-client-api", - "sc-network", - "sc-transaction-pool-api", + "polkadot-statement-table 11.0.0", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sc-transaction-pool-api 32.0.0", "smallvec", "sp-api 30.0.0", "sp-authority-discovery 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-consensus-babe 0.36.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", @@ -10713,23 +11729,46 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "pin-project", - "polkadot-node-jaeger", - "polkadot-node-metrics", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-metrics 11.0.0", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", - "polkadot-node-subsystem-types", - "polkadot-overseer", + "polkadot-node-subsystem-types 11.0.0", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", "prioritized-metered-channel", "rand", - "sc-client-api", + "sc-client-api 32.0.0", "schnellru", "sp-application-crypto 34.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", +] + +[[package]] +name = "polkadot-overseer" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "97415bc09e9dd20d44a019eaf0bb803ab3239a7eca20820b181e53901966fdbc" +dependencies = [ + "async-trait", + "futures", + "futures-timer", + "orchestra", + "parking_lot 0.12.1", + "polkadot-node-metrics 10.0.0", + "polkadot-node-network-protocol 10.0.0", + "polkadot-node-primitives 10.0.0", + "polkadot-node-subsystem-types 10.0.0", + "polkadot-primitives 10.0.0", + "sc-client-api 31.0.0", + "sp-api 29.0.0", + "sp-core 31.0.0", + "tikv-jemalloc-ctl", + "tracing-gum 10.0.0", ] [[package]] @@ -10743,16 +11782,16 @@ dependencies = [ "futures-timer", "orchestra", "parking_lot 0.12.1", - "polkadot-node-metrics", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem-types", + "polkadot-node-metrics 11.0.0", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", + "polkadot-node-subsystem-types 11.0.0", "polkadot-primitives 11.0.0", - "sc-client-api", + "sc-client-api 32.0.0", "sp-api 30.0.0", "sp-core 32.0.0", "tikv-jemalloc-ctl", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10773,6 +11812,24 @@ dependencies = [ "sp-weights 28.0.0", ] +[[package]] +name = "polkadot-parachain-primitives" +version = "9.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4b87dda07862f2b16f2c2b7d315f2b4549c896562d973d466b6d19de36aba30d" +dependencies = [ + "bounded-collections 0.2.0", + "derive_more", + "parity-scale-codec", + "polkadot-core-primitives 10.0.0", + "scale-info", + "serde", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-weights 30.0.0", +] + [[package]] name = "polkadot-parachain-primitives" version = "10.0.0" @@ -10819,6 +11876,34 @@ dependencies = [ "sp-std", ] +[[package]] +name = "polkadot-primitives" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7e01b525a35852e2861397eecbdb4a03dda69f14f7ca04968f2e06d6cba51dfb" +dependencies = [ + "bitvec", + "hex-literal", + "log", + "parity-scale-codec", + "polkadot-core-primitives 10.0.0", + "polkadot-parachain-primitives 9.0.0", + "scale-info", + "serde", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-arithmetic 25.0.0", + "sp-authority-discovery 29.0.0", + "sp-consensus-slots 0.35.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", + "sp-std", +] + [[package]] name = "polkadot-primitives" version = "11.0.0" @@ -10857,23 +11942,23 @@ dependencies = [ "mmr-rpc", "pallet-transaction-payment-rpc", "polkadot-primitives 11.0.0", - "sc-chain-spec", - "sc-client-api", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", "sc-consensus-babe", "sc-consensus-babe-rpc", "sc-consensus-beefy", "sc-consensus-beefy-rpc", "sc-consensus-epochs", - "sc-consensus-grandpa", + "sc-consensus-grandpa 0.23.0", "sc-consensus-grandpa-rpc", - "sc-rpc", - "sc-rpc-spec-v2", + "sc-rpc 33.0.0", + "sc-rpc-spec-v2 0.38.0", "sc-sync-state-rpc", - "sc-transaction-pool-api", + "sc-transaction-pool-api 32.0.0", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-babe 0.36.0", "sp-keystore 0.38.0", "sp-runtime 35.0.0", @@ -10933,6 +12018,58 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "polkadot-runtime-common" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b1abd7bff20e17e025a4e001aff55dfefcfd7ef8a8ae138de44998a012e227f2" +dependencies = [ + "bitvec", + "frame-benchmarking 31.0.0", + "frame-election-provider-support 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "impl-trait-for-tuples", + "libsecp256k1", + "log", + "pallet-asset-rate 10.0.0", + "pallet-authorship 31.0.0", + "pallet-babe 31.0.0", + "pallet-balances 31.0.0", + "pallet-broker 0.9.0", + "pallet-election-provider-multi-phase 30.0.0", + "pallet-fast-unstake 30.0.0", + "pallet-identity 31.0.0", + "pallet-session 31.0.0", + "pallet-staking 31.0.0", + "pallet-staking-reward-fn 21.0.0", + "pallet-timestamp 30.0.0", + "pallet-transaction-payment 31.0.0", + "pallet-treasury 30.0.0", + "pallet-vesting 31.0.0", + "parity-scale-codec", + "polkadot-primitives 10.0.0", + "polkadot-runtime-parachains 10.0.0", + "rustc-hex", + "scale-info", + "serde", + "serde_derive", + "slot-range-helper 10.0.0", + "sp-api 29.0.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-npos-elections 29.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-staking 29.0.0", + "sp-std", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", + "staging-xcm-executor 10.0.0", + "static_assertions", +] + [[package]] name = "polkadot-runtime-common" version = "11.0.0" @@ -10999,6 +12136,20 @@ dependencies = [ "sp-tracing 16.0.0", ] +[[package]] +name = "polkadot-runtime-metrics" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4fed9088becfd874b6dbf064f9d1dd1bfa2e3c2188459a572aac2e689c028772" +dependencies = [ + "bs58 0.5.1", + "frame-benchmarking 31.0.0", + "parity-scale-codec", + "polkadot-primitives 10.0.0", + "sp-std", + "sp-tracing 16.0.0", +] + [[package]] name = "polkadot-runtime-metrics" version = "11.0.0" @@ -11063,6 +12214,56 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "polkadot-runtime-parachains" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ce601c5f1005ff1d315c1e5c161a73e63e54bf23527f98c2bfa3ffc5b22f5e6" +dependencies = [ + "bitflags 1.3.2", + "bitvec", + "derive_more", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "impl-trait-for-tuples", + "log", + "pallet-authority-discovery 31.0.1", + "pallet-authorship 31.0.0", + "pallet-babe 31.0.0", + "pallet-balances 31.0.0", + "pallet-broker 0.9.0", + "pallet-message-queue 34.0.0", + "pallet-session 31.0.0", + "pallet-staking 31.0.0", + "pallet-timestamp 30.0.0", + "pallet-vesting 31.0.0", + "parity-scale-codec", + "polkadot-core-primitives 10.0.0", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", + "polkadot-runtime-metrics 10.0.0", + "rand", + "rand_chacha 0.3.1", + "rustc-hex", + "scale-info", + "serde", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-staking 29.0.0", + "sp-std", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", + "static_assertions", +] + [[package]] name = "polkadot-runtime-parachains" version = "11.0.0" @@ -11163,49 +12364,49 @@ dependencies = [ "polkadot-node-core-pvf", "polkadot-node-core-pvf-checker", "polkadot-node-core-runtime-api", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", - "polkadot-node-subsystem-types", + "polkadot-node-subsystem-types 11.0.0", "polkadot-node-subsystem-util", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", "polkadot-rpc", "polkadot-runtime-parachains 11.0.0", "polkadot-statement-distribution", "rococo-runtime", - "sc-authority-discovery", + "sc-authority-discovery 0.38.0", "sc-basic-authorship", - "sc-block-builder", - "sc-chain-spec", - "sc-client-api", - "sc-client-db", - "sc-consensus", + "sc-block-builder 0.37.0", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", + "sc-client-db 0.39.0", + "sc-consensus 0.37.0", "sc-consensus-babe", "sc-consensus-beefy", - "sc-consensus-grandpa", + "sc-consensus-grandpa 0.23.0", "sc-consensus-slots", - "sc-executor", - "sc-keystore", - "sc-network", - "sc-network-common", - "sc-network-sync", + "sc-executor 0.36.0", + "sc-keystore 29.0.0", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-network-sync 0.37.0", "sc-offchain", - "sc-service", + "sc-service 0.39.0", "sc-sync-state-rpc", - "sc-sysinfo", - "sc-telemetry", - "sc-transaction-pool", - "sc-transaction-pool-api", + "sc-sysinfo 31.0.0", + "sc-telemetry 18.0.0", + "sc-transaction-pool 32.0.0", + "sc-transaction-pool-api 32.0.0", "schnellru", "serde", "serde_json", "sp-api 30.0.0", "sp-authority-discovery 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-babe 0.36.0", "sp-consensus-beefy 17.0.0", "sp-consensus-grandpa 17.0.0", @@ -11227,7 +12428,7 @@ dependencies = [ "staging-xcm 11.0.0", "substrate-prometheus-endpoint", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", "westend-runtime", "xcm-fee-payment-runtime-api", ] @@ -11245,15 +12446,27 @@ dependencies = [ "futures-timer", "indexmap 2.2.6", "parity-scale-codec", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "sp-keystore 0.38.0", "sp-staking 30.0.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", +] + +[[package]] +name = "polkadot-statement-table" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a18144720acd47e1243b60c20bfb03f73dc67cbaf61bf2820991961e1ebb803b" +dependencies = [ + "parity-scale-codec", + "polkadot-primitives 10.0.0", + "sp-core 31.0.0", + "tracing-gum 10.0.0", ] [[package]] @@ -11265,7 +12478,7 @@ dependencies = [ "parity-scale-codec", "polkadot-primitives 11.0.0", "sp-core 32.0.0", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -11277,7 +12490,7 @@ dependencies = [ "libc", "log", "polkavm-assembler", - "polkavm-common", + "polkavm-common 0.9.0", "polkavm-linux-raw", ] @@ -11290,6 +12503,12 @@ dependencies = [ "log", ] +[[package]] +name = "polkavm-common" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "92c99f7eee94e7be43ba37eef65ad0ee8cbaf89b7c00001c3f6d2be985cb1817" + [[package]] name = "polkavm-common" version = "0.9.0" @@ -11299,13 +12518,34 @@ dependencies = [ "log", ] +[[package]] +name = "polkavm-derive" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "79fa916f7962348bd1bb1a65a83401675e6fc86c51a0fdbcf92a3108e58e6125" +dependencies = [ + "polkavm-derive-impl-macro 0.8.0", +] + [[package]] name = "polkavm-derive" version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ae8c4bea6f3e11cd89bb18bcdddac10bd9a24015399bd1c485ad68a985a19606" dependencies = [ - "polkavm-derive-impl-macro", + "polkavm-derive-impl-macro 0.9.0", +] + +[[package]] +name = "polkavm-derive-impl" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c10b2654a8a10a83c260bfb93e97b262cf0017494ab94a65d389e0eda6de6c9c" +dependencies = [ + "polkavm-common 0.8.0", + "proc-macro2", + "quote", + "syn 2.0.55", ] [[package]] @@ -11314,7 +12554,7 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c4fdfc49717fb9a196e74a5d28e0bc764eb394a2c803eb11133a31ac996c60c" dependencies = [ - "polkavm-common", + "polkavm-common 0.9.0", "proc-macro2", "quote", "syn 2.0.55", @@ -11322,17 +12562,27 @@ dependencies = [ [[package]] name = "polkavm-derive-impl-macro" -version = "0.9.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ba81f7b5faac81e528eb6158a6f3c9e0bb1008e0ffa19653bc8dea925ecb429" +checksum = "15e85319a0d5129dc9f021c62607e0804f5fb777a05cdda44d750ac0732def66" dependencies = [ - "polkavm-derive-impl", + "polkavm-derive-impl 0.8.0", "syn 2.0.55", ] [[package]] -name = "polkavm-linker" -version = "0.9.2" +name = "polkavm-derive-impl-macro" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ba81f7b5faac81e528eb6158a6f3c9e0bb1008e0ffa19653bc8dea925ecb429" +dependencies = [ + "polkavm-derive-impl 0.9.0", + "syn 2.0.55", +] + +[[package]] +name = "polkavm-linker" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c7be503e60cf56c0eb785f90aaba4b583b36bff00e93997d93fef97f9553c39" dependencies = [ @@ -11340,7 +12590,7 @@ dependencies = [ "hashbrown 0.14.3", "log", "object 0.32.2", - "polkavm-common", + "polkavm-common 0.9.0", "regalloc2 0.9.3", "rustc-demangle", ] @@ -11417,10 +12667,10 @@ dependencies = [ "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-service", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-primitives-aura 0.10.0", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-parachain-inherent 0.10.0", + "cumulus-relay-chain-interface 0.10.0", "frame-benchmarking 32.0.0", "frame-benchmarking-cli", "futures", @@ -11434,26 +12684,26 @@ dependencies = [ "pop-runtime-devnet", "pop-runtime-testnet", "sc-basic-authorship", - "sc-chain-spec", - "sc-cli", - "sc-client-api", - "sc-consensus", - "sc-executor", - "sc-network", - "sc-network-sync", + "sc-chain-spec 31.0.0", + "sc-cli 0.40.0", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sc-executor 0.36.0", + "sc-network 0.38.0", + "sc-network-sync 0.37.0", "sc-offchain", - "sc-rpc", - "sc-service", - "sc-sysinfo", - "sc-telemetry", - "sc-tracing", - "sc-transaction-pool", - "sc-transaction-pool-api", + "sc-rpc 33.0.0", + "sc-service 0.39.0", + "sc-sysinfo 31.0.0", + "sc-telemetry 18.0.0", + "sc-tracing 32.0.0", + "sc-transaction-pool 32.0.0", + "sc-transaction-pool-api 32.0.0", "serde", "serde_json", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-consensus-aura 0.36.0", "sp-core 32.0.0", "sp-io 34.0.0", @@ -11483,7 +12733,7 @@ name = "pop-runtime-common" version = "0.0.0" dependencies = [ "frame-support 32.0.0", - "parachains-common 11.0.0", + "parachains-common 10.0.0", "parity-scale-codec", "polkadot-primitives 11.0.0", "scale-info", @@ -11497,13 +12747,13 @@ version = "0.1.0" dependencies = [ "cumulus-pallet-aura-ext 0.11.0", "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-session-benchmarking 13.0.0", - "cumulus-pallet-xcm 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.0", + "cumulus-pallet-session-benchmarking 12.0.0", + "cumulus-pallet-xcm 0.10.0", + "cumulus-pallet-xcmp-queue 0.10.0", + "cumulus-primitives-aura 0.10.0", + "cumulus-primitives-core 0.10.0", "cumulus-primitives-storage-weight-reclaim", - "cumulus-primitives-utility 0.11.0", + "cumulus-primitives-utility 0.10.0", "enumflags2", "env_logger 0.11.3", "frame-benchmarking 32.0.0", @@ -11520,7 +12770,7 @@ dependencies = [ "pallet-aura 31.0.0", "pallet-authorship 32.0.0", "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", + "pallet-collator-selection 12.0.1", "pallet-contracts", "pallet-message-queue 35.0.0", "pallet-multisig 32.0.0", @@ -11537,7 +12787,7 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 32.0.0", "pallet-utility 32.0.0", "pallet-xcm 11.0.0", - "parachains-common 11.0.0", + "parachains-common 10.0.0", "parity-scale-codec", "polkadot-parachain-primitives 10.0.0", "polkadot-runtime-common 11.0.0", @@ -11558,7 +12808,7 @@ dependencies = [ "sp-std", "sp-transaction-pool 30.0.0", "sp-version 33.0.0", - "staging-parachain-info 0.11.0", + "staging-parachain-info 0.10.0", "staging-xcm 11.0.0", "staging-xcm-builder 11.0.0", "staging-xcm-executor 11.0.0", @@ -11571,12 +12821,12 @@ version = "0.2.0" dependencies = [ "cumulus-pallet-aura-ext 0.11.0", "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-session-benchmarking 13.0.0", - "cumulus-pallet-xcm 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-utility 0.11.0", + "cumulus-pallet-session-benchmarking 12.0.0", + "cumulus-pallet-xcm 0.10.0", + "cumulus-pallet-xcmp-queue 0.10.0", + "cumulus-primitives-aura 0.10.0", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-utility 0.10.0", "enumflags2", "env_logger 0.11.3", "frame-benchmarking 32.0.0", @@ -11593,7 +12843,7 @@ dependencies = [ "pallet-aura 31.0.0", "pallet-authorship 32.0.0", "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", + "pallet-collator-selection 12.0.1", "pallet-contracts", "pallet-message-queue 35.0.0", "pallet-multisig 32.0.0", @@ -11610,7 +12860,7 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 32.0.0", "pallet-utility 32.0.0", "pallet-xcm 11.0.0", - "parachains-common 11.0.0", + "parachains-common 10.0.0", "parity-scale-codec", "polkadot-parachain-primitives 10.0.0", "polkadot-runtime-common 11.0.0", @@ -11631,7 +12881,7 @@ dependencies = [ "sp-std", "sp-transaction-pool 30.0.0", "sp-version 33.0.0", - "staging-parachain-info 0.11.0", + "staging-parachain-info 0.10.0", "staging-xcm 11.0.0", "staging-xcm-builder 11.0.0", "staging-xcm-executor 11.0.0", @@ -12738,6 +13988,18 @@ dependencies = [ "winapi-util", ] +[[package]] +name = "sc-allocator" +version = "26.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4715fddb2bd1862aa21f6312528ab339b7d03ef5ec654e3aa200a3119392392f" +dependencies = [ + "log", + "sp-core 31.0.0", + "sp-wasm-interface 20.0.0", + "thiserror", +] + [[package]] name = "sc-allocator" version = "27.0.0" @@ -12750,6 +14012,36 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sc-authority-discovery" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f987a536468e06b66fe3cac296b27dc532f301199e0278bc42ac32b8eb3a4a9d" +dependencies = [ + "async-trait", + "futures", + "futures-timer", + "ip_network", + "libp2p", + "log", + "multihash 0.18.1", + "multihash-codetable", + "parity-scale-codec", + "prost 0.12.3", + "prost-build", + "rand", + "sc-client-api 31.0.0", + "sc-network 0.37.0", + "sp-api 29.0.0", + "sp-authority-discovery 29.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", + "thiserror", +] + [[package]] name = "sc-authority-discovery" version = "0.38.0" @@ -12769,11 +14061,11 @@ dependencies = [ "prost 0.12.3", "prost-build", "rand", - "sc-client-api", - "sc-network", + "sc-client-api 32.0.0", + "sc-network 0.38.0", "sp-api 30.0.0", "sp-authority-discovery 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "sp-runtime 35.0.0", @@ -12791,19 +14083,35 @@ dependencies = [ "futures-timer", "log", "parity-scale-codec", - "sc-block-builder", + "sc-block-builder 0.37.0", "sc-proposer-metrics", - "sc-telemetry", - "sc-transaction-pool-api", + "sc-telemetry 18.0.0", + "sc-transaction-pool-api 32.0.0", "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-inherents 30.0.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", ] +[[package]] +name = "sc-block-builder" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "033b5ee0fa6d770c9db8cd59f6d1f88e792c088238278fcb836b5c851936a62d" +dependencies = [ + "parity-scale-codec", + "sp-api 29.0.0", + "sp-block-builder 29.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-trie 32.0.0", +] + [[package]] name = "sc-block-builder" version = "0.37.0" @@ -12813,13 +14121,40 @@ dependencies = [ "parity-scale-codec", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-inherents 30.0.0", "sp-runtime 35.0.0", "sp-trie 33.0.0", ] +[[package]] +name = "sc-chain-spec" +version = "30.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5dfb28048e5b2d168870e2205d3e41db1f387a781831a8b8b82c9f10536c2742" +dependencies = [ + "array-bytes 6.2.2", + "docify", + "log", + "memmap2 0.9.4", + "parity-scale-codec", + "sc-chain-spec-derive", + "sc-client-api 31.0.0", + "sc-executor 0.35.0", + "sc-network 0.37.0", + "sc-telemetry 17.0.0", + "serde", + "serde_json", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-crypto-hashing", + "sp-genesis-builder 0.10.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", +] + [[package]] name = "sc-chain-spec" version = "31.0.0" @@ -12832,13 +14167,13 @@ dependencies = [ "memmap2 0.9.4", "parity-scale-codec", "sc-chain-spec-derive", - "sc-client-api", - "sc-executor", - "sc-network", - "sc-telemetry", + "sc-client-api 32.0.0", + "sc-executor 0.36.0", + "sc-network 0.38.0", + "sc-telemetry 18.0.0", "serde", "serde_json", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-genesis-builder 0.11.0", @@ -12859,6 +14194,48 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "sc-cli" +version = "0.39.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "20c2eae4d9396b19403f89f058a6a684066b58e051b1310f246eb9b41a7b54fe" +dependencies = [ + "array-bytes 6.2.2", + "chrono", + "clap", + "fdlimit", + "futures", + "itertools 0.10.5", + "libp2p-identity", + "log", + "names", + "parity-bip39", + "parity-scale-codec", + "rand", + "regex", + "rpassword", + "sc-client-api 31.0.0", + "sc-client-db 0.38.0", + "sc-keystore 28.0.0", + "sc-mixnet 0.7.0", + "sc-network 0.37.0", + "sc-service 0.38.0", + "sc-telemetry 17.0.0", + "sc-tracing 31.0.0", + "sc-utils 16.0.0", + "serde", + "serde_json", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-keyring 34.0.0", + "sp-keystore 0.37.0", + "sp-panic-handler", + "sp-runtime 34.0.0", + "sp-version 32.0.0", + "thiserror", + "tokio", +] + [[package]] name = "sc-cli" version = "0.40.0" @@ -12879,18 +14256,18 @@ dependencies = [ "rand", "regex", "rpassword", - "sc-client-api", - "sc-client-db", - "sc-keystore", - "sc-mixnet", - "sc-network", - "sc-service", - "sc-telemetry", - "sc-tracing", - "sc-utils", + "sc-client-api 32.0.0", + "sc-client-db 0.39.0", + "sc-keystore 29.0.0", + "sc-mixnet 0.8.0", + "sc-network 0.38.0", + "sc-service 0.39.0", + "sc-telemetry 18.0.0", + "sc-tracing 32.0.0", + "sc-utils 17.0.0", "serde", "serde_json", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-keyring 35.0.0", "sp-keystore 0.38.0", @@ -12901,6 +14278,34 @@ dependencies = [ "tokio", ] +[[package]] +name = "sc-client-api" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "08db275ca98f1fe44db2e2058893b182b85ef11cee7cf271edffd449a1179fc4" +dependencies = [ + "fnv", + "futures", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-executor 0.35.0", + "sc-transaction-pool-api 31.0.0", + "sc-utils 16.0.0", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-consensus 0.35.0", + "sp-core 31.0.0", + "sp-database", + "sp-externalities 0.27.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "sp-statement-store 13.0.0", + "sp-storage 20.0.0", + "sp-trie 32.0.0", + "substrate-prometheus-endpoint", +] + [[package]] name = "sc-client-api" version = "32.0.0" @@ -12912,23 +14317,50 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-executor", - "sc-transaction-pool-api", - "sc-utils", + "sc-executor 0.36.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-database", "sp-externalities 0.28.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", - "sp-statement-store", + "sp-statement-store 14.0.0", "sp-storage 21.0.0", "sp-trie 33.0.0", "substrate-prometheus-endpoint", ] +[[package]] +name = "sc-client-db" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6bd93f124c30ec885696128a639e190293bee2a6430cc04248d656093b5d4f42" +dependencies = [ + "hash-db", + "kvdb", + "kvdb-memorydb", + "kvdb-rocksdb", + "linked-hash-map", + "log", + "parity-db", + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-client-api 31.0.0", + "sc-state-db 0.33.0", + "schnellru", + "sp-arithmetic 25.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-database", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "sp-trie 32.0.0", +] + [[package]] name = "sc-client-db" version = "0.39.0" @@ -12944,11 +14376,11 @@ dependencies = [ "parity-db", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api", - "sc-state-db", + "sc-client-api 32.0.0", + "sc-state-db 0.34.0", "schnellru", "sp-arithmetic 26.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-database", "sp-runtime 35.0.0", @@ -12956,6 +14388,32 @@ dependencies = [ "sp-trie 33.0.0", ] +[[package]] +name = "sc-consensus" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4da51746e9689ecee65d6c1ac32e89a7b0452ee1ce377485e94c285e9690dcfd" +dependencies = [ + "async-trait", + "futures", + "futures-timer", + "libp2p-identity", + "log", + "mockall", + "parking_lot 0.12.1", + "sc-client-api 31.0.0", + "sc-utils 16.0.0", + "serde", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-consensus 0.35.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "substrate-prometheus-endpoint", + "thiserror", +] + [[package]] name = "sc-consensus" version = "0.37.0" @@ -12969,12 +14427,12 @@ dependencies = [ "log", "mockall", "parking_lot 0.12.1", - "sc-client-api", - "sc-utils", + "sc-client-api 32.0.0", + "sc-utils 17.0.0", "serde", "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", @@ -12992,16 +14450,16 @@ dependencies = [ "futures", "log", "parity-scale-codec", - "sc-block-builder", - "sc-client-api", - "sc-consensus", + "sc-block-builder 0.37.0", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", "sc-consensus-slots", - "sc-telemetry", + "sc-telemetry 18.0.0", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-aura 0.36.0", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", @@ -13019,7 +14477,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "efe6f127a27ea6ace8e4391ba847ccf21d3512499e1c5e7c300e7e5115642544" dependencies = [ "async-trait", - "fork-tree", + "fork-tree 13.0.0", "futures", "log", "num-bigint", @@ -13027,17 +14485,17 @@ dependencies = [ "num-traits", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api", - "sc-consensus", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", "sc-consensus-epochs", "sc-consensus-slots", - "sc-telemetry", - "sc-transaction-pool-api", + "sc-telemetry 18.0.0", + "sc-transaction-pool-api 32.0.0", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-babe 0.36.0", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", @@ -13059,12 +14517,12 @@ dependencies = [ "jsonrpsee", "sc-consensus-babe", "sc-consensus-epochs", - "sc-rpc-api", + "sc-rpc-api 0.37.0", "serde", "sp-api 30.0.0", "sp-application-crypto 34.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-babe 0.36.0", "sp-core 32.0.0", "sp-keystore 0.38.0", @@ -13086,17 +14544,17 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api", - "sc-consensus", - "sc-network", - "sc-network-gossip", - "sc-network-sync", - "sc-utils", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sc-network 0.38.0", + "sc-network-gossip 0.38.0", + "sc-network-sync 0.37.0", + "sc-utils 17.0.0", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-arithmetic 26.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-beefy 17.0.0", "sp-core 32.0.0", "sp-crypto-hashing", @@ -13121,7 +14579,7 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "sc-consensus-beefy", - "sc-rpc", + "sc-rpc 33.0.0", "serde", "sp-consensus-beefy 17.0.0", "sp-core 32.0.0", @@ -13135,14 +14593,58 @@ version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b2217e53886dbfd4749eaa2e671f8e59807a2fb711ffa0023b3dc5b30f5db458" dependencies = [ - "fork-tree", + "fork-tree 13.0.0", "parity-scale-codec", - "sc-client-api", - "sc-consensus", - "sp-blockchain", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sp-blockchain 32.0.0", "sp-runtime 35.0.0", ] +[[package]] +name = "sc-consensus-grandpa" +version = "0.22.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e19945689693bbea950220bf7af1c79a2f70f5f37b97f7e6d136dcaf2b34f4a5" +dependencies = [ + "ahash 0.8.11", + "array-bytes 6.2.2", + "async-trait", + "dyn-clone", + "finality-grandpa", + "fork-tree 12.0.0", + "futures", + "futures-timer", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "rand", + "sc-block-builder 0.36.0", + "sc-chain-spec 30.0.1", + "sc-client-api 31.0.0", + "sc-consensus 0.36.0", + "sc-network 0.37.0", + "sc-network-common 0.36.0", + "sc-network-gossip 0.37.0", + "sc-network-sync 0.36.0", + "sc-telemetry 17.0.0", + "sc-transaction-pool-api 31.0.0", + "sc-utils 16.0.0", + "serde_json", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-arithmetic 25.0.0", + "sp-blockchain 31.0.0", + "sp-consensus 0.35.0", + "sp-consensus-grandpa 16.0.0", + "sp-core 31.0.0", + "sp-crypto-hashing", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", + "thiserror", +] + [[package]] name = "sc-consensus-grandpa" version = "0.23.0" @@ -13154,30 +14656,30 @@ dependencies = [ "async-trait", "dyn-clone", "finality-grandpa", - "fork-tree", + "fork-tree 13.0.0", "futures", "futures-timer", "log", "parity-scale-codec", "parking_lot 0.12.1", "rand", - "sc-block-builder", - "sc-chain-spec", - "sc-client-api", - "sc-consensus", - "sc-network", - "sc-network-common", - "sc-network-gossip", - "sc-network-sync", - "sc-telemetry", - "sc-transaction-pool-api", - "sc-utils", + "sc-block-builder 0.37.0", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-network-gossip 0.38.0", + "sc-network-sync 0.37.0", + "sc-telemetry 18.0.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", "serde_json", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-arithmetic 26.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-grandpa 17.0.0", "sp-core 32.0.0", "sp-crypto-hashing", @@ -13198,11 +14700,11 @@ dependencies = [ "jsonrpsee", "log", "parity-scale-codec", - "sc-client-api", - "sc-consensus-grandpa", - "sc-rpc", + "sc-client-api 32.0.0", + "sc-consensus-grandpa 0.23.0", + "sc-rpc 33.0.0", "serde", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "thiserror", @@ -13219,12 +14721,12 @@ dependencies = [ "futures-timer", "log", "parity-scale-codec", - "sc-client-api", - "sc-consensus", - "sc-telemetry", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sc-telemetry 18.0.0", "sp-arithmetic 26.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", "sp-inherents 30.0.0", @@ -13232,6 +14734,30 @@ dependencies = [ "sp-state-machine 0.39.0", ] +[[package]] +name = "sc-executor" +version = "0.35.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b8f8ddc63df8219768b729f9098ecd4362d2756b40784071cd44c3041f1d51d" +dependencies = [ + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-executor-common 0.32.0", + "sc-executor-polkavm 0.29.0", + "sc-executor-wasmtime 0.32.0", + "schnellru", + "sp-api 29.0.0", + "sp-core 31.0.0", + "sp-externalities 0.27.0", + "sp-io 33.0.0", + "sp-panic-handler", + "sp-runtime-interface 26.0.0", + "sp-trie 32.0.0", + "sp-version 32.0.0", + "sp-wasm-interface 20.0.0", + "tracing", +] + [[package]] name = "sc-executor" version = "0.36.0" @@ -13240,9 +14766,9 @@ checksum = "cc6b47b642a92adcabaeadb7d76bd1a02bcf5a93f2b649e81afe8b940107bbda" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", - "sc-executor-common", - "sc-executor-polkavm", - "sc-executor-wasmtime", + "sc-executor-common 0.33.0", + "sc-executor-polkavm 0.30.0", + "sc-executor-wasmtime 0.33.1", "schnellru", "sp-api 30.0.0", "sp-core 32.0.0", @@ -13256,6 +14782,20 @@ dependencies = [ "tracing", ] +[[package]] +name = "sc-executor-common" +version = "0.32.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "00308c10173ec6446ccc2b96cd3a3037e64c94a424f94daa8c96f288794f4d34" +dependencies = [ + "polkavm", + "sc-allocator 26.0.0", + "sp-maybe-compressed-blob", + "sp-wasm-interface 20.0.0", + "thiserror", + "wasm-instrument", +] + [[package]] name = "sc-executor-common" version = "0.33.0" @@ -13263,13 +14803,25 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "88c61ef111d7ccc7697ee4788654f4f998662db057c27ca2de4b94f20e3e6ed1" dependencies = [ "polkavm", - "sc-allocator", + "sc-allocator 27.0.0", "sp-maybe-compressed-blob", "sp-wasm-interface 21.0.0", "thiserror", "wasm-instrument", ] +[[package]] +name = "sc-executor-polkavm" +version = "0.29.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "63b9c814d3a94df7a323d728a6961a3b9ec8c5c5979eb858ec098ddf2838cfc0" +dependencies = [ + "log", + "polkavm", + "sc-executor-common 0.32.0", + "sp-wasm-interface 20.0.0", +] + [[package]] name = "sc-executor-polkavm" version = "0.30.0" @@ -13278,10 +14830,29 @@ checksum = "6fb96b22b779ba14f449d114b63efd162f95f1cdf773cdac29f75fe6a250de24" dependencies = [ "log", "polkavm", - "sc-executor-common", + "sc-executor-common 0.33.0", "sp-wasm-interface 21.0.0", ] +[[package]] +name = "sc-executor-wasmtime" +version = "0.32.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fa37286464bd16146c612e3193a56df728815d23f9bf0faac7df898c0944c87f" +dependencies = [ + "anyhow", + "cfg-if", + "libc", + "log", + "parking_lot 0.12.1", + "rustix 0.36.17", + "sc-allocator 26.0.0", + "sc-executor-common 0.32.0", + "sp-runtime-interface 26.0.0", + "sp-wasm-interface 20.0.0", + "wasmtime", +] + [[package]] name = "sc-executor-wasmtime" version = "0.33.1" @@ -13294,13 +14865,31 @@ dependencies = [ "log", "parking_lot 0.12.1", "rustix 0.36.17", - "sc-allocator", - "sc-executor-common", + "sc-allocator 27.0.0", + "sc-executor-common 0.33.0", "sp-runtime-interface 27.0.0", "sp-wasm-interface 21.0.0", "wasmtime", ] +[[package]] +name = "sc-informant" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2e9005c37100c6ea2b06668f72ba5bc927b5a2445ed26b008ddf1875998dea41" +dependencies = [ + "ansi_term", + "futures", + "futures-timer", + "log", + "sc-client-api 31.0.0", + "sc-network 0.37.0", + "sc-network-common 0.36.0", + "sc-network-sync 0.36.0", + "sp-blockchain 31.0.0", + "sp-runtime 34.0.0", +] + [[package]] name = "sc-informant" version = "0.37.0" @@ -13311,29 +14900,74 @@ dependencies = [ "futures", "futures-timer", "log", - "sc-client-api", - "sc-network", - "sc-network-common", - "sc-network-sync", - "sp-blockchain", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-network-sync 0.37.0", + "sp-blockchain 32.0.0", "sp-runtime 35.0.0", ] [[package]] name = "sc-keystore" -version = "29.0.0" +version = "28.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6477f27aa17ada189355325c16992d3e612d2fe276ecef9da1b36b6b297b3ac4" +checksum = "3ef7283da5d643ef89ed094e1b23451ec70386a9474d337cdaa0ef81870bb2d4" dependencies = [ "array-bytes 6.2.2", "parking_lot 0.12.1", "serde_json", - "sp-application-crypto 34.0.0", - "sp-core 32.0.0", + "sp-application-crypto 33.0.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "thiserror", +] + +[[package]] +name = "sc-keystore" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6477f27aa17ada189355325c16992d3e612d2fe276ecef9da1b36b6b297b3ac4" +dependencies = [ + "array-bytes 6.2.2", + "parking_lot 0.12.1", + "serde_json", + "sp-application-crypto 34.0.0", + "sp-core 32.0.0", "sp-keystore 0.38.0", "thiserror", ] +[[package]] +name = "sc-mixnet" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "248d9be75de68e34f6490065c398b8177ff967902d93e6b88527a0e8c00903ad" +dependencies = [ + "array-bytes 4.2.0", + "arrayvec 0.7.4", + "blake2 0.10.6", + "bytes", + "futures", + "futures-timer", + "libp2p-identity", + "log", + "mixnet", + "multiaddr", + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-client-api 31.0.0", + "sc-network 0.37.0", + "sc-transaction-pool-api 31.0.0", + "sp-api 29.0.0", + "sp-consensus 0.35.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "sp-mixnet 0.7.0", + "sp-runtime 34.0.0", + "thiserror", +] + [[package]] name = "sc-mixnet" version = "0.8.0" @@ -13352,18 +14986,62 @@ dependencies = [ "multiaddr", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api", - "sc-network", - "sc-transaction-pool-api", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sc-transaction-pool-api 32.0.0", "sp-api 30.0.0", - "sp-consensus", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-mixnet", + "sp-mixnet 0.8.0", "sp-runtime 35.0.0", "thiserror", ] +[[package]] +name = "sc-network" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4067423488686ff78561ed0d32ac7e2617edd31219088b1322e85e945e62de29" +dependencies = [ + "array-bytes 6.2.2", + "async-channel 1.9.0", + "async-trait", + "asynchronous-codec", + "bytes", + "either", + "fnv", + "futures", + "futures-timer", + "ip_network", + "libp2p", + "linked_hash_set", + "log", + "mockall", + "parity-scale-codec", + "parking_lot 0.12.1", + "partial_sort", + "pin-project", + "rand", + "sc-client-api 31.0.0", + "sc-network-common 0.36.0", + "sc-utils 16.0.0", + "serde", + "serde_json", + "smallvec", + "sp-arithmetic 25.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", + "thiserror", + "tokio", + "tokio-stream", + "unsigned-varint", + "wasm-timer", + "zeroize", +] + [[package]] name = "sc-network" version = "0.38.0" @@ -13389,14 +15067,14 @@ dependencies = [ "partial_sort", "pin-project", "rand", - "sc-client-api", - "sc-network-common", - "sc-utils", + "sc-client-api 32.0.0", + "sc-network-common 0.37.0", + "sc-utils 17.0.0", "serde", "serde_json", "smallvec", "sp-arithmetic 26.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", @@ -13408,6 +15086,27 @@ dependencies = [ "zeroize", ] +[[package]] +name = "sc-network-bitswap" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8dacf210f4e36e53dc3d3ff1cfd72e4378eb973568c261e7c62bc8daaec9f945" +dependencies = [ + "async-channel 1.9.0", + "cid", + "futures", + "libp2p-identity", + "log", + "prost 0.12.3", + "prost-build", + "sc-client-api 31.0.0", + "sc-network 0.37.0", + "sp-blockchain 31.0.0", + "sp-runtime 34.0.0", + "thiserror", + "unsigned-varint", +] + [[package]] name = "sc-network-bitswap" version = "0.37.0" @@ -13421,14 +15120,32 @@ dependencies = [ "log", "prost 0.12.3", "prost-build", - "sc-client-api", - "sc-network", - "sp-blockchain", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sp-blockchain 32.0.0", "sp-runtime 35.0.0", "thiserror", "unsigned-varint", ] +[[package]] +name = "sc-network-common" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "551dba7ce65d136788c3154044fb425e2cb6e883d20c3cd25c0720a5b5251ed4" +dependencies = [ + "async-trait", + "bitflags 1.3.2", + "futures", + "libp2p-identity", + "parity-scale-codec", + "prost-build", + "sc-consensus 0.36.0", + "sp-consensus 0.35.0", + "sp-consensus-grandpa 16.0.0", + "sp-runtime 34.0.0", +] + [[package]] name = "sc-network-common" version = "0.37.0" @@ -13441,12 +15158,32 @@ dependencies = [ "libp2p-identity", "parity-scale-codec", "prost-build", - "sc-consensus", - "sp-consensus", + "sc-consensus 0.37.0", + "sp-consensus 0.36.0", "sp-consensus-grandpa 17.0.0", "sp-runtime 35.0.0", ] +[[package]] +name = "sc-network-gossip" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "06e36f8665cba733bd0690e864ef59cb87627120e57607b768e6e7cf30cecd20" +dependencies = [ + "ahash 0.8.11", + "futures", + "futures-timer", + "libp2p", + "log", + "sc-network 0.37.0", + "sc-network-common 0.36.0", + "sc-network-sync 0.36.0", + "schnellru", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", + "tracing", +] + [[package]] name = "sc-network-gossip" version = "0.38.0" @@ -13458,15 +15195,37 @@ dependencies = [ "futures-timer", "libp2p", "log", - "sc-network", - "sc-network-common", - "sc-network-sync", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-network-sync 0.37.0", "schnellru", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "tracing", ] +[[package]] +name = "sc-network-light" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d4c4a77832e7d86e2b8f579339a47ebc16eec560bb4d62c42f0daad10700a512" +dependencies = [ + "array-bytes 6.2.2", + "async-channel 1.9.0", + "futures", + "libp2p-identity", + "log", + "parity-scale-codec", + "prost 0.12.3", + "prost-build", + "sc-client-api 31.0.0", + "sc-network 0.37.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "thiserror", +] + [[package]] name = "sc-network-light" version = "0.37.0" @@ -13481,14 +15240,51 @@ dependencies = [ "parity-scale-codec", "prost 0.12.3", "prost-build", - "sc-client-api", - "sc-network", - "sp-blockchain", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "thiserror", ] +[[package]] +name = "sc-network-sync" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b7dfdaf49edeaa23ae0da1a9bf6ea3e308c11822cb3a853996f1203b06249411" +dependencies = [ + "array-bytes 6.2.2", + "async-channel 1.9.0", + "async-trait", + "fork-tree 12.0.0", + "futures", + "futures-timer", + "libp2p", + "log", + "mockall", + "parity-scale-codec", + "prost 0.12.3", + "prost-build", + "sc-client-api 31.0.0", + "sc-consensus 0.36.0", + "sc-network 0.37.0", + "sc-network-common 0.36.0", + "sc-utils 16.0.0", + "schnellru", + "smallvec", + "sp-arithmetic 25.0.0", + "sp-blockchain 31.0.0", + "sp-consensus 0.35.0", + "sp-consensus-grandpa 16.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", + "thiserror", + "tokio", + "tokio-stream", +] + [[package]] name = "sc-network-sync" version = "0.37.0" @@ -13498,7 +15294,7 @@ dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", "async-trait", - "fork-tree", + "fork-tree 13.0.0", "futures", "futures-timer", "libp2p", @@ -13507,16 +15303,16 @@ dependencies = [ "parity-scale-codec", "prost 0.12.3", "prost-build", - "sc-client-api", - "sc-consensus", - "sc-network", - "sc-network-common", - "sc-utils", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-utils 17.0.0", "schnellru", "smallvec", "sp-arithmetic 26.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-grandpa 17.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", @@ -13526,6 +15322,26 @@ dependencies = [ "tokio-stream", ] +[[package]] +name = "sc-network-transactions" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1b3824e7a1aa29ed3d2294810c8e018a6df3798eec236f3043a62945daf7d9b1" +dependencies = [ + "array-bytes 6.2.2", + "futures", + "libp2p", + "log", + "parity-scale-codec", + "sc-network 0.37.0", + "sc-network-common 0.36.0", + "sc-network-sync 0.36.0", + "sc-utils 16.0.0", + "sp-consensus 0.35.0", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", +] + [[package]] name = "sc-network-transactions" version = "0.37.0" @@ -13537,11 +15353,11 @@ dependencies = [ "libp2p", "log", "parity-scale-codec", - "sc-network", - "sc-network-common", - "sc-network-sync", - "sc-utils", - "sp-consensus", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-network-sync 0.37.0", + "sc-utils 17.0.0", + "sp-consensus 0.36.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", ] @@ -13566,11 +15382,11 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "rand", - "sc-client-api", - "sc-network", - "sc-network-common", - "sc-transaction-pool-api", - "sc-utils", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", "sp-api 30.0.0", "sp-core 32.0.0", "sp-externalities 0.28.0", @@ -13591,6 +15407,39 @@ dependencies = [ "substrate-prometheus-endpoint", ] +[[package]] +name = "sc-rpc" +version = "32.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6d796d75b22785b09c58478f1418b75c9787d598a0d2ab8edbd0072731ec4aaa" +dependencies = [ + "futures", + "jsonrpsee", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-block-builder 0.36.0", + "sc-chain-spec 30.0.1", + "sc-client-api 31.0.0", + "sc-mixnet 0.7.0", + "sc-rpc-api 0.36.0", + "sc-tracing 31.0.0", + "sc-transaction-pool-api 31.0.0", + "sc-utils 16.0.0", + "serde_json", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "sp-offchain 29.0.0", + "sp-rpc 29.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-statement-store 13.0.0", + "sp-version 32.0.0", + "tokio", +] + [[package]] name = "sc-rpc" version = "33.0.0" @@ -13602,28 +15451,49 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-block-builder", - "sc-chain-spec", - "sc-client-api", - "sc-mixnet", - "sc-rpc-api", - "sc-tracing", - "sc-transaction-pool-api", - "sc-utils", + "sc-block-builder 0.37.0", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", + "sc-mixnet 0.8.0", + "sc-rpc-api 0.37.0", + "sc-tracing 32.0.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", "serde_json", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "sp-offchain 30.0.0", - "sp-rpc", + "sp-rpc 30.0.0", "sp-runtime 35.0.0", "sp-session 31.0.0", - "sp-statement-store", + "sp-statement-store 14.0.0", "sp-version 33.0.0", "tokio", ] +[[package]] +name = "sc-rpc-api" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3705feca378ef3f3f84fb337480405a611a15c8637b2449ed514ca63765e421b" +dependencies = [ + "jsonrpsee", + "parity-scale-codec", + "sc-chain-spec 30.0.1", + "sc-mixnet 0.7.0", + "sc-transaction-pool-api 31.0.0", + "scale-info", + "serde", + "serde_json", + "sp-core 31.0.0", + "sp-rpc 29.0.0", + "sp-runtime 34.0.0", + "sp-version 32.0.0", + "thiserror", +] + [[package]] name = "sc-rpc-api" version = "0.37.0" @@ -13632,19 +15502,38 @@ checksum = "b82060f09f886f59fd19a77cc6668c209e883fc93511e9c441ef84adfea80f36" dependencies = [ "jsonrpsee", "parity-scale-codec", - "sc-chain-spec", - "sc-mixnet", - "sc-transaction-pool-api", + "sc-chain-spec 31.0.0", + "sc-mixnet 0.8.0", + "sc-transaction-pool-api 32.0.0", "scale-info", "serde", "serde_json", "sp-core 32.0.0", - "sp-rpc", + "sp-rpc 30.0.0", "sp-runtime 35.0.0", "sp-version 33.0.0", "thiserror", ] +[[package]] +name = "sc-rpc-server" +version = "14.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "65f705946ae375fc47ee9a2e2df0b7e339a1fb8c8eb5c9eb6f206619d27946a7" +dependencies = [ + "futures", + "governor", + "http", + "hyper", + "jsonrpsee", + "log", + "serde_json", + "substrate-prometheus-endpoint", + "tokio", + "tower", + "tower-http", +] + [[package]] name = "sc-rpc-server" version = "15.0.0" @@ -13664,6 +15553,38 @@ dependencies = [ "tower-http", ] +[[package]] +name = "sc-rpc-spec-v2" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "66dcea3fe5f0bcbaf08d6a42e877ae8f50b9cdbc87f65f7c79fbe5003e3969dc" +dependencies = [ + "array-bytes 6.2.2", + "futures", + "futures-util", + "hex", + "jsonrpsee", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "rand", + "sc-chain-spec 30.0.1", + "sc-client-api 31.0.0", + "sc-rpc 32.0.0", + "sc-transaction-pool-api 31.0.0", + "sc-utils 16.0.0", + "serde", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-rpc 29.0.0", + "sp-runtime 34.0.0", + "sp-version 32.0.0", + "thiserror", + "tokio", + "tokio-stream", +] + [[package]] name = "sc-rpc-spec-v2" version = "0.38.0" @@ -13679,16 +15600,16 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "rand", - "sc-chain-spec", - "sc-client-api", - "sc-rpc", - "sc-transaction-pool-api", - "sc-utils", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", + "sc-rpc 33.0.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", "serde", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", - "sp-rpc", + "sp-rpc 30.0.0", "sp-runtime 35.0.0", "sp-version 33.0.0", "thiserror", @@ -13696,6 +15617,71 @@ dependencies = [ "tokio-stream", ] +[[package]] +name = "sc-service" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "42678fb737ea101658a8288cd3fcc0bff59ef40cd1a1c4f4d4042c3fa17bae41" +dependencies = [ + "async-trait", + "directories", + "exit-future", + "futures", + "futures-timer", + "jsonrpsee", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "pin-project", + "rand", + "sc-chain-spec 30.0.1", + "sc-client-api 31.0.0", + "sc-client-db 0.38.0", + "sc-consensus 0.36.0", + "sc-executor 0.35.0", + "sc-informant 0.36.0", + "sc-keystore 28.0.0", + "sc-network 0.37.0", + "sc-network-bitswap 0.36.0", + "sc-network-common 0.36.0", + "sc-network-light 0.36.0", + "sc-network-sync 0.36.0", + "sc-network-transactions 0.36.0", + "sc-rpc 32.0.0", + "sc-rpc-server 14.0.0", + "sc-rpc-spec-v2 0.37.0", + "sc-sysinfo 30.0.0", + "sc-telemetry 17.0.0", + "sc-tracing 31.0.0", + "sc-transaction-pool 31.0.0", + "sc-transaction-pool-api 31.0.0", + "sc-utils 16.0.0", + "schnellru", + "serde", + "serde_json", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-consensus 0.35.0", + "sp-core 31.0.0", + "sp-externalities 0.27.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-state-machine 0.38.0", + "sp-storage 20.0.0", + "sp-transaction-pool 29.0.0", + "sp-transaction-storage-proof 29.0.0", + "sp-trie 32.0.0", + "sp-version 32.0.0", + "static_init", + "substrate-prometheus-endpoint", + "tempfile", + "thiserror", + "tokio", + "tracing", + "tracing-futures", +] + [[package]] name = "sc-service" version = "0.39.0" @@ -13713,34 +15699,34 @@ dependencies = [ "parking_lot 0.12.1", "pin-project", "rand", - "sc-chain-spec", - "sc-client-api", - "sc-client-db", - "sc-consensus", - "sc-executor", - "sc-informant", - "sc-keystore", - "sc-network", - "sc-network-bitswap", - "sc-network-common", - "sc-network-light", - "sc-network-sync", - "sc-network-transactions", - "sc-rpc", - "sc-rpc-server", - "sc-rpc-spec-v2", - "sc-sysinfo", - "sc-telemetry", - "sc-tracing", - "sc-transaction-pool", - "sc-transaction-pool-api", - "sc-utils", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", + "sc-client-db 0.39.0", + "sc-consensus 0.37.0", + "sc-executor 0.36.0", + "sc-informant 0.37.0", + "sc-keystore 29.0.0", + "sc-network 0.38.0", + "sc-network-bitswap 0.37.0", + "sc-network-common 0.37.0", + "sc-network-light 0.37.0", + "sc-network-sync 0.37.0", + "sc-network-transactions 0.37.0", + "sc-rpc 33.0.0", + "sc-rpc-server 15.0.0", + "sc-rpc-spec-v2 0.38.0", + "sc-sysinfo 31.0.0", + "sc-telemetry 18.0.0", + "sc-tracing 32.0.0", + "sc-transaction-pool 32.0.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", "schnellru", "serde", "serde_json", "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-externalities 0.28.0", "sp-keystore 0.38.0", @@ -13749,7 +15735,7 @@ dependencies = [ "sp-state-machine 0.39.0", "sp-storage 21.0.0", "sp-transaction-pool 30.0.0", - "sp-transaction-storage-proof", + "sp-transaction-storage-proof 30.0.0", "sp-trie 33.0.0", "sp-version 33.0.0", "static_init", @@ -13761,6 +15747,18 @@ dependencies = [ "tracing-futures", ] +[[package]] +name = "sc-state-db" +version = "0.33.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9863fb81595a25b908d7143c1a3e162d237e67890088363df4a121fe37c49d08" +dependencies = [ + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "sp-core 31.0.0", +] + [[package]] name = "sc-state-db" version = "0.34.0" @@ -13795,16 +15793,38 @@ checksum = "75577af6d7128f3c0cd1dfa83f9ec056dbe4cdce297f1d257f2a1253134c6e9a" dependencies = [ "jsonrpsee", "parity-scale-codec", - "sc-chain-spec", - "sc-client-api", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", "sc-consensus-babe", "sc-consensus-epochs", - "sc-consensus-grandpa", + "sc-consensus-grandpa 0.23.0", + "serde", + "serde_json", + "sp-blockchain 32.0.0", + "sp-runtime 35.0.0", + "thiserror", +] + +[[package]] +name = "sc-sysinfo" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f098da1a83dc5b4e69ef66f7dfc5c0a82bc63defe8dcb0aaa1819e9b2bd6d744" +dependencies = [ + "derive_more", + "futures", + "libc", + "log", + "rand", + "rand_pcg", + "regex", + "sc-telemetry 17.0.0", "serde", "serde_json", - "sp-blockchain", - "sp-runtime 35.0.0", - "thiserror", + "sp-core 31.0.0", + "sp-crypto-hashing", + "sp-io 33.0.0", + "sp-std", ] [[package]] @@ -13820,7 +15840,7 @@ dependencies = [ "rand", "rand_pcg", "regex", - "sc-telemetry", + "sc-telemetry 18.0.0", "serde", "serde_json", "sp-core 32.0.0", @@ -13829,6 +15849,26 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sc-telemetry" +version = "17.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6c6807ebd9f43ab628931842d3aaa9404ddfd07013e9c7027ca603f496939577" +dependencies = [ + "chrono", + "futures", + "libp2p", + "log", + "parking_lot 0.12.1", + "pin-project", + "rand", + "sc-utils 16.0.0", + "serde", + "serde_json", + "thiserror", + "wasm-timer", +] + [[package]] name = "sc-telemetry" version = "18.0.0" @@ -13842,13 +15882,44 @@ dependencies = [ "parking_lot 0.12.1", "pin-project", "rand", - "sc-utils", + "sc-utils 17.0.0", "serde", "serde_json", "thiserror", "wasm-timer", ] +[[package]] +name = "sc-tracing" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "83e8f5e8eb36f887dba06e1392717e27e4edf12d23d5220dba8ee851de8b174e" +dependencies = [ + "ansi_term", + "chrono", + "is-terminal", + "lazy_static", + "libc", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "regex", + "rustc-hash", + "sc-client-api 31.0.0", + "sc-tracing-proc-macro", + "serde", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-rpc 29.0.0", + "sp-runtime 34.0.0", + "sp-tracing 16.0.0", + "thiserror", + "tracing", + "tracing-log 0.1.4", + "tracing-subscriber 0.2.25", +] + [[package]] name = "sc-tracing" version = "32.0.0" @@ -13865,13 +15936,13 @@ dependencies = [ "parking_lot 0.12.1", "regex", "rustc-hash", - "sc-client-api", + "sc-client-api 32.0.0", "sc-tracing-proc-macro", "serde", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", - "sp-rpc", + "sp-rpc 30.0.0", "sp-runtime 35.0.0", "sp-tracing 17.0.0", "thiserror", @@ -13892,6 +15963,34 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "sc-transaction-pool" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d56300f466670067cca98a931b0b6cbc8b018c0d296eb915c1473bac45b7cd73" +dependencies = [ + "async-trait", + "futures", + "futures-timer", + "linked-hash-map", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-client-api 31.0.0", + "sc-transaction-pool-api 31.0.0", + "sc-utils 16.0.0", + "serde", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-crypto-hashing", + "sp-runtime 34.0.0", + "sp-tracing 16.0.0", + "sp-transaction-pool 29.0.0", + "substrate-prometheus-endpoint", + "thiserror", +] + [[package]] name = "sc-transaction-pool" version = "32.0.0" @@ -13905,12 +16004,12 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api", - "sc-transaction-pool-api", - "sc-utils", + "sc-client-api 32.0.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", "serde", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-runtime 35.0.0", @@ -13920,6 +16019,23 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sc-transaction-pool-api" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3609025d39a1b75f1ee4f490dc52e000de144948a73cacd788f5995df5ebe8bf" +dependencies = [ + "async-trait", + "futures", + "log", + "parity-scale-codec", + "serde", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "thiserror", +] + [[package]] name = "sc-transaction-pool-api" version = "32.0.0" @@ -13931,12 +16047,28 @@ dependencies = [ "log", "parity-scale-codec", "serde", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "thiserror", ] +[[package]] +name = "sc-utils" +version = "16.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1863d482be044f4768ef5de6119dc70b5e31e6e9f71ad225c177474d6540e424" +dependencies = [ + "async-channel 1.9.0", + "futures", + "futures-timer", + "lazy_static", + "log", + "parking_lot 0.12.1", + "prometheus", + "sp-arithmetic 25.0.0", +] + [[package]] name = "sc-utils" version = "17.0.0" @@ -14367,6 +16499,19 @@ dependencies = [ "sp-std", ] +[[package]] +name = "slot-range-helper" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ada4c82b85daa6134837918889b341716e4918c608b3cc5345ae67ea85a187c6" +dependencies = [ + "enumn", + "parity-scale-codec", + "paste", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "slot-range-helper" version = "11.0.0" @@ -14705,6 +16850,29 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-api" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cb3fb2cdf7ee9b8d6ec7c2d8740b1a506e393dc18c7c2776764b47136d72dce7" +dependencies = [ + "hash-db", + "log", + "parity-scale-codec", + "scale-info", + "sp-api-proc-macro 17.0.1", + "sp-core 31.0.0", + "sp-externalities 0.27.0", + "sp-metadata-ir 0.6.0", + "sp-runtime 34.0.0", + "sp-runtime-interface 26.0.0", + "sp-state-machine 0.38.0", + "sp-std", + "sp-trie 32.0.0", + "sp-version 32.0.0", + "thiserror", +] + [[package]] name = "sp-api" version = "30.0.0" @@ -14743,6 +16911,21 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "sp-api-proc-macro" +version = "17.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "63a5680d94c55e1c7dc54e9e09b4827314fab44f9300f0be170898dc402318de" +dependencies = [ + "Inflector", + "blake2 0.10.6", + "expander 2.1.0", + "proc-macro-crate 3.1.0", + "proc-macro2", + "quote", + "syn 2.0.55", +] + [[package]] name = "sp-api-proc-macro" version = "18.0.0" @@ -14772,6 +16955,20 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-application-crypto" +version = "33.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "13ca6121c22c8bd3d1dce1f05c479101fd0d7b159bef2a3e8c834138d839c75c" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-std", +] + [[package]] name = "sp-application-crypto" version = "34.0.0" @@ -14801,6 +16998,21 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "sp-arithmetic" +version = "25.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "910c07fa263b20bf7271fdd4adcb5d3217dfdac14270592e0780223542e7e114" +dependencies = [ + "integer-sqrt", + "num-traits", + "parity-scale-codec", + "scale-info", + "serde", + "sp-std", + "static_assertions", +] + [[package]] name = "sp-arithmetic" version = "26.0.0" @@ -14831,6 +17043,20 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-authority-discovery" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5ab47c385784b3f9646a21d5dcb236399083d77420a1269e70c04772336c519f" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "sp-authority-discovery" version = "30.0.0" @@ -14856,6 +17082,18 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-block-builder" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "97e155e388d7e41c39a27f40f50c2517facdbf20dde4a73f40ec8f1f30ce190e" +dependencies = [ + "sp-api 29.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "sp-block-builder" version = "30.0.0" @@ -14867,6 +17105,25 @@ dependencies = [ "sp-runtime 35.0.0", ] +[[package]] +name = "sp-blockchain" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d00084ddd62a3bad1fc4c04cdb1cdbcbb55d813dbd4e42d52e42e8b6599fb210" +dependencies = [ + "futures", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "schnellru", + "sp-api 29.0.0", + "sp-consensus 0.35.0", + "sp-database", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "thiserror", +] + [[package]] name = "sp-blockchain" version = "32.0.0" @@ -14879,13 +17136,29 @@ dependencies = [ "parking_lot 0.12.1", "schnellru", "sp-api 30.0.0", - "sp-consensus", + "sp-consensus 0.36.0", "sp-database", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", "thiserror", ] +[[package]] +name = "sp-consensus" +version = "0.35.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ed6f1ae58a74d619bd2c1d7939b4aa805f4226c7454ec3591c8a59fb0cc6477f" +dependencies = [ + "async-trait", + "futures", + "log", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "thiserror", +] + [[package]] name = "sp-consensus" version = "0.36.0" @@ -14920,6 +17193,24 @@ dependencies = [ "sp-timestamp 27.0.0", ] +[[package]] +name = "sp-consensus-aura" +version = "0.35.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "334d0088b7de70a94d58e7e93acd8d5101b35fadca7e19fa26788203b22e309b" +dependencies = [ + "async-trait", + "parity-scale-codec", + "scale-info", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-consensus-slots 0.35.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-timestamp 29.0.0", +] + [[package]] name = "sp-consensus-aura" version = "0.36.0" @@ -14957,6 +17248,26 @@ dependencies = [ "sp-timestamp 27.0.0", ] +[[package]] +name = "sp-consensus-babe" +version = "0.35.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eb593ec8ec674a583d6fc5386b7f8964a9db78dcaabc0595559145a4053c9f6c" +dependencies = [ + "async-trait", + "parity-scale-codec", + "scale-info", + "serde", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-consensus-slots 0.35.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-timestamp 29.0.0", +] + [[package]] name = "sp-consensus-babe" version = "0.36.0" @@ -14997,6 +17308,28 @@ dependencies = [ "strum 0.24.1", ] +[[package]] +name = "sp-consensus-beefy" +version = "16.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7e2b03bc552702dd20fd3dad01631b13ca3e62e814ad278fe3012f5e3bb3e100" +dependencies = [ + "lazy_static", + "parity-scale-codec", + "scale-info", + "serde", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-core 31.0.0", + "sp-crypto-hashing", + "sp-io 33.0.0", + "sp-keystore 0.37.0", + "sp-mmr-primitives 29.0.0", + "sp-runtime 34.0.0", + "sp-std", + "strum 0.24.1", +] + [[package]] name = "sp-consensus-beefy" version = "17.0.0" @@ -15037,6 +17370,25 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-consensus-grandpa" +version = "16.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "71df706a104a752101b52f12cca7f5b7ffe1ca6ce9b4b1eb8c5d04356f248fa5" +dependencies = [ + "finality-grandpa", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "sp-consensus-grandpa" version = "17.0.0" @@ -15068,6 +17420,19 @@ dependencies = [ "sp-timestamp 27.0.0", ] +[[package]] +name = "sp-consensus-slots" +version = "0.35.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e0a5c47c52ad58aa349f7c13cb356ab45c32964ee28354c27fd6e4b417cb2644" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "sp-std", + "sp-timestamp 29.0.0", +] + [[package]] name = "sp-consensus-slots" version = "0.36.0" @@ -15126,6 +17491,53 @@ dependencies = [ "zeroize", ] +[[package]] +name = "sp-core" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26d7a0fd8f16dcc3761198fc83be12872f823b37b749bc72a3a6a1f702509366" +dependencies = [ + "array-bytes 6.2.2", + "bitflags 1.3.2", + "blake2 0.10.6", + "bounded-collections 0.2.0", + "bs58 0.5.1", + "dyn-clonable", + "ed25519-zebra 3.1.0", + "futures", + "hash-db", + "hash256-std-hasher", + "impl-serde", + "itertools 0.10.5", + "k256", + "libsecp256k1", + "log", + "merlin", + "parity-bip39", + "parity-scale-codec", + "parking_lot 0.12.1", + "paste", + "primitive-types", + "rand", + "scale-info", + "schnorrkel 0.11.4", + "secp256k1", + "secrecy", + "serde", + "sp-crypto-hashing", + "sp-debug-derive", + "sp-externalities 0.27.0", + "sp-runtime-interface 26.0.0", + "sp-std", + "sp-storage 20.0.0", + "ss58-registry", + "substrate-bip39 0.5.0", + "thiserror", + "tracing", + "w3f-bls", + "zeroize", +] + [[package]] name = "sp-core" version = "32.0.0" @@ -15231,6 +17643,18 @@ dependencies = [ "sp-storage 20.0.0", ] +[[package]] +name = "sp-externalities" +version = "0.27.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a1d6a4572eadd4a63cff92509a210bf425501a0c5e76574b30a366ac77653787" +dependencies = [ + "environmental", + "parity-scale-codec", + "sp-std", + "sp-storage 20.0.0", +] + [[package]] name = "sp-externalities" version = "0.28.0" @@ -15254,6 +17678,18 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-genesis-builder" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "16a1192b502d38c6d17b1005a7b3e7a6ab835df996803968ae3be9e8f7399ee4" +dependencies = [ + "serde_json", + "sp-api 29.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "sp-genesis-builder" version = "0.11.0" @@ -15280,6 +17716,21 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-inherents" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3b5e46ccc5848542648dcf05f882e41de2e341d0eeca97ff2b7dfad0f38e8500" +dependencies = [ + "async-trait", + "impl-trait-for-tuples", + "parity-scale-codec", + "scale-info", + "sp-runtime 34.0.0", + "sp-std", + "thiserror", +] + [[package]] name = "sp-inherents" version = "30.0.0" @@ -15320,6 +17771,33 @@ dependencies = [ "tracing-core", ] +[[package]] +name = "sp-io" +version = "33.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3e09bba780b55bd9e67979cd8f654a31e4a6cf45426ff371394a65953d2177f2" +dependencies = [ + "bytes", + "ed25519-dalek", + "libsecp256k1", + "log", + "parity-scale-codec", + "polkavm-derive 0.9.1", + "rustversion", + "secp256k1", + "sp-core 31.0.0", + "sp-crypto-hashing", + "sp-externalities 0.27.0", + "sp-keystore 0.37.0", + "sp-runtime-interface 26.0.0", + "sp-state-machine 0.38.0", + "sp-std", + "sp-tracing 16.0.0", + "sp-trie 32.0.0", + "tracing", + "tracing-core", +] + [[package]] name = "sp-io" version = "34.0.0" @@ -15331,7 +17809,7 @@ dependencies = [ "libsecp256k1", "log", "parity-scale-codec", - "polkavm-derive", + "polkavm-derive 0.9.1", "rustversion", "secp256k1", "sp-core 32.0.0", @@ -15358,6 +17836,17 @@ dependencies = [ "strum 0.24.1", ] +[[package]] +name = "sp-keyring" +version = "34.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a07a31da596d705b3a3458d784a897af7fd2f8090de436dc386a112e8ea7f34f" +dependencies = [ + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "strum 0.24.1", +] + [[package]] name = "sp-keyring" version = "35.0.0" @@ -15382,6 +17871,18 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-keystore" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bdbab8b61bd61d5f8625a0c75753b5d5a23be55d3445419acd42caf59cf6236b" +dependencies = [ + "parity-scale-codec", + "parking_lot 0.12.1", + "sp-core 31.0.0", + "sp-externalities 0.27.0", +] + [[package]] name = "sp-keystore" version = "0.38.0" @@ -15427,6 +17928,19 @@ dependencies = [ "scale-info", ] +[[package]] +name = "sp-mixnet" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "22d9da31673ad5771faf8cd0e62ab0c183ea71a630d187b926bc52af379cb1de" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-std", +] + [[package]] name = "sp-mixnet" version = "0.8.0" @@ -15458,6 +17972,25 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-mmr-primitives" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "518fcd8710618d104e04c9e63e697d3406180afbe55cc5400168019647fc5880" +dependencies = [ + "ckb-merkle-mountain-range", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-api 29.0.0", + "sp-core 31.0.0", + "sp-debug-derive", + "sp-runtime 34.0.0", + "sp-std", + "thiserror", +] + [[package]] name = "sp-mmr-primitives" version = "30.0.0" @@ -15491,6 +18024,21 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-npos-elections" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e03ec553bc1a0f4d3aa902d3c5b3cdbe76f8218c642cbca0305722b3f8bbc826" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "sp-npos-elections" version = "30.0.0" @@ -15516,6 +18064,17 @@ dependencies = [ "sp-runtime 32.0.0", ] +[[package]] +name = "sp-offchain" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c041d932d7debf1d2e073ecece1425aadae7482689cd4bf148d5886b28bd10d7" +dependencies = [ + "sp-api 29.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", +] + [[package]] name = "sp-offchain" version = "30.0.0" @@ -15538,6 +18097,17 @@ dependencies = [ "regex", ] +[[package]] +name = "sp-rpc" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b26650747f5c204afd8c637df5e882ea912a890cf974fe67c36b430318fc451c" +dependencies = [ + "rustc-hash", + "serde", + "sp-core 31.0.0", +] + [[package]] name = "sp-rpc" version = "30.0.0" @@ -15574,6 +18144,31 @@ dependencies = [ "sp-weights 28.0.0", ] +[[package]] +name = "sp-runtime" +version = "34.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec3cb126971e7db2f0fcf8053dce740684c438c7180cfca1959598230f342c58" +dependencies = [ + "docify", + "either", + "hash256-std-hasher", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "paste", + "rand", + "scale-info", + "serde", + "simple-mermaid", + "sp-application-crypto 33.0.0", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-std", + "sp-weights 30.0.0", +] + [[package]] name = "sp-runtime" version = "35.0.0" @@ -15618,6 +18213,26 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "sp-runtime-interface" +version = "26.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e48a675ea4858333d4d755899ed5ed780174aa34fec15953428d516af5452295" +dependencies = [ + "bytes", + "impl-trait-for-tuples", + "parity-scale-codec", + "polkavm-derive 0.8.0", + "primitive-types", + "sp-externalities 0.27.0", + "sp-runtime-interface-proc-macro 18.0.0", + "sp-std", + "sp-storage 20.0.0", + "sp-tracing 16.0.0", + "sp-wasm-interface 20.0.0", + "static_assertions", +] + [[package]] name = "sp-runtime-interface" version = "27.0.0" @@ -15627,7 +18242,7 @@ dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", - "polkavm-derive", + "polkavm-derive 0.9.1", "primitive-types", "sp-externalities 0.28.0", "sp-runtime-interface-proc-macro 18.0.0", @@ -15682,6 +18297,22 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-session" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6a61ea4ca90f644da2c25edee711b53b1c0b8d50628ceef372224ea24d252b57" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-api 29.0.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", + "sp-std", +] + [[package]] name = "sp-session" version = "31.0.0" @@ -15701,14 +18332,29 @@ dependencies = [ name = "sp-staking" version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e14d003ecf0b610bf1305a92bdab875289b39d514c073f30e75e78c2763a788" +checksum = "1e14d003ecf0b610bf1305a92bdab875289b39d514c073f30e75e78c2763a788" +dependencies = [ + "impl-trait-for-tuples", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 29.0.0", + "sp-runtime 32.0.0", + "sp-std", +] + +[[package]] +name = "sp-staking" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4114cde17987eaa2f17b8850a8c856b90364666cdbc920d511e7a1cde0574d24" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "scale-info", "serde", - "sp-core 29.0.0", - "sp-runtime 32.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -15748,6 +18394,28 @@ dependencies = [ "trie-db", ] +[[package]] +name = "sp-state-machine" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1eae0eac8034ba14437e772366336f579398a46d101de13dbb781ab1e35e67c5" +dependencies = [ + "hash-db", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "rand", + "smallvec", + "sp-core 31.0.0", + "sp-externalities 0.27.0", + "sp-panic-handler", + "sp-std", + "sp-trie 32.0.0", + "thiserror", + "tracing", + "trie-db", +] + [[package]] name = "sp-state-machine" version = "0.39.0" @@ -15769,6 +18437,32 @@ dependencies = [ "trie-db", ] +[[package]] +name = "sp-statement-store" +version = "13.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b90e8440d72e0ae5d273374af3ebe16768d05b40dff1f487835dd2f826ee9568" +dependencies = [ + "aes-gcm", + "curve25519-dalek 4.1.2", + "ed25519-dalek", + "hkdf", + "parity-scale-codec", + "rand", + "scale-info", + "sha2 0.10.8", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-core 31.0.0", + "sp-crypto-hashing", + "sp-externalities 0.27.0", + "sp-runtime 34.0.0", + "sp-runtime-interface 26.0.0", + "sp-std", + "thiserror", + "x25519-dalek 2.0.1", +] + [[package]] name = "sp-statement-store" version = "14.0.0" @@ -15841,6 +18535,20 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-timestamp" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "64d51fcd008fd5a79d61dba98c7ae89c2460a49dff07001bf1e9b12535d49536" +dependencies = [ + "async-trait", + "parity-scale-codec", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-std", + "thiserror", +] + [[package]] name = "sp-timestamp" version = "30.0.0" @@ -15889,6 +18597,16 @@ dependencies = [ "sp-runtime 32.0.0", ] +[[package]] +name = "sp-transaction-pool" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0484eaf40c2abda75bda9688298cc8f6e02161176e3aab501207c8ccf4d4b3e1" +dependencies = [ + "sp-api 29.0.0", + "sp-runtime 34.0.0", +] + [[package]] name = "sp-transaction-pool" version = "30.0.0" @@ -15899,6 +18617,22 @@ dependencies = [ "sp-runtime 35.0.0", ] +[[package]] +name = "sp-transaction-storage-proof" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba0c99e0852ddd18159c2dc6100c2b5852e49211d8afe373cbce33d1da0050dd" +dependencies = [ + "async-trait", + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-trie 32.0.0", +] + [[package]] name = "sp-transaction-storage-proof" version = "30.0.0" @@ -15939,6 +18673,31 @@ dependencies = [ "trie-root", ] +[[package]] +name = "sp-trie" +version = "32.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f1aa91ad26c62b93d73e65f9ce7ebd04459c4bad086599348846a81988d6faa4" +dependencies = [ + "ahash 0.8.11", + "hash-db", + "lazy_static", + "memory-db", + "nohash-hasher", + "parity-scale-codec", + "parking_lot 0.12.1", + "rand", + "scale-info", + "schnellru", + "sp-core 31.0.0", + "sp-externalities 0.27.0", + "sp-std", + "thiserror", + "tracing", + "trie-db", + "trie-root", +] + [[package]] name = "sp-trie" version = "33.0.0" @@ -15981,6 +18740,24 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-version" +version = "32.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1c0219b1aeb89e36d13bd43a718920a9087dbb66c567e672c4639cefb2fefc05" +dependencies = [ + "impl-serde", + "parity-scale-codec", + "parity-wasm", + "scale-info", + "serde", + "sp-crypto-hashing-proc-macro", + "sp-runtime 34.0.0", + "sp-std", + "sp-version-proc-macro 13.0.0", + "thiserror", +] + [[package]] name = "sp-version" version = "33.0.0" @@ -16066,6 +18843,22 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-weights" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9af6c661fe3066b29f9e1d258000f402ff5cc2529a9191972d214e5871d0ba87" +dependencies = [ + "bounded-collections 0.2.0", + "parity-scale-codec", + "scale-info", + "serde", + "smallvec", + "sp-arithmetic 25.0.0", + "sp-debug-derive", + "sp-std", +] + [[package]] name = "sp-weights" version = "31.0.0" @@ -16182,6 +18975,21 @@ dependencies = [ "sp-std", ] +[[package]] +name = "staging-parachain-info" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4df1c48ca2892cb0694c7e10fbcfc8d15fe0fd0b763d61fbc587a870fbb97147" +dependencies = [ + "cumulus-primitives-core 0.10.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "scale-info", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "staging-parachain-info" version = "0.11.0" @@ -16216,6 +19024,25 @@ dependencies = [ "xcm-procedural", ] +[[package]] +name = "staging-xcm" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e6ee775f7fc9dfae15d9d5a806efa7d3215f7b7b1cfd225809285a0281addeab" +dependencies = [ + "array-bytes 6.2.2", + "bounded-collections 0.2.0", + "derivative", + "environmental", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-weights 30.0.0", + "xcm-procedural", +] + [[package]] name = "staging-xcm" version = "11.0.0" @@ -16258,6 +19085,29 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] +[[package]] +name = "staging-xcm-builder" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "41c905c7e545eb80efdbf62470575a37935260503494453ffa3c1ac6207d06c9" +dependencies = [ + "frame-support 31.0.0", + "frame-system 31.0.0", + "impl-trait-for-tuples", + "log", + "pallet-transaction-payment 31.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 9.0.0", + "scale-info", + "sp-arithmetic 25.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-weights 30.0.0", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", +] + [[package]] name = "staging-xcm-builder" version = "11.0.0" @@ -16303,6 +19153,28 @@ dependencies = [ "staging-xcm 8.0.1", ] +[[package]] +name = "staging-xcm-executor" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e30434a78d4392b698bc7854c00f52d83c1c544da4be1912f898958c3e32f062" +dependencies = [ + "environmental", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "scale-info", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-weights 30.0.0", + "staging-xcm 10.0.0", +] + [[package]] name = "staging-xcm-executor" version = "11.0.0" @@ -16454,6 +19326,19 @@ dependencies = [ "zeroize", ] +[[package]] +name = "substrate-bip39" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a2b564c293e6194e8b222e52436bcb99f60de72043c7f845cf6c4406db4df121" +dependencies = [ + "hmac 0.12.1", + "pbkdf2 0.12.2", + "schnorrkel 0.11.4", + "sha2 0.10.8", + "zeroize", +] + [[package]] name = "substrate-bip39" version = "0.6.0" @@ -16484,11 +19369,11 @@ dependencies = [ "jsonrpsee", "log", "parity-scale-codec", - "sc-rpc-api", - "sc-transaction-pool-api", + "sc-rpc-api 0.37.0", + "sc-transaction-pool-api 32.0.0", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", ] @@ -16515,7 +19400,7 @@ dependencies = [ "async-trait", "jsonrpsee", "log", - "sc-rpc-api", + "sc-rpc-api 0.37.0", "serde", "sp-runtime 35.0.0", ] @@ -16528,8 +19413,8 @@ checksum = "0da2e823fb02fbd5c77d6949cde60ff3e320c100278818000b39e9f0a8c8c428" dependencies = [ "jsonrpsee", "parity-scale-codec", - "sc-client-api", - "sc-rpc-api", + "sc-client-api 32.0.0", + "sc-rpc-api 0.37.0", "serde", "sp-core 32.0.0", "sp-runtime 35.0.0", @@ -16557,6 +19442,26 @@ dependencies = [ "wasm-opt", ] +[[package]] +name = "substrate-wasm-builder" +version = "20.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f55ed4ff2945faa132b9658cb581a3a5cf14dd90b5e217b3e16724eb202ed6c6" +dependencies = [ + "build-helper", + "cargo_metadata", + "console", + "filetime", + "parity-wasm", + "polkavm-linker", + "sp-maybe-compressed-blob", + "strum 0.24.1", + "tempfile", + "toml 0.8.12", + "walkdir", + "wasm-opt", +] + [[package]] name = "substrate-wasm-builder" version = "21.0.0" @@ -17109,6 +20014,18 @@ dependencies = [ "tracing", ] +[[package]] +name = "tracing-gum" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "461fe686e103f3afc4c93a56474193ffc46d4b2770f8df5d56e025e8bb54960c" +dependencies = [ + "coarsetime", + "polkadot-primitives 10.0.0", + "tracing", + "tracing-gum-proc-macro", +] + [[package]] name = "tracing-gum" version = "11.0.0" @@ -17292,8 +20209,8 @@ dependencies = [ "hex", "log", "parity-scale-codec", - "sc-cli", - "sc-executor", + "sc-cli 0.40.0", + "sc-executor 0.36.0", "serde", "serde_json", "sp-api 30.0.0", @@ -17305,11 +20222,11 @@ dependencies = [ "sp-inherents 30.0.0", "sp-io 34.0.0", "sp-keystore 0.38.0", - "sp-rpc", + "sp-rpc 30.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", "sp-timestamp 30.0.0", - "sp-transaction-storage-proof", + "sp-transaction-storage-proof 30.0.0", "sp-version 33.0.0", "sp-weights 31.0.0", "substrate-rpc-client", @@ -18420,37 +21337,37 @@ dependencies = [ [[package]] name = "xcm-emulator" -version = "0.9.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37e42f8cc343d8c52d9412350da0fa8597ddd91c9b4d5664c06f63bb813c69de" +checksum = "ea6acd5a2d4c654cb659666c7bc3730b6b29b6caf4d98c6799911069d81b1ed2" dependencies = [ - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-test-relay-sproof-builder", - "frame-support 32.0.0", - "frame-system 32.0.0", + "cumulus-pallet-parachain-system 0.10.0", + "cumulus-pallet-xcmp-queue 0.10.0", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-parachain-inherent 0.10.0", + "cumulus-test-relay-sproof-builder 0.10.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "impl-trait-for-tuples", "lazy_static", "log", - "pallet-balances 33.0.0", - "pallet-message-queue 35.0.0", - "parachains-common 11.0.0", + "pallet-balances 31.0.0", + "pallet-message-queue 34.0.0", + "parachains-common 10.0.0", "parity-scale-codec", "paste", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-parachains 11.0.0", - "sp-arithmetic 26.0.0", - "sp-core 32.0.0", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", + "polkadot-runtime-parachains 10.0.0", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", "sp-crypto-hashing", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-tracing 17.0.0", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", + "sp-tracing 16.0.0", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index bf71f28e..d78f96be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -148,19 +148,18 @@ cumulus-pallet-aura-ext = { version = "0.11.0", default-features = false } cumulus-pallet-parachain-system = { version = "0.11.0", default-features = false, features = [ "parameterized-consensus-hook", ] } -cumulus-pallet-session-benchmarking = { version = "12.0.0", default-features = false } -cumulus-pallet-xcm = { version = "0.10.0", default-features = false } -cumulus-pallet-xcmp-queue = { version = "0.10.0", default-features = false } -cumulus-primitives-aura = { version = "0.10.0", default-features = false } -cumulus-primitives-core = { version = "0.10.0", default-features = false } -cumulus-primitives-storage-weight-reclaim = { version = "1.0.0", default-features = false } -cumulus-primitives-utility = { version = "0.10.0", default-features = false } -emulated-integration-tests-common = { version = "6.0.0", default-features = false } -pallet-collator-selection = { version = "12.0.1", default-features = false } -parachains-common = { version = "10.0.0", default-features = false } -parachain-info = { version = "0.10.0", package = "staging-parachain-info", default-features = false } -cumulus-primitives-parachain-inherent = "0.10.0" -cumulus-relay-chain-interface = "0.10.0" +cumulus-pallet-session-benchmarking = { version = "13.0.0", default-features = false } +cumulus-pallet-xcm = { version = "0.11.0", default-features = false } +cumulus-pallet-xcmp-queue = { version = "0.11.0", default-features = false } +cumulus-primitives-aura = { version = "0.11.0", default-features = false } +cumulus-primitives-core = { version = "0.11.0", default-features = false } +cumulus-primitives-utility = { version = "0.11.0", default-features = false } +emulated-integration-tests-common = { version = "7.0.0", default-features = false } +pallet-collator-selection = { version = "13.0.1", default-features = false } +parachains-common = { version = "11.0.0", default-features = false } +parachain-info = { version = "0.11.0", package = "staging-parachain-info", default-features = false } +cumulus-primitives-parachain-inherent = "0.11.0" +cumulus-relay-chain-interface = "0.11.0" color-print = "0.3.4" cumulus-client-cli = "0.11.0" cumulus-client-collator = "0.11.0" From 787d39aaf6280f75f500b68e3e969383539cd2b6 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 11:40:27 +0700 Subject: [PATCH 07/95] chore: rebase upstream 1.8.0 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index d78f96be..0a44e735 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -153,6 +153,7 @@ cumulus-pallet-xcm = { version = "0.11.0", default-features = false } cumulus-pallet-xcmp-queue = { version = "0.11.0", default-features = false } cumulus-primitives-aura = { version = "0.11.0", default-features = false } cumulus-primitives-core = { version = "0.11.0", default-features = false } +cumulus-primitives-storage-weight-reclaim = { version = "2.0.0", default-features = false } cumulus-primitives-utility = { version = "0.11.0", default-features = false } emulated-integration-tests-common = { version = "7.0.0", default-features = false } pallet-collator-selection = { version = "13.0.1", default-features = false } From 939ba7af78a88c6f414be5072d16b7d3fbe3a0a2 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 11:45:52 +0700 Subject: [PATCH 08/95] chore: update cargo.lock --- Cargo.lock | 4387 +++++++++------------------------------------------- 1 file changed, 735 insertions(+), 3652 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ae6a8e30..7f088f26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -517,37 +517,6 @@ dependencies = [ "system-parachains-constants", ] -[[package]] -name = "asset-test-utils" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c81733430dbb312765566043bcb2c022dbb7492bacbe67018c630dbce753936" -dependencies = [ - "cumulus-pallet-parachain-system 0.10.0", - "cumulus-pallet-xcmp-queue 0.10.0", - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-assets 32.0.0", - "pallet-balances 31.0.0", - "pallet-collator-selection 12.0.1", - "pallet-session 31.0.0", - "pallet-timestamp 30.0.0", - "pallet-xcm 10.0.1", - "pallet-xcm-bridge-hub-router 0.8.0", - "parachains-common 10.0.0", - "parachains-runtimes-test-utils 10.0.0", - "parity-scale-codec", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "staging-parachain-info 0.10.0", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", - "substrate-wasm-builder 20.0.0", -] - [[package]] name = "asset-test-utils" version = "11.0.0" @@ -567,7 +536,7 @@ dependencies = [ "pallet-xcm 11.0.0", "pallet-xcm-bridge-hub-router 0.9.0", "parachains-common 11.0.0", - "parachains-runtimes-test-utils 11.0.0", + "parachains-runtimes-test-utils", "parity-scale-codec", "sp-io 34.0.0", "sp-runtime 35.0.0", @@ -1174,19 +1143,19 @@ dependencies = [ [[package]] name = "bp-header-chain" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "700fa6f4a3258a0eee471c7f70698c69d5b911d125f49f8139f0c61b7fdb6c9d" +checksum = "7b4a86e6438700a4217675ef3088fb08694ab69b1bdce4124099b1dcff9a6ff8" dependencies = [ - "bp-runtime 0.10.0", + "bp-runtime 0.11.0", "finality-grandpa", - "frame-support 31.0.0", + "frame-support 32.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -1208,35 +1177,35 @@ dependencies = [ [[package]] name = "bp-messages" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebfb4d04936f86b63257d32b128b5e757de0273abf22794d3ae827323416e385" +checksum = "e6a8b4356728ca03a8246104e320a2b1d7ba8c7fbd2917bf62395290f6ef2cc1" dependencies = [ - "bp-header-chain 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", + "bp-header-chain 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-std", ] [[package]] name = "bp-parachains" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f0c940507c4db7652a660228daefd82317bf6cd8aacff33df9e6ac9c45371c2" +checksum = "9d5a4983aec89871fe61f700cd4edaaf30288e7fbd927f7e4f879951f61569d4" dependencies = [ - "bp-header-chain 0.10.0", - "bp-polkadot-core 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", + "bp-header-chain 0.11.0", + "bp-polkadot-core 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -1261,35 +1230,35 @@ dependencies = [ [[package]] name = "bp-polkadot-core" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d14dd5cfb1176aebe8d9dc0c42273f978f63a6137ff10709caf380219847c010" +checksum = "54ef42ed5eb5ea249ee3f26f38ad114e379accfa1f2a8ee1ff87dc6bbc00b399" dependencies = [ - "bp-messages 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-messages 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "parity-util-mem", "scale-info", "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "bp-relayers" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41101efa1afc121ed8f4b5b93c9ee28bdab3f912237103521eea67c164c86c20" +checksum = "36f6f38407e79458fefb4c14a6f9f2cd9779b2dfeb3b11112e20902ee9dfea5f" dependencies = [ - "bp-messages 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", + "bp-messages 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -1319,12 +1288,12 @@ dependencies = [ [[package]] name = "bp-runtime" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a97193ef70796e6c3bb1e0de930d2174a07c7b8cb07f19eead5b5c3f56d6b7b9" +checksum = "67f4b1696822790b449046bdb89c273852ef2201a046b64b24293871a953e5e3" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "hash-db", "impl-trait-for-tuples", "log", @@ -1332,41 +1301,41 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", "trie-db", ] [[package]] name = "bp-test-utils" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2eac8331de5fc5e0012e3c5b0c245b9b6b33878edbe64cdfd133c2dce9443898" +checksum = "c0462cedd4f4dba1dde9d296df6b0e128a61abecde6ff6efa3b122ee8ac2f811" dependencies = [ - "bp-header-chain 0.10.0", + "bp-header-chain 0.11.0", "bp-parachains", - "bp-polkadot-core 0.10.0", - "bp-runtime 0.10.0", + "bp-polkadot-core 0.11.0", + "bp-runtime 0.11.0", "ed25519-dalek", "finality-grandpa", "parity-scale-codec", - "sp-application-crypto 33.0.0", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-application-crypto 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] name = "bp-xcm-bridge-hub" -version = "0.2.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6663e0179d475e30cfcf28cf597cdc8f4bb1c2c39a557b4cbe0057db0657fb67" +checksum = "192804908f1d3b7bfad12abce448fb3b7ec8dda765cac4a8d811fa75557e528f" dependencies = [ "sp-std", ] @@ -1383,18 +1352,6 @@ dependencies = [ "sp-runtime 32.0.0", ] -[[package]] -name = "bp-xcm-bridge-hub-router" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7366e856da4c5f49e1ef94c3ea401854fe52310696561e24b7509d2f963d7210" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", -] - [[package]] name = "bp-xcm-bridge-hub-router" version = "0.10.0" @@ -1409,38 +1366,38 @@ dependencies = [ [[package]] name = "bridge-runtime-common" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4857eb39e46b6490b5b36e6485a1364907b767c917c8efe3c84456d6bc0a72b6" +checksum = "9dde81c8af81ee9bdf0374010288cf03ff3ccd7f57802f24889884f73d0b3bd3" dependencies = [ - "bp-header-chain 0.10.0", - "bp-messages 0.10.0", + "bp-header-chain 0.11.0", + "bp-messages 0.11.0", "bp-parachains", - "bp-polkadot-core 0.10.0", + "bp-polkadot-core 0.11.0", "bp-relayers", - "bp-runtime 0.10.0", + "bp-runtime 0.11.0", "bp-xcm-bridge-hub", - "bp-xcm-bridge-hub-router 0.9.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-xcm-bridge-hub-router 0.10.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "hash-db", "log", "pallet-bridge-grandpa", "pallet-bridge-messages", "pallet-bridge-parachains", "pallet-bridge-relayers", - "pallet-transaction-payment 31.0.0", - "pallet-utility 31.0.0", + "pallet-transaction-payment 32.0.0", + "pallet-utility 32.0.0", "parity-scale-codec", "scale-info", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", + "sp-trie 33.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", ] [[package]] @@ -2145,11 +2102,11 @@ checksum = "b169c6bebaa58a8f0f2078747919ebd98df45d0d018a0f8caa66ec15e2ad43d4" dependencies = [ "clap", "parity-scale-codec", - "sc-chain-spec 31.0.0", - "sc-cli 0.40.0", - "sc-client-api 32.0.0", - "sc-service 0.39.0", - "sp-blockchain 32.0.0", + "sc-chain-spec", + "sc-cli", + "sc-client-api", + "sc-service", + "sp-blockchain", "sp-core 32.0.0", "sp-runtime 35.0.0", "url", @@ -2167,13 +2124,13 @@ dependencies = [ "futures", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", - "sc-client-api 32.0.0", + "sc-client-api", "sp-api 30.0.0", - "sp-consensus 0.36.0", + "sp-consensus", "sp-core 32.0.0", "sp-runtime 35.0.0", "tracing", @@ -2192,25 +2149,25 @@ dependencies = [ "cumulus-client-parachain-inherent", "cumulus-primitives-aura 0.11.0", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "futures", "parity-scale-codec", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", + "sc-client-api", + "sc-consensus", "sc-consensus-aura", "sc-consensus-babe", "sc-consensus-slots", - "sc-telemetry 18.0.0", + "sc-telemetry", "schnellru", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-aura 0.36.0", "sp-core 32.0.0", "sp-inherents 30.0.0", @@ -2231,18 +2188,18 @@ dependencies = [ "async-trait", "cumulus-client-pov-recovery", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "dyn-clone", "futures", "log", "parity-scale-codec", "polkadot-primitives 11.0.0", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", + "sc-client-api", + "sc-consensus", "sc-consensus-babe", "schnellru", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", "sp-runtime 35.0.0", @@ -2261,7 +2218,7 @@ dependencies = [ "anyhow", "async-trait", "cumulus-primitives-parachain-inherent 0.11.0", - "sp-consensus 0.36.0", + "sp-consensus", "sp-inherents 30.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", @@ -2275,17 +2232,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0f70b5f3eb4385498880a74684be6bd17669f2a2b5c7db805eef16337af1d0cd" dependencies = [ "async-trait", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "futures", "futures-timer", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", - "sc-client-api 32.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sc-client-api", + "sp-blockchain", + "sp-consensus", "sp-core 32.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", @@ -2301,10 +2258,10 @@ dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-relay-chain-interface 0.11.0", - "cumulus-test-relay-sproof-builder 0.11.0", + "cumulus-relay-chain-interface", + "cumulus-test-relay-sproof-builder", "parity-scale-codec", - "sc-client-api 32.0.0", + "sc-client-api", "scale-info", "sp-api 30.0.0", "sp-crypto-hashing", @@ -2325,18 +2282,18 @@ checksum = "e877fcdae06369ce17fd4d1fd0467d21b08338f7c944e225c5461472f54a166a" dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "futures", "futures-timer", "parity-scale-codec", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", "rand", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sp-consensus 0.36.0", + "sc-client-api", + "sc-consensus", + "sp-consensus", "sp-maybe-compressed-blob", "sp-runtime 35.0.0", "tracing", @@ -2356,24 +2313,24 @@ dependencies = [ "cumulus-primitives-core 0.11.0", "cumulus-primitives-proof-size-hostfunction 0.6.0", "cumulus-relay-chain-inprocess-interface", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "cumulus-relay-chain-minimal-node", "futures", "polkadot-primitives 11.0.0", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sc-network 0.38.0", - "sc-network-sync 0.37.0", - "sc-network-transactions 0.37.0", - "sc-rpc 33.0.0", - "sc-service 0.39.0", - "sc-sysinfo 31.0.0", - "sc-telemetry 18.0.0", - "sc-transaction-pool 32.0.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-consensus", + "sc-network", + "sc-network-sync", + "sc-network-transactions", + "sc-rpc", + "sc-service", + "sc-sysinfo", + "sc-telemetry", + "sc-transaction-pool", + "sc-utils", "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-core 32.0.0", "sp-io 34.0.0", "sp-runtime 35.0.0", @@ -2454,42 +2411,6 @@ dependencies = [ "trie-db", ] -[[package]] -name = "cumulus-pallet-parachain-system" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a19c40a5d04f60562fb38195766104deeb8cec71c11ec77796ee9373cccdb325" -dependencies = [ - "bytes", - "cumulus-pallet-parachain-system-proc-macro", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-parachain-inherent 0.10.0", - "cumulus-primitives-proof-size-hostfunction 0.5.0", - "environmental", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "impl-trait-for-tuples", - "log", - "pallet-message-queue 34.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "polkadot-runtime-common 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "scale-info", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-std", - "sp-trie 32.0.0", - "sp-version 32.0.0", - "staging-xcm 10.0.0", - "trie-db", -] - [[package]] name = "cumulus-pallet-parachain-system" version = "0.11.0" @@ -2555,16 +2476,16 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c178666b3a6d0457cb85104475cc0be5f9908a98429710afd29fbd5984cb539" +checksum = "63b08b5e3bba454f8eaa01a7507c1bacde9343a7a67fc20801e59e0c9c0ec9db" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-session 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-session 32.0.0", "parity-scale-codec", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -2587,19 +2508,19 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7610ae16cac552adc823ba68deb26e5d3a9de189ef79ae26c79e43ddcfeabef1" +checksum = "7f14dc8bc002babf1596515a2f1c0158ddeccbf1ef7f5656fe71c8e1fa4bde55" dependencies = [ - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "cumulus-primitives-core 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-xcm 10.0.0", + "staging-xcm 11.0.0", ] [[package]] @@ -2628,32 +2549,6 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] -[[package]] -name = "cumulus-pallet-xcmp-queue" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6614dcdbe6c24fcc8677bf158a8c627a3467d262acdc8a0e7d8a3d3d767a757c" -dependencies = [ - "bounded-collections 0.2.0", - "bp-xcm-bridge-hub-router 0.9.0", - "cumulus-primitives-core 0.10.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "pallet-message-queue 34.0.0", - "parity-scale-codec", - "polkadot-runtime-common 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", -] - [[package]] name = "cumulus-pallet-xcmp-queue" version = "0.11.0" @@ -2661,7 +2556,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5810a98c95f4219d7dcd6bd89d0c149fc45162e7e0c335579ba5545ec4b9c216" dependencies = [ "bounded-collections 0.2.0", + "bp-xcm-bridge-hub-router 0.10.0", "cumulus-primitives-core 0.11.0", + "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "log", @@ -2693,21 +2590,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "cumulus-primitives-aura" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b70d13f3fca1dfaeb868f4fff79c58fef8fa4f8e381a9002d93c50c23683abf" -dependencies = [ - "parity-scale-codec", - "polkadot-core-primitives 10.0.0", - "polkadot-primitives 10.0.0", - "sp-api 29.0.0", - "sp-consensus-aura 0.35.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "cumulus-primitives-aura" version = "0.11.0" @@ -2741,24 +2623,6 @@ dependencies = [ "staging-xcm 8.0.1", ] -[[package]] -name = "cumulus-primitives-core" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "617d02361f5c7df87b6be98b4974241b6836fbaa7d9e786db80eb38bc8636751" -dependencies = [ - "parity-scale-codec", - "polkadot-core-primitives 10.0.0", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", - "scale-info", - "sp-api 29.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-trie 32.0.0", - "staging-xcm 10.0.0", -] - [[package]] name = "cumulus-primitives-core" version = "0.11.0" @@ -2793,22 +2657,6 @@ dependencies = [ "sp-trie 30.0.0", ] -[[package]] -name = "cumulus-primitives-parachain-inherent" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87d64a55b7b9c3a945e543712630708f36407ab49ad8a2fa9f3d1404093a3e8e" -dependencies = [ - "async-trait", - "cumulus-primitives-core 0.10.0", - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-std", - "sp-trie 32.0.0", -] - [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.11.0" @@ -2836,17 +2684,6 @@ dependencies = [ "sp-trie 30.0.0", ] -[[package]] -name = "cumulus-primitives-proof-size-hostfunction" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "764e27968dce7d5c455dbaf9ba81c037fc5690afc085aa4aa2a4cdfe53716b74" -dependencies = [ - "sp-externalities 0.27.0", - "sp-runtime-interface 26.0.0", - "sp-trie 32.0.0", -] - [[package]] name = "cumulus-primitives-proof-size-hostfunction" version = "0.6.0" @@ -2860,19 +2697,19 @@ dependencies = [ [[package]] name = "cumulus-primitives-storage-weight-reclaim" -version = "1.0.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21d52a6f23cf094b01b33330e4f8d9a4c225620646cf0ad4e21ad299dddbe193" +checksum = "dd8596e26f2d3b2c70c00b695eb9edc8fca4533105bf6b2f0c4c0ecc8075bf99" dependencies = [ - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-proof-size-hostfunction 0.5.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-proof-size-hostfunction 0.6.0", "docify", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -2897,27 +2734,6 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] -[[package]] -name = "cumulus-primitives-utility" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "beeca40e85d6da3751343a3fc8dd5b335c9a06ba9897a5b36f726d139b7646de" -dependencies = [ - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", - "log", - "pallet-asset-conversion 13.0.0", - "parity-scale-codec", - "polkadot-runtime-common 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", -] - [[package]] name = "cumulus-primitives-utility" version = "0.11.0" @@ -2947,42 +2763,23 @@ checksum = "842505bb9820f5d3c7d2561ed9783cd495d3665729e42590b12641e73c69fcf5" dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "futures", "futures-timer", "polkadot-cli", "polkadot-service", - "sc-cli 0.40.0", - "sc-client-api 32.0.0", - "sc-sysinfo 31.0.0", - "sc-telemetry 18.0.0", - "sc-tracing 32.0.0", + "sc-cli", + "sc-client-api", + "sc-sysinfo", + "sc-telemetry", + "sc-tracing", "sp-api 30.0.0", - "sp-consensus 0.36.0", + "sp-consensus", "sp-core 32.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", ] -[[package]] -name = "cumulus-relay-chain-interface" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbb531263c11cfd73f17090106fff2385ca7b02b39102c367f4c13fb1251e9dd" -dependencies = [ - "async-trait", - "cumulus-primitives-core 0.10.0", - "futures", - "jsonrpsee-core", - "parity-scale-codec", - "polkadot-overseer 10.0.0", - "sc-client-api 31.0.0", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-state-machine 0.38.0", - "thiserror", -] - [[package]] name = "cumulus-relay-chain-interface" version = "0.11.0" @@ -2994,10 +2791,10 @@ dependencies = [ "futures", "jsonrpsee-core", "parity-scale-codec", - "polkadot-overseer 11.0.0", - "sc-client-api 32.0.0", + "polkadot-overseer", + "sc-client-api", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-state-machine 0.39.0", "thiserror", ] @@ -3011,7 +2808,7 @@ dependencies = [ "array-bytes 6.2.2", "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "cumulus-relay-chain-rpc-interface", "futures", "parking_lot 0.12.1", @@ -3023,21 +2820,21 @@ dependencies = [ "polkadot-node-core-chain-api", "polkadot-node-core-prospective-parachains", "polkadot-node-core-runtime-api", - "polkadot-node-network-protocol 11.0.0", + "polkadot-node-network-protocol", "polkadot-node-subsystem-util", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", "polkadot-service", - "sc-authority-discovery 0.38.0", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-service 0.39.0", - "sc-tracing 32.0.0", - "sc-utils 17.0.0", + "sc-authority-discovery", + "sc-client-api", + "sc-network", + "sc-network-common", + "sc-service", + "sc-tracing", + "sc-utils", "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-babe 0.36.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", @@ -3053,18 +2850,18 @@ checksum = "b173a09d24c4ea2b6f90eb682276f844db7b180651f22a9e918f8bac0642075f" dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "either", "futures", "futures-timer", "jsonrpsee", "parity-scale-codec", "pin-project", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "rand", - "sc-client-api 32.0.0", - "sc-rpc-api 0.37.0", - "sc-service 0.39.0", + "sc-client-api", + "sc-rpc-api", + "sc-service", "schnellru", "serde", "serde_json", @@ -3085,21 +2882,6 @@ dependencies = [ "url", ] -[[package]] -name = "cumulus-test-relay-sproof-builder" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1e730a7524f50acb03c24476323c4dad35690baf85175ad0f91a2dffed85b39" -dependencies = [ - "cumulus-primitives-core 0.10.0", - "parity-scale-codec", - "polkadot-primitives 10.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-std", - "sp-trie 32.0.0", -] - [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.11.0" @@ -3589,34 +3371,35 @@ dependencies = [ [[package]] name = "emulated-integration-tests-common" -version = "6.0.0" +version = "7.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47f0799ab64756b6751d3ebcb17a30c3ba756193b6c193d14783afb312a16322" +checksum = "2117a0c89f2afd71f15eebe18f4b48790b675314426773ea282e9f3ff08e5afa" dependencies = [ - "asset-test-utils 10.0.0", - "bp-messages 0.10.0", + "asset-test-utils", + "bp-messages 0.11.0", "bridge-runtime-common", - "cumulus-pallet-parachain-system 0.10.0", - "cumulus-pallet-xcmp-queue 0.10.0", - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", - "pallet-assets 32.0.0", - "pallet-balances 31.0.0", + "cumulus-pallet-parachain-system 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-core 0.11.0", + "frame-support 32.0.0", + "pallet-assets 33.0.0", + "pallet-balances 33.0.0", "pallet-bridge-messages", - "pallet-message-queue 34.0.0", - "pallet-xcm 10.0.1", - "parachains-common 10.0.0", + "pallet-message-queue 35.0.0", + "pallet-xcm 11.0.0", + "parachains-common 11.0.0", "parity-scale-codec", "paste", - "polkadot-primitives 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "sc-consensus-grandpa 0.22.0", - "sp-authority-discovery 29.0.0", - "sp-consensus-babe 0.35.0", - "sp-consensus-beefy 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "staging-xcm 10.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-parachains 11.0.0", + "sc-consensus-grandpa", + "sp-authority-discovery 30.0.0", + "sp-consensus-babe 0.36.0", + "sp-consensus-beefy 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "staging-xcm 11.0.0", "xcm-emulator", ] @@ -4022,15 +3805,6 @@ version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" -[[package]] -name = "fork-tree" -version = "12.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e93d3f0315c2eccf23453609e0ab92fe7c6ad1ca8129bcaf80b9a08c8d7fc52b" -dependencies = [ - "parity-scale-codec", -] - [[package]] name = "fork-tree" version = "13.0.0" @@ -4081,32 +3855,6 @@ dependencies = [ "static_assertions", ] -[[package]] -name = "frame-benchmarking" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fee087c6a7ddbc6dcfb6a6015d4b2787ecbb2113ed8b8bee8ff15f2bdf93f94" -dependencies = [ - "frame-support 31.0.0", - "frame-support-procedural 26.0.1", - "frame-system 31.0.0", - "linregress", - "log", - "parity-scale-codec", - "paste", - "scale-info", - "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-runtime-interface 26.0.0", - "sp-std", - "sp-storage 20.0.0", - "static_assertions", -] - [[package]] name = "frame-benchmarking" version = "32.0.0" @@ -4156,17 +3904,17 @@ dependencies = [ "parity-scale-codec", "rand", "rand_pcg", - "sc-block-builder 0.37.0", - "sc-cli 0.40.0", - "sc-client-api 32.0.0", - "sc-client-db 0.39.0", - "sc-executor 0.36.0", - "sc-service 0.39.0", - "sc-sysinfo 31.0.0", + "sc-block-builder", + "sc-cli", + "sc-client-api", + "sc-client-db", + "sc-executor", + "sc-service", + "sc-sysinfo", "serde", "serde_json", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-database", "sp-externalities 0.28.0", @@ -4212,24 +3960,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "frame-election-provider-support" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d651327ec98d12fbdb0d25346de929e3ea2ab8a1ef85570794d9d8d54f204f28" -dependencies = [ - "frame-election-provider-solution-type", - "frame-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-npos-elections 29.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "frame-election-provider-support" version = "32.0.0" @@ -4382,9 +4112,9 @@ dependencies = [ [[package]] name = "frame-support" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81aecbbc1c62055e8ce472283bc655bf6c0f968a4d22d504bf6aad4ea44ccbc4" +checksum = "97100a956a2cd152ad4e63a5ec7b5e58503653223a73fff6e916b910b37f12ed" dependencies = [ "aquamarine 0.5.0", "array-bytes 6.2.2", @@ -4392,7 +4122,7 @@ dependencies = [ "docify", "environmental", "frame-metadata", - "frame-support-procedural 26.0.1", + "frame-support-procedural 27.0.0", "impl-trait-for-tuples", "k256", "log", @@ -4403,51 +4133,9 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-api 29.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-crypto-hashing-proc-macro", - "sp-debug-derive", - "sp-genesis-builder 0.10.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-metadata-ir 0.6.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", - "sp-state-machine 0.38.0", - "sp-std", - "sp-tracing 16.0.0", - "sp-weights 30.0.0", - "static_assertions", - "tt-call", -] - -[[package]] -name = "frame-support" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97100a956a2cd152ad4e63a5ec7b5e58503653223a73fff6e916b910b37f12ed" -dependencies = [ - "aquamarine 0.5.0", - "array-bytes 6.2.2", - "bitflags 1.3.2", - "docify", - "environmental", - "frame-metadata", - "frame-support-procedural 27.0.0", - "impl-trait-for-tuples", - "k256", - "log", - "macro_magic", - "parity-scale-codec", - "paste", - "scale-info", - "serde", - "serde_json", - "smallvec", - "sp-api 30.0.0", - "sp-arithmetic 26.0.0", - "sp-core 32.0.0", + "sp-api 30.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", "sp-crypto-hashing-proc-macro", "sp-debug-derive", "sp-genesis-builder 0.11.0", @@ -4484,26 +4172,6 @@ dependencies = [ "syn 2.0.55", ] -[[package]] -name = "frame-support-procedural" -version = "26.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "732fa43a05789f4ffb96955017e40643199d586c3d211754df5824a195f4eab5" -dependencies = [ - "Inflector", - "cfg-expr", - "derive-syn-parse 0.1.5", - "expander 2.1.0", - "frame-support-procedural-tools 11.0.1", - "itertools 0.10.5", - "macro_magic", - "proc-macro-warning", - "proc-macro2", - "quote", - "sp-crypto-hashing", - "syn 2.0.55", -] - [[package]] name = "frame-support-procedural" version = "27.0.0" @@ -4593,27 +4261,6 @@ dependencies = [ "sp-weights 28.0.0", ] -[[package]] -name = "frame-system" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7537b5e23f584bf54f26c6297e0260b54fac5298be43a115176a310f256a4ab" -dependencies = [ - "cfg-if", - "docify", - "frame-support 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-version 32.0.0", - "sp-weights 30.0.0", -] - [[package]] name = "frame-system" version = "32.0.0" @@ -5518,8 +5165,8 @@ name = "integration-tests" version = "0.0.0" dependencies = [ "asset-hub-paseo-runtime", - "asset-test-utils 11.0.0", - "cumulus-primitives-core 0.10.0", + "asset-test-utils", + "cumulus-primitives-core 0.11.0", "emulated-integration-tests-common", "frame-support 32.0.0", "pallet-assets 33.0.0", @@ -6741,11 +6388,11 @@ dependencies = [ "futures", "log", "parity-scale-codec", - "sc-client-api 32.0.0", + "sc-client-api", "sc-offchain", "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-beefy 17.0.0", "sp-core 32.0.0", "sp-mmr-primitives 30.0.0", @@ -6762,7 +6409,7 @@ dependencies = [ "parity-scale-codec", "serde", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-mmr-primitives 30.0.0", "sp-runtime 35.0.0", @@ -7324,31 +6971,13 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-asset-conversion" -version = "13.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4dbd5ff1c6f662d330beb109f6180ee66ed9cd7710cad28f3d15c444556fcce4" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "scale-info", - "sp-api 29.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-asset-conversion" version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a66fbfb4b9a3a6430f5925a09257c61a048bf0dfbad26f814e0f0e517f43c06a" dependencies = [ + "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "parity-scale-codec", @@ -7393,22 +7022,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-asset-rate" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5a492d16d0f7423cb2d7ca6fa6b4d423a4f4e2f67d2dc92d84d5988fcc33cfb" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-asset-rate" version = "11.0.0" @@ -7444,36 +7057,19 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-asset-tx-payment" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfcf34819002b9d6c8d7a28d89207498f63288de6689061fe9c1fb7c55454ff8" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-transaction-payment 31.0.0", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-asset-tx-payment" version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d27f76cc9151160c08fcee2e095b91048a2d1cb041b7c022a88f98ba220827b4" dependencies = [ + "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "pallet-transaction-payment 32.0.0", "parity-scale-codec", "scale-info", + "serde", "sp-core 32.0.0", "sp-io 34.0.0", "sp-runtime 35.0.0", @@ -7497,23 +7093,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-assets" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "805543c2ea1f10f14bc767f156b8ec80785345b683eaa59dea84d28745a87ee3" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-assets" version = "33.0.0" @@ -7584,23 +7163,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-authority-discovery" -version = "31.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a9c124d86227da7ae9073cc2984c0384c7830f7fa61450c0990c56837335da2" -dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-session 31.0.0", - "parity-scale-codec", - "scale-info", - "sp-application-crypto 33.0.0", - "sp-authority-discovery 29.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-authority-discovery" version = "32.0.0" @@ -7633,21 +7195,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-authorship" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8168348a94c479b7da001b3f0d1100210704eda8ce72c58aac456f1d866d7d67" -dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-authorship" version = "32.0.0" @@ -7688,31 +7235,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-babe" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37353294183655c76cdc56ffc5edf777b1e2275af59ae73c8aa255b6d941b362" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "pallet-authorship 31.0.0", - "pallet-session 31.0.0", - "pallet-timestamp 30.0.0", - "parity-scale-codec", - "scale-info", - "sp-application-crypto 33.0.0", - "sp-consensus-babe 0.35.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-staking 29.0.0", - "sp-std", -] - [[package]] name = "pallet-babe" version = "32.0.0" @@ -7801,23 +7323,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-balances" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3565d525dd88e07da5b2309cd6ffe7447ddc5406eeaa2cb26157d35787a69a7" -dependencies = [ - "docify", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-balances" version = "33.0.0" @@ -7969,85 +7474,85 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0034e29cd8f1547e0688ba3cb3a621c1dcb076c59f548eb40e0680ba37f14e7" +checksum = "88e0f44b87681bafd9deec464b7f0d4f3c9b050b53ef1588eb5312d26ebc30a5" dependencies = [ - "bp-header-chain 0.10.0", - "bp-runtime 0.10.0", + "bp-header-chain 0.11.0", + "bp-runtime 0.11.0", "bp-test-utils", "finality-grandpa", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-consensus-grandpa 16.0.0", - "sp-runtime 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] name = "pallet-bridge-messages" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe205f990c97a766b317378617c3ac8548530e0e29011250ad4c669cf4d86773" +checksum = "a9da377cff690ae52d872bdc6dd00ef7ebb3b2eb092ddacc2e26e9efb9f13631" dependencies = [ - "bp-messages 0.10.0", - "bp-runtime 0.10.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-messages 0.11.0", + "bp-runtime 0.11.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "num-traits", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-bridge-parachains" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4315c1346e60031afc119b051fbe9aa32c29143abb1b6b771d82c0e9fe5a4a8" +checksum = "1c9e9466750027c10df653ac91eaaffe042d1f94dca5f561b6ea9f54f389d496" dependencies = [ - "bp-header-chain 0.10.0", + "bp-header-chain 0.11.0", "bp-parachains", - "bp-polkadot-core 0.10.0", - "bp-runtime 0.10.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-polkadot-core 0.11.0", + "bp-runtime 0.11.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "pallet-bridge-grandpa", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] name = "pallet-bridge-relayers" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e85310662790097b4f391b32822eb55d5088bc09ac91343d68e48e4fc582cb31" +checksum = "9380cbce05df9451cb9b2149e1284090c0da3f3ab9615b8810b1cb0e2ab3aed5" dependencies = [ - "bp-messages 0.10.0", + "bp-messages 0.11.0", "bp-relayers", - "bp-runtime 0.10.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-runtime 0.11.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "pallet-bridge-messages", "parity-scale-codec", "scale-info", - "sp-arithmetic 25.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8070,24 +7575,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-broker" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1b05f01c3d279cd661eba2c391844bac03fa5f979b9de821e6eb1cbe6069dfc" -dependencies = [ - "bitvec", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-broker" version = "0.10.0" @@ -8167,33 +7654,13 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-collator-selection" -version = "12.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26edc27ed73c658e6f3d37b4cc8822be3f293e1f0dc58830b42c272781ac8a44" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "pallet-authorship 31.0.0", - "pallet-balances 31.0.0", - "pallet-session 31.0.0", - "parity-scale-codec", - "rand", - "scale-info", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", - "sp-std", -] - [[package]] name = "pallet-collator-selection" version = "13.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7e0724831b2b1775542055c80918e78478953ee8d6777962a947404f22001c75" dependencies = [ + "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "log", @@ -8280,7 +7747,7 @@ dependencies = [ "bitflags 1.3.2", "parity-scale-codec", "paste", - "polkavm-derive 0.9.1", + "polkavm-derive", "scale-info", ] @@ -8363,30 +7830,6 @@ dependencies = [ "strum 0.24.1", ] -[[package]] -name = "pallet-election-provider-multi-phase" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da78b2feeba1286b66ac20cbfbcd321fe9d1d2bc15e9e31292023e9a66dbb819" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "pallet-election-provider-support-benchmarking 30.0.0", - "parity-scale-codec", - "rand", - "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-npos-elections 29.0.0", - "sp-runtime 34.0.0", - "sp-std", - "strum 0.24.1", -] - [[package]] name = "pallet-election-provider-multi-phase" version = "31.0.0" @@ -8426,21 +7869,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-election-provider-support-benchmarking" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1b20f98b9a1497a59d2b0eca0051c5ada89851bf29b26fda3a2cfe934a32116" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "sp-npos-elections 29.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-election-provider-support-benchmarking" version = "31.0.0" @@ -8496,26 +7924,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-fast-unstake" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24717c932bd68705e3a5b6b9311a31e57b354274de1c373feb9ca920f6a3e439" -dependencies = [ - "docify", - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", - "sp-std", -] - [[package]] name = "pallet-fast-unstake" version = "31.0.0" @@ -8602,24 +8010,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-identity" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33bca13843a11add3909a8c4bffae547ba9fa3a11c07ac2f8afd670acd85cb15" -dependencies = [ - "enumflags2", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-identity" version = "32.0.0" @@ -8757,30 +8147,9 @@ dependencies = [ [[package]] name = "pallet-message-queue" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "063b2e7912fbbe67985e68e460f2f242b90de48a63a1f03dd2ae022154ba25e9" -dependencies = [ - "environmental", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-weights 30.0.0", -] - -[[package]] -name = "pallet-message-queue" -version = "35.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bd58fa73c9e498414c9e6757f5ff1dbb81b9c7439231018c19aca99c35fd35b" +checksum = "1bd58fa73c9e498414c9e6757f5ff1dbb81b9c7439231018c19aca99c35fd35b" dependencies = [ "environmental", "frame-benchmarking 32.0.0", @@ -9379,29 +8748,6 @@ dependencies = [ "sp-trie 30.0.0", ] -[[package]] -name = "pallet-session" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17951aa288869e5afe5815eedc7038dd50b9741d215b66323ff4a12f5686ac15" -dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", - "impl-trait-for-tuples", - "log", - "pallet-timestamp 30.0.0", - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-staking 29.0.0", - "sp-state-machine 0.38.0", - "sp-std", - "sp-trie 32.0.0", -] - [[package]] name = "pallet-session" version = "32.0.0" @@ -9504,30 +8850,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-staking" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baeb3d22e737307280e2047cba983cc9aa477a6f4c3001e8c1f07077d148c8f7" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "pallet-authorship 31.0.0", - "pallet-session 31.0.0", - "parity-scale-codec", - "rand_chacha 0.2.2", - "scale-info", - "serde", - "sp-application-crypto 33.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", - "sp-std", -] - [[package]] name = "pallet-staking" version = "32.0.0" @@ -9574,16 +8896,6 @@ dependencies = [ "sp-arithmetic 24.0.0", ] -[[package]] -name = "pallet-staking-reward-fn" -version = "21.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e341c47481040b68edcf166ad34633c4c5da20d1559413e68387da935a6ae18" -dependencies = [ - "log", - "sp-arithmetic 25.0.0", -] - [[package]] name = "pallet-staking-reward-fn" version = "22.0.0" @@ -9707,27 +9019,6 @@ dependencies = [ "sp-timestamp 27.0.0", ] -[[package]] -name = "pallet-timestamp" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb766403f8cabcedb1725326befd7253de3e4c1d3b3d5f7c40adc49ebee5040c" -dependencies = [ - "docify", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-storage 20.0.0", - "sp-timestamp 29.0.0", -] - [[package]] name = "pallet-timestamp" version = "31.0.0" @@ -9786,23 +9077,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-transaction-payment" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12df1de833ad0abff5daa53f80594d6ef66d250cc1ae073c01e406ce37bbf25e" -dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-transaction-payment" version = "32.0.0" @@ -9830,9 +9104,9 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 32.0.0", "parity-scale-codec", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", - "sp-rpc 30.0.0", + "sp-rpc", "sp-runtime 35.0.0", "sp-weights 31.0.0", ] @@ -9883,26 +9157,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-treasury" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "174da255855136b4bf7174a1499ddf20134efe75d59fac4709244fe813534656" -dependencies = [ - "docify", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "impl-trait-for-tuples", - "pallet-balances 31.0.0", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-treasury" version = "31.0.0" @@ -9956,23 +9210,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-utility" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73c54ec28e67769b35a650d497ddd10bf0dd783d14965a1034cdcb71ae1d1442" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-utility" version = "32.0.0" @@ -10006,22 +9243,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-vesting" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a5627016e1cb40d02bf589507429558208c05948d1399ab405307bfe3b1d967" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-vesting" version = "32.0.0" @@ -10094,30 +9315,6 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] -[[package]] -name = "pallet-xcm" -version = "10.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd52ee00a54f8b6ff3a90e97622b2403667ef25105dd08d71d45a7075c0ba478" -dependencies = [ - "bounded-collections 0.2.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "pallet-balances 31.0.0", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", -] - [[package]] name = "pallet-xcm" version = "11.0.0" @@ -10203,26 +9400,6 @@ dependencies = [ "staging-xcm-builder 8.0.3", ] -[[package]] -name = "pallet-xcm-bridge-hub-router" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d565232e0b191f9ba84ae2b0549122493e283daee73c8f1d46864b2151d17c3" -dependencies = [ - "bp-xcm-bridge-hub-router 0.9.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", -] - [[package]] name = "pallet-xcm-bridge-hub-router" version = "0.9.0" @@ -10230,6 +9407,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5e3e699ac017c1ea645c97e6a42d4c193f69282ca37c4197fc2a1cc9e69c2dc6" dependencies = [ "bp-xcm-bridge-hub-router 0.10.0", + "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "log", @@ -10274,38 +9452,6 @@ dependencies = [ "substrate-wasm-builder 18.0.1", ] -[[package]] -name = "parachains-common" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5539fb10c2901cf120d3db87f6ee1568696ccce30cea1a0d0cdee31f64f1da37" -dependencies = [ - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-utility 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "pallet-asset-tx-payment 31.0.0", - "pallet-assets 32.0.0", - "pallet-authorship 31.0.0", - "pallet-balances 31.0.0", - "pallet-collator-selection 12.0.1", - "pallet-message-queue 34.0.0", - "pallet-xcm 10.0.1", - "parity-scale-codec", - "polkadot-primitives 10.0.0", - "scale-info", - "sp-consensus-aura 0.35.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "staging-parachain-info 0.10.0", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", - "substrate-wasm-builder 20.0.0", -] - [[package]] name = "parachains-common" version = "11.0.0" @@ -10338,38 +9484,6 @@ dependencies = [ "substrate-wasm-builder 21.0.0", ] -[[package]] -name = "parachains-runtimes-test-utils" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f99223f27fe88a1d071e0ddf6e10556aacb6cb507658acc70957783830f6fc37" -dependencies = [ - "cumulus-pallet-parachain-system 0.10.0", - "cumulus-pallet-xcmp-queue 0.10.0", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-parachain-inherent 0.10.0", - "cumulus-test-relay-sproof-builder 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-balances 31.0.0", - "pallet-collator-selection 12.0.1", - "pallet-session 31.0.0", - "pallet-timestamp 30.0.0", - "pallet-xcm 10.0.1", - "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "sp-consensus-aura 0.35.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-tracing 16.0.0", - "staging-parachain-info 0.10.0", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", - "substrate-wasm-builder 20.0.0", -] - [[package]] name = "parachains-runtimes-test-utils" version = "11.0.0" @@ -10380,7 +9494,7 @@ dependencies = [ "cumulus-pallet-xcmp-queue 0.11.0", "cumulus-primitives-core 0.11.0", "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-test-relay-sproof-builder 0.11.0", + "cumulus-test-relay-sproof-builder", "frame-support 32.0.0", "frame-system 32.0.0", "pallet-balances 33.0.0", @@ -10873,15 +9987,15 @@ dependencies = [ "futures", "futures-timer", "itertools 0.10.5", - "polkadot-node-jaeger 11.0.0", - "polkadot-node-metrics 11.0.0", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-jaeger", + "polkadot-node-metrics", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -10893,12 +10007,12 @@ dependencies = [ "always-assert", "futures", "futures-timer", - "polkadot-node-network-protocol 11.0.0", + "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -10912,8 +10026,8 @@ dependencies = [ "futures", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", @@ -10922,7 +10036,7 @@ dependencies = [ "sp-core 32.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -10936,17 +10050,17 @@ dependencies = [ "futures", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", - "sc-network 0.38.0", + "sc-network", "schnellru", "thiserror", "tokio", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -10960,15 +10074,15 @@ dependencies = [ "frame-benchmarking-cli", "futures", "log", - "polkadot-node-metrics 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-metrics", + "polkadot-node-primitives", "polkadot-service", - "sc-cli 0.40.0", - "sc-executor 0.36.0", - "sc-service 0.39.0", + "sc-cli", + "sc-executor", + "sc-service", "sc-storage-monitor", - "sc-sysinfo 31.0.0", - "sc-tracing 32.0.0", + "sc-sysinfo", + "sc-tracing", "sp-core 32.0.0", "sp-io 34.0.0", "sp-keyring 35.0.0", @@ -10989,8 +10103,8 @@ dependencies = [ "fatality", "futures", "futures-timer", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", @@ -10999,7 +10113,7 @@ dependencies = [ "sp-runtime 35.0.0", "thiserror", "tokio-util", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11015,19 +10129,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "polkadot-core-primitives" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44c2f38f3195108e9da39b9845895bb3dff76f1c7b31409143febeb1560cd276" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "polkadot-core-primitives" version = "11.0.0" @@ -11054,17 +10155,17 @@ dependencies = [ "indexmap 2.2.6", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", - "sc-network 0.38.0", + "sc-network", "schnellru", "sp-application-crypto 34.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11074,7 +10175,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf840ff7a6337715e20e1afd76fd20dae11ebb049d89855ee2bf47b36b0e6249" dependencies = [ "parity-scale-codec", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-primitives 11.0.0", "reed-solomon-novelpoly", "sp-core 32.0.0", @@ -11090,19 +10191,19 @@ checksum = "477f94e8c3eedd6cfcfdfe50a33d610d38dfec4668ff7f3baef8814ffb7da85e" dependencies = [ "futures", "futures-timer", - "polkadot-node-network-protocol 11.0.0", + "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", "rand_chacha 0.3.1", - "sc-network 0.38.0", - "sc-network-common 0.37.0", + "sc-network", + "sc-network-common", "sp-application-crypto 34.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-keystore 0.38.0", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11118,15 +10219,15 @@ dependencies = [ "futures", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-metrics 11.0.0", - "polkadot-node-network-protocol 11.0.0", + "polkadot-node-metrics", + "polkadot-node-network-protocol", "polkadot-node-subsystem", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", - "sc-network 0.38.0", - "sp-consensus 0.36.0", + "sc-network", + "sp-consensus", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11138,14 +10239,14 @@ dependencies = [ "futures", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "sp-core 32.0.0", "sp-maybe-compressed-blob", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11162,24 +10263,24 @@ dependencies = [ "kvdb", "merlin", "parity-scale-codec", - "polkadot-node-jaeger 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-jaeger", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", "rand", "rand_chacha 0.3.1", "rand_core 0.6.4", - "sc-keystore 29.0.0", + "sc-keystore", "schnellru", "schnorrkel 0.11.4", "sp-application-crypto 34.0.0", - "sp-consensus 0.36.0", + "sp-consensus", "sp-consensus-slots 0.36.0", "sp-runtime 35.0.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11194,15 +10295,15 @@ dependencies = [ "kvdb", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-jaeger 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-jaeger", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", - "sp-consensus 0.36.0", + "sp-consensus", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11215,15 +10316,15 @@ dependencies = [ "fatality", "futures", "polkadot-erasure-coding", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", - "polkadot-statement-table 11.0.0", + "polkadot-statement-table", "schnellru", "sp-keystore 0.38.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11238,7 +10339,7 @@ dependencies = [ "polkadot-primitives 11.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", "wasm-timer", ] @@ -11253,15 +10354,15 @@ dependencies = [ "futures-timer", "parity-scale-codec", "polkadot-node-core-pvf", - "polkadot-node-metrics 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-metrics", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", "sp-maybe-compressed-blob", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11271,12 +10372,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2ffcc24bbbc2a2523c599022b106f0b48213bf80ef75f490fe02ec79ab972e4" dependencies = [ "futures", - "polkadot-node-metrics 11.0.0", + "polkadot-node-metrics", "polkadot-node-subsystem", - "polkadot-node-subsystem-types 11.0.0", - "sc-client-api 32.0.0", + "polkadot-node-subsystem-types", + "sc-client-api", "sc-consensus-babe", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11289,12 +10390,12 @@ dependencies = [ "futures-timer", "kvdb", "parity-scale-codec", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11307,14 +10408,14 @@ dependencies = [ "futures", "kvdb", "parity-scale-codec", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", - "sc-keystore 29.0.0", + "sc-keystore", "schnellru", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11327,12 +10428,12 @@ dependencies = [ "futures", "futures-timer", "polkadot-node-subsystem", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-inherents 30.0.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11345,12 +10446,12 @@ dependencies = [ "fatality", "futures", "parity-scale-codec", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11363,13 +10464,13 @@ dependencies = [ "fatality", "futures", "futures-timer", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "schnellru", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11390,8 +10491,8 @@ dependencies = [ "pin-project", "polkadot-core-primitives 11.0.0", "polkadot-node-core-pvf-common", - "polkadot-node-metrics 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-metrics", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", @@ -11403,7 +10504,7 @@ dependencies = [ "tempfile", "thiserror", "tokio", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11413,14 +10514,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "275cab7ad2b38fdfb0c097485fe4f51e55e36c96330255edc38ccf121aa2171c" dependencies = [ "futures", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11438,9 +10539,9 @@ dependencies = [ "parity-scale-codec", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", - "sc-executor 0.36.0", - "sc-executor-common 0.33.0", - "sc-executor-wasmtime 0.33.1", + "sc-executor", + "sc-executor-common", + "sc-executor-wasmtime", "seccompiler", "sp-core 32.0.0", "sp-crypto-hashing", @@ -11448,7 +10549,7 @@ dependencies = [ "sp-io 34.0.0", "sp-tracing 17.0.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11458,32 +10559,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fd9c685da442b6dde17f0f1e4bd6bb4d6827c6af0dbe96bc603d3d4f8fd05953" dependencies = [ "futures", - "polkadot-node-metrics 11.0.0", + "polkadot-node-metrics", "polkadot-node-subsystem", - "polkadot-node-subsystem-types 11.0.0", + "polkadot-node-subsystem-types", "polkadot-primitives 11.0.0", "schnellru", "sp-consensus-babe 0.36.0", - "tracing-gum 11.0.0", -] - -[[package]] -name = "polkadot-node-jaeger" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e14e65e3d9990d1f8f793a23c05c6aa82a551e551225ab86d2625474afef748f" -dependencies = [ - "lazy_static", - "log", - "mick-jaeger", - "parity-scale-codec", - "parking_lot 0.12.1", - "polkadot-node-primitives 10.0.0", - "polkadot-primitives 10.0.0", - "sc-network 0.37.0", - "sp-core 31.0.0", - "thiserror", - "tokio", + "tracing-gum", ] [[package]] @@ -11497,34 +10579,14 @@ dependencies = [ "mick-jaeger", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-primitives 11.0.0", - "sc-network 0.38.0", + "sc-network", "sp-core 32.0.0", "thiserror", "tokio", ] -[[package]] -name = "polkadot-node-metrics" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4ca58a67371546b66a011f0e27551094a8499a53223b16c164e769d25d981d0" -dependencies = [ - "bs58 0.5.1", - "futures", - "futures-timer", - "log", - "parity-scale-codec", - "polkadot-primitives 10.0.0", - "prioritized-metered-channel", - "sc-cli 0.39.0", - "sc-service 0.38.0", - "sc-tracing 31.0.0", - "substrate-prometheus-endpoint", - "tracing-gum 10.0.0", -] - [[package]] name = "polkadot-node-metrics" version = "11.0.0" @@ -11538,36 +10600,11 @@ dependencies = [ "parity-scale-codec", "polkadot-primitives 11.0.0", "prioritized-metered-channel", - "sc-cli 0.40.0", - "sc-service 0.39.0", - "sc-tracing 32.0.0", + "sc-cli", + "sc-service", + "sc-tracing", "substrate-prometheus-endpoint", - "tracing-gum 11.0.0", -] - -[[package]] -name = "polkadot-node-network-protocol" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67c3b078794c9c383ee3ceff65f2713ec81c033c6d8785ead5f7797e914c1fe3" -dependencies = [ - "async-channel 1.9.0", - "async-trait", - "bitvec", - "derive_more", - "fatality", - "futures", - "hex", - "parity-scale-codec", - "polkadot-node-jaeger 10.0.0", - "polkadot-node-primitives 10.0.0", - "polkadot-primitives 10.0.0", - "rand", - "sc-authority-discovery 0.37.0", - "sc-network 0.37.0", - "strum 0.24.1", - "thiserror", - "tracing-gum 10.0.0", + "tracing-gum", ] [[package]] @@ -11584,39 +10621,15 @@ dependencies = [ "futures", "hex", "parity-scale-codec", - "polkadot-node-jaeger 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-jaeger", + "polkadot-node-primitives", "polkadot-primitives 11.0.0", "rand", - "sc-authority-discovery 0.38.0", - "sc-network 0.38.0", + "sc-authority-discovery", + "sc-network", "strum 0.26.3", "thiserror", - "tracing-gum 11.0.0", -] - -[[package]] -name = "polkadot-node-primitives" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d9521abb7028ce7040f66a0786423bee2cdb7725ca46e5cee1f86191bcb2ed3" -dependencies = [ - "bitvec", - "bounded-vec", - "futures", - "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", - "schnorrkel 0.11.4", - "serde", - "sp-application-crypto 33.0.0", - "sp-consensus-babe 0.35.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-maybe-compressed-blob", - "sp-runtime 34.0.0", - "thiserror", - "zstd 0.12.4", + "tracing-gum", ] [[package]] @@ -11649,38 +10662,9 @@ version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6d5bbd86b3014ce7cc71e1a90bf641e26c4cea98955522d350268efa97c58de9" dependencies = [ - "polkadot-node-jaeger 11.0.0", - "polkadot-node-subsystem-types 11.0.0", - "polkadot-overseer 11.0.0", -] - -[[package]] -name = "polkadot-node-subsystem-types" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf0e971c1377901212059b794b48acac9a855cac83f2e07dc1b708ca0e77ba64" -dependencies = [ - "async-trait", - "bitvec", - "derive_more", - "futures", - "orchestra", - "polkadot-node-jaeger 10.0.0", - "polkadot-node-network-protocol 10.0.0", - "polkadot-node-primitives 10.0.0", - "polkadot-primitives 10.0.0", - "polkadot-statement-table 10.0.0", - "sc-client-api 31.0.0", - "sc-network 0.37.0", - "sc-transaction-pool-api 31.0.0", - "smallvec", - "sp-api 29.0.0", - "sp-authority-discovery 29.0.0", - "sp-blockchain 31.0.0", - "sp-consensus-babe 0.35.0", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", - "thiserror", + "polkadot-node-jaeger", + "polkadot-node-subsystem-types", + "polkadot-overseer", ] [[package]] @@ -11694,18 +10678,18 @@ dependencies = [ "derive_more", "futures", "orchestra", - "polkadot-node-jaeger 11.0.0", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-jaeger", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-primitives 11.0.0", - "polkadot-statement-table 11.0.0", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sc-transaction-pool-api 32.0.0", + "polkadot-statement-table", + "sc-client-api", + "sc-network", + "sc-transaction-pool-api", "smallvec", "sp-api 30.0.0", "sp-authority-discovery 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-consensus-babe 0.36.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", @@ -11729,46 +10713,23 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "pin-project", - "polkadot-node-jaeger 11.0.0", - "polkadot-node-metrics 11.0.0", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-jaeger", + "polkadot-node-metrics", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-node-subsystem-types 11.0.0", - "polkadot-overseer 11.0.0", + "polkadot-node-subsystem-types", + "polkadot-overseer", "polkadot-primitives 11.0.0", "prioritized-metered-channel", "rand", - "sc-client-api 32.0.0", + "sc-client-api", "schnellru", "sp-application-crypto 34.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum 11.0.0", -] - -[[package]] -name = "polkadot-overseer" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97415bc09e9dd20d44a019eaf0bb803ab3239a7eca20820b181e53901966fdbc" -dependencies = [ - "async-trait", - "futures", - "futures-timer", - "orchestra", - "parking_lot 0.12.1", - "polkadot-node-metrics 10.0.0", - "polkadot-node-network-protocol 10.0.0", - "polkadot-node-primitives 10.0.0", - "polkadot-node-subsystem-types 10.0.0", - "polkadot-primitives 10.0.0", - "sc-client-api 31.0.0", - "sp-api 29.0.0", - "sp-core 31.0.0", - "tikv-jemalloc-ctl", - "tracing-gum 10.0.0", + "tracing-gum", ] [[package]] @@ -11782,16 +10743,16 @@ dependencies = [ "futures-timer", "orchestra", "parking_lot 0.12.1", - "polkadot-node-metrics 11.0.0", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", - "polkadot-node-subsystem-types 11.0.0", + "polkadot-node-metrics", + "polkadot-node-network-protocol", + "polkadot-node-primitives", + "polkadot-node-subsystem-types", "polkadot-primitives 11.0.0", - "sc-client-api 32.0.0", + "sc-client-api", "sp-api 30.0.0", "sp-core 32.0.0", "tikv-jemalloc-ctl", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11814,38 +10775,20 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b87dda07862f2b16f2c2b7d315f2b4549c896562d973d466b6d19de36aba30d" +checksum = "fe77e2febc4b87e7c0a63f857ce5c32a2680cae5f9c2740285cd7378ed1586ca" dependencies = [ "bounded-collections 0.2.0", "derive_more", "parity-scale-codec", - "polkadot-core-primitives 10.0.0", + "polkadot-core-primitives 11.0.0", "scale-info", "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-weights 30.0.0", -] - -[[package]] -name = "polkadot-parachain-primitives" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe77e2febc4b87e7c0a63f857ce5c32a2680cae5f9c2740285cd7378ed1586ca" -dependencies = [ - "bounded-collections 0.2.0", - "derive_more", - "parity-scale-codec", - "polkadot-core-primitives 11.0.0", - "scale-info", - "serde", - "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-std", - "sp-weights 31.0.0", + "sp-weights 31.0.0", ] [[package]] @@ -11876,34 +10819,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "polkadot-primitives" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e01b525a35852e2861397eecbdb4a03dda69f14f7ca04968f2e06d6cba51dfb" -dependencies = [ - "bitvec", - "hex-literal", - "log", - "parity-scale-codec", - "polkadot-core-primitives 10.0.0", - "polkadot-parachain-primitives 9.0.0", - "scale-info", - "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.0", - "sp-authority-discovery 29.0.0", - "sp-consensus-slots 0.35.0", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", - "sp-std", -] - [[package]] name = "polkadot-primitives" version = "11.0.0" @@ -11942,23 +10857,23 @@ dependencies = [ "mmr-rpc", "pallet-transaction-payment-rpc", "polkadot-primitives 11.0.0", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", + "sc-chain-spec", + "sc-client-api", "sc-consensus-babe", "sc-consensus-babe-rpc", "sc-consensus-beefy", "sc-consensus-beefy-rpc", "sc-consensus-epochs", - "sc-consensus-grandpa 0.23.0", + "sc-consensus-grandpa", "sc-consensus-grandpa-rpc", - "sc-rpc 33.0.0", - "sc-rpc-spec-v2 0.38.0", + "sc-rpc", + "sc-rpc-spec-v2", "sc-sync-state-rpc", - "sc-transaction-pool-api 32.0.0", + "sc-transaction-pool-api", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-babe 0.36.0", "sp-keystore 0.38.0", "sp-runtime 35.0.0", @@ -12018,58 +10933,6 @@ dependencies = [ "static_assertions", ] -[[package]] -name = "polkadot-runtime-common" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1abd7bff20e17e025a4e001aff55dfefcfd7ef8a8ae138de44998a012e227f2" -dependencies = [ - "bitvec", - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "impl-trait-for-tuples", - "libsecp256k1", - "log", - "pallet-asset-rate 10.0.0", - "pallet-authorship 31.0.0", - "pallet-babe 31.0.0", - "pallet-balances 31.0.0", - "pallet-broker 0.9.0", - "pallet-election-provider-multi-phase 30.0.0", - "pallet-fast-unstake 30.0.0", - "pallet-identity 31.0.0", - "pallet-session 31.0.0", - "pallet-staking 31.0.0", - "pallet-staking-reward-fn 21.0.0", - "pallet-timestamp 30.0.0", - "pallet-transaction-payment 31.0.0", - "pallet-treasury 30.0.0", - "pallet-vesting 31.0.0", - "parity-scale-codec", - "polkadot-primitives 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "rustc-hex", - "scale-info", - "serde", - "serde_derive", - "slot-range-helper 10.0.0", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-npos-elections 29.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-staking 29.0.0", - "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", - "static_assertions", -] - [[package]] name = "polkadot-runtime-common" version = "11.0.0" @@ -12136,20 +10999,6 @@ dependencies = [ "sp-tracing 16.0.0", ] -[[package]] -name = "polkadot-runtime-metrics" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fed9088becfd874b6dbf064f9d1dd1bfa2e3c2188459a572aac2e689c028772" -dependencies = [ - "bs58 0.5.1", - "frame-benchmarking 31.0.0", - "parity-scale-codec", - "polkadot-primitives 10.0.0", - "sp-std", - "sp-tracing 16.0.0", -] - [[package]] name = "polkadot-runtime-metrics" version = "11.0.0" @@ -12214,56 +11063,6 @@ dependencies = [ "static_assertions", ] -[[package]] -name = "polkadot-runtime-parachains" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ce601c5f1005ff1d315c1e5c161a73e63e54bf23527f98c2bfa3ffc5b22f5e6" -dependencies = [ - "bitflags 1.3.2", - "bitvec", - "derive_more", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "impl-trait-for-tuples", - "log", - "pallet-authority-discovery 31.0.1", - "pallet-authorship 31.0.0", - "pallet-babe 31.0.0", - "pallet-balances 31.0.0", - "pallet-broker 0.9.0", - "pallet-message-queue 34.0.0", - "pallet-session 31.0.0", - "pallet-staking 31.0.0", - "pallet-timestamp 30.0.0", - "pallet-vesting 31.0.0", - "parity-scale-codec", - "polkadot-core-primitives 10.0.0", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", - "polkadot-runtime-metrics 10.0.0", - "rand", - "rand_chacha 0.3.1", - "rustc-hex", - "scale-info", - "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-staking 29.0.0", - "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", - "static_assertions", -] - [[package]] name = "polkadot-runtime-parachains" version = "11.0.0" @@ -12364,49 +11163,49 @@ dependencies = [ "polkadot-node-core-pvf", "polkadot-node-core-pvf-checker", "polkadot-node-core-runtime-api", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-node-subsystem-types 11.0.0", + "polkadot-node-subsystem-types", "polkadot-node-subsystem-util", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", "polkadot-rpc", "polkadot-runtime-parachains 11.0.0", "polkadot-statement-distribution", "rococo-runtime", - "sc-authority-discovery 0.38.0", + "sc-authority-discovery", "sc-basic-authorship", - "sc-block-builder 0.37.0", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", - "sc-client-db 0.39.0", - "sc-consensus 0.37.0", + "sc-block-builder", + "sc-chain-spec", + "sc-client-api", + "sc-client-db", + "sc-consensus", "sc-consensus-babe", "sc-consensus-beefy", - "sc-consensus-grandpa 0.23.0", + "sc-consensus-grandpa", "sc-consensus-slots", - "sc-executor 0.36.0", - "sc-keystore 29.0.0", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-network-sync 0.37.0", + "sc-executor", + "sc-keystore", + "sc-network", + "sc-network-common", + "sc-network-sync", "sc-offchain", - "sc-service 0.39.0", + "sc-service", "sc-sync-state-rpc", - "sc-sysinfo 31.0.0", - "sc-telemetry 18.0.0", - "sc-transaction-pool 32.0.0", - "sc-transaction-pool-api 32.0.0", + "sc-sysinfo", + "sc-telemetry", + "sc-transaction-pool", + "sc-transaction-pool-api", "schnellru", "serde", "serde_json", "sp-api 30.0.0", "sp-authority-discovery 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-babe 0.36.0", "sp-consensus-beefy 17.0.0", "sp-consensus-grandpa 17.0.0", @@ -12428,7 +11227,7 @@ dependencies = [ "staging-xcm 11.0.0", "substrate-prometheus-endpoint", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", "westend-runtime", "xcm-fee-payment-runtime-api", ] @@ -12446,27 +11245,15 @@ dependencies = [ "futures-timer", "indexmap 2.2.6", "parity-scale-codec", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "sp-keystore 0.38.0", "sp-staking 30.0.0", "thiserror", - "tracing-gum 11.0.0", -] - -[[package]] -name = "polkadot-statement-table" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a18144720acd47e1243b60c20bfb03f73dc67cbaf61bf2820991961e1ebb803b" -dependencies = [ - "parity-scale-codec", - "polkadot-primitives 10.0.0", - "sp-core 31.0.0", - "tracing-gum 10.0.0", + "tracing-gum", ] [[package]] @@ -12478,7 +11265,7 @@ dependencies = [ "parity-scale-codec", "polkadot-primitives 11.0.0", "sp-core 32.0.0", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -12490,7 +11277,7 @@ dependencies = [ "libc", "log", "polkavm-assembler", - "polkavm-common 0.9.0", + "polkavm-common", "polkavm-linux-raw", ] @@ -12503,12 +11290,6 @@ dependencies = [ "log", ] -[[package]] -name = "polkavm-common" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92c99f7eee94e7be43ba37eef65ad0ee8cbaf89b7c00001c3f6d2be985cb1817" - [[package]] name = "polkavm-common" version = "0.9.0" @@ -12518,34 +11299,13 @@ dependencies = [ "log", ] -[[package]] -name = "polkavm-derive" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79fa916f7962348bd1bb1a65a83401675e6fc86c51a0fdbcf92a3108e58e6125" -dependencies = [ - "polkavm-derive-impl-macro 0.8.0", -] - [[package]] name = "polkavm-derive" version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ae8c4bea6f3e11cd89bb18bcdddac10bd9a24015399bd1c485ad68a985a19606" dependencies = [ - "polkavm-derive-impl-macro 0.9.0", -] - -[[package]] -name = "polkavm-derive-impl" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c10b2654a8a10a83c260bfb93e97b262cf0017494ab94a65d389e0eda6de6c9c" -dependencies = [ - "polkavm-common 0.8.0", - "proc-macro2", - "quote", - "syn 2.0.55", + "polkavm-derive-impl-macro", ] [[package]] @@ -12554,29 +11314,19 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c4fdfc49717fb9a196e74a5d28e0bc764eb394a2c803eb11133a31ac996c60c" dependencies = [ - "polkavm-common 0.9.0", + "polkavm-common", "proc-macro2", "quote", "syn 2.0.55", ] -[[package]] -name = "polkavm-derive-impl-macro" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15e85319a0d5129dc9f021c62607e0804f5fb777a05cdda44d750ac0732def66" -dependencies = [ - "polkavm-derive-impl 0.8.0", - "syn 2.0.55", -] - [[package]] name = "polkavm-derive-impl-macro" version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ba81f7b5faac81e528eb6158a6f3c9e0bb1008e0ffa19653bc8dea925ecb429" dependencies = [ - "polkavm-derive-impl 0.9.0", + "polkavm-derive-impl", "syn 2.0.55", ] @@ -12590,7 +11340,7 @@ dependencies = [ "hashbrown 0.14.3", "log", "object 0.32.2", - "polkavm-common 0.9.0", + "polkavm-common", "regalloc2 0.9.3", "rustc-demangle", ] @@ -12667,10 +11417,10 @@ dependencies = [ "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-service", - "cumulus-primitives-aura 0.10.0", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-parachain-inherent 0.10.0", - "cumulus-relay-chain-interface 0.10.0", + "cumulus-primitives-aura 0.11.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-relay-chain-interface", "frame-benchmarking 32.0.0", "frame-benchmarking-cli", "futures", @@ -12684,26 +11434,26 @@ dependencies = [ "pop-runtime-devnet", "pop-runtime-testnet", "sc-basic-authorship", - "sc-chain-spec 31.0.0", - "sc-cli 0.40.0", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sc-executor 0.36.0", - "sc-network 0.38.0", - "sc-network-sync 0.37.0", + "sc-chain-spec", + "sc-cli", + "sc-client-api", + "sc-consensus", + "sc-executor", + "sc-network", + "sc-network-sync", "sc-offchain", - "sc-rpc 33.0.0", - "sc-service 0.39.0", - "sc-sysinfo 31.0.0", - "sc-telemetry 18.0.0", - "sc-tracing 32.0.0", - "sc-transaction-pool 32.0.0", - "sc-transaction-pool-api 32.0.0", + "sc-rpc", + "sc-service", + "sc-sysinfo", + "sc-telemetry", + "sc-tracing", + "sc-transaction-pool", + "sc-transaction-pool-api", "serde", "serde_json", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-consensus-aura 0.36.0", "sp-core 32.0.0", "sp-io 34.0.0", @@ -12733,7 +11483,7 @@ name = "pop-runtime-common" version = "0.0.0" dependencies = [ "frame-support 32.0.0", - "parachains-common 10.0.0", + "parachains-common 11.0.0", "parity-scale-codec", "polkadot-primitives 11.0.0", "scale-info", @@ -12747,13 +11497,13 @@ version = "0.1.0" dependencies = [ "cumulus-pallet-aura-ext 0.11.0", "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-session-benchmarking 12.0.0", - "cumulus-pallet-xcm 0.10.0", - "cumulus-pallet-xcmp-queue 0.10.0", - "cumulus-primitives-aura 0.10.0", - "cumulus-primitives-core 0.10.0", + "cumulus-pallet-session-benchmarking 13.0.0", + "cumulus-pallet-xcm 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-aura 0.11.0", + "cumulus-primitives-core 0.11.0", "cumulus-primitives-storage-weight-reclaim", - "cumulus-primitives-utility 0.10.0", + "cumulus-primitives-utility 0.11.0", "enumflags2", "env_logger 0.11.3", "frame-benchmarking 32.0.0", @@ -12770,7 +11520,7 @@ dependencies = [ "pallet-aura 31.0.0", "pallet-authorship 32.0.0", "pallet-balances 33.0.0", - "pallet-collator-selection 12.0.1", + "pallet-collator-selection 13.0.1", "pallet-contracts", "pallet-message-queue 35.0.0", "pallet-multisig 32.0.0", @@ -12787,7 +11537,7 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 32.0.0", "pallet-utility 32.0.0", "pallet-xcm 11.0.0", - "parachains-common 10.0.0", + "parachains-common 11.0.0", "parity-scale-codec", "polkadot-parachain-primitives 10.0.0", "polkadot-runtime-common 11.0.0", @@ -12808,7 +11558,7 @@ dependencies = [ "sp-std", "sp-transaction-pool 30.0.0", "sp-version 33.0.0", - "staging-parachain-info 0.10.0", + "staging-parachain-info 0.11.0", "staging-xcm 11.0.0", "staging-xcm-builder 11.0.0", "staging-xcm-executor 11.0.0", @@ -12821,12 +11571,12 @@ version = "0.2.0" dependencies = [ "cumulus-pallet-aura-ext 0.11.0", "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-session-benchmarking 12.0.0", - "cumulus-pallet-xcm 0.10.0", - "cumulus-pallet-xcmp-queue 0.10.0", - "cumulus-primitives-aura 0.10.0", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-utility 0.10.0", + "cumulus-pallet-session-benchmarking 13.0.0", + "cumulus-pallet-xcm 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-aura 0.11.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-utility 0.11.0", "enumflags2", "env_logger 0.11.3", "frame-benchmarking 32.0.0", @@ -12843,7 +11593,7 @@ dependencies = [ "pallet-aura 31.0.0", "pallet-authorship 32.0.0", "pallet-balances 33.0.0", - "pallet-collator-selection 12.0.1", + "pallet-collator-selection 13.0.1", "pallet-contracts", "pallet-message-queue 35.0.0", "pallet-multisig 32.0.0", @@ -12860,7 +11610,7 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 32.0.0", "pallet-utility 32.0.0", "pallet-xcm 11.0.0", - "parachains-common 10.0.0", + "parachains-common 11.0.0", "parity-scale-codec", "polkadot-parachain-primitives 10.0.0", "polkadot-runtime-common 11.0.0", @@ -12881,7 +11631,7 @@ dependencies = [ "sp-std", "sp-transaction-pool 30.0.0", "sp-version 33.0.0", - "staging-parachain-info 0.10.0", + "staging-parachain-info 0.11.0", "staging-xcm 11.0.0", "staging-xcm-builder 11.0.0", "staging-xcm-executor 11.0.0", @@ -13988,18 +12738,6 @@ dependencies = [ "winapi-util", ] -[[package]] -name = "sc-allocator" -version = "26.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4715fddb2bd1862aa21f6312528ab339b7d03ef5ec654e3aa200a3119392392f" -dependencies = [ - "log", - "sp-core 31.0.0", - "sp-wasm-interface 20.0.0", - "thiserror", -] - [[package]] name = "sc-allocator" version = "27.0.0" @@ -14012,36 +12750,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sc-authority-discovery" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f987a536468e06b66fe3cac296b27dc532f301199e0278bc42ac32b8eb3a4a9d" -dependencies = [ - "async-trait", - "futures", - "futures-timer", - "ip_network", - "libp2p", - "log", - "multihash 0.18.1", - "multihash-codetable", - "parity-scale-codec", - "prost 0.12.3", - "prost-build", - "rand", - "sc-client-api 31.0.0", - "sc-network 0.37.0", - "sp-api 29.0.0", - "sp-authority-discovery 29.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", - "thiserror", -] - [[package]] name = "sc-authority-discovery" version = "0.38.0" @@ -14061,11 +12769,11 @@ dependencies = [ "prost 0.12.3", "prost-build", "rand", - "sc-client-api 32.0.0", - "sc-network 0.38.0", + "sc-client-api", + "sc-network", "sp-api 30.0.0", "sp-authority-discovery 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-keystore 0.38.0", "sp-runtime 35.0.0", @@ -14083,35 +12791,19 @@ dependencies = [ "futures-timer", "log", "parity-scale-codec", - "sc-block-builder 0.37.0", + "sc-block-builder", "sc-proposer-metrics", - "sc-telemetry 18.0.0", - "sc-transaction-pool-api 32.0.0", + "sc-telemetry", + "sc-transaction-pool-api", "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-core 32.0.0", "sp-inherents 30.0.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", ] -[[package]] -name = "sc-block-builder" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "033b5ee0fa6d770c9db8cd59f6d1f88e792c088238278fcb836b5c851936a62d" -dependencies = [ - "parity-scale-codec", - "sp-api 29.0.0", - "sp-block-builder 29.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-trie 32.0.0", -] - [[package]] name = "sc-block-builder" version = "0.37.0" @@ -14121,40 +12813,13 @@ dependencies = [ "parity-scale-codec", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-inherents 30.0.0", "sp-runtime 35.0.0", "sp-trie 33.0.0", ] -[[package]] -name = "sc-chain-spec" -version = "30.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5dfb28048e5b2d168870e2205d3e41db1f387a781831a8b8b82c9f10536c2742" -dependencies = [ - "array-bytes 6.2.2", - "docify", - "log", - "memmap2 0.9.4", - "parity-scale-codec", - "sc-chain-spec-derive", - "sc-client-api 31.0.0", - "sc-executor 0.35.0", - "sc-network 0.37.0", - "sc-telemetry 17.0.0", - "serde", - "serde_json", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-crypto-hashing", - "sp-genesis-builder 0.10.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", -] - [[package]] name = "sc-chain-spec" version = "31.0.0" @@ -14167,13 +12832,13 @@ dependencies = [ "memmap2 0.9.4", "parity-scale-codec", "sc-chain-spec-derive", - "sc-client-api 32.0.0", - "sc-executor 0.36.0", - "sc-network 0.38.0", - "sc-telemetry 18.0.0", + "sc-client-api", + "sc-executor", + "sc-network", + "sc-telemetry", "serde", "serde_json", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-crypto-hashing", "sp-genesis-builder 0.11.0", @@ -14194,48 +12859,6 @@ dependencies = [ "syn 2.0.55", ] -[[package]] -name = "sc-cli" -version = "0.39.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20c2eae4d9396b19403f89f058a6a684066b58e051b1310f246eb9b41a7b54fe" -dependencies = [ - "array-bytes 6.2.2", - "chrono", - "clap", - "fdlimit", - "futures", - "itertools 0.10.5", - "libp2p-identity", - "log", - "names", - "parity-bip39", - "parity-scale-codec", - "rand", - "regex", - "rpassword", - "sc-client-api 31.0.0", - "sc-client-db 0.38.0", - "sc-keystore 28.0.0", - "sc-mixnet 0.7.0", - "sc-network 0.37.0", - "sc-service 0.38.0", - "sc-telemetry 17.0.0", - "sc-tracing 31.0.0", - "sc-utils 16.0.0", - "serde", - "serde_json", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-keyring 34.0.0", - "sp-keystore 0.37.0", - "sp-panic-handler", - "sp-runtime 34.0.0", - "sp-version 32.0.0", - "thiserror", - "tokio", -] - [[package]] name = "sc-cli" version = "0.40.0" @@ -14256,18 +12879,18 @@ dependencies = [ "rand", "regex", "rpassword", - "sc-client-api 32.0.0", - "sc-client-db 0.39.0", - "sc-keystore 29.0.0", - "sc-mixnet 0.8.0", - "sc-network 0.38.0", - "sc-service 0.39.0", - "sc-telemetry 18.0.0", - "sc-tracing 32.0.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-client-db", + "sc-keystore", + "sc-mixnet", + "sc-network", + "sc-service", + "sc-telemetry", + "sc-tracing", + "sc-utils", "serde", "serde_json", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-keyring 35.0.0", "sp-keystore 0.38.0", @@ -14278,34 +12901,6 @@ dependencies = [ "tokio", ] -[[package]] -name = "sc-client-api" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08db275ca98f1fe44db2e2058893b182b85ef11cee7cf271edffd449a1179fc4" -dependencies = [ - "fnv", - "futures", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-executor 0.35.0", - "sc-transaction-pool-api 31.0.0", - "sc-utils 16.0.0", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-consensus 0.35.0", - "sp-core 31.0.0", - "sp-database", - "sp-externalities 0.27.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-statement-store 13.0.0", - "sp-storage 20.0.0", - "sp-trie 32.0.0", - "substrate-prometheus-endpoint", -] - [[package]] name = "sc-client-api" version = "32.0.0" @@ -14317,50 +12912,23 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-executor 0.36.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", + "sc-executor", + "sc-transaction-pool-api", + "sc-utils", "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-core 32.0.0", "sp-database", "sp-externalities 0.28.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", - "sp-statement-store 14.0.0", + "sp-statement-store", "sp-storage 21.0.0", "sp-trie 33.0.0", "substrate-prometheus-endpoint", ] -[[package]] -name = "sc-client-db" -version = "0.38.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6bd93f124c30ec885696128a639e190293bee2a6430cc04248d656093b5d4f42" -dependencies = [ - "hash-db", - "kvdb", - "kvdb-memorydb", - "kvdb-rocksdb", - "linked-hash-map", - "log", - "parity-db", - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-client-api 31.0.0", - "sc-state-db 0.33.0", - "schnellru", - "sp-arithmetic 25.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-database", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-trie 32.0.0", -] - [[package]] name = "sc-client-db" version = "0.39.0" @@ -14376,11 +12944,11 @@ dependencies = [ "parity-db", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api 32.0.0", - "sc-state-db 0.34.0", + "sc-client-api", + "sc-state-db", "schnellru", "sp-arithmetic 26.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-database", "sp-runtime 35.0.0", @@ -14390,9 +12958,9 @@ dependencies = [ [[package]] name = "sc-consensus" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4da51746e9689ecee65d6c1ac32e89a7b0452ee1ce377485e94c285e9690dcfd" +checksum = "a051ffa28788f7ec47e46d6236132126d5aa563469e6c852e87cfbe5069e0687" dependencies = [ "async-trait", "futures", @@ -14401,48 +12969,22 @@ dependencies = [ "log", "mockall", "parking_lot 0.12.1", - "sc-client-api 31.0.0", - "sc-utils 16.0.0", + "sc-client-api", + "sc-utils", "serde", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-consensus 0.35.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-api 30.0.0", + "sp-blockchain", + "sp-consensus", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] -name = "sc-consensus" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a051ffa28788f7ec47e46d6236132126d5aa563469e6c852e87cfbe5069e0687" -dependencies = [ - "async-trait", - "futures", - "futures-timer", - "libp2p-identity", - "log", - "mockall", - "parking_lot 0.12.1", - "sc-client-api 32.0.0", - "sc-utils 17.0.0", - "serde", - "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", - "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", - "substrate-prometheus-endpoint", - "thiserror", -] - -[[package]] -name = "sc-consensus-aura" -version = "0.38.0" +name = "sc-consensus-aura" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6cd537650a8f23d6775456a5a06e1cf27722fedc5515769983e18ef856a6aad3" dependencies = [ @@ -14450,16 +12992,16 @@ dependencies = [ "futures", "log", "parity-scale-codec", - "sc-block-builder 0.37.0", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", + "sc-block-builder", + "sc-client-api", + "sc-consensus", "sc-consensus-slots", - "sc-telemetry 18.0.0", + "sc-telemetry", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-aura 0.36.0", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", @@ -14477,7 +13019,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "efe6f127a27ea6ace8e4391ba847ccf21d3512499e1c5e7c300e7e5115642544" dependencies = [ "async-trait", - "fork-tree 13.0.0", + "fork-tree", "futures", "log", "num-bigint", @@ -14485,17 +13027,17 @@ dependencies = [ "num-traits", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", + "sc-client-api", + "sc-consensus", "sc-consensus-epochs", "sc-consensus-slots", - "sc-telemetry 18.0.0", - "sc-transaction-pool-api 32.0.0", + "sc-telemetry", + "sc-transaction-pool-api", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-babe 0.36.0", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", @@ -14517,12 +13059,12 @@ dependencies = [ "jsonrpsee", "sc-consensus-babe", "sc-consensus-epochs", - "sc-rpc-api 0.37.0", + "sc-rpc-api", "serde", "sp-api 30.0.0", "sp-application-crypto 34.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-babe 0.36.0", "sp-core 32.0.0", "sp-keystore 0.38.0", @@ -14544,17 +13086,17 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sc-network 0.38.0", - "sc-network-gossip 0.38.0", - "sc-network-sync 0.37.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-consensus", + "sc-network", + "sc-network-gossip", + "sc-network-sync", + "sc-utils", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-arithmetic 26.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-beefy 17.0.0", "sp-core 32.0.0", "sp-crypto-hashing", @@ -14579,7 +13121,7 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "sc-consensus-beefy", - "sc-rpc 33.0.0", + "sc-rpc", "serde", "sp-consensus-beefy 17.0.0", "sp-core 32.0.0", @@ -14593,58 +13135,14 @@ version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b2217e53886dbfd4749eaa2e671f8e59807a2fb711ffa0023b3dc5b30f5db458" dependencies = [ - "fork-tree 13.0.0", + "fork-tree", "parity-scale-codec", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sp-blockchain 32.0.0", + "sc-client-api", + "sc-consensus", + "sp-blockchain", "sp-runtime 35.0.0", ] -[[package]] -name = "sc-consensus-grandpa" -version = "0.22.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e19945689693bbea950220bf7af1c79a2f70f5f37b97f7e6d136dcaf2b34f4a5" -dependencies = [ - "ahash 0.8.11", - "array-bytes 6.2.2", - "async-trait", - "dyn-clone", - "finality-grandpa", - "fork-tree 12.0.0", - "futures", - "futures-timer", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "rand", - "sc-block-builder 0.36.0", - "sc-chain-spec 30.0.1", - "sc-client-api 31.0.0", - "sc-consensus 0.36.0", - "sc-network 0.37.0", - "sc-network-common 0.36.0", - "sc-network-gossip 0.37.0", - "sc-network-sync 0.36.0", - "sc-telemetry 17.0.0", - "sc-transaction-pool-api 31.0.0", - "sc-utils 16.0.0", - "serde_json", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.0", - "sp-blockchain 31.0.0", - "sp-consensus 0.35.0", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-crypto-hashing", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", - "thiserror", -] - [[package]] name = "sc-consensus-grandpa" version = "0.23.0" @@ -14656,30 +13154,30 @@ dependencies = [ "async-trait", "dyn-clone", "finality-grandpa", - "fork-tree 13.0.0", + "fork-tree", "futures", "futures-timer", "log", "parity-scale-codec", "parking_lot 0.12.1", "rand", - "sc-block-builder 0.37.0", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-network-gossip 0.38.0", - "sc-network-sync 0.37.0", - "sc-telemetry 18.0.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", + "sc-block-builder", + "sc-chain-spec", + "sc-client-api", + "sc-consensus", + "sc-network", + "sc-network-common", + "sc-network-gossip", + "sc-network-sync", + "sc-telemetry", + "sc-transaction-pool-api", + "sc-utils", "serde_json", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-arithmetic 26.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-grandpa 17.0.0", "sp-core 32.0.0", "sp-crypto-hashing", @@ -14700,11 +13198,11 @@ dependencies = [ "jsonrpsee", "log", "parity-scale-codec", - "sc-client-api 32.0.0", - "sc-consensus-grandpa 0.23.0", - "sc-rpc 33.0.0", + "sc-client-api", + "sc-consensus-grandpa", + "sc-rpc", "serde", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-runtime 35.0.0", "thiserror", @@ -14721,12 +13219,12 @@ dependencies = [ "futures-timer", "log", "parity-scale-codec", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sc-telemetry 18.0.0", + "sc-client-api", + "sc-consensus", + "sc-telemetry", "sp-arithmetic 26.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", "sp-inherents 30.0.0", @@ -14734,30 +13232,6 @@ dependencies = [ "sp-state-machine 0.39.0", ] -[[package]] -name = "sc-executor" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b8f8ddc63df8219768b729f9098ecd4362d2756b40784071cd44c3041f1d51d" -dependencies = [ - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-executor-common 0.32.0", - "sc-executor-polkavm 0.29.0", - "sc-executor-wasmtime 0.32.0", - "schnellru", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-io 33.0.0", - "sp-panic-handler", - "sp-runtime-interface 26.0.0", - "sp-trie 32.0.0", - "sp-version 32.0.0", - "sp-wasm-interface 20.0.0", - "tracing", -] - [[package]] name = "sc-executor" version = "0.36.0" @@ -14766,9 +13240,9 @@ checksum = "cc6b47b642a92adcabaeadb7d76bd1a02bcf5a93f2b649e81afe8b940107bbda" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", - "sc-executor-common 0.33.0", - "sc-executor-polkavm 0.30.0", - "sc-executor-wasmtime 0.33.1", + "sc-executor-common", + "sc-executor-polkavm", + "sc-executor-wasmtime", "schnellru", "sp-api 30.0.0", "sp-core 32.0.0", @@ -14782,20 +13256,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "sc-executor-common" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00308c10173ec6446ccc2b96cd3a3037e64c94a424f94daa8c96f288794f4d34" -dependencies = [ - "polkavm", - "sc-allocator 26.0.0", - "sp-maybe-compressed-blob", - "sp-wasm-interface 20.0.0", - "thiserror", - "wasm-instrument", -] - [[package]] name = "sc-executor-common" version = "0.33.0" @@ -14803,25 +13263,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "88c61ef111d7ccc7697ee4788654f4f998662db057c27ca2de4b94f20e3e6ed1" dependencies = [ "polkavm", - "sc-allocator 27.0.0", + "sc-allocator", "sp-maybe-compressed-blob", "sp-wasm-interface 21.0.0", "thiserror", "wasm-instrument", ] -[[package]] -name = "sc-executor-polkavm" -version = "0.29.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63b9c814d3a94df7a323d728a6961a3b9ec8c5c5979eb858ec098ddf2838cfc0" -dependencies = [ - "log", - "polkavm", - "sc-executor-common 0.32.0", - "sp-wasm-interface 20.0.0", -] - [[package]] name = "sc-executor-polkavm" version = "0.30.0" @@ -14830,29 +13278,10 @@ checksum = "6fb96b22b779ba14f449d114b63efd162f95f1cdf773cdac29f75fe6a250de24" dependencies = [ "log", "polkavm", - "sc-executor-common 0.33.0", + "sc-executor-common", "sp-wasm-interface 21.0.0", ] -[[package]] -name = "sc-executor-wasmtime" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa37286464bd16146c612e3193a56df728815d23f9bf0faac7df898c0944c87f" -dependencies = [ - "anyhow", - "cfg-if", - "libc", - "log", - "parking_lot 0.12.1", - "rustix 0.36.17", - "sc-allocator 26.0.0", - "sc-executor-common 0.32.0", - "sp-runtime-interface 26.0.0", - "sp-wasm-interface 20.0.0", - "wasmtime", -] - [[package]] name = "sc-executor-wasmtime" version = "0.33.1" @@ -14865,31 +13294,13 @@ dependencies = [ "log", "parking_lot 0.12.1", "rustix 0.36.17", - "sc-allocator 27.0.0", - "sc-executor-common 0.33.0", + "sc-allocator", + "sc-executor-common", "sp-runtime-interface 27.0.0", "sp-wasm-interface 21.0.0", "wasmtime", ] -[[package]] -name = "sc-informant" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e9005c37100c6ea2b06668f72ba5bc927b5a2445ed26b008ddf1875998dea41" -dependencies = [ - "ansi_term", - "futures", - "futures-timer", - "log", - "sc-client-api 31.0.0", - "sc-network 0.37.0", - "sc-network-common 0.36.0", - "sc-network-sync 0.36.0", - "sp-blockchain 31.0.0", - "sp-runtime 34.0.0", -] - [[package]] name = "sc-informant" version = "0.37.0" @@ -14900,29 +13311,14 @@ dependencies = [ "futures", "futures-timer", "log", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-network-sync 0.37.0", - "sp-blockchain 32.0.0", + "sc-client-api", + "sc-network", + "sc-network-common", + "sc-network-sync", + "sp-blockchain", "sp-runtime 35.0.0", ] -[[package]] -name = "sc-keystore" -version = "28.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ef7283da5d643ef89ed094e1b23451ec70386a9474d337cdaa0ef81870bb2d4" -dependencies = [ - "array-bytes 6.2.2", - "parking_lot 0.12.1", - "serde_json", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "thiserror", -] - [[package]] name = "sc-keystore" version = "29.0.0" @@ -14938,36 +13334,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sc-mixnet" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "248d9be75de68e34f6490065c398b8177ff967902d93e6b88527a0e8c00903ad" -dependencies = [ - "array-bytes 4.2.0", - "arrayvec 0.7.4", - "blake2 0.10.6", - "bytes", - "futures", - "futures-timer", - "libp2p-identity", - "log", - "mixnet", - "multiaddr", - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-client-api 31.0.0", - "sc-network 0.37.0", - "sc-transaction-pool-api 31.0.0", - "sp-api 29.0.0", - "sp-consensus 0.35.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-mixnet 0.7.0", - "sp-runtime 34.0.0", - "thiserror", -] - [[package]] name = "sc-mixnet" version = "0.8.0" @@ -14986,62 +13352,18 @@ dependencies = [ "multiaddr", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sc-transaction-pool-api 32.0.0", + "sc-client-api", + "sc-network", + "sc-transaction-pool-api", "sp-api 30.0.0", - "sp-consensus 0.36.0", + "sp-consensus", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-mixnet 0.8.0", + "sp-mixnet", "sp-runtime 35.0.0", "thiserror", ] -[[package]] -name = "sc-network" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4067423488686ff78561ed0d32ac7e2617edd31219088b1322e85e945e62de29" -dependencies = [ - "array-bytes 6.2.2", - "async-channel 1.9.0", - "async-trait", - "asynchronous-codec", - "bytes", - "either", - "fnv", - "futures", - "futures-timer", - "ip_network", - "libp2p", - "linked_hash_set", - "log", - "mockall", - "parity-scale-codec", - "parking_lot 0.12.1", - "partial_sort", - "pin-project", - "rand", - "sc-client-api 31.0.0", - "sc-network-common 0.36.0", - "sc-utils 16.0.0", - "serde", - "serde_json", - "smallvec", - "sp-arithmetic 25.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", - "thiserror", - "tokio", - "tokio-stream", - "unsigned-varint", - "wasm-timer", - "zeroize", -] - [[package]] name = "sc-network" version = "0.38.0" @@ -15067,14 +13389,14 @@ dependencies = [ "partial_sort", "pin-project", "rand", - "sc-client-api 32.0.0", - "sc-network-common 0.37.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-network-common", + "sc-utils", "serde", "serde_json", "smallvec", "sp-arithmetic 26.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", @@ -15086,27 +13408,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "sc-network-bitswap" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8dacf210f4e36e53dc3d3ff1cfd72e4378eb973568c261e7c62bc8daaec9f945" -dependencies = [ - "async-channel 1.9.0", - "cid", - "futures", - "libp2p-identity", - "log", - "prost 0.12.3", - "prost-build", - "sc-client-api 31.0.0", - "sc-network 0.37.0", - "sp-blockchain 31.0.0", - "sp-runtime 34.0.0", - "thiserror", - "unsigned-varint", -] - [[package]] name = "sc-network-bitswap" version = "0.37.0" @@ -15120,32 +13421,14 @@ dependencies = [ "log", "prost 0.12.3", "prost-build", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sp-blockchain 32.0.0", + "sc-client-api", + "sc-network", + "sp-blockchain", "sp-runtime 35.0.0", "thiserror", "unsigned-varint", ] -[[package]] -name = "sc-network-common" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "551dba7ce65d136788c3154044fb425e2cb6e883d20c3cd25c0720a5b5251ed4" -dependencies = [ - "async-trait", - "bitflags 1.3.2", - "futures", - "libp2p-identity", - "parity-scale-codec", - "prost-build", - "sc-consensus 0.36.0", - "sp-consensus 0.35.0", - "sp-consensus-grandpa 16.0.0", - "sp-runtime 34.0.0", -] - [[package]] name = "sc-network-common" version = "0.37.0" @@ -15158,32 +13441,12 @@ dependencies = [ "libp2p-identity", "parity-scale-codec", "prost-build", - "sc-consensus 0.37.0", - "sp-consensus 0.36.0", + "sc-consensus", + "sp-consensus", "sp-consensus-grandpa 17.0.0", "sp-runtime 35.0.0", ] -[[package]] -name = "sc-network-gossip" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06e36f8665cba733bd0690e864ef59cb87627120e57607b768e6e7cf30cecd20" -dependencies = [ - "ahash 0.8.11", - "futures", - "futures-timer", - "libp2p", - "log", - "sc-network 0.37.0", - "sc-network-common 0.36.0", - "sc-network-sync 0.36.0", - "schnellru", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", - "tracing", -] - [[package]] name = "sc-network-gossip" version = "0.38.0" @@ -15195,37 +13458,15 @@ dependencies = [ "futures-timer", "libp2p", "log", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-network-sync 0.37.0", + "sc-network", + "sc-network-common", + "sc-network-sync", "schnellru", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "tracing", ] -[[package]] -name = "sc-network-light" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4c4a77832e7d86e2b8f579339a47ebc16eec560bb4d62c42f0daad10700a512" -dependencies = [ - "array-bytes 6.2.2", - "async-channel 1.9.0", - "futures", - "libp2p-identity", - "log", - "parity-scale-codec", - "prost 0.12.3", - "prost-build", - "sc-client-api 31.0.0", - "sc-network 0.37.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "thiserror", -] - [[package]] name = "sc-network-light" version = "0.37.0" @@ -15240,51 +13481,14 @@ dependencies = [ "parity-scale-codec", "prost 0.12.3", "prost-build", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sp-blockchain 32.0.0", + "sc-client-api", + "sc-network", + "sp-blockchain", "sp-core 32.0.0", "sp-runtime 35.0.0", "thiserror", ] -[[package]] -name = "sc-network-sync" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7dfdaf49edeaa23ae0da1a9bf6ea3e308c11822cb3a853996f1203b06249411" -dependencies = [ - "array-bytes 6.2.2", - "async-channel 1.9.0", - "async-trait", - "fork-tree 12.0.0", - "futures", - "futures-timer", - "libp2p", - "log", - "mockall", - "parity-scale-codec", - "prost 0.12.3", - "prost-build", - "sc-client-api 31.0.0", - "sc-consensus 0.36.0", - "sc-network 0.37.0", - "sc-network-common 0.36.0", - "sc-utils 16.0.0", - "schnellru", - "smallvec", - "sp-arithmetic 25.0.0", - "sp-blockchain 31.0.0", - "sp-consensus 0.35.0", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", - "thiserror", - "tokio", - "tokio-stream", -] - [[package]] name = "sc-network-sync" version = "0.37.0" @@ -15294,7 +13498,7 @@ dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", "async-trait", - "fork-tree 13.0.0", + "fork-tree", "futures", "futures-timer", "libp2p", @@ -15303,16 +13507,16 @@ dependencies = [ "parity-scale-codec", "prost 0.12.3", "prost-build", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-consensus", + "sc-network", + "sc-network-common", + "sc-utils", "schnellru", "smallvec", "sp-arithmetic 26.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-grandpa 17.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", @@ -15322,26 +13526,6 @@ dependencies = [ "tokio-stream", ] -[[package]] -name = "sc-network-transactions" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b3824e7a1aa29ed3d2294810c8e018a6df3798eec236f3043a62945daf7d9b1" -dependencies = [ - "array-bytes 6.2.2", - "futures", - "libp2p", - "log", - "parity-scale-codec", - "sc-network 0.37.0", - "sc-network-common 0.36.0", - "sc-network-sync 0.36.0", - "sc-utils 16.0.0", - "sp-consensus 0.35.0", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", -] - [[package]] name = "sc-network-transactions" version = "0.37.0" @@ -15353,11 +13537,11 @@ dependencies = [ "libp2p", "log", "parity-scale-codec", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-network-sync 0.37.0", - "sc-utils 17.0.0", - "sp-consensus 0.36.0", + "sc-network", + "sc-network-common", + "sc-network-sync", + "sc-utils", + "sp-consensus", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", ] @@ -15382,11 +13566,11 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "rand", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-network", + "sc-network-common", + "sc-transaction-pool-api", + "sc-utils", "sp-api 30.0.0", "sp-core 32.0.0", "sp-externalities 0.28.0", @@ -15407,39 +13591,6 @@ dependencies = [ "substrate-prometheus-endpoint", ] -[[package]] -name = "sc-rpc" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d796d75b22785b09c58478f1418b75c9787d598a0d2ab8edbd0072731ec4aaa" -dependencies = [ - "futures", - "jsonrpsee", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-block-builder 0.36.0", - "sc-chain-spec 30.0.1", - "sc-client-api 31.0.0", - "sc-mixnet 0.7.0", - "sc-rpc-api 0.36.0", - "sc-tracing 31.0.0", - "sc-transaction-pool-api 31.0.0", - "sc-utils 16.0.0", - "serde_json", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-offchain 29.0.0", - "sp-rpc 29.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-statement-store 13.0.0", - "sp-version 32.0.0", - "tokio", -] - [[package]] name = "sc-rpc" version = "33.0.0" @@ -15451,49 +13602,28 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-block-builder 0.37.0", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", - "sc-mixnet 0.8.0", - "sc-rpc-api 0.37.0", - "sc-tracing 32.0.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", + "sc-block-builder", + "sc-chain-spec", + "sc-client-api", + "sc-mixnet", + "sc-rpc-api", + "sc-tracing", + "sc-transaction-pool-api", + "sc-utils", "serde_json", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-keystore 0.38.0", "sp-offchain 30.0.0", - "sp-rpc 30.0.0", + "sp-rpc", "sp-runtime 35.0.0", "sp-session 31.0.0", - "sp-statement-store 14.0.0", + "sp-statement-store", "sp-version 33.0.0", "tokio", ] -[[package]] -name = "sc-rpc-api" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3705feca378ef3f3f84fb337480405a611a15c8637b2449ed514ca63765e421b" -dependencies = [ - "jsonrpsee", - "parity-scale-codec", - "sc-chain-spec 30.0.1", - "sc-mixnet 0.7.0", - "sc-transaction-pool-api 31.0.0", - "scale-info", - "serde", - "serde_json", - "sp-core 31.0.0", - "sp-rpc 29.0.0", - "sp-runtime 34.0.0", - "sp-version 32.0.0", - "thiserror", -] - [[package]] name = "sc-rpc-api" version = "0.37.0" @@ -15502,38 +13632,19 @@ checksum = "b82060f09f886f59fd19a77cc6668c209e883fc93511e9c441ef84adfea80f36" dependencies = [ "jsonrpsee", "parity-scale-codec", - "sc-chain-spec 31.0.0", - "sc-mixnet 0.8.0", - "sc-transaction-pool-api 32.0.0", + "sc-chain-spec", + "sc-mixnet", + "sc-transaction-pool-api", "scale-info", "serde", "serde_json", "sp-core 32.0.0", - "sp-rpc 30.0.0", + "sp-rpc", "sp-runtime 35.0.0", "sp-version 33.0.0", "thiserror", ] -[[package]] -name = "sc-rpc-server" -version = "14.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65f705946ae375fc47ee9a2e2df0b7e339a1fb8c8eb5c9eb6f206619d27946a7" -dependencies = [ - "futures", - "governor", - "http", - "hyper", - "jsonrpsee", - "log", - "serde_json", - "substrate-prometheus-endpoint", - "tokio", - "tower", - "tower-http", -] - [[package]] name = "sc-rpc-server" version = "15.0.0" @@ -15553,38 +13664,6 @@ dependencies = [ "tower-http", ] -[[package]] -name = "sc-rpc-spec-v2" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66dcea3fe5f0bcbaf08d6a42e877ae8f50b9cdbc87f65f7c79fbe5003e3969dc" -dependencies = [ - "array-bytes 6.2.2", - "futures", - "futures-util", - "hex", - "jsonrpsee", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "rand", - "sc-chain-spec 30.0.1", - "sc-client-api 31.0.0", - "sc-rpc 32.0.0", - "sc-transaction-pool-api 31.0.0", - "sc-utils 16.0.0", - "serde", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-rpc 29.0.0", - "sp-runtime 34.0.0", - "sp-version 32.0.0", - "thiserror", - "tokio", - "tokio-stream", -] - [[package]] name = "sc-rpc-spec-v2" version = "0.38.0" @@ -15593,93 +13672,28 @@ checksum = "ad831d2524de44a89b1801e306fd9718dc5fadb26ea3e88f486faa29c6fdd710" dependencies = [ "array-bytes 6.2.2", "futures", - "futures-util", - "hex", - "jsonrpsee", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "rand", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", - "sc-rpc 33.0.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", - "serde", - "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-core 32.0.0", - "sp-rpc 30.0.0", - "sp-runtime 35.0.0", - "sp-version 33.0.0", - "thiserror", - "tokio", - "tokio-stream", -] - -[[package]] -name = "sc-service" -version = "0.38.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42678fb737ea101658a8288cd3fcc0bff59ef40cd1a1c4f4d4042c3fa17bae41" -dependencies = [ - "async-trait", - "directories", - "exit-future", - "futures", - "futures-timer", + "futures-util", + "hex", "jsonrpsee", "log", "parity-scale-codec", "parking_lot 0.12.1", - "pin-project", "rand", - "sc-chain-spec 30.0.1", - "sc-client-api 31.0.0", - "sc-client-db 0.38.0", - "sc-consensus 0.36.0", - "sc-executor 0.35.0", - "sc-informant 0.36.0", - "sc-keystore 28.0.0", - "sc-network 0.37.0", - "sc-network-bitswap 0.36.0", - "sc-network-common 0.36.0", - "sc-network-light 0.36.0", - "sc-network-sync 0.36.0", - "sc-network-transactions 0.36.0", - "sc-rpc 32.0.0", - "sc-rpc-server 14.0.0", - "sc-rpc-spec-v2 0.37.0", - "sc-sysinfo 30.0.0", - "sc-telemetry 17.0.0", - "sc-tracing 31.0.0", - "sc-transaction-pool 31.0.0", - "sc-transaction-pool-api 31.0.0", - "sc-utils 16.0.0", - "schnellru", + "sc-chain-spec", + "sc-client-api", + "sc-rpc", + "sc-transaction-pool-api", + "sc-utils", "serde", - "serde_json", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-consensus 0.35.0", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-state-machine 0.38.0", - "sp-storage 20.0.0", - "sp-transaction-pool 29.0.0", - "sp-transaction-storage-proof 29.0.0", - "sp-trie 32.0.0", - "sp-version 32.0.0", - "static_init", - "substrate-prometheus-endpoint", - "tempfile", + "sp-api 30.0.0", + "sp-blockchain", + "sp-core 32.0.0", + "sp-rpc", + "sp-runtime 35.0.0", + "sp-version 33.0.0", "thiserror", "tokio", - "tracing", - "tracing-futures", + "tokio-stream", ] [[package]] @@ -15699,34 +13713,34 @@ dependencies = [ "parking_lot 0.12.1", "pin-project", "rand", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", - "sc-client-db 0.39.0", - "sc-consensus 0.37.0", - "sc-executor 0.36.0", - "sc-informant 0.37.0", - "sc-keystore 29.0.0", - "sc-network 0.38.0", - "sc-network-bitswap 0.37.0", - "sc-network-common 0.37.0", - "sc-network-light 0.37.0", - "sc-network-sync 0.37.0", - "sc-network-transactions 0.37.0", - "sc-rpc 33.0.0", - "sc-rpc-server 15.0.0", - "sc-rpc-spec-v2 0.38.0", - "sc-sysinfo 31.0.0", - "sc-telemetry 18.0.0", - "sc-tracing 32.0.0", - "sc-transaction-pool 32.0.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", + "sc-chain-spec", + "sc-client-api", + "sc-client-db", + "sc-consensus", + "sc-executor", + "sc-informant", + "sc-keystore", + "sc-network", + "sc-network-bitswap", + "sc-network-common", + "sc-network-light", + "sc-network-sync", + "sc-network-transactions", + "sc-rpc", + "sc-rpc-server", + "sc-rpc-spec-v2", + "sc-sysinfo", + "sc-telemetry", + "sc-tracing", + "sc-transaction-pool", + "sc-transaction-pool-api", + "sc-utils", "schnellru", "serde", "serde_json", "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-core 32.0.0", "sp-externalities 0.28.0", "sp-keystore 0.38.0", @@ -15735,7 +13749,7 @@ dependencies = [ "sp-state-machine 0.39.0", "sp-storage 21.0.0", "sp-transaction-pool 30.0.0", - "sp-transaction-storage-proof 30.0.0", + "sp-transaction-storage-proof", "sp-trie 33.0.0", "sp-version 33.0.0", "static_init", @@ -15747,18 +13761,6 @@ dependencies = [ "tracing-futures", ] -[[package]] -name = "sc-state-db" -version = "0.33.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9863fb81595a25b908d7143c1a3e162d237e67890088363df4a121fe37c49d08" -dependencies = [ - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "sp-core 31.0.0", -] - [[package]] name = "sc-state-db" version = "0.34.0" @@ -15793,40 +13795,18 @@ checksum = "75577af6d7128f3c0cd1dfa83f9ec056dbe4cdce297f1d257f2a1253134c6e9a" dependencies = [ "jsonrpsee", "parity-scale-codec", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", + "sc-chain-spec", + "sc-client-api", "sc-consensus-babe", "sc-consensus-epochs", - "sc-consensus-grandpa 0.23.0", + "sc-consensus-grandpa", "serde", "serde_json", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-runtime 35.0.0", "thiserror", ] -[[package]] -name = "sc-sysinfo" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f098da1a83dc5b4e69ef66f7dfc5c0a82bc63defe8dcb0aaa1819e9b2bd6d744" -dependencies = [ - "derive_more", - "futures", - "libc", - "log", - "rand", - "rand_pcg", - "regex", - "sc-telemetry 17.0.0", - "serde", - "serde_json", - "sp-core 31.0.0", - "sp-crypto-hashing", - "sp-io 33.0.0", - "sp-std", -] - [[package]] name = "sc-sysinfo" version = "31.0.0" @@ -15840,7 +13820,7 @@ dependencies = [ "rand", "rand_pcg", "regex", - "sc-telemetry 18.0.0", + "sc-telemetry", "serde", "serde_json", "sp-core 32.0.0", @@ -15849,26 +13829,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sc-telemetry" -version = "17.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c6807ebd9f43ab628931842d3aaa9404ddfd07013e9c7027ca603f496939577" -dependencies = [ - "chrono", - "futures", - "libp2p", - "log", - "parking_lot 0.12.1", - "pin-project", - "rand", - "sc-utils 16.0.0", - "serde", - "serde_json", - "thiserror", - "wasm-timer", -] - [[package]] name = "sc-telemetry" version = "18.0.0" @@ -15882,44 +13842,13 @@ dependencies = [ "parking_lot 0.12.1", "pin-project", "rand", - "sc-utils 17.0.0", + "sc-utils", "serde", "serde_json", "thiserror", "wasm-timer", ] -[[package]] -name = "sc-tracing" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83e8f5e8eb36f887dba06e1392717e27e4edf12d23d5220dba8ee851de8b174e" -dependencies = [ - "ansi_term", - "chrono", - "is-terminal", - "lazy_static", - "libc", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "regex", - "rustc-hash", - "sc-client-api 31.0.0", - "sc-tracing-proc-macro", - "serde", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-rpc 29.0.0", - "sp-runtime 34.0.0", - "sp-tracing 16.0.0", - "thiserror", - "tracing", - "tracing-log 0.1.4", - "tracing-subscriber 0.2.25", -] - [[package]] name = "sc-tracing" version = "32.0.0" @@ -15936,13 +13865,13 @@ dependencies = [ "parking_lot 0.12.1", "regex", "rustc-hash", - "sc-client-api 32.0.0", + "sc-client-api", "sc-tracing-proc-macro", "serde", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", - "sp-rpc 30.0.0", + "sp-rpc", "sp-runtime 35.0.0", "sp-tracing 17.0.0", "thiserror", @@ -15963,34 +13892,6 @@ dependencies = [ "syn 2.0.55", ] -[[package]] -name = "sc-transaction-pool" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d56300f466670067cca98a931b0b6cbc8b018c0d296eb915c1473bac45b7cd73" -dependencies = [ - "async-trait", - "futures", - "futures-timer", - "linked-hash-map", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-client-api 31.0.0", - "sc-transaction-pool-api 31.0.0", - "sc-utils 16.0.0", - "serde", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-crypto-hashing", - "sp-runtime 34.0.0", - "sp-tracing 16.0.0", - "sp-transaction-pool 29.0.0", - "substrate-prometheus-endpoint", - "thiserror", -] - [[package]] name = "sc-transaction-pool" version = "32.0.0" @@ -16004,12 +13905,12 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api 32.0.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-transaction-pool-api", + "sc-utils", "serde", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-crypto-hashing", "sp-runtime 35.0.0", @@ -16019,23 +13920,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sc-transaction-pool-api" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3609025d39a1b75f1ee4f490dc52e000de144948a73cacd788f5995df5ebe8bf" -dependencies = [ - "async-trait", - "futures", - "log", - "parity-scale-codec", - "serde", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "thiserror", -] - [[package]] name = "sc-transaction-pool-api" version = "32.0.0" @@ -16047,28 +13931,12 @@ dependencies = [ "log", "parity-scale-codec", "serde", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-runtime 35.0.0", "thiserror", ] -[[package]] -name = "sc-utils" -version = "16.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1863d482be044f4768ef5de6119dc70b5e31e6e9f71ad225c177474d6540e424" -dependencies = [ - "async-channel 1.9.0", - "futures", - "futures-timer", - "lazy_static", - "log", - "parking_lot 0.12.1", - "prometheus", - "sp-arithmetic 25.0.0", -] - [[package]] name = "sc-utils" version = "17.0.0" @@ -16499,19 +14367,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "slot-range-helper" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ada4c82b85daa6134837918889b341716e4918c608b3cc5345ae67ea85a187c6" -dependencies = [ - "enumn", - "parity-scale-codec", - "paste", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "slot-range-helper" version = "11.0.0" @@ -16850,29 +14705,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-api" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb3fb2cdf7ee9b8d6ec7c2d8740b1a506e393dc18c7c2776764b47136d72dce7" -dependencies = [ - "hash-db", - "log", - "parity-scale-codec", - "scale-info", - "sp-api-proc-macro 17.0.1", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-metadata-ir 0.6.0", - "sp-runtime 34.0.0", - "sp-runtime-interface 26.0.0", - "sp-state-machine 0.38.0", - "sp-std", - "sp-trie 32.0.0", - "sp-version 32.0.0", - "thiserror", -] - [[package]] name = "sp-api" version = "30.0.0" @@ -16911,21 +14743,6 @@ dependencies = [ "syn 2.0.55", ] -[[package]] -name = "sp-api-proc-macro" -version = "17.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63a5680d94c55e1c7dc54e9e09b4827314fab44f9300f0be170898dc402318de" -dependencies = [ - "Inflector", - "blake2 0.10.6", - "expander 2.1.0", - "proc-macro-crate 3.1.0", - "proc-macro2", - "quote", - "syn 2.0.55", -] - [[package]] name = "sp-api-proc-macro" version = "18.0.0" @@ -16955,20 +14772,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-application-crypto" -version = "33.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13ca6121c22c8bd3d1dce1f05c479101fd0d7b159bef2a3e8c834138d839c75c" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-std", -] - [[package]] name = "sp-application-crypto" version = "34.0.0" @@ -16998,21 +14801,6 @@ dependencies = [ "static_assertions", ] -[[package]] -name = "sp-arithmetic" -version = "25.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "910c07fa263b20bf7271fdd4adcb5d3217dfdac14270592e0780223542e7e114" -dependencies = [ - "integer-sqrt", - "num-traits", - "parity-scale-codec", - "scale-info", - "serde", - "sp-std", - "static_assertions", -] - [[package]] name = "sp-arithmetic" version = "26.0.0" @@ -17043,20 +14831,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-authority-discovery" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ab47c385784b3f9646a21d5dcb236399083d77420a1269e70c04772336c519f" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "sp-authority-discovery" version = "30.0.0" @@ -17082,18 +14856,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-block-builder" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97e155e388d7e41c39a27f40f50c2517facdbf20dde4a73f40ec8f1f30ce190e" -dependencies = [ - "sp-api 29.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "sp-block-builder" version = "30.0.0" @@ -17105,25 +14867,6 @@ dependencies = [ "sp-runtime 35.0.0", ] -[[package]] -name = "sp-blockchain" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d00084ddd62a3bad1fc4c04cdb1cdbcbb55d813dbd4e42d52e42e8b6599fb210" -dependencies = [ - "futures", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "schnellru", - "sp-api 29.0.0", - "sp-consensus 0.35.0", - "sp-database", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "thiserror", -] - [[package]] name = "sp-blockchain" version = "32.0.0" @@ -17136,29 +14879,13 @@ dependencies = [ "parking_lot 0.12.1", "schnellru", "sp-api 30.0.0", - "sp-consensus 0.36.0", + "sp-consensus", "sp-database", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", "thiserror", ] -[[package]] -name = "sp-consensus" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed6f1ae58a74d619bd2c1d7939b4aa805f4226c7454ec3591c8a59fb0cc6477f" -dependencies = [ - "async-trait", - "futures", - "log", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "thiserror", -] - [[package]] name = "sp-consensus" version = "0.36.0" @@ -17184,31 +14911,13 @@ dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-api 27.0.1", - "sp-application-crypto 31.0.0", - "sp-consensus-slots 0.33.0", - "sp-inherents 27.0.0", - "sp-runtime 32.0.0", - "sp-std", - "sp-timestamp 27.0.0", -] - -[[package]] -name = "sp-consensus-aura" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "334d0088b7de70a94d58e7e93acd8d5101b35fadca7e19fa26788203b22e309b" -dependencies = [ - "async-trait", - "parity-scale-codec", - "scale-info", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-consensus-slots 0.35.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", + "sp-api 27.0.1", + "sp-application-crypto 31.0.0", + "sp-consensus-slots 0.33.0", + "sp-inherents 27.0.0", + "sp-runtime 32.0.0", "sp-std", - "sp-timestamp 29.0.0", + "sp-timestamp 27.0.0", ] [[package]] @@ -17248,26 +14957,6 @@ dependencies = [ "sp-timestamp 27.0.0", ] -[[package]] -name = "sp-consensus-babe" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb593ec8ec674a583d6fc5386b7f8964a9db78dcaabc0595559145a4053c9f6c" -dependencies = [ - "async-trait", - "parity-scale-codec", - "scale-info", - "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-consensus-slots 0.35.0", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-timestamp 29.0.0", -] - [[package]] name = "sp-consensus-babe" version = "0.36.0" @@ -17308,28 +14997,6 @@ dependencies = [ "strum 0.24.1", ] -[[package]] -name = "sp-consensus-beefy" -version = "16.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e2b03bc552702dd20fd3dad01631b13ca3e62e814ad278fe3012f5e3bb3e100" -dependencies = [ - "lazy_static", - "parity-scale-codec", - "scale-info", - "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", - "sp-crypto-hashing", - "sp-io 33.0.0", - "sp-keystore 0.37.0", - "sp-mmr-primitives 29.0.0", - "sp-runtime 34.0.0", - "sp-std", - "strum 0.24.1", -] - [[package]] name = "sp-consensus-beefy" version = "17.0.0" @@ -17370,25 +15037,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-consensus-grandpa" -version = "16.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71df706a104a752101b52f12cca7f5b7ffe1ca6ce9b4b1eb8c5d04356f248fa5" -dependencies = [ - "finality-grandpa", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "sp-consensus-grandpa" version = "17.0.0" @@ -17420,19 +15068,6 @@ dependencies = [ "sp-timestamp 27.0.0", ] -[[package]] -name = "sp-consensus-slots" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0a5c47c52ad58aa349f7c13cb356ab45c32964ee28354c27fd6e4b417cb2644" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-std", - "sp-timestamp 29.0.0", -] - [[package]] name = "sp-consensus-slots" version = "0.36.0" @@ -17491,53 +15126,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "sp-core" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26d7a0fd8f16dcc3761198fc83be12872f823b37b749bc72a3a6a1f702509366" -dependencies = [ - "array-bytes 6.2.2", - "bitflags 1.3.2", - "blake2 0.10.6", - "bounded-collections 0.2.0", - "bs58 0.5.1", - "dyn-clonable", - "ed25519-zebra 3.1.0", - "futures", - "hash-db", - "hash256-std-hasher", - "impl-serde", - "itertools 0.10.5", - "k256", - "libsecp256k1", - "log", - "merlin", - "parity-bip39", - "parity-scale-codec", - "parking_lot 0.12.1", - "paste", - "primitive-types", - "rand", - "scale-info", - "schnorrkel 0.11.4", - "secp256k1", - "secrecy", - "serde", - "sp-crypto-hashing", - "sp-debug-derive", - "sp-externalities 0.27.0", - "sp-runtime-interface 26.0.0", - "sp-std", - "sp-storage 20.0.0", - "ss58-registry", - "substrate-bip39 0.5.0", - "thiserror", - "tracing", - "w3f-bls", - "zeroize", -] - [[package]] name = "sp-core" version = "32.0.0" @@ -17643,18 +15231,6 @@ dependencies = [ "sp-storage 20.0.0", ] -[[package]] -name = "sp-externalities" -version = "0.27.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1d6a4572eadd4a63cff92509a210bf425501a0c5e76574b30a366ac77653787" -dependencies = [ - "environmental", - "parity-scale-codec", - "sp-std", - "sp-storage 20.0.0", -] - [[package]] name = "sp-externalities" version = "0.28.0" @@ -17678,18 +15254,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-genesis-builder" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16a1192b502d38c6d17b1005a7b3e7a6ab835df996803968ae3be9e8f7399ee4" -dependencies = [ - "serde_json", - "sp-api 29.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "sp-genesis-builder" version = "0.11.0" @@ -17716,21 +15280,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-inherents" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b5e46ccc5848542648dcf05f882e41de2e341d0eeca97ff2b7dfad0f38e8500" -dependencies = [ - "async-trait", - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "sp-runtime 34.0.0", - "sp-std", - "thiserror", -] - [[package]] name = "sp-inherents" version = "30.0.0" @@ -17771,33 +15320,6 @@ dependencies = [ "tracing-core", ] -[[package]] -name = "sp-io" -version = "33.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e09bba780b55bd9e67979cd8f654a31e4a6cf45426ff371394a65953d2177f2" -dependencies = [ - "bytes", - "ed25519-dalek", - "libsecp256k1", - "log", - "parity-scale-codec", - "polkavm-derive 0.9.1", - "rustversion", - "secp256k1", - "sp-core 31.0.0", - "sp-crypto-hashing", - "sp-externalities 0.27.0", - "sp-keystore 0.37.0", - "sp-runtime-interface 26.0.0", - "sp-state-machine 0.38.0", - "sp-std", - "sp-tracing 16.0.0", - "sp-trie 32.0.0", - "tracing", - "tracing-core", -] - [[package]] name = "sp-io" version = "34.0.0" @@ -17809,7 +15331,7 @@ dependencies = [ "libsecp256k1", "log", "parity-scale-codec", - "polkavm-derive 0.9.1", + "polkavm-derive", "rustversion", "secp256k1", "sp-core 32.0.0", @@ -17836,17 +15358,6 @@ dependencies = [ "strum 0.24.1", ] -[[package]] -name = "sp-keyring" -version = "34.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a07a31da596d705b3a3458d784a897af7fd2f8090de436dc386a112e8ea7f34f" -dependencies = [ - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "strum 0.24.1", -] - [[package]] name = "sp-keyring" version = "35.0.0" @@ -17871,18 +15382,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-keystore" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdbab8b61bd61d5f8625a0c75753b5d5a23be55d3445419acd42caf59cf6236b" -dependencies = [ - "parity-scale-codec", - "parking_lot 0.12.1", - "sp-core 31.0.0", - "sp-externalities 0.27.0", -] - [[package]] name = "sp-keystore" version = "0.38.0" @@ -17928,19 +15427,6 @@ dependencies = [ "scale-info", ] -[[package]] -name = "sp-mixnet" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22d9da31673ad5771faf8cd0e62ab0c183ea71a630d187b926bc52af379cb1de" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-std", -] - [[package]] name = "sp-mixnet" version = "0.8.0" @@ -17972,25 +15458,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-mmr-primitives" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "518fcd8710618d104e04c9e63e697d3406180afbe55cc5400168019647fc5880" -dependencies = [ - "ckb-merkle-mountain-range", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-debug-derive", - "sp-runtime 34.0.0", - "sp-std", - "thiserror", -] - [[package]] name = "sp-mmr-primitives" version = "30.0.0" @@ -18024,21 +15491,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-npos-elections" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e03ec553bc1a0f4d3aa902d3c5b3cdbe76f8218c642cbca0305722b3f8bbc826" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "sp-npos-elections" version = "30.0.0" @@ -18064,17 +15516,6 @@ dependencies = [ "sp-runtime 32.0.0", ] -[[package]] -name = "sp-offchain" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c041d932d7debf1d2e073ecece1425aadae7482689cd4bf148d5886b28bd10d7" -dependencies = [ - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", -] - [[package]] name = "sp-offchain" version = "30.0.0" @@ -18097,17 +15538,6 @@ dependencies = [ "regex", ] -[[package]] -name = "sp-rpc" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b26650747f5c204afd8c637df5e882ea912a890cf974fe67c36b430318fc451c" -dependencies = [ - "rustc-hash", - "serde", - "sp-core 31.0.0", -] - [[package]] name = "sp-rpc" version = "30.0.0" @@ -18144,31 +15574,6 @@ dependencies = [ "sp-weights 28.0.0", ] -[[package]] -name = "sp-runtime" -version = "34.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec3cb126971e7db2f0fcf8053dce740684c438c7180cfca1959598230f342c58" -dependencies = [ - "docify", - "either", - "hash256-std-hasher", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "paste", - "rand", - "scale-info", - "serde", - "simple-mermaid", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-std", - "sp-weights 30.0.0", -] - [[package]] name = "sp-runtime" version = "35.0.0" @@ -18205,27 +15610,7 @@ dependencies = [ "parity-scale-codec", "primitive-types", "sp-externalities 0.26.0", - "sp-runtime-interface-proc-macro 17.0.0", - "sp-std", - "sp-storage 20.0.0", - "sp-tracing 16.0.0", - "sp-wasm-interface 20.0.0", - "static_assertions", -] - -[[package]] -name = "sp-runtime-interface" -version = "26.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e48a675ea4858333d4d755899ed5ed780174aa34fec15953428d516af5452295" -dependencies = [ - "bytes", - "impl-trait-for-tuples", - "parity-scale-codec", - "polkavm-derive 0.8.0", - "primitive-types", - "sp-externalities 0.27.0", - "sp-runtime-interface-proc-macro 18.0.0", + "sp-runtime-interface-proc-macro 17.0.0", "sp-std", "sp-storage 20.0.0", "sp-tracing 16.0.0", @@ -18242,7 +15627,7 @@ dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", - "polkavm-derive 0.9.1", + "polkavm-derive", "primitive-types", "sp-externalities 0.28.0", "sp-runtime-interface-proc-macro 18.0.0", @@ -18297,22 +15682,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-session" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a61ea4ca90f644da2c25edee711b53b1c0b8d50628ceef372224ea24d252b57" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", - "sp-std", -] - [[package]] name = "sp-session" version = "31.0.0" @@ -18343,21 +15712,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-staking" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4114cde17987eaa2f17b8850a8c856b90364666cdbc920d511e7a1cde0574d24" -dependencies = [ - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "sp-staking" version = "30.0.0" @@ -18394,28 +15748,6 @@ dependencies = [ "trie-db", ] -[[package]] -name = "sp-state-machine" -version = "0.38.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1eae0eac8034ba14437e772366336f579398a46d101de13dbb781ab1e35e67c5" -dependencies = [ - "hash-db", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "rand", - "smallvec", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-panic-handler", - "sp-std", - "sp-trie 32.0.0", - "thiserror", - "tracing", - "trie-db", -] - [[package]] name = "sp-state-machine" version = "0.39.0" @@ -18437,32 +15769,6 @@ dependencies = [ "trie-db", ] -[[package]] -name = "sp-statement-store" -version = "13.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b90e8440d72e0ae5d273374af3ebe16768d05b40dff1f487835dd2f826ee9568" -dependencies = [ - "aes-gcm", - "curve25519-dalek 4.1.2", - "ed25519-dalek", - "hkdf", - "parity-scale-codec", - "rand", - "scale-info", - "sha2 0.10.8", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", - "sp-crypto-hashing", - "sp-externalities 0.27.0", - "sp-runtime 34.0.0", - "sp-runtime-interface 26.0.0", - "sp-std", - "thiserror", - "x25519-dalek 2.0.1", -] - [[package]] name = "sp-statement-store" version = "14.0.0" @@ -18535,20 +15841,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-timestamp" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64d51fcd008fd5a79d61dba98c7ae89c2460a49dff07001bf1e9b12535d49536" -dependencies = [ - "async-trait", - "parity-scale-codec", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-std", - "thiserror", -] - [[package]] name = "sp-timestamp" version = "30.0.0" @@ -18597,16 +15889,6 @@ dependencies = [ "sp-runtime 32.0.0", ] -[[package]] -name = "sp-transaction-pool" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0484eaf40c2abda75bda9688298cc8f6e02161176e3aab501207c8ccf4d4b3e1" -dependencies = [ - "sp-api 29.0.0", - "sp-runtime 34.0.0", -] - [[package]] name = "sp-transaction-pool" version = "30.0.0" @@ -18617,22 +15899,6 @@ dependencies = [ "sp-runtime 35.0.0", ] -[[package]] -name = "sp-transaction-storage-proof" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba0c99e0852ddd18159c2dc6100c2b5852e49211d8afe373cbce33d1da0050dd" -dependencies = [ - "async-trait", - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-trie 32.0.0", -] - [[package]] name = "sp-transaction-storage-proof" version = "30.0.0" @@ -18673,31 +15939,6 @@ dependencies = [ "trie-root", ] -[[package]] -name = "sp-trie" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1aa91ad26c62b93d73e65f9ce7ebd04459c4bad086599348846a81988d6faa4" -dependencies = [ - "ahash 0.8.11", - "hash-db", - "lazy_static", - "memory-db", - "nohash-hasher", - "parity-scale-codec", - "parking_lot 0.12.1", - "rand", - "scale-info", - "schnellru", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-std", - "thiserror", - "tracing", - "trie-db", - "trie-root", -] - [[package]] name = "sp-trie" version = "33.0.0" @@ -18740,24 +15981,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-version" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c0219b1aeb89e36d13bd43a718920a9087dbb66c567e672c4639cefb2fefc05" -dependencies = [ - "impl-serde", - "parity-scale-codec", - "parity-wasm", - "scale-info", - "serde", - "sp-crypto-hashing-proc-macro", - "sp-runtime 34.0.0", - "sp-std", - "sp-version-proc-macro 13.0.0", - "thiserror", -] - [[package]] name = "sp-version" version = "33.0.0" @@ -18843,22 +16066,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-weights" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9af6c661fe3066b29f9e1d258000f402ff5cc2529a9191972d214e5871d0ba87" -dependencies = [ - "bounded-collections 0.2.0", - "parity-scale-codec", - "scale-info", - "serde", - "smallvec", - "sp-arithmetic 25.0.0", - "sp-debug-derive", - "sp-std", -] - [[package]] name = "sp-weights" version = "31.0.0" @@ -18975,21 +16182,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "staging-parachain-info" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4df1c48ca2892cb0694c7e10fbcfc8d15fe0fd0b763d61fbc587a870fbb97147" -dependencies = [ - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "scale-info", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "staging-parachain-info" version = "0.11.0" @@ -19024,25 +16216,6 @@ dependencies = [ "xcm-procedural", ] -[[package]] -name = "staging-xcm" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6ee775f7fc9dfae15d9d5a806efa7d3215f7b7b1cfd225809285a0281addeab" -dependencies = [ - "array-bytes 6.2.2", - "bounded-collections 0.2.0", - "derivative", - "environmental", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-weights 30.0.0", - "xcm-procedural", -] - [[package]] name = "staging-xcm" version = "11.0.0" @@ -19085,29 +16258,6 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] -[[package]] -name = "staging-xcm-builder" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41c905c7e545eb80efdbf62470575a37935260503494453ffa3c1ac6207d06c9" -dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", - "impl-trait-for-tuples", - "log", - "pallet-transaction-payment 31.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "scale-info", - "sp-arithmetic 25.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-weights 30.0.0", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", -] - [[package]] name = "staging-xcm-builder" version = "11.0.0" @@ -19153,28 +16303,6 @@ dependencies = [ "staging-xcm 8.0.1", ] -[[package]] -name = "staging-xcm-executor" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e30434a78d4392b698bc7854c00f52d83c1c544da4be1912f898958c3e32f062" -dependencies = [ - "environmental", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-weights 30.0.0", - "staging-xcm 10.0.0", -] - [[package]] name = "staging-xcm-executor" version = "11.0.0" @@ -19326,19 +16454,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "substrate-bip39" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2b564c293e6194e8b222e52436bcb99f60de72043c7f845cf6c4406db4df121" -dependencies = [ - "hmac 0.12.1", - "pbkdf2 0.12.2", - "schnorrkel 0.11.4", - "sha2 0.10.8", - "zeroize", -] - [[package]] name = "substrate-bip39" version = "0.6.0" @@ -19369,11 +16484,11 @@ dependencies = [ "jsonrpsee", "log", "parity-scale-codec", - "sc-rpc-api 0.37.0", - "sc-transaction-pool-api 32.0.0", + "sc-rpc-api", + "sc-transaction-pool-api", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-runtime 35.0.0", ] @@ -19400,7 +16515,7 @@ dependencies = [ "async-trait", "jsonrpsee", "log", - "sc-rpc-api 0.37.0", + "sc-rpc-api", "serde", "sp-runtime 35.0.0", ] @@ -19413,8 +16528,8 @@ checksum = "0da2e823fb02fbd5c77d6949cde60ff3e320c100278818000b39e9f0a8c8c428" dependencies = [ "jsonrpsee", "parity-scale-codec", - "sc-client-api 32.0.0", - "sc-rpc-api 0.37.0", + "sc-client-api", + "sc-rpc-api", "serde", "sp-core 32.0.0", "sp-runtime 35.0.0", @@ -19442,26 +16557,6 @@ dependencies = [ "wasm-opt", ] -[[package]] -name = "substrate-wasm-builder" -version = "20.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f55ed4ff2945faa132b9658cb581a3a5cf14dd90b5e217b3e16724eb202ed6c6" -dependencies = [ - "build-helper", - "cargo_metadata", - "console", - "filetime", - "parity-wasm", - "polkavm-linker", - "sp-maybe-compressed-blob", - "strum 0.24.1", - "tempfile", - "toml 0.8.12", - "walkdir", - "wasm-opt", -] - [[package]] name = "substrate-wasm-builder" version = "21.0.0" @@ -20014,18 +17109,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "tracing-gum" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "461fe686e103f3afc4c93a56474193ffc46d4b2770f8df5d56e025e8bb54960c" -dependencies = [ - "coarsetime", - "polkadot-primitives 10.0.0", - "tracing", - "tracing-gum-proc-macro", -] - [[package]] name = "tracing-gum" version = "11.0.0" @@ -20209,8 +17292,8 @@ dependencies = [ "hex", "log", "parity-scale-codec", - "sc-cli 0.40.0", - "sc-executor 0.36.0", + "sc-cli", + "sc-executor", "serde", "serde_json", "sp-api 30.0.0", @@ -20222,11 +17305,11 @@ dependencies = [ "sp-inherents 30.0.0", "sp-io 34.0.0", "sp-keystore 0.38.0", - "sp-rpc 30.0.0", + "sp-rpc", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", "sp-timestamp 30.0.0", - "sp-transaction-storage-proof 30.0.0", + "sp-transaction-storage-proof", "sp-version 33.0.0", "sp-weights 31.0.0", "substrate-rpc-client", @@ -21337,37 +18420,37 @@ dependencies = [ [[package]] name = "xcm-emulator" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea6acd5a2d4c654cb659666c7bc3730b6b29b6caf4d98c6799911069d81b1ed2" +checksum = "37e42f8cc343d8c52d9412350da0fa8597ddd91c9b4d5664c06f63bb813c69de" dependencies = [ - "cumulus-pallet-parachain-system 0.10.0", - "cumulus-pallet-xcmp-queue 0.10.0", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-parachain-inherent 0.10.0", - "cumulus-test-relay-sproof-builder 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "cumulus-pallet-parachain-system 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-test-relay-sproof-builder", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "lazy_static", "log", - "pallet-balances 31.0.0", - "pallet-message-queue 34.0.0", - "parachains-common 10.0.0", + "pallet-balances 33.0.0", + "pallet-message-queue 35.0.0", + "parachains-common 11.0.0", "parity-scale-codec", "paste", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-parachains 11.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-tracing 16.0.0", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", + "sp-tracing 17.0.0", + "staging-xcm 11.0.0", + "staging-xcm-executor 11.0.0", ] [[package]] From 2b7428cfd2d1addb22403cb66ee375893310b4b8 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 16:14:36 +0700 Subject: [PATCH 09/95] fix: undo benchmarking host functions removal --- Cargo.lock | 18 ------------------ node/src/service.rs | 10 +++++++--- 2 files changed, 7 insertions(+), 21 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cbdbd002..7f088f26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2713,24 +2713,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "cumulus-primitives-storage-weight-reclaim" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21d52a6f23cf094b01b33330e4f8d9a4c225620646cf0ad4e21ad299dddbe193" -dependencies = [ - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-proof-size-hostfunction 0.5.0", - "docify", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "cumulus-primitives-utility" version = "0.8.1" diff --git a/node/src/service.rs b/node/src/service.rs index b2d39caf..36a1fa6e 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -13,8 +13,7 @@ use cumulus_client_consensus_common::ParachainBlockImport as TParachainBlockImpo use cumulus_client_consensus_proposer::Proposer; use cumulus_client_service::{ build_network, build_relay_chain_interface, prepare_node_config, start_relay_chain_tasks, - BuildNetworkParams, CollatorSybilResistance, DARecoveryProfile, ParachainHostFunctions, - StartRelayChainTasksParams, + BuildNetworkParams, CollatorSybilResistance, DARecoveryProfile, StartRelayChainTasksParams, }; use cumulus_primitives_core::{ relay_chain::{CollatorPair, ValidationCode}, @@ -38,7 +37,12 @@ use sp_keystore::KeystorePtr; use sp_runtime::{app_crypto::AppCrypto, traits::BlakeTwo256}; use substrate_prometheus_endpoint::Registry; -type ParachainExecutor = WasmExecutor; +type HostFunctions = ( + cumulus_client_service::ParachainHostFunctions, + frame_benchmarking::benchmarking::HostFunctions, +); + +type ParachainExecutor = WasmExecutor; type ParachainClient = TFullClient; From 17fcfd1beccf202df45eaaae8c81b835c980a0c0 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 17:11:28 +0700 Subject: [PATCH 10/95] chore: upgrade to v1.11.0 --- Cargo.lock | 4907 ++++++++++++++++------------- Cargo.toml | 195 +- node/src/cli.rs | 5 - node/src/command.rs | 42 +- node/src/service.rs | 19 +- runtime/devnet/Cargo.toml | 16 +- runtime/devnet/build.rs | 12 +- runtime/devnet/src/config/xcm.rs | 2 + runtime/devnet/src/lib.rs | 18 +- runtime/testnet/Cargo.toml | 15 + runtime/testnet/build.rs | 12 +- runtime/testnet/src/config/xcm.rs | 2 + runtime/testnet/src/lib.rs | 18 +- 13 files changed, 2898 insertions(+), 2365 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f088f26..730b0a19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -357,7 +357,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185" dependencies = [ "num-traits", - "rand", + "rand 0.8.5", ] [[package]] @@ -456,7 +456,7 @@ dependencies = [ "cumulus-primitives-utility 0.8.1", "frame-benchmarking 29.0.0", "frame-executive 29.0.0", - "frame-metadata-hash-extension", + "frame-metadata-hash-extension 0.1.0", "frame-support 29.0.2", "frame-system 29.0.0", "frame-system-benchmarking 29.0.0", @@ -519,33 +519,33 @@ dependencies = [ [[package]] name = "asset-test-utils" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2e1d4077fc518abe25e26f3963a080686cabecb97f192d9124be3e04cc21cad" -dependencies = [ - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-assets 33.0.0", - "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", - "pallet-session 32.0.0", - "pallet-timestamp 31.0.0", - "pallet-xcm 11.0.0", - "pallet-xcm-bridge-hub-router 0.9.0", - "parachains-common 11.0.0", +checksum = "c7e7f3e224a6407633a4b55cc2dbbbd002709a1c31ecc61232ef816ed8e4d69e" +dependencies = [ + "cumulus-pallet-parachain-system 0.12.0", + "cumulus-pallet-xcmp-queue 0.12.0", + "cumulus-primitives-core 0.12.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-assets 34.0.0", + "pallet-balances 34.0.0", + "pallet-collator-selection 14.0.0", + "pallet-session 33.0.0", + "pallet-timestamp 32.0.0", + "pallet-xcm 12.0.0", + "pallet-xcm-bridge-hub-router 0.10.0", + "parachains-common 12.0.0", "parachains-runtimes-test-utils", "parity-scale-codec", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-parachain-info 0.11.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", - "substrate-wasm-builder 21.0.0", + "staging-parachain-info 0.12.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", + "substrate-wasm-builder 22.0.1", ] [[package]] @@ -892,7 +892,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "93f2635620bf0b9d4576eb7bb9a38a55df78bd1205d26fa994b25911a69f212f" dependencies = [ "bitcoin_hashes 0.11.0", - "rand", + "rand 0.8.5", "rand_core 0.6.4", "serde", "unicode-normalization", @@ -1143,19 +1143,19 @@ dependencies = [ [[package]] name = "bp-header-chain" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b4a86e6438700a4217675ef3088fb08694ab69b1bdce4124099b1dcff9a6ff8" +checksum = "5947cb2260e3dd1f30894b31604fb6edac13a97d32b4242f2665918f3800eec8" dependencies = [ - "bp-runtime 0.11.0", + "bp-runtime 0.12.0", "finality-grandpa", - "frame-support 32.0.0", + "frame-support 33.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-grandpa 17.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -1177,13 +1177,13 @@ dependencies = [ [[package]] name = "bp-messages" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6a8b4356728ca03a8246104e320a2b1d7ba8c7fbd2917bf62395290f6ef2cc1" +checksum = "763d870409a3865c0a3e557831eef3a72ed21850f293195abd6ebe01ea016c19" dependencies = [ - "bp-header-chain 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", + "bp-header-chain 0.12.0", + "bp-runtime 0.12.0", + "frame-support 33.0.0", "parity-scale-codec", "scale-info", "serde", @@ -1193,19 +1193,19 @@ dependencies = [ [[package]] name = "bp-parachains" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d5a4983aec89871fe61f700cd4edaaf30288e7fbd927f7e4f879951f61569d4" +checksum = "5611ce066169f9a5a271e06036a600f4aec81a7038fc492f2abc3fb587ba3377" dependencies = [ - "bp-header-chain 0.11.0", - "bp-polkadot-core 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", + "bp-header-chain 0.12.0", + "bp-polkadot-core 0.12.0", + "bp-runtime 0.12.0", + "frame-support 33.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -1230,35 +1230,35 @@ dependencies = [ [[package]] name = "bp-polkadot-core" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54ef42ed5eb5ea249ee3f26f38ad114e379accfa1f2a8ee1ff87dc6bbc00b399" +checksum = "29b7fbe32c15d65f43dac5c5371bb13e0f0311165dc1394581749886047ce6e8" dependencies = [ - "bp-messages 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-messages 0.12.0", + "bp-runtime 0.12.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "parity-util-mem", "scale-info", "serde", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "bp-relayers" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36f6f38407e79458fefb4c14a6f9f2cd9779b2dfeb3b11112e20902ee9dfea5f" +checksum = "6e551221aed051c215eaf89f74c09006ef08ed343219f29a94a62956d296571c" dependencies = [ - "bp-messages 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", + "bp-messages 0.12.0", + "bp-runtime 0.12.0", + "frame-support 33.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -1283,17 +1283,17 @@ dependencies = [ "sp-state-machine 0.36.0", "sp-std", "sp-trie 30.0.0", - "trie-db", + "trie-db 0.28.0", ] [[package]] name = "bp-runtime" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67f4b1696822790b449046bdb89c273852ef2201a046b64b24293871a953e5e3" +checksum = "8272b8bff3f0de0c744b79e3cdeb1e4f5efc4850e989b977c7b6393fcb0d36d9" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "hash-db", "impl-trait-for-tuples", "log", @@ -1302,33 +1302,33 @@ dependencies = [ "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-std", - "sp-trie 33.0.0", - "trie-db", + "sp-trie 34.0.0", + "trie-db 0.29.1", ] [[package]] name = "bp-test-utils" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0462cedd4f4dba1dde9d296df6b0e128a61abecde6ff6efa3b122ee8ac2f811" +checksum = "e2f2897901eec59d41232e11924bd251552524a2971abee9a1c36f3e9815cbaa" dependencies = [ - "bp-header-chain 0.11.0", + "bp-header-chain 0.12.0", "bp-parachains", - "bp-polkadot-core 0.11.0", - "bp-runtime 0.11.0", - "ed25519-dalek", + "bp-polkadot-core 0.12.0", + "bp-runtime 0.12.0", + "ed25519-dalek 2.1.1", "finality-grandpa", "parity-scale-codec", - "sp-application-crypto 34.0.0", - "sp-consensus-grandpa 17.0.0", + "sp-application-crypto 35.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] @@ -1354,50 +1354,50 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub-router" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "063e9ce60db859f26172c1428b251e628751850e7862065104e750310c6afbad" +checksum = "0181e1058f555b2e0f177e82042a6edd9c342ed4ec826376b2e5aa1cd29fc853" dependencies = [ "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "bridge-runtime-common" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9dde81c8af81ee9bdf0374010288cf03ff3ccd7f57802f24889884f73d0b3bd3" +checksum = "f5bc8b6f7c61fb2f1bbcdb348ba6e9e7defb066771b42b2cd2a49846263a31f7" dependencies = [ - "bp-header-chain 0.11.0", - "bp-messages 0.11.0", + "bp-header-chain 0.12.0", + "bp-messages 0.12.0", "bp-parachains", - "bp-polkadot-core 0.11.0", + "bp-polkadot-core 0.12.0", "bp-relayers", - "bp-runtime 0.11.0", + "bp-runtime 0.12.0", "bp-xcm-bridge-hub", - "bp-xcm-bridge-hub-router 0.10.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-xcm-bridge-hub-router 0.11.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "hash-db", "log", "pallet-bridge-grandpa", "pallet-bridge-messages", "pallet-bridge-parachains", "pallet-bridge-relayers", - "pallet-transaction-payment 32.0.0", - "pallet-utility 32.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-utility 33.0.0", "parity-scale-codec", "scale-info", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "sp-trie 33.0.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", + "sp-trie 34.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", ] [[package]] @@ -1614,6 +1614,19 @@ dependencies = [ "unsigned-varint", ] +[[package]] +name = "cid" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd94671561e36e4e7de75f753f577edafb0e7c05d6e4547229fdf7938fbcd2c3" +dependencies = [ + "core2", + "multibase", + "multihash 0.18.1", + "serde", + "unsigned-varint", +] + [[package]] name = "cipher" version = "0.2.5" @@ -1743,6 +1756,16 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" +[[package]] +name = "combine" +version = "4.6.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" +dependencies = [ + "bytes", + "memchr", +] + [[package]] name = "comfy-table" version = "7.1.0" @@ -1983,6 +2006,21 @@ dependencies = [ "wasmtime-types", ] +[[package]] +name = "crc" +version = "3.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636" +dependencies = [ + "crc-catalog", +] + +[[package]] +name = "crc-catalog" +version = "2.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" + [[package]] name = "crc32fast" version = "1.4.0" @@ -2096,9 +2134,9 @@ dependencies = [ [[package]] name = "cumulus-client-cli" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b169c6bebaa58a8f0f2078747919ebd98df45d0d018a0f8caa66ec15e2ad43d4" +checksum = "56af3de66b0512db180c091ccbf673ed198f75a25b602289ee247251bf966c39" dependencies = [ "clap", "parity-scale-codec", @@ -2108,54 +2146,54 @@ dependencies = [ "sc-service", "sp-blockchain", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "url", ] [[package]] name = "cumulus-client-collator" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d1ffccac45cddcbb37b8c18283bd57638f648f725091d28c3ac3be515f8dd1d" +checksum = "aeaa7ba76cb14097c15105674be6ec74e58bc1313cb322a97e038c9abfbf09c4" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "futures", "parity-scale-codec", "parking_lot 0.12.1", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-client-api", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-consensus", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "tracing", ] [[package]] name = "cumulus-client-consensus-aura" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6d112f874c998d174f034532d238d5e0616c3455f8bf9bb5946c5617e7c7c0f" +checksum = "a999414a27e99ed73f447aba5f9382bb81fbf3e98a8c1a8874f71f929d094759" dependencies = [ "async-trait", "cumulus-client-collator", "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-parachain-inherent", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-aura 0.12.0", + "cumulus-primitives-core 0.12.0", "cumulus-relay-chain-interface", "futures", "parity-scale-codec", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-client-api", "sc-consensus", "sc-consensus-aura", @@ -2163,73 +2201,73 @@ dependencies = [ "sc-consensus-slots", "sc-telemetry", "schnellru", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-aura 0.36.0", + "sp-consensus-aura 0.37.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", + "sp-inherents 31.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", - "sp-timestamp 30.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", + "sp-timestamp 31.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "cumulus-client-consensus-common" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b6fc5e8237ff0e649c24fb1c31407fddb05cdf4773f83ca2a7b497305ae19b0" +checksum = "fc06ef9519e39f72915033e0aec418383707290103c8d9ba8ffbc70ddfd515e7" dependencies = [ "async-trait", "cumulus-client-pov-recovery", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "cumulus-relay-chain-interface", "dyn-clone", "futures", "log", "parity-scale-codec", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-client-api", "sc-consensus", "sc-consensus-babe", "schnellru", "sp-blockchain", "sp-consensus", - "sp-consensus-slots 0.36.0", + "sp-consensus-slots 0.37.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-timestamp 30.0.0", - "sp-trie 33.0.0", + "sp-runtime 36.0.0", + "sp-timestamp 31.0.0", + "sp-trie 34.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "cumulus-client-consensus-proposer" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fb01ccc8275a4ded0caf788e561c7400e630585d34feec8a22700cbbe44f8bb" +checksum = "e8a533049ee548528aada1c09c5827c3a2fd8cce96ecb4ff1fca241abfef87ba" dependencies = [ "anyhow", "async-trait", - "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-primitives-parachain-inherent 0.12.0", "sp-consensus", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "thiserror", ] [[package]] name = "cumulus-client-network" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f70b5f3eb4385498880a74684be6bd17669f2a2b5c7db805eef16337af1d0cd" +checksum = "b1da1f0f7be1258a0f1a4a43ca0dd4a1add8e2e639dceaf310fc136d6835fe00" dependencies = [ "async-trait", "cumulus-relay-chain-interface", @@ -2238,50 +2276,50 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "polkadot-node-primitives", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-client-api", "sp-blockchain", "sp-consensus", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "tracing", ] [[package]] name = "cumulus-client-parachain-inherent" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a0342e88f2079d7b3287bd52b4e0f7885e563439ff2e8b8d36f99aa596b219e" +checksum = "cb5426870af0eac3277135aac62dafea82f9c42b501193bca5483c2eb9358b5b" dependencies = [ "async-trait", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-parachain-inherent 0.12.0", "cumulus-relay-chain-interface", "cumulus-test-relay-sproof-builder", "parity-scale-codec", "sc-client-api", "scale-info", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-crypto-hashing", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-std", "sp-storage 21.0.0", - "sp-trie 33.0.0", + "sp-trie 34.0.0", "tracing", ] [[package]] name = "cumulus-client-pov-recovery" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e877fcdae06369ce17fd4d1fd0467d21b08338f7c944e225c5461472f54a166a" +checksum = "286e7071e367a4ee6f1e9c674a27118c6f04ef273b94194082b8155255451503" dependencies = [ "async-trait", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "cumulus-relay-chain-interface", "futures", "futures-timer", @@ -2289,34 +2327,34 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "sc-client-api", "sc-consensus", "sp-consensus", "sp-maybe-compressed-blob", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "tracing", ] [[package]] name = "cumulus-client-service" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "920c64fd704a14c571b79f5d0f19dd2638240f6a9f633f02072a35ab30db3341" +checksum = "a909ed00f0280a9f53838616bb8f56b180116838a8242b847a18c8950e7cc4ec" dependencies = [ "cumulus-client-cli", "cumulus-client-collator", "cumulus-client-consensus-common", "cumulus-client-network", "cumulus-client-pov-recovery", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-proof-size-hostfunction 0.6.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-proof-size-hostfunction 0.7.0", "cumulus-relay-chain-inprocess-interface", "cumulus-relay-chain-interface", "cumulus-relay-chain-minimal-node", "futures", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-client-api", "sc-consensus", "sc-network", @@ -2328,13 +2366,13 @@ dependencies = [ "sc-telemetry", "sc-transaction-pool", "sc-utils", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-transaction-pool 30.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-transaction-pool 31.0.0", ] [[package]] @@ -2358,20 +2396,20 @@ dependencies = [ [[package]] name = "cumulus-pallet-aura-ext" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "135b720fe4cd7d2e6282c0c13fbbcf68cd7dcb19d060b5032709c34582d574ad" +checksum = "fa2703d49952e0538c4d05fe1f1114e62741871693e862fc68ab56ae6b3b5230" dependencies = [ - "cumulus-pallet-parachain-system 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-aura 31.0.0", - "pallet-timestamp 31.0.0", + "cumulus-pallet-parachain-system 0.12.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-aura 32.0.0", + "pallet-timestamp 32.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 34.0.0", - "sp-consensus-aura 0.36.0", - "sp-runtime 35.0.0", + "sp-application-crypto 35.0.0", + "sp-consensus-aura 0.37.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -2408,43 +2446,43 @@ dependencies = [ "sp-trie 30.0.0", "sp-version 30.0.0", "staging-xcm 8.0.1", - "trie-db", + "trie-db 0.28.0", ] [[package]] name = "cumulus-pallet-parachain-system" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b426ade835b03cb4eb0b7299a5918e96cb53ed0e38b0d07676be7ed8df772ff" +checksum = "249e7657ac378241ae6c437df851bbe0971d93df756d1201315395b5ce856974" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-primitives-proof-size-hostfunction 0.6.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-parachain-inherent 0.12.0", + "cumulus-primitives-proof-size-hostfunction 0.7.0", "environmental", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "log", - "pallet-message-queue 35.0.0", + "pallet-message-queue 36.0.0", "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-runtime-common 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-runtime-common 12.0.0", + "polkadot-runtime-parachains 12.0.0", "scale-info", "sp-core 32.0.0", "sp-externalities 0.28.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-std", - "sp-trie 33.0.0", - "sp-version 33.0.0", - "staging-xcm 11.0.0", - "trie-db", + "sp-trie 34.0.0", + "sp-version 34.0.0", + "staging-xcm 12.0.0", + "trie-db 0.29.1", ] [[package]] @@ -2476,16 +2514,16 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63b08b5e3bba454f8eaa01a7507c1bacde9343a7a67fc20801e59e0c9c0ec9db" +checksum = "2be9d77e00ad1dbcf12dcd81c2758d651adf6e3072f3cb51c11d8739426f4cbb" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-session 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-session 33.0.0", "parity-scale-codec", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -2508,19 +2546,19 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f14dc8bc002babf1596515a2f1c0158ddeccbf1ef7f5656fe71c8e1fa4bde55" +checksum = "6b7737eb5d81bcd79df114e711927ba19c2dbd312f245ae03b76d330abb3506d" dependencies = [ - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "cumulus-primitives-core 0.12.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", + "staging-xcm 12.0.0", ] [[package]] @@ -2551,28 +2589,28 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5810a98c95f4219d7dcd6bd89d0c149fc45162e7e0c335579ba5545ec4b9c216" +checksum = "fb2939bc9749f4a5299ae20f7756ce69ce3e63f72ed936d7f1db0189187f70a1" dependencies = [ "bounded-collections 0.2.0", - "bp-xcm-bridge-hub-router 0.10.0", - "cumulus-primitives-core 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-xcm-bridge-hub-router 0.11.0", + "cumulus-primitives-core 0.12.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-message-queue 35.0.0", + "pallet-message-queue 36.0.0", "parity-scale-codec", - "polkadot-runtime-common 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "polkadot-runtime-common 12.0.0", + "polkadot-runtime-parachains 12.0.0", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", ] [[package]] @@ -2592,16 +2630,16 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca5e91498fef0a7502070d55949b3413361060b1e0556592ed851f220f8aafb4" +checksum = "a61fa5dad966e340092a4521b56b43dddce5bf466ddb07d9a01c534e63e4e0b7" dependencies = [ "parity-scale-codec", - "polkadot-core-primitives 11.0.0", - "polkadot-primitives 11.0.0", - "sp-api 30.0.0", - "sp-consensus-aura 0.36.0", - "sp-runtime 35.0.0", + "polkadot-core-primitives 12.0.0", + "polkadot-primitives 12.0.0", + "sp-api 31.0.0", + "sp-consensus-aura 0.37.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -2625,20 +2663,20 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12a1b925068ede5dd9f571f3afcfca877b2f94f988d308d757224464a27bc6ce" +checksum = "ad51d36ea156ef84d7e8ca5cea881867d3540e8dfdb8ea6b9d2b9190197a22a5" dependencies = [ "parity-scale-codec", - "polkadot-core-primitives 11.0.0", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", + "polkadot-core-primitives 12.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", "scale-info", - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", "sp-std", - "sp-trie 33.0.0", - "staging-xcm 11.0.0", + "sp-trie 34.0.0", + "staging-xcm 12.0.0", ] [[package]] @@ -2659,18 +2697,20 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e01642f846368bd7305a2b9c9874a4280b5097c62c33da84b2048e2e3b38bb03" +checksum = "9e6d358b1c4062048e47635b49d066131e4eef6314c0e81501d4c9c2e028dbc4" dependencies = [ "async-trait", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-inherents 30.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] @@ -2686,30 +2726,30 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a9ce5326ecf86a75ee9a2d53ba8a6950f98d278a1cc88480f1dcbc90077d7dc" +checksum = "e736734a6b4b0308d931756c30c3472fa5ec99a95be14f70567f25c97b3822cc" dependencies = [ "sp-externalities 0.28.0", "sp-runtime-interface 27.0.0", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] name = "cumulus-primitives-storage-weight-reclaim" -version = "2.0.0" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd8596e26f2d3b2c70c00b695eb9edc8fca4533105bf6b2f0c4c0ecc8075bf99" +checksum = "e68201ff0845be29c3c0e7e408e5f9d4de0e01b55787fe2c8709e658cbd2c937" dependencies = [ - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-proof-size-hostfunction 0.6.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-proof-size-hostfunction 0.7.0", "docify", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -2736,33 +2776,33 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b02524805657a76fcca354c2a9466580d7f980a9a9616a4ac1cb91597d1f451" +checksum = "5ee70eb2f55d20a965e3538fc96aac2801815af510b4460e8a5783f5197e0872" dependencies = [ - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", + "cumulus-primitives-core 0.12.0", + "frame-support 33.0.0", "log", - "pallet-asset-conversion 14.0.0", + "pallet-asset-conversion 15.0.0", "parity-scale-codec", - "polkadot-runtime-common 11.0.0", - "polkadot-runtime-parachains 11.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "polkadot-runtime-common 12.0.0", + "polkadot-runtime-parachains 12.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", ] [[package]] name = "cumulus-relay-chain-inprocess-interface" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "842505bb9820f5d3c7d2561ed9783cd495d3665729e42590b12641e73c69fcf5" +checksum = "d9557dc83e9fa1ab863f6070f9d325a8075cb00478f2a756132ed87b4e3a29ed" dependencies = [ "async-trait", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "cumulus-relay-chain-interface", "futures", "futures-timer", @@ -2773,48 +2813,48 @@ dependencies = [ "sc-sysinfo", "sc-telemetry", "sc-tracing", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-consensus", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", ] [[package]] name = "cumulus-relay-chain-interface" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a457e637e70eccddfdd06feaf5736e3fa3fd9955ef2dc9ef696cdea640fc6e4c" +checksum = "9ed3c0bd4319881da5f94b77380db377499e129a176184430b308d9d7bd1d9a8" dependencies = [ "async-trait", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "futures", "jsonrpsee-core", "parity-scale-codec", "polkadot-overseer", "sc-client-api", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", - "sp-state-machine 0.39.0", + "sp-state-machine 0.40.0", "thiserror", ] [[package]] name = "cumulus-relay-chain-minimal-node" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f946e5e8f6199bad20b4e65b3e56fb6feeb3c59d50ede9909dcfa9c73697db2" +checksum = "d3ffcf7b86d4a140ba5ba6c94537ae54334c594bb4cf7a6464c848859b7970d1" dependencies = [ "array-bytes 6.2.2", "async-trait", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "cumulus-relay-chain-interface", "cumulus-relay-chain-rpc-interface", "futures", "parking_lot 0.12.1", "polkadot-availability-recovery", "polkadot-collator-protocol", - "polkadot-core-primitives 11.0.0", + "polkadot-core-primitives 12.0.0", "polkadot-network-bridge", "polkadot-node-collation-generation", "polkadot-node-core-chain-api", @@ -2823,7 +2863,7 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "polkadot-service", "sc-authority-discovery", "sc-client-api", @@ -2832,11 +2872,11 @@ dependencies = [ "sc-service", "sc-tracing", "sc-utils", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.36.0", - "sp-runtime 35.0.0", + "sp-consensus-babe 0.37.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "tokio", "tracing", @@ -2844,12 +2884,12 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b173a09d24c4ea2b6f90eb682276f844db7b180651f22a9e918f8bac0642075f" +checksum = "800d957241a91a58b55a3ee9f607caea2660a01d2fcfc285bdcec262a3d8882d" dependencies = [ "async-trait", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "cumulus-relay-chain-interface", "either", "futures", @@ -2858,7 +2898,7 @@ dependencies = [ "parity-scale-codec", "pin-project", "polkadot-overseer", - "rand", + "rand 0.8.5", "sc-client-api", "sc-rpc-api", "sc-service", @@ -2867,14 +2907,14 @@ dependencies = [ "serde_json", "smoldot", "smoldot-light", - "sp-api 30.0.0", - "sp-authority-discovery 30.0.0", - "sp-consensus-babe 0.36.0", + "sp-api 31.0.0", + "sp-authority-discovery 31.0.0", + "sp-consensus-babe 0.37.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-storage 21.0.0", - "sp-version 33.0.0", + "sp-version 34.0.0", "thiserror", "tokio", "tokio-util", @@ -2884,17 +2924,17 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48f27d17ab307b0e255431fa21113f2aca1e0b27f54d272198972b29e2eeb88b" +checksum = "e8f509dfa3d3380fd0023f4cbd15bfeccd333de8d0140f85d13e6b295fb53dd7" dependencies = [ - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "parity-scale-codec", - "polkadot-primitives 11.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "polkadot-primitives 12.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] @@ -3285,10 +3325,19 @@ dependencies = [ "elliptic-curve", "rfc6979", "serdect", - "signature", + "signature 2.2.0", "spki", ] +[[package]] +name = "ed25519" +version = "1.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7" +dependencies = [ + "signature 1.6.4", +] + [[package]] name = "ed25519" version = "2.2.3" @@ -3296,7 +3345,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" dependencies = [ "pkcs8", - "signature", + "signature 2.2.0", +] + +[[package]] +name = "ed25519-dalek" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d" +dependencies = [ + "curve25519-dalek 3.2.0", + "ed25519 1.5.3", + "rand 0.7.3", + "serde", + "sha2 0.9.9", + "zeroize", ] [[package]] @@ -3306,7 +3369,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871" dependencies = [ "curve25519-dalek 4.1.2", - "ed25519", + "ed25519 2.2.3", "rand_core 0.6.4", "serde", "sha2 0.10.8", @@ -3335,7 +3398,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7d9ce6874da5d4415896cd45ffbc4d1cfc0c4f9c079427bd870742c30f2f65a9" dependencies = [ "curve25519-dalek 4.1.2", - "ed25519", + "ed25519 2.2.3", "hashbrown 0.14.3", "hex", "rand_core 0.6.4", @@ -3371,35 +3434,35 @@ dependencies = [ [[package]] name = "emulated-integration-tests-common" -version = "7.0.0" +version = "8.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2117a0c89f2afd71f15eebe18f4b48790b675314426773ea282e9f3ff08e5afa" +checksum = "f1b85d59d4b6e8424779daea51988382f0fd323e3f5507ac886f384848c85dfe" dependencies = [ "asset-test-utils", - "bp-messages 0.11.0", + "bp-messages 0.12.0", "bridge-runtime-common", - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", - "pallet-assets 33.0.0", - "pallet-balances 33.0.0", + "cumulus-pallet-parachain-system 0.12.0", + "cumulus-pallet-xcmp-queue 0.12.0", + "cumulus-primitives-core 0.12.0", + "frame-support 33.0.0", + "pallet-assets 34.0.0", + "pallet-balances 34.0.0", "pallet-bridge-messages", - "pallet-message-queue 35.0.0", - "pallet-xcm 11.0.0", - "parachains-common 11.0.0", + "pallet-message-queue 36.0.0", + "pallet-xcm 12.0.0", + "parachains-common 12.0.0", "parity-scale-codec", "paste", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-parachains 12.0.0", "sc-consensus-grandpa", - "sp-authority-discovery 30.0.0", - "sp-consensus-babe 0.36.0", - "sp-consensus-beefy 17.0.0", + "sp-authority-discovery 31.0.0", + "sp-consensus-babe 0.37.0", + "sp-consensus-beefy 18.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "staging-xcm 11.0.0", + "sp-runtime 36.0.0", + "staging-xcm 12.0.0", "xcm-emulator", ] @@ -3421,6 +3484,18 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "enum-as-inner" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5ffccbb6966c05b32ef8fbac435df276c4ae4d3dc55a8cd0eb9745e6c12f546a" +dependencies = [ + "heck 0.4.1", + "proc-macro2", + "quote", + "syn 2.0.55", +] + [[package]] name = "enumflags2" version = "0.7.9" @@ -3768,7 +3843,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534" dependencies = [ "byteorder", - "rand", + "rand 0.8.5", "rustc-hex", "static_assertions", ] @@ -3805,6 +3880,21 @@ version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" +[[package]] +name = "foreign-types" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" +dependencies = [ + "foreign-types-shared", +] + +[[package]] +name = "foreign-types-shared" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" + [[package]] name = "fork-tree" version = "13.0.0" @@ -3857,24 +3947,24 @@ dependencies = [ [[package]] name = "frame-benchmarking" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f6f8e21cbac73688175cf9b531ed1c3f6578420a0f6106282aa8e5ed6fe3347" +checksum = "f963589fa0f5ef5fe87fad5a9ac9ec4a43d83fd63e1993024576a8dcaee5e228" dependencies = [ - "frame-support 32.0.0", - "frame-support-procedural 27.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-support-procedural 28.0.0", + "frame-system 33.0.0", "linregress", "log", "parity-scale-codec", "paste", "scale-info", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-runtime-interface 27.0.0", "sp-std", "sp-storage 21.0.0", @@ -3883,18 +3973,18 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" -version = "36.0.0" +version = "37.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1be33471ac5fa10ca585d3e06642cc8c754ecd9cb8a76905bf648cff17990e32" +checksum = "e13ce497c53ed3a9aadadfc3ea7904b00717965156c0e2e6dd16fc049a379cd7" dependencies = [ "Inflector", "array-bytes 6.2.2", "chrono", "clap", "comfy-table", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "gethostname", "handlebars", "itertools 0.10.5", @@ -3902,9 +3992,10 @@ dependencies = [ "linked-hash-map", "log", "parity-scale-codec", - "rand", + "rand 0.8.5", "rand_pcg", "sc-block-builder", + "sc-chain-spec", "sc-cli", "sc-client-api", "sc-client-db", @@ -3913,18 +4004,19 @@ dependencies = [ "sc-sysinfo", "serde", "serde_json", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-database", "sp-externalities 0.28.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", + "sp-genesis-builder 0.12.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-storage 21.0.0", - "sp-trie 33.0.0", + "sp-trie 34.0.0", "sp-wasm-interface 21.0.0", "thiserror", "thousands", @@ -3962,19 +4054,19 @@ dependencies = [ [[package]] name = "frame-election-provider-support" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c897b912f222280123eedee768b172ed74600292dfbb22843c95c9177e97358" +checksum = "ee6e46fd5f6bbbce22fcb19bccce899b4e83e917ba5181b1adae94abb086f124" dependencies = [ "frame-election-provider-solution-type", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-npos-elections 30.0.0", - "sp-runtime 35.0.0", + "sp-npos-elections 31.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -3999,20 +4091,20 @@ dependencies = [ [[package]] name = "frame-executive" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2cbd97de3a8af65a9e1752b465fc19c7fe19c62ca1842ccec47f3002667c2172" +checksum = "01d5b1ec42b019aa16d1f9269f74f391c32ce642cb2aad7b1b6a6d65a34e1bc6" dependencies = [ "aquamarine 0.3.3", - "frame-support 32.0.0", - "frame-system 32.0.0", - "frame-try-runtime 0.38.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "frame-try-runtime 0.39.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-tracing 17.0.0", ] @@ -4046,26 +4138,19 @@ dependencies = [ ] [[package]] -name = "frame-remote-externalities" -version = "0.39.0" +name = "frame-metadata-hash-extension" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f4afeb0769c0ef010c0dcc681a60167692a1cd52f0c0729b327a4415facddc5" +checksum = "c51ead97e4ac8fdd3b62258bf5f97d2d82412ec0386388ce8296aa23d561536f" dependencies = [ - "futures", - "indicatif", - "jsonrpsee", + "array-bytes 6.2.2", + "docify", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", - "serde", - "sp-core 32.0.0", - "sp-crypto-hashing", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", - "spinners", - "substrate-rpc-client", - "tokio", - "tokio-retry", + "scale-info", + "sp-runtime 36.0.0", ] [[package]] @@ -4112,9 +4197,9 @@ dependencies = [ [[package]] name = "frame-support" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97100a956a2cd152ad4e63a5ec7b5e58503653223a73fff6e916b910b37f12ed" +checksum = "9d04fc1fdbc7bdcb1cb54834e16a5194e5a16a25bfdaca1b761ee9ff4963366f" dependencies = [ "aquamarine 0.5.0", "array-bytes 6.2.2", @@ -4122,7 +4207,7 @@ dependencies = [ "docify", "environmental", "frame-metadata", - "frame-support-procedural 27.0.0", + "frame-support-procedural 28.0.0", "impl-trait-for-tuples", "k256", "log", @@ -4133,18 +4218,18 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-arithmetic 26.0.0", "sp-core 32.0.0", "sp-crypto-hashing-proc-macro", "sp-debug-derive", - "sp-genesis-builder 0.11.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", + "sp-genesis-builder 0.12.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", "sp-metadata-ir 0.7.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", + "sp-state-machine 0.40.0", "sp-std", "sp-tracing 17.0.0", "sp-weights 31.0.0", @@ -4174,15 +4259,15 @@ dependencies = [ [[package]] name = "frame-support-procedural" -version = "27.0.0" +version = "28.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a74eda80052082e8acd36c7fa232569ce1f968c7ae2adc56d082039ac9d6ba4" +checksum = "3d8eaf3bb331b98427158733e221bd6fb79e9f213da55b305e159dc023d41fd2" dependencies = [ "Inflector", "cfg-expr", "derive-syn-parse 0.2.0", "expander 2.1.0", - "frame-support-procedural-tools 11.0.1", + "frame-support-procedural-tools 12.0.0", "itertools 0.10.5", "macro_magic", "proc-macro-warning", @@ -4207,9 +4292,9 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" -version = "11.0.1" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b482a1d18fa63aed1ff3fe3fcfb3bc23d92cb3903d6b9774f75dc2c4e1001c3a" +checksum = "a40b5cc8526c9aad01cdf46dcee6cbefd6f6c78e022607ff4cf76094919b6462" dependencies = [ "frame-support-procedural-tools-derive 12.0.0", "proc-macro-crate 3.1.0", @@ -4263,22 +4348,22 @@ dependencies = [ [[package]] name = "frame-system" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "562e02f5139f1beb0edd3cac2db3f974d98b7459342210d101f451d26886ca33" +checksum = "64265317899a2ecfc465a1ab55fa3094dbbbc7061292592fdbbb8acc136c4735" dependencies = [ "cfg-if", "docify", - "frame-support 32.0.0", + "frame-support 33.0.0", "log", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "sp-version 33.0.0", + "sp-version 34.0.0", "sp-weights 31.0.0", ] @@ -4300,17 +4385,17 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4976a4dfad8b4abff9dfc5e1a5bcdfa0452765f5c726805499ea30be0df4eaa4" +checksum = "1a23446bf524bcc64351ecc5a50925debdc92d50a0b8384c3064dc13b3c64ca3" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -4326,12 +4411,12 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24451c0fef0c35c50bf577aadd16bb3c7b9eb74f12bb1708114d24c6f750e165" +checksum = "54771ae481dd08825d4de28b1b3623163efd9e7c4b59a6db1fb048dcdf73789e" dependencies = [ "parity-scale-codec", - "sp-api 30.0.0", + "sp-api 31.0.0", ] [[package]] @@ -4349,14 +4434,14 @@ dependencies = [ [[package]] name = "frame-try-runtime" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "883f2a531ab7857e8b4bb09997f1333635da1b5e627ac1651c16b5e5152d8fa3" +checksum = "8f542a58bd43234882faff12062ce94838b3bbca1b6ed6b32180ee153350905f" dependencies = [ - "frame-support 32.0.0", + "frame-support 33.0.0", "parity-scale-codec", - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -4597,7 +4682,7 @@ version = "0.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6ea1015b5a70616b688dc230cfe50c8af89d972cb132d5a622814d29773b10b9" dependencies = [ - "rand", + "rand 0.8.5", "rand_core 0.6.4", ] @@ -4653,7 +4738,7 @@ dependencies = [ "parking_lot 0.12.1", "portable-atomic", "quanta", - "rand", + "rand 0.8.5", "smallvec", "spinning_top", ] @@ -4980,6 +5065,16 @@ dependencies = [ "unicode-normalization", ] +[[package]] +name = "idna" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" +dependencies = [ + "unicode-bidi", + "unicode-normalization", +] + [[package]] name = "idna" version = "0.5.0" @@ -5114,19 +5209,6 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e04e2fd2b8188ea827b32ef11de88377086d690286ab35747ef7f9bf3ccb590" -[[package]] -name = "indicatif" -version = "0.17.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3" -dependencies = [ - "console", - "instant", - "number_prefix", - "portable-atomic", - "unicode-width", -] - [[package]] name = "inout" version = "0.1.3" @@ -5166,29 +5248,29 @@ version = "0.0.0" dependencies = [ "asset-hub-paseo-runtime", "asset-test-utils", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "emulated-integration-tests-common", - "frame-support 32.0.0", - "pallet-assets 33.0.0", - "pallet-balances 33.0.0", - "pallet-message-queue 35.0.0", - "pallet-xcm 11.0.0", + "frame-support 33.0.0", + "pallet-assets 34.0.0", + "pallet-balances 34.0.0", + "pallet-message-queue 36.0.0", + "pallet-xcm 12.0.0", "parity-scale-codec", "paseo-runtime", "paseo-runtime-constants", - "polkadot-primitives 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-parachains 12.0.0", "pop-runtime-common", "pop-runtime-devnet", - "sp-authority-discovery 30.0.0", - "sp-consensus-aura 0.36.0", - "sp-consensus-babe 0.36.0", - "sp-consensus-beefy 17.0.0", - "sp-consensus-grandpa 17.0.0", + "sp-authority-discovery 31.0.0", + "sp-consensus-aura 0.37.0", + "sp-consensus-babe 0.37.0", + "sp-consensus-beefy 18.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", + "sp-runtime 36.0.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", "tracing-subscriber 0.3.18", ] @@ -5296,7 +5378,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cfdb12a2381ea5b2e68c3469ec604a007b367778cdb14d09612c8069ebd616ad" dependencies = [ "jsonrpsee-core", - "jsonrpsee-http-client", "jsonrpsee-proc-macros", "jsonrpsee-server", "jsonrpsee-types", @@ -5341,7 +5422,7 @@ dependencies = [ "jsonrpsee-types", "parking_lot 0.12.1", "pin-project", - "rand", + "rand 0.8.5", "rustc-hash", "serde", "serde_json", @@ -5351,26 +5432,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "jsonrpsee-http-client" -version = "0.22.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ccf93fc4a0bfe05d851d37d7c32b7f370fe94336b52a2f0efc5f1981895c2e5" -dependencies = [ - "async-trait", - "hyper", - "hyper-rustls", - "jsonrpsee-core", - "jsonrpsee-types", - "serde", - "serde_json", - "thiserror", - "tokio", - "tower", - "tracing", - "url", -] - [[package]] name = "jsonrpsee-proc-macros" version = "0.22.5" @@ -5618,7 +5679,7 @@ dependencies = [ "parking_lot 0.12.1", "pin-project", "quick-protobuf", - "rand", + "rand 0.8.5", "rw-stream-sink", "smallvec", "thiserror", @@ -5637,7 +5698,7 @@ dependencies = [ "log", "parking_lot 0.12.1", "smallvec", - "trust-dns-resolver", + "trust-dns-resolver 0.22.0", ] [[package]] @@ -5669,12 +5730,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "276bb57e7af15d8f100d3c11cbdd32c6752b7eef4ba7a18ecf464972c07abcce" dependencies = [ "bs58 0.4.0", - "ed25519-dalek", + "ed25519-dalek 2.1.1", "log", "multiaddr", "multihash 0.17.0", "quick-protobuf", - "rand", + "rand 0.8.5", "sha2 0.10.8", "thiserror", "zeroize", @@ -5699,7 +5760,7 @@ dependencies = [ "libp2p-swarm", "log", "quick-protobuf", - "rand", + "rand 0.8.5", "sha2 0.10.8", "smallvec", "thiserror", @@ -5721,11 +5782,11 @@ dependencies = [ "libp2p-identity", "libp2p-swarm", "log", - "rand", + "rand 0.8.5", "smallvec", "socket2 0.4.10", "tokio", - "trust-dns-proto", + "trust-dns-proto 0.22.0", "void", ] @@ -5757,7 +5818,7 @@ dependencies = [ "log", "once_cell", "quick-protobuf", - "rand", + "rand 0.8.5", "sha2 0.10.8", "snow", "static_assertions", @@ -5779,7 +5840,7 @@ dependencies = [ "libp2p-core", "libp2p-swarm", "log", - "rand", + "rand 0.8.5", "void", ] @@ -5799,7 +5860,7 @@ dependencies = [ "log", "parking_lot 0.12.1", "quinn-proto", - "rand", + "rand 0.8.5", "rustls 0.20.9", "thiserror", "tokio", @@ -5817,7 +5878,7 @@ dependencies = [ "libp2p-core", "libp2p-identity", "libp2p-swarm", - "rand", + "rand 0.8.5", "smallvec", ] @@ -5836,7 +5897,7 @@ dependencies = [ "libp2p-identity", "libp2p-swarm-derive", "log", - "rand", + "rand 0.8.5", "smallvec", "tokio", "void", @@ -5884,7 +5945,7 @@ dependencies = [ "rustls 0.20.9", "thiserror", "webpki", - "x509-parser", + "x509-parser 0.14.0", "yasna", ] @@ -5973,7 +6034,7 @@ dependencies = [ "libsecp256k1-core", "libsecp256k1-gen-ecmult", "libsecp256k1-gen-genmult", - "rand", + "rand 0.8.5", "serde", "sha2 0.9.9", "typenum", @@ -6082,6 +6143,61 @@ dependencies = [ "keystream", ] +[[package]] +name = "litep2p" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9b53e78902be9d0d77df70677242b7fc9815a33a168949b5480ee089e16535e7" +dependencies = [ + "async-trait", + "bs58 0.4.0", + "bytes", + "cid 0.10.1", + "ed25519-dalek 1.0.1", + "futures", + "futures-timer", + "hex-literal", + "indexmap 2.2.6", + "libc", + "mockall", + "multiaddr", + "multihash 0.17.0", + "network-interface", + "nohash-hasher", + "parking_lot 0.12.1", + "pin-project", + "prost 0.11.9", + "prost-build", + "quinn", + "rand 0.8.5", + "rcgen", + "ring 0.16.20", + "rustls 0.20.9", + "serde", + "sha2 0.10.8", + "simple-dns", + "smallvec", + "snow", + "socket2 0.5.6", + "static_assertions", + "str0m", + "thiserror", + "tokio", + "tokio-stream", + "tokio-tungstenite", + "tokio-util", + "tracing", + "trust-dns-resolver 0.23.2", + "uint", + "unsigned-varint", + "url", + "webpki", + "x25519-dalek 2.0.1", + "x509-parser 0.15.1", + "yasna", + "zeroize", +] + [[package]] name = "lock_api" version = "0.4.11" @@ -6208,12 +6324,6 @@ dependencies = [ "syn 2.0.55", ] -[[package]] -name = "maplit" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" - [[package]] name = "match_cfg" version = "0.1.0" @@ -6306,7 +6416,21 @@ dependencies = [ ] [[package]] -name = "merlin" +name = "merkleized-metadata" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f313fcff1d2a4bcaa2deeaa00bf7530d77d5f7bd0467a117dde2e29a75a7a17a" +dependencies = [ + "array-bytes 6.2.2", + "blake3", + "frame-metadata", + "parity-scale-codec", + "scale-decode", + "scale-info", +] + +[[package]] +name = "merlin" version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "58c38e2799fc0978b65dfff8023ec7843e2330bb462f19198840b34b6582397d" @@ -6324,7 +6448,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532" dependencies = [ "futures", - "rand", + "rand 0.8.5", "thrift", ] @@ -6371,7 +6495,7 @@ dependencies = [ "lioness", "log", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "rand_chacha 0.3.1", "rand_distr", "subtle 2.5.0", @@ -6381,38 +6505,38 @@ dependencies = [ [[package]] name = "mmr-gadget" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "463f3038aebf0766b75c231e293293dec7b85f2358120a2696470159008ddfd2" +checksum = "686cce3698548808445b0bbc8348a30cafc7d6fc6dbf8df0ef5027b08e4fe037" dependencies = [ "futures", "log", "parity-scale-codec", "sc-client-api", "sc-offchain", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-beefy 17.0.0", + "sp-consensus-beefy 18.0.0", "sp-core 32.0.0", - "sp-mmr-primitives 30.0.0", - "sp-runtime 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "mmr-rpc" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d17ec87c5d04009e7d7b149abb2aa8495e2893c5920ce4a83679c76e5d6320f7" +checksum = "70db3d6f4fdfd688a4f995f5eb3ee9764b766a01f4a4789fa5469a02d213ee12" dependencies = [ "jsonrpsee", "parity-scale-codec", "serde", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", - "sp-mmr-primitives 30.0.0", - "sp-runtime 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -6495,10 +6619,14 @@ version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cfd8a792c1694c6da4f68db0a9d707c72bd260994da179e6030a5dcee00bb815" dependencies = [ + "blake2b_simd", + "blake2s_simd", + "blake3", "core2", "digest 0.10.7", "multihash-derive 0.8.0", "sha2 0.10.8", + "sha3", "unsigned-varint", ] @@ -6624,7 +6752,7 @@ version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7bddcd3bf5144b6392de80e04c347cd7fab2508f6df16a85fc496ecd5cec39bc" dependencies = [ - "rand", + "rand 0.8.5", ] [[package]] @@ -6699,6 +6827,18 @@ dependencies = [ "tokio", ] +[[package]] +name = "network-interface" +version = "1.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4a43439bf756eed340bdf8feba761e2d50c7d47175d87545cd5cbe4a137c4d1" +dependencies = [ + "cc", + "libc", + "thiserror", + "winapi", +] + [[package]] name = "nix" version = "0.24.3" @@ -6767,6 +6907,16 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" +[[package]] +name = "nu-ansi-term" +version = "0.46.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" +dependencies = [ + "overload", + "winapi", +] + [[package]] name = "num-bigint" version = "0.4.4" @@ -6844,12 +6994,6 @@ dependencies = [ "libc", ] -[[package]] -name = "number_prefix" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" - [[package]] name = "object" version = "0.30.4" @@ -6898,12 +7042,60 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" +[[package]] +name = "openssl" +version = "0.10.66" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1" +dependencies = [ + "bitflags 2.5.0", + "cfg-if", + "foreign-types", + "libc", + "once_cell", + "openssl-macros", + "openssl-sys", +] + +[[package]] +name = "openssl-macros" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.55", +] + [[package]] name = "openssl-probe" version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" +[[package]] +name = "openssl-src" +version = "300.3.1+3.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7259953d42a81bf137fbbd73bd30a8e1914d6dce43c2b90ed575783a22608b91" +dependencies = [ + "cc", +] + +[[package]] +name = "openssl-sys" +version = "0.9.103" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6" +dependencies = [ + "cc", + "libc", + "openssl-src", + "pkg-config", + "vcpkg", +] + [[package]] name = "option-ext" version = "0.2.0" @@ -6952,6 +7144,12 @@ dependencies = [ "num-traits", ] +[[package]] +name = "overload" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" + [[package]] name = "pallet-asset-conversion" version = "11.0.0" @@ -6973,20 +7171,21 @@ dependencies = [ [[package]] name = "pallet-asset-conversion" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a66fbfb4b9a3a6430f5925a09257c61a048bf0dfbad26f814e0f0e517f43c06a" +checksum = "00878f866191e08a7f6a74a0378c1d4d759e356d5fc3e3dae51fa414b44fad93" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "log", "parity-scale-codec", "scale-info", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7024,17 +7223,17 @@ dependencies = [ [[package]] name = "pallet-asset-rate" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a63f90c10e0746fce0512e37e1a354fe8c48f32e4e20211e0c1ac9b0e4b3febb" +checksum = "a2908c5abe694fc6d1e9f1dbc9049910cf7086416e0c3214ff4734f02c055d82" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7059,20 +7258,20 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d27f76cc9151160c08fcee2e095b91048a2d1cb041b7c022a88f98ba220827b4" +checksum = "cbdecfbbcc55a4050a91bf2180b5b574fe3e20a925c1a836187041974c6f9248" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-transaction-payment 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-transaction-payment 33.0.0", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7095,18 +7294,18 @@ dependencies = [ [[package]] name = "pallet-assets" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eda0d9362dc1b75cead58f5e9a6004d305f81b2bf38c52e5454d1d868e2cc98f" +checksum = "14bb2544de653caa76f88156c53ccdea218737ae00ef37b949786bc4c13719f8" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7130,19 +7329,19 @@ dependencies = [ [[package]] name = "pallet-aura" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cb27318bf97e8116b1383c726427ab8d6d9dac4da99c8540a247518398c2a55" +checksum = "7d39e0cf359277a802199f4f78604ddb62f6616e6c625a3b958abec063b1a66f" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-timestamp 31.0.0", + "pallet-timestamp 32.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 34.0.0", - "sp-consensus-aura 0.36.0", - "sp-runtime 35.0.0", + "sp-application-crypto 35.0.0", + "sp-consensus-aura 0.37.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7165,18 +7364,18 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "303077e7ec8808fdd9df22a6eaf9d38932a9b7df07c29423935384cf43babb2f" +checksum = "35807c44d2caf67038ae3b3cd948a36014a63e75f96bab3754350deec7cf8e20" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-session 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-session 33.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 34.0.0", - "sp-authority-discovery 30.0.0", - "sp-runtime 35.0.0", + "sp-application-crypto 35.0.0", + "sp-authority-discovery 31.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7197,16 +7396,16 @@ dependencies = [ [[package]] name = "pallet-authorship" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3544ca79d7b1f3b9a0efe6b54038143962e8b05d57a3a4172cd11e7216c43d6" +checksum = "a9c6fadb06cb9f04998aebabf282e15a6bc35ac36de0c6fccb43a0efb38a755c" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7237,26 +7436,26 @@ dependencies = [ [[package]] name = "pallet-babe" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac02d082761843190fddfea58ce3a8cf042e92d2d78bb21426d2f960880a875c" +checksum = "d1e8bc4e03c6e92cfbac89e9b505ff43fae538915fc277f4597733775c49fa76" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-authorship 32.0.0", - "pallet-session 32.0.0", - "pallet-timestamp 31.0.0", + "pallet-authorship 33.0.0", + "pallet-session 33.0.0", + "pallet-timestamp 32.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 34.0.0", - "sp-consensus-babe 0.36.0", + "sp-application-crypto 35.0.0", + "sp-consensus-babe 0.37.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -7285,23 +7484,23 @@ dependencies = [ [[package]] name = "pallet-bags-list" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "664e6da2fe296a6597f2508f8754bfedaf06b5fc7bc657f7327b7d91896f84f7" +checksum = "235a798b0ef83ef012fe79ed01617d84882e682aa40b937ca22e23ee429ab2d7" dependencies = [ "aquamarine 0.5.0", "docify", - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-balances 33.0.0", + "pallet-balances 34.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-tracing 17.0.0", ] @@ -7325,18 +7524,18 @@ dependencies = [ [[package]] name = "pallet-balances" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b56b559fbf1b04e08f42b08c0cb133cf732b4b0cafd315a3a24ba1ae60669d7e" +checksum = "06c00a7041511735547ac443a14ecb2915976725dfbf1d3d9f64df20359e483e" dependencies = [ "docify", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7363,22 +7562,22 @@ dependencies = [ [[package]] name = "pallet-beefy" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b36b750d43f02589284a26ae4bcdaa9cd957abd12ffcedccf5de7f3ede20e14e" +checksum = "42a846fddc17ec4bb5901f446a1f474090de2778c215aea9ab209631c88cf879" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-authorship 32.0.0", - "pallet-session 32.0.0", + "pallet-authorship 33.0.0", + "pallet-session 33.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-beefy 17.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-consensus-beefy 18.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -7410,27 +7609,27 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a0ec062385375cee83f44985bf4d32c86e6ca4018e0a867b448a9a572896388" +checksum = "b59f46e15d62db39a20fb254324f5a33cf3c652ca6aa656ba6419ae5c8059336" dependencies = [ "array-bytes 6.2.2", "binary-merkle-tree 15.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-beefy 32.0.0", - "pallet-mmr 31.0.0", - "pallet-session 32.0.0", + "pallet-beefy 33.0.0", + "pallet-mmr 32.0.0", + "pallet-session 33.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-api 30.0.0", - "sp-consensus-beefy 17.0.0", + "sp-api 31.0.0", + "sp-consensus-beefy 18.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-std", ] @@ -7455,104 +7654,104 @@ dependencies = [ [[package]] name = "pallet-bounties" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe92916d8bb2f2ce84195ae5e6baec83c5a65bf685613d7cc207f0b8fd26ea43" +checksum = "56765a826bcdc19693fc327757108d79ac03e7545bc3561a2434bb0238679ee6" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-treasury 31.0.0", + "pallet-treasury 32.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-bridge-grandpa" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88e0f44b87681bafd9deec464b7f0d4f3c9b050b53ef1588eb5312d26ebc30a5" +checksum = "392088cb0e26f6bd3add91b7d1cf1df60166fdb60643a4b577951309621610e0" dependencies = [ - "bp-header-chain 0.11.0", - "bp-runtime 0.11.0", + "bp-header-chain 0.12.0", + "bp-runtime 0.12.0", "bp-test-utils", "finality-grandpa", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-consensus-grandpa 17.0.0", - "sp-runtime 35.0.0", + "sp-consensus-grandpa 18.0.0", + "sp-runtime 36.0.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] name = "pallet-bridge-messages" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9da377cff690ae52d872bdc6dd00ef7ebb3b2eb092ddacc2e26e9efb9f13631" +checksum = "112b595ff46a2831be1c22ffb3a9f5fd44b875489b8dde8bcd4509d75a77bb36" dependencies = [ - "bp-messages 0.11.0", - "bp-runtime 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-messages 0.12.0", + "bp-runtime 0.12.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "num-traits", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-bridge-parachains" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c9e9466750027c10df653ac91eaaffe042d1f94dca5f561b6ea9f54f389d496" +checksum = "bc8495da753089436f1e09e36ebb311182bc2c594decce628017f009c9af9a45" dependencies = [ - "bp-header-chain 0.11.0", + "bp-header-chain 0.12.0", "bp-parachains", - "bp-polkadot-core 0.11.0", - "bp-runtime 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-polkadot-core 0.12.0", + "bp-runtime 0.12.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "pallet-bridge-grandpa", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] name = "pallet-bridge-relayers" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9380cbce05df9451cb9b2149e1284090c0da3f3ab9615b8810b1cb0e2ab3aed5" +checksum = "28ff139bff796f25ba8c53f8e540b4943d04adeb17f2496de7a66f3a6fdfdf4a" dependencies = [ - "bp-messages 0.11.0", + "bp-messages 0.12.0", "bp-relayers", - "bp-runtime 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-runtime 0.12.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "pallet-bridge-messages", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7577,19 +7776,21 @@ dependencies = [ [[package]] name = "pallet-broker" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0d73ed3f977ca5874e32936f7605e83e96f7eb0cb7fca46b9a3f5a8df1933d5" +checksum = "58e06a681df643f0bf7225c09b4d33ceaaebfe6ebfb13d0ea686f11d20901e9b" dependencies = [ "bitvec", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "log", "parity-scale-codec", "scale-info", + "sp-api 31.0.0", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7615,21 +7816,21 @@ dependencies = [ [[package]] name = "pallet-child-bounties" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5612487abb09a9e5b6f3a694639fd0826a8b3bae1335047899f032f292f7f410" +checksum = "813290bcfde2e10ad4a37763642e22186e28cf7d675cbf525f2276151444008c" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-bounties 31.0.0", - "pallet-treasury 31.0.0", + "pallet-bounties 32.0.0", + "pallet-treasury 32.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7647,7 +7848,7 @@ dependencies = [ "pallet-balances 29.0.2", "pallet-session 29.0.0", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", "sp-runtime 32.0.0", "sp-staking 27.0.0", @@ -7656,73 +7857,73 @@ dependencies = [ [[package]] name = "pallet-collator-selection" -version = "13.0.1" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e0724831b2b1775542055c80918e78478953ee8d6777962a947404f22001c75" +checksum = "7b8c0293db4d8d6632330e8ea1d8ad83711c144fe8b03a14ae15fe1678c7291b" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-authorship 32.0.0", - "pallet-balances 33.0.0", - "pallet-session 32.0.0", + "pallet-authorship 33.0.0", + "pallet-balances 34.0.0", + "pallet-session 33.0.0", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] [[package]] name = "pallet-collective" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f84d7ad169667bcf184da694db6322bd9a68d9d0bb05b2727005cfadd2b8a17" +checksum = "c2f5bea608ae6d9e8e12cd1e57d4781ccccf62a87e498bb6318ffe2243815ab4" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-contracts" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ae7354ec341dbdd1df77fd0a55708fa49a164901db89920fdca4132f3991ee1" +checksum = "8117764e8436e9ad3f134c313a65b0dad95f1353349ddd9a78a6b527dbbeb320" dependencies = [ "bitflags 1.3.2", "environmental", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "log", - "pallet-balances 33.0.0", + "pallet-balances 34.0.0", "pallet-contracts-proc-macro", "pallet-contracts-uapi", "parity-scale-codec", "paste", - "rand", + "rand 0.8.5", "rand_pcg", "scale-info", "serde", "smallvec", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", "wasm-instrument", "wasmi", ] @@ -7740,9 +7941,9 @@ dependencies = [ [[package]] name = "pallet-contracts-uapi" -version = "9.0.0" +version = "10.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d7a51646d9ff1d91abd0186d2c074f0dfd3b1a2d55f08a229a2f2e4bc6d1e49" +checksum = "c611f7343efdff673fec3090ab4ed5c32c63f9756f25f666fb453ef33b26bafb" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -7771,38 +7972,38 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43080685819927c77fb38dda17e593eab2478406d674dd8c69200129cf613e77" +checksum = "f0b8fc61dec0ae9760f00fb84a621e383ebb0bd1d2f6a4777bc55977624da5d1" dependencies = [ "assert_matches", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-democracy" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83740afbabdabd41a9af23e1085db431b7d0aa10e542f6e1862aa14ff76eeec9" +checksum = "fcb285cd2c58b49219c9980b9c30d4c241920c5a55ae5df44c6e3649dd5057fd" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7819,7 +8020,7 @@ dependencies = [ "log", "pallet-election-provider-support-benchmarking 28.0.0", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", "sp-arithmetic 24.0.0", "sp-core 29.0.0", @@ -7832,24 +8033,24 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd4127300982c54fb31630a3a002daeb060556c0d0ca17031975fe25d613f432" +checksum = "45d7050267a6ce48b2d5530ea5c3b939c8f8a70e42b26db96cb1e859a3dd40c9" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-election-provider-support-benchmarking 31.0.0", + "pallet-election-provider-support-benchmarking 32.0.0", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-npos-elections 30.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-npos-elections 31.0.0", + "sp-runtime 36.0.0", "sp-std", "strum 0.26.3", ] @@ -7871,36 +8072,36 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d47f77fc73b1caf6317515e884a1451786c8b71fddd910b753a73da7ee4fe84" +checksum = "3cea3c30507dd5bc3ca2657a2b729dbb9c77f0ae7103778e148d4667d1f0dfe6" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", - "sp-npos-elections 30.0.0", - "sp-runtime 35.0.0", + "sp-npos-elections 31.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-elections-phragmen" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08fe6701c248d87e489e998230180b112e639db09c0a50cf6e44cf399bc1028f" +checksum = "e4482e691c61ea7d68d09a0d3221a2223b36118874c1923a3733a0ff1a9d4a65" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-npos-elections 30.0.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-io 35.0.0", + "sp-npos-elections 31.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -7926,21 +8127,21 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df2f9df9cbcba5c986e8abb00dc6184cacebcd96064f706bbd47c870255fa4f1" +checksum = "3413d41515d5679fa680f96ceac185ede18ac22002837216c9fab863d4a367b7" dependencies = [ "docify", - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -7970,25 +8171,25 @@ dependencies = [ [[package]] name = "pallet-grandpa" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6beb51686baee78fc838861b825c1b8f1b66a7633dc502dc70da491aed82dcbb" +checksum = "63024f2e3aee907a345db4993982b0a853cc330e487d0b7aa2b63bf956bb2a04" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-authorship 32.0.0", - "pallet-session 32.0.0", + "pallet-authorship 33.0.0", + "pallet-session 33.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 34.0.0", - "sp-consensus-grandpa 17.0.0", + "sp-application-crypto 35.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -8012,19 +8213,19 @@ dependencies = [ [[package]] name = "pallet-identity" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c5e41c45a18b5e71b05fd5789b210ce79dbddd454e9bc783dd188790be99d91" +checksum = "4b59201c3a7fad2acc3623e0e933359588e86ba6445ec4e2ced9a56cbc150658" dependencies = [ "enumflags2", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8051,22 +8252,22 @@ dependencies = [ [[package]] name = "pallet-im-online" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c771c379dfa58623a6d88d021c7cebe1f9f4f4537155917f7a9c03b5b36c3ec" +checksum = "859266edee477b8d7c8f07bbe48956f2d0093b7a7466b473df66e6de4dd59445" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-authorship 32.0.0", + "pallet-authorship 33.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -8090,37 +8291,37 @@ dependencies = [ [[package]] name = "pallet-indices" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b75dd0463b1ac775e8d154879e174e06fb8745b0896b8d9a3bd99d57135e914" +checksum = "81babd3f9b3af66f27f7af6dfdea1943d16598630c5f4eda34ec56bdb7185dbd" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-keyring 35.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-keyring 36.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-membership" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6d889d1ab1f8c78dddbe5aa107ae0004f066a79384af010e58539a71c84cbe1" +checksum = "6d72c43d36e246e388b911ce85176962eeaf7893acb472fe1c4377c7007f886d" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8147,21 +8348,21 @@ dependencies = [ [[package]] name = "pallet-message-queue" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bd58fa73c9e498414c9e6757f5ff1dbb81b9c7439231018c19aca99c35fd35b" +checksum = "55cf3baf644a42f0520f030e91e24c72e3d6691f7abc347345219b2e744fc835" dependencies = [ "environmental", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-weights 31.0.0", ] @@ -8187,20 +8388,20 @@ dependencies = [ [[package]] name = "pallet-mmr" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfe22ce913c1862862a7ce3180b1a52b544a04a629b92c6dff43c3975ee89d39" +checksum = "02f6cdaa2b8423f910e260b93065b8c63c7ebbc21c288419bc7a9aa0ed7a14fa" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-mmr-primitives 30.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8223,36 +8424,36 @@ dependencies = [ [[package]] name = "pallet-multisig" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57b3d75a9319f7bcb58920ecc087aa246cc4cac0bcf5c9f29bb44260315961db" +checksum = "4957a1571ca0a761520942623d7d1ff71f2831edfc2f2fc43ad454682e50ad95" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-nft-fractionalization" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "677e05e538410a056620e737a4b9c9073a2636fcaab99609a57d0c706af4b186" +checksum = "3725969acea961bbd0fe469d3de423897b48d177dfb1251138e44a23056f8f90" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-assets 33.0.0", - "pallet-nfts 26.0.0", + "pallet-assets 34.0.0", + "pallet-nfts 27.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8277,20 +8478,20 @@ dependencies = [ [[package]] name = "pallet-nfts" -version = "26.0.0" +version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "190767bc88a1a23f51fccc445a271639fd5a88f1811291d801221e5b9b5b48cc" +checksum = "24460dcc55227dd89c8e1336a9d9bffed6dcfc8d11207922a02705d5a7bc6d15" dependencies = [ "enumflags2", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8308,30 +8509,30 @@ dependencies = [ [[package]] name = "pallet-nfts-runtime-api" -version = "18.0.0" +version = "19.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b086ef37b5a2ab6d9c67929bd26480dfc128023039f238f6bc2b25a7348c1232" +checksum = "f9ebe8124be6f8e4821cb53cd90d3b40c25bd6cb3bc9ca00fe7351f3c02755f9" dependencies = [ - "pallet-nfts 26.0.0", + "pallet-nfts 27.0.0", "parity-scale-codec", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-std", ] [[package]] name = "pallet-nis" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f73f50b2cfeb31dad13e3bd628245bf9f2d8edc98ba3c7591c2f3303304a185" +checksum = "c9317c665f1692637b3ede02fef4153ae3c4a4fb4b196bbea07a6a011546ab74" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8357,20 +8558,20 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e763dbe561c25187466eabb92d6193ad6098fb656a0dc807ebefbb237f903171" +checksum = "c1edc38d7ba687163bdf2562b1fd8d440d63648c193b6c9e899ea12a607747ed" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-balances 33.0.0", + "pallet-balances 34.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", "sp-tracing 17.0.0", ] @@ -8398,22 +8599,22 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a563a0a45f55c747819f1220adc27e492c5c7040e3a4f597d6e0e959f9742aa1" +checksum = "ebd63c332aa3c111d10268c29aa439180d4b94c8adecbf526f0a04aeea46bea1" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-bags-list 31.0.0", - "pallet-nomination-pools 29.0.0", - "pallet-staking 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-bags-list 32.0.0", + "pallet-nomination-pools 30.0.0", + "pallet-staking 33.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-runtime-interface 27.0.0", - "sp-staking 30.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -8431,13 +8632,13 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" -version = "27.0.0" +version = "28.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ce49d48a75a006539583808e526d303a09afd8621d3351ad52f8a4ca62fe8a8" +checksum = "e3980bcda50ec619f93dbb8b73f824413ee5dccabe3511fca4454c49857c1483" dependencies = [ - "pallet-nomination-pools 29.0.0", + "pallet-nomination-pools 30.0.0", "parity-scale-codec", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-std", ] @@ -8461,19 +8662,19 @@ dependencies = [ [[package]] name = "pallet-offences" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "621a7fe9a24a3f69cbb14b06c94894b81ad0aa549dbfff178c9236876cf5a892" +checksum = "0d02ba6a9a9c27685404f979534ab254f0cda028857ebdb19f7cb9aa0f52bc6b" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-balances 33.0.0", + "pallet-balances 34.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -8504,26 +8705,45 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca2c55d655bb56fb48c12fa98f1b6ea292ff58a0cf791cc7c180bb77ea73ac83" +checksum = "de8b5190c4421f6550504bd1753f82492c28cda5b1ccb6c2759494cdfa431207" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-babe 32.0.0", - "pallet-balances 33.0.0", - "pallet-grandpa 32.0.0", - "pallet-im-online 31.0.0", - "pallet-offences 31.0.0", - "pallet-session 32.0.0", - "pallet-staking 32.0.0", + "pallet-babe 33.0.0", + "pallet-balances 34.0.0", + "pallet-grandpa 33.0.0", + "pallet-im-online 32.0.0", + "pallet-offences 32.0.0", + "pallet-session 33.0.0", + "pallet-staking 33.0.0", + "parity-scale-codec", + "scale-info", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", + "sp-std", +] + +[[package]] +name = "pallet-parameters" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2d8bc500ff1d3292950a7d1b50b0e26f7cd9f886cd4a577883267d36a1da1361" +dependencies = [ + "docify", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", + "paste", "scale-info", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "serde", + "sp-core 32.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8547,19 +8767,19 @@ dependencies = [ [[package]] name = "pallet-preimage" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c28de923b335df5fc38c9e0b565230120184f5e195624a386cd9bec90fda4b55" +checksum = "a20718f6531ad2adf84ed0b1f845f29e29987b7fd1ccb738134c60e77177f1d0" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8581,53 +8801,53 @@ dependencies = [ [[package]] name = "pallet-proxy" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "936d02c265142821c0144336d6724ec1fc56ddf333837f5ab502798fab5a447e" +checksum = "a73160cf5aa5ebf1f07eb1134328b272ab16070028c8c1ee9f800ffa3a5c03db" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-ranked-collective" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a6a4587dc3f5438631db3c2ec019f31723c4a7949cf63945f111b6c509d0a97" +checksum = "082ef6517f3901106bc642a7bb35b9c8345cbe55c5c60dbf6b09081b2e3c5695" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-recovery" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc2320f4d3b35c47180c80a6ea560d25e491d5812486c8691bdd297b5425f11b" +checksum = "06afe44a0484ad3c8b943c555fe4d7ccc9da3b3cd1093ddb6a8984bae6f130f4" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8653,37 +8873,37 @@ dependencies = [ [[package]] name = "pallet-referenda" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbf5abb788c5e8e7960820288caa043f5d037a63248453d493e617a2445790a4" +checksum = "6b6c4f5bc65be570a065907239d3215036d3e29edbd0ea5c6cd01246e2ba3959" dependencies = [ "assert_matches", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "serde", "sp-arithmetic 26.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-root-testing" -version = "8.0.0" +version = "9.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd630721c9f07bdf90e4cade8f825d1842af9f68f470de186087a3d1f0090970" +checksum = "2e4b63ec79ab485d54cf79fd5ef574bb7f8f4e094e4a7d11b012a820d4324b62" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8708,19 +8928,19 @@ dependencies = [ [[package]] name = "pallet-scheduler" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87fac215d9cf301396720219c4d04e4fe7fcf44d14d4be71f9c3ae3df3cead74" +checksum = "7570e307118a4663dd3a1d1c949f84a169ef932666e69f7fcf4357781c8c1a4e" dependencies = [ "docify", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-weights 31.0.0", ] @@ -8750,25 +8970,25 @@ dependencies = [ [[package]] name = "pallet-session" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "061827f23d4a702a2e159ff84286a0a89488615c31ad05a9af7cc93a57e2b441" +checksum = "925f793adb1d53c05233ffd2644ca37890d56c9716475108b975969a445d10b3" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "log", - "pallet-timestamp 31.0.0", + "pallet-timestamp 32.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", - "sp-state-machine 0.39.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", + "sp-state-machine 0.40.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] @@ -8783,7 +9003,7 @@ dependencies = [ "pallet-session 29.0.0", "pallet-staking 29.0.3", "parity-scale-codec", - "rand", + "rand 0.8.5", "sp-runtime 32.0.0", "sp-session 28.0.0", "sp-std", @@ -8791,38 +9011,38 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "817dd673f7d0b965639d27def260f7ff7a1535f2c5016a611445a8e4dedcf5cd" +checksum = "ca61297e13c15fef1e4d3b7f2884e70c772be3a9448977ba23954e2c4bcea4bd" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-session 32.0.0", - "pallet-staking 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-session 33.0.0", + "pallet-staking 33.0.0", "parity-scale-codec", - "rand", - "sp-runtime 35.0.0", - "sp-session 31.0.0", + "rand 0.8.5", + "sp-runtime 36.0.0", + "sp-session 32.0.0", "sp-std", ] [[package]] name = "pallet-society" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a89d24f9a15ae30d56fb9de190200d43735f4c055dcbe1c1259d3d4219da42a" +checksum = "8584534df25227dd43d80803ea1978af55bf70aad5aa57c83dc3de883b1f1c73" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "rand_chacha 0.2.2", "scale-info", "sp-arithmetic 26.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8852,25 +9072,25 @@ dependencies = [ [[package]] name = "pallet-staking" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b8ab61dc6b74c79ad396732c1850dafa89109b749b2b651a1d4f20f45f596a3" +checksum = "f68e48f3d79e0cbb9462eacc0c85c80003924124a893465047f159278338036d" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-authorship 32.0.0", - "pallet-session 32.0.0", + "pallet-authorship 33.0.0", + "pallet-session 33.0.0", "parity-scale-codec", "rand_chacha 0.2.2", "scale-info", "serde", - "sp-application-crypto 34.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-application-crypto 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -8919,13 +9139,13 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" -version = "18.0.0" +version = "19.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b8792b235b42d70e177301cd7e2e2b1afc828f1a6ddfa0639c481cd0c125078" +checksum = "c431ab74db8258b39fe829fb7345d38064ef7fb1ce2014b074f586303d7dee67" dependencies = [ "parity-scale-codec", - "sp-api 30.0.0", - "sp-staking 30.0.0", + "sp-api 31.0.0", + "sp-staking 31.0.0", ] [[package]] @@ -8948,19 +9168,19 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd3e2b1355eb2e08c2de3b14b175decf8ed49bf50de6cc44f97279257c325694" +checksum = "9db0ce6ccf9e1d2fe2d0b26cecce995e4b095b31bbf9f0492024fbfd4924961a" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8983,18 +9203,18 @@ dependencies = [ [[package]] name = "pallet-sudo" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abdecbca3760e93bb757313495ca7d2437e6141e728a2d266a85884c43d74c0e" +checksum = "10ee43e8bb38a50a234ef49198413483562e229ca20d8e9d9f78b756244f6d7c" dependencies = [ "docify", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -9021,42 +9241,42 @@ dependencies = [ [[package]] name = "pallet-timestamp" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "196720afcbee2f2fd1acfed5a667cffb3914d1311b36adb4d1a3a67d7010e2a5" +checksum = "5982a7cc371e2b9be504465bb6e47bc27dba0b98ee9794d7fc797c24244fb6d9" dependencies = [ "docify", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-storage 21.0.0", - "sp-timestamp 30.0.0", + "sp-timestamp 31.0.0", ] [[package]] name = "pallet-tips" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e3c596b6fb68e70f890436d212af74d19154be438ae0255e5ddeea10e5ec91a" +checksum = "84e0d02dcd034cb57cb25f1301c6e6c43b8191b96b049e7d013564aaf5d3c6af" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-treasury 31.0.0", + "pallet-treasury 32.0.0", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -9079,35 +9299,35 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dedf412abd258989da4a26946f7e480c4335ffc837baef4ef21ba91cd56ba8ee" +checksum = "aad5b92a96c4e38c7917477a1e5f2916c64f667f2734b2bf790ce552ceada82c" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-transaction-payment-rpc" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95122a5483521f5186a008326514e5a579931cc1d36980bbca5bb2b566ca334f" +checksum = "46ba896951ef39011e27d0a91b565520636f926f01b1c912a411146af079ef5e" dependencies = [ "jsonrpsee", - "pallet-transaction-payment-rpc-runtime-api 32.0.0", + "pallet-transaction-payment-rpc-runtime-api 33.0.0", "parity-scale-codec", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-rpc", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-weights 31.0.0", ] @@ -9126,14 +9346,14 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37d4686402973e542eb83da077b46641643834220fbae74a98bcffa762d99e91" +checksum = "f274055d2c61888689889d6e9b9266b163e1ed298967b55bf961db26b11a60fe" dependencies = [ - "pallet-transaction-payment 32.0.0", + "pallet-transaction-payment 33.0.0", "parity-scale-codec", - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", "sp-weights 31.0.0", ] @@ -9159,21 +9379,21 @@ dependencies = [ [[package]] name = "pallet-treasury" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac957446c936a57417ff7a4866f3463f7f2f49d9bb2daed81093c2de8f0cceaf" +checksum = "23a11166748c80a432c52d5cc99c2b0e1d2b88592e0ad71eec7cb9f360e375c7" dependencies = [ "docify", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", - "pallet-balances 33.0.0", + "pallet-balances 34.0.0", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -9212,18 +9432,18 @@ dependencies = [ [[package]] name = "pallet-utility" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d770b7c961afe12adc5a727a5d02b44ef09ce38d1dd5923793b3e52e5afde3c" +checksum = "eb1c70a4abf287304214b16d9eb88f13c991bd696f9e5318fc68e74df9802037" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -9245,17 +9465,17 @@ dependencies = [ [[package]] name = "pallet-vesting" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24ce37af22cc31883dfdafa334c4e1f7cea8f2d4fb964f3aa88d77d5eea7ba94" +checksum = "d9a5b229675f299af7aa40749c579570dce4ab19739779a45f5a87da118af8ef" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -9277,17 +9497,17 @@ dependencies = [ [[package]] name = "pallet-whitelist" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28f118e773504b4160eb199d5504d3351d360e9ba64197d72384ee0c5ce1c0e1" +checksum = "249172db9f2b014a6e9d4b5c6d663bcbcb0055c1c2c7564e7bd0488ecb1f15b8" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -9317,26 +9537,26 @@ dependencies = [ [[package]] name = "pallet-xcm" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "649a096b0c178cb81b0e11fac4d2c67eda7cdae949d2a4c7ef693d2b39d677c6" +checksum = "db9e654cf90682370fe20a04904cb02df993c3b0dcfad861abcf2811f4fa6085" dependencies = [ "bounded-collections 0.2.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-balances 33.0.0", + "pallet-balances 34.0.0", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", "xcm-fee-payment-runtime-api", ] @@ -9362,22 +9582,22 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14af05792aec4a80c211f029ddc370cc3b0d2153f8adbbb0982d637768837bf0" +checksum = "60b7038af027fcce5ba3d2f99b941fb997a5556f1fa0b8a7e7e23a448be1bb85" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", ] [[package]] @@ -9402,22 +9622,22 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub-router" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e3e699ac017c1ea645c97e6a42d4c193f69282ca37c4197fc2a1cc9e69c2dc6" +checksum = "565b202d9d561583575abfc6b71504575ea61d33d73a6f867f446e1ef5301a4f" dependencies = [ - "bp-xcm-bridge-hub-router 0.10.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-xcm-bridge-hub-router 0.11.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", ] [[package]] @@ -9454,66 +9674,66 @@ dependencies = [ [[package]] name = "parachains-common" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "375e035fedfe5e0a6b4de6d29c56f8ed5ca64f421a883e7e5bcdc37a76a7c715" +checksum = "43acd23527a3471b1c596b809591edf78d6113bba172fff4a96412d560dfea59" dependencies = [ - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-utility 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-utility 0.12.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-asset-tx-payment 32.0.0", - "pallet-assets 33.0.0", - "pallet-authorship 32.0.0", - "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", - "pallet-message-queue 35.0.0", - "pallet-xcm 11.0.0", + "pallet-asset-tx-payment 33.0.0", + "pallet-assets 34.0.0", + "pallet-authorship 33.0.0", + "pallet-balances 34.0.0", + "pallet-collator-selection 14.0.0", + "pallet-message-queue 36.0.0", + "pallet-xcm 12.0.0", "parity-scale-codec", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "scale-info", - "sp-consensus-aura 0.36.0", + "sp-consensus-aura 0.37.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-parachain-info 0.11.0", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", - "substrate-wasm-builder 21.0.0", + "staging-parachain-info 0.12.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", + "substrate-wasm-builder 22.0.1", ] [[package]] name = "parachains-runtimes-test-utils" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "562cc3f9874133635992672539509c087126ada17ab738853b93b6fd76033a02" +checksum = "4fe331b2126f0c794e382b719b3edaf02048acc92c1c2fde5c32a22fdaea5370" dependencies = [ - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-pallet-parachain-system 0.12.0", + "cumulus-pallet-xcmp-queue 0.12.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-parachain-inherent 0.12.0", "cumulus-test-relay-sproof-builder", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", - "pallet-session 32.0.0", - "pallet-timestamp 31.0.0", - "pallet-xcm 11.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "sp-consensus-aura 0.36.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-balances 34.0.0", + "pallet-collator-selection 14.0.0", + "pallet-session 33.0.0", + "pallet-timestamp 32.0.0", + "pallet-xcm 12.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 11.0.0", + "sp-consensus-aura 0.37.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-tracing 17.0.0", - "staging-parachain-info 0.11.0", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", - "substrate-wasm-builder 21.0.0", + "staging-parachain-info 0.12.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", + "substrate-wasm-builder 22.0.1", ] [[package]] @@ -9523,7 +9743,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4e69bf016dc406eff7d53a7d3f7cf1c2e72c82b9088aac1118591e36dd2cd3e9" dependencies = [ "bitcoin_hashes 0.13.0", - "rand", + "rand 0.8.5", "rand_core 0.6.4", "serde", "unicode-normalization", @@ -9550,7 +9770,7 @@ dependencies = [ "lz4", "memmap2 0.5.10", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "siphasher", "snap", "winapi", @@ -9693,7 +9913,7 @@ dependencies = [ "frame-benchmarking 29.0.0", "frame-election-provider-support 29.0.0", "frame-executive 29.0.0", - "frame-metadata-hash-extension", + "frame-metadata-hash-extension 0.1.0", "frame-support 29.0.2", "frame-system 29.0.0", "frame-system-benchmarking 29.0.0", @@ -9979,9 +10199,9 @@ checksum = "626dec3cac7cc0e1577a2ec3fc496277ec2baa084bebad95bb6fdbfae235f84c" [[package]] name = "polkadot-approval-distribution" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9022a11f7a24b293242c08357ab90ca725b9a9153489fae32425ff8d43401dee" +checksum = "3910a07cda88fd7e19c053f2fdfdb3296c8d55c033a71a642e531faa6029b9d2" dependencies = [ "bitvec", "futures", @@ -9993,16 +10213,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "tracing-gum", ] [[package]] name = "polkadot-availability-bitfield-distribution" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "630bd08d1b8eeaab90585e50da11114827dbbd0fdf1e6e2a417a57dde01b40d8" +checksum = "1af6a6893b41ec4eae652ca62537694c9fac71f261bec4e8e26ab6ffc21faf78" dependencies = [ "always-assert", "futures", @@ -10010,16 +10230,16 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "tracing-gum", ] [[package]] name = "polkadot-availability-distribution" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74aab8badb2e230830978ea27a34749ec6d0a096ff5c12fb08935f85e7881283" +checksum = "f67b7867d8ddc0fe39a462dd6fafaf545be013e0a1c404cbd9a8de802ce6df82" dependencies = [ "derive_more", "fatality", @@ -10030,8 +10250,8 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "schnellru", "sp-core 32.0.0", "sp-keystore 0.38.0", @@ -10041,9 +10261,9 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1366718a28780768e5f2bd00c28445b0d37be21829b071a8b763534411978d81" +checksum = "e2547ed0976533c8ed1247187dde1663fdbe5ab366efaae80085bb4b8b410e21" dependencies = [ "async-trait", "fatality", @@ -10054,8 +10274,8 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "sc-network", "schnellru", "thiserror", @@ -10065,9 +10285,9 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6cbe8ee58650efc6a414c940e0bc09462926cfa806ace62207297f6a78c65a7" +checksum = "ce323170edf8a3bb2cb6c2499642e44b8d0dccd60b3b20f9e2b9d776d53302e9" dependencies = [ "cfg-if", "clap", @@ -10084,20 +10304,19 @@ dependencies = [ "sc-sysinfo", "sc-tracing", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-keyring 35.0.0", + "sp-io 35.0.0", + "sp-keyring 36.0.0", "sp-maybe-compressed-blob", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-build-script-utils", "thiserror", - "try-runtime-cli", ] [[package]] name = "polkadot-collator-protocol" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdade551b33b767772d5bca1e19e4b8ea3dadb0154401dac2e578d9f73889d55" +checksum = "87729af58fda6bccdcf0258d6657ed9150a7f1fc31b3f22fa22dbdd57e1f4f59" dependencies = [ "bitvec", "fatality", @@ -10107,10 +10326,10 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", "tokio-util", "tracing-gum", @@ -10131,22 +10350,22 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9792d6e3323b0bd7372a489bd3dd52afb09436919d073d45302f8e55f48ea4fd" +checksum = "ef3c192d31bad69f561437549b3619a6cf02eae51d7f331efef7cfc6a56d61c2" dependencies = [ "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "polkadot-dispute-distribution" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62c223fda0baf1414d963922e555001b32f6c13308b8b47081fa75959933cf2c" +checksum = "a67943660c3f3b0ee6f05b42c0efbf1db282f5da18552a44769d3578209c5eba" dependencies = [ "derive_more", "fatality", @@ -10159,10 +10378,10 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-network", "schnellru", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-keystore 0.38.0", "thiserror", "tracing-gum", @@ -10170,36 +10389,36 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf840ff7a6337715e20e1afd76fd20dae11ebb049d89855ee2bf47b36b0e6249" +checksum = "ec005dad44aeca9a315e182039a7c28d08fb57822073685dd1a0bb7827993fcb" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "reed-solomon-novelpoly", "sp-core 32.0.0", - "sp-trie 33.0.0", + "sp-trie 34.0.0", "thiserror", ] [[package]] name = "polkadot-gossip-support" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "477f94e8c3eedd6cfcfdfe50a33d610d38dfec4668ff7f3baef8814ffb7da85e" +checksum = "85eb9555f3801a69e01c9559327b65e9b8e2532f45d739648e398bba52fbe50f" dependencies = [ "futures", "futures-timer", "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "rand_chacha 0.3.1", "sc-network", "sc-network-common", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-keystore 0.38.0", @@ -10208,9 +10427,9 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bada301d390179f38d18f10435412c81f35fc8f6e357ed84516ca0018f8c6e21" +checksum = "c5be1ffa029e0c3eddb50041a13c9ff3d66554effb63aaf78c61c2b10baf9b1c" dependencies = [ "always-assert", "async-trait", @@ -10223,7 +10442,7 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-network", "sp-consensus", "thiserror", @@ -10232,9 +10451,9 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b81555b3a87382c8a7c5660b0b8a09dfd2573615086e7351ef95475a17e76b2d" +checksum = "6efbc62e46127f70a0502dfe5c3f058166425e62c67227028f87a4fb908ba06e" dependencies = [ "futures", "parity-scale-codec", @@ -10242,7 +10461,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-core 32.0.0", "sp-maybe-compressed-blob", "thiserror", @@ -10251,9 +10470,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05e3f49e8102d9a0b20f6f96199040ea253708b34bd30e679481228ebf76ab23" +checksum = "15fc22bda776143d65bece22258364fa84d813164b742bc228877fa8871a1329" dependencies = [ "bitvec", "derive_more", @@ -10268,26 +10487,26 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "rand_chacha 0.3.1", "rand_core 0.6.4", "sc-keystore", "schnellru", "schnorrkel 0.11.4", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-consensus", - "sp-consensus-slots 0.36.0", - "sp-runtime 35.0.0", + "sp-consensus-slots 0.37.0", + "sp-runtime 36.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-av-store" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb6fe8e8eaf3e368e93a24309d812bc1e5f91fe865a80c1c7cd182fe217c50a7" +checksum = "52df6f52e1e4a87b52c98b191cf37f14bf0c85fb73c792a10d86d4c9884170ed" dependencies = [ "bitvec", "futures", @@ -10300,7 +10519,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-consensus", "thiserror", "tracing-gum", @@ -10308,9 +10527,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b5417cf48b5948ed665f847240135f1fa5415cc5d3e9013cc3140a632cbf156" +checksum = "8785e8abeef80825f48f581b34386ec92e4d4edb78256836a5723f7c2a33003d" dependencies = [ "bitvec", "fatality", @@ -10319,7 +10538,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "polkadot-statement-table", "schnellru", "sp-keystore 0.38.0", @@ -10329,14 +10548,14 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2365e3ddb8073f54e81b222e51a364cd3e38b7371bcd042017b73db2d523028" +checksum = "d5855878573327e0975457dfea64b94081254ccd27ed32db19e2c3e9c11da832" dependencies = [ "futures", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-keystore 0.38.0", "thiserror", "tracing-gum", @@ -10345,9 +10564,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "867b7c560556d063b4b93d0cec3a5f6932735311b5d66666105705b87fc36a9c" +checksum = "87bef20a6df020d75b2750ac2b7926e17305588508f2ecafcf486f104145b337" dependencies = [ "async-trait", "futures", @@ -10359,17 +10578,17 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-maybe-compressed-blob", "tracing-gum", ] [[package]] name = "polkadot-node-core-chain-api" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2ffcc24bbbc2a2523c599022b106f0b48213bf80ef75f490fe02ec79ab972e4" +checksum = "e7f0c8062fd9dcae3ca07ef32881e796979d7171187de3cecddc128bb03740fd" dependencies = [ "futures", "polkadot-node-metrics", @@ -10382,9 +10601,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9971f3ef6226f6f12bede58e009aae16fc6fc636159ec1dc7f1add2bad87638" +checksum = "77d6f7ea52ddafcc80371a6e619e7c2247f1e2373b97180397ff832bd5a49d89" dependencies = [ "futures", "futures-timer", @@ -10393,16 +10612,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-dispute-coordinator" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3d839dc81ec2f6593fb33bfc4d0e469c56ee0953fd129cc10fe224f7f2ff0bd" +checksum = "aeb9022aa49a3cfaf5c452dcfb41f13511599409e569be527b229c3a94311b1f" dependencies = [ "fatality", "futures", @@ -10411,7 +10630,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-keystore", "schnellru", "thiserror", @@ -10420,27 +10639,27 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d3f8faa7a013b08ebdf4e018b8f7daccfc2b13fdac154d361ceb5be9992647b" +checksum = "651b0dcf8d948b80c1980ccd973a7e3d666f30c74762a4f2b3b2312754936337" dependencies = [ "async-trait", "futures", "futures-timer", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-blockchain", - "sp-inherents 30.0.0", + "sp-inherents 31.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-prospective-parachains" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5995f6998c35e9bbb8ab784714fcab7c9ddc6f0125cbd99a7175674a3f99f187" +checksum = "e908f038f83eb28bf1ed586bb3bafb59907d1aebe0ae5ebdb4892a88eee1982b" dependencies = [ "bitvec", "fatality", @@ -10449,16 +10668,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-provisioner" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ccd98d226f1a650827183e6807466d0569691dd4a8434a3974eea041c73a677" +checksum = "0dd8237ae0bba201d668f24aa574ffdebcc4af6ed265aa924b2ff99680a04eb7" dependencies = [ "bitvec", "fatality", @@ -10467,7 +10686,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "schnellru", "thiserror", "tracing-gum", @@ -10475,9 +10694,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db5f945f8f26982b46c5cb1ed9c37f29d7e851bd06dae97b2b04e6d46dd4b77" +checksum = "5987cd5501271b74a95664ee7f5ad1bd8e96c95b8c8bb7ca843b264ef5b086b5" dependencies = [ "always-assert", "array-bytes 6.2.2", @@ -10485,22 +10704,18 @@ dependencies = [ "cfg-if", "futures", "futures-timer", - "is_executable", - "libc", "parity-scale-codec", "pin-project", - "polkadot-core-primitives 11.0.0", + "polkadot-core-primitives 12.0.0", "polkadot-node-core-pvf-common", "polkadot-node-metrics", "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "slotmap", "sp-core 32.0.0", - "sp-maybe-compressed-blob", - "sp-wasm-interface 21.0.0", "tempfile", "thiserror", "tokio", @@ -10509,16 +10724,16 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "275cab7ad2b38fdfb0c097485fe4f51e55e36c96330255edc38ccf121aa2171c" +checksum = "dacfc74431199c07b35dcf1710fc800d158cb28bcc2e896d0dc2fa696cf08254" dependencies = [ "futures", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-keystore 0.38.0", "thiserror", "tracing-gum", @@ -10526,19 +10741,18 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-common" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d1cf57c2204d9f80da258cfd1ca8e2ef7f366fa7810333da5f8519a05ba574d" +checksum = "c9f5c0302abddbd120abfab4cf9de2794ac2aed3554d2741b0dfa79962595b22" dependencies = [ - "cfg-if", "cpu-time", "futures", "landlock", "libc", "nix 0.27.1", "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-executor", "sc-executor-common", "sc-executor-wasmtime", @@ -10546,7 +10760,7 @@ dependencies = [ "sp-core 32.0.0", "sp-crypto-hashing", "sp-externalities 0.28.0", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-tracing 17.0.0", "thiserror", "tracing-gum", @@ -10554,25 +10768,25 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd9c685da442b6dde17f0f1e4bd6bb4d6827c6af0dbe96bc603d3d4f8fd05953" +checksum = "581aab355ba6d81e05753f8fa401c928ddcda8d553dec4450abbc330956525fa" dependencies = [ "futures", "polkadot-node-metrics", "polkadot-node-subsystem", "polkadot-node-subsystem-types", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "schnellru", - "sp-consensus-babe 0.36.0", + "sp-consensus-babe 0.37.0", "tracing-gum", ] [[package]] name = "polkadot-node-jaeger" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbefc5402f4eadf6dc976d8013c0e050947809a1442a6fc3c44640841c7df712" +checksum = "622b0231ea2b17096a69dcfb1a62ecb64ca3fcd91830efed0bf25c6b311c1eb8" dependencies = [ "lazy_static", "log", @@ -10580,8 +10794,9 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "polkadot-node-primitives", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-network", + "sc-network-types", "sp-core 32.0.0", "thiserror", "tokio", @@ -10589,16 +10804,16 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba41f6bbcb2261a92c452ffa2960301079a0922c832491b4e9aa3400887e33ac" +checksum = "0cc571e16a460fb03319a17d037facb4924f549810e1fcacefbebc2c4cd2e3ee" dependencies = [ "bs58 0.5.1", "futures", "futures-timer", "log", "parity-scale-codec", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "prioritized-metered-channel", "sc-cli", "sc-service", @@ -10609,9 +10824,9 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "915df9a38d99dc98216f8dce9a90f3ff2cee0d7fdf9b956c055844421b0d231b" +checksum = "2761c570ac12f5dc48534cc39512118ecbfeb04116fdff5c4c79cf85263a1ab3" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -10623,10 +10838,12 @@ dependencies = [ "parity-scale-codec", "polkadot-node-jaeger", "polkadot-node-primitives", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "sc-authority-discovery", "sc-network", + "sc-network-types", + "sp-runtime 36.0.0", "strum 0.26.3", "thiserror", "tracing-gum", @@ -10634,33 +10851,33 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf8d9fa95f0752c64635b2c8fc8c39b55eedb960f18a068d10720085c8ad06f6" +checksum = "4e862d29bcc6b6d76ea41a08627edddb1f1fa071821019462f07e3bf53801336" dependencies = [ "bitvec", "bounded-vec", "futures", "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", "schnorrkel 0.11.4", "serde", - "sp-application-crypto 34.0.0", - "sp-consensus-babe 0.36.0", + "sp-application-crypto 35.0.0", + "sp-consensus-babe 0.37.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "sp-maybe-compressed-blob", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", "zstd 0.12.4", ] [[package]] name = "polkadot-node-subsystem" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d5bbd86b3014ce7cc71e1a90bf641e26c4cea98955522d350268efa97c58de9" +checksum = "bab90aceb1e00cb2eff617785f4bc8a40501f525359fb718d2c9ea5b90427d66" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -10669,9 +10886,9 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca25de72c086250c6b53ba0a868fcb1c99c305e0abbf5e3faf5568310dd4672b" +checksum = "c2973a2b608b792adc4a042f9d06d4eebfd63a05557c35bdd5040f445e26a680" dependencies = [ "async-trait", "bitvec", @@ -10681,26 +10898,27 @@ dependencies = [ "polkadot-node-jaeger", "polkadot-node-network-protocol", "polkadot-node-primitives", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "polkadot-statement-table", "sc-client-api", "sc-network", + "sc-network-types", "sc-transaction-pool-api", "smallvec", - "sp-api 30.0.0", - "sp-authority-discovery 30.0.0", + "sp-api 31.0.0", + "sp-authority-discovery 31.0.0", "sp-blockchain", - "sp-consensus-babe 0.36.0", - "sp-runtime 35.0.0", + "sp-consensus-babe 0.37.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "polkadot-node-subsystem-util" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d61ee42f50de06ae2d0209cb49af9805b780d1042a49f74f9841d2095784827" +checksum = "d30298b2d686e24684754a5236fb8986c7c1777f8695ee81c61f5c69a891ef36" dependencies = [ "async-trait", "derive_more", @@ -10720,12 +10938,12 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-types", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "prioritized-metered-channel", - "rand", + "rand 0.8.5", "sc-client-api", "schnellru", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "thiserror", @@ -10734,9 +10952,9 @@ dependencies = [ [[package]] name = "polkadot-overseer" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6fa9663b506f2c6632468e1207e4a651ca16f2f4aba17d0a3d9e2fb828f02c5" +checksum = "e5b0505f383fb8d474cef23cc1a8e24617cd9fd17ee44bbd13f5f92f98de53d9" dependencies = [ "async-trait", "futures", @@ -10747,9 +10965,9 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-primitives", "polkadot-node-subsystem-types", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-client-api", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", "tikv-jemalloc-ctl", "tracing-gum", @@ -10775,18 +10993,18 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe77e2febc4b87e7c0a63f857ce5c32a2680cae5f9c2740285cd7378ed1586ca" +checksum = "549ecbe3c247ca2201e231801111ff4739fb1d66eb1421c2e5c0a2b153ac87b5" dependencies = [ "bounded-collections 0.2.0", "derive_more", "parity-scale-codec", - "polkadot-core-primitives 11.0.0", + "polkadot-core-primitives 12.0.0", "scale-info", "serde", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-weights 31.0.0", ] @@ -10821,42 +11039,42 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71eabc294df35faa0877f6427e9a37d3b8323922aa0372cc9208e492d8f1b2f5" +checksum = "ae78f3443b86249d5f7756177984d6b3c6b1af9432ff2a48e299be2c6ab97297" dependencies = [ "bitvec", "hex-literal", "log", "parity-scale-codec", - "polkadot-core-primitives 11.0.0", - "polkadot-parachain-primitives 10.0.0", + "polkadot-core-primitives 12.0.0", + "polkadot-parachain-primitives 11.0.0", "scale-info", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-arithmetic 26.0.0", - "sp-authority-discovery 30.0.0", - "sp-consensus-slots 0.36.0", + "sp-authority-discovery 31.0.0", + "sp-consensus-slots 0.37.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] [[package]] name = "polkadot-rpc" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb29231d3184c38d011a7bffea09a2c1724b5d7544d43d6159aaa3870ae74e26" +checksum = "b791f93e89c38bafc894e9364c27a85b8d5696a9280f95f22c39a601cae4e6c8" dependencies = [ "jsonrpsee", "mmr-rpc", "pallet-transaction-payment-rpc", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-chain-spec", "sc-client-api", "sc-consensus-babe", @@ -10870,13 +11088,13 @@ dependencies = [ "sc-rpc-spec-v2", "sc-sync-state-rpc", "sc-transaction-pool-api", - "sp-api 30.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.36.0", + "sp-consensus-babe 0.37.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-frame-rpc-system", "substrate-state-trie-migration-rpc", ] @@ -10935,53 +11153,53 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27c9469b179e1bef848bbf051df1bd529b2b9a2a0428c0f87527586a5bca3848" +checksum = "3effc5cafb231ede1c394abce9575c292e95170e11ee1ecc5644d25cf35b54b9" dependencies = [ "bitvec", - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "libsecp256k1", "log", - "pallet-asset-rate 11.0.0", - "pallet-authorship 32.0.0", - "pallet-babe 32.0.0", - "pallet-balances 33.0.0", - "pallet-broker 0.10.0", - "pallet-election-provider-multi-phase 31.0.0", - "pallet-fast-unstake 31.0.0", - "pallet-identity 32.0.0", - "pallet-session 32.0.0", - "pallet-staking 32.0.0", + "pallet-asset-rate 12.0.0", + "pallet-authorship 33.0.0", + "pallet-babe 33.0.0", + "pallet-balances 34.0.0", + "pallet-broker 0.11.0", + "pallet-election-provider-multi-phase 32.0.0", + "pallet-fast-unstake 32.0.0", + "pallet-identity 33.0.0", + "pallet-session 33.0.0", + "pallet-staking 33.0.0", "pallet-staking-reward-fn 22.0.0", - "pallet-timestamp 31.0.0", - "pallet-transaction-payment 32.0.0", - "pallet-treasury 31.0.0", - "pallet-vesting 32.0.0", + "pallet-timestamp 32.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-treasury 32.0.0", + "pallet-vesting 33.0.0", "parity-scale-codec", - "polkadot-primitives 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-parachains 12.0.0", "rustc-hex", "scale-info", "serde", "serde_derive", - "slot-range-helper 11.0.0", - "sp-api 30.0.0", + "slot-range-helper 12.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-npos-elections 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-npos-elections 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", "static_assertions", ] @@ -11001,14 +11219,14 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3c04cc730f9ddcd9a663eddb95915d783704d11ea12eb2882c0abe18968b9de" +checksum = "6cfaa021e4639e9fcba7c40111d93720b82cea98d667889760e46a40137e3d47" dependencies = [ "bs58 0.5.1", - "frame-benchmarking 32.0.0", + "frame-benchmarking 33.0.0", "parity-scale-codec", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-std", "sp-tracing 17.0.0", ] @@ -11042,7 +11260,7 @@ dependencies = [ "polkadot-parachain-primitives 7.0.0", "polkadot-primitives 8.0.1", "polkadot-runtime-metrics 8.0.0", - "rand", + "rand 0.8.5", "rand_chacha 0.3.1", "rustc-hex", "scale-info", @@ -11065,66 +11283,66 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32edd5b366f1e45995f613997ed259993cd2746f0407f186136696d54e24d784" +checksum = "7b9f30223690133e9fbede03615c6b88aeaa774f777067d2253057ef35ba0270" dependencies = [ "bitflags 1.3.2", "bitvec", "derive_more", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "log", - "pallet-authority-discovery 32.0.0", - "pallet-authorship 32.0.0", - "pallet-babe 32.0.0", - "pallet-balances 33.0.0", - "pallet-broker 0.10.0", - "pallet-message-queue 35.0.0", - "pallet-session 32.0.0", - "pallet-staking 32.0.0", - "pallet-timestamp 31.0.0", - "pallet-vesting 32.0.0", - "parity-scale-codec", - "polkadot-core-primitives 11.0.0", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-metrics 11.0.0", - "rand", + "pallet-authority-discovery 33.0.0", + "pallet-authorship 33.0.0", + "pallet-babe 33.0.0", + "pallet-balances 34.0.0", + "pallet-broker 0.11.0", + "pallet-message-queue 36.0.0", + "pallet-session 33.0.0", + "pallet-staking 33.0.0", + "pallet-timestamp 32.0.0", + "pallet-vesting 33.0.0", + "parity-scale-codec", + "polkadot-core-primitives 12.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-metrics 12.0.0", + "rand 0.8.5", "rand_chacha 0.3.1", "rustc-hex", "scale-info", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", "static_assertions", ] [[package]] name = "polkadot-service" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f276b38deaab6bff3ddfe061331901196ff992f76398bd0abc78382f4f115cf0" +checksum = "fc6acbf05debbbab4831318fdbe0619742573dda47721af7e2ff042def2ec77a" dependencies = [ "async-trait", - "frame-benchmarking 32.0.0", + "frame-benchmarking 33.0.0", "frame-benchmarking-cli", - "frame-support 32.0.0", - "frame-system 32.0.0", - "frame-system-rpc-runtime-api 30.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "frame-system-rpc-runtime-api 31.0.0", "futures", "hex-literal", "is_executable", @@ -11132,10 +11350,10 @@ dependencies = [ "kvdb-rocksdb", "log", "mmr-gadget", - "pallet-babe 32.0.0", - "pallet-staking 32.0.0", - "pallet-transaction-payment 32.0.0", - "pallet-transaction-payment-rpc-runtime-api 32.0.0", + "pallet-babe 33.0.0", + "pallet-staking 33.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-transaction-payment-rpc-runtime-api 33.0.0", "parity-db", "parity-scale-codec", "parking_lot 0.12.1", @@ -11144,7 +11362,7 @@ dependencies = [ "polkadot-availability-distribution", "polkadot-availability-recovery", "polkadot-collator-protocol", - "polkadot-core-primitives 11.0.0", + "polkadot-core-primitives 12.0.0", "polkadot-dispute-distribution", "polkadot-gossip-support", "polkadot-network-bridge", @@ -11169,10 +11387,10 @@ dependencies = [ "polkadot-node-subsystem-types", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", "polkadot-rpc", - "polkadot-runtime-parachains 11.0.0", + "polkadot-runtime-parachains 12.0.0", "polkadot-statement-distribution", "rococo-runtime", "sc-authority-discovery", @@ -11201,30 +11419,30 @@ dependencies = [ "schnellru", "serde", "serde_json", - "sp-api 30.0.0", - "sp-authority-discovery 30.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-authority-discovery 31.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.36.0", - "sp-consensus-beefy 17.0.0", - "sp-consensus-grandpa 17.0.0", + "sp-consensus-babe 0.37.0", + "sp-consensus-beefy 18.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-keyring 35.0.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-keyring 36.0.0", "sp-keystore 0.38.0", - "sp-mmr-primitives 30.0.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-state-machine 0.39.0", + "sp-mmr-primitives 31.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-state-machine 0.40.0", "sp-storage 21.0.0", - "sp-timestamp 30.0.0", - "sp-transaction-pool 30.0.0", - "sp-version 33.0.0", + "sp-timestamp 31.0.0", + "sp-transaction-pool 31.0.0", + "sp-version 34.0.0", "sp-weights 31.0.0", - "staging-xcm 11.0.0", + "staging-xcm 12.0.0", "substrate-prometheus-endpoint", "thiserror", "tracing-gum", @@ -11234,9 +11452,9 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ded486e00b2d5bdc589b4b75c722d7a2b2f4669bd3b492227d3501d60db1b4ec" +checksum = "ca1a7eff92a348821650ed63e02c28a7ee2b5a76ef12d8289882a1e6f2e7de90" dependencies = [ "arrayvec 0.7.4", "bitvec", @@ -11249,21 +11467,21 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-keystore 0.38.0", - "sp-staking 30.0.0", + "sp-staking 31.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-statement-table" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efc9894c6ae63eb4ba1724cc4859db2224038b770b3ac1bf05f0650cbf01dca7" +checksum = "4b879ec2b27bde2a05b70bd4826d7785c1e01ef72fc4a058d1055b1c95f8deb6" dependencies = [ "parity-scale-codec", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-core 32.0.0", "tracing-gum", ] @@ -11417,11 +11635,11 @@ dependencies = [ "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-service", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-primitives-aura 0.12.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-parachain-inherent 0.12.0", "cumulus-relay-chain-interface", - "frame-benchmarking 32.0.0", + "frame-benchmarking 33.0.0", "frame-benchmarking-cli", "futures", "jsonrpsee", @@ -11429,7 +11647,7 @@ dependencies = [ "pallet-transaction-payment-rpc", "parity-scale-codec", "polkadot-cli", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "pop-runtime-common", "pop-runtime-devnet", "pop-runtime-testnet", @@ -11451,19 +11669,19 @@ dependencies = [ "sc-transaction-pool-api", "serde", "serde_json", - "sp-api 30.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", - "sp-consensus-aura 0.36.0", + "sp-consensus-aura 0.37.0", "sp-core 32.0.0", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-keystore 0.38.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-timestamp 30.0.0", - "sp-transaction-pool 30.0.0", - "staging-xcm 11.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-timestamp 31.0.0", + "sp-transaction-pool 31.0.0", + "staging-xcm 12.0.0", "substrate-build-script-utils", "substrate-frame-rpc-system", "substrate-prometheus-endpoint", @@ -11482,12 +11700,12 @@ dependencies = [ name = "pop-runtime-common" version = "0.0.0" dependencies = [ - "frame-support 32.0.0", - "parachains-common 11.0.0", + "frame-support 33.0.0", + "parachains-common 12.0.0", "parity-scale-codec", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -11495,147 +11713,150 @@ dependencies = [ name = "pop-runtime-devnet" version = "0.1.0" dependencies = [ - "cumulus-pallet-aura-ext 0.11.0", - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-session-benchmarking 13.0.0", - "cumulus-pallet-xcm 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.0", + "cumulus-pallet-aura-ext 0.12.0", + "cumulus-pallet-parachain-system 0.12.0", + "cumulus-pallet-session-benchmarking 14.0.0", + "cumulus-pallet-xcm 0.12.0", + "cumulus-pallet-xcmp-queue 0.12.0", + "cumulus-primitives-aura 0.12.0", + "cumulus-primitives-core 0.12.0", "cumulus-primitives-storage-weight-reclaim", - "cumulus-primitives-utility 0.11.0", + "cumulus-primitives-utility 0.12.0", "enumflags2", "env_logger 0.11.3", - "frame-benchmarking 32.0.0", - "frame-executive 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "frame-system-benchmarking 32.0.0", - "frame-system-rpc-runtime-api 30.0.0", - "frame-try-runtime 0.38.0", + "frame-benchmarking 33.0.0", + "frame-executive 33.0.0", + "frame-metadata-hash-extension 0.2.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "frame-system-benchmarking 33.0.0", + "frame-system-rpc-runtime-api 31.0.0", + "frame-try-runtime 0.39.0", "hex", "hex-literal", "log", - "pallet-assets 33.0.0", - "pallet-aura 31.0.0", - "pallet-authorship 32.0.0", - "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", + "pallet-assets 34.0.0", + "pallet-aura 32.0.0", + "pallet-authorship 33.0.0", + "pallet-balances 34.0.0", + "pallet-collator-selection 14.0.0", "pallet-contracts", - "pallet-message-queue 35.0.0", - "pallet-multisig 32.0.0", + "pallet-message-queue 36.0.0", + "pallet-multisig 33.0.0", "pallet-nft-fractionalization", - "pallet-nfts 26.0.0", - "pallet-nfts-runtime-api 18.0.0", - "pallet-preimage 32.0.0", - "pallet-proxy 32.0.0", - "pallet-scheduler 33.0.0", - "pallet-session 32.0.0", - "pallet-sudo 32.0.0", - "pallet-timestamp 31.0.0", - "pallet-transaction-payment 32.0.0", - "pallet-transaction-payment-rpc-runtime-api 32.0.0", - "pallet-utility 32.0.0", - "pallet-xcm 11.0.0", - "parachains-common 11.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-runtime-common 11.0.0", + "pallet-nfts 27.0.0", + "pallet-nfts-runtime-api 19.0.0", + "pallet-preimage 33.0.0", + "pallet-proxy 33.0.0", + "pallet-scheduler 34.0.0", + "pallet-session 33.0.0", + "pallet-sudo 33.0.0", + "pallet-timestamp 32.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-transaction-payment-rpc-runtime-api 33.0.0", + "pallet-utility 33.0.0", + "pallet-xcm 12.0.0", + "parachains-common 12.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 11.0.0", + "polkadot-runtime-common 12.0.0", "pop-primitives", "pop-runtime-common", "scale-info", "smallvec", - "sp-api 30.0.0", - "sp-block-builder 30.0.0", - "sp-consensus-aura 0.36.0", + "sp-api 31.0.0", + "sp-block-builder 31.0.0", + "sp-consensus-aura 0.37.0", "sp-core 32.0.0", - "sp-genesis-builder 0.11.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", + "sp-genesis-builder 0.12.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", "sp-std", - "sp-transaction-pool 30.0.0", - "sp-version 33.0.0", - "staging-parachain-info 0.11.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", - "substrate-wasm-builder 21.0.0", + "sp-transaction-pool 31.0.0", + "sp-version 34.0.0", + "staging-parachain-info 0.12.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", + "substrate-wasm-builder 22.0.1", ] [[package]] name = "pop-runtime-testnet" version = "0.2.0" dependencies = [ - "cumulus-pallet-aura-ext 0.11.0", - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-session-benchmarking 13.0.0", - "cumulus-pallet-xcm 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-utility 0.11.0", + "cumulus-pallet-aura-ext 0.12.0", + "cumulus-pallet-parachain-system 0.12.0", + "cumulus-pallet-session-benchmarking 14.0.0", + "cumulus-pallet-xcm 0.12.0", + "cumulus-pallet-xcmp-queue 0.12.0", + "cumulus-primitives-aura 0.12.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-storage-weight-reclaim", + "cumulus-primitives-utility 0.12.0", "enumflags2", "env_logger 0.11.3", - "frame-benchmarking 32.0.0", - "frame-executive 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "frame-system-benchmarking 32.0.0", - "frame-system-rpc-runtime-api 30.0.0", - "frame-try-runtime 0.38.0", + "frame-benchmarking 33.0.0", + "frame-executive 33.0.0", + "frame-metadata-hash-extension 0.2.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "frame-system-benchmarking 33.0.0", + "frame-system-rpc-runtime-api 31.0.0", + "frame-try-runtime 0.39.0", "hex", "hex-literal", "log", - "pallet-assets 33.0.0", - "pallet-aura 31.0.0", - "pallet-authorship 32.0.0", - "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", + "pallet-assets 34.0.0", + "pallet-aura 32.0.0", + "pallet-authorship 33.0.0", + "pallet-balances 34.0.0", + "pallet-collator-selection 14.0.0", "pallet-contracts", - "pallet-message-queue 35.0.0", - "pallet-multisig 32.0.0", + "pallet-message-queue 36.0.0", + "pallet-multisig 33.0.0", "pallet-nft-fractionalization", - "pallet-nfts 26.0.0", - "pallet-nfts-runtime-api 18.0.0", - "pallet-preimage 32.0.0", - "pallet-proxy 32.0.0", - "pallet-scheduler 33.0.0", - "pallet-session 32.0.0", - "pallet-sudo 32.0.0", - "pallet-timestamp 31.0.0", - "pallet-transaction-payment 32.0.0", - "pallet-transaction-payment-rpc-runtime-api 32.0.0", - "pallet-utility 32.0.0", - "pallet-xcm 11.0.0", - "parachains-common 11.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-runtime-common 11.0.0", + "pallet-nfts 27.0.0", + "pallet-nfts-runtime-api 19.0.0", + "pallet-preimage 33.0.0", + "pallet-proxy 33.0.0", + "pallet-scheduler 34.0.0", + "pallet-session 33.0.0", + "pallet-sudo 33.0.0", + "pallet-timestamp 32.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-transaction-payment-rpc-runtime-api 33.0.0", + "pallet-utility 33.0.0", + "pallet-xcm 12.0.0", + "parachains-common 12.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 11.0.0", + "polkadot-runtime-common 12.0.0", "pop-primitives", "pop-runtime-common", "scale-info", "smallvec", - "sp-api 30.0.0", - "sp-block-builder 30.0.0", - "sp-consensus-aura 0.36.0", + "sp-api 31.0.0", + "sp-block-builder 31.0.0", + "sp-consensus-aura 0.37.0", "sp-core 32.0.0", - "sp-genesis-builder 0.11.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", + "sp-genesis-builder 0.12.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", "sp-std", - "sp-transaction-pool 30.0.0", - "sp-version 33.0.0", - "staging-parachain-info 0.11.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", - "substrate-wasm-builder 21.0.0", + "sp-transaction-pool 31.0.0", + "sp-version 34.0.0", + "staging-parachain-info 0.12.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", + "substrate-wasm-builder 22.0.1", ] [[package]] @@ -11987,6 +12208,24 @@ dependencies = [ "pin-project-lite 0.1.12", ] +[[package]] +name = "quinn" +version = "0.9.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2e8b432585672228923edbbf64b8b12c14e1112f62e88737655b4a083dbcd78e" +dependencies = [ + "bytes", + "pin-project-lite 0.2.13", + "quinn-proto", + "quinn-udp", + "rustc-hash", + "rustls 0.20.9", + "thiserror", + "tokio", + "tracing", + "webpki", +] + [[package]] name = "quinn-proto" version = "0.9.6" @@ -11994,7 +12233,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94b0b33c13a79f669c85defaf4c275dc86a0c0372807d0ca3d78e0bb87274863" dependencies = [ "bytes", - "rand", + "rand 0.8.5", "ring 0.16.20", "rustc-hash", "rustls 0.20.9", @@ -12005,6 +12244,19 @@ dependencies = [ "webpki", ] +[[package]] +name = "quinn-udp" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "641538578b21f5e5c8ea733b736895576d0fe329bb883b937db6f4d163dbaaf4" +dependencies = [ + "libc", + "quinn-proto", + "socket2 0.4.10", + "tracing", + "windows-sys 0.42.0", +] + [[package]] name = "quote" version = "1.0.35" @@ -12020,6 +12272,19 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" +[[package]] +name = "rand" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" +dependencies = [ + "getrandom 0.1.16", + "libc", + "rand_chacha 0.2.2", + "rand_core 0.5.1", + "rand_hc", +] + [[package]] name = "rand" version = "0.8.5" @@ -12076,7 +12341,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31" dependencies = [ "num-traits", - "rand", + "rand 0.8.5", +] + +[[package]] +name = "rand_hc" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" +dependencies = [ + "rand_core 0.5.1", ] [[package]] @@ -12346,116 +12620,121 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "11.0.0" +version = "12.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee1a30be097c0e02d2aacc4b2b73ecba2c795ae9246f2c37711ebae0e69dd95c" +checksum = "4044da3a54d49181294ed27b4cf199a9e20ed08dd7b74b71803c84610319c28c" dependencies = [ "binary-merkle-tree 15.0.0", - "frame-benchmarking 32.0.0", - "frame-executive 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "frame-system-benchmarking 32.0.0", - "frame-system-rpc-runtime-api 30.0.0", - "frame-try-runtime 0.38.0", + "bitvec", + "frame-benchmarking 33.0.0", + "frame-executive 33.0.0", + "frame-metadata-hash-extension 0.2.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "frame-system-benchmarking 33.0.0", + "frame-system-rpc-runtime-api 31.0.0", + "frame-try-runtime 0.39.0", "hex-literal", "log", - "pallet-asset-rate 11.0.0", - "pallet-authority-discovery 32.0.0", - "pallet-authorship 32.0.0", - "pallet-babe 32.0.0", - "pallet-balances 33.0.0", - "pallet-beefy 32.0.0", - "pallet-beefy-mmr 32.0.0", - "pallet-bounties 31.0.0", - "pallet-child-bounties 31.0.0", + "pallet-asset-rate 12.0.0", + "pallet-authority-discovery 33.0.0", + "pallet-authorship 33.0.0", + "pallet-babe 33.0.0", + "pallet-balances 34.0.0", + "pallet-beefy 33.0.0", + "pallet-beefy-mmr 33.0.0", + "pallet-bounties 32.0.0", + "pallet-child-bounties 32.0.0", "pallet-collective", - "pallet-conviction-voting 32.0.0", + "pallet-conviction-voting 33.0.0", "pallet-democracy", "pallet-elections-phragmen", - "pallet-grandpa 32.0.0", - "pallet-identity 32.0.0", - "pallet-indices 32.0.0", + "pallet-grandpa 33.0.0", + "pallet-identity 33.0.0", + "pallet-indices 33.0.0", "pallet-membership", - "pallet-message-queue 35.0.0", - "pallet-mmr 31.0.0", - "pallet-multisig 32.0.0", + "pallet-message-queue 36.0.0", + "pallet-mmr 32.0.0", + "pallet-multisig 33.0.0", "pallet-nis", - "pallet-offences 31.0.0", - "pallet-preimage 32.0.0", - "pallet-proxy 32.0.0", + "pallet-offences 32.0.0", + "pallet-parameters", + "pallet-preimage 33.0.0", + "pallet-proxy 33.0.0", "pallet-ranked-collective", "pallet-recovery", - "pallet-referenda 32.0.0", + "pallet-referenda 33.0.0", "pallet-root-testing", - "pallet-scheduler 33.0.0", - "pallet-session 32.0.0", + "pallet-scheduler 34.0.0", + "pallet-session 33.0.0", "pallet-society", - "pallet-staking 32.0.0", - "pallet-state-trie-migration 33.0.0", - "pallet-sudo 32.0.0", - "pallet-timestamp 31.0.0", + "pallet-staking 33.0.0", + "pallet-state-trie-migration 34.0.0", + "pallet-sudo 33.0.0", + "pallet-timestamp 32.0.0", "pallet-tips", - "pallet-transaction-payment 32.0.0", - "pallet-transaction-payment-rpc-runtime-api 32.0.0", - "pallet-treasury 31.0.0", - "pallet-utility 32.0.0", - "pallet-vesting 32.0.0", - "pallet-whitelist 31.0.0", - "pallet-xcm 11.0.0", - "pallet-xcm-benchmarks 11.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-common 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-transaction-payment-rpc-runtime-api 33.0.0", + "pallet-treasury 32.0.0", + "pallet-utility 33.0.0", + "pallet-vesting 33.0.0", + "pallet-whitelist 32.0.0", + "pallet-xcm 12.0.0", + "pallet-xcm-benchmarks 12.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-common 12.0.0", + "polkadot-runtime-parachains 12.0.0", "rococo-runtime-constants", "scale-info", "serde", "serde_derive", + "serde_json", "smallvec", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-arithmetic 26.0.0", - "sp-authority-discovery 30.0.0", - "sp-block-builder 30.0.0", - "sp-consensus-babe 0.36.0", - "sp-consensus-beefy 17.0.0", + "sp-authority-discovery 31.0.0", + "sp-block-builder 31.0.0", + "sp-consensus-babe 0.37.0", + "sp-consensus-beefy 18.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-genesis-builder 0.11.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-mmr-primitives 30.0.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-genesis-builder 0.12.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", "sp-storage 21.0.0", - "sp-transaction-pool 30.0.0", - "sp-version 33.0.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", + "sp-transaction-pool 31.0.0", + "sp-version 34.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", "static_assertions", - "substrate-wasm-builder 21.0.0", + "substrate-wasm-builder 22.0.1", "xcm-fee-payment-runtime-api", ] [[package]] name = "rococo-runtime-constants" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa26847ef6b32b5fd41d4f86538ef15b8d74f208d211644dc14e4dda74559116" +checksum = "578bde81aeca421df7d898726f0d3d9caea11eed87d77760be71177ce071977f" dependencies = [ - "frame-support 32.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-common 11.0.0", + "frame-support 33.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-common 12.0.0", "smallvec", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-weights 31.0.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", ] [[package]] @@ -12752,9 +13031,9 @@ dependencies = [ [[package]] name = "sc-authority-discovery" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9cd4cf9f2f6a12f1cc042831474f33103aad8ebf9fa6d49f7119521ed89b1ec" +checksum = "4e4f35b9a8b91dd1232a26041c064d57b9f03ad2b80d2912512cfd1e4851e506" dependencies = [ "async-trait", "futures", @@ -12763,29 +13042,30 @@ dependencies = [ "libp2p", "linked_hash_set", "log", - "multihash 0.18.1", + "multihash 0.17.0", "multihash-codetable", "parity-scale-codec", "prost 0.12.3", "prost-build", - "rand", + "rand 0.8.5", "sc-client-api", "sc-network", - "sp-api 30.0.0", - "sp-authority-discovery 30.0.0", + "sc-network-types", + "sp-api 31.0.0", + "sp-authority-discovery 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-basic-authorship" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2354138e44624d68245b9490c0d30f73bac7c00f218643ff03fc0dbd1536b98" +checksum = "0f71eb27c36bb0cda3e67f1e0c4c45ced6672ad4c47148da6bc7fd729e99865a" dependencies = [ "futures", "futures-timer", @@ -12795,36 +13075,36 @@ dependencies = [ "sc-proposer-metrics", "sc-telemetry", "sc-transaction-pool-api", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", ] [[package]] name = "sc-block-builder" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d54ed880c04f6df650dcf4672d7d4a2d08b30e95c51f07b4a3be75eaa535082" +checksum = "4190e69ccdf1b10c530e110345d67c6347aa0bc03fa56723103d834fb8ac907d" dependencies = [ "parity-scale-codec", - "sp-api 30.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-trie 33.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-trie 34.0.0", ] [[package]] name = "sc-chain-spec" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8d25ff00e77262342bd85a71de32170b136773f6a8cdd5641ce8b81fb4e16be" +checksum = "a3256a5e3294dc363ddb17ac3040c33b9848269dd288eaf8ac6a2972f8a1d884" dependencies = [ "array-bytes 6.2.2", "docify", @@ -12841,10 +13121,11 @@ dependencies = [ "sp-blockchain", "sp-core 32.0.0", "sp-crypto-hashing", - "sp-genesis-builder 0.11.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-genesis-builder 0.12.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", + "sp-tracing 17.0.0", ] [[package]] @@ -12861,9 +13142,9 @@ dependencies = [ [[package]] name = "sc-cli" -version = "0.40.0" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eade6864cba8ab29c4c7572c6a4a080c0423bc53cb48b00f70eef7d57d22abae" +checksum = "397091529b095369e8b9342a0dcb732bf6ec672b4be9db76b5174951618f541a" dependencies = [ "array-bytes 6.2.2", "chrono", @@ -12876,7 +13157,7 @@ dependencies = [ "names", "parity-bip39", "parity-scale-codec", - "rand", + "rand 0.8.5", "regex", "rpassword", "sc-client-api", @@ -12892,20 +13173,20 @@ dependencies = [ "serde_json", "sp-blockchain", "sp-core 32.0.0", - "sp-keyring 35.0.0", + "sp-keyring 36.0.0", "sp-keystore 0.38.0", "sp-panic-handler", - "sp-runtime 35.0.0", - "sp-version 33.0.0", + "sp-runtime 36.0.0", + "sp-version 34.0.0", "thiserror", "tokio", ] [[package]] name = "sc-client-api" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6f69c592a2cab8b5cb7860bf57c5084a590d2e0c5df9308f62ddb405ca4d97e" +checksum = "cec1bf37389619d861680f7da315ac5a815e5cd924ec9a0adb86e4ba4aac7c99" dependencies = [ "fnv", "futures", @@ -12915,25 +13196,25 @@ dependencies = [ "sc-executor", "sc-transaction-pool-api", "sc-utils", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", "sp-core 32.0.0", "sp-database", "sp-externalities 0.28.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-statement-store", "sp-storage 21.0.0", - "sp-trie 33.0.0", + "sp-trie 34.0.0", "substrate-prometheus-endpoint", ] [[package]] name = "sc-client-db" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f4e8c9db1025f0b17438f5db8937c53022b417593f30d4624b8b2e0d3300b9f" +checksum = "ffe19e497ab77b89efa4e2b885af725d6ed59579ebe8df96b820f5b122c10da9" dependencies = [ "hash-db", "kvdb", @@ -12951,42 +13232,42 @@ dependencies = [ "sp-blockchain", "sp-core 32.0.0", "sp-database", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", - "sp-trie 33.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", + "sp-trie 34.0.0", ] [[package]] name = "sc-consensus" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a051ffa28788f7ec47e46d6236132126d5aa563469e6c852e87cfbe5069e0687" +checksum = "0178e3ef8d317456e352466a9c5d3b6d9b5861a64b43c01ab62435e24fc68a51" dependencies = [ "async-trait", "futures", "futures-timer", - "libp2p-identity", "log", "mockall", "parking_lot 0.12.1", "sc-client-api", + "sc-network-types", "sc-utils", "serde", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-aura" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6cd537650a8f23d6775456a5a06e1cf27722fedc5515769983e18ef856a6aad3" +checksum = "be48cd2fa20a6800595f7f49dbc929ad72348673c38eb7faa072cb8dfd7b47ce" dependencies = [ "async-trait", "futures", @@ -12997,26 +13278,26 @@ dependencies = [ "sc-consensus", "sc-consensus-slots", "sc-telemetry", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-aura 0.36.0", - "sp-consensus-slots 0.36.0", + "sp-consensus-aura 0.37.0", + "sp-consensus-slots 0.37.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", + "sp-inherents 31.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-babe" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efe6f127a27ea6ace8e4391ba847ccf21d3512499e1c5e7c300e7e5115642544" +checksum = "08d58429c3660dfb86b9c0a1529dbc444f1ba8c8135812468497751d5b2567d6" dependencies = [ "async-trait", "fork-tree", @@ -13033,27 +13314,27 @@ dependencies = [ "sc-consensus-slots", "sc-telemetry", "sc-transaction-pool-api", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.36.0", - "sp-consensus-slots 0.36.0", + "sp-consensus-babe 0.37.0", + "sp-consensus-slots 0.37.0", "sp-core 32.0.0", "sp-crypto-hashing", - "sp-inherents 30.0.0", + "sp-inherents 31.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-babe-rpc" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c93183245d51eab164ab5513f5ad723964c38f293427d99066f8aed02ae715e1" +checksum = "cd3bd3762945244a50e7e64aa9302405ba3d225a807872a4f99e8250e5ec4e60" dependencies = [ "futures", "jsonrpsee", @@ -13061,22 +13342,22 @@ dependencies = [ "sc-consensus-epochs", "sc-rpc-api", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.36.0", + "sp-consensus-babe 0.37.0", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] [[package]] name = "sc-consensus-beefy" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87f0cdd776453ce7d73fdb548648bdfefdac6c497d198083222aa0d7636445ed" +checksum = "0f0f27e60a0a3135c991e26883c4827f8bb3fa082ee84690544eea9040d0edf8" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -13091,18 +13372,19 @@ dependencies = [ "sc-network", "sc-network-gossip", "sc-network-sync", + "sc-network-types", "sc-utils", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-beefy 17.0.0", + "sp-consensus-beefy 18.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-keystore 0.38.0", - "sp-mmr-primitives 30.0.0", - "sp-runtime 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -13111,9 +13393,9 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f8193f51766e9bf5a94f044333f4807918f7243eab404e9ff91b98ba268f2e9" +checksum = "7db1d87a1107de282b3208e25370c1f54dcfc9f0c12bdea52fad127df4929c63" dependencies = [ "futures", "jsonrpsee", @@ -13123,31 +13405,31 @@ dependencies = [ "sc-consensus-beefy", "sc-rpc", "serde", - "sp-consensus-beefy 17.0.0", + "sp-consensus-beefy 18.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] [[package]] name = "sc-consensus-epochs" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2217e53886dbfd4749eaa2e671f8e59807a2fb711ffa0023b3dc5b30f5db458" +checksum = "e7d878112bf0e7b267eb753e9a43432616dc190f85be921bc03d13c42a7c21bd" dependencies = [ "fork-tree", "parity-scale-codec", "sc-client-api", "sc-consensus", "sp-blockchain", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "sc-consensus-grandpa" -version = "0.23.0" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d666c23af4325c6d2ca35bfe2874917f5dfdd94bfca165ad89b92191489e2d8" +checksum = "4ba0980a68efdb28cba1a8051dd27d104258870f16287df9d576caf36add3ebc" dependencies = [ "ahash 0.8.11", "array-bytes 6.2.2", @@ -13160,7 +13442,7 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "sc-block-builder", "sc-chain-spec", "sc-client-api", @@ -13169,29 +13451,30 @@ dependencies = [ "sc-network-common", "sc-network-gossip", "sc-network-sync", + "sc-network-types", "sc-telemetry", "sc-transaction-pool-api", "sc-utils", "serde_json", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-grandpa 17.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-grandpa-rpc" -version = "0.23.0" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24ff3f1dc9c74563e559725736e07f4817e3429cdfd593e4a8c583d2c8da0894" +checksum = "5c587c6b017281f2029a7901de1e2f6f85ee8b365e9d15b159a5c44450fc71f6" dependencies = [ "finality-grandpa", "futures", @@ -13204,15 +13487,15 @@ dependencies = [ "serde", "sp-blockchain", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] [[package]] name = "sc-consensus-slots" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80382f4da8a76c05c23b84d5c369bb5d617d499749171335e9b47599885fb202" +checksum = "b755082e44000f02660697560c279d81cea4ea984d5a21eb27a2179c92912fbc" dependencies = [ "async-trait", "futures", @@ -13225,18 +13508,18 @@ dependencies = [ "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-slots 0.36.0", + "sp-consensus-slots 0.37.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", ] [[package]] name = "sc-executor" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc6b47b642a92adcabaeadb7d76bd1a02bcf5a93f2b649e81afe8b940107bbda" +checksum = "5d0738d2e654f8cadb8b5b5f64c281654838202bf77641656b7fe2bd5346a25b" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -13244,14 +13527,14 @@ dependencies = [ "sc-executor-polkavm", "sc-executor-wasmtime", "schnellru", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", "sp-externalities 0.28.0", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-panic-handler", "sp-runtime-interface 27.0.0", - "sp-trie 33.0.0", - "sp-version 33.0.0", + "sp-trie 34.0.0", + "sp-version 34.0.0", "sp-wasm-interface 21.0.0", "tracing", ] @@ -13303,9 +13586,9 @@ dependencies = [ [[package]] name = "sc-informant" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "061006dce0dcae3ece90d5d9f656ade507dd922931911d59deea823f28be54dd" +checksum = "4bb38b9ee63b01ed966f67789684b517cdc7891c0ac30ddac0e039695a43ab03" dependencies = [ "ansi_term", "futures", @@ -13316,19 +13599,19 @@ dependencies = [ "sc-network-common", "sc-network-sync", "sp-blockchain", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "sc-keystore" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6477f27aa17ada189355325c16992d3e612d2fe276ecef9da1b36b6b297b3ac4" +checksum = "8dbafebe46cb7a380d6a1a77c045af06de3cf92ffcb5bbbbb1567e3b0c94d688" dependencies = [ "array-bytes 6.2.2", "parking_lot 0.12.1", "serde_json", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "thiserror", @@ -13336,9 +13619,9 @@ dependencies = [ [[package]] name = "sc-mixnet" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8e04fecf6e55e4597e473c87e8f3cea5a9963835af30a971203290d62bb2d03" +checksum = "3c48f0897bac630c7f58e0e8f5b5930db18641ac5c0df6fcca0335520c1be74a" dependencies = [ "array-bytes 4.2.0", "arrayvec 0.7.4", @@ -13346,7 +13629,6 @@ dependencies = [ "bytes", "futures", "futures-timer", - "libp2p-identity", "log", "mixnet", "multiaddr", @@ -13354,27 +13636,29 @@ dependencies = [ "parking_lot 0.12.1", "sc-client-api", "sc-network", + "sc-network-types", "sc-transaction-pool-api", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-consensus", "sp-core 32.0.0", "sp-keystore 0.38.0", "sp-mixnet", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] [[package]] name = "sc-network" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39e68214c9245ee374a6c51fca3c00feddbe20a86451d92c76585a9cc9553425" +checksum = "c94a6131f2c50126601a01d9b60a8df569aa8483cf6754e280b754a5e716a297" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", "async-trait", "asynchronous-codec", "bytes", + "cid 0.9.0", "either", "fnv", "futures", @@ -13382,58 +13666,44 @@ dependencies = [ "ip_network", "libp2p", "linked_hash_set", + "litep2p", "log", "mockall", + "once_cell", "parity-scale-codec", "parking_lot 0.12.1", "partial_sort", "pin-project", - "rand", + "prost 0.11.9", + "prost-build", + "rand 0.8.5", "sc-client-api", "sc-network-common", + "sc-network-types", "sc-utils", + "schnellru", "serde", "serde_json", "smallvec", "sp-arithmetic 26.0.0", "sp-blockchain", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", "tokio-stream", "unsigned-varint", + "void", "wasm-timer", "zeroize", ] -[[package]] -name = "sc-network-bitswap" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf7cf01e661f39303737596859139fcdd31bd106a979fae0828f3e5b0decce89" -dependencies = [ - "async-channel 1.9.0", - "cid", - "futures", - "libp2p-identity", - "log", - "prost 0.12.3", - "prost-build", - "sc-client-api", - "sc-network", - "sp-blockchain", - "sp-runtime 35.0.0", - "thiserror", - "unsigned-varint", -] - [[package]] name = "sc-network-common" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98b1732616f6fd5bcdabd44eac79b466c2075f3f47ebf0cf2f6d52d790890736" +checksum = "ae304be8447d6101c7d314932137ff2405db43bc7daf4b9c0c52341bdc9265ac" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -13442,16 +13712,17 @@ dependencies = [ "parity-scale-codec", "prost-build", "sc-consensus", + "sc-network-types", "sp-consensus", - "sp-consensus-grandpa 17.0.0", - "sp-runtime 35.0.0", + "sp-consensus-grandpa 18.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "sc-network-gossip" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebb8b10666371dc53bd9e11dbb99e0763307203ecc70f4d9bb20169cf7ad69db" +checksum = "ed5317c3a30c77978ef7cfb2655e4dae2f7ba82df1622b6b6e81c854c19ffb43" dependencies = [ "ahash 0.8.11", "futures", @@ -13461,39 +13732,40 @@ dependencies = [ "sc-network", "sc-network-common", "sc-network-sync", + "sc-network-types", "schnellru", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "sc-network-light" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7be9c7b3d18d5ef3ed493be173e9cb00537585cd9b21bb4ebe24b9b555cf4fa4" +checksum = "10a2b0e0c87d74704a758be2d3119bbbf652910b3de0d3074864531f2e1afd3c" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", "futures", - "libp2p-identity", "log", "parity-scale-codec", "prost 0.12.3", "prost-build", "sc-client-api", "sc-network", + "sc-network-types", "sp-blockchain", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] [[package]] name = "sc-network-sync" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1df8a240043ecd1c5ca54d1dfdc654878aed6b96fe7292c11dc9e8bc7c4884fb" +checksum = "92d3a03c11fd5ed3c596a055d79596e6c0d7ea5166b627346e0381adde49dd50" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -13511,15 +13783,16 @@ dependencies = [ "sc-consensus", "sc-network", "sc-network-common", + "sc-network-types", "sc-utils", "schnellru", "smallvec", "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-grandpa 17.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -13528,9 +13801,9 @@ dependencies = [ [[package]] name = "sc-network-transactions" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1514ca1cc195842970b3a35b80cc14ed002296f3565c19d4659be44ca9255b8" +checksum = "1f8586ce7e34e555021b574ec98c4d459cc46625f1d061a3ed8bea6a400e8648" dependencies = [ "array-bytes 6.2.2", "futures", @@ -13540,17 +13813,33 @@ dependencies = [ "sc-network", "sc-network-common", "sc-network-sync", + "sc-network-types", "sc-utils", "sp-consensus", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", ] +[[package]] +name = "sc-network-types" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a6b473a65393f65579019e4280cc116848439985c62724db8402bbfa7da462d1" +dependencies = [ + "bs58 0.4.0", + "libp2p-identity", + "litep2p", + "multiaddr", + "multihash 0.17.0", + "rand 0.8.5", + "thiserror", +] + [[package]] name = "sc-offchain" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91f289809d0c3fd09474637bfe2dc732f41fb211d1241885194232c5d612a641" +checksum = "acb6f76c65abdabfadb497a5fe33733ec67af15221aa1c72686096aed75b28b8" dependencies = [ "array-bytes 6.2.2", "bytes", @@ -13565,18 +13854,19 @@ dependencies = [ "once_cell", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "sc-client-api", "sc-network", "sc-network-common", + "sc-network-types", "sc-transaction-pool-api", "sc-utils", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", "sp-externalities 0.28.0", "sp-keystore 0.38.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", "threadpool", "tracing", ] @@ -13593,9 +13883,9 @@ dependencies = [ [[package]] name = "sc-rpc" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3d7b43d6ce2c57d90dab64a0eab4673158a7a240119fd3ae934ce95f8ad973f" +checksum = "df3af3898afc9e63bfda6bbb75a20bb66a4b3de0bc077eb1b67d94b04f69b984" dependencies = [ "futures", "jsonrpsee", @@ -13611,24 +13901,24 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde_json", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-offchain 30.0.0", + "sp-offchain 31.0.0", "sp-rpc", - "sp-runtime 35.0.0", - "sp-session 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", "sp-statement-store", - "sp-version 33.0.0", + "sp-version 34.0.0", "tokio", ] [[package]] name = "sc-rpc-api" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b82060f09f886f59fd19a77cc6668c209e883fc93511e9c441ef84adfea80f36" +checksum = "2656a0da9ce809fb31dc0517b7e0a4185001785154b59cd9546566f1db8df346" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -13640,8 +13930,8 @@ dependencies = [ "serde_json", "sp-core 32.0.0", "sp-rpc", - "sp-runtime 35.0.0", - "sp-version 33.0.0", + "sp-runtime 36.0.0", + "sp-version 34.0.0", "thiserror", ] @@ -13666,9 +13956,9 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad831d2524de44a89b1801e306fd9718dc5fadb26ea3e88f486faa29c6fdd710" +checksum = "57f2b3d4ad7238f031c85395980f3b05026dba6f596e1e3600274fa9c30974e1" dependencies = [ "array-bytes 6.2.2", "futures", @@ -13678,19 +13968,20 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "sc-chain-spec", "sc-client-api", "sc-rpc", "sc-transaction-pool-api", "sc-utils", + "schnellru", "serde", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-rpc", - "sp-runtime 35.0.0", - "sp-version 33.0.0", + "sp-runtime 36.0.0", + "sp-version 34.0.0", "thiserror", "tokio", "tokio-stream", @@ -13698,9 +13989,9 @@ dependencies = [ [[package]] name = "sc-service" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ff048cda961d13a0978bf6e75b1978c0fa886d2087133a4d2107a034afd27c8" +checksum = "70d4e550aabcfba3a9e6a2c4e23dcfef362cb62bea2cfc3348879e327482ec72" dependencies = [ "async-trait", "directories", @@ -13712,7 +14003,7 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "pin-project", - "rand", + "rand 0.8.5", "sc-chain-spec", "sc-client-api", "sc-client-db", @@ -13721,11 +14012,11 @@ dependencies = [ "sc-informant", "sc-keystore", "sc-network", - "sc-network-bitswap", "sc-network-common", "sc-network-light", "sc-network-sync", "sc-network-transactions", + "sc-network-types", "sc-rpc", "sc-rpc-server", "sc-rpc-spec-v2", @@ -13738,20 +14029,20 @@ dependencies = [ "schnellru", "serde", "serde_json", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", "sp-core 32.0.0", "sp-externalities 0.28.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-state-machine 0.40.0", "sp-storage 21.0.0", - "sp-transaction-pool 30.0.0", + "sp-transaction-pool 31.0.0", "sp-transaction-storage-proof", - "sp-trie 33.0.0", - "sp-version 33.0.0", + "sp-trie 34.0.0", + "sp-version 34.0.0", "static_init", "substrate-prometheus-endpoint", "tempfile", @@ -13789,9 +14080,9 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75577af6d7128f3c0cd1dfa83f9ec056dbe4cdce297f1d257f2a1253134c6e9a" +checksum = "910d78b0ea4778a639a9d1345d4e5ce27721ed0d717635aded1bb6c522044bb2" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -13803,21 +14094,21 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] [[package]] name = "sc-sysinfo" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6a838bf3ba61e83c0f3be4a41ba7ed8c71d19c2adee6396046f78317006637b" +checksum = "985818b31ecd4e04edadbf6124e2b71033551c08ff891bd9449fbddd2346ddf8" dependencies = [ "derive_more", "futures", "libc", "log", - "rand", + "rand 0.8.5", "rand_pcg", "regex", "sc-telemetry", @@ -13825,15 +14116,15 @@ dependencies = [ "serde_json", "sp-core 32.0.0", "sp-crypto-hashing", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-std", ] [[package]] name = "sc-telemetry" -version = "18.0.0" +version = "19.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72a5a306d8c75e61e8c59e18b92886f85db6b4102c4669240eca101954fec79e" +checksum = "6a874600f40a5cef2e1482574f7665ed005f7c3b7594f9abddcb2e015651c4d9" dependencies = [ "chrono", "futures", @@ -13841,7 +14132,8 @@ dependencies = [ "log", "parking_lot 0.12.1", "pin-project", - "rand", + "rand 0.8.5", + "sc-network", "sc-utils", "serde", "serde_json", @@ -13851,9 +14143,9 @@ dependencies = [ [[package]] name = "sc-tracing" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "584e4f81defe03776909ce283429c9cd3d80fea6b2f3a303dc2bdf913e11d9e8" +checksum = "8c7513573600566bcc7a41153c6a99b628e800acd65bc124c3ac595322324021" dependencies = [ "ansi_term", "chrono", @@ -13868,16 +14160,16 @@ dependencies = [ "sc-client-api", "sc-tracing-proc-macro", "serde", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-rpc", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-tracing 17.0.0", "thiserror", "tracing", "tracing-log 0.1.4", - "tracing-subscriber 0.2.25", + "tracing-subscriber 0.3.18", ] [[package]] @@ -13894,9 +14186,9 @@ dependencies = [ [[package]] name = "sc-transaction-pool" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54754bf43dede417a8e64a0d6a46bf2bbed47ff050c1f81c8a575f9b94416886" +checksum = "18f865b689f7f732de5c6129cbdb793d7c71a88ef0d1636d8b843e590d5d766a" dependencies = [ "async-trait", "futures", @@ -13909,22 +14201,22 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-crypto-hashing", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-tracing 17.0.0", - "sp-transaction-pool 30.0.0", + "sp-transaction-pool 31.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-transaction-pool-api" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41b563c7257ab650b2639d623da13d1a50a5a6c4ec582bc92e118c73d072bcd4" +checksum = "618532cf1e4afbc3a3f9046bfb4aaceba46fa9888ec9d1d12e9fe5448aa7ee82" dependencies = [ "async-trait", "futures", @@ -13933,7 +14225,7 @@ dependencies = [ "serde", "sp-blockchain", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] @@ -13953,6 +14245,29 @@ dependencies = [ "sp-arithmetic 26.0.0", ] +[[package]] +name = "scale-bits" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e57b1e7f6b65ed1f04e79a85a57d755ad56d76fdf1e9bddcc9ae14f71fcdcf54" +dependencies = [ + "parity-scale-codec", + "scale-type-resolver", +] + +[[package]] +name = "scale-decode" +version = "0.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e98f3262c250d90e700bb802eb704e1f841e03331c2eb815e46516c4edbf5b27" +dependencies = [ + "derive_more", + "parity-scale-codec", + "scale-bits", + "scale-type-resolver", + "smallvec", +] + [[package]] name = "scale-info" version = "2.11.1" @@ -13979,6 +14294,12 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "scale-type-resolver" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f0cded6518aa0bd6c1be2b88ac81bf7044992f0f154bfbabd5ad34f43512abcb" + [[package]] name = "schannel" version = "0.1.23" @@ -14056,6 +14377,21 @@ dependencies = [ "untrusted 0.9.0", ] +[[package]] +name = "sctp-proto" +version = "0.1.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f64cef148d3295c730c3cb340b0b252a4d570b1c7d4bf0808f88540b0a888bc" +dependencies = [ + "bytes", + "crc", + "fxhash", + "log", + "rand 0.8.5", + "slab", + "thiserror", +] + [[package]] name = "sec1" version = "0.7.3" @@ -14235,6 +14571,18 @@ dependencies = [ "opaque-debug 0.3.1", ] +[[package]] +name = "sha-1" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c" +dependencies = [ + "cfg-if", + "cpufeatures", + "digest 0.10.7", + "sha1-asm", +] + [[package]] name = "sha1" version = "0.10.6" @@ -14246,6 +14594,15 @@ dependencies = [ "digest 0.10.7", ] +[[package]] +name = "sha1-asm" +version = "0.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "286acebaf8b67c1130aedffad26f594eff0c1292389158135327d2e23aed582b" +dependencies = [ + "cc", +] + [[package]] name = "sha2" version = "0.9.9" @@ -14304,6 +14661,12 @@ dependencies = [ "libc", ] +[[package]] +name = "signature" +version = "1.6.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" + [[package]] name = "signature" version = "2.2.0" @@ -14327,6 +14690,15 @@ dependencies = [ "wide", ] +[[package]] +name = "simple-dns" +version = "0.5.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cae9a3fcdadafb6d97f4c0e007e4247b114ee0f119f650c3cbf3a8b3a1479694" +dependencies = [ + "bitflags 2.5.0", +] + [[package]] name = "simple-mermaid" version = "0.1.1" @@ -14369,14 +14741,14 @@ dependencies = [ [[package]] name = "slot-range-helper" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a0e4ae8d02b43620ca7f567ca94fff494d85aecc73ffebda6c8fa19545b1673" +checksum = "7bb6f55c7308986f519ce3d554f832774e6212b14774e72313a0c1a3591adf5a" dependencies = [ "enumn", "parity-scale-codec", "paste", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -14448,7 +14820,7 @@ dependencies = [ "pbkdf2 0.12.2", "pin-project", "poly1305", - "rand", + "rand 0.8.5", "rand_chacha 0.3.1", "ruzstd", "schnorrkel 0.10.2", @@ -14491,7 +14863,7 @@ dependencies = [ "no-std-net", "parking_lot 0.12.1", "pin-project", - "rand", + "rand 0.8.5", "rand_chacha 0.3.1", "serde", "serde_json", @@ -14616,7 +14988,7 @@ dependencies = [ "hex", "lazy_static", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", "snowbridge-amcl", "zeroize", @@ -14679,8 +15051,8 @@ dependencies = [ "http", "httparse", "log", - "rand", - "sha-1", + "rand 0.8.5", + "sha-1 0.9.8", ] [[package]] @@ -14707,24 +15079,24 @@ dependencies = [ [[package]] name = "sp-api" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8abd1d0732054ad896db8f092abe822106f1acf8bbc462c70f57d0f24c0dcdf" +checksum = "b500647cfe266d58781f44af9b13c3bd57fb3be08642f2a9f13e024cc5e22359" dependencies = [ "hash-db", "log", "parity-scale-codec", "scale-info", - "sp-api-proc-macro 18.0.0", + "sp-api-proc-macro 19.0.0", "sp-core 32.0.0", "sp-externalities 0.28.0", "sp-metadata-ir 0.7.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-runtime-interface 27.0.0", - "sp-state-machine 0.39.0", + "sp-state-machine 0.40.0", "sp-std", - "sp-trie 33.0.0", - "sp-version 33.0.0", + "sp-trie 34.0.0", + "sp-version 34.0.0", "thiserror", ] @@ -14745,9 +15117,9 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" -version = "18.0.0" +version = "19.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "681e80c1b259ee71880cd3b4ad2a2d41454596252bd267c3edf4e14552ab40e1" +checksum = "213a4bec1b18bd0750e7b81d11d8276c24f68b53cde83950b00b178ecc9ab24a" dependencies = [ "Inflector", "blake2 0.10.6", @@ -14774,15 +15146,15 @@ dependencies = [ [[package]] name = "sp-application-crypto" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1505fad69251900048ddddc6387265e1545d1a366e3b4dcd57b76a03f0a65ae7" +checksum = "57541120624a76379cc993cbb85064a5148957a92da032567e54bce7977f51fc" dependencies = [ "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-std", ] @@ -14833,15 +15205,15 @@ dependencies = [ [[package]] name = "sp-authority-discovery" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f5700c6f51afc80af2dd2b39973183d7527e8b5be390fa125d777f948db0e88" +checksum = "6d8494eafd70194198b7fd82446da59380c7346bedf68e83dfbdb5f338395437" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -14858,47 +15230,47 @@ dependencies = [ [[package]] name = "sp-block-builder" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "466eaa1fe1745e9456a5e5afc033b67a52211463a137ea3551bff36b4d72ce03" +checksum = "51cf3d8fb96de98aecdd32cdd4a735af4d84fae274314f411f95c89d4dff6ad3" dependencies = [ - "sp-api 30.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "sp-blockchain" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eed0dc760fde2b2cd07ca9428e3d6b7ecc02bbd00a5dc32b7f829c80889b152b" +checksum = "488d3cc94c345ce55d1890239bb256f4418f9566e29b7b90f01817bc7b553a08" dependencies = [ "futures", "log", "parity-scale-codec", "parking_lot 0.12.1", "schnellru", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-consensus", "sp-database", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "thiserror", ] [[package]] name = "sp-consensus" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19910bc7cd10336a1b13611df1212bce5cabbcfcd92a9394e23476498aa360c7" +checksum = "3f400a20113301fa91094c210b9b9b63f066cee55f22517768eaadf3519124d8" dependencies = [ "async-trait", "futures", "log", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "thiserror", ] @@ -14922,19 +15294,19 @@ dependencies = [ [[package]] name = "sp-consensus-aura" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67647dc44d2f47f8b96a56f30a896926485e55a8209cfe916cf8d08a6d488f03" +checksum = "c8904da70720b26f207b6ae1d140cac4f5b10b94bce535e08ee0df08f3a27a84" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", - "sp-consensus-slots 0.36.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-timestamp 30.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", + "sp-consensus-slots 0.37.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-timestamp 31.0.0", ] [[package]] @@ -14959,21 +15331,21 @@ dependencies = [ [[package]] name = "sp-consensus-babe" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3500dd1ceb99ca5e6f399d37c4e42f22fcbb6505e07378791ebe57eec6a1960" +checksum = "75f99229c382c3f849160da42c897321fd6b82fe685bc0c4ba4afdd51b818bd1" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", - "sp-consensus-slots 0.36.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", + "sp-consensus-slots 0.37.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-timestamp 30.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-timestamp 31.0.0", ] [[package]] @@ -14999,22 +15371,22 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "160ad989b247b55fdc2acd8baa7d5a0b9daca5ad0d4fac6e94ee119ed0fdf164" +checksum = "f5eb094064dd8f1ff03bd92c843c5f979c1b18e955afb5c0ad98f9c781225e12" dependencies = [ "lazy_static", "parity-scale-codec", "scale-info", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", "sp-crypto-hashing", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-keystore 0.38.0", - "sp-mmr-primitives 30.0.0", - "sp-runtime 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-runtime 36.0.0", "strum 0.26.3", ] @@ -15039,20 +15411,20 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ffc3f88b33c2a8c14f4d05a3c69c5fc7b02cdd3300993a22d6d2175d35447f6" +checksum = "a6f4d90b65fd82e77c3b8c382c3a9e669bba5ccfb5402a945cde88984c98681b" dependencies = [ "finality-grandpa", "log", "parity-scale-codec", "scale-info", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -15070,14 +15442,14 @@ dependencies = [ [[package]] name = "sp-consensus-slots" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52dcae1dac6908d80bceaff4f311bc694c3b9c0d3ac6e74128ed4e3a29e9e31f" +checksum = "60823551c6987e2f5e1dda772140a09850e866e704757662795b8e7cacf9b228" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-timestamp 30.0.0", + "sp-timestamp 31.0.0", ] [[package]] @@ -15106,7 +15478,7 @@ dependencies = [ "parking_lot 0.12.1", "paste", "primitive-types", - "rand", + "rand 0.8.5", "scale-info", "schnorrkel 0.11.4", "secp256k1", @@ -15153,7 +15525,7 @@ dependencies = [ "parking_lot 0.12.1", "paste", "primitive-types", - "rand", + "rand 0.8.5", "scale-info", "schnorrkel 0.11.4", "secp256k1", @@ -15256,13 +15628,15 @@ dependencies = [ [[package]] name = "sp-genesis-builder" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee8a812b56fb4ed6a598ad7b43be127702aba1f7351ad4916f5bab995054cdc5" +checksum = "7605a8ed2c06d348c26055b7907c3d2d62f984666e9025b57df4895f865f5901" dependencies = [ + "parity-scale-codec", + "scale-info", "serde_json", - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -15282,15 +15656,15 @@ dependencies = [ [[package]] name = "sp-inherents" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fcba3b816fdfadf30d8c7c484e1873f1af89ed2560c77d2b2137d152cc5a585" +checksum = "170537049d57fc645637e4586fe98a3291392b2ecfd7988ea31639cf43470b42" dependencies = [ "async-trait", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] @@ -15301,7 +15675,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec43aa073eab35fcb920d7592474d5427ea3be2bf938706a3ad955d7ba54fd8d" dependencies = [ "bytes", - "ed25519-dalek", + "ed25519-dalek 2.1.1", "libsecp256k1", "log", "parity-scale-codec", @@ -15322,12 +15696,12 @@ dependencies = [ [[package]] name = "sp-io" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c44ed47247b6eee76ff703f9fa9f04f99c4104ac1faf629e6d1128e09066b57b" +checksum = "8b64ab18a0e29def6511139a8c45a59c14a846105aab6f9cc653523bd3b81f55" dependencies = [ "bytes", - "ed25519-dalek", + "ed25519-dalek 2.1.1", "libsecp256k1", "log", "parity-scale-codec", @@ -15339,10 +15713,10 @@ dependencies = [ "sp-externalities 0.28.0", "sp-keystore 0.38.0", "sp-runtime-interface 27.0.0", - "sp-state-machine 0.39.0", + "sp-state-machine 0.40.0", "sp-std", "sp-tracing 17.0.0", - "sp-trie 33.0.0", + "sp-trie 34.0.0", "tracing", "tracing-core", ] @@ -15360,12 +15734,12 @@ dependencies = [ [[package]] name = "sp-keyring" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "089da5d08c4a6b4a36de664de287f4a391ac338e351a923b79aedfc46162f201" +checksum = "33d2c495248bd141fe04ec639785c874949b2c552c00ea4afc4c183c654466ce" dependencies = [ "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "strum 0.26.3", ] @@ -15429,14 +15803,14 @@ dependencies = [ [[package]] name = "sp-mixnet" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01ba1e6ceede3aa5e36ee161dc02f1b294a659823887cefc4f0f2fce589e3c11" +checksum = "2242e7a802822109e007c3d6ee79640f8dc3abee7139d34ce029c7478361be8c" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", ] [[package]] @@ -15460,19 +15834,19 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8abf5586785c20bb4bdbc81243877d5bb2bdf6dff6a03c101b6a3a875bc9278" +checksum = "dedd59967d2f759bec2be705840d170a5dbf38866acaedffe7c813e7547325bf" dependencies = [ "ckb-merkle-mountain-range", "log", "parity-scale-codec", "scale-info", "serde", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", "sp-debug-derive", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] @@ -15493,16 +15867,16 @@ dependencies = [ [[package]] name = "sp-npos-elections" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ae4f90a3a36f052f4f9aa6f6ab1d59cf6f895f3a939f40dbe1f3e14907a2e31" +checksum = "8e52344b6fd91289a87c3fca03e5147df178167b150e1a10b82243434f43e134" dependencies = [ "parity-scale-codec", "scale-info", "serde", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -15518,13 +15892,13 @@ dependencies = [ [[package]] name = "sp-offchain" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50efea44dfc8e40c59e9f9099c6a4f64dc750ad224fd8dbf9aec12fc857fa145" +checksum = "2cbbd2096fda34c2f6f9f268c808ca280c08565e759309ea24f17dcd0808097b" dependencies = [ - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -15562,7 +15936,7 @@ dependencies = [ "log", "parity-scale-codec", "paste", - "rand", + "rand 0.8.5", "scale-info", "serde", "simple-mermaid", @@ -15576,9 +15950,9 @@ dependencies = [ [[package]] name = "sp-runtime" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42ce931b7fbfdeeca1340801dbd4a1cae54ad4c97a1e3dcfcc79709bc800dd46" +checksum = "a6b85cb874b78ebb17307a910fc27edf259a0455ac5155d87eaed8754c037e07" dependencies = [ "docify", "either", @@ -15587,14 +15961,14 @@ dependencies = [ "log", "parity-scale-codec", "paste", - "rand", + "rand 0.8.5", "scale-info", "serde", "simple-mermaid", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-std", "sp-weights 31.0.0", ] @@ -15684,17 +16058,17 @@ dependencies = [ [[package]] name = "sp-session" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d66f0f2f00e4c520deae07eeab7acf04c1a41dd875c7a4689e4e4302fb89925" +checksum = "9c558f85486882433adcfdfe05c5e82972a7be1a6d7fa68a6213b70ec1d86068" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", ] [[package]] @@ -15714,16 +16088,16 @@ dependencies = [ [[package]] name = "sp-staking" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09a43ec7f6c9759ba3011a16bb022afe056bc26f88b3c424598737cba71d3ef0" +checksum = "bd38abe12a12b0c24d318011ec3cd3280f8d828666994695a6c0652f38662dbf" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -15736,7 +16110,7 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "smallvec", "sp-core 29.0.0", "sp-externalities 0.26.0", @@ -15745,50 +16119,50 @@ dependencies = [ "sp-trie 30.0.0", "thiserror", "tracing", - "trie-db", + "trie-db 0.28.0", ] [[package]] name = "sp-state-machine" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21d9078306c3066f1824e41153e1ceec34231d39d9a7e7956b101eadf7b9fd3a" +checksum = "18084cb996c27d5d99a88750e0a8eb4af6870a40df97872a5923e6d293d95fb9" dependencies = [ "hash-db", "log", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "smallvec", "sp-core 32.0.0", "sp-externalities 0.28.0", "sp-panic-handler", - "sp-trie 33.0.0", + "sp-trie 34.0.0", "thiserror", "tracing", - "trie-db", + "trie-db 0.29.1", ] [[package]] name = "sp-statement-store" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e22e2d355461e02aa8325a819d24403fb7232a828bf1e21ad8982fde3f0dc0e" +checksum = "c7ac525ad4b3533aebdd68ae097d0a55887b6499b565c5a592f6c18372a40caf" dependencies = [ "aes-gcm", "curve25519-dalek 4.1.2", - "ed25519-dalek", + "ed25519-dalek 2.1.1", "hkdf", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", "sha2 0.10.8", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-externalities 0.28.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-runtime-interface 27.0.0", "thiserror", "x25519-dalek 2.0.1", @@ -15843,14 +16217,14 @@ dependencies = [ [[package]] name = "sp-timestamp" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6d3965ef60cc066fcc01dbcb7837404f40de8ac58f1115e3a3a1d6550575ff6" +checksum = "bdb7768c895643e315f9bcfacdd61e283b78c862d976fd081a508cf7239c8643" dependencies = [ "async-trait", "parity-scale-codec", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", "thiserror", ] @@ -15891,27 +16265,27 @@ dependencies = [ [[package]] name = "sp-transaction-pool" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7bddae32e6935eedda993b7371b79e69af901a277e11be2bbd6d9bc7643b49cb" +checksum = "207cb372504cf86237fa63953a0aa40d7596d1c9cf21175a56346ed1744eb8fe" dependencies = [ - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "sp-transaction-storage-proof" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "726f90279766e231ad86f884e5f07d9331852a59d739f27c5f5e28bee0fc6da5" +checksum = "1141f46e088898986a59c8aae4a91c8d8c04da22a38986a8bdfcb2446889ee5a" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-trie 33.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-trie 34.0.0", ] [[package]] @@ -15927,7 +16301,7 @@ dependencies = [ "nohash-hasher", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "scale-info", "schnellru", "sp-core 29.0.0", @@ -15935,15 +16309,15 @@ dependencies = [ "sp-std", "thiserror", "tracing", - "trie-db", + "trie-db 0.28.0", "trie-root", ] [[package]] name = "sp-trie" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1f5b3620a1c87c265a83d85d7519c6b60c47acf7f77593966afe313d086f00e" +checksum = "87727eced997f14d0f79e3a5186a80e38a9de87f6e9dc0baea5ebf8b7f9d8b66" dependencies = [ "ahash 0.8.11", "hash-db", @@ -15952,14 +16326,14 @@ dependencies = [ "nohash-hasher", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "scale-info", "schnellru", "sp-core 32.0.0", "sp-externalities 0.28.0", "thiserror", "tracing", - "trie-db", + "trie-db 0.29.1", "trie-root", ] @@ -15983,9 +16357,9 @@ dependencies = [ [[package]] name = "sp-version" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ba2f18b89ac5f356fb247f70163098bc976117221c373d5590079a5797a3b43" +checksum = "0b8e3856686aa2719b1c05af07ba7e6021d844944472f246f3b5f1c585be04cd" dependencies = [ "impl-serde", "parity-scale-codec", @@ -15993,7 +16367,7 @@ dependencies = [ "scale-info", "serde", "sp-crypto-hashing-proc-macro", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-version-proc-macro 14.0.0", "thiserror", @@ -16093,17 +16467,6 @@ version = "0.9.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" -[[package]] -name = "spinners" -version = "4.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0ef947f358b9c238923f764c72a4a9d42f2d637c46e059dbd319d6e7cfb4f82" -dependencies = [ - "lazy_static", - "maplit", - "strum 0.24.1", -] - [[package]] name = "spinning_top" version = "0.3.0" @@ -16184,16 +16547,16 @@ dependencies = [ [[package]] name = "staging-parachain-info" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1383aa763f2cea1a816761948bfc1245040740d418c6b77d36fd4f259b944d84" +checksum = "4efd2f6285b97c1797f8451afb9834a90bd7b90712e6d1a3df8f68f9e7357ea6" dependencies = [ - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "cumulus-primitives-core 0.12.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -16213,14 +16576,14 @@ dependencies = [ "scale-info", "serde", "sp-weights 28.0.0", - "xcm-procedural", + "xcm-procedural 8.0.0", ] [[package]] name = "staging-xcm" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aded0292274ad473250c22ed3deaf2d9ed47d15786d700e9e83ab7c1cad2ad44" +checksum = "5090e0801a8aeb28ff88cc6e0ca0bad399cc58eed11ec70c517fcb316bd3151b" dependencies = [ "array-bytes 6.2.2", "bounded-collections 0.2.0", @@ -16232,7 +16595,7 @@ dependencies = [ "scale-info", "serde", "sp-weights 31.0.0", - "xcm-procedural", + "xcm-procedural 9.0.0", ] [[package]] @@ -16260,25 +16623,25 @@ dependencies = [ [[package]] name = "staging-xcm-builder" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0681b0a478c2f5e1f1ae9b7e8e4970d79ec8ef94f4efebc011ea335822bc264e" +checksum = "a5ccd51b148ec7c72f98cd315952595af353c103f4ad76cb600a85b8ee60adf4" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "log", - "pallet-transaction-payment 32.0.0", + "pallet-transaction-payment 33.0.0", "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", + "polkadot-parachain-primitives 11.0.0", "scale-info", "sp-arithmetic 26.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-weights 31.0.0", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", ] [[package]] @@ -16305,24 +16668,24 @@ dependencies = [ [[package]] name = "staging-xcm-executor" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb518e82e9982c90c32b66263642385fc186c76f329766884d3360b65e84dd46" +checksum = "39025611744d726ee1cb6661c09b13cd41525ca791f4fba45d68a00db9582063" dependencies = [ "environmental", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-weights 31.0.0", - "staging-xcm 11.0.0", + "staging-xcm 12.0.0", ] [[package]] @@ -16359,6 +16722,26 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "str0m" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ee48572247f422dcbe68630c973f8296fbd5157119cd36a3223e48bf83d47727" +dependencies = [ + "combine", + "crc", + "hmac 0.12.1", + "once_cell", + "openssl", + "openssl-sys", + "rand 0.8.5", + "sctp-proto", + "serde", + "sha-1 0.10.1", + "thiserror", + "tracing", +] + [[package]] name = "strobe-rs" version = "0.8.1" @@ -16475,22 +16858,22 @@ checksum = "b285e7d183a32732fdc119f3d81b7915790191fad602b7c709ef247073c77a2e" [[package]] name = "substrate-frame-rpc-system" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "949d14f7bb2a53b77985bd17a8eb2e9edf8d5bbf4409e9acb036fa3bf7310d8f" +checksum = "d19975c2965833aed97064cd34975ed5bc0390e4436c84b381874c8abce43712" dependencies = [ - "frame-system-rpc-runtime-api 30.0.0", + "frame-system-rpc-runtime-api 31.0.0", "futures", "jsonrpsee", "log", "parity-scale-codec", "sc-rpc-api", "sc-transaction-pool-api", - "sp-api 30.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -16506,25 +16889,11 @@ dependencies = [ "tokio", ] -[[package]] -name = "substrate-rpc-client" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "812076602836d6d90242c431729814c790c49685d142f47ec41f3b897a5fb6ad" -dependencies = [ - "async-trait", - "jsonrpsee", - "log", - "sc-rpc-api", - "serde", - "sp-runtime 35.0.0", -] - [[package]] name = "substrate-state-trie-migration-rpc" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0da2e823fb02fbd5c77d6949cde60ff3e320c100278818000b39e9f0a8c8c428" +checksum = "538029eeb26c9ab3f5f8677d696336f92ee536918f4e7ba7fcad1d08ad31ca6b" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -16532,10 +16901,10 @@ dependencies = [ "sc-rpc-api", "serde", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", - "sp-trie 33.0.0", - "trie-db", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", + "sp-trie 34.0.0", + "trie-db 0.29.1", ] [[package]] @@ -16559,17 +16928,26 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" -version = "21.0.0" +version = "22.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82a7c3e61041eaa76a89ded469f84d243fb34557ba4ee1e60335e65c8b5540c9" +checksum = "6567b61eca9459dbe71385caef9f6eab826abbd4a0743abf27034d96d34b9062" dependencies = [ + "array-bytes 6.2.2", "build-helper", "cargo_metadata", "console", "filetime", + "frame-metadata", + "merkleized-metadata", + "parity-scale-codec", "parity-wasm", "polkavm-linker", + "sc-executor", + "sp-core 32.0.0", + "sp-io 35.0.0", "sp-maybe-compressed-blob", + "sp-tracing 17.0.0", + "sp-version 34.0.0", "strum 0.26.3", "tempfile", "toml 0.8.12", @@ -16897,17 +17275,6 @@ dependencies = [ "syn 2.0.55", ] -[[package]] -name = "tokio-retry" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f57eb36ecbe0fc510036adff84824dd3c24bb781e21bfa67b69d556aa85214f" -dependencies = [ - "pin-project", - "rand", - "tokio", -] - [[package]] name = "tokio-rustls" version = "0.24.1" @@ -16941,6 +17308,21 @@ dependencies = [ "tokio-util", ] +[[package]] +name = "tokio-tungstenite" +version = "0.20.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c" +dependencies = [ + "futures-util", + "log", + "rustls 0.21.10", + "rustls-native-certs 0.6.3", + "tokio", + "tokio-rustls 0.24.1", + "tungstenite", +] + [[package]] name = "tokio-util" version = "0.7.10" @@ -17111,12 +17493,12 @@ dependencies = [ [[package]] name = "tracing-gum" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48057e9b12f413d8d104aeb84d6efad65e8bd325acbfa91f7f97724bcf1dd2ed" +checksum = "d037e38c3da801f670c99e555882a8009c40a8a473815e6a4ea72a8e2887c0c4" dependencies = [ "coarsetime", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "tracing", "tracing-gum-proc-macro", ] @@ -17176,7 +17558,6 @@ dependencies = [ "chrono", "lazy_static", "matchers 0.0.1", - "parking_lot 0.11.2", "regex", "serde", "serde_json", @@ -17196,9 +17577,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" dependencies = [ "matchers 0.1.0", + "nu-ansi-term", "once_cell", + "parking_lot 0.12.1", "regex", "sharded-slab", + "smallvec", "thread_local", "tracing", "tracing-core", @@ -17218,6 +17602,18 @@ dependencies = [ "smallvec", ] +[[package]] +name = "trie-db" +version = "0.29.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0c992b4f40c234a074d48a757efeabb1a6be88af84c0c23f7ca158950cb0ae7f" +dependencies = [ + "hash-db", + "log", + "rustc-hex", + "smallvec", +] + [[package]] name = "trie-root" version = "0.18.0" @@ -17236,14 +17632,14 @@ dependencies = [ "async-trait", "cfg-if", "data-encoding", - "enum-as-inner", + "enum-as-inner 0.5.1", "futures-channel", "futures-io", "futures-util", "idna 0.2.3", "ipnet", "lazy_static", - "rand", + "rand 0.8.5", "smallvec", "socket2 0.4.10", "thiserror", @@ -17253,6 +17649,31 @@ dependencies = [ "url", ] +[[package]] +name = "trust-dns-proto" +version = "0.23.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3119112651c157f4488931a01e586aa459736e9d6046d3bd9105ffb69352d374" +dependencies = [ + "async-trait", + "cfg-if", + "data-encoding", + "enum-as-inner 0.6.0", + "futures-channel", + "futures-io", + "futures-util", + "idna 0.4.0", + "ipnet", + "once_cell", + "rand 0.8.5", + "smallvec", + "thiserror", + "tinyvec", + "tokio", + "tracing", + "url", +] + [[package]] name = "trust-dns-resolver" version = "0.22.0" @@ -17270,51 +17691,35 @@ dependencies = [ "thiserror", "tokio", "tracing", - "trust-dns-proto", + "trust-dns-proto 0.22.0", ] [[package]] -name = "try-lock" -version = "0.2.5" +name = "trust-dns-resolver" +version = "0.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" +checksum = "10a3e6c3aff1718b3c73e395d1f35202ba2ffa847c6a62eea0db8fb4cfe30be6" +dependencies = [ + "cfg-if", + "futures-util", + "ipconfig", + "lru-cache", + "once_cell", + "parking_lot 0.12.1", + "rand 0.8.5", + "resolv-conf", + "smallvec", + "thiserror", + "tokio", + "tracing", + "trust-dns-proto 0.23.2", +] [[package]] -name = "try-runtime-cli" -version = "0.42.0" +name = "try-lock" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a45904e10377e9973238ae9e52bd0fbbb0bba5d7be9198458ba9d3fe0a4173ed" -dependencies = [ - "async-trait", - "clap", - "frame-remote-externalities", - "frame-try-runtime 0.38.0", - "hex", - "log", - "parity-scale-codec", - "sc-cli", - "sc-executor", - "serde", - "serde_json", - "sp-api 30.0.0", - "sp-consensus-aura 0.36.0", - "sp-consensus-babe 0.36.0", - "sp-core 32.0.0", - "sp-debug-derive", - "sp-externalities 0.28.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-keystore 0.38.0", - "sp-rpc", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", - "sp-timestamp 30.0.0", - "sp-transaction-storage-proof", - "sp-version 33.0.0", - "sp-weights 31.0.0", - "substrate-rpc-client", - "zstd 0.12.4", -] +checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "tt-call" @@ -17322,6 +17727,26 @@ version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f4f195fd851901624eee5a58c4bb2b4f06399148fcd0ed336e6f1cb60a9881df" +[[package]] +name = "tungstenite" +version = "0.20.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9" +dependencies = [ + "byteorder", + "bytes", + "data-encoding", + "http", + "httparse", + "log", + "rand 0.8.5", + "rustls 0.21.10", + "sha1", + "thiserror", + "url", + "utf-8", +] + [[package]] name = "twox-hash" version = "1.6.3" @@ -17330,7 +17755,7 @@ checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ "cfg-if", "digest 0.10.7", - "rand", + "rand 0.8.5", "static_assertions", ] @@ -17411,6 +17836,7 @@ dependencies = [ "bytes", "futures-io", "futures-util", + "tokio-util", ] [[package]] @@ -17436,6 +17862,12 @@ dependencies = [ "percent-encoding", ] +[[package]] +name = "utf-8" +version = "0.7.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" + [[package]] name = "utf8parse" version = "0.2.1" @@ -17481,7 +17913,7 @@ dependencies = [ "arrayref", "constcat", "digest 0.10.7", - "rand", + "rand 0.8.5", "rand_chacha 0.3.1", "rand_core 0.6.4", "sha2 0.10.8", @@ -17891,7 +18323,7 @@ dependencies = [ "memfd", "memoffset", "paste", - "rand", + "rand 0.8.5", "rustix 0.36.17", "wasmtime-asm-macros", "wasmtime-environ", @@ -17942,126 +18374,127 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "11.0.0" +version = "12.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6d7d64eabcbf938ac7978ebc0e3385caedacb2967ee6e2a9b9e1b69a2590498" +checksum = "7d521fd006f3380ffafcd9df855b7efea1022112433173845c8bb60d4e8314d9" dependencies = [ "binary-merkle-tree 15.0.0", "bitvec", - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-executive 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "frame-system-benchmarking 32.0.0", - "frame-system-rpc-runtime-api 30.0.0", - "frame-try-runtime 0.38.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-executive 33.0.0", + "frame-metadata-hash-extension 0.2.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "frame-system-benchmarking 33.0.0", + "frame-system-rpc-runtime-api 31.0.0", + "frame-try-runtime 0.39.0", "hex-literal", "log", - "pallet-asset-rate 11.0.0", - "pallet-authority-discovery 32.0.0", - "pallet-authorship 32.0.0", - "pallet-babe 32.0.0", - "pallet-bags-list 31.0.0", - "pallet-balances 33.0.0", - "pallet-beefy 32.0.0", - "pallet-beefy-mmr 32.0.0", + "pallet-asset-rate 12.0.0", + "pallet-authority-discovery 33.0.0", + "pallet-authorship 33.0.0", + "pallet-babe 33.0.0", + "pallet-bags-list 32.0.0", + "pallet-balances 34.0.0", + "pallet-beefy 33.0.0", + "pallet-beefy-mmr 33.0.0", "pallet-collective", - "pallet-conviction-voting 32.0.0", + "pallet-conviction-voting 33.0.0", "pallet-democracy", - "pallet-election-provider-multi-phase 31.0.0", - "pallet-election-provider-support-benchmarking 31.0.0", + "pallet-election-provider-multi-phase 32.0.0", + "pallet-election-provider-support-benchmarking 32.0.0", "pallet-elections-phragmen", - "pallet-fast-unstake 31.0.0", - "pallet-grandpa 32.0.0", - "pallet-identity 32.0.0", - "pallet-indices 32.0.0", + "pallet-fast-unstake 32.0.0", + "pallet-grandpa 33.0.0", + "pallet-identity 33.0.0", + "pallet-indices 33.0.0", "pallet-membership", - "pallet-message-queue 35.0.0", - "pallet-mmr 31.0.0", - "pallet-multisig 32.0.0", - "pallet-nomination-pools 29.0.0", - "pallet-nomination-pools-benchmarking 30.0.0", - "pallet-nomination-pools-runtime-api 27.0.0", - "pallet-offences 31.0.0", - "pallet-offences-benchmarking 32.0.0", - "pallet-preimage 32.0.0", - "pallet-proxy 32.0.0", + "pallet-message-queue 36.0.0", + "pallet-mmr 32.0.0", + "pallet-multisig 33.0.0", + "pallet-nomination-pools 30.0.0", + "pallet-nomination-pools-benchmarking 31.0.0", + "pallet-nomination-pools-runtime-api 28.0.0", + "pallet-offences 32.0.0", + "pallet-offences-benchmarking 33.0.0", + "pallet-preimage 33.0.0", + "pallet-proxy 33.0.0", "pallet-recovery", - "pallet-referenda 32.0.0", + "pallet-referenda 33.0.0", "pallet-root-testing", - "pallet-scheduler 33.0.0", - "pallet-session 32.0.0", - "pallet-session-benchmarking 32.0.0", + "pallet-scheduler 34.0.0", + "pallet-session 33.0.0", + "pallet-session-benchmarking 33.0.0", "pallet-society", - "pallet-staking 32.0.0", + "pallet-staking 33.0.0", "pallet-staking-reward-curve", - "pallet-staking-runtime-api 18.0.0", - "pallet-state-trie-migration 33.0.0", - "pallet-sudo 32.0.0", - "pallet-timestamp 31.0.0", - "pallet-transaction-payment 32.0.0", - "pallet-transaction-payment-rpc-runtime-api 32.0.0", - "pallet-treasury 31.0.0", - "pallet-utility 32.0.0", - "pallet-vesting 32.0.0", - "pallet-whitelist 31.0.0", - "pallet-xcm 11.0.0", - "pallet-xcm-benchmarks 11.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-common 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "pallet-staking-runtime-api 19.0.0", + "pallet-state-trie-migration 34.0.0", + "pallet-sudo 33.0.0", + "pallet-timestamp 32.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-transaction-payment-rpc-runtime-api 33.0.0", + "pallet-treasury 32.0.0", + "pallet-utility 33.0.0", + "pallet-vesting 33.0.0", + "pallet-whitelist 32.0.0", + "pallet-xcm 12.0.0", + "pallet-xcm-benchmarks 12.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-common 12.0.0", + "polkadot-runtime-parachains 12.0.0", "rustc-hex", "scale-info", "serde", "serde_derive", "smallvec", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-arithmetic 26.0.0", - "sp-authority-discovery 30.0.0", - "sp-block-builder 30.0.0", - "sp-consensus-babe 0.36.0", - "sp-consensus-beefy 17.0.0", + "sp-authority-discovery 31.0.0", + "sp-block-builder 31.0.0", + "sp-consensus-babe 0.37.0", + "sp-consensus-beefy 18.0.0", "sp-core 32.0.0", - "sp-genesis-builder 0.11.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-mmr-primitives 30.0.0", - "sp-npos-elections 30.0.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-genesis-builder 0.12.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-npos-elections 31.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", "sp-storage 21.0.0", - "sp-transaction-pool 30.0.0", - "sp-version 33.0.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", - "substrate-wasm-builder 21.0.0", + "sp-transaction-pool 31.0.0", + "sp-version 34.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", + "substrate-wasm-builder 22.0.1", "westend-runtime-constants", "xcm-fee-payment-runtime-api", ] [[package]] name = "westend-runtime-constants" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56e49413f666c93595698e3e3283fb05d7d5e0a522ecb6d4c6220d959691d479" +checksum = "0eb9a91bc8d5ec0a260735651284eb4420c1a2de62b2430cf16c723186eabd28" dependencies = [ - "frame-support 32.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-common 11.0.0", + "frame-support 33.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-common 12.0.0", "smallvec", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-weights 31.0.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", ] [[package]] @@ -18142,6 +18575,21 @@ dependencies = [ "windows-targets 0.48.5", ] +[[package]] +name = "windows-sys" +version = "0.42.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" +dependencies = [ + "windows_aarch64_gnullvm 0.42.2", + "windows_aarch64_msvc 0.42.2", + "windows_i686_gnu 0.42.2", + "windows_i686_msvc 0.42.2", + "windows_x86_64_gnu 0.42.2", + "windows_x86_64_gnullvm 0.42.2", + "windows_x86_64_msvc 0.42.2", +] + [[package]] name = "windows-sys" version = "0.45.0" @@ -18418,55 +18866,72 @@ dependencies = [ "time", ] +[[package]] +name = "x509-parser" +version = "0.15.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7069fba5b66b9193bd2c5d3d4ff12b839118f6bcbef5328efafafb5395cf63da" +dependencies = [ + "asn1-rs", + "data-encoding", + "der-parser", + "lazy_static", + "nom", + "oid-registry", + "rusticata-macros", + "thiserror", + "time", +] + [[package]] name = "xcm-emulator" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37e42f8cc343d8c52d9412350da0fa8597ddd91c9b4d5664c06f63bb813c69de" +checksum = "09aad5434dca21a7c9f6c1d7fd61d186c7843a904a8c46ffd32398c9de52b25a" dependencies = [ - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-pallet-parachain-system 0.12.0", + "cumulus-pallet-xcmp-queue 0.12.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-parachain-inherent 0.12.0", "cumulus-test-relay-sproof-builder", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "lazy_static", "log", - "pallet-balances 33.0.0", - "pallet-message-queue 35.0.0", - "parachains-common 11.0.0", + "pallet-balances 34.0.0", + "pallet-message-queue 36.0.0", + "parachains-common 12.0.0", "parity-scale-codec", "paste", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-parachains 12.0.0", "sp-arithmetic 26.0.0", "sp-core 32.0.0", "sp-crypto-hashing", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-tracing 17.0.0", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", ] [[package]] name = "xcm-fee-payment-runtime-api" -version = "0.1.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd9c9513e249ed6d355d0243748c70cb0d7ca81d0604707f334fd481d54e8264" +checksum = "92be74937c8012c951c667bb0fb016634ab4adeac46f8106aef331f836059167" dependencies = [ - "frame-support 32.0.0", + "frame-support 33.0.0", "parity-scale-codec", "scale-info", - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-weights 31.0.0", - "staging-xcm 11.0.0", + "staging-xcm 12.0.0", ] [[package]] @@ -18481,6 +18946,18 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "xcm-procedural" +version = "9.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd9498be6aff2d380250c4b155faaebe4a83da181a00402dedac6c8166850198" +dependencies = [ + "Inflector", + "proc-macro2", + "quote", + "syn 2.0.55", +] + [[package]] name = "yamux" version = "0.10.2" @@ -18491,7 +18968,7 @@ dependencies = [ "log", "nohash-hasher", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "static_assertions", ] diff --git a/Cargo.toml b/Cargo.toml index 0a44e735..ccfca7ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,8 +47,8 @@ subxt-signer = "0.34.0" tokio = { version = "1.36", features = ["macros", "time", "rt-multi-thread"] } # Build -substrate-wasm-builder = "21.0.0" substrate-build-script-utils = "11.0.0" +substrate-wasm-builder = "22.0.1" # Local pop-runtime-devnet = { path = "runtime/devnet", default-features = true, features = [ @@ -61,113 +61,114 @@ pop-runtime-common = { path = "runtime/common", default-features = false } pop-primitives = { path = "./primitives", default-features = false } # Substrate -sc-basic-authorship = "0.38.0" -sc-chain-spec = "31.0.0" -sc-cli = "0.40.0" -sc-client-api = "32.0.0" -sc-offchain = "33.0.0" -sc-consensus = "0.37.0" -sc-executor = "0.36.0" -sc-network = "0.38.0" -sc-network-sync = "0.37.0" -sc-rpc = "33.0.0" -sc-service = "0.39.0" -sc-sysinfo = "31.0.0" -sc-telemetry = "18.0.0" -sc-tracing = "32.0.0" -sc-transaction-pool = "32.0.0" -sc-transaction-pool-api = "32.0.0" -frame-benchmarking = { version = "32.0.0", default-features = false } -frame-benchmarking-cli = "36.0.0" -frame-executive = { version = "32.0.0", default-features = false } -frame-support = { version = "32.0.0", default-features = false } -frame-system = { version = "32.0.0", default-features = false } -frame-system-benchmarking = { version = "32.0.0", default-features = false } -frame-system-rpc-runtime-api = { version = "30.0.0", default-features = false } -frame-try-runtime = { version = "0.38.0", default-features = false } -pallet-aura = { version = "31.0.0", default-features = false } -pallet-authorship = { version = "32.0.0", default-features = false } -pallet-assets = { version = "33.0.0", default-features = false } -pallet-balances = { version = "33.0.0", default-features = false } -pallet-contracts = { version = "31.0.0", default-features = false } -pallet-message-queue = { version = "35.0.0", default-features = false } -pallet-multisig = { version = "32.0.0", default-features = false } -pallet-nft-fractionalization = { version = "14.0.0", default-features = false } -pallet-nfts = { version = "26.0.0", default-features = false } -pallet-nfts-runtime-api = { version = "18.0.0", default-features = false } -pallet-preimage = { version = "32.0.0", default-features = false } -pallet-proxy = { version = "32.0.0", default-features = false } -pallet-scheduler = { version = "33.0.0", default-features = false } -pallet-session = { version = "32.0.0", default-features = false } -pallet-sudo = { version = "32.0.0", default-features = false } -pallet-timestamp = { version = "31.0.0", default-features = false } -pallet-transaction-payment = { version = "32.0.0", default-features = false } -pallet-transaction-payment-rpc = "34.0.0" -pallet-transaction-payment-rpc-runtime-api = { version = "32.0.0", default-features = false } -pallet-utility = { version = "32.0.0", default-features = false } -sp-api = { version = "30.0.0", default-features = false } -sp-authority-discovery = { version = "30.0.0", default-features = false } -sp-block-builder = { version = "30.0.0", default-features = false } -sp-blockchain = "32.0.0" -sp-consensus-aura = { version = "0.36.0", default-features = false } -sp-consensus-babe = { version = "0.36.0", default-features = false } -sp-consensus-beefy = { version = "17.0.0", default-features = false } -sp-consensus-grandpa = { version = "17.0.0", default-features = false } +sc-basic-authorship = "0.39.0" +sc-chain-spec = "32.0.0" +sc-cli = "0.41.0" +sc-client-api = "33.0.0" +sc-offchain = "34.0.0" +sc-consensus = "0.38.0" +sc-executor = "0.37.0" +sc-network = "0.39.0" +sc-network-sync = "0.38.0" +sc-rpc = "34.0.0" +sc-service = "0.40.0" +sc-sysinfo = "32.0.0" +sc-telemetry = "19.0.0" +sc-tracing = "33.0.0" +sc-transaction-pool = "33.0.0" +sc-transaction-pool-api = "33.0.0" +frame-benchmarking = { version = "33.0.0", default-features = false } +frame-benchmarking-cli = "37.0.0" +frame-executive = { version = "33.0.0", default-features = false } +frame-metadata-hash-extension = { version = "0.2.0", default-features = false } +frame-support = { version = "33.0.0", default-features = false } +frame-system = { version = "33.0.0", default-features = false } +frame-system-benchmarking = { version = "33.0.0", default-features = false } +frame-system-rpc-runtime-api = { version = "31.0.0", default-features = false } +frame-try-runtime = { version = "0.39.0", default-features = false } +pallet-aura = { version = "32.0.0", default-features = false } +pallet-authorship = { version = "33.0.0", default-features = false } +pallet-assets = { version = "34.0.0", default-features = false } +pallet-balances = { version = "34.0.0", default-features = false } +pallet-contracts = { version = "32.0.0", default-features = false } +pallet-message-queue = { version = "36.0.0", default-features = false } +pallet-multisig = { version = "33.0.0", default-features = false } +pallet-nft-fractionalization = { version = "15.0.0", default-features = false } +pallet-nfts = { version = "27.0.0", default-features = false } +pallet-nfts-runtime-api = { version = "19.0.0", default-features = false } +pallet-preimage = { version = "33.0.0", default-features = false } +pallet-proxy = { version = "33.0.0", default-features = false } +pallet-scheduler = { version = "34.0.0", default-features = false } +pallet-session = { version = "33.0.0", default-features = false } +pallet-sudo = { version = "33.0.0", default-features = false } +pallet-timestamp = { version = "32.0.0", default-features = false } +pallet-transaction-payment = { version = "33.0.0", default-features = false } +pallet-transaction-payment-rpc = "35.0.0" +pallet-transaction-payment-rpc-runtime-api = { version = "33.0.0", default-features = false } +pallet-utility = { version = "33.0.0", default-features = false } +sp-api = { version = "31.0.0", default-features = false } +sp-authority-discovery = { version = "31.0.0", default-features = false } +sp-block-builder = { version = "31.0.0", default-features = false } +sp-blockchain = "33.0.0" +sp-consensus-aura = { version = "0.37.0", default-features = false } +sp-consensus-babe = { version = "0.37.0", default-features = false } +sp-consensus-beefy = { version = "18.0.0", default-features = false } +sp-consensus-grandpa = { version = "18.0.0", default-features = false } sp-core = { version = "32.0.0", default-features = false } sp-keystore = "0.38.0" -sp-io = { version = "34.0.0", default-features = false } -sp-genesis-builder = { version = "0.11.0", default-features = false } -sp-inherents = { version = "30.0.0", default-features = false } -sp-offchain = { version = "30.0.0", default-features = false } -sp-runtime = { version = "35.0.0", default-features = false } -sp-timestamp = "30.0.0" -substrate-frame-rpc-system = "32.0.0" +sp-io = { version = "35.0.0", default-features = false } +sp-genesis-builder = { version = "0.12.0", default-features = false } +sp-inherents = { version = "31.0.0", default-features = false } +sp-offchain = { version = "31.0.0", default-features = false } +sp-runtime = { version = "36.0.0", default-features = false } +sp-timestamp = "31.0.0" +substrate-frame-rpc-system = "33.0.0" substrate-prometheus-endpoint = "0.17.0" -sp-session = { version = "31.0.0", default-features = false } +sp-session = { version = "32.0.0", default-features = false } sp-std = { version = "14.0.0", default-features = false } -sp-transaction-pool = { version = "30.0.0", default-features = false } -sp-version = { version = "33.0.0", default-features = false } +sp-transaction-pool = { version = "31.0.0", default-features = false } +sp-version = { version = "34.0.0", default-features = false } # Polkadot -pallet-xcm = { version = "11.0.0", default-features = false } -polkadot-cli = "11.0.0" -polkadot-parachain-primitives = { version = "10.0.0", default-features = false } -polkadot-runtime-parachains = { version = "11.0.0", default-features = false } -polkadot-primitives = { version = "11.0.0", default-features = false } -polkadot-runtime-common = { version = "11.0.0", default-features = false } -rococo-runtime-constants = { version = "11.0.0", default-features = false } -rococo-runtime = { version = "11.0.0", default-features = false } -xcm = { version = "11.0.0", package = "staging-xcm", default-features = false } -xcm-builder = { version = "11.0.0", package = "staging-xcm-builder", default-features = false } -xcm-executor = { version = "11.0.0", package = "staging-xcm-executor", default-features = false } +pallet-xcm = { version = "12.0.0", default-features = false } +polkadot-cli = "12.0.0" +polkadot-parachain-primitives = { version = "11.0.0", default-features = false } +polkadot-runtime-parachains = { version = "12.0.0", default-features = false } +polkadot-primitives = { version = "12.0.0", default-features = false } +polkadot-runtime-common = { version = "12.0.0", default-features = false } +rococo-runtime-constants = { version = "12.0.0", default-features = false } +rococo-runtime = { version = "12.0.1", default-features = false } +xcm = { version = "12.0.0", package = "staging-xcm", default-features = false } +xcm-builder = { version = "12.0.0", package = "staging-xcm-builder", default-features = false } +xcm-executor = { version = "12.0.0", package = "staging-xcm-executor", default-features = false } # Cumulus -asset-hub-rococo-runtime = { version = "0.15.0", default-features = false } -asset-test-utils = { version = "11.0.0", default-features = false } -cumulus-pallet-aura-ext = { version = "0.11.0", default-features = false } -cumulus-pallet-parachain-system = { version = "0.11.0", default-features = false, features = [ +asset-hub-rococo-runtime = { version = "0.16.1", default-features = false } +asset-test-utils = { version = "12.0.0", default-features = false } +cumulus-pallet-aura-ext = { version = "0.12.0", default-features = false } +cumulus-pallet-parachain-system = { version = "0.12.0", default-features = false, features = [ "parameterized-consensus-hook", ] } -cumulus-pallet-session-benchmarking = { version = "13.0.0", default-features = false } -cumulus-pallet-xcm = { version = "0.11.0", default-features = false } -cumulus-pallet-xcmp-queue = { version = "0.11.0", default-features = false } -cumulus-primitives-aura = { version = "0.11.0", default-features = false } -cumulus-primitives-core = { version = "0.11.0", default-features = false } -cumulus-primitives-storage-weight-reclaim = { version = "2.0.0", default-features = false } -cumulus-primitives-utility = { version = "0.11.0", default-features = false } -emulated-integration-tests-common = { version = "7.0.0", default-features = false } -pallet-collator-selection = { version = "13.0.1", default-features = false } -parachains-common = { version = "11.0.0", default-features = false } -parachain-info = { version = "0.11.0", package = "staging-parachain-info", default-features = false } -cumulus-primitives-parachain-inherent = "0.11.0" -cumulus-relay-chain-interface = "0.11.0" +cumulus-pallet-session-benchmarking = { version = "14.0.0", default-features = false } +cumulus-pallet-xcm = { version = "0.12.0", default-features = false } +cumulus-pallet-xcmp-queue = { version = "0.12.0", default-features = false } +cumulus-primitives-aura = { version = "0.12.0", default-features = false } +cumulus-primitives-core = { version = "0.12.0", default-features = false } +cumulus-primitives-storage-weight-reclaim = { version = "3.0.0", default-features = false } +cumulus-primitives-utility = { version = "0.12.0", default-features = false } +emulated-integration-tests-common = { version = "8.0.0", default-features = false } +pallet-collator-selection = { version = "14.0.0", default-features = false } +parachains-common = { version = "12.0.0", default-features = false } +parachain-info = { version = "0.12.0", package = "staging-parachain-info", default-features = false } +cumulus-primitives-parachain-inherent = "0.12.0" +cumulus-relay-chain-interface = "0.12.0" color-print = "0.3.4" -cumulus-client-cli = "0.11.0" -cumulus-client-collator = "0.11.0" -cumulus-client-consensus-aura = "0.11.0" -cumulus-client-consensus-common = "0.11.0" -cumulus-client-consensus-proposer = "0.11.0" -cumulus-client-service = "0.11.0" +cumulus-client-cli = "0.12.0" +cumulus-client-collator = "0.12.0" +cumulus-client-consensus-aura = "0.12.0" +cumulus-client-consensus-common = "0.12.0" +cumulus-client-consensus-proposer = "0.12.0" +cumulus-client-service = "0.12.0" # Paseo asset-hub-paseo-runtime = { git = "https://github.com/paseo-network/runtimes/", tag = "v1.2.5-system-chains", default-features = false } diff --git a/node/src/cli.rs b/node/src/cli.rs index 665b1129..19532033 100644 --- a/node/src/cli.rs +++ b/node/src/cli.rs @@ -38,11 +38,6 @@ pub enum Subcommand { #[command(subcommand)] Benchmark(frame_benchmarking_cli::BenchmarkCmd), - /// Try-runtime has migrated to a standalone - /// [CLI](). The subcommand exists as a stub and - /// deprecation notice. It will be removed entirely some time after Janurary 2024. - TryRuntime, - /// Key management CLI utilities #[command(subcommand)] Key(sc_cli::KeySubcommand), diff --git a/node/src/command.rs b/node/src/command.rs index f0f1ad25..a29a869d 100644 --- a/node/src/command.rs +++ b/node/src/command.rs @@ -10,7 +10,7 @@ use sc_cli::{ NetworkParams, Result, SharedParams, SubstrateCli, }; use sc_service::config::{BasePath, PrometheusConfig}; -use sp_runtime::traits::AccountIdConversion; +use sp_runtime::traits::HashingFor; use crate::{ chain_spec, @@ -249,9 +249,7 @@ pub fn run() -> Result<()> { Some(Subcommand::ExportGenesisHead(cmd)) => { let runner = cli.create_runner(cmd)?; runner.sync_run(|config| { - construct_benchmark_partials!(config, |partials| { - cmd.run(partials.client) - }) + construct_benchmark_partials!(config, |partials| cmd.run(partials.client)) }) }, Some(Subcommand::ExportGenesisWasm(cmd)) => { @@ -265,25 +263,31 @@ pub fn run() -> Result<()> { let runner = cli.create_runner(cmd)?; // Switch on the concrete benchmark sub-command- match cmd { - BenchmarkCmd::Pallet(cmd) => + BenchmarkCmd::Pallet(cmd) => { if cfg!(feature = "runtime-benchmarks") { - runner.sync_run(|config| cmd.run::, ReclaimHostFunctions>(config)) + runner.sync_run(|config| { + cmd.run_with_spec::, ReclaimHostFunctions>(Some( + config.chain_spec, + )) + }) } else { Err("Benchmarking wasn't enabled when building the node. \ You can enable it with `--features runtime-benchmarks`." .into()) - }, + } + }, BenchmarkCmd::Block(cmd) => runner.sync_run(|config| { construct_benchmark_partials!(config, |partials| cmd.run(partials.client)) }), #[cfg(not(feature = "runtime-benchmarks"))] - BenchmarkCmd::Storage(_) => + BenchmarkCmd::Storage(_) => { return Err(sc_cli::Error::Input( "Compile with --features=runtime-benchmarks \ to enable storage benchmarks." .into(), ) - .into()), + .into()) + }, #[cfg(feature = "runtime-benchmarks")] BenchmarkCmd::Storage(cmd) => runner.sync_run(|config| { construct_benchmark_partials!(config, |partials| { @@ -292,15 +296,15 @@ pub fn run() -> Result<()> { cmd.run(config, partials.client.clone(), db, storage) }) }), - BenchmarkCmd::Machine(cmd) => - runner.sync_run(|config| cmd.run(&config, SUBSTRATE_REFERENCE_HARDWARE.clone())), + BenchmarkCmd::Machine(cmd) => { + runner.sync_run(|config| cmd.run(&config, SUBSTRATE_REFERENCE_HARDWARE.clone())) + }, // NOTE: this allows the Client to leniently implement // new benchmark commands without requiring a companion MR. #[allow(unreachable_patterns)] _ => Err("Benchmarking sub-command unsupported".into()), } }, - Some(Subcommand::TryRuntime) => Err("The `try-runtime` subcommand has been migrated to a standalone CLI (https://github.com/paritytech/try-runtime-cli). It is no longer being maintained here and will be removed entirely some time after January 2024. Please remove this subcommand from your runtime and use the standalone CLI.".into()), Some(Subcommand::Key(cmd)) => cmd.run(&cli), None => { let runner = cli.create_runner(&cli.run.normalize())?; @@ -325,17 +329,11 @@ pub fn run() -> Result<()> { let id = ParaId::from(para_id); - let parachain_account = - AccountIdConversion::::into_account_truncating( - &id, - ); - let tokio_handle = config.tokio_handle.clone(); let polkadot_config = SubstrateCli::create_configuration(&polkadot_cli, &polkadot_cli, tokio_handle) .map_err(|err| format!("Relay chain argument error: {}", err))?; - info!("Parachain Account: {parachain_account}"); info!("Is collating: {}", if config.role.is_authority() { "yes" } else { "no" }); match config.chain_spec.runtime() { @@ -343,9 +341,7 @@ pub fn run() -> Result<()> { sp_core::crypto::set_default_ss58_version( pop_runtime_devnet::SS58Prefix::get().into(), ); - crate::service::start_parachain_node::< - pop_runtime_devnet::RuntimeApi, - >( + crate::service::start_parachain_node::( config, polkadot_config, collator_options, @@ -360,9 +356,7 @@ pub fn run() -> Result<()> { sp_core::crypto::set_default_ss58_version( pop_runtime_testnet::SS58Prefix::get().into(), ); - crate::service::start_parachain_node::< - pop_runtime_testnet::RuntimeApi, - >( + crate::service::start_parachain_node::( config, polkadot_config, collator_options, diff --git a/node/src/service.rs b/node/src/service.rs index 36a1fa6e..52f92311 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -129,7 +129,7 @@ where config, telemetry.as_ref().map(|telemetry| telemetry.handle()), &task_manager, - )?; + ); Ok(PartialComponents { backend, @@ -180,7 +180,11 @@ where let params = new_partial::(¶chain_config)?; let (block_import, mut telemetry, telemetry_worker_handle) = params.other; - let net_config = sc_network::config::FullNetworkConfiguration::new(¶chain_config.network); + let net_config = sc_network::config::FullNetworkConfiguration::< + _, + _, + sc_network::NetworkWorker, + >::new(¶chain_config.network); let client = params.client.clone(); let backend = params.backend.clone(); @@ -229,7 +233,7 @@ where transaction_pool: Some(OffchainTransactionPoolFactory::new( transaction_pool.clone(), )), - network_provider: network.clone(), + network_provider: Arc::new(network.clone()), is_validator: parachain_config.role.is_authority(), enable_http_requests: false, custom_extensions: move |_| vec![], @@ -351,14 +355,12 @@ pub(crate) fn build_import_queue( config: &Configuration, telemetry: Option, task_manager: &TaskManager, -) -> Result, sc_service::Error> +) -> sc_consensus::DefaultImportQueue where RuntimeApi: ConstructRuntimeApi> + Send + Sync + 'static, RuntimeApi::RuntimeApi: RuntimeApiExt, { - let slot_duration = cumulus_client_consensus_aura::slot_duration(&*client)?; - - Ok(cumulus_client_consensus_aura::equivocation_import_queue::fully_verifying_import_queue::< + cumulus_client_consensus_aura::equivocation_import_queue::fully_verifying_import_queue::< sp_consensus_aura::sr25519::AuthorityPair, _, _, @@ -371,11 +373,10 @@ where let timestamp = sp_timestamp::InherentDataProvider::from_system_time(); Ok(timestamp) }, - slot_duration, &task_manager.spawn_essential_handle(), config.prometheus_registry(), telemetry, - )) + ) } #[allow(clippy::too_many_arguments)] diff --git a/runtime/devnet/Cargo.toml b/runtime/devnet/Cargo.toml index 13d4fe77..5585479b 100644 --- a/runtime/devnet/Cargo.toml +++ b/runtime/devnet/Cargo.toml @@ -28,6 +28,7 @@ pop-runtime-common = { workspace = true, default-features = false } # Substrate frame-benchmarking.workspace = true frame-executive.workspace = true +frame-metadata-hash-extension.workspace = true frame-support.workspace = true frame-system.workspace = true frame-system-benchmarking.workspace = true @@ -82,8 +83,8 @@ cumulus-pallet-xcm.workspace = true cumulus-pallet-xcmp-queue.workspace = true cumulus-primitives-aura.workspace = true cumulus-primitives-core.workspace = true -cumulus-primitives-utility.workspace = true cumulus-primitives-storage-weight-reclaim.workspace = true +cumulus-primitives-utility.workspace = true pallet-collator-selection.workspace = true parachains-common.workspace = true parachain-info.workspace = true @@ -226,3 +227,16 @@ try-runtime = [ ] experimental = [] + +# Enable the metadata hash generation. +# +# This is hidden behind a feature because it increases the compile time. +# The wasm binary needs to be compiled twice, once to fetch the metadata, +# generate the metadata hash and then a second time with the +# `RUNTIME_METADATA_HASH` environment variable set for the `CheckMetadataHash` +# extension. +metadata-hash = ["substrate-wasm-builder/metadata-hash"] + +# A convenience feature for enabling things when doing a build +# for an on-chain release. +on-chain-release-build = ["metadata-hash"] diff --git a/runtime/devnet/build.rs b/runtime/devnet/build.rs index 02d6973f..9fc445de 100644 --- a/runtime/devnet/build.rs +++ b/runtime/devnet/build.rs @@ -1,4 +1,14 @@ -#[cfg(feature = "std")] +#[cfg(all(feature = "std", feature = "metadata-hash"))] +fn main() { + substrate_wasm_builder::WasmBuilder::new() + .with_current_project() + .export_heap_base() + .import_memory() + .enable_metadata_hash("UNIT", 12) + .build() +} + +#[cfg(all(feature = "std", not(feature = "metadata-hash")))] fn main() { substrate_wasm_builder::WasmBuilder::new() .with_current_project() diff --git a/runtime/devnet/src/config/xcm.rs b/runtime/devnet/src/config/xcm.rs index 55ab07bd..a0c72cb3 100644 --- a/runtime/devnet/src/config/xcm.rs +++ b/runtime/devnet/src/config/xcm.rs @@ -31,6 +31,8 @@ parameter_types! { // Note: Paseo currently uses Polkadot https://github.com/paseo-network/runtimes/blob/abc4ae9c5ae8f0166aab7ef2b427b3c2c6d5ce5c/relay/paseo/src/xcm_config.rs#L56 pub const RelayNetwork: Option = Some(Polkadot); pub RelayChainOrigin: RuntimeOrigin = cumulus_pallet_xcm::Origin::Relay.into(); + // For the real deployment, it is recommended to set `RelayNetwork` according to the relay chain + // and prepend `UniversalLocation` with `GlobalConsensus(RelayNetwork::get())`. pub UniversalLocation: InteriorLocation = Parachain(ParachainInfo::parachain_id().into()).into(); } diff --git a/runtime/devnet/src/lib.rs b/runtime/devnet/src/lib.rs index 908ad0f3..6fe9ac6d 100644 --- a/runtime/devnet/src/lib.rs +++ b/runtime/devnet/src/lib.rs @@ -33,7 +33,7 @@ use cumulus_primitives_core::{AggregateMessageOrigin, ParaId}; use frame_support::{ construct_runtime, derive_impl, dispatch::DispatchClass, - genesis_builder_helper::{build_config, create_default_config}, + genesis_builder_helper::{build_state, get_preset}, parameter_types, traits::{ fungible::HoldConsideration, tokens::nonfungibles_v2::Inspect, ConstBool, ConstU32, @@ -101,6 +101,8 @@ pub type SignedExtra = ( frame_system::CheckNonce, frame_system::CheckWeight, pallet_transaction_payment::ChargeTransactionPayment, + cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim, + frame_metadata_hash_extension::CheckMetadataHash, ); /// Unchecked extrinsic type as expected by this runtime. @@ -336,7 +338,7 @@ parameter_types! { impl pallet_transaction_payment::Config for Runtime { type RuntimeEvent = RuntimeEvent; - type OnChargeTransaction = pallet_transaction_payment::CurrencyAdapter; + type OnChargeTransaction = pallet_transaction_payment::FungibleAdapter; type WeightToFee = WeightToFee; type LengthToFee = ConstantMultiplier; type FeeMultiplierUpdate = SlowAdjustingFeeUpdate; @@ -955,12 +957,16 @@ impl_runtime_apis! { } impl sp_genesis_builder::GenesisBuilder for Runtime { - fn create_default_config() -> Vec { - create_default_config::() + fn build_state(config: Vec) -> sp_genesis_builder::Result { + build_state::(config) } - fn build_config(config: Vec) -> sp_genesis_builder::Result { - build_config::(config) + fn get_preset(id: &Option) -> Option> { + get_preset::(id, |_| None) + } + + fn preset_names() -> Vec { + Default::default() } } } diff --git a/runtime/testnet/Cargo.toml b/runtime/testnet/Cargo.toml index 1cd8982e..eae8ff77 100644 --- a/runtime/testnet/Cargo.toml +++ b/runtime/testnet/Cargo.toml @@ -28,6 +28,7 @@ pop-runtime-common = { workspace = true, default-features = false } # Substrate frame-benchmarking.workspace = true frame-executive.workspace = true +frame-metadata-hash-extension.workspace = true frame-support.workspace = true frame-system.workspace = true frame-system-benchmarking.workspace = true @@ -82,6 +83,7 @@ cumulus-pallet-xcm.workspace = true cumulus-pallet-xcmp-queue.workspace = true cumulus-primitives-aura.workspace = true cumulus-primitives-core.workspace = true +cumulus-primitives-storage-weight-reclaim.workspace = true cumulus-primitives-utility.workspace = true pallet-collator-selection.workspace = true parachains-common.workspace = true @@ -224,3 +226,16 @@ try-runtime = [ ] experimental = [] + +# Enable the metadata hash generation. +# +# This is hidden behind a feature because it increases the compile time. +# The wasm binary needs to be compiled twice, once to fetch the metadata, +# generate the metadata hash and then a second time with the +# `RUNTIME_METADATA_HASH` environment variable set for the `CheckMetadataHash` +# extension. +metadata-hash = ["substrate-wasm-builder/metadata-hash"] + +# A convenience feature for enabling things when doing a build +# for an on-chain release. +on-chain-release-build = ["metadata-hash"] diff --git a/runtime/testnet/build.rs b/runtime/testnet/build.rs index 02d6973f..9fc445de 100644 --- a/runtime/testnet/build.rs +++ b/runtime/testnet/build.rs @@ -1,4 +1,14 @@ -#[cfg(feature = "std")] +#[cfg(all(feature = "std", feature = "metadata-hash"))] +fn main() { + substrate_wasm_builder::WasmBuilder::new() + .with_current_project() + .export_heap_base() + .import_memory() + .enable_metadata_hash("UNIT", 12) + .build() +} + +#[cfg(all(feature = "std", not(feature = "metadata-hash")))] fn main() { substrate_wasm_builder::WasmBuilder::new() .with_current_project() diff --git a/runtime/testnet/src/config/xcm.rs b/runtime/testnet/src/config/xcm.rs index 55ab07bd..d7def2f5 100644 --- a/runtime/testnet/src/config/xcm.rs +++ b/runtime/testnet/src/config/xcm.rs @@ -31,6 +31,8 @@ parameter_types! { // Note: Paseo currently uses Polkadot https://github.com/paseo-network/runtimes/blob/abc4ae9c5ae8f0166aab7ef2b427b3c2c6d5ce5c/relay/paseo/src/xcm_config.rs#L56 pub const RelayNetwork: Option = Some(Polkadot); pub RelayChainOrigin: RuntimeOrigin = cumulus_pallet_xcm::Origin::Relay.into(); + // For the real deployment, it is recommended to set `RelayNetwork` according to the relay chain + // and prepend `UniversalLocation` with `GlobalConsensus(RelayNetwork::get())`. pub UniversalLocation: InteriorLocation = Parachain(ParachainInfo::parachain_id().into()).into(); } diff --git a/runtime/testnet/src/lib.rs b/runtime/testnet/src/lib.rs index d566bb5f..4b96e031 100644 --- a/runtime/testnet/src/lib.rs +++ b/runtime/testnet/src/lib.rs @@ -32,7 +32,7 @@ use cumulus_primitives_core::{AggregateMessageOrigin, ParaId}; use frame_support::{ construct_runtime, derive_impl, dispatch::DispatchClass, - genesis_builder_helper::{build_config, create_default_config}, + genesis_builder_helper::{build_state, get_preset}, parameter_types, traits::{ fungible::HoldConsideration, tokens::nonfungibles_v2::Inspect, ConstBool, ConstU32, @@ -101,6 +101,8 @@ pub type SignedExtra = ( frame_system::CheckNonce, frame_system::CheckWeight, pallet_transaction_payment::ChargeTransactionPayment, + cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim, + frame_metadata_hash_extension::CheckMetadataHash, ); /// Unchecked extrinsic type as expected by this runtime. @@ -337,7 +339,7 @@ parameter_types! { impl pallet_transaction_payment::Config for Runtime { type RuntimeEvent = RuntimeEvent; - type OnChargeTransaction = pallet_transaction_payment::CurrencyAdapter; + type OnChargeTransaction = pallet_transaction_payment::FungibleAdapter; type WeightToFee = WeightToFee; type LengthToFee = ConstantMultiplier; type FeeMultiplierUpdate = SlowAdjustingFeeUpdate; @@ -947,12 +949,16 @@ impl_runtime_apis! { } impl sp_genesis_builder::GenesisBuilder for Runtime { - fn create_default_config() -> Vec { - create_default_config::() + fn build_state(config: Vec) -> sp_genesis_builder::Result { + build_state::(config) } - fn build_config(config: Vec) -> sp_genesis_builder::Result { - build_config::(config) + fn get_preset(id: &Option) -> Option> { + get_preset::(id, |_| None) + } + + fn preset_names() -> Vec { + Default::default() } } } From a5630f0d3c23499174995d56d720de71cf41e8ac Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 17:16:38 +0700 Subject: [PATCH 11/95] fix: add missing signed extra --- runtime/devnet/src/lib.rs | 1 + runtime/testnet/src/lib.rs | 1 + 2 files changed, 2 insertions(+) diff --git a/runtime/devnet/src/lib.rs b/runtime/devnet/src/lib.rs index 913c38d1..667d4ebd 100644 --- a/runtime/devnet/src/lib.rs +++ b/runtime/devnet/src/lib.rs @@ -101,6 +101,7 @@ pub type SignedExtra = ( frame_system::CheckNonce, frame_system::CheckWeight, pallet_transaction_payment::ChargeTransactionPayment, + cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim, ); /// Unchecked extrinsic type as expected by this runtime. diff --git a/runtime/testnet/src/lib.rs b/runtime/testnet/src/lib.rs index 36e5f710..5d38a10f 100644 --- a/runtime/testnet/src/lib.rs +++ b/runtime/testnet/src/lib.rs @@ -101,6 +101,7 @@ pub type SignedExtra = ( frame_system::CheckNonce, frame_system::CheckWeight, pallet_transaction_payment::ChargeTransactionPayment, + cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim, ); /// Unchecked extrinsic type as expected by this runtime. From 4bdae5950fbf6b7b99148aaba81645cb581e95f5 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Tue, 13 Aug 2024 14:31:59 +0700 Subject: [PATCH 12/95] chore: upgrade to 1.10.0 --- Cargo.lock | 4866 +++++++++++++++-------------- Cargo.toml | 197 +- runtime/devnet/Cargo.toml | 2 +- runtime/devnet/src/config/xcm.rs | 3 + runtime/devnet/src/lib.rs | 4 +- runtime/testnet/Cargo.toml | 2 +- runtime/testnet/src/config/xcm.rs | 3 + runtime/testnet/src/lib.rs | 4 +- 8 files changed, 2553 insertions(+), 2528 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 526a173f..7f088f26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -505,7 +505,7 @@ dependencies = [ "sp-runtime 32.0.0", "sp-session 28.0.0", "sp-std", - "sp-storage", + "sp-storage 20.0.0", "sp-transaction-pool 27.0.0", "sp-version 30.0.0", "sp-weights 28.0.0", @@ -519,33 +519,33 @@ dependencies = [ [[package]] name = "asset-test-utils" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c81733430dbb312765566043bcb2c022dbb7492bacbe67018c630dbce753936" -dependencies = [ - "cumulus-pallet-parachain-system 0.10.0", - "cumulus-pallet-xcmp-queue 0.10.0", - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-assets 32.0.0", - "pallet-balances 31.0.0", - "pallet-collator-selection 12.0.1", - "pallet-session 31.0.0", - "pallet-timestamp 30.0.0", - "pallet-xcm 10.0.1", - "pallet-xcm-bridge-hub-router 0.8.0", - "parachains-common 10.0.0", +checksum = "d2e1d4077fc518abe25e26f3963a080686cabecb97f192d9124be3e04cc21cad" +dependencies = [ + "cumulus-pallet-parachain-system 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-core 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-assets 33.0.0", + "pallet-balances 33.0.0", + "pallet-collator-selection 13.0.1", + "pallet-session 32.0.0", + "pallet-timestamp 31.0.0", + "pallet-xcm 11.0.0", + "pallet-xcm-bridge-hub-router 0.9.0", + "parachains-common 11.0.0", "parachains-runtimes-test-utils", "parity-scale-codec", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-parachain-info 0.10.0", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", - "substrate-wasm-builder 20.0.0", + "staging-parachain-info 0.11.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", + "staging-xcm-executor 11.0.0", + "substrate-wasm-builder 21.0.0", ] [[package]] @@ -1143,19 +1143,19 @@ dependencies = [ [[package]] name = "bp-header-chain" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "700fa6f4a3258a0eee471c7f70698c69d5b911d125f49f8139f0c61b7fdb6c9d" +checksum = "7b4a86e6438700a4217675ef3088fb08694ab69b1bdce4124099b1dcff9a6ff8" dependencies = [ - "bp-runtime 0.10.0", + "bp-runtime 0.11.0", "finality-grandpa", - "frame-support 31.0.0", + "frame-support 32.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -1177,35 +1177,35 @@ dependencies = [ [[package]] name = "bp-messages" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebfb4d04936f86b63257d32b128b5e757de0273abf22794d3ae827323416e385" +checksum = "e6a8b4356728ca03a8246104e320a2b1d7ba8c7fbd2917bf62395290f6ef2cc1" dependencies = [ - "bp-header-chain 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", + "bp-header-chain 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-std", ] [[package]] name = "bp-parachains" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f0c940507c4db7652a660228daefd82317bf6cd8aacff33df9e6ac9c45371c2" +checksum = "9d5a4983aec89871fe61f700cd4edaaf30288e7fbd927f7e4f879951f61569d4" dependencies = [ - "bp-header-chain 0.10.0", - "bp-polkadot-core 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", + "bp-header-chain 0.11.0", + "bp-polkadot-core 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -1230,35 +1230,35 @@ dependencies = [ [[package]] name = "bp-polkadot-core" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d14dd5cfb1176aebe8d9dc0c42273f978f63a6137ff10709caf380219847c010" +checksum = "54ef42ed5eb5ea249ee3f26f38ad114e379accfa1f2a8ee1ff87dc6bbc00b399" dependencies = [ - "bp-messages 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-messages 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "parity-util-mem", "scale-info", "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "bp-relayers" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41101efa1afc121ed8f4b5b93c9ee28bdab3f912237103521eea67c164c86c20" +checksum = "36f6f38407e79458fefb4c14a6f9f2cd9779b2dfeb3b11112e20902ee9dfea5f" dependencies = [ - "bp-messages 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", + "bp-messages 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -1288,12 +1288,12 @@ dependencies = [ [[package]] name = "bp-runtime" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a97193ef70796e6c3bb1e0de930d2174a07c7b8cb07f19eead5b5c3f56d6b7b9" +checksum = "67f4b1696822790b449046bdb89c273852ef2201a046b64b24293871a953e5e3" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "hash-db", "impl-trait-for-tuples", "log", @@ -1301,41 +1301,41 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", "trie-db", ] [[package]] name = "bp-test-utils" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2eac8331de5fc5e0012e3c5b0c245b9b6b33878edbe64cdfd133c2dce9443898" +checksum = "c0462cedd4f4dba1dde9d296df6b0e128a61abecde6ff6efa3b122ee8ac2f811" dependencies = [ - "bp-header-chain 0.10.0", + "bp-header-chain 0.11.0", "bp-parachains", - "bp-polkadot-core 0.10.0", - "bp-runtime 0.10.0", + "bp-polkadot-core 0.11.0", + "bp-runtime 0.11.0", "ed25519-dalek", "finality-grandpa", "parity-scale-codec", - "sp-application-crypto 33.0.0", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-application-crypto 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] name = "bp-xcm-bridge-hub" -version = "0.2.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6663e0179d475e30cfcf28cf597cdc8f4bb1c2c39a557b4cbe0057db0657fb67" +checksum = "192804908f1d3b7bfad12abce448fb3b7ec8dda765cac4a8d811fa75557e528f" dependencies = [ "sp-std", ] @@ -1354,50 +1354,50 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub-router" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7366e856da4c5f49e1ef94c3ea401854fe52310696561e24b7509d2f963d7210" +checksum = "063e9ce60db859f26172c1428b251e628751850e7862065104e750310c6afbad" dependencies = [ "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", ] [[package]] name = "bridge-runtime-common" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4857eb39e46b6490b5b36e6485a1364907b767c917c8efe3c84456d6bc0a72b6" +checksum = "9dde81c8af81ee9bdf0374010288cf03ff3ccd7f57802f24889884f73d0b3bd3" dependencies = [ - "bp-header-chain 0.10.0", - "bp-messages 0.10.0", + "bp-header-chain 0.11.0", + "bp-messages 0.11.0", "bp-parachains", - "bp-polkadot-core 0.10.0", + "bp-polkadot-core 0.11.0", "bp-relayers", - "bp-runtime 0.10.0", + "bp-runtime 0.11.0", "bp-xcm-bridge-hub", - "bp-xcm-bridge-hub-router 0.9.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-xcm-bridge-hub-router 0.10.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "hash-db", "log", "pallet-bridge-grandpa", "pallet-bridge-messages", "pallet-bridge-parachains", "pallet-bridge-relayers", - "pallet-transaction-payment 31.0.0", - "pallet-utility 31.0.0", + "pallet-transaction-payment 32.0.0", + "pallet-utility 32.0.0", "parity-scale-codec", "scale-info", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", + "sp-trie 33.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", ] [[package]] @@ -2096,9 +2096,9 @@ dependencies = [ [[package]] name = "cumulus-client-cli" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2b5137986e7a4374bf410e4e11ce02c9807c5d3200d590960056220963ecdbf" +checksum = "b169c6bebaa58a8f0f2078747919ebd98df45d0d018a0f8caa66ec15e2ad43d4" dependencies = [ "clap", "parity-scale-codec", @@ -2107,55 +2107,55 @@ dependencies = [ "sc-client-api", "sc-service", "sp-blockchain", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "url", ] [[package]] name = "cumulus-client-collator" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f7dde39268c86d2975bdd608d114dd52cd8803618196bc7606e684b9090d24d" +checksum = "9d1ffccac45cddcbb37b8c18283bd57638f648f725091d28c3ac3be515f8dd1d" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "futures", "parity-scale-codec", "parking_lot 0.12.1", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-client-api", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-consensus", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "tracing", ] [[package]] name = "cumulus-client-consensus-aura" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fbbba68555835c2e2d7f1c17060d3cd6fafafdb16597a2e680e7376f71dec51" +checksum = "c6d112f874c998d174f034532d238d5e0616c3455f8bf9bb5946c5617e7c7c0f" dependencies = [ "async-trait", "cumulus-client-collator", "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-parachain-inherent", - "cumulus-primitives-aura 0.10.0", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-aura 0.11.0", + "cumulus-primitives-core 0.11.0", "cumulus-relay-chain-interface", "futures", "parity-scale-codec", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-client-api", "sc-consensus", "sc-consensus-aura", @@ -2163,73 +2163,73 @@ dependencies = [ "sc-consensus-slots", "sc-telemetry", "schnellru", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-block-builder 29.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-block-builder 30.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-aura 0.35.0", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-timestamp 29.0.0", + "sp-consensus-aura 0.36.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", + "sp-timestamp 30.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "cumulus-client-consensus-common" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b6ff3972c798e87b918e3065d7b52aabb3fc871136b7dde7c708d20567b509f" +checksum = "7b6fc5e8237ff0e649c24fb1c31407fddb05cdf4773f83ca2a7b497305ae19b0" dependencies = [ "async-trait", "cumulus-client-pov-recovery", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "cumulus-relay-chain-interface", "dyn-clone", "futures", "log", "parity-scale-codec", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-client-api", "sc-consensus", "sc-consensus-babe", "schnellru", "sp-blockchain", "sp-consensus", - "sp-consensus-slots 0.35.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-timestamp 29.0.0", - "sp-trie 32.0.0", + "sp-consensus-slots 0.36.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-timestamp 30.0.0", + "sp-trie 33.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "cumulus-client-consensus-proposer" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf2ff43b5735f8f1a306aa8c44d9efe5bb50c3a3b29afa18728e7a5321a6ba70" +checksum = "2fb01ccc8275a4ded0caf788e561c7400e630585d34feec8a22700cbbe44f8bb" dependencies = [ "anyhow", "async-trait", - "cumulus-primitives-parachain-inherent 0.10.0", + "cumulus-primitives-parachain-inherent 0.11.0", "sp-consensus", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "thiserror", ] [[package]] name = "cumulus-client-network" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f10d8141b3de22f002b94fafd9a372f351ee55ad41e1c40ad6534024f176f5bb" +checksum = "0f70b5f3eb4385498880a74684be6bd17669f2a2b5c7db805eef16337af1d0cd" dependencies = [ "async-trait", "cumulus-relay-chain-interface", @@ -2238,50 +2238,50 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "polkadot-node-primitives", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-client-api", "sp-blockchain", "sp-consensus", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "tracing", ] [[package]] name = "cumulus-client-parachain-inherent" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ebeda41b913144e0dbaf57a9537fed6f37ee14c5f31f1bd23808f87e8515ec7" +checksum = "0a0342e88f2079d7b3287bd52b4e0f7885e563439ff2e8b8d36f99aa596b219e" dependencies = [ "async-trait", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-parachain-inherent 0.10.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-parachain-inherent 0.11.0", "cumulus-relay-chain-interface", "cumulus-test-relay-sproof-builder", "parity-scale-codec", "sc-client-api", "scale-info", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-crypto-hashing", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "sp-std", - "sp-storage", - "sp-trie 32.0.0", + "sp-storage 21.0.0", + "sp-trie 33.0.0", "tracing", ] [[package]] name = "cumulus-client-pov-recovery" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1cf51e1e7cfe82e68a93a4f3221181f8258664f0c4113e4d7c846e449b3596f3" +checksum = "e877fcdae06369ce17fd4d1fd0467d21b08338f7c944e225c5461472f54a166a" dependencies = [ "async-trait", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "cumulus-relay-chain-interface", "futures", "futures-timer", @@ -2289,34 +2289,34 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "rand", "sc-client-api", "sc-consensus", "sp-consensus", "sp-maybe-compressed-blob", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "tracing", ] [[package]] name = "cumulus-client-service" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebb334fbaedca019671b900bba71fb7cf70244d9436a832b1c5d67491569359d" +checksum = "920c64fd704a14c571b79f5d0f19dd2638240f6a9f633f02072a35ab30db3341" dependencies = [ "cumulus-client-cli", "cumulus-client-collator", "cumulus-client-consensus-common", "cumulus-client-network", "cumulus-client-pov-recovery", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-proof-size-hostfunction 0.5.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-proof-size-hostfunction 0.6.0", "cumulus-relay-chain-inprocess-interface", "cumulus-relay-chain-interface", "cumulus-relay-chain-minimal-node", "futures", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-client-api", "sc-consensus", "sc-network", @@ -2328,12 +2328,13 @@ dependencies = [ "sc-telemetry", "sc-transaction-pool", "sc-utils", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", "sp-consensus", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-transaction-pool 29.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-transaction-pool 30.0.0", ] [[package]] @@ -2357,20 +2358,20 @@ dependencies = [ [[package]] name = "cumulus-pallet-aura-ext" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47ec277f09a2c2b693bca6283eb6bc10aede2eaee43a7c395911235d8b632dab" +checksum = "135b720fe4cd7d2e6282c0c13fbbcf68cd7dcb19d060b5032709c34582d574ad" dependencies = [ - "cumulus-pallet-parachain-system 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-aura 30.0.0", - "pallet-timestamp 30.0.0", + "cumulus-pallet-parachain-system 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-aura 31.0.0", + "pallet-timestamp 31.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 33.0.0", - "sp-consensus-aura 0.35.0", - "sp-runtime 34.0.0", + "sp-application-crypto 34.0.0", + "sp-consensus-aura 0.36.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -2412,37 +2413,37 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a19c40a5d04f60562fb38195766104deeb8cec71c11ec77796ee9373cccdb325" +checksum = "6b426ade835b03cb4eb0b7299a5918e96cb53ed0e38b0d07676be7ed8df772ff" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-parachain-inherent 0.10.0", - "cumulus-primitives-proof-size-hostfunction 0.5.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-primitives-proof-size-hostfunction 0.6.0", "environmental", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "log", - "pallet-message-queue 34.0.0", + "pallet-message-queue 35.0.0", "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "polkadot-runtime-common 10.0.0", - "polkadot-runtime-parachains 10.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-runtime-common 11.0.0", + "polkadot-runtime-parachains 11.0.0", "scale-info", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-std", - "sp-trie 32.0.0", - "sp-version 32.0.0", - "staging-xcm 10.0.0", + "sp-core 32.0.0", + "sp-externalities 0.28.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", + "sp-std", + "sp-trie 33.0.0", + "sp-version 33.0.0", + "staging-xcm 11.0.0", "trie-db", ] @@ -2475,16 +2476,16 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c178666b3a6d0457cb85104475cc0be5f9908a98429710afd29fbd5984cb539" +checksum = "63b08b5e3bba454f8eaa01a7507c1bacde9343a7a67fc20801e59e0c9c0ec9db" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-session 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-session 32.0.0", "parity-scale-codec", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -2507,19 +2508,19 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7610ae16cac552adc823ba68deb26e5d3a9de189ef79ae26c79e43ddcfeabef1" +checksum = "7f14dc8bc002babf1596515a2f1c0158ddeccbf1ef7f5656fe71c8e1fa4bde55" dependencies = [ - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "cumulus-primitives-core 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-xcm 10.0.0", + "staging-xcm 11.0.0", ] [[package]] @@ -2550,28 +2551,28 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6614dcdbe6c24fcc8677bf158a8c627a3467d262acdc8a0e7d8a3d3d767a757c" +checksum = "5810a98c95f4219d7dcd6bd89d0c149fc45162e7e0c335579ba5545ec4b9c216" dependencies = [ "bounded-collections 0.2.0", - "bp-xcm-bridge-hub-router 0.9.0", - "cumulus-primitives-core 0.10.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-xcm-bridge-hub-router 0.10.0", + "cumulus-primitives-core 0.11.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-message-queue 34.0.0", + "pallet-message-queue 35.0.0", "parity-scale-codec", - "polkadot-runtime-common 10.0.0", - "polkadot-runtime-parachains 10.0.0", + "polkadot-runtime-common 11.0.0", + "polkadot-runtime-parachains 11.0.0", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", + "staging-xcm 11.0.0", + "staging-xcm-executor 11.0.0", ] [[package]] @@ -2591,16 +2592,16 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b70d13f3fca1dfaeb868f4fff79c58fef8fa4f8e381a9002d93c50c23683abf" +checksum = "ca5e91498fef0a7502070d55949b3413361060b1e0556592ed851f220f8aafb4" dependencies = [ "parity-scale-codec", - "polkadot-core-primitives 10.0.0", - "polkadot-primitives 10.0.0", - "sp-api 29.0.0", - "sp-consensus-aura 0.35.0", - "sp-runtime 34.0.0", + "polkadot-core-primitives 11.0.0", + "polkadot-primitives 11.0.0", + "sp-api 30.0.0", + "sp-consensus-aura 0.36.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -2624,20 +2625,20 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "617d02361f5c7df87b6be98b4974241b6836fbaa7d9e786db80eb38bc8636751" +checksum = "12a1b925068ede5dd9f571f3afcfca877b2f94f988d308d757224464a27bc6ce" dependencies = [ "parity-scale-codec", - "polkadot-core-primitives 10.0.0", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", + "polkadot-core-primitives 11.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", "scale-info", - "sp-api 29.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", - "staging-xcm 10.0.0", + "sp-trie 33.0.0", + "staging-xcm 11.0.0", ] [[package]] @@ -2658,18 +2659,18 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87d64a55b7b9c3a945e543712630708f36407ab49ad8a2fa9f3d1404093a3e8e" +checksum = "e01642f846368bd7305a2b9c9874a4280b5097c62c33da84b2048e2e3b38bb03" dependencies = [ "async-trait", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-inherents 29.0.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] @@ -2685,30 +2686,30 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "764e27968dce7d5c455dbaf9ba81c037fc5690afc085aa4aa2a4cdfe53716b74" +checksum = "3a9ce5326ecf86a75ee9a2d53ba8a6950f98d278a1cc88480f1dcbc90077d7dc" dependencies = [ - "sp-externalities 0.27.0", - "sp-runtime-interface 26.0.0", - "sp-trie 32.0.0", + "sp-externalities 0.28.0", + "sp-runtime-interface 27.0.0", + "sp-trie 33.0.0", ] [[package]] name = "cumulus-primitives-storage-weight-reclaim" -version = "1.0.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21d52a6f23cf094b01b33330e4f8d9a4c225620646cf0ad4e21ad299dddbe193" +checksum = "dd8596e26f2d3b2c70c00b695eb9edc8fca4533105bf6b2f0c4c0ecc8075bf99" dependencies = [ - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-proof-size-hostfunction 0.5.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-proof-size-hostfunction 0.6.0", "docify", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -2735,33 +2736,33 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "beeca40e85d6da3751343a3fc8dd5b335c9a06ba9897a5b36f726d139b7646de" +checksum = "6b02524805657a76fcca354c2a9466580d7f980a9a9616a4ac1cb91597d1f451" dependencies = [ - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", + "cumulus-primitives-core 0.11.0", + "frame-support 32.0.0", "log", - "pallet-asset-conversion 13.0.0", + "pallet-asset-conversion 14.0.0", "parity-scale-codec", - "polkadot-runtime-common 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "polkadot-runtime-common 11.0.0", + "polkadot-runtime-parachains 11.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", + "staging-xcm-executor 11.0.0", ] [[package]] name = "cumulus-relay-chain-inprocess-interface" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ec58113249ac91ceb4da1c846f6474cd4b6616100d0b29a86845b177caad52f" +checksum = "842505bb9820f5d3c7d2561ed9783cd495d3665729e42590b12641e73c69fcf5" dependencies = [ "async-trait", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "cumulus-relay-chain-interface", "futures", "futures-timer", @@ -2772,48 +2773,48 @@ dependencies = [ "sc-sysinfo", "sc-telemetry", "sc-tracing", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-consensus", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", ] [[package]] name = "cumulus-relay-chain-interface" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbb531263c11cfd73f17090106fff2385ca7b02b39102c367f4c13fb1251e9dd" +checksum = "a457e637e70eccddfdd06feaf5736e3fa3fd9955ef2dc9ef696cdea640fc6e4c" dependencies = [ "async-trait", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "futures", "jsonrpsee-core", "parity-scale-codec", "polkadot-overseer", "sc-client-api", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", - "sp-state-machine 0.38.0", + "sp-state-machine 0.39.0", "thiserror", ] [[package]] name = "cumulus-relay-chain-minimal-node" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1a416b2e6a5c99d78049b91425dbdb844f4351fd9fb61da47b70c2f90cf2ed4" +checksum = "0f946e5e8f6199bad20b4e65b3e56fb6feeb3c59d50ede9909dcfa9c73697db2" dependencies = [ "array-bytes 6.2.2", "async-trait", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "cumulus-relay-chain-interface", "cumulus-relay-chain-rpc-interface", "futures", "parking_lot 0.12.1", "polkadot-availability-recovery", "polkadot-collator-protocol", - "polkadot-core-primitives 10.0.0", + "polkadot-core-primitives 11.0.0", "polkadot-network-bridge", "polkadot-node-collation-generation", "polkadot-node-core-chain-api", @@ -2822,7 +2823,7 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "polkadot-service", "sc-authority-discovery", "sc-client-api", @@ -2831,11 +2832,11 @@ dependencies = [ "sc-service", "sc-tracing", "sc-utils", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.35.0", - "sp-runtime 34.0.0", + "sp-consensus-babe 0.36.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "tokio", "tracing", @@ -2843,12 +2844,12 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e011f8da350318316e80356dca70bee537d8f8fb29bb99d1765348b0ab6f6d88" +checksum = "b173a09d24c4ea2b6f90eb682276f844db7b180651f22a9e918f8bac0642075f" dependencies = [ "async-trait", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "cumulus-relay-chain-interface", "either", "futures", @@ -2866,14 +2867,14 @@ dependencies = [ "serde_json", "smoldot", "smoldot-light", - "sp-api 29.0.0", - "sp-authority-discovery 29.0.0", - "sp-consensus-babe 0.35.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-storage", - "sp-version 32.0.0", + "sp-api 30.0.0", + "sp-authority-discovery 30.0.0", + "sp-consensus-babe 0.36.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", + "sp-storage 21.0.0", + "sp-version 33.0.0", "thiserror", "tokio", "tokio-util", @@ -2883,17 +2884,17 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1e730a7524f50acb03c24476323c4dad35690baf85175ad0f91a2dffed85b39" +checksum = "48f27d17ab307b0e255431fa21113f2aca1e0b27f54d272198972b29e2eeb88b" dependencies = [ - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "parity-scale-codec", - "polkadot-primitives 10.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "polkadot-primitives 11.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] @@ -3370,34 +3371,35 @@ dependencies = [ [[package]] name = "emulated-integration-tests-common" -version = "6.0.0" +version = "7.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47f0799ab64756b6751d3ebcb17a30c3ba756193b6c193d14783afb312a16322" +checksum = "2117a0c89f2afd71f15eebe18f4b48790b675314426773ea282e9f3ff08e5afa" dependencies = [ "asset-test-utils", - "bp-messages 0.10.0", + "bp-messages 0.11.0", "bridge-runtime-common", - "cumulus-pallet-parachain-system 0.10.0", - "cumulus-pallet-xcmp-queue 0.10.0", - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", - "pallet-assets 32.0.0", - "pallet-balances 31.0.0", + "cumulus-pallet-parachain-system 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-core 0.11.0", + "frame-support 32.0.0", + "pallet-assets 33.0.0", + "pallet-balances 33.0.0", "pallet-bridge-messages", - "pallet-message-queue 34.0.0", - "pallet-xcm 10.0.1", - "parachains-common 10.0.0", + "pallet-message-queue 35.0.0", + "pallet-xcm 11.0.0", + "parachains-common 11.0.0", "parity-scale-codec", "paste", - "polkadot-primitives 10.0.0", - "polkadot-runtime-parachains 10.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-parachains 11.0.0", "sc-consensus-grandpa", - "sp-authority-discovery 29.0.0", - "sp-consensus-babe 0.35.0", - "sp-consensus-beefy 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "staging-xcm 10.0.0", + "sp-authority-discovery 30.0.0", + "sp-consensus-babe 0.36.0", + "sp-consensus-beefy 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "staging-xcm 11.0.0", "xcm-emulator", ] @@ -3805,9 +3807,9 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e93d3f0315c2eccf23453609e0ab92fe7c6ad1ca8129bcaf80b9a08c8d7fc52b" +checksum = "ad4cc2314d3be8b49c555f6a7e550f5559e73ffd6ef9690ffbd9a706774452e0" dependencies = [ "parity-scale-codec", ] @@ -3849,50 +3851,50 @@ dependencies = [ "sp-runtime 32.0.0", "sp-runtime-interface 25.0.0", "sp-std", - "sp-storage", + "sp-storage 20.0.0", "static_assertions", ] [[package]] name = "frame-benchmarking" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fee087c6a7ddbc6dcfb6a6015d4b2787ecbb2113ed8b8bee8ff15f2bdf93f94" +checksum = "7f6f8e21cbac73688175cf9b531ed1c3f6578420a0f6106282aa8e5ed6fe3347" dependencies = [ - "frame-support 31.0.0", - "frame-support-procedural 26.0.1", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-support-procedural 27.0.0", + "frame-system 32.0.0", "linregress", "log", "parity-scale-codec", "paste", "scale-info", "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-runtime-interface 26.0.0", - "sp-std", - "sp-storage", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-runtime-interface 27.0.0", + "sp-std", + "sp-storage 21.0.0", "static_assertions", ] [[package]] name = "frame-benchmarking-cli" -version = "35.0.1" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38f1660c2e59d206386658ca7fa867c2ccdb44429cc8a5a16a2975a338aa7047" +checksum = "1be33471ac5fa10ca585d3e06642cc8c754ecd9cb8a76905bf648cff17990e32" dependencies = [ "Inflector", "array-bytes 6.2.2", "chrono", "clap", "comfy-table", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "gethostname", "handlebars", "itertools 0.10.5", @@ -3911,19 +3913,19 @@ dependencies = [ "sc-sysinfo", "serde", "serde_json", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-database", - "sp-externalities 0.27.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-storage", - "sp-trie 32.0.0", - "sp-wasm-interface", + "sp-externalities 0.28.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", + "sp-storage 21.0.0", + "sp-trie 33.0.0", + "sp-wasm-interface 21.0.0", "thiserror", "thousands", ] @@ -3960,19 +3962,19 @@ dependencies = [ [[package]] name = "frame-election-provider-support" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d651327ec98d12fbdb0d25346de929e3ea2ab8a1ef85570794d9d8d54f204f28" +checksum = "9c897b912f222280123eedee768b172ed74600292dfbb22843c95c9177e97358" dependencies = [ "frame-election-provider-solution-type", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-npos-elections 29.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-npos-elections 30.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -3992,27 +3994,27 @@ dependencies = [ "sp-io 31.0.0", "sp-runtime 32.0.0", "sp-std", - "sp-tracing", + "sp-tracing 16.0.0", ] [[package]] name = "frame-executive" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3d4502dd4218aaf90240527adb789b9620fcada2af76f4751a8a852583eb0c2" +checksum = "2cbd97de3a8af65a9e1752b465fc19c7fe19c62ca1842ccec47f3002667c2172" dependencies = [ "aquamarine 0.3.3", - "frame-support 31.0.0", - "frame-system 31.0.0", - "frame-try-runtime 0.37.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "frame-try-runtime 0.38.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-tracing", + "sp-tracing 17.0.0", ] [[package]] @@ -4045,9 +4047,9 @@ dependencies = [ [[package]] name = "frame-remote-externalities" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c935bea33258c329e9ad4784a720aa4b1faff8c5af474f14e0898db11b7cb8ab" +checksum = "8f4afeb0769c0ef010c0dcc681a60167692a1cd52f0c0729b327a4415facddc5" dependencies = [ "futures", "indicatif", @@ -4055,11 +4057,11 @@ dependencies = [ "log", "parity-scale-codec", "serde", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "spinners", "substrate-rpc-client", "tokio", @@ -4097,12 +4099,12 @@ dependencies = [ "sp-genesis-builder 0.8.0", "sp-inherents 27.0.0", "sp-io 31.0.0", - "sp-metadata-ir", + "sp-metadata-ir 0.6.0", "sp-runtime 32.0.0", "sp-staking 27.0.0", "sp-state-machine 0.36.0", "sp-std", - "sp-tracing", + "sp-tracing 16.0.0", "sp-weights 28.0.0", "static_assertions", "tt-call", @@ -4110,9 +4112,9 @@ dependencies = [ [[package]] name = "frame-support" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81aecbbc1c62055e8ce472283bc655bf6c0f968a4d22d504bf6aad4ea44ccbc4" +checksum = "97100a956a2cd152ad4e63a5ec7b5e58503653223a73fff6e916b910b37f12ed" dependencies = [ "aquamarine 0.5.0", "array-bytes 6.2.2", @@ -4120,7 +4122,7 @@ dependencies = [ "docify", "environmental", "frame-metadata", - "frame-support-procedural 26.0.1", + "frame-support-procedural 27.0.0", "impl-trait-for-tuples", "k256", "log", @@ -4131,21 +4133,21 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-api 29.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", + "sp-api 30.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", "sp-crypto-hashing-proc-macro", "sp-debug-derive", - "sp-genesis-builder 0.10.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-metadata-ir", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", - "sp-state-machine 0.38.0", - "sp-std", - "sp-tracing", - "sp-weights 30.0.0", + "sp-genesis-builder 0.11.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-metadata-ir 0.7.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", + "sp-state-machine 0.39.0", + "sp-std", + "sp-tracing 17.0.0", + "sp-weights 31.0.0", "static_assertions", "tt-call", ] @@ -4172,13 +4174,13 @@ dependencies = [ [[package]] name = "frame-support-procedural" -version = "26.0.1" +version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "732fa43a05789f4ffb96955017e40643199d586c3d211754df5824a195f4eab5" +checksum = "7a74eda80052082e8acd36c7fa232569ce1f968c7ae2adc56d082039ac9d6ba4" dependencies = [ "Inflector", "cfg-expr", - "derive-syn-parse 0.1.5", + "derive-syn-parse 0.2.0", "expander 2.1.0", "frame-support-procedural-tools 11.0.1", "itertools 0.10.5", @@ -4261,23 +4263,23 @@ dependencies = [ [[package]] name = "frame-system" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7537b5e23f584bf54f26c6297e0260b54fac5298be43a115176a310f256a4ab" +checksum = "562e02f5139f1beb0edd3cac2db3f974d98b7459342210d101f451d26886ca33" dependencies = [ "cfg-if", "docify", - "frame-support 31.0.0", + "frame-support 32.0.0", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-version 32.0.0", - "sp-weights 30.0.0", + "sp-version 33.0.0", + "sp-weights 31.0.0", ] [[package]] @@ -4298,17 +4300,17 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea3c6bd0f5700363a845d4c0f83ea3478cdfcfe404d08f35865b78ebc5d37c0a" +checksum = "4976a4dfad8b4abff9dfc5e1a5bcdfa0452765f5c726805499ea30be0df4eaa4" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -4324,12 +4326,12 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ae4e8decf1630ed6731e8912d1ed4ac3986d86c68f59580f2a9f61909150c41" +checksum = "24451c0fef0c35c50bf577aadd16bb3c7b9eb74f12bb1708114d24c6f750e165" dependencies = [ "parity-scale-codec", - "sp-api 29.0.0", + "sp-api 30.0.0", ] [[package]] @@ -4347,14 +4349,14 @@ dependencies = [ [[package]] name = "frame-try-runtime" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bad42234b76beabf35bbc9a54566f0060b8d3d4fe93726007f02896e8beb91e3" +checksum = "883f2a531ab7857e8b4bb09997f1333635da1b5e627ac1651c16b5e5152d8fa3" dependencies = [ - "frame-support 31.0.0", + "frame-support 32.0.0", "parity-scale-codec", - "sp-api 29.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -5164,29 +5166,29 @@ version = "0.0.0" dependencies = [ "asset-hub-paseo-runtime", "asset-test-utils", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "emulated-integration-tests-common", - "frame-support 31.0.0", - "pallet-assets 32.0.0", - "pallet-balances 31.0.0", - "pallet-message-queue 34.0.0", - "pallet-xcm 10.0.1", + "frame-support 32.0.0", + "pallet-assets 33.0.0", + "pallet-balances 33.0.0", + "pallet-message-queue 35.0.0", + "pallet-xcm 11.0.0", "parity-scale-codec", "paseo-runtime", "paseo-runtime-constants", - "polkadot-primitives 10.0.0", - "polkadot-runtime-parachains 10.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-parachains 11.0.0", "pop-runtime-common", "pop-runtime-devnet", - "sp-authority-discovery 29.0.0", - "sp-consensus-aura 0.35.0", - "sp-consensus-babe 0.35.0", - "sp-consensus-beefy 16.0.0", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", + "sp-authority-discovery 30.0.0", + "sp-consensus-aura 0.36.0", + "sp-consensus-babe 0.36.0", + "sp-consensus-beefy 17.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "staging-xcm 11.0.0", + "staging-xcm-executor 11.0.0", "tracing-subscriber 0.3.18", ] @@ -6379,38 +6381,38 @@ dependencies = [ [[package]] name = "mmr-gadget" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59b5265ecba4e5fc2c242798fc7795f6bf7ce7c9ab909ecea7df3f8242fa74af" +checksum = "463f3038aebf0766b75c231e293293dec7b85f2358120a2696470159008ddfd2" dependencies = [ "futures", "log", "parity-scale-codec", "sc-client-api", "sc-offchain", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-beefy 16.0.0", - "sp-core 31.0.0", - "sp-mmr-primitives 29.0.0", - "sp-runtime 34.0.0", + "sp-consensus-beefy 17.0.0", + "sp-core 32.0.0", + "sp-mmr-primitives 30.0.0", + "sp-runtime 35.0.0", ] [[package]] name = "mmr-rpc" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dfab619df48bac956375483e4d57e995fbfaec310c86cfbc420e905506b67002" +checksum = "d17ec87c5d04009e7d7b149abb2aa8495e2893c5920ce4a83679c76e5d6320f7" dependencies = [ "jsonrpsee", "parity-scale-codec", "serde", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", - "sp-core 31.0.0", - "sp-mmr-primitives 29.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-mmr-primitives 30.0.0", + "sp-runtime 35.0.0", ] [[package]] @@ -6971,20 +6973,20 @@ dependencies = [ [[package]] name = "pallet-asset-conversion" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4dbd5ff1c6f662d330beb109f6180ee66ed9cd7710cad28f3d15c444556fcce4" +checksum = "a66fbfb4b9a3a6430f5925a09257c61a048bf0dfbad26f814e0f0e517f43c06a" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-api 29.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7022,17 +7024,17 @@ dependencies = [ [[package]] name = "pallet-asset-rate" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5a492d16d0f7423cb2d7ca6fa6b4d423a4f4e2f67d2dc92d84d5988fcc33cfb" +checksum = "a63f90c10e0746fce0512e37e1a354fe8c48f32e4e20211e0c1ac9b0e4b3febb" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7057,20 +7059,20 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfcf34819002b9d6c8d7a28d89207498f63288de6689061fe9c1fb7c55454ff8" +checksum = "d27f76cc9151160c08fcee2e095b91048a2d1cb041b7c022a88f98ba220827b4" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-transaction-payment 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-transaction-payment 32.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7093,18 +7095,18 @@ dependencies = [ [[package]] name = "pallet-assets" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "805543c2ea1f10f14bc767f156b8ec80785345b683eaa59dea84d28745a87ee3" +checksum = "eda0d9362dc1b75cead58f5e9a6004d305f81b2bf38c52e5454d1d868e2cc98f" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7128,19 +7130,19 @@ dependencies = [ [[package]] name = "pallet-aura" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3f1176f435a94b510b99bc2aaaa84788d60f8c5352c5f34f165b37523e448a1" +checksum = "8cb27318bf97e8116b1383c726427ab8d6d9dac4da99c8540a247518398c2a55" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-timestamp 30.0.0", + "pallet-timestamp 31.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 33.0.0", - "sp-consensus-aura 0.35.0", - "sp-runtime 34.0.0", + "sp-application-crypto 34.0.0", + "sp-consensus-aura 0.36.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7163,18 +7165,18 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" -version = "31.0.1" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a9c124d86227da7ae9073cc2984c0384c7830f7fa61450c0990c56837335da2" +checksum = "303077e7ec8808fdd9df22a6eaf9d38932a9b7df07c29423935384cf43babb2f" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-session 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-session 32.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 33.0.0", - "sp-authority-discovery 29.0.0", - "sp-runtime 34.0.0", + "sp-application-crypto 34.0.0", + "sp-authority-discovery 30.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7195,16 +7197,16 @@ dependencies = [ [[package]] name = "pallet-authorship" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8168348a94c479b7da001b3f0d1100210704eda8ce72c58aac456f1d866d7d67" +checksum = "f3544ca79d7b1f3b9a0efe6b54038143962e8b05d57a3a4172cd11e7216c43d6" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7235,26 +7237,26 @@ dependencies = [ [[package]] name = "pallet-babe" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37353294183655c76cdc56ffc5edf777b1e2275af59ae73c8aa255b6d941b362" +checksum = "ac02d082761843190fddfea58ce3a8cf042e92d2d78bb21426d2f960880a875c" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-authorship 31.0.0", - "pallet-session 31.0.0", - "pallet-timestamp 30.0.0", + "pallet-authorship 32.0.0", + "pallet-session 32.0.0", + "pallet-timestamp 31.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 33.0.0", - "sp-consensus-babe 0.35.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-staking 29.0.0", + "sp-application-crypto 34.0.0", + "sp-consensus-babe 0.36.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -7278,30 +7280,30 @@ dependencies = [ "sp-io 31.0.0", "sp-runtime 32.0.0", "sp-std", - "sp-tracing", + "sp-tracing 16.0.0", ] [[package]] name = "pallet-bags-list" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc3f838e96a2cbd06731beb72b755ccc5bd05bcc696717a1148bdddfe9062e93" +checksum = "664e6da2fe296a6597f2508f8754bfedaf06b5fc7bc657f7327b7d91896f84f7" dependencies = [ "aquamarine 0.5.0", "docify", - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-election-provider-support 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-balances 31.0.0", + "pallet-balances 33.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-tracing", + "sp-tracing 17.0.0", ] [[package]] @@ -7323,18 +7325,18 @@ dependencies = [ [[package]] name = "pallet-balances" -version = "31.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3565d525dd88e07da5b2309cd6ffe7447ddc5406eeaa2cb26157d35787a69a7" +checksum = "b56b559fbf1b04e08f42b08c0cb133cf732b4b0cafd315a3a24ba1ae60669d7e" dependencies = [ "docify", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7361,22 +7363,22 @@ dependencies = [ [[package]] name = "pallet-beefy" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1371a2f241fd33b794b0e824f28be9de76e7544a2602421e1c4a58cb0eccef6" +checksum = "b36b750d43f02589284a26ae4bcdaa9cd957abd12ffcedccf5de7f3ede20e14e" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-authorship 31.0.0", - "pallet-session 31.0.0", + "pallet-authorship 32.0.0", + "pallet-session 32.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-beefy 16.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-staking 29.0.0", + "sp-consensus-beefy 17.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -7408,27 +7410,27 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c32a1e978b043f4bf7cfcdb130a51dda4dbade1de5b85d2d634082edbc08f9cb" +checksum = "3a0ec062385375cee83f44985bf4d32c86e6ca4018e0a867b448a9a572896388" dependencies = [ "array-bytes 6.2.2", "binary-merkle-tree 15.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-beefy 31.0.0", - "pallet-mmr 30.0.0", - "pallet-session 31.0.0", + "pallet-beefy 32.0.0", + "pallet-mmr 31.0.0", + "pallet-session 32.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-api 29.0.0", - "sp-consensus-beefy 16.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-api 30.0.0", + "sp-consensus-beefy 17.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "sp-std", ] @@ -7453,104 +7455,104 @@ dependencies = [ [[package]] name = "pallet-bounties" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e23273ffc30d94c725cb37ac1f45a40e308d8e8bfab251a299d4ed1fa9e8e46f" +checksum = "fe92916d8bb2f2ce84195ae5e6baec83c5a65bf685613d7cc207f0b8fd26ea43" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-treasury 30.0.0", + "pallet-treasury 31.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-bridge-grandpa" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0034e29cd8f1547e0688ba3cb3a621c1dcb076c59f548eb40e0680ba37f14e7" +checksum = "88e0f44b87681bafd9deec464b7f0d4f3c9b050b53ef1588eb5312d26ebc30a5" dependencies = [ - "bp-header-chain 0.10.0", - "bp-runtime 0.10.0", + "bp-header-chain 0.11.0", + "bp-runtime 0.11.0", "bp-test-utils", "finality-grandpa", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-consensus-grandpa 16.0.0", - "sp-runtime 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] name = "pallet-bridge-messages" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe205f990c97a766b317378617c3ac8548530e0e29011250ad4c669cf4d86773" +checksum = "a9da377cff690ae52d872bdc6dd00ef7ebb3b2eb092ddacc2e26e9efb9f13631" dependencies = [ - "bp-messages 0.10.0", - "bp-runtime 0.10.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-messages 0.11.0", + "bp-runtime 0.11.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "num-traits", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-bridge-parachains" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4315c1346e60031afc119b051fbe9aa32c29143abb1b6b771d82c0e9fe5a4a8" +checksum = "1c9e9466750027c10df653ac91eaaffe042d1f94dca5f561b6ea9f54f389d496" dependencies = [ - "bp-header-chain 0.10.0", + "bp-header-chain 0.11.0", "bp-parachains", - "bp-polkadot-core 0.10.0", - "bp-runtime 0.10.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-polkadot-core 0.11.0", + "bp-runtime 0.11.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "pallet-bridge-grandpa", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] name = "pallet-bridge-relayers" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e85310662790097b4f391b32822eb55d5088bc09ac91343d68e48e4fc582cb31" +checksum = "9380cbce05df9451cb9b2149e1284090c0da3f3ab9615b8810b1cb0e2ab3aed5" dependencies = [ - "bp-messages 0.10.0", + "bp-messages 0.11.0", "bp-relayers", - "bp-runtime 0.10.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-runtime 0.11.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "pallet-bridge-messages", "parity-scale-codec", "scale-info", - "sp-arithmetic 25.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7575,19 +7577,19 @@ dependencies = [ [[package]] name = "pallet-broker" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1b05f01c3d279cd661eba2c391844bac03fa5f979b9de821e6eb1cbe6069dfc" +checksum = "c0d73ed3f977ca5874e32936f7605e83e96f7eb0cb7fca46b9a3f5a8df1933d5" dependencies = [ "bitvec", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7613,21 +7615,21 @@ dependencies = [ [[package]] name = "pallet-child-bounties" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46f1f5d1f6420b72e7fff2fa9146f1f13f68e3a3d293b421d9b9d34ad0dfa134" +checksum = "5612487abb09a9e5b6f3a694639fd0826a8b3bae1335047899f032f292f7f410" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-bounties 30.0.0", - "pallet-treasury 30.0.0", + "pallet-bounties 31.0.0", + "pallet-treasury 31.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7654,72 +7656,73 @@ dependencies = [ [[package]] name = "pallet-collator-selection" -version = "12.0.1" +version = "13.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26edc27ed73c658e6f3d37b4cc8822be3f293e1f0dc58830b42c272781ac8a44" +checksum = "7e0724831b2b1775542055c80918e78478953ee8d6777962a947404f22001c75" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-authorship 31.0.0", - "pallet-balances 31.0.0", - "pallet-session 31.0.0", + "pallet-authorship 32.0.0", + "pallet-balances 33.0.0", + "pallet-session 32.0.0", "parity-scale-codec", "rand", "scale-info", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", "sp-std", ] [[package]] name = "pallet-collective" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "241ffbf21673fca6bf8caa2ee35088a18704b95d174e32280cb7569f58af7c61" +checksum = "0f84d7ad169667bcf184da694db6322bd9a68d9d0bb05b2727005cfadd2b8a17" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-contracts" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a186a60e5b6f7927f8aa77e2fbd7b331b22ad8de870f261dc9d87627d21cbe3" +checksum = "3ae7354ec341dbdd1df77fd0a55708fa49a164901db89920fdca4132f3991ee1" dependencies = [ "bitflags 1.3.2", "environmental", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "log", - "pallet-balances 31.0.0", + "pallet-balances 33.0.0", "pallet-contracts-proc-macro", "pallet-contracts-uapi", "parity-scale-codec", + "paste", "rand", "rand_pcg", "scale-info", "serde", "smallvec", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", "wasm-instrument", "wasmi", ] @@ -7737,14 +7740,14 @@ dependencies = [ [[package]] name = "pallet-contracts-uapi" -version = "8.0.0" +version = "9.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab2b8fce1fa76a3d59b49a532cb43de816f9e5c77dba87d9a7367d764a04e8d7" +checksum = "2d7a51646d9ff1d91abd0186d2c074f0dfd3b1a2d55f08a229a2f2e4bc6d1e49" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", "paste", - "polkavm-derive 0.5.0", + "polkavm-derive", "scale-info", ] @@ -7768,38 +7771,38 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f51344679f168ecc258bf52d0a9578f6c3043e2aff4b9147004c7b8429460370" +checksum = "43080685819927c77fb38dda17e593eab2478406d674dd8c69200129cf613e77" dependencies = [ "assert_matches", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-democracy" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1603fc7a149fd1f8bc43349035a69370a024acc95d6a10a37d3b9e1f22cc58ab" +checksum = "83740afbabdabd41a9af23e1085db431b7d0aa10e542f6e1862aa14ff76eeec9" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7829,26 +7832,26 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da78b2feeba1286b66ac20cbfbcd321fe9d1d2bc15e9e31292023e9a66dbb819" +checksum = "fd4127300982c54fb31630a3a002daeb060556c0d0ca17031975fe25d613f432" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-election-provider-support 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-election-provider-support-benchmarking 30.0.0", + "pallet-election-provider-support-benchmarking 31.0.0", "parity-scale-codec", "rand", "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-npos-elections 29.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-npos-elections 30.0.0", + "sp-runtime 35.0.0", "sp-std", - "strum 0.24.1", + "strum 0.26.3", ] [[package]] @@ -7868,36 +7871,36 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1b20f98b9a1497a59d2b0eca0051c5ada89851bf29b26fda3a2cfe934a32116" +checksum = "8d47f77fc73b1caf6317515e884a1451786c8b71fddd910b753a73da7ee4fe84" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-election-provider-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", - "sp-npos-elections 29.0.0", - "sp-runtime 34.0.0", + "sp-npos-elections 30.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-elections-phragmen" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de22659bdd6190e4f94936f0d338e67dde80e537fe22c30eb96ceab9f0d9914f" +checksum = "08fe6701c248d87e489e998230180b112e639db09c0a50cf6e44cf399bc1028f" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-npos-elections 29.0.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-npos-elections 30.0.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -7923,21 +7926,21 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24717c932bd68705e3a5b6b9311a31e57b354274de1c373feb9ca920f6a3e439" +checksum = "df2f9df9cbcba5c986e8abb00dc6184cacebcd96064f706bbd47c870255fa4f1" dependencies = [ "docify", - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-election-provider-support 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -7967,25 +7970,25 @@ dependencies = [ [[package]] name = "pallet-grandpa" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9f8a78e4f5e2399596fa918f22e588e034d78c13a46925313abb4b152a9d919" +checksum = "6beb51686baee78fc838861b825c1b8f1b66a7633dc502dc70da491aed82dcbb" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-authorship 31.0.0", - "pallet-session 31.0.0", + "pallet-authorship 32.0.0", + "pallet-session 32.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 33.0.0", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-staking 29.0.0", + "sp-application-crypto 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -8009,19 +8012,19 @@ dependencies = [ [[package]] name = "pallet-identity" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33bca13843a11add3909a8c4bffae547ba9fa3a11c07ac2f8afd670acd85cb15" +checksum = "6c5e41c45a18b5e71b05fd5789b210ce79dbddd454e9bc783dd188790be99d91" dependencies = [ "enumflags2", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8048,22 +8051,22 @@ dependencies = [ [[package]] name = "pallet-im-online" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39cb6cbcef9e9ab68a5e79429a1f32ebc8114e4c9c2c2b0356c1db212e3e0bc2" +checksum = "1c771c379dfa58623a6d88d021c7cebe1f9f4f4537155917f7a9c03b5b36c3ec" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-authorship 31.0.0", + "pallet-authorship 32.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", + "sp-application-crypto 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -8087,37 +8090,37 @@ dependencies = [ [[package]] name = "pallet-indices" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3e23345544e9b6635d296195c355a768c82a9e1d82138378ef5b80102828664" +checksum = "5b75dd0463b1ac775e8d154879e174e06fb8745b0896b8d9a3bd99d57135e914" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-keyring 34.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-keyring 35.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-membership" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8bb958b03ec28b6e7e97abfca28acb1c1d8e91ad5194537f6550c348fc60f54" +checksum = "b6d889d1ab1f8c78dddbe5aa107ae0004f066a79384af010e58539a71c84cbe1" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8144,23 +8147,23 @@ dependencies = [ [[package]] name = "pallet-message-queue" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "063b2e7912fbbe67985e68e460f2f242b90de48a63a1f03dd2ae022154ba25e9" +checksum = "1bd58fa73c9e498414c9e6757f5ff1dbb81b9c7439231018c19aca99c35fd35b" dependencies = [ "environmental", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-weights 30.0.0", + "sp-weights 31.0.0", ] [[package]] @@ -8184,20 +8187,20 @@ dependencies = [ [[package]] name = "pallet-mmr" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44f5356b869f71205d53ed686846075ebb7d67824f334289ebbe6c61766c90c6" +checksum = "cfe22ce913c1862862a7ce3180b1a52b544a04a629b92c6dff43c3975ee89d39" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-mmr-primitives 29.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-mmr-primitives 30.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8220,36 +8223,36 @@ dependencies = [ [[package]] name = "pallet-multisig" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "284ff5c6675ac6438c2f4a20d75627ad4b6d7c78bb5fd911198e34ce48bc7cf2" +checksum = "57b3d75a9319f7bcb58920ecc087aa246cc4cac0bcf5c9f29bb44260315961db" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-nft-fractionalization" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "146f26bb84d332034fe4bb1d5938179b23bed20f8aaf3cf37c777014eb35cad6" +checksum = "677e05e538410a056620e737a4b9c9073a2636fcaab99609a57d0c706af4b186" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-assets 32.0.0", - "pallet-nfts 25.0.0", + "pallet-assets 33.0.0", + "pallet-nfts 26.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8274,20 +8277,20 @@ dependencies = [ [[package]] name = "pallet-nfts" -version = "25.0.0" +version = "26.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fed85cb8969cfbbf7681f16bc2d240cf377af021046c5628d563c8ed041aa26" +checksum = "190767bc88a1a23f51fccc445a271639fd5a88f1811291d801221e5b9b5b48cc" dependencies = [ "enumflags2", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8305,30 +8308,30 @@ dependencies = [ [[package]] name = "pallet-nfts-runtime-api" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3881d652cf44b1cb8fb6f2b2b25a950338692c3d5f49c5e621a5cf9a1a88c76" +checksum = "b086ef37b5a2ab6d9c67929bd26480dfc128023039f238f6bc2b25a7348c1232" dependencies = [ - "pallet-nfts 25.0.0", + "pallet-nfts 26.0.0", "parity-scale-codec", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-std", ] [[package]] name = "pallet-nis" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "948a11c933d345bfd7750e92b5650656e4d967f4fbcf7e36200ef7063985b9c6" +checksum = "5f73f50b2cfeb31dad13e3bd628245bf9f2d8edc98ba3c7591c2f3303304a185" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8349,27 +8352,27 @@ dependencies = [ "sp-runtime 32.0.0", "sp-staking 27.0.0", "sp-std", - "sp-tracing", + "sp-tracing 16.0.0", ] [[package]] name = "pallet-nomination-pools" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "781148c86c07aca84f471d06b449d7098e94d76bc08dd7e69bcb2572264d1b20" +checksum = "e763dbe561c25187466eabb92d6193ad6098fb656a0dc807ebefbb237f903171" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-balances 31.0.0", + "pallet-balances 33.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", "sp-std", - "sp-tracing", + "sp-tracing 17.0.0", ] [[package]] @@ -8395,22 +8398,22 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d267d96d52b7bb17b5bd1333375f86a58595a457218ddc82ddec32c194806713" +checksum = "a563a0a45f55c747819f1220adc27e492c5c7040e3a4f597d6e0e959f9742aa1" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-bags-list 30.0.0", - "pallet-nomination-pools 28.0.0", - "pallet-staking 31.0.0", + "frame-benchmarking 32.0.0", + "frame-election-provider-support 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-bags-list 31.0.0", + "pallet-nomination-pools 29.0.0", + "pallet-staking 32.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", - "sp-runtime-interface 26.0.0", - "sp-staking 29.0.0", + "sp-runtime 35.0.0", + "sp-runtime-interface 27.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -8428,13 +8431,13 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" -version = "26.0.0" +version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc2055f407f235071239494548d86f4f6d5c6ec24968fd8dcac553e00e08588d" +checksum = "8ce49d48a75a006539583808e526d303a09afd8621d3351ad52f8a4ca62fe8a8" dependencies = [ - "pallet-nomination-pools 28.0.0", + "pallet-nomination-pools 29.0.0", "parity-scale-codec", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-std", ] @@ -8458,19 +8461,19 @@ dependencies = [ [[package]] name = "pallet-offences" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f42b47ac29f107f30213d259cc0f73e1270743b66909fc7c9079d691a891b5a" +checksum = "621a7fe9a24a3f69cbb14b06c94894b81ad0aa549dbfff178c9236876cf5a892" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-balances 31.0.0", + "pallet-balances 33.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -8501,26 +8504,26 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d0745d6fd98a6ef7b19139470a28f9b9530b425c03dc02fbd773c989fe0a96b" +checksum = "ca2c55d655bb56fb48c12fa98f1b6ea292ff58a0cf791cc7c180bb77ea73ac83" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-election-provider-support 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-babe 31.0.0", - "pallet-balances 31.0.0", - "pallet-grandpa 31.0.0", - "pallet-im-online 30.0.0", - "pallet-offences 30.0.0", - "pallet-session 31.0.0", - "pallet-staking 31.0.0", + "pallet-babe 32.0.0", + "pallet-balances 33.0.0", + "pallet-grandpa 32.0.0", + "pallet-im-online 31.0.0", + "pallet-offences 31.0.0", + "pallet-session 32.0.0", + "pallet-staking 32.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -8544,19 +8547,19 @@ dependencies = [ [[package]] name = "pallet-preimage" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d01a900fe79c5f0762ccc29a11dda2799830ce233aa5384b2f13d9cc28e2e70" +checksum = "c28de923b335df5fc38c9e0b565230120184f5e195624a386cd9bec90fda4b55" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8578,53 +8581,53 @@ dependencies = [ [[package]] name = "pallet-proxy" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61918227f99ed2b322bf9050337773c8a40908b2f6a800352a20485e5ba0ef1c" +checksum = "936d02c265142821c0144336d6724ec1fc56ddf333837f5ab502798fab5a447e" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-ranked-collective" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47fbdfc5da0a70c788be3ea594153c825b4e79ae6a83499f38c251cdb5a726c0" +checksum = "9a6a4587dc3f5438631db3c2ec019f31723c4a7949cf63945f111b6c509d0a97" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-recovery" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7cf473e4b04cd9ba40ed8963a03499de0a1a84c8eb9343b569b15bab6bb47a79" +checksum = "dc2320f4d3b35c47180c80a6ea560d25e491d5812486c8691bdd297b5425f11b" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8650,37 +8653,37 @@ dependencies = [ [[package]] name = "pallet-referenda" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b515fdbcade5b8a507e1a8ffc8b5a59725b1c8c71cfc6f8f5ae490e4a33f732c" +checksum = "dbf5abb788c5e8e7960820288caa043f5d037a63248453d493e617a2445790a4" dependencies = [ "assert_matches", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic 25.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-root-testing" -version = "7.0.0" +version = "8.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7926eb378bda52162a713aca44a6faab5fc7d6867f82ac14ba375df2b33eaa7f" +checksum = "cd630721c9f07bdf90e4cade8f825d1842af9f68f470de186087a3d1f0090970" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8705,21 +8708,21 @@ dependencies = [ [[package]] name = "pallet-scheduler" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44f81ff1151067225c2c359a132880e084a1c72656457fe443147ed2e6daaac2" +checksum = "87fac215d9cf301396720219c4d04e4fe7fcf44d14d4be71f9c3ae3df3cead74" dependencies = [ "docify", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-weights 30.0.0", + "sp-weights 31.0.0", ] [[package]] @@ -8747,25 +8750,25 @@ dependencies = [ [[package]] name = "pallet-session" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17951aa288869e5afe5815eedc7038dd50b9741d215b66323ff4a12f5686ac15" +checksum = "061827f23d4a702a2e159ff84286a0a89488615c31ad05a9af7cc93a57e2b441" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "log", - "pallet-timestamp 30.0.0", + "pallet-timestamp 31.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-staking 29.0.0", - "sp-state-machine 0.38.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-staking 30.0.0", + "sp-state-machine 0.39.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] @@ -8788,38 +8791,38 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "118d0e5a8c09dbb1c7326021335aab36546846c678b3ce79301ace02cec260f7" +checksum = "817dd673f7d0b965639d27def260f7ff7a1535f2c5016a611445a8e4dedcf5cd" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-session 31.0.0", - "pallet-staking 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-session 32.0.0", + "pallet-staking 32.0.0", "parity-scale-codec", "rand", - "sp-runtime 34.0.0", - "sp-session 30.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", "sp-std", ] [[package]] name = "pallet-society" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f3255dc30ce7ebfd7ee59b1890d1f0091f416f486532d4eaf795dc209e3c28e" +checksum = "4a89d24f9a15ae30d56fb9de190200d43735f4c055dcbe1c1259d3d4219da42a" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "rand_chacha 0.2.2", "scale-info", - "sp-arithmetic 25.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8849,25 +8852,25 @@ dependencies = [ [[package]] name = "pallet-staking" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baeb3d22e737307280e2047cba983cc9aa477a6f4c3001e8c1f07077d148c8f7" +checksum = "2b8ab61dc6b74c79ad396732c1850dafa89109b749b2b651a1d4f20f45f596a3" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-election-provider-support 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-authorship 31.0.0", - "pallet-session 31.0.0", + "pallet-authorship 32.0.0", + "pallet-session 32.0.0", "parity-scale-codec", "rand_chacha 0.2.2", "scale-info", "serde", - "sp-application-crypto 33.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", + "sp-application-crypto 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -8895,12 +8898,12 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" -version = "21.0.0" +version = "22.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e341c47481040b68edcf166ad34633c4c5da20d1559413e68387da935a6ae18" +checksum = "988a7ebeacc84d4bdb0b12409681e956ffe35438447d8f8bc78db547cffb6ebc" dependencies = [ "log", - "sp-arithmetic 25.0.0", + "sp-arithmetic 26.0.0", ] [[package]] @@ -8916,13 +8919,13 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b398bbc910ed6e7e2fd76251910a8895e7c3343023e2279124568a1c860cab54" +checksum = "4b8792b235b42d70e177301cd7e2e2b1afc828f1a6ddfa0639c481cd0c125078" dependencies = [ "parity-scale-codec", - "sp-api 29.0.0", - "sp-staking 29.0.0", + "sp-api 30.0.0", + "sp-staking 30.0.0", ] [[package]] @@ -8945,19 +8948,19 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de51e792bcf770a00c5adf8db67f35dae450f445d36fa4b650980017063a62aa" +checksum = "bd3e2b1355eb2e08c2de3b14b175decf8ed49bf50de6cc44f97279257c325694" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8980,18 +8983,18 @@ dependencies = [ [[package]] name = "pallet-sudo" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a00abb554e916fd31ffbc792bff01e2dd9961a0a4bb781d27ef5f30c908ac2f6" +checksum = "abdecbca3760e93bb757313495ca7d2437e6141e728a2d266a85884c43d74c0e" dependencies = [ "docify", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -9012,48 +9015,48 @@ dependencies = [ "sp-io 31.0.0", "sp-runtime 32.0.0", "sp-std", - "sp-storage", + "sp-storage 20.0.0", "sp-timestamp 27.0.0", ] [[package]] name = "pallet-timestamp" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb766403f8cabcedb1725326befd7253de3e4c1d3b3d5f7c40adc49ebee5040c" +checksum = "196720afcbee2f2fd1acfed5a667cffb3914d1311b36adb4d1a3a67d7010e2a5" dependencies = [ "docify", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-storage", - "sp-timestamp 29.0.0", + "sp-storage 21.0.0", + "sp-timestamp 30.0.0", ] [[package]] name = "pallet-tips" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fee0ebf5ee31239f9017785cecd54b46be26edef126b6369af477d67f5088ffb" +checksum = "5e3c596b6fb68e70f890436d212af74d19154be438ae0255e5ddeea10e5ec91a" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-treasury 30.0.0", + "pallet-treasury 31.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -9076,36 +9079,36 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12df1de833ad0abff5daa53f80594d6ef66d250cc1ae073c01e406ce37bbf25e" +checksum = "dedf412abd258989da4a26946f7e480c4335ffc837baef4ef21ba91cd56ba8ee" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-transaction-payment-rpc" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17b3e7cc2ef454af06e0d73e180d2f22c7f6714dca7c1d4a3cc95786041e42c2" +checksum = "95122a5483521f5186a008326514e5a579931cc1d36980bbca5bb2b566ca334f" dependencies = [ "jsonrpsee", - "pallet-transaction-payment-rpc-runtime-api 31.0.0", + "pallet-transaction-payment-rpc-runtime-api 32.0.0", "parity-scale-codec", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-rpc", - "sp-runtime 34.0.0", - "sp-weights 30.0.0", + "sp-runtime 35.0.0", + "sp-weights 31.0.0", ] [[package]] @@ -9123,15 +9126,15 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e060567db5e59e3f26cc274cb9fc5db5af160ac67062d61e488f7887fef5470" +checksum = "37d4686402973e542eb83da077b46641643834220fbae74a98bcffa762d99e91" dependencies = [ - "pallet-transaction-payment 31.0.0", + "pallet-transaction-payment 32.0.0", "parity-scale-codec", - "sp-api 29.0.0", - "sp-runtime 34.0.0", - "sp-weights 30.0.0", + "sp-api 30.0.0", + "sp-runtime 35.0.0", + "sp-weights 31.0.0", ] [[package]] @@ -9156,21 +9159,21 @@ dependencies = [ [[package]] name = "pallet-treasury" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "174da255855136b4bf7174a1499ddf20134efe75d59fac4709244fe813534656" +checksum = "ac957446c936a57417ff7a4866f3463f7f2f49d9bb2daed81093c2de8f0cceaf" dependencies = [ "docify", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", - "pallet-balances 31.0.0", + "pallet-balances 33.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -9209,18 +9212,18 @@ dependencies = [ [[package]] name = "pallet-utility" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73c54ec28e67769b35a650d497ddd10bf0dd783d14965a1034cdcb71ae1d1442" +checksum = "9d770b7c961afe12adc5a727a5d02b44ef09ce38d1dd5923793b3e52e5afde3c" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -9242,17 +9245,17 @@ dependencies = [ [[package]] name = "pallet-vesting" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a5627016e1cb40d02bf589507429558208c05948d1399ab405307bfe3b1d967" +checksum = "24ce37af22cc31883dfdafa334c4e1f7cea8f2d4fb964f3aa88d77d5eea7ba94" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -9274,17 +9277,17 @@ dependencies = [ [[package]] name = "pallet-whitelist" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a68e2271ffe7a20565b7539931b9c01f29039ab151ac14fd93032e81f250727f" +checksum = "28f118e773504b4160eb199d5504d3351d360e9ba64197d72384ee0c5ce1c0e1" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-api 29.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -9314,26 +9317,27 @@ dependencies = [ [[package]] name = "pallet-xcm" -version = "10.0.1" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd52ee00a54f8b6ff3a90e97622b2403667ef25105dd08d71d45a7075c0ba478" +checksum = "649a096b0c178cb81b0e11fac4d2c67eda7cdae949d2a4c7ef693d2b39d677c6" dependencies = [ "bounded-collections 0.2.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-balances 31.0.0", + "pallet-balances 33.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", + "staging-xcm-executor 11.0.0", + "xcm-fee-payment-runtime-api", ] [[package]] @@ -9358,22 +9362,22 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3af346fe874360fdd3e36a63cac72a891283b63a2865b28f8afccaa63472fd40" +checksum = "14af05792aec4a80c211f029ddc370cc3b0d2153f8adbbb0982d637768837bf0" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", + "staging-xcm-executor 11.0.0", ] [[package]] @@ -9398,22 +9402,22 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub-router" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d565232e0b191f9ba84ae2b0549122493e283daee73c8f1d46864b2151d17c3" +checksum = "5e3e699ac017c1ea645c97e6a42d4c193f69282ca37c4197fc2a1cc9e69c2dc6" dependencies = [ - "bp-xcm-bridge-hub-router 0.9.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-xcm-bridge-hub-router 0.10.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", ] [[package]] @@ -9450,66 +9454,66 @@ dependencies = [ [[package]] name = "parachains-common" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5539fb10c2901cf120d3db87f6ee1568696ccce30cea1a0d0cdee31f64f1da37" +checksum = "375e035fedfe5e0a6b4de6d29c56f8ed5ca64f421a883e7e5bcdc37a76a7c715" dependencies = [ - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-utility 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-utility 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-asset-tx-payment 31.0.0", - "pallet-assets 32.0.0", - "pallet-authorship 31.0.0", - "pallet-balances 31.0.0", - "pallet-collator-selection 12.0.1", - "pallet-message-queue 34.0.0", - "pallet-xcm 10.0.1", + "pallet-asset-tx-payment 32.0.0", + "pallet-assets 33.0.0", + "pallet-authorship 32.0.0", + "pallet-balances 33.0.0", + "pallet-collator-selection 13.0.1", + "pallet-message-queue 35.0.0", + "pallet-xcm 11.0.0", "parity-scale-codec", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "scale-info", - "sp-consensus-aura 0.35.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-consensus-aura 0.36.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-parachain-info 0.10.0", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", - "substrate-wasm-builder 20.0.0", + "staging-parachain-info 0.11.0", + "staging-xcm 11.0.0", + "staging-xcm-executor 11.0.0", + "substrate-wasm-builder 21.0.0", ] [[package]] name = "parachains-runtimes-test-utils" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f99223f27fe88a1d071e0ddf6e10556aacb6cb507658acc70957783830f6fc37" +checksum = "562cc3f9874133635992672539509c087126ada17ab738853b93b6fd76033a02" dependencies = [ - "cumulus-pallet-parachain-system 0.10.0", - "cumulus-pallet-xcmp-queue 0.10.0", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-parachain-inherent 0.10.0", + "cumulus-pallet-parachain-system 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-parachain-inherent 0.11.0", "cumulus-test-relay-sproof-builder", - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-balances 31.0.0", - "pallet-collator-selection 12.0.1", - "pallet-session 31.0.0", - "pallet-timestamp 30.0.0", - "pallet-xcm 10.0.1", - "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "sp-consensus-aura 0.35.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-balances 33.0.0", + "pallet-collator-selection 13.0.1", + "pallet-session 32.0.0", + "pallet-timestamp 31.0.0", + "pallet-xcm 11.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 10.0.0", + "sp-consensus-aura 0.36.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-tracing", - "staging-parachain-info 0.10.0", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", - "substrate-wasm-builder 20.0.0", + "sp-tracing 17.0.0", + "staging-parachain-info 0.11.0", + "staging-xcm 11.0.0", + "staging-xcm-executor 11.0.0", + "substrate-wasm-builder 21.0.0", ] [[package]] @@ -9766,7 +9770,7 @@ dependencies = [ "sp-session 28.0.0", "sp-staking 27.0.0", "sp-std", - "sp-storage", + "sp-storage 20.0.0", "sp-transaction-pool 27.0.0", "sp-version 30.0.0", "staging-xcm 8.0.1", @@ -9975,9 +9979,9 @@ checksum = "626dec3cac7cc0e1577a2ec3fc496277ec2baa084bebad95bb6fdbfae235f84c" [[package]] name = "polkadot-approval-distribution" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c71bcf7eaa793354f996553b9b472833f761d9cd9e9bf6b2123895da4df6a25b" +checksum = "9022a11f7a24b293242c08357ab90ca725b9a9153489fae32425ff8d43401dee" dependencies = [ "bitvec", "futures", @@ -9989,16 +9993,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "rand", "tracing-gum", ] [[package]] name = "polkadot-availability-bitfield-distribution" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b156f5a0a20ffcd852e266b865ad9149c6180a4cf1af07f334567c3b86f0fec" +checksum = "630bd08d1b8eeaab90585e50da11114827dbbd0fdf1e6e2a417a57dde01b40d8" dependencies = [ "always-assert", "futures", @@ -10006,16 +10010,16 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "rand", "tracing-gum", ] [[package]] name = "polkadot-availability-distribution" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "156b913d3eb7981ac8d540bacef09d5dac3a5d0584fa5a27fc8971870a02040a" +checksum = "74aab8badb2e230830978ea27a34749ec6d0a096ff5c12fb08935f85e7881283" dependencies = [ "derive_more", "fatality", @@ -10026,20 +10030,20 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "rand", "schnellru", - "sp-core 31.0.0", - "sp-keystore 0.37.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-availability-recovery" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d736bca91fe70f303d09a1e251b7d3cb39164c94948d95a7769256ece066a3ed" +checksum = "1366718a28780768e5f2bd00c28445b0d37be21829b071a8b763534411978d81" dependencies = [ "async-trait", "fatality", @@ -10050,7 +10054,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "rand", "sc-network", "schnellru", @@ -10061,9 +10065,9 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5509ed80ddcbb63c88b9f346b22f4b663e52dadf475118ec06406a0688817c55" +checksum = "a6cbe8ee58650efc6a414c940e0bc09462926cfa806ace62207297f6a78c65a7" dependencies = [ "cfg-if", "clap", @@ -10079,11 +10083,11 @@ dependencies = [ "sc-storage-monitor", "sc-sysinfo", "sc-tracing", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-keyring 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-keyring 35.0.0", "sp-maybe-compressed-blob", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "substrate-build-script-utils", "thiserror", "try-runtime-cli", @@ -10091,9 +10095,9 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c82682bdd0aea251ab8f31a1b06f4c2c1c494e80fed4fc13ca9bc7622870bc82" +checksum = "fdade551b33b767772d5bca1e19e4b8ea3dadb0154401dac2e578d9f73889d55" dependencies = [ "bitvec", "fatality", @@ -10103,10 +10107,10 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", + "polkadot-primitives 11.0.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", "thiserror", "tokio-util", "tracing-gum", @@ -10127,22 +10131,22 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44c2f38f3195108e9da39b9845895bb3dff76f1c7b31409143febeb1560cd276" +checksum = "9792d6e3323b0bd7372a489bd3dd52afb09436919d073d45302f8e55f48ea4fd" dependencies = [ "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "polkadot-dispute-distribution" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5331cccd51a1593bc26a1619964f49876629589139cdf46151c21a6308c6bad" +checksum = "62c223fda0baf1414d963922e555001b32f6c13308b8b47081fa75959933cf2c" dependencies = [ "derive_more", "fatality", @@ -10155,58 +10159,58 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-network", "schnellru", - "sp-application-crypto 33.0.0", - "sp-keystore 0.37.0", + "sp-application-crypto 34.0.0", + "sp-keystore 0.38.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-erasure-coding" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4842b32ecf4ab29521f1f9dd199c35398cd101883912f74e070658cd465037af" +checksum = "cf840ff7a6337715e20e1afd76fd20dae11ebb049d89855ee2bf47b36b0e6249" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "reed-solomon-novelpoly", - "sp-core 31.0.0", - "sp-trie 32.0.0", + "sp-core 32.0.0", + "sp-trie 33.0.0", "thiserror", ] [[package]] name = "polkadot-gossip-support" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3165cced1fd975f43d21e8a0701b19461d07131ace5feae2bfeb8ea005953683" +checksum = "477f94e8c3eedd6cfcfdfe50a33d610d38dfec4668ff7f3baef8814ffb7da85e" dependencies = [ "futures", "futures-timer", "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "rand", "rand_chacha 0.3.1", "sc-network", "sc-network-common", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", + "sp-application-crypto 34.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-keystore 0.37.0", + "sp-keystore 0.38.0", "tracing-gum", ] [[package]] name = "polkadot-network-bridge" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48f34d1b7dde0d43c37aeacb37c199cbfc1c541a3ff03317fcb6bcc2d69501f6" +checksum = "bada301d390179f38d18f10435412c81f35fc8f6e357ed84516ca0018f8c6e21" dependencies = [ "always-assert", "async-trait", @@ -10219,7 +10223,7 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-network", "sp-consensus", "thiserror", @@ -10228,9 +10232,9 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1060f6954c43f120751ad3f2a54155541893fcf9a966f4a9ce5192ee7888fa1f" +checksum = "b81555b3a87382c8a7c5660b0b8a09dfd2573615086e7351ef95475a17e76b2d" dependencies = [ "futures", "parity-scale-codec", @@ -10238,8 +10242,8 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", - "sp-core 31.0.0", + "polkadot-primitives 11.0.0", + "sp-core 32.0.0", "sp-maybe-compressed-blob", "thiserror", "tracing-gum", @@ -10247,9 +10251,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "427edaa41cc878f0d22b3248e900d1f65760a92f6e230e7a54ff6118b8ef9c79" +checksum = "05e3f49e8102d9a0b20f6f96199040ea253708b34bd30e679481228ebf76ab23" dependencies = [ "bitvec", "derive_more", @@ -10264,26 +10268,26 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "rand", "rand_chacha 0.3.1", "rand_core 0.6.4", "sc-keystore", "schnellru", "schnorrkel 0.11.4", - "sp-application-crypto 33.0.0", + "sp-application-crypto 34.0.0", "sp-consensus", - "sp-consensus-slots 0.35.0", - "sp-runtime 34.0.0", + "sp-consensus-slots 0.36.0", + "sp-runtime 35.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-av-store" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "669f4ba3485a915853e94db99cf0dc5af9bccacd76b4d6f06550c5ecbd33d4aa" +checksum = "bb6fe8e8eaf3e368e93a24309d812bc1e5f91fe865a80c1c7cd182fe217c50a7" dependencies = [ "bitvec", "futures", @@ -10296,7 +10300,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sp-consensus", "thiserror", "tracing-gum", @@ -10304,9 +10308,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "307ec8006475fd2f5f878bbfd7c74368f4fde0fd10096925a85b5e027ace4889" +checksum = "2b5417cf48b5948ed665f847240135f1fa5415cc5d3e9013cc3140a632cbf156" dependencies = [ "bitvec", "fatality", @@ -10315,25 +10319,25 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "polkadot-statement-table", "schnellru", - "sp-keystore 0.37.0", + "sp-keystore 0.38.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-bitfield-signing" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8133ce90b5bfc6d81c8d124dd26ec86624eb88bb33e57c0fb59d1262c9224ea" +checksum = "c2365e3ddb8073f54e81b222e51a364cd3e38b7371bcd042017b73db2d523028" dependencies = [ "futures", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", - "sp-keystore 0.37.0", + "polkadot-primitives 11.0.0", + "sp-keystore 0.38.0", "thiserror", "tracing-gum", "wasm-timer", @@ -10341,9 +10345,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a4335b31f5d7dd3c59a7a061ca32061d290244fde416186fd22bee5093cf4bb" +checksum = "867b7c560556d063b4b93d0cec3a5f6932735311b5d66666105705b87fc36a9c" dependencies = [ "async-trait", "futures", @@ -10355,17 +10359,17 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sp-maybe-compressed-blob", "tracing-gum", ] [[package]] name = "polkadot-node-core-chain-api" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23b25733a45754fa4f049d26289994e379be21b132ca36982378604b53341104" +checksum = "c2ffcc24bbbc2a2523c599022b106f0b48213bf80ef75f490fe02ec79ab972e4" dependencies = [ "futures", "polkadot-node-metrics", @@ -10378,9 +10382,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c77a7c69bd67b0840c0f97c61637b798f6ec49c6a1c4cf153e4d8e8b22e34c45" +checksum = "a9971f3ef6226f6f12bede58e009aae16fc6fc636159ec1dc7f1add2bad87638" dependencies = [ "futures", "futures-timer", @@ -10389,16 +10393,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-dispute-coordinator" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea6fb7b632e37b5eff4d3ceb246a6d7277c82bb573cbc2360c37719a5e00df82" +checksum = "d3d839dc81ec2f6593fb33bfc4d0e469c56ee0953fd129cc10fe224f7f2ff0bd" dependencies = [ "fatality", "futures", @@ -10407,7 +10411,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-keystore", "schnellru", "thiserror", @@ -10416,27 +10420,27 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c904246202cb80fc3e3872e142d74958903515c3b91d3d4d88907cf8bca46e2" +checksum = "9d3f8faa7a013b08ebdf4e018b8f7daccfc2b13fdac154d361ceb5be9992647b" dependencies = [ "async-trait", "futures", "futures-timer", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sp-blockchain", - "sp-inherents 29.0.0", + "sp-inherents 30.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-prospective-parachains" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d343298e502e687bc2f8ae837cad538a9b5d60ce714ace58120cb91aeb41d1c1" +checksum = "5995f6998c35e9bbb8ab784714fcab7c9ddc6f0125cbd99a7175674a3f99f187" dependencies = [ "bitvec", "fatality", @@ -10445,16 +10449,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-provisioner" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9be87118cc96f05bd5a35bee2f8c495b894d23fbff1c954b15d7dbe4516564c" +checksum = "5ccd98d226f1a650827183e6807466d0569691dd4a8434a3974eea041c73a677" dependencies = [ "bitvec", "fatality", @@ -10463,7 +10467,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "schnellru", "thiserror", "tracing-gum", @@ -10471,9 +10475,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99c07e2dad8712e1e5978c6404aca20d2c7f1b5d6151d60277f49ce949b3ed5d" +checksum = "6db5f945f8f26982b46c5cb1ed9c37f29d7e851bd06dae97b2b04e6d46dd4b77" dependencies = [ "always-assert", "array-bytes 6.2.2", @@ -10485,18 +10489,18 @@ dependencies = [ "libc", "parity-scale-codec", "pin-project", - "polkadot-core-primitives 10.0.0", + "polkadot-core-primitives 11.0.0", "polkadot-node-core-pvf-common", "polkadot-node-metrics", "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", "rand", "slotmap", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-maybe-compressed-blob", - "sp-wasm-interface", + "sp-wasm-interface 21.0.0", "tempfile", "thiserror", "tokio", @@ -10505,26 +10509,26 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1536bf89078dca39061f2a4d742e11dc14da38ffa5b6ce84e5c454cf9fd9b151" +checksum = "275cab7ad2b38fdfb0c097485fe4f51e55e36c96330255edc38ccf121aa2171c" dependencies = [ "futures", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 10.0.0", - "sp-keystore 0.37.0", + "polkadot-primitives 11.0.0", + "sp-keystore 0.38.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-pvf-common" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2781bf5b07873b37ed5a76b28866367ea2529d4b91497c3db560c0eb59b2a2d9" +checksum = "2d1cf57c2204d9f80da258cfd1ca8e2ef7f366fa7810333da5f8519a05ba574d" dependencies = [ "cfg-if", "cpu-time", @@ -10533,42 +10537,42 @@ dependencies = [ "libc", "nix 0.27.1", "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-executor", "sc-executor-common", "sc-executor-wasmtime", "seccompiler", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-externalities 0.27.0", - "sp-io 33.0.0", - "sp-tracing", + "sp-externalities 0.28.0", + "sp-io 34.0.0", + "sp-tracing 17.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-runtime-api" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7065d7dd209b05ceaf3781ca0a7cdfcb0071c3a61a8357e37dff8587a94928d2" +checksum = "fd9c685da442b6dde17f0f1e4bd6bb4d6827c6af0dbe96bc603d3d4f8fd05953" dependencies = [ "futures", "polkadot-node-metrics", "polkadot-node-subsystem", "polkadot-node-subsystem-types", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "schnellru", - "sp-consensus-babe 0.35.0", + "sp-consensus-babe 0.36.0", "tracing-gum", ] [[package]] name = "polkadot-node-jaeger" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e14e65e3d9990d1f8f793a23c05c6aa82a551e551225ab86d2625474afef748f" +checksum = "cbefc5402f4eadf6dc976d8013c0e050947809a1442a6fc3c44640841c7df712" dependencies = [ "lazy_static", "log", @@ -10576,25 +10580,25 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "polkadot-node-primitives", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-network", - "sp-core 31.0.0", + "sp-core 32.0.0", "thiserror", "tokio", ] [[package]] name = "polkadot-node-metrics" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4ca58a67371546b66a011f0e27551094a8499a53223b16c164e769d25d981d0" +checksum = "ba41f6bbcb2261a92c452ffa2960301079a0922c832491b4e9aa3400887e33ac" dependencies = [ "bs58 0.5.1", "futures", "futures-timer", "log", "parity-scale-codec", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "prioritized-metered-channel", "sc-cli", "sc-service", @@ -10605,9 +10609,9 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67c3b078794c9c383ee3ceff65f2713ec81c033c6d8785ead5f7797e914c1fe3" +checksum = "915df9a38d99dc98216f8dce9a90f3ff2cee0d7fdf9b956c055844421b0d231b" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -10619,44 +10623,44 @@ dependencies = [ "parity-scale-codec", "polkadot-node-jaeger", "polkadot-node-primitives", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "rand", "sc-authority-discovery", "sc-network", - "strum 0.24.1", + "strum 0.26.3", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-primitives" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d9521abb7028ce7040f66a0786423bee2cdb7725ca46e5cee1f86191bcb2ed3" +checksum = "cf8d9fa95f0752c64635b2c8fc8c39b55eedb960f18a068d10720085c8ad06f6" dependencies = [ "bitvec", "bounded-vec", "futures", "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", "schnorrkel 0.11.4", "serde", - "sp-application-crypto 33.0.0", - "sp-consensus-babe 0.35.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", + "sp-application-crypto 34.0.0", + "sp-consensus-babe 0.36.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", "sp-maybe-compressed-blob", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "thiserror", "zstd 0.12.4", ] [[package]] name = "polkadot-node-subsystem" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7865c507f0eab9d816c40b1d4e2acb4e8f77db9efc8c0af23942d6b0f50e6f6" +checksum = "6d5bbd86b3014ce7cc71e1a90bf641e26c4cea98955522d350268efa97c58de9" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -10665,9 +10669,9 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf0e971c1377901212059b794b48acac9a855cac83f2e07dc1b708ca0e77ba64" +checksum = "ca25de72c086250c6b53ba0a868fcb1c99c305e0abbf5e3faf5568310dd4672b" dependencies = [ "async-trait", "bitvec", @@ -10677,26 +10681,26 @@ dependencies = [ "polkadot-node-jaeger", "polkadot-node-network-protocol", "polkadot-node-primitives", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "polkadot-statement-table", "sc-client-api", "sc-network", "sc-transaction-pool-api", "smallvec", - "sp-api 29.0.0", - "sp-authority-discovery 29.0.0", + "sp-api 30.0.0", + "sp-authority-discovery 30.0.0", "sp-blockchain", - "sp-consensus-babe 0.35.0", - "sp-runtime 34.0.0", + "sp-consensus-babe 0.36.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "polkadot-node-subsystem-util" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4937553bd1a5f9ee9343a1a227ae07237b48a29c99ecd53217b090ca84b753c6" +checksum = "3d61ee42f50de06ae2d0209cb49af9805b780d1042a49f74f9841d2095784827" dependencies = [ "async-trait", "derive_more", @@ -10716,23 +10720,23 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-types", "polkadot-overseer", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "prioritized-metered-channel", "rand", "sc-client-api", "schnellru", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", + "sp-application-crypto 34.0.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-overseer" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97415bc09e9dd20d44a019eaf0bb803ab3239a7eca20820b181e53901966fdbc" +checksum = "b6fa9663b506f2c6632468e1207e4a651ca16f2f4aba17d0a3d9e2fb828f02c5" dependencies = [ "async-trait", "futures", @@ -10743,10 +10747,10 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-primitives", "polkadot-node-subsystem-types", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-client-api", - "sp-api 29.0.0", - "sp-core 31.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", "tikv-jemalloc-ctl", "tracing-gum", ] @@ -10771,20 +10775,20 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b87dda07862f2b16f2c2b7d315f2b4549c896562d973d466b6d19de36aba30d" +checksum = "fe77e2febc4b87e7c0a63f857ce5c32a2680cae5f9c2740285cd7378ed1586ca" dependencies = [ "bounded-collections 0.2.0", "derive_more", "parity-scale-codec", - "polkadot-core-primitives 10.0.0", + "polkadot-core-primitives 11.0.0", "scale-info", "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-weights 30.0.0", + "sp-weights 31.0.0", ] [[package]] @@ -10817,42 +10821,42 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e01b525a35852e2861397eecbdb4a03dda69f14f7ca04968f2e06d6cba51dfb" +checksum = "71eabc294df35faa0877f6427e9a37d3b8323922aa0372cc9208e492d8f1b2f5" dependencies = [ "bitvec", "hex-literal", "log", "parity-scale-codec", - "polkadot-core-primitives 10.0.0", - "polkadot-parachain-primitives 9.0.0", + "polkadot-core-primitives 11.0.0", + "polkadot-parachain-primitives 10.0.0", "scale-info", "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.0", - "sp-authority-discovery 29.0.0", - "sp-consensus-slots 0.35.0", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-arithmetic 26.0.0", + "sp-authority-discovery 30.0.0", + "sp-consensus-slots 0.36.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", "sp-std", ] [[package]] name = "polkadot-rpc" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9bf68469a4e01a0c8a16869fde6de3071fbebdf836058c8afe8396470ef2c462" +checksum = "fb29231d3184c38d011a7bffea09a2c1724b5d7544d43d6159aaa3870ae74e26" dependencies = [ "jsonrpsee", "mmr-rpc", "pallet-transaction-payment-rpc", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-chain-spec", "sc-client-api", "sc-consensus-babe", @@ -10866,13 +10870,13 @@ dependencies = [ "sc-rpc-spec-v2", "sc-sync-state-rpc", "sc-transaction-pool-api", - "sp-api 29.0.0", - "sp-block-builder 29.0.0", + "sp-api 30.0.0", + "sp-block-builder 30.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.35.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", + "sp-consensus-babe 0.36.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", "substrate-frame-rpc-system", "substrate-state-trie-migration-rpc", ] @@ -10931,53 +10935,53 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1abd7bff20e17e025a4e001aff55dfefcfd7ef8a8ae138de44998a012e227f2" +checksum = "27c9469b179e1bef848bbf051df1bd529b2b9a2a0428c0f87527586a5bca3848" dependencies = [ "bitvec", - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-election-provider-support 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "libsecp256k1", "log", - "pallet-asset-rate 10.0.0", - "pallet-authorship 31.0.0", - "pallet-babe 31.0.0", - "pallet-balances 31.0.0", - "pallet-broker 0.9.0", - "pallet-election-provider-multi-phase 30.0.0", - "pallet-fast-unstake 30.0.0", - "pallet-identity 31.0.0", - "pallet-session 31.0.0", - "pallet-staking 31.0.0", - "pallet-staking-reward-fn 21.0.0", - "pallet-timestamp 30.0.0", - "pallet-transaction-payment 31.0.0", - "pallet-treasury 30.0.0", - "pallet-vesting 31.0.0", - "parity-scale-codec", - "polkadot-primitives 10.0.0", - "polkadot-runtime-parachains 10.0.0", + "pallet-asset-rate 11.0.0", + "pallet-authorship 32.0.0", + "pallet-babe 32.0.0", + "pallet-balances 33.0.0", + "pallet-broker 0.10.0", + "pallet-election-provider-multi-phase 31.0.0", + "pallet-fast-unstake 31.0.0", + "pallet-identity 32.0.0", + "pallet-session 32.0.0", + "pallet-staking 32.0.0", + "pallet-staking-reward-fn 22.0.0", + "pallet-timestamp 31.0.0", + "pallet-transaction-payment 32.0.0", + "pallet-treasury 31.0.0", + "pallet-vesting 32.0.0", + "parity-scale-codec", + "polkadot-primitives 11.0.0", + "polkadot-runtime-parachains 11.0.0", "rustc-hex", "scale-info", "serde", "serde_derive", - "slot-range-helper 10.0.0", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-npos-elections 29.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-staking 29.0.0", - "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", + "slot-range-helper 11.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-npos-elections 30.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-staking 30.0.0", + "sp-std", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", + "staging-xcm-executor 11.0.0", "static_assertions", ] @@ -10992,21 +10996,21 @@ dependencies = [ "parity-scale-codec", "polkadot-primitives 8.0.1", "sp-std", - "sp-tracing", + "sp-tracing 16.0.0", ] [[package]] name = "polkadot-runtime-metrics" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fed9088becfd874b6dbf064f9d1dd1bfa2e3c2188459a572aac2e689c028772" +checksum = "d3c04cc730f9ddcd9a663eddb95915d783704d11ea12eb2882c0abe18968b9de" dependencies = [ "bs58 0.5.1", - "frame-benchmarking 31.0.0", + "frame-benchmarking 32.0.0", "parity-scale-codec", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sp-std", - "sp-tracing", + "sp-tracing 17.0.0", ] [[package]] @@ -11061,66 +11065,66 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ce601c5f1005ff1d315c1e5c161a73e63e54bf23527f98c2bfa3ffc5b22f5e6" +checksum = "32edd5b366f1e45995f613997ed259993cd2746f0407f186136696d54e24d784" dependencies = [ "bitflags 1.3.2", "bitvec", "derive_more", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "log", - "pallet-authority-discovery 31.0.1", - "pallet-authorship 31.0.0", - "pallet-babe 31.0.0", - "pallet-balances 31.0.0", - "pallet-broker 0.9.0", - "pallet-message-queue 34.0.0", - "pallet-session 31.0.0", - "pallet-staking 31.0.0", - "pallet-timestamp 30.0.0", - "pallet-vesting 31.0.0", - "parity-scale-codec", - "polkadot-core-primitives 10.0.0", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", - "polkadot-runtime-metrics 10.0.0", + "pallet-authority-discovery 32.0.0", + "pallet-authorship 32.0.0", + "pallet-babe 32.0.0", + "pallet-balances 33.0.0", + "pallet-broker 0.10.0", + "pallet-message-queue 35.0.0", + "pallet-session 32.0.0", + "pallet-staking 32.0.0", + "pallet-timestamp 31.0.0", + "pallet-vesting 32.0.0", + "parity-scale-codec", + "polkadot-core-primitives 11.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-metrics 11.0.0", "rand", "rand_chacha 0.3.1", "rustc-hex", "scale-info", "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-staking 29.0.0", - "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-staking 30.0.0", + "sp-std", + "staging-xcm 11.0.0", + "staging-xcm-executor 11.0.0", "static_assertions", ] [[package]] name = "polkadot-service" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "322db94a98084bf62ac2c58194856d823455ceb74000c9602f817b8b738a8f78" +checksum = "f276b38deaab6bff3ddfe061331901196ff992f76398bd0abc78382f4f115cf0" dependencies = [ "async-trait", - "frame-benchmarking 31.0.0", + "frame-benchmarking 32.0.0", "frame-benchmarking-cli", - "frame-support 31.0.0", - "frame-system 31.0.0", - "frame-system-rpc-runtime-api 29.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "frame-system-rpc-runtime-api 30.0.0", "futures", "hex-literal", "is_executable", @@ -11128,11 +11132,10 @@ dependencies = [ "kvdb-rocksdb", "log", "mmr-gadget", - "pallet-babe 31.0.0", - "pallet-im-online 30.0.0", - "pallet-staking 31.0.0", - "pallet-transaction-payment 31.0.0", - "pallet-transaction-payment-rpc-runtime-api 31.0.0", + "pallet-babe 32.0.0", + "pallet-staking 32.0.0", + "pallet-transaction-payment 32.0.0", + "pallet-transaction-payment-rpc-runtime-api 32.0.0", "parity-db", "parity-scale-codec", "parking_lot 0.12.1", @@ -11141,7 +11144,7 @@ dependencies = [ "polkadot-availability-distribution", "polkadot-availability-recovery", "polkadot-collator-protocol", - "polkadot-core-primitives 10.0.0", + "polkadot-core-primitives 11.0.0", "polkadot-dispute-distribution", "polkadot-gossip-support", "polkadot-network-bridge", @@ -11166,10 +11169,10 @@ dependencies = [ "polkadot-node-subsystem-types", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", "polkadot-rpc", - "polkadot-runtime-parachains 10.0.0", + "polkadot-runtime-parachains 11.0.0", "polkadot-statement-distribution", "rococo-runtime", "sc-authority-discovery", @@ -11198,40 +11201,42 @@ dependencies = [ "schnellru", "serde", "serde_json", - "sp-api 29.0.0", - "sp-authority-discovery 29.0.0", - "sp-block-builder 29.0.0", + "sp-api 30.0.0", + "sp-authority-discovery 30.0.0", + "sp-block-builder 30.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.35.0", - "sp-consensus-beefy 16.0.0", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-keyring 34.0.0", - "sp-keystore 0.37.0", - "sp-mmr-primitives 29.0.0", - "sp-offchain 29.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-state-machine 0.38.0", - "sp-storage", - "sp-timestamp 29.0.0", - "sp-transaction-pool 29.0.0", - "sp-version 32.0.0", - "sp-weights 30.0.0", + "sp-consensus-babe 0.36.0", + "sp-consensus-beefy 17.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-keyring 35.0.0", + "sp-keystore 0.38.0", + "sp-mmr-primitives 30.0.0", + "sp-offchain 30.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-state-machine 0.39.0", + "sp-storage 21.0.0", + "sp-timestamp 30.0.0", + "sp-transaction-pool 30.0.0", + "sp-version 33.0.0", + "sp-weights 31.0.0", + "staging-xcm 11.0.0", "substrate-prometheus-endpoint", "thiserror", "tracing-gum", "westend-runtime", + "xcm-fee-payment-runtime-api", ] [[package]] name = "polkadot-statement-distribution" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38a4ef148c9bbed26f8630311ac26c9df1c07195a46a84fb5e8e7e7122e90248" +checksum = "ded486e00b2d5bdc589b4b75c722d7a2b2f4669bd3b492227d3501d60db1b4ec" dependencies = [ "arrayvec 0.7.4", "bitvec", @@ -11244,22 +11249,22 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", - "sp-keystore 0.37.0", - "sp-staking 29.0.0", + "polkadot-primitives 11.0.0", + "sp-keystore 0.38.0", + "sp-staking 30.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-statement-table" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a18144720acd47e1243b60c20bfb03f73dc67cbaf61bf2820991961e1ebb803b" +checksum = "efc9894c6ae63eb4ba1724cc4859db2224038b770b3ac1bf05f0650cbf01dca7" dependencies = [ "parity-scale-codec", - "polkadot-primitives 10.0.0", - "sp-core 31.0.0", + "polkadot-primitives 11.0.0", + "sp-core 32.0.0", "tracing-gum", ] @@ -11272,7 +11277,7 @@ dependencies = [ "libc", "log", "polkavm-assembler", - "polkavm-common 0.9.0", + "polkavm-common", "polkavm-linux-raw", ] @@ -11285,18 +11290,6 @@ dependencies = [ "log", ] -[[package]] -name = "polkavm-common" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88b4e215c80fe876147f3d58158d5dfeae7dabdd6047e175af77095b78d0035c" - -[[package]] -name = "polkavm-common" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92c99f7eee94e7be43ba37eef65ad0ee8cbaf89b7c00001c3f6d2be985cb1817" - [[package]] name = "polkavm-common" version = "0.9.0" @@ -11306,56 +11299,13 @@ dependencies = [ "log", ] -[[package]] -name = "polkavm-derive" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6380dbe1fb03ecc74ad55d841cfc75480222d153ba69ddcb00977866cbdabdb8" -dependencies = [ - "polkavm-derive-impl 0.5.0", - "syn 2.0.55", -] - -[[package]] -name = "polkavm-derive" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79fa916f7962348bd1bb1a65a83401675e6fc86c51a0fdbcf92a3108e58e6125" -dependencies = [ - "polkavm-derive-impl-macro 0.8.0", -] - [[package]] name = "polkavm-derive" version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ae8c4bea6f3e11cd89bb18bcdddac10bd9a24015399bd1c485ad68a985a19606" dependencies = [ - "polkavm-derive-impl-macro 0.9.0", -] - -[[package]] -name = "polkavm-derive-impl" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc8211b3365bbafb2fb32057d68b0e1ca55d079f5cf6f9da9b98079b94b3987d" -dependencies = [ - "polkavm-common 0.5.0", - "proc-macro2", - "quote", - "syn 2.0.55", -] - -[[package]] -name = "polkavm-derive-impl" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c10b2654a8a10a83c260bfb93e97b262cf0017494ab94a65d389e0eda6de6c9c" -dependencies = [ - "polkavm-common 0.8.0", - "proc-macro2", - "quote", - "syn 2.0.55", + "polkavm-derive-impl-macro", ] [[package]] @@ -11364,29 +11314,19 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c4fdfc49717fb9a196e74a5d28e0bc764eb394a2c803eb11133a31ac996c60c" dependencies = [ - "polkavm-common 0.9.0", + "polkavm-common", "proc-macro2", "quote", "syn 2.0.55", ] -[[package]] -name = "polkavm-derive-impl-macro" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15e85319a0d5129dc9f021c62607e0804f5fb777a05cdda44d750ac0732def66" -dependencies = [ - "polkavm-derive-impl 0.8.0", - "syn 2.0.55", -] - [[package]] name = "polkavm-derive-impl-macro" version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ba81f7b5faac81e528eb6158a6f3c9e0bb1008e0ffa19653bc8dea925ecb429" dependencies = [ - "polkavm-derive-impl 0.9.0", + "polkavm-derive-impl", "syn 2.0.55", ] @@ -11400,7 +11340,7 @@ dependencies = [ "hashbrown 0.14.3", "log", "object 0.32.2", - "polkavm-common 0.9.0", + "polkavm-common", "regalloc2 0.9.3", "rustc-demangle", ] @@ -11477,11 +11417,11 @@ dependencies = [ "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-service", - "cumulus-primitives-aura 0.10.0", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-parachain-inherent 0.10.0", + "cumulus-primitives-aura 0.11.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-parachain-inherent 0.11.0", "cumulus-relay-chain-interface", - "frame-benchmarking 31.0.0", + "frame-benchmarking 32.0.0", "frame-benchmarking-cli", "futures", "jsonrpsee", @@ -11489,7 +11429,7 @@ dependencies = [ "pallet-transaction-payment-rpc", "parity-scale-codec", "polkadot-cli", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "pop-runtime-common", "pop-runtime-devnet", "pop-runtime-testnet", @@ -11511,19 +11451,19 @@ dependencies = [ "sc-transaction-pool-api", "serde", "serde_json", - "sp-api 29.0.0", - "sp-block-builder 29.0.0", + "sp-api 30.0.0", + "sp-block-builder 30.0.0", "sp-blockchain", - "sp-consensus-aura 0.35.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-keystore 0.37.0", - "sp-offchain 29.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-timestamp 29.0.0", - "sp-transaction-pool 29.0.0", - "staging-xcm 10.0.0", + "sp-consensus-aura 0.36.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-keystore 0.38.0", + "sp-offchain 30.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-timestamp 30.0.0", + "sp-transaction-pool 30.0.0", + "staging-xcm 11.0.0", "substrate-build-script-utils", "substrate-frame-rpc-system", "substrate-prometheus-endpoint", @@ -11542,12 +11482,12 @@ dependencies = [ name = "pop-runtime-common" version = "0.0.0" dependencies = [ - "frame-support 31.0.0", - "parachains-common 10.0.0", + "frame-support 32.0.0", + "parachains-common 11.0.0", "parity-scale-codec", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -11555,147 +11495,147 @@ dependencies = [ name = "pop-runtime-devnet" version = "0.1.0" dependencies = [ - "cumulus-pallet-aura-ext 0.10.0", - "cumulus-pallet-parachain-system 0.10.0", - "cumulus-pallet-session-benchmarking 12.0.0", - "cumulus-pallet-xcm 0.10.0", - "cumulus-pallet-xcmp-queue 0.10.0", - "cumulus-primitives-aura 0.10.0", - "cumulus-primitives-core 0.10.0", + "cumulus-pallet-aura-ext 0.11.0", + "cumulus-pallet-parachain-system 0.11.0", + "cumulus-pallet-session-benchmarking 13.0.0", + "cumulus-pallet-xcm 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-aura 0.11.0", + "cumulus-primitives-core 0.11.0", "cumulus-primitives-storage-weight-reclaim", - "cumulus-primitives-utility 0.10.0", + "cumulus-primitives-utility 0.11.0", "enumflags2", "env_logger 0.11.3", - "frame-benchmarking 31.0.0", - "frame-executive 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "frame-system-benchmarking 31.0.0", - "frame-system-rpc-runtime-api 29.0.0", - "frame-try-runtime 0.37.0", + "frame-benchmarking 32.0.0", + "frame-executive 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "frame-system-benchmarking 32.0.0", + "frame-system-rpc-runtime-api 30.0.0", + "frame-try-runtime 0.38.0", "hex", "hex-literal", "log", - "pallet-assets 32.0.0", - "pallet-aura 30.0.0", - "pallet-authorship 31.0.0", - "pallet-balances 31.0.0", - "pallet-collator-selection 12.0.1", + "pallet-assets 33.0.0", + "pallet-aura 31.0.0", + "pallet-authorship 32.0.0", + "pallet-balances 33.0.0", + "pallet-collator-selection 13.0.1", "pallet-contracts", - "pallet-message-queue 34.0.0", - "pallet-multisig 31.0.0", + "pallet-message-queue 35.0.0", + "pallet-multisig 32.0.0", "pallet-nft-fractionalization", - "pallet-nfts 25.0.0", - "pallet-nfts-runtime-api 17.0.0", - "pallet-preimage 31.0.0", - "pallet-proxy 31.0.0", - "pallet-scheduler 32.0.0", - "pallet-session 31.0.0", - "pallet-sudo 31.0.0", - "pallet-timestamp 30.0.0", - "pallet-transaction-payment 31.0.0", - "pallet-transaction-payment-rpc-runtime-api 31.0.0", - "pallet-utility 31.0.0", - "pallet-xcm 10.0.1", - "parachains-common 10.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "polkadot-runtime-common 10.0.0", + "pallet-nfts 26.0.0", + "pallet-nfts-runtime-api 18.0.0", + "pallet-preimage 32.0.0", + "pallet-proxy 32.0.0", + "pallet-scheduler 33.0.0", + "pallet-session 32.0.0", + "pallet-sudo 32.0.0", + "pallet-timestamp 31.0.0", + "pallet-transaction-payment 32.0.0", + "pallet-transaction-payment-rpc-runtime-api 32.0.0", + "pallet-utility 32.0.0", + "pallet-xcm 11.0.0", + "parachains-common 11.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 10.0.0", + "polkadot-runtime-common 11.0.0", "pop-primitives", "pop-runtime-common", "scale-info", "smallvec", - "sp-api 29.0.0", - "sp-block-builder 29.0.0", - "sp-consensus-aura 0.35.0", - "sp-core 31.0.0", - "sp-genesis-builder 0.10.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-offchain 29.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-std", - "sp-transaction-pool 29.0.0", - "sp-version 32.0.0", - "staging-parachain-info 0.10.0", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", - "substrate-wasm-builder 20.0.0", + "sp-api 30.0.0", + "sp-block-builder 30.0.0", + "sp-consensus-aura 0.36.0", + "sp-core 32.0.0", + "sp-genesis-builder 0.11.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-offchain 30.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-std", + "sp-transaction-pool 30.0.0", + "sp-version 33.0.0", + "staging-parachain-info 0.11.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", + "staging-xcm-executor 11.0.0", + "substrate-wasm-builder 21.0.0", ] [[package]] name = "pop-runtime-testnet" version = "0.2.0" dependencies = [ - "cumulus-pallet-aura-ext 0.10.0", - "cumulus-pallet-parachain-system 0.10.0", - "cumulus-pallet-session-benchmarking 12.0.0", - "cumulus-pallet-xcm 0.10.0", - "cumulus-pallet-xcmp-queue 0.10.0", - "cumulus-primitives-aura 0.10.0", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-utility 0.10.0", + "cumulus-pallet-aura-ext 0.11.0", + "cumulus-pallet-parachain-system 0.11.0", + "cumulus-pallet-session-benchmarking 13.0.0", + "cumulus-pallet-xcm 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-aura 0.11.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-utility 0.11.0", "enumflags2", "env_logger 0.11.3", - "frame-benchmarking 31.0.0", - "frame-executive 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "frame-system-benchmarking 31.0.0", - "frame-system-rpc-runtime-api 29.0.0", - "frame-try-runtime 0.37.0", + "frame-benchmarking 32.0.0", + "frame-executive 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "frame-system-benchmarking 32.0.0", + "frame-system-rpc-runtime-api 30.0.0", + "frame-try-runtime 0.38.0", "hex", "hex-literal", "log", - "pallet-assets 32.0.0", - "pallet-aura 30.0.0", - "pallet-authorship 31.0.0", - "pallet-balances 31.0.0", - "pallet-collator-selection 12.0.1", + "pallet-assets 33.0.0", + "pallet-aura 31.0.0", + "pallet-authorship 32.0.0", + "pallet-balances 33.0.0", + "pallet-collator-selection 13.0.1", "pallet-contracts", - "pallet-message-queue 34.0.0", - "pallet-multisig 31.0.0", + "pallet-message-queue 35.0.0", + "pallet-multisig 32.0.0", "pallet-nft-fractionalization", - "pallet-nfts 25.0.0", - "pallet-nfts-runtime-api 17.0.0", - "pallet-preimage 31.0.0", - "pallet-proxy 31.0.0", - "pallet-scheduler 32.0.0", - "pallet-session 31.0.0", - "pallet-sudo 31.0.0", - "pallet-timestamp 30.0.0", - "pallet-transaction-payment 31.0.0", - "pallet-transaction-payment-rpc-runtime-api 31.0.0", - "pallet-utility 31.0.0", - "pallet-xcm 10.0.1", - "parachains-common 10.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "polkadot-runtime-common 10.0.0", + "pallet-nfts 26.0.0", + "pallet-nfts-runtime-api 18.0.0", + "pallet-preimage 32.0.0", + "pallet-proxy 32.0.0", + "pallet-scheduler 33.0.0", + "pallet-session 32.0.0", + "pallet-sudo 32.0.0", + "pallet-timestamp 31.0.0", + "pallet-transaction-payment 32.0.0", + "pallet-transaction-payment-rpc-runtime-api 32.0.0", + "pallet-utility 32.0.0", + "pallet-xcm 11.0.0", + "parachains-common 11.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 10.0.0", + "polkadot-runtime-common 11.0.0", "pop-primitives", "pop-runtime-common", "scale-info", "smallvec", - "sp-api 29.0.0", - "sp-block-builder 29.0.0", - "sp-consensus-aura 0.35.0", - "sp-core 31.0.0", - "sp-genesis-builder 0.10.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-offchain 29.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-std", - "sp-transaction-pool 29.0.0", - "sp-version 32.0.0", - "staging-parachain-info 0.10.0", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", - "substrate-wasm-builder 20.0.0", + "sp-api 30.0.0", + "sp-block-builder 30.0.0", + "sp-consensus-aura 0.36.0", + "sp-core 32.0.0", + "sp-genesis-builder 0.11.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-offchain 30.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-std", + "sp-transaction-pool 30.0.0", + "sp-version 33.0.0", + "staging-parachain-info 0.11.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", + "staging-xcm-executor 11.0.0", + "substrate-wasm-builder 21.0.0", ] [[package]] @@ -12406,116 +12346,116 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "165988588402ce7dc2d32dfba280cbbd59befc444d8f95579b999ecd8575ef27" +checksum = "ee1a30be097c0e02d2aacc4b2b73ecba2c795ae9246f2c37711ebae0e69dd95c" dependencies = [ "binary-merkle-tree 15.0.0", - "frame-benchmarking 31.0.0", - "frame-executive 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "frame-system-benchmarking 31.0.0", - "frame-system-rpc-runtime-api 29.0.0", - "frame-try-runtime 0.37.0", + "frame-benchmarking 32.0.0", + "frame-executive 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "frame-system-benchmarking 32.0.0", + "frame-system-rpc-runtime-api 30.0.0", + "frame-try-runtime 0.38.0", "hex-literal", "log", - "pallet-asset-rate 10.0.0", - "pallet-authority-discovery 31.0.1", - "pallet-authorship 31.0.0", - "pallet-babe 31.0.0", - "pallet-balances 31.0.0", - "pallet-beefy 31.0.0", - "pallet-beefy-mmr 31.0.0", - "pallet-bounties 30.0.0", - "pallet-child-bounties 30.0.0", + "pallet-asset-rate 11.0.0", + "pallet-authority-discovery 32.0.0", + "pallet-authorship 32.0.0", + "pallet-babe 32.0.0", + "pallet-balances 33.0.0", + "pallet-beefy 32.0.0", + "pallet-beefy-mmr 32.0.0", + "pallet-bounties 31.0.0", + "pallet-child-bounties 31.0.0", "pallet-collective", - "pallet-conviction-voting 31.0.0", + "pallet-conviction-voting 32.0.0", "pallet-democracy", "pallet-elections-phragmen", - "pallet-grandpa 31.0.0", - "pallet-identity 31.0.0", - "pallet-im-online 30.0.0", - "pallet-indices 31.0.0", + "pallet-grandpa 32.0.0", + "pallet-identity 32.0.0", + "pallet-indices 32.0.0", "pallet-membership", - "pallet-message-queue 34.0.0", - "pallet-mmr 30.0.0", - "pallet-multisig 31.0.0", + "pallet-message-queue 35.0.0", + "pallet-mmr 31.0.0", + "pallet-multisig 32.0.0", "pallet-nis", - "pallet-offences 30.0.0", - "pallet-preimage 31.0.0", - "pallet-proxy 31.0.0", + "pallet-offences 31.0.0", + "pallet-preimage 32.0.0", + "pallet-proxy 32.0.0", "pallet-ranked-collective", "pallet-recovery", - "pallet-referenda 31.0.0", + "pallet-referenda 32.0.0", "pallet-root-testing", - "pallet-scheduler 32.0.0", - "pallet-session 31.0.0", + "pallet-scheduler 33.0.0", + "pallet-session 32.0.0", "pallet-society", - "pallet-staking 31.0.0", - "pallet-state-trie-migration 32.0.0", - "pallet-sudo 31.0.0", - "pallet-timestamp 30.0.0", + "pallet-staking 32.0.0", + "pallet-state-trie-migration 33.0.0", + "pallet-sudo 32.0.0", + "pallet-timestamp 31.0.0", "pallet-tips", - "pallet-transaction-payment 31.0.0", - "pallet-transaction-payment-rpc-runtime-api 31.0.0", - "pallet-treasury 30.0.0", - "pallet-utility 31.0.0", - "pallet-vesting 31.0.0", - "pallet-whitelist 30.0.0", - "pallet-xcm 10.0.1", - "pallet-xcm-benchmarks 10.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", - "polkadot-runtime-common 10.0.0", - "polkadot-runtime-parachains 10.0.0", + "pallet-transaction-payment 32.0.0", + "pallet-transaction-payment-rpc-runtime-api 32.0.0", + "pallet-treasury 31.0.0", + "pallet-utility 32.0.0", + "pallet-vesting 32.0.0", + "pallet-whitelist 31.0.0", + "pallet-xcm 11.0.0", + "pallet-xcm-benchmarks 11.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-common 11.0.0", + "polkadot-runtime-parachains 11.0.0", "rococo-runtime-constants", "scale-info", "serde", "serde_derive", "smallvec", - "sp-api 29.0.0", - "sp-arithmetic 25.0.0", - "sp-authority-discovery 29.0.0", - "sp-block-builder 29.0.0", - "sp-consensus-babe 0.35.0", - "sp-consensus-beefy 16.0.0", - "sp-core 31.0.0", - "sp-genesis-builder 0.10.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-mmr-primitives 29.0.0", - "sp-offchain 29.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-staking 29.0.0", - "sp-std", - "sp-storage", - "sp-transaction-pool 29.0.0", - "sp-version 32.0.0", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", + "sp-api 30.0.0", + "sp-arithmetic 26.0.0", + "sp-authority-discovery 30.0.0", + "sp-block-builder 30.0.0", + "sp-consensus-babe 0.36.0", + "sp-consensus-beefy 17.0.0", + "sp-core 32.0.0", + "sp-genesis-builder 0.11.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-mmr-primitives 30.0.0", + "sp-offchain 30.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-staking 30.0.0", + "sp-std", + "sp-storage 21.0.0", + "sp-transaction-pool 30.0.0", + "sp-version 33.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", + "staging-xcm-executor 11.0.0", "static_assertions", - "substrate-wasm-builder 20.0.0", + "substrate-wasm-builder 21.0.0", + "xcm-fee-payment-runtime-api", ] [[package]] name = "rococo-runtime-constants" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0033b0335cd7cb691fbcd16346e151ffb21ad4e2a8675eda06b48275b8f52549" +checksum = "aa26847ef6b32b5fd41d4f86538ef15b8d74f208d211644dc14e4dda74559116" dependencies = [ - "frame-support 31.0.0", - "polkadot-primitives 10.0.0", - "polkadot-runtime-common 10.0.0", + "frame-support 32.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-common 11.0.0", "smallvec", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-weights 30.0.0", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-weights 31.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", ] [[package]] @@ -12800,27 +12740,28 @@ dependencies = [ [[package]] name = "sc-allocator" -version = "26.0.0" +version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4715fddb2bd1862aa21f6312528ab339b7d03ef5ec654e3aa200a3119392392f" +checksum = "97e78771bbc491d4d601afbbf01f5718d6d724d0d971c8581cf5b4c62a9502f7" dependencies = [ "log", - "sp-core 31.0.0", - "sp-wasm-interface", + "sp-core 32.0.0", + "sp-wasm-interface 21.0.0", "thiserror", ] [[package]] name = "sc-authority-discovery" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f987a536468e06b66fe3cac296b27dc532f301199e0278bc42ac32b8eb3a4a9d" +checksum = "e9cd4cf9f2f6a12f1cc042831474f33103aad8ebf9fa6d49f7119521ed89b1ec" dependencies = [ "async-trait", "futures", "futures-timer", "ip_network", "libp2p", + "linked_hash_set", "log", "multihash 0.18.1", "multihash-codetable", @@ -12830,21 +12771,21 @@ dependencies = [ "rand", "sc-client-api", "sc-network", - "sp-api 29.0.0", - "sp-authority-discovery 29.0.0", + "sp-api 30.0.0", + "sp-authority-discovery 30.0.0", "sp-blockchain", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-basic-authorship" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "295be922b93bd4bc77edadffe66ac85a09436284afe7f12c1efd4d01ec530d07" +checksum = "a2354138e44624d68245b9490c0d30f73bac7c00f218643ff03fc0dbd1536b98" dependencies = [ "futures", "futures-timer", @@ -12854,36 +12795,36 @@ dependencies = [ "sc-proposer-metrics", "sc-telemetry", "sc-transaction-pool-api", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", "sp-consensus", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", ] [[package]] name = "sc-block-builder" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "033b5ee0fa6d770c9db8cd59f6d1f88e792c088238278fcb836b5c851936a62d" +checksum = "7d54ed880c04f6df650dcf4672d7d4a2d08b30e95c51f07b4a3be75eaa535082" dependencies = [ "parity-scale-codec", - "sp-api 29.0.0", - "sp-block-builder 29.0.0", + "sp-api 30.0.0", + "sp-block-builder 30.0.0", "sp-blockchain", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-trie 32.0.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", + "sp-trie 33.0.0", ] [[package]] name = "sc-chain-spec" -version = "30.0.1" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5dfb28048e5b2d168870e2205d3e41db1f387a781831a8b8b82c9f10536c2742" +checksum = "e8d25ff00e77262342bd85a71de32170b136773f6a8cdd5641ce8b81fb4e16be" dependencies = [ "array-bytes 6.2.2", "docify", @@ -12898,12 +12839,12 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-genesis-builder 0.10.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-genesis-builder 0.11.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", ] [[package]] @@ -12920,9 +12861,9 @@ dependencies = [ [[package]] name = "sc-cli" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20c2eae4d9396b19403f89f058a6a684066b58e051b1310f246eb9b41a7b54fe" +checksum = "eade6864cba8ab29c4c7572c6a4a080c0423bc53cb48b00f70eef7d57d22abae" dependencies = [ "array-bytes 6.2.2", "chrono", @@ -12950,21 +12891,21 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core 31.0.0", - "sp-keyring 34.0.0", - "sp-keystore 0.37.0", + "sp-core 32.0.0", + "sp-keyring 35.0.0", + "sp-keystore 0.38.0", "sp-panic-handler", - "sp-runtime 34.0.0", - "sp-version 32.0.0", + "sp-runtime 35.0.0", + "sp-version 33.0.0", "thiserror", "tokio", ] [[package]] name = "sc-client-api" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08db275ca98f1fe44db2e2058893b182b85ef11cee7cf271edffd449a1179fc4" +checksum = "a6f69c592a2cab8b5cb7860bf57c5084a590d2e0c5df9308f62ddb405ca4d97e" dependencies = [ "fnv", "futures", @@ -12974,25 +12915,25 @@ dependencies = [ "sc-executor", "sc-transaction-pool-api", "sc-utils", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", "sp-consensus", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-database", - "sp-externalities 0.27.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-externalities 0.28.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "sp-statement-store", - "sp-storage", - "sp-trie 32.0.0", + "sp-storage 21.0.0", + "sp-trie 33.0.0", "substrate-prometheus-endpoint", ] [[package]] name = "sc-client-db" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6bd93f124c30ec885696128a639e190293bee2a6430cc04248d656093b5d4f42" +checksum = "3f4e8c9db1025f0b17438f5db8937c53022b417593f30d4624b8b2e0d3300b9f" dependencies = [ "hash-db", "kvdb", @@ -13006,20 +12947,20 @@ dependencies = [ "sc-client-api", "sc-state-db", "schnellru", - "sp-arithmetic 25.0.0", + "sp-arithmetic 26.0.0", "sp-blockchain", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-database", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-trie 32.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", + "sp-trie 33.0.0", ] [[package]] name = "sc-consensus" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4da51746e9689ecee65d6c1ac32e89a7b0452ee1ce377485e94c285e9690dcfd" +checksum = "a051ffa28788f7ec47e46d6236132126d5aa563469e6c852e87cfbe5069e0687" dependencies = [ "async-trait", "futures", @@ -13031,21 +12972,21 @@ dependencies = [ "sc-client-api", "sc-utils", "serde", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", "sp-consensus", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-aura" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "988701c58dcd9521412cfcbb54457b17546bb4363f021ee8131af409a027b879" +checksum = "6cd537650a8f23d6775456a5a06e1cf27722fedc5515769983e18ef856a6aad3" dependencies = [ "async-trait", "futures", @@ -13056,26 +12997,26 @@ dependencies = [ "sc-consensus", "sc-consensus-slots", "sc-telemetry", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-block-builder 29.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-block-builder 30.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-aura 0.35.0", - "sp-consensus-slots 0.35.0", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", + "sp-consensus-aura 0.36.0", + "sp-consensus-slots 0.36.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-babe" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a65da2a2d198d0c06be3614eabc254b40ebb27516dd17bee56d24cbe08d0c19e" +checksum = "efe6f127a27ea6ace8e4391ba847ccf21d3512499e1c5e7c300e7e5115642544" dependencies = [ "async-trait", "fork-tree", @@ -13092,27 +13033,27 @@ dependencies = [ "sc-consensus-slots", "sc-telemetry", "sc-transaction-pool-api", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-block-builder 29.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-block-builder 30.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.35.0", - "sp-consensus-slots 0.35.0", - "sp-core 31.0.0", + "sp-consensus-babe 0.36.0", + "sp-consensus-slots 0.36.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-inherents 29.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", + "sp-inherents 30.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-babe-rpc" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec114d8e12b82b298abdfbca76e7aac3af42865510dfb0f92fd3992e7edbb383" +checksum = "c93183245d51eab164ab5513f5ad723964c38f293427d99066f8aed02ae715e1" dependencies = [ "futures", "jsonrpsee", @@ -13120,22 +13061,22 @@ dependencies = [ "sc-consensus-epochs", "sc-rpc-api", "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.35.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", + "sp-consensus-babe 0.36.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", "thiserror", ] [[package]] name = "sc-consensus-beefy" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a49993da0847cf1ef84184e24e8d95f71efac2e940556678bf9e45a8fd0a47f" +checksum = "87f0cdd776453ce7d73fdb548648bdfefdac6c497d198083222aa0d7636445ed" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -13151,17 +13092,17 @@ dependencies = [ "sc-network-gossip", "sc-network-sync", "sc-utils", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-beefy 16.0.0", - "sp-core 31.0.0", + "sp-consensus-beefy 17.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-keystore 0.37.0", - "sp-mmr-primitives 29.0.0", - "sp-runtime 34.0.0", + "sp-keystore 0.38.0", + "sp-mmr-primitives 30.0.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -13170,9 +13111,9 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "179b561aa302c0a5a572c5484a50f85e4ccd55025fc14daddabf5fe16e8150e1" +checksum = "3f8193f51766e9bf5a94f044333f4807918f7243eab404e9ff91b98ba268f2e9" dependencies = [ "futures", "jsonrpsee", @@ -13182,31 +13123,31 @@ dependencies = [ "sc-consensus-beefy", "sc-rpc", "serde", - "sp-consensus-beefy 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-consensus-beefy 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "thiserror", ] [[package]] name = "sc-consensus-epochs" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e892ae8bf5faa9042b6ec46396db1b4d9ded180a5f82afe3236fdebe0195f850" +checksum = "b2217e53886dbfd4749eaa2e671f8e59807a2fb711ffa0023b3dc5b30f5db458" dependencies = [ "fork-tree", "parity-scale-codec", "sc-client-api", "sc-consensus", "sp-blockchain", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", ] [[package]] name = "sc-consensus-grandpa" -version = "0.22.0" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e19945689693bbea950220bf7af1c79a2f70f5f37b97f7e6d136dcaf2b34f4a5" +checksum = "5d666c23af4325c6d2ca35bfe2874917f5dfdd94bfca165ad89b92191489e2d8" dependencies = [ "ahash 0.8.11", "array-bytes 6.2.2", @@ -13232,25 +13173,25 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde_json", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-grandpa-rpc" -version = "0.22.0" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68cd632a2a33d82e67cfd57dda6d966a6e25df08a4698c8d6ea7010515c5aebc" +checksum = "24ff3f1dc9c74563e559725736e07f4817e3429cdfd593e4a8c583d2c8da0894" dependencies = [ "finality-grandpa", "futures", @@ -13262,16 +13203,16 @@ dependencies = [ "sc-rpc", "serde", "sp-blockchain", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "thiserror", ] [[package]] name = "sc-consensus-slots" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80b431251c43b5af64b0f2758a387061f53fa045bdbf97d7353fe06aa9ddfb7b" +checksum = "80382f4da8a76c05c23b84d5c369bb5d617d499749171335e9b47599885fb202" dependencies = [ "async-trait", "futures", @@ -13281,21 +13222,21 @@ dependencies = [ "sc-client-api", "sc-consensus", "sc-telemetry", - "sp-arithmetic 25.0.0", + "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-slots 0.35.0", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-consensus-slots 0.36.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", ] [[package]] name = "sc-executor" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b8f8ddc63df8219768b729f9098ecd4362d2756b40784071cd44c3041f1d51d" +checksum = "cc6b47b642a92adcabaeadb7d76bd1a02bcf5a93f2b649e81afe8b940107bbda" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -13303,49 +13244,49 @@ dependencies = [ "sc-executor-polkavm", "sc-executor-wasmtime", "schnellru", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-io 33.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", + "sp-externalities 0.28.0", + "sp-io 34.0.0", "sp-panic-handler", - "sp-runtime-interface 26.0.0", - "sp-trie 32.0.0", - "sp-version 32.0.0", - "sp-wasm-interface", + "sp-runtime-interface 27.0.0", + "sp-trie 33.0.0", + "sp-version 33.0.0", + "sp-wasm-interface 21.0.0", "tracing", ] [[package]] name = "sc-executor-common" -version = "0.32.0" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00308c10173ec6446ccc2b96cd3a3037e64c94a424f94daa8c96f288794f4d34" +checksum = "88c61ef111d7ccc7697ee4788654f4f998662db057c27ca2de4b94f20e3e6ed1" dependencies = [ "polkavm", "sc-allocator", "sp-maybe-compressed-blob", - "sp-wasm-interface", + "sp-wasm-interface 21.0.0", "thiserror", "wasm-instrument", ] [[package]] name = "sc-executor-polkavm" -version = "0.29.0" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63b9c814d3a94df7a323d728a6961a3b9ec8c5c5979eb858ec098ddf2838cfc0" +checksum = "6fb96b22b779ba14f449d114b63efd162f95f1cdf773cdac29f75fe6a250de24" dependencies = [ "log", "polkavm", "sc-executor-common", - "sp-wasm-interface", + "sp-wasm-interface 21.0.0", ] [[package]] name = "sc-executor-wasmtime" -version = "0.32.0" +version = "0.33.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa37286464bd16146c612e3193a56df728815d23f9bf0faac7df898c0944c87f" +checksum = "1f45912e90278c06bacf2c37a11937ed6878ee0cd056ae2be2d0b45ec7ac34d1" dependencies = [ "anyhow", "cfg-if", @@ -13355,16 +13296,16 @@ dependencies = [ "rustix 0.36.17", "sc-allocator", "sc-executor-common", - "sp-runtime-interface 26.0.0", - "sp-wasm-interface", + "sp-runtime-interface 27.0.0", + "sp-wasm-interface 21.0.0", "wasmtime", ] [[package]] name = "sc-informant" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e9005c37100c6ea2b06668f72ba5bc927b5a2445ed26b008ddf1875998dea41" +checksum = "061006dce0dcae3ece90d5d9f656ade507dd922931911d59deea823f28be54dd" dependencies = [ "ansi_term", "futures", @@ -13375,29 +13316,29 @@ dependencies = [ "sc-network-common", "sc-network-sync", "sp-blockchain", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", ] [[package]] name = "sc-keystore" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ef7283da5d643ef89ed094e1b23451ec70386a9474d337cdaa0ef81870bb2d4" +checksum = "6477f27aa17ada189355325c16992d3e612d2fe276ecef9da1b36b6b297b3ac4" dependencies = [ "array-bytes 6.2.2", "parking_lot 0.12.1", "serde_json", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", + "sp-application-crypto 34.0.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", "thiserror", ] [[package]] name = "sc-mixnet" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "248d9be75de68e34f6490065c398b8177ff967902d93e6b88527a0e8c00903ad" +checksum = "c8e04fecf6e55e4597e473c87e8f3cea5a9963835af30a971203290d62bb2d03" dependencies = [ "array-bytes 4.2.0", "arrayvec 0.7.4", @@ -13414,20 +13355,20 @@ dependencies = [ "sc-client-api", "sc-network", "sc-transaction-pool-api", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-consensus", - "sp-core 31.0.0", - "sp-keystore 0.37.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", "sp-mixnet", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "thiserror", ] [[package]] name = "sc-network" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4067423488686ff78561ed0d32ac7e2617edd31219088b1322e85e945e62de29" +checksum = "39e68214c9245ee374a6c51fca3c00feddbe20a86451d92c76585a9cc9553425" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -13454,10 +13395,10 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-arithmetic 25.0.0", + "sp-arithmetic 26.0.0", "sp-blockchain", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -13469,9 +13410,9 @@ dependencies = [ [[package]] name = "sc-network-bitswap" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8dacf210f4e36e53dc3d3ff1cfd72e4378eb973568c261e7c62bc8daaec9f945" +checksum = "cf7cf01e661f39303737596859139fcdd31bd106a979fae0828f3e5b0decce89" dependencies = [ "async-channel 1.9.0", "cid", @@ -13483,16 +13424,16 @@ dependencies = [ "sc-client-api", "sc-network", "sp-blockchain", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "thiserror", "unsigned-varint", ] [[package]] name = "sc-network-common" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "551dba7ce65d136788c3154044fb425e2cb6e883d20c3cd25c0720a5b5251ed4" +checksum = "98b1732616f6fd5bcdabd44eac79b466c2075f3f47ebf0cf2f6d52d790890736" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -13502,15 +13443,15 @@ dependencies = [ "prost-build", "sc-consensus", "sp-consensus", - "sp-consensus-grandpa 16.0.0", - "sp-runtime 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-runtime 35.0.0", ] [[package]] name = "sc-network-gossip" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06e36f8665cba733bd0690e864ef59cb87627120e57607b768e6e7cf30cecd20" +checksum = "ebb8b10666371dc53bd9e11dbb99e0763307203ecc70f4d9bb20169cf7ad69db" dependencies = [ "ahash 0.8.11", "futures", @@ -13521,16 +13462,16 @@ dependencies = [ "sc-network-common", "sc-network-sync", "schnellru", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "sc-network-light" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4c4a77832e7d86e2b8f579339a47ebc16eec560bb4d62c42f0daad10700a512" +checksum = "7be9c7b3d18d5ef3ed493be173e9cb00537585cd9b21bb4ebe24b9b555cf4fa4" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -13543,16 +13484,16 @@ dependencies = [ "sc-client-api", "sc-network", "sp-blockchain", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "thiserror", ] [[package]] name = "sc-network-sync" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7dfdaf49edeaa23ae0da1a9bf6ea3e308c11822cb3a853996f1203b06249411" +checksum = "1df8a240043ecd1c5ca54d1dfdc654878aed6b96fe7292c11dc9e8bc7c4884fb" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -13573,12 +13514,12 @@ dependencies = [ "sc-utils", "schnellru", "smallvec", - "sp-arithmetic 25.0.0", + "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -13587,9 +13528,9 @@ dependencies = [ [[package]] name = "sc-network-transactions" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b3824e7a1aa29ed3d2294810c8e018a6df3798eec236f3043a62945daf7d9b1" +checksum = "a1514ca1cc195842970b3a35b80cc14ed002296f3565c19d4659be44ca9255b8" dependencies = [ "array-bytes 6.2.2", "futures", @@ -13601,15 +13542,15 @@ dependencies = [ "sc-network-sync", "sc-utils", "sp-consensus", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", ] [[package]] name = "sc-offchain" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9d03fd90a535f30badaee9763a2124b9c68dae406e29497f406bfd45cbc7eac" +checksum = "91f289809d0c3fd09474637bfe2dc732f41fb211d1241885194232c5d612a641" dependencies = [ "array-bytes 6.2.2", "bytes", @@ -13630,12 +13571,12 @@ dependencies = [ "sc-network-common", "sc-transaction-pool-api", "sc-utils", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-keystore 0.37.0", - "sp-offchain 29.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", + "sp-externalities 0.28.0", + "sp-keystore 0.38.0", + "sp-offchain 30.0.0", + "sp-runtime 35.0.0", "threadpool", "tracing", ] @@ -13652,9 +13593,9 @@ dependencies = [ [[package]] name = "sc-rpc" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d796d75b22785b09c58478f1418b75c9787d598a0d2ab8edbd0072731ec4aaa" +checksum = "d3d7b43d6ce2c57d90dab64a0eab4673158a7a240119fd3ae934ce95f8ad973f" dependencies = [ "futures", "jsonrpsee", @@ -13670,24 +13611,24 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde_json", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-offchain 29.0.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", + "sp-offchain 30.0.0", "sp-rpc", - "sp-runtime 34.0.0", - "sp-session 30.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", "sp-statement-store", - "sp-version 32.0.0", + "sp-version 33.0.0", "tokio", ] [[package]] name = "sc-rpc-api" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3705feca378ef3f3f84fb337480405a611a15c8637b2449ed514ca63765e421b" +checksum = "b82060f09f886f59fd19a77cc6668c209e883fc93511e9c441ef84adfea80f36" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -13697,18 +13638,18 @@ dependencies = [ "scale-info", "serde", "serde_json", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-rpc", - "sp-runtime 34.0.0", - "sp-version 32.0.0", + "sp-runtime 35.0.0", + "sp-version 33.0.0", "thiserror", ] [[package]] name = "sc-rpc-server" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65f705946ae375fc47ee9a2e2df0b7e339a1fb8c8eb5c9eb6f206619d27946a7" +checksum = "76f6d0924de213aa5c72a47c7bd0d7668531c5845e832d1ac5c33c96d0ff7b9b" dependencies = [ "futures", "governor", @@ -13725,9 +13666,9 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66dcea3fe5f0bcbaf08d6a42e877ae8f50b9cdbc87f65f7c79fbe5003e3969dc" +checksum = "ad831d2524de44a89b1801e306fd9718dc5fadb26ea3e88f486faa29c6fdd710" dependencies = [ "array-bytes 6.2.2", "futures", @@ -13744,12 +13685,12 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-rpc", - "sp-runtime 34.0.0", - "sp-version 32.0.0", + "sp-runtime 35.0.0", + "sp-version 33.0.0", "thiserror", "tokio", "tokio-stream", @@ -13757,9 +13698,9 @@ dependencies = [ [[package]] name = "sc-service" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42678fb737ea101658a8288cd3fcc0bff59ef40cd1a1c4f4d4042c3fa17bae41" +checksum = "3ff048cda961d13a0978bf6e75b1978c0fa886d2087133a4d2107a034afd27c8" dependencies = [ "async-trait", "directories", @@ -13797,20 +13738,20 @@ dependencies = [ "schnellru", "serde", "serde_json", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", "sp-consensus", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-state-machine 0.38.0", - "sp-storage", - "sp-transaction-pool 29.0.0", + "sp-core 32.0.0", + "sp-externalities 0.28.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-state-machine 0.39.0", + "sp-storage 21.0.0", + "sp-transaction-pool 30.0.0", "sp-transaction-storage-proof", - "sp-trie 32.0.0", - "sp-version 32.0.0", + "sp-trie 33.0.0", + "sp-version 33.0.0", "static_init", "substrate-prometheus-endpoint", "tempfile", @@ -13822,35 +13763,35 @@ dependencies = [ [[package]] name = "sc-state-db" -version = "0.33.0" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9863fb81595a25b908d7143c1a3e162d237e67890088363df4a121fe37c49d08" +checksum = "7259ab2e8e2fa1e7a1c38dd8a88353f80e66369ef8b48d5f7098dbc18c67887f" dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sp-core 31.0.0", + "sp-core 32.0.0", ] [[package]] name = "sc-storage-monitor" -version = "0.19.0" +version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d54aa61816b82fbe136f3c39b40ecb27bc7302c0c9039cc426b2c6f492666ac5" +checksum = "4536eb51128eed3d3780f442ca74a4464f26401065bc4cf038609c0f9efeab9c" dependencies = [ "clap", "fs4", "log", - "sp-core 31.0.0", + "sp-core 32.0.0", "thiserror", "tokio", ] [[package]] name = "sc-sync-state-rpc" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fa4c5d5add3ee03e2b0aa02c827b8e3bc307be7c403eb534f95d5c81d372f78" +checksum = "75577af6d7128f3c0cd1dfa83f9ec056dbe4cdce297f1d257f2a1253134c6e9a" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -13862,15 +13803,15 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "thiserror", ] [[package]] name = "sc-sysinfo" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f098da1a83dc5b4e69ef66f7dfc5c0a82bc63defe8dcb0aaa1819e9b2bd6d744" +checksum = "d6a838bf3ba61e83c0f3be4a41ba7ed8c71d19c2adee6396046f78317006637b" dependencies = [ "derive_more", "futures", @@ -13882,17 +13823,17 @@ dependencies = [ "sc-telemetry", "serde", "serde_json", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-io 33.0.0", + "sp-io 34.0.0", "sp-std", ] [[package]] name = "sc-telemetry" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c6807ebd9f43ab628931842d3aaa9404ddfd07013e9c7027ca603f496939577" +checksum = "72a5a306d8c75e61e8c59e18b92886f85db6b4102c4669240eca101954fec79e" dependencies = [ "chrono", "futures", @@ -13910,9 +13851,9 @@ dependencies = [ [[package]] name = "sc-tracing" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83e8f5e8eb36f887dba06e1392717e27e4edf12d23d5220dba8ee851de8b174e" +checksum = "584e4f81defe03776909ce283429c9cd3d80fea6b2f3a303dc2bdf913e11d9e8" dependencies = [ "ansi_term", "chrono", @@ -13927,12 +13868,12 @@ dependencies = [ "sc-client-api", "sc-tracing-proc-macro", "serde", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-rpc", - "sp-runtime 34.0.0", - "sp-tracing", + "sp-runtime 35.0.0", + "sp-tracing 17.0.0", "thiserror", "tracing", "tracing-log 0.1.4", @@ -13953,9 +13894,9 @@ dependencies = [ [[package]] name = "sc-transaction-pool" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d56300f466670067cca98a931b0b6cbc8b018c0d296eb915c1473bac45b7cd73" +checksum = "54754bf43dede417a8e64a0d6a46bf2bbed47ff050c1f81c8a575f9b94416886" dependencies = [ "async-trait", "futures", @@ -13968,22 +13909,22 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-runtime 34.0.0", - "sp-tracing", - "sp-transaction-pool 29.0.0", + "sp-runtime 35.0.0", + "sp-tracing 17.0.0", + "sp-transaction-pool 30.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-transaction-pool-api" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3609025d39a1b75f1ee4f490dc52e000de144948a73cacd788f5995df5ebe8bf" +checksum = "41b563c7257ab650b2639d623da13d1a50a5a6c4ec582bc92e118c73d072bcd4" dependencies = [ "async-trait", "futures", @@ -13991,16 +13932,16 @@ dependencies = [ "parity-scale-codec", "serde", "sp-blockchain", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "thiserror", ] [[package]] name = "sc-utils" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1863d482be044f4768ef5de6119dc70b5e31e6e9f71ad225c177474d6540e424" +checksum = "acf1bad736c230f16beb1cf48af9e69564df23b13aca9e5751a61266340b4bb5" dependencies = [ "async-channel 1.9.0", "futures", @@ -14009,7 +13950,7 @@ dependencies = [ "log", "parking_lot 0.12.1", "prometheus", - "sp-arithmetic 25.0.0", + "sp-arithmetic 26.0.0", ] [[package]] @@ -14428,14 +14369,14 @@ dependencies = [ [[package]] name = "slot-range-helper" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ada4c82b85daa6134837918889b341716e4918c608b3cc5345ae67ea85a187c6" +checksum = "8a0e4ae8d02b43620ca7f567ca94fff494d85aecc73ffebda6c8fa19545b1673" dependencies = [ "enumn", "parity-scale-codec", "paste", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -14755,7 +14696,7 @@ dependencies = [ "sp-api-proc-macro 15.0.1", "sp-core 29.0.0", "sp-externalities 0.26.0", - "sp-metadata-ir", + "sp-metadata-ir 0.6.0", "sp-runtime 32.0.0", "sp-state-machine 0.36.0", "sp-std", @@ -14766,24 +14707,24 @@ dependencies = [ [[package]] name = "sp-api" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb3fb2cdf7ee9b8d6ec7c2d8740b1a506e393dc18c7c2776764b47136d72dce7" +checksum = "c8abd1d0732054ad896db8f092abe822106f1acf8bbc462c70f57d0f24c0dcdf" dependencies = [ "hash-db", "log", "parity-scale-codec", "scale-info", - "sp-api-proc-macro 17.0.1", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-metadata-ir", - "sp-runtime 34.0.0", - "sp-runtime-interface 26.0.0", - "sp-state-machine 0.38.0", - "sp-std", - "sp-trie 32.0.0", - "sp-version 32.0.0", + "sp-api-proc-macro 18.0.0", + "sp-core 32.0.0", + "sp-externalities 0.28.0", + "sp-metadata-ir 0.7.0", + "sp-runtime 35.0.0", + "sp-runtime-interface 27.0.0", + "sp-state-machine 0.39.0", + "sp-std", + "sp-trie 33.0.0", + "sp-version 33.0.0", "thiserror", ] @@ -14804,9 +14745,9 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" -version = "17.0.1" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63a5680d94c55e1c7dc54e9e09b4827314fab44f9300f0be170898dc402318de" +checksum = "681e80c1b259ee71880cd3b4ad2a2d41454596252bd267c3edf4e14552ab40e1" dependencies = [ "Inflector", "blake2 0.10.6", @@ -14833,15 +14774,15 @@ dependencies = [ [[package]] name = "sp-application-crypto" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13ca6121c22c8bd3d1dce1f05c479101fd0d7b159bef2a3e8c834138d839c75c" +checksum = "1505fad69251900048ddddc6387265e1545d1a366e3b4dcd57b76a03f0a65ae7" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", "sp-std", ] @@ -14862,10 +14803,11 @@ dependencies = [ [[package]] name = "sp-arithmetic" -version = "25.0.0" +version = "26.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "910c07fa263b20bf7271fdd4adcb5d3217dfdac14270592e0780223542e7e114" +checksum = "46d0d0a4c591c421d3231ddd5e27d828618c24456d51445d21a1f79fcee97c23" dependencies = [ + "docify", "integer-sqrt", "num-traits", "parity-scale-codec", @@ -14891,16 +14833,15 @@ dependencies = [ [[package]] name = "sp-authority-discovery" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ab47c385784b3f9646a21d5dcb236399083d77420a1269e70c04772336c519f" +checksum = "4f5700c6f51afc80af2dd2b39973183d7527e8b5be390fa125d777f948db0e88" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-runtime 34.0.0", - "sp-std", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-runtime 35.0.0", ] [[package]] @@ -14917,48 +14858,47 @@ dependencies = [ [[package]] name = "sp-block-builder" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97e155e388d7e41c39a27f40f50c2517facdbf20dde4a73f40ec8f1f30ce190e" +checksum = "466eaa1fe1745e9456a5e5afc033b67a52211463a137ea3551bff36b4d72ce03" dependencies = [ - "sp-api 29.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-std", + "sp-api 30.0.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", ] [[package]] name = "sp-blockchain" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d00084ddd62a3bad1fc4c04cdb1cdbcbb55d813dbd4e42d52e42e8b6599fb210" +checksum = "eed0dc760fde2b2cd07ca9428e3d6b7ecc02bbd00a5dc32b7f829c80889b152b" dependencies = [ "futures", "log", "parity-scale-codec", "parking_lot 0.12.1", "schnellru", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-consensus", "sp-database", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "thiserror", ] [[package]] name = "sp-consensus" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed6f1ae58a74d619bd2c1d7939b4aa805f4226c7454ec3591c8a59fb0cc6477f" +checksum = "19910bc7cd10336a1b13611df1212bce5cabbcfcd92a9394e23476498aa360c7" dependencies = [ "async-trait", "futures", "log", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "thiserror", ] @@ -14982,20 +14922,19 @@ dependencies = [ [[package]] name = "sp-consensus-aura" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "334d0088b7de70a94d58e7e93acd8d5101b35fadca7e19fa26788203b22e309b" +checksum = "67647dc44d2f47f8b96a56f30a896926485e55a8209cfe916cf8d08a6d488f03" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-consensus-slots 0.35.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-timestamp 29.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-consensus-slots 0.36.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", + "sp-timestamp 30.0.0", ] [[package]] @@ -15020,22 +14959,21 @@ dependencies = [ [[package]] name = "sp-consensus-babe" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb593ec8ec674a583d6fc5386b7f8964a9db78dcaabc0595559145a4053c9f6c" +checksum = "a3500dd1ceb99ca5e6f399d37c4e42f22fcbb6505e07378791ebe57eec6a1960" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-consensus-slots 0.35.0", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-timestamp 29.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-consensus-slots 0.36.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", + "sp-timestamp 30.0.0", ] [[package]] @@ -15061,24 +14999,23 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e2b03bc552702dd20fd3dad01631b13ca3e62e814ad278fe3012f5e3bb3e100" +checksum = "160ad989b247b55fdc2acd8baa7d5a0b9daca5ad0d4fac6e94ee119ed0fdf164" dependencies = [ "lazy_static", "parity-scale-codec", "scale-info", "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-io 33.0.0", - "sp-keystore 0.37.0", - "sp-mmr-primitives 29.0.0", - "sp-runtime 34.0.0", - "sp-std", - "strum 0.24.1", + "sp-io 34.0.0", + "sp-keystore 0.38.0", + "sp-mmr-primitives 30.0.0", + "sp-runtime 35.0.0", + "strum 0.26.3", ] [[package]] @@ -15102,21 +15039,20 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71df706a104a752101b52f12cca7f5b7ffe1ca6ce9b4b1eb8c5d04356f248fa5" +checksum = "0ffc3f88b33c2a8c14f4d05a3c69c5fc7b02cdd3300993a22d6d2175d35447f6" dependencies = [ "finality-grandpa", "log", "parity-scale-codec", "scale-info", "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "sp-std", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", ] [[package]] @@ -15134,15 +15070,14 @@ dependencies = [ [[package]] name = "sp-consensus-slots" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0a5c47c52ad58aa349f7c13cb356ab45c32964ee28354c27fd6e4b417cb2644" +checksum = "52dcae1dac6908d80bceaff4f311bc694c3b9c0d3ac6e74128ed4e3a29e9e31f" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-std", - "sp-timestamp 29.0.0", + "sp-timestamp 30.0.0", ] [[package]] @@ -15182,7 +15117,7 @@ dependencies = [ "sp-externalities 0.26.0", "sp-runtime-interface 25.0.0", "sp-std", - "sp-storage", + "sp-storage 20.0.0", "ss58-registry", "substrate-bip39 0.4.6", "thiserror", @@ -15193,9 +15128,9 @@ dependencies = [ [[package]] name = "sp-core" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26d7a0fd8f16dcc3761198fc83be12872f823b37b749bc72a3a6a1f702509366" +checksum = "bb2dac7e47c7ddbb61efe196d5cce99f6ea88926c961fa39909bfeae46fc5a7b" dependencies = [ "array-bytes 6.2.2", "bitflags 1.3.2", @@ -15226,12 +15161,12 @@ dependencies = [ "serde", "sp-crypto-hashing", "sp-debug-derive", - "sp-externalities 0.27.0", - "sp-runtime-interface 26.0.0", + "sp-externalities 0.28.0", + "sp-runtime-interface 27.0.0", "sp-std", - "sp-storage", + "sp-storage 21.0.0", "ss58-registry", - "substrate-bip39 0.5.0", + "substrate-bip39 0.6.0", "thiserror", "tracing", "w3f-bls", @@ -15293,19 +15228,18 @@ dependencies = [ "environmental", "parity-scale-codec", "sp-std", - "sp-storage", + "sp-storage 20.0.0", ] [[package]] name = "sp-externalities" -version = "0.27.0" +version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1d6a4572eadd4a63cff92509a210bf425501a0c5e76574b30a366ac77653787" +checksum = "33abaec4be69b1613796bbf430decbbcaaf978756379e2016e683a4d6379cd02" dependencies = [ "environmental", "parity-scale-codec", - "sp-std", - "sp-storage", + "sp-storage 21.0.0", ] [[package]] @@ -15322,14 +15256,13 @@ dependencies = [ [[package]] name = "sp-genesis-builder" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16a1192b502d38c6d17b1005a7b3e7a6ab835df996803968ae3be9e8f7399ee4" +checksum = "ee8a812b56fb4ed6a598ad7b43be127702aba1f7351ad4916f5bab995054cdc5" dependencies = [ "serde_json", - "sp-api 29.0.0", - "sp-runtime 34.0.0", - "sp-std", + "sp-api 30.0.0", + "sp-runtime 35.0.0", ] [[package]] @@ -15349,16 +15282,15 @@ dependencies = [ [[package]] name = "sp-inherents" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b5e46ccc5848542648dcf05f882e41de2e341d0eeca97ff2b7dfad0f38e8500" +checksum = "0fcba3b816fdfadf30d8c7c484e1873f1af89ed2560c77d2b2137d152cc5a585" dependencies = [ "async-trait", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", - "sp-std", + "sp-runtime 35.0.0", "thiserror", ] @@ -15382,7 +15314,7 @@ dependencies = [ "sp-runtime-interface 25.0.0", "sp-state-machine 0.36.0", "sp-std", - "sp-tracing", + "sp-tracing 16.0.0", "sp-trie 30.0.0", "tracing", "tracing-core", @@ -15390,27 +15322,27 @@ dependencies = [ [[package]] name = "sp-io" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e09bba780b55bd9e67979cd8f654a31e4a6cf45426ff371394a65953d2177f2" +checksum = "c44ed47247b6eee76ff703f9fa9f04f99c4104ac1faf629e6d1128e09066b57b" dependencies = [ "bytes", "ed25519-dalek", "libsecp256k1", "log", "parity-scale-codec", - "polkavm-derive 0.9.1", + "polkavm-derive", "rustversion", "secp256k1", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-externalities 0.27.0", - "sp-keystore 0.37.0", - "sp-runtime-interface 26.0.0", - "sp-state-machine 0.38.0", + "sp-externalities 0.28.0", + "sp-keystore 0.38.0", + "sp-runtime-interface 27.0.0", + "sp-state-machine 0.39.0", "sp-std", - "sp-tracing", - "sp-trie 32.0.0", + "sp-tracing 17.0.0", + "sp-trie 33.0.0", "tracing", "tracing-core", ] @@ -15428,13 +15360,13 @@ dependencies = [ [[package]] name = "sp-keyring" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a07a31da596d705b3a3458d784a897af7fd2f8090de436dc386a112e8ea7f34f" +checksum = "089da5d08c4a6b4a36de664de287f4a391ac338e351a923b79aedfc46162f201" dependencies = [ - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "strum 0.24.1", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "strum 0.26.3", ] [[package]] @@ -15452,14 +15384,14 @@ dependencies = [ [[package]] name = "sp-keystore" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdbab8b61bd61d5f8625a0c75753b5d5a23be55d3445419acd42caf59cf6236b" +checksum = "4e6c7a7abd860a5211a356cf9d5fcabf0eb37d997985e5d722b6b33dcc815528" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", - "sp-core 31.0.0", - "sp-externalities 0.27.0", + "sp-core 32.0.0", + "sp-externalities 0.28.0", ] [[package]] @@ -15485,16 +15417,26 @@ dependencies = [ ] [[package]] -name = "sp-mixnet" +name = "sp-metadata-ir" version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22d9da31673ad5771faf8cd0e62ab0c183ea71a630d187b926bc52af379cb1de" +checksum = "a616fa51350b35326682a472ee8e6ba742fdacb18babac38ecd46b3e05ead869" dependencies = [ + "frame-metadata", "parity-scale-codec", "scale-info", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-std", +] + +[[package]] +name = "sp-mixnet" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "01ba1e6ceede3aa5e36ee161dc02f1b294a659823887cefc4f0f2fce589e3c11" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", ] [[package]] @@ -15518,20 +15460,19 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "518fcd8710618d104e04c9e63e697d3406180afbe55cc5400168019647fc5880" +checksum = "e8abf5586785c20bb4bdbc81243877d5bb2bdf6dff6a03c101b6a3a875bc9278" dependencies = [ "ckb-merkle-mountain-range", "log", "parity-scale-codec", "scale-info", "serde", - "sp-api 29.0.0", - "sp-core 31.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", "sp-debug-derive", - "sp-runtime 34.0.0", - "sp-std", + "sp-runtime 35.0.0", "thiserror", ] @@ -15552,17 +15493,16 @@ dependencies = [ [[package]] name = "sp-npos-elections" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e03ec553bc1a0f4d3aa902d3c5b3cdbe76f8218c642cbca0305722b3f8bbc826" +checksum = "3ae4f90a3a36f052f4f9aa6f6ab1d59cf6f895f3a939f40dbe1f3e14907a2e31" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", ] [[package]] @@ -15578,13 +15518,13 @@ dependencies = [ [[package]] name = "sp-offchain" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c041d932d7debf1d2e073ecece1425aadae7482689cd4bf148d5886b28bd10d7" +checksum = "50efea44dfc8e40c59e9f9099c6a4f64dc750ad224fd8dbf9aec12fc857fa145" dependencies = [ - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", ] [[package]] @@ -15600,13 +15540,13 @@ dependencies = [ [[package]] name = "sp-rpc" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b26650747f5c204afd8c637df5e882ea912a890cf974fe67c36b430318fc451c" +checksum = "51104c3cab9d6c9e8361adbd487dd409a8343e740744fb0b3f983bc775fd1847" dependencies = [ "rustc-hash", "serde", - "sp-core 31.0.0", + "sp-core 32.0.0", ] [[package]] @@ -15636,9 +15576,9 @@ dependencies = [ [[package]] name = "sp-runtime" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec3cb126971e7db2f0fcf8053dce740684c438c7180cfca1959598230f342c58" +checksum = "42ce931b7fbfdeeca1340801dbd4a1cae54ad4c97a1e3dcfcc79709bc800dd46" dependencies = [ "docify", "either", @@ -15651,12 +15591,12 @@ dependencies = [ "scale-info", "serde", "simple-mermaid", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", + "sp-application-crypto 34.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", "sp-std", - "sp-weights 30.0.0", + "sp-weights 31.0.0", ] [[package]] @@ -15672,29 +15612,29 @@ dependencies = [ "sp-externalities 0.26.0", "sp-runtime-interface-proc-macro 17.0.0", "sp-std", - "sp-storage", - "sp-tracing", - "sp-wasm-interface", + "sp-storage 20.0.0", + "sp-tracing 16.0.0", + "sp-wasm-interface 20.0.0", "static_assertions", ] [[package]] name = "sp-runtime-interface" -version = "26.0.0" +version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e48a675ea4858333d4d755899ed5ed780174aa34fec15953428d516af5452295" +checksum = "647db5e1dc481686628b41554e832df6ab400c4b43a6a54e54d3b0a71ca404aa" dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", - "polkavm-derive 0.8.0", + "polkavm-derive", "primitive-types", - "sp-externalities 0.27.0", + "sp-externalities 0.28.0", "sp-runtime-interface-proc-macro 18.0.0", "sp-std", - "sp-storage", - "sp-tracing", - "sp-wasm-interface", + "sp-storage 21.0.0", + "sp-tracing 17.0.0", + "sp-wasm-interface 21.0.0", "static_assertions", ] @@ -15744,18 +15684,17 @@ dependencies = [ [[package]] name = "sp-session" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a61ea4ca90f644da2c25edee711b53b1c0b8d50628ceef372224ea24d252b57" +checksum = "3d66f0f2f00e4c520deae07eeab7acf04c1a41dd875c7a4689e4e4302fb89925" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", - "sp-std", + "sp-api 30.0.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", ] [[package]] @@ -15775,17 +15714,16 @@ dependencies = [ [[package]] name = "sp-staking" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4114cde17987eaa2f17b8850a8c856b90364666cdbc920d511e7a1cde0574d24" +checksum = "09a43ec7f6c9759ba3011a16bb022afe056bc26f88b3c424598737cba71d3ef0" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", + "sp-core 32.0.0", + "sp-runtime 35.0.0", ] [[package]] @@ -15812,9 +15750,9 @@ dependencies = [ [[package]] name = "sp-state-machine" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1eae0eac8034ba14437e772366336f579398a46d101de13dbb781ab1e35e67c5" +checksum = "21d9078306c3066f1824e41153e1ceec34231d39d9a7e7956b101eadf7b9fd3a" dependencies = [ "hash-db", "log", @@ -15822,11 +15760,10 @@ dependencies = [ "parking_lot 0.12.1", "rand", "smallvec", - "sp-core 31.0.0", - "sp-externalities 0.27.0", + "sp-core 32.0.0", + "sp-externalities 0.28.0", "sp-panic-handler", - "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", "thiserror", "tracing", "trie-db", @@ -15834,9 +15771,9 @@ dependencies = [ [[package]] name = "sp-statement-store" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b90e8440d72e0ae5d273374af3ebe16768d05b40dff1f487835dd2f826ee9568" +checksum = "0e22e2d355461e02aa8325a819d24403fb7232a828bf1e21ad8982fde3f0dc0e" dependencies = [ "aes-gcm", "curve25519-dalek 4.1.2", @@ -15846,14 +15783,13 @@ dependencies = [ "rand", "scale-info", "sha2 0.10.8", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-externalities 0.27.0", - "sp-runtime 34.0.0", - "sp-runtime-interface 26.0.0", - "sp-std", + "sp-externalities 0.28.0", + "sp-runtime 35.0.0", + "sp-runtime-interface 27.0.0", "thiserror", "x25519-dalek 2.0.1", ] @@ -15878,6 +15814,19 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-storage" +version = "21.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "99c82989b3a4979a7e1ad848aad9f5d0b4388f1f454cc131766526601ab9e8f8" +dependencies = [ + "impl-serde", + "parity-scale-codec", + "ref-cast", + "serde", + "sp-debug-derive", +] + [[package]] name = "sp-timestamp" version = "27.0.0" @@ -15894,15 +15843,14 @@ dependencies = [ [[package]] name = "sp-timestamp" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64d51fcd008fd5a79d61dba98c7ae89c2460a49dff07001bf1e9b12535d49536" +checksum = "d6d3965ef60cc066fcc01dbcb7837404f40de8ac58f1115e3a3a1d6550575ff6" dependencies = [ "async-trait", "parity-scale-codec", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-std", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", "thiserror", ] @@ -15919,6 +15867,18 @@ dependencies = [ "tracing-subscriber 0.2.25", ] +[[package]] +name = "sp-tracing" +version = "17.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "90b3decf116db9f1dfaf1f1597096b043d0e12c952d3bcdc018c6d6b77deec7e" +dependencies = [ + "parity-scale-codec", + "tracing", + "tracing-core", + "tracing-subscriber 0.2.25", +] + [[package]] name = "sp-transaction-pool" version = "27.0.0" @@ -15931,28 +15891,27 @@ dependencies = [ [[package]] name = "sp-transaction-pool" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0484eaf40c2abda75bda9688298cc8f6e02161176e3aab501207c8ccf4d4b3e1" +checksum = "7bddae32e6935eedda993b7371b79e69af901a277e11be2bbd6d9bc7643b49cb" dependencies = [ - "sp-api 29.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-runtime 35.0.0", ] [[package]] name = "sp-transaction-storage-proof" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba0c99e0852ddd18159c2dc6100c2b5852e49211d8afe373cbce33d1da0050dd" +checksum = "726f90279766e231ad86f884e5f07d9331852a59d739f27c5f5e28bee0fc6da5" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-trie 32.0.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", + "sp-trie 33.0.0", ] [[package]] @@ -15982,9 +15941,9 @@ dependencies = [ [[package]] name = "sp-trie" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1aa91ad26c62b93d73e65f9ce7ebd04459c4bad086599348846a81988d6faa4" +checksum = "d1f5b3620a1c87c265a83d85d7519c6b60c47acf7f77593966afe313d086f00e" dependencies = [ "ahash 0.8.11", "hash-db", @@ -15996,9 +15955,8 @@ dependencies = [ "rand", "scale-info", "schnellru", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-std", + "sp-core 32.0.0", + "sp-externalities 0.28.0", "thiserror", "tracing", "trie-db", @@ -16019,15 +15977,15 @@ dependencies = [ "sp-crypto-hashing-proc-macro", "sp-runtime 32.0.0", "sp-std", - "sp-version-proc-macro", + "sp-version-proc-macro 13.0.0", "thiserror", ] [[package]] name = "sp-version" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c0219b1aeb89e36d13bd43a718920a9087dbb66c567e672c4639cefb2fefc05" +checksum = "3ba2f18b89ac5f356fb247f70163098bc976117221c373d5590079a5797a3b43" dependencies = [ "impl-serde", "parity-scale-codec", @@ -16035,9 +15993,9 @@ dependencies = [ "scale-info", "serde", "sp-crypto-hashing-proc-macro", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-version-proc-macro", + "sp-version-proc-macro 14.0.0", "thiserror", ] @@ -16053,6 +16011,18 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "sp-version-proc-macro" +version = "14.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5aee8f6730641a65fcf0c8f9b1e448af4b3bb083d08058b47528188bccc7b7a7" +dependencies = [ + "parity-scale-codec", + "proc-macro2", + "quote", + "syn 2.0.55", +] + [[package]] name = "sp-wasm-interface" version = "20.0.0" @@ -16067,6 +16037,19 @@ dependencies = [ "wasmtime", ] +[[package]] +name = "sp-wasm-interface" +version = "21.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3b04b919e150b4736d85089d49327eab65507deb1485eec929af69daa2278eb3" +dependencies = [ + "anyhow", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "wasmtime", +] + [[package]] name = "sp-weights" version = "28.0.0" @@ -16085,18 +16068,17 @@ dependencies = [ [[package]] name = "sp-weights" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9af6c661fe3066b29f9e1d258000f402ff5cc2529a9191972d214e5871d0ba87" +checksum = "93cdaf72a1dad537bbb130ba4d47307ebe5170405280ed1aa31fa712718a400e" dependencies = [ "bounded-collections 0.2.0", "parity-scale-codec", "scale-info", "serde", "smallvec", - "sp-arithmetic 25.0.0", + "sp-arithmetic 26.0.0", "sp-debug-derive", - "sp-std", ] [[package]] @@ -16202,16 +16184,16 @@ dependencies = [ [[package]] name = "staging-parachain-info" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4df1c48ca2892cb0694c7e10fbcfc8d15fe0fd0b763d61fbc587a870fbb97147" +checksum = "1383aa763f2cea1a816761948bfc1245040740d418c6b77d36fd4f259b944d84" dependencies = [ - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "cumulus-primitives-core 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -16236,9 +16218,9 @@ dependencies = [ [[package]] name = "staging-xcm" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6ee775f7fc9dfae15d9d5a806efa7d3215f7b7b1cfd225809285a0281addeab" +checksum = "aded0292274ad473250c22ed3deaf2d9ed47d15786d700e9e83ab7c1cad2ad44" dependencies = [ "array-bytes 6.2.2", "bounded-collections 0.2.0", @@ -16249,7 +16231,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-weights 30.0.0", + "sp-weights 31.0.0", "xcm-procedural", ] @@ -16278,25 +16260,25 @@ dependencies = [ [[package]] name = "staging-xcm-builder" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41c905c7e545eb80efdbf62470575a37935260503494453ffa3c1ac6207d06c9" +checksum = "0681b0a478c2f5e1f1ae9b7e8e4970d79ec8ef94f4efebc011ea335822bc264e" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "log", - "pallet-transaction-payment 31.0.0", + "pallet-transaction-payment 32.0.0", "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", + "polkadot-parachain-primitives 10.0.0", "scale-info", - "sp-arithmetic 25.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-weights 30.0.0", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", + "sp-weights 31.0.0", + "staging-xcm 11.0.0", + "staging-xcm-executor 11.0.0", ] [[package]] @@ -16323,24 +16305,24 @@ dependencies = [ [[package]] name = "staging-xcm-executor" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e30434a78d4392b698bc7854c00f52d83c1c544da4be1912f898958c3e32f062" +checksum = "cb518e82e9982c90c32b66263642385fc186c76f329766884d3360b65e84dd46" dependencies = [ "environmental", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-weights 30.0.0", - "staging-xcm 10.0.0", + "sp-weights 31.0.0", + "staging-xcm 11.0.0", ] [[package]] @@ -16411,6 +16393,15 @@ version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" +[[package]] +name = "strum" +version = "0.26.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" +dependencies = [ + "strum_macros 0.26.4", +] + [[package]] name = "strum_macros" version = "0.24.3" @@ -16437,6 +16428,19 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "strum_macros" +version = "0.26.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" +dependencies = [ + "heck 0.5.0", + "proc-macro2", + "quote", + "rustversion", + "syn 2.0.55", +] + [[package]] name = "substrate-bip39" version = "0.4.6" @@ -16452,9 +16456,9 @@ dependencies = [ [[package]] name = "substrate-bip39" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2b564c293e6194e8b222e52436bcb99f60de72043c7f845cf6c4406db4df121" +checksum = "ca58ffd742f693dc13d69bdbb2e642ae239e0053f6aab3b104252892f856700a" dependencies = [ "hmac 0.12.1", "pbkdf2 0.12.2", @@ -16471,22 +16475,22 @@ checksum = "b285e7d183a32732fdc119f3d81b7915790191fad602b7c709ef247073c77a2e" [[package]] name = "substrate-frame-rpc-system" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c0da351445855b0d5bff2721c64508dc790d5cc0804d1d395074c8dafeb2170" +checksum = "949d14f7bb2a53b77985bd17a8eb2e9edf8d5bbf4409e9acb036fa3bf7310d8f" dependencies = [ - "frame-system-rpc-runtime-api 29.0.0", + "frame-system-rpc-runtime-api 30.0.0", "futures", "jsonrpsee", "log", "parity-scale-codec", "sc-rpc-api", "sc-transaction-pool-api", - "sp-api 29.0.0", - "sp-block-builder 29.0.0", + "sp-api 30.0.0", + "sp-block-builder 30.0.0", "sp-blockchain", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", ] [[package]] @@ -16504,33 +16508,33 @@ dependencies = [ [[package]] name = "substrate-rpc-client" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e71c3305c6159e3f4cfc158f88ceefb94dd86b2c92c6120ad51a9d9c31c0dce6" +checksum = "812076602836d6d90242c431729814c790c49685d142f47ec41f3b897a5fb6ad" dependencies = [ "async-trait", "jsonrpsee", "log", "sc-rpc-api", "serde", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", ] [[package]] name = "substrate-state-trie-migration-rpc" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff3afa7be8eca9226448012fa58eeaaab9c42be60214471d304658ac4856052b" +checksum = "0da2e823fb02fbd5c77d6949cde60ff3e320c100278818000b39e9f0a8c8c428" dependencies = [ "jsonrpsee", "parity-scale-codec", "sc-client-api", "sc-rpc-api", "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-trie 32.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", + "sp-trie 33.0.0", "trie-db", ] @@ -16555,9 +16559,9 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" -version = "20.0.0" +version = "21.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f55ed4ff2945faa132b9658cb581a3a5cf14dd90b5e217b3e16724eb202ed6c6" +checksum = "82a7c3e61041eaa76a89ded469f84d243fb34557ba4ee1e60335e65c8b5540c9" dependencies = [ "build-helper", "cargo_metadata", @@ -16566,7 +16570,7 @@ dependencies = [ "parity-wasm", "polkavm-linker", "sp-maybe-compressed-blob", - "strum 0.24.1", + "strum 0.26.3", "tempfile", "toml 0.8.12", "walkdir", @@ -17107,12 +17111,12 @@ dependencies = [ [[package]] name = "tracing-gum" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "461fe686e103f3afc4c93a56474193ffc46d4b2770f8df5d56e025e8bb54960c" +checksum = "48057e9b12f413d8d104aeb84d6efad65e8bd325acbfa91f7f97724bcf1dd2ed" dependencies = [ "coarsetime", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "tracing", "tracing-gum-proc-macro", ] @@ -17277,14 +17281,14 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "try-runtime-cli" -version = "0.41.0" +version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80765dc36d90e9f2112dccc6e5d70df50ab1239dba8e004bcc70cc77b3a9712d" +checksum = "a45904e10377e9973238ae9e52bd0fbbb0bba5d7be9198458ba9d3fe0a4173ed" dependencies = [ "async-trait", "clap", "frame-remote-externalities", - "frame-try-runtime 0.37.0", + "frame-try-runtime 0.38.0", "hex", "log", "parity-scale-codec", @@ -17292,22 +17296,22 @@ dependencies = [ "sc-executor", "serde", "serde_json", - "sp-api 29.0.0", - "sp-consensus-aura 0.35.0", - "sp-consensus-babe 0.35.0", - "sp-core 31.0.0", + "sp-api 30.0.0", + "sp-consensus-aura 0.36.0", + "sp-consensus-babe 0.36.0", + "sp-core 32.0.0", "sp-debug-derive", - "sp-externalities 0.27.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-keystore 0.37.0", + "sp-externalities 0.28.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-keystore 0.38.0", "sp-rpc", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-timestamp 29.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", + "sp-timestamp 30.0.0", "sp-transaction-storage-proof", - "sp-version 32.0.0", - "sp-weights 30.0.0", + "sp-version 33.0.0", + "sp-weights 31.0.0", "substrate-rpc-client", "zstd 0.12.4", ] @@ -17938,126 +17942,126 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ef1f629f711d7d110a1d13a12d3b4ab8fdc4ec3f97abbe9d1f0d248014a9e72" +checksum = "c6d7d64eabcbf938ac7978ebc0e3385caedacb2967ee6e2a9b9e1b69a2590498" dependencies = [ "binary-merkle-tree 15.0.0", "bitvec", - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-executive 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "frame-system-benchmarking 31.0.0", - "frame-system-rpc-runtime-api 29.0.0", - "frame-try-runtime 0.37.0", + "frame-benchmarking 32.0.0", + "frame-election-provider-support 32.0.0", + "frame-executive 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "frame-system-benchmarking 32.0.0", + "frame-system-rpc-runtime-api 30.0.0", + "frame-try-runtime 0.38.0", "hex-literal", "log", - "pallet-asset-rate 10.0.0", - "pallet-authority-discovery 31.0.1", - "pallet-authorship 31.0.0", - "pallet-babe 31.0.0", - "pallet-bags-list 30.0.0", - "pallet-balances 31.0.0", - "pallet-beefy 31.0.0", - "pallet-beefy-mmr 31.0.0", + "pallet-asset-rate 11.0.0", + "pallet-authority-discovery 32.0.0", + "pallet-authorship 32.0.0", + "pallet-babe 32.0.0", + "pallet-bags-list 31.0.0", + "pallet-balances 33.0.0", + "pallet-beefy 32.0.0", + "pallet-beefy-mmr 32.0.0", "pallet-collective", - "pallet-conviction-voting 31.0.0", + "pallet-conviction-voting 32.0.0", "pallet-democracy", - "pallet-election-provider-multi-phase 30.0.0", - "pallet-election-provider-support-benchmarking 30.0.0", + "pallet-election-provider-multi-phase 31.0.0", + "pallet-election-provider-support-benchmarking 31.0.0", "pallet-elections-phragmen", - "pallet-fast-unstake 30.0.0", - "pallet-grandpa 31.0.0", - "pallet-identity 31.0.0", - "pallet-im-online 30.0.0", - "pallet-indices 31.0.0", + "pallet-fast-unstake 31.0.0", + "pallet-grandpa 32.0.0", + "pallet-identity 32.0.0", + "pallet-indices 32.0.0", "pallet-membership", - "pallet-message-queue 34.0.0", - "pallet-mmr 30.0.0", - "pallet-multisig 31.0.0", - "pallet-nomination-pools 28.0.0", - "pallet-nomination-pools-benchmarking 29.0.0", - "pallet-nomination-pools-runtime-api 26.0.0", - "pallet-offences 30.0.0", - "pallet-offences-benchmarking 31.0.0", - "pallet-preimage 31.0.0", - "pallet-proxy 31.0.0", + "pallet-message-queue 35.0.0", + "pallet-mmr 31.0.0", + "pallet-multisig 32.0.0", + "pallet-nomination-pools 29.0.0", + "pallet-nomination-pools-benchmarking 30.0.0", + "pallet-nomination-pools-runtime-api 27.0.0", + "pallet-offences 31.0.0", + "pallet-offences-benchmarking 32.0.0", + "pallet-preimage 32.0.0", + "pallet-proxy 32.0.0", "pallet-recovery", - "pallet-referenda 31.0.0", + "pallet-referenda 32.0.0", "pallet-root-testing", - "pallet-scheduler 32.0.0", - "pallet-session 31.0.0", - "pallet-session-benchmarking 31.0.0", + "pallet-scheduler 33.0.0", + "pallet-session 32.0.0", + "pallet-session-benchmarking 32.0.0", "pallet-society", - "pallet-staking 31.0.0", + "pallet-staking 32.0.0", "pallet-staking-reward-curve", - "pallet-staking-runtime-api 17.0.0", - "pallet-state-trie-migration 32.0.0", - "pallet-sudo 31.0.0", - "pallet-timestamp 30.0.0", - "pallet-transaction-payment 31.0.0", - "pallet-transaction-payment-rpc-runtime-api 31.0.0", - "pallet-treasury 30.0.0", - "pallet-utility 31.0.0", - "pallet-vesting 31.0.0", - "pallet-whitelist 30.0.0", - "pallet-xcm 10.0.1", - "pallet-xcm-benchmarks 10.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", - "polkadot-runtime-common 10.0.0", - "polkadot-runtime-parachains 10.0.0", + "pallet-staking-runtime-api 18.0.0", + "pallet-state-trie-migration 33.0.0", + "pallet-sudo 32.0.0", + "pallet-timestamp 31.0.0", + "pallet-transaction-payment 32.0.0", + "pallet-transaction-payment-rpc-runtime-api 32.0.0", + "pallet-treasury 31.0.0", + "pallet-utility 32.0.0", + "pallet-vesting 32.0.0", + "pallet-whitelist 31.0.0", + "pallet-xcm 11.0.0", + "pallet-xcm-benchmarks 11.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-common 11.0.0", + "polkadot-runtime-parachains 11.0.0", "rustc-hex", "scale-info", "serde", "serde_derive", "smallvec", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.0", - "sp-authority-discovery 29.0.0", - "sp-block-builder 29.0.0", - "sp-consensus-babe 0.35.0", - "sp-consensus-beefy 16.0.0", - "sp-core 31.0.0", - "sp-genesis-builder 0.10.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-mmr-primitives 29.0.0", - "sp-npos-elections 29.0.0", - "sp-offchain 29.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-staking 29.0.0", - "sp-std", - "sp-storage", - "sp-transaction-pool 29.0.0", - "sp-version 32.0.0", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", - "substrate-wasm-builder 20.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-arithmetic 26.0.0", + "sp-authority-discovery 30.0.0", + "sp-block-builder 30.0.0", + "sp-consensus-babe 0.36.0", + "sp-consensus-beefy 17.0.0", + "sp-core 32.0.0", + "sp-genesis-builder 0.11.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-mmr-primitives 30.0.0", + "sp-npos-elections 30.0.0", + "sp-offchain 30.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-staking 30.0.0", + "sp-std", + "sp-storage 21.0.0", + "sp-transaction-pool 30.0.0", + "sp-version 33.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", + "staging-xcm-executor 11.0.0", + "substrate-wasm-builder 21.0.0", "westend-runtime-constants", + "xcm-fee-payment-runtime-api", ] [[package]] name = "westend-runtime-constants" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38ee9606d7d954aef2b22107e80fc128a467cd8d6f1d347f64e417f88b2833c8" +checksum = "56e49413f666c93595698e3e3283fb05d7d5e0a522ecb6d4c6220d959691d479" dependencies = [ - "frame-support 31.0.0", - "polkadot-primitives 10.0.0", - "polkadot-runtime-common 10.0.0", + "frame-support 32.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-common 11.0.0", "smallvec", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-weights 30.0.0", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-weights 31.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", ] [[package]] @@ -18416,37 +18420,53 @@ dependencies = [ [[package]] name = "xcm-emulator" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea6acd5a2d4c654cb659666c7bc3730b6b29b6caf4d98c6799911069d81b1ed2" +checksum = "37e42f8cc343d8c52d9412350da0fa8597ddd91c9b4d5664c06f63bb813c69de" dependencies = [ - "cumulus-pallet-parachain-system 0.10.0", - "cumulus-pallet-xcmp-queue 0.10.0", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-parachain-inherent 0.10.0", + "cumulus-pallet-parachain-system 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-parachain-inherent 0.11.0", "cumulus-test-relay-sproof-builder", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "lazy_static", "log", - "pallet-balances 31.0.0", - "pallet-message-queue 34.0.0", - "parachains-common 10.0.0", + "pallet-balances 33.0.0", + "pallet-message-queue 35.0.0", + "parachains-common 11.0.0", "parity-scale-codec", "paste", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-parachains 11.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-std", + "sp-tracing 17.0.0", + "staging-xcm 11.0.0", + "staging-xcm-executor 11.0.0", +] + +[[package]] +name = "xcm-fee-payment-runtime-api" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd9c9513e249ed6d355d0243748c70cb0d7ca81d0604707f334fd481d54e8264" +dependencies = [ + "frame-support 32.0.0", + "parity-scale-codec", + "scale-info", + "sp-api 30.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-tracing", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", + "sp-weights 31.0.0", + "staging-xcm 11.0.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index db4a9b21..d78f96be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ subxt-signer = "0.34.0" tokio = { version = "1.36", features = ["macros", "time", "rt-multi-thread"] } # Build -substrate-wasm-builder = "20.0.0" +substrate-wasm-builder = "21.0.0" substrate-build-script-utils = "11.0.0" # Local @@ -61,113 +61,112 @@ pop-runtime-common = { path = "runtime/common", default-features = false } pop-primitives = { path = "./primitives", default-features = false } # Substrate -sc-basic-authorship = "0.37.0" -sc-chain-spec = "30.0.1" -sc-cli = "0.39.0" -sc-client-api = "31.0.0" -sc-offchain = "32.0.0" -sc-consensus = "0.36.0" -sc-executor = "0.35.0" -sc-network = "0.37.0" -sc-network-sync = "0.36.0" -sc-rpc = "32.0.0" -sc-service = "0.38.0" -sc-sysinfo = "30.0.0" -sc-telemetry = "17.0.0" -sc-tracing = "31.0.0" -sc-transaction-pool = "31.0.0" -sc-transaction-pool-api = "31.0.0" -frame-benchmarking = { version = "31.0.0", default-features = false } -frame-benchmarking-cli = "35.0.1" -frame-executive = { version = "31.0.0", default-features = false } -frame-support = { version = "31.0.0", default-features = false } -frame-system = { version = "31.0.0", default-features = false } -frame-system-benchmarking = { version = "31.0.0", default-features = false } -frame-system-rpc-runtime-api = { version = "29.0.0", default-features = false } -frame-try-runtime = { version = "0.37.0", default-features = false } -pallet-aura = { version = "30.0.0", default-features = false } -pallet-authorship = { version = "31.0.0", default-features = false } -pallet-assets = { version = "32.0.0", default-features = false } -pallet-balances = { version = "31.0.0", default-features = false } -pallet-contracts = { version = "30.0.0", default-features = false } -pallet-message-queue = { version = "34.0.0", default-features = false } -pallet-multisig = { version = "31.0.0", default-features = false } -pallet-nft-fractionalization = { version = "13.0.0", default-features = false } -pallet-nfts = { version = "25.0.0", default-features = false } -pallet-nfts-runtime-api = { version = "17.0.0", default-features = false } -pallet-preimage = { version = "31.0.0", default-features = false } -pallet-proxy = { version = "31.0.0", default-features = false } -pallet-scheduler = { version = "32.0.0", default-features = false } -pallet-session = { version = "31.0.0", default-features = false } -pallet-sudo = { version = "31.0.0", default-features = false } -pallet-timestamp = { version = "30.0.0", default-features = false } -pallet-transaction-payment = { version = "31.0.0", default-features = false } -pallet-transaction-payment-rpc = "33.0.0" -pallet-transaction-payment-rpc-runtime-api = { version = "31.0.0", default-features = false } -pallet-utility = { version = "31.0.0", default-features = false } -sp-api = { version = "29.0.0", default-features = false } -sp-authority-discovery = { version = "29.0.0", default-features = false } -sp-block-builder = { version = "29.0.0", default-features = false } -sp-blockchain = "31.0.0" -sp-consensus-aura = { version = "0.35.0", default-features = false } -sp-consensus-babe = { version = "0.35.0", default-features = false } -sp-consensus-beefy = { version = "16.0.0", default-features = false } -sp-consensus-grandpa = { version = "16.0.0", default-features = false } -sp-core = { version = "31.0.0", default-features = false } -sp-keystore = "0.37.0" -sp-io = { version = "33.0.0", default-features = false } -sp-genesis-builder = { version = "0.10.0", default-features = false } -sp-inherents = { version = "29.0.0", default-features = false } -sp-offchain = { version = "29.0.0", default-features = false } -sp-runtime = { version = "34.0.0", default-features = false } -sp-timestamp = "29.0.0" -substrate-frame-rpc-system = "31.0.0" +sc-basic-authorship = "0.38.0" +sc-chain-spec = "31.0.0" +sc-cli = "0.40.0" +sc-client-api = "32.0.0" +sc-offchain = "33.0.0" +sc-consensus = "0.37.0" +sc-executor = "0.36.0" +sc-network = "0.38.0" +sc-network-sync = "0.37.0" +sc-rpc = "33.0.0" +sc-service = "0.39.0" +sc-sysinfo = "31.0.0" +sc-telemetry = "18.0.0" +sc-tracing = "32.0.0" +sc-transaction-pool = "32.0.0" +sc-transaction-pool-api = "32.0.0" +frame-benchmarking = { version = "32.0.0", default-features = false } +frame-benchmarking-cli = "36.0.0" +frame-executive = { version = "32.0.0", default-features = false } +frame-support = { version = "32.0.0", default-features = false } +frame-system = { version = "32.0.0", default-features = false } +frame-system-benchmarking = { version = "32.0.0", default-features = false } +frame-system-rpc-runtime-api = { version = "30.0.0", default-features = false } +frame-try-runtime = { version = "0.38.0", default-features = false } +pallet-aura = { version = "31.0.0", default-features = false } +pallet-authorship = { version = "32.0.0", default-features = false } +pallet-assets = { version = "33.0.0", default-features = false } +pallet-balances = { version = "33.0.0", default-features = false } +pallet-contracts = { version = "31.0.0", default-features = false } +pallet-message-queue = { version = "35.0.0", default-features = false } +pallet-multisig = { version = "32.0.0", default-features = false } +pallet-nft-fractionalization = { version = "14.0.0", default-features = false } +pallet-nfts = { version = "26.0.0", default-features = false } +pallet-nfts-runtime-api = { version = "18.0.0", default-features = false } +pallet-preimage = { version = "32.0.0", default-features = false } +pallet-proxy = { version = "32.0.0", default-features = false } +pallet-scheduler = { version = "33.0.0", default-features = false } +pallet-session = { version = "32.0.0", default-features = false } +pallet-sudo = { version = "32.0.0", default-features = false } +pallet-timestamp = { version = "31.0.0", default-features = false } +pallet-transaction-payment = { version = "32.0.0", default-features = false } +pallet-transaction-payment-rpc = "34.0.0" +pallet-transaction-payment-rpc-runtime-api = { version = "32.0.0", default-features = false } +pallet-utility = { version = "32.0.0", default-features = false } +sp-api = { version = "30.0.0", default-features = false } +sp-authority-discovery = { version = "30.0.0", default-features = false } +sp-block-builder = { version = "30.0.0", default-features = false } +sp-blockchain = "32.0.0" +sp-consensus-aura = { version = "0.36.0", default-features = false } +sp-consensus-babe = { version = "0.36.0", default-features = false } +sp-consensus-beefy = { version = "17.0.0", default-features = false } +sp-consensus-grandpa = { version = "17.0.0", default-features = false } +sp-core = { version = "32.0.0", default-features = false } +sp-keystore = "0.38.0" +sp-io = { version = "34.0.0", default-features = false } +sp-genesis-builder = { version = "0.11.0", default-features = false } +sp-inherents = { version = "30.0.0", default-features = false } +sp-offchain = { version = "30.0.0", default-features = false } +sp-runtime = { version = "35.0.0", default-features = false } +sp-timestamp = "30.0.0" +substrate-frame-rpc-system = "32.0.0" substrate-prometheus-endpoint = "0.17.0" -sp-session = { version = "30.0.0", default-features = false } +sp-session = { version = "31.0.0", default-features = false } sp-std = { version = "14.0.0", default-features = false } -sp-transaction-pool = { version = "29.0.0", default-features = false } -sp-version = { version = "32.0.0", default-features = false } +sp-transaction-pool = { version = "30.0.0", default-features = false } +sp-version = { version = "33.0.0", default-features = false } # Polkadot -pallet-xcm = { version = "10.0.1", default-features = false } -polkadot-cli = "10.0.0" -polkadot-parachain-primitives = { version = "9.0.0", default-features = false } -polkadot-runtime-parachains = { version = "10.0.0", default-features = false } -polkadot-primitives = { version = "10.0.0", default-features = false } -polkadot-runtime-common = { version = "10.0.0", default-features = false } -rococo-runtime-constants = { version = "10.0.0", default-features = false } -rococo-runtime = { version = "10.0.0", default-features = false } -xcm = { version = "10.0.0", package = "staging-xcm", default-features = false } -xcm-builder = { version = "10.0.0", package = "staging-xcm-builder", default-features = false } -xcm-executor = { version = "10.0.0", package = "staging-xcm-executor", default-features = false } +pallet-xcm = { version = "11.0.0", default-features = false } +polkadot-cli = "11.0.0" +polkadot-parachain-primitives = { version = "10.0.0", default-features = false } +polkadot-runtime-parachains = { version = "11.0.0", default-features = false } +polkadot-primitives = { version = "11.0.0", default-features = false } +polkadot-runtime-common = { version = "11.0.0", default-features = false } +rococo-runtime-constants = { version = "11.0.0", default-features = false } +rococo-runtime = { version = "11.0.0", default-features = false } +xcm = { version = "11.0.0", package = "staging-xcm", default-features = false } +xcm-builder = { version = "11.0.0", package = "staging-xcm-builder", default-features = false } +xcm-executor = { version = "11.0.0", package = "staging-xcm-executor", default-features = false } # Cumulus -asset-hub-rococo-runtime = { version = "0.14.0", default-features = false } -asset-test-utils = { version = "10.0.0", default-features = false } -cumulus-pallet-aura-ext = { version = "0.10.0", default-features = false } -cumulus-pallet-parachain-system = { version = "0.10.0", default-features = false, features = [ +asset-hub-rococo-runtime = { version = "0.15.0", default-features = false } +asset-test-utils = { version = "11.0.0", default-features = false } +cumulus-pallet-aura-ext = { version = "0.11.0", default-features = false } +cumulus-pallet-parachain-system = { version = "0.11.0", default-features = false, features = [ "parameterized-consensus-hook", ] } -cumulus-pallet-session-benchmarking = { version = "12.0.0", default-features = false } -cumulus-pallet-xcm = { version = "0.10.0", default-features = false } -cumulus-pallet-xcmp-queue = { version = "0.10.0", default-features = false } -cumulus-primitives-aura = { version = "0.10.0", default-features = false } -cumulus-primitives-core = { version = "0.10.0", default-features = false } -cumulus-primitives-storage-weight-reclaim = { version = "1.0.0", default-features = false } -cumulus-primitives-utility = { version = "0.10.0", default-features = false } -emulated-integration-tests-common = { version = "6.0.0", default-features = false } -pallet-collator-selection = { version = "12.0.1", default-features = false } -parachains-common = { version = "10.0.0", default-features = false } -parachain-info = { version = "0.10.0", package = "staging-parachain-info", default-features = false } -cumulus-primitives-parachain-inherent = "0.10.0" -cumulus-relay-chain-interface = "0.10.0" +cumulus-pallet-session-benchmarking = { version = "13.0.0", default-features = false } +cumulus-pallet-xcm = { version = "0.11.0", default-features = false } +cumulus-pallet-xcmp-queue = { version = "0.11.0", default-features = false } +cumulus-primitives-aura = { version = "0.11.0", default-features = false } +cumulus-primitives-core = { version = "0.11.0", default-features = false } +cumulus-primitives-utility = { version = "0.11.0", default-features = false } +emulated-integration-tests-common = { version = "7.0.0", default-features = false } +pallet-collator-selection = { version = "13.0.1", default-features = false } +parachains-common = { version = "11.0.0", default-features = false } +parachain-info = { version = "0.11.0", package = "staging-parachain-info", default-features = false } +cumulus-primitives-parachain-inherent = "0.11.0" +cumulus-relay-chain-interface = "0.11.0" color-print = "0.3.4" -cumulus-client-cli = "0.10.0" -cumulus-client-collator = "0.10.0" -cumulus-client-consensus-aura = "0.10.0" -cumulus-client-consensus-common = "0.10.0" -cumulus-client-consensus-proposer = "0.10.0" -cumulus-client-service = "0.10.0" +cumulus-client-cli = "0.11.0" +cumulus-client-collator = "0.11.0" +cumulus-client-consensus-aura = "0.11.0" +cumulus-client-consensus-common = "0.11.0" +cumulus-client-consensus-proposer = "0.11.0" +cumulus-client-service = "0.11.0" # Paseo asset-hub-paseo-runtime = { git = "https://github.com/paseo-network/runtimes/", tag = "v1.2.5-system-chains", default-features = false } diff --git a/runtime/devnet/Cargo.toml b/runtime/devnet/Cargo.toml index 35183429..13d4fe77 100644 --- a/runtime/devnet/Cargo.toml +++ b/runtime/devnet/Cargo.toml @@ -225,4 +225,4 @@ try-runtime = [ "sp-runtime/try-runtime", ] -experimental = ["pallet-aura/experimental"] +experimental = [] diff --git a/runtime/devnet/src/config/xcm.rs b/runtime/devnet/src/config/xcm.rs index b58baf2f..55ab07bd 100644 --- a/runtime/devnet/src/config/xcm.rs +++ b/runtime/devnet/src/config/xcm.rs @@ -152,6 +152,9 @@ impl xcm_executor::Config for XcmConfig { type SafeCallFilter = Everything; type Aliasers = Nothing; type TransactionalProcessor = FrameTransactionalProcessor; + type HrmpNewChannelOpenRequestHandler = (); + type HrmpChannelAcceptedHandler = (); + type HrmpChannelClosingHandler = (); } /// No local origins on this chain are allowed to dispatch XCM sends/executions. diff --git a/runtime/devnet/src/lib.rs b/runtime/devnet/src/lib.rs index 667d4ebd..f0264043 100644 --- a/runtime/devnet/src/lib.rs +++ b/runtime/devnet/src/lib.rs @@ -415,6 +415,7 @@ impl pallet_message_queue::Config for Runtime { type HeapSize = sp_core::ConstU32<{ 64 * 1024 }>; type MaxStale = sp_core::ConstU32<8>; type ServiceWeight = MessageQueueServiceWeight; + type IdleMaxServiceWeight = (); } impl cumulus_pallet_aura_ext::Config for Runtime {} @@ -456,7 +457,6 @@ impl pallet_aura::Config for Runtime { type DisabledValidators = (); type MaxAuthorities = ConstU32<100_000>; type AllowMultipleBlocksPerSlot = ConstBool; - #[cfg(feature = "experimental")] type SlotDuration = ConstU64; } @@ -629,7 +629,7 @@ impl_runtime_apis! { } fn authorities() -> Vec { - Aura::authorities().into_inner() + pallet_aura::Authorities::::get().into_inner() } } diff --git a/runtime/testnet/Cargo.toml b/runtime/testnet/Cargo.toml index d77274ec..1cd8982e 100644 --- a/runtime/testnet/Cargo.toml +++ b/runtime/testnet/Cargo.toml @@ -223,4 +223,4 @@ try-runtime = [ "sp-runtime/try-runtime", ] -experimental = ["pallet-aura/experimental"] +experimental = [] diff --git a/runtime/testnet/src/config/xcm.rs b/runtime/testnet/src/config/xcm.rs index b58baf2f..55ab07bd 100644 --- a/runtime/testnet/src/config/xcm.rs +++ b/runtime/testnet/src/config/xcm.rs @@ -152,6 +152,9 @@ impl xcm_executor::Config for XcmConfig { type SafeCallFilter = Everything; type Aliasers = Nothing; type TransactionalProcessor = FrameTransactionalProcessor; + type HrmpNewChannelOpenRequestHandler = (); + type HrmpChannelAcceptedHandler = (); + type HrmpChannelClosingHandler = (); } /// No local origins on this chain are allowed to dispatch XCM sends/executions. diff --git a/runtime/testnet/src/lib.rs b/runtime/testnet/src/lib.rs index 5d38a10f..d2e1918b 100644 --- a/runtime/testnet/src/lib.rs +++ b/runtime/testnet/src/lib.rs @@ -404,6 +404,7 @@ impl pallet_message_queue::Config for Runtime { type HeapSize = sp_core::ConstU32<{ 64 * 1024 }>; type MaxStale = sp_core::ConstU32<8>; type ServiceWeight = MessageQueueServiceWeight; + type IdleMaxServiceWeight = (); } impl cumulus_pallet_aura_ext::Config for Runtime {} @@ -448,7 +449,6 @@ impl pallet_aura::Config for Runtime { // Note: SlotDuration potentially enabled here due to devnet runtime and Rust's feature // unification, requiring the setting of a backwards compatible value. // See https://github.com/paritytech/polkadot-sdk/blob/09df373db9cd5dfed82c5cdb0736d417d54249e6/substrate/frame/aura/src/lib.rs#L262 - #[cfg(feature = "experimental")] type SlotDuration = pallet_aura::MinimumPeriodTimesTwo; } @@ -621,7 +621,7 @@ impl_runtime_apis! { } fn authorities() -> Vec { - Aura::authorities().into_inner() + pallet_aura::Authorities::::get().into_inner() } } From f4813dd539e318a4bda3fcf0c1f9c72ba94df34d Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Tue, 13 Aug 2024 15:32:20 +0700 Subject: [PATCH 13/95] refactor: remove native executor, add unified host functions --- node/src/command.rs | 16 ++--- node/src/service.rs | 139 ++++++++++++++------------------------------ 2 files changed, 49 insertions(+), 106 deletions(-) diff --git a/node/src/command.rs b/node/src/command.rs index 27901ef0..f0f1ad25 100644 --- a/node/src/command.rs +++ b/node/src/command.rs @@ -16,7 +16,7 @@ use crate::{ chain_spec, chain_spec::Relay, cli::{Cli, RelayChainCli, Subcommand}, - service::{new_partial, DevnetRuntimeExecutor, TestnetRuntimeExecutor}, + service::new_partial, }; #[derive(Debug, PartialEq)] @@ -158,7 +158,7 @@ macro_rules! construct_async_run { match runner.config().chain_spec.runtime() { Runtime::Devnet => { runner.async_run(|$config| { - let $components = new_partial::( + let $components = new_partial::( &$config )?; let task_manager = $components.task_manager; @@ -167,7 +167,7 @@ macro_rules! construct_async_run { } Runtime::Testnet => { runner.async_run(|$config| { - let $components = new_partial::( + let $components = new_partial::( &$config )?; let task_manager = $components.task_manager; @@ -182,15 +182,11 @@ macro_rules! construct_benchmark_partials { ($config:expr, |$partials:ident| $code:expr) => { match $config.chain_spec.runtime() { Runtime::Devnet => { - let $partials = - new_partial::(&$config)?; + let $partials = new_partial::(&$config)?; $code }, Runtime::Testnet => { - let $partials = new_partial::< - pop_runtime_testnet::RuntimeApi, - TestnetRuntimeExecutor, - >(&$config)?; + let $partials = new_partial::(&$config)?; $code }, } @@ -349,7 +345,6 @@ pub fn run() -> Result<()> { ); crate::service::start_parachain_node::< pop_runtime_devnet::RuntimeApi, - DevnetRuntimeExecutor, >( config, polkadot_config, @@ -367,7 +362,6 @@ pub fn run() -> Result<()> { ); crate::service::start_parachain_node::< pop_runtime_testnet::RuntimeApi, - TestnetRuntimeExecutor, >( config, polkadot_config, diff --git a/node/src/service.rs b/node/src/service.rs index 79ea908f..b2d39caf 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -13,7 +13,8 @@ use cumulus_client_consensus_common::ParachainBlockImport as TParachainBlockImpo use cumulus_client_consensus_proposer::Proposer; use cumulus_client_service::{ build_network, build_relay_chain_interface, prepare_node_config, start_relay_chain_tasks, - BuildNetworkParams, CollatorSybilResistance, DARecoveryProfile, StartRelayChainTasksParams, + BuildNetworkParams, CollatorSybilResistance, DARecoveryProfile, ParachainHostFunctions, + StartRelayChainTasksParams, }; use cumulus_primitives_core::{ relay_chain::{CollatorPair, ValidationCode}, @@ -25,10 +26,7 @@ use cumulus_relay_chain_interface::{OverseerHandle, RelayChainInterface}; use frame_benchmarking_cli::SUBSTRATE_REFERENCE_HARDWARE; use sc_client_api::Backend; use sc_consensus::ImportQueue; -use sc_executor::{ - HeapAllocStrategy, NativeElseWasmExecutor, NativeExecutionDispatch, WasmExecutor, - DEFAULT_HEAP_ALLOC_STRATEGY, -}; +use sc_executor::{HeapAllocStrategy, WasmExecutor, DEFAULT_HEAP_ALLOC_STRATEGY}; use sc_network::NetworkBlock; use sc_network_sync::SyncingService; use sc_service::{Configuration, PartialComponents, TFullBackend, TFullClient, TaskManager}; @@ -40,73 +38,37 @@ use sp_keystore::KeystorePtr; use sp_runtime::{app_crypto::AppCrypto, traits::BlakeTwo256}; use substrate_prometheus_endpoint::Registry; -/// Devnet Native executor type. -pub struct DevnetRuntimeExecutor; - -impl NativeExecutionDispatch for DevnetRuntimeExecutor { - type ExtendHostFunctions = ( - cumulus_client_service::storage_proof_size::HostFunctions, - frame_benchmarking::benchmarking::HostFunctions, - ); - - fn dispatch(method: &str, data: &[u8]) -> Option> { - pop_runtime_devnet::api::dispatch(method, data) - } - - fn native_version() -> sc_executor::NativeVersion { - pop_runtime_devnet::native_version() - } -} - -/// Testnet Native executor type. -pub struct TestnetRuntimeExecutor; +type ParachainExecutor = WasmExecutor; -impl NativeExecutionDispatch for TestnetRuntimeExecutor { - type ExtendHostFunctions = frame_benchmarking::benchmarking::HostFunctions; - - fn dispatch(method: &str, data: &[u8]) -> Option> { - pop_runtime_testnet::api::dispatch(method, data) - } - - fn native_version() -> sc_executor::NativeVersion { - pop_runtime_testnet::native_version() - } -} - -type ParachainExecutor = NativeElseWasmExecutor; - -type ParachainClient = - TFullClient>; +type ParachainClient = TFullClient; type ParachainBackend = TFullBackend; -type ParachainBlockImport = - TParachainBlockImport>, ParachainBackend>; +type ParachainBlockImport = + TParachainBlockImport>, ParachainBackend>; /// Assembly of PartialComponents (enough to run chain ops subcommands) -type Service = PartialComponents< - ParachainClient, +type Service = PartialComponents< + ParachainClient, ParachainBackend, (), sc_consensus::DefaultImportQueue, - sc_transaction_pool::FullPool>, - (ParachainBlockImport, Option, Option), + sc_transaction_pool::FullPool>, + (ParachainBlockImport, Option, Option), >; /// Starts a `ServiceBuilder` for a full service. /// /// Use this macro if you don't actually need the full service, but just the builder in order to /// be able to perform chain operations. -pub fn new_partial( +pub fn new_partial( config: &Configuration, -) -> Result, sc_service::Error> +) -> Result, sc_service::Error> where - RuntimeApi: - ConstructRuntimeApi> + Send + Sync + 'static, - RuntimeApi::RuntimeApi: RuntimeApiExt, + RuntimeApi: ConstructRuntimeApi> + Send + Sync + 'static, + RuntimeApi::RuntimeApi: RuntimeApiExt, sc_client_api::StateBackendFor, Block>: sc_client_api::StateBackend, - Executor: NativeExecutionDispatch + 'static, { let telemetry = config .telemetry_endpoints @@ -123,7 +85,7 @@ where .default_heap_pages .map_or(DEFAULT_HEAP_ALLOC_STRATEGY, |h| HeapAllocStrategy::Static { extra_pages: h as _ }); - let wasm = WasmExecutor::builder() + let executor = ParachainExecutor::builder() .with_execution_method(config.wasm_method) .with_onchain_heap_alloc_strategy(heap_pages) .with_offchain_heap_alloc_strategy(heap_pages) @@ -131,8 +93,6 @@ where .with_runtime_cache_size(config.runtime_cache_size) .build(); - let executor = NativeElseWasmExecutor::::new_with_wasm_executor(wasm); - let (client, backend, keystore_container, task_manager) = sc_service::new_full_parts_record_import::( config, @@ -157,8 +117,7 @@ where client.clone(), ); - let block_import = - ParachainBlockImport::::new(client.clone(), backend.clone()); + let block_import = ParachainBlockImport::::new(client.clone(), backend.clone()); let import_queue = build_import_queue( client.clone(), @@ -184,28 +143,26 @@ where /// /// This is the actual implementation that is abstract over the executor and the runtime api. #[sc_tracing::logging::prefix_logs_with("Parachain")] -async fn start_node_impl( +async fn start_node_impl( parachain_config: Configuration, polkadot_config: Configuration, collator_options: CollatorOptions, para_id: ParaId, start_consensus: SC, hwbench: Option, -) -> sc_service::error::Result<(TaskManager, Arc>)> +) -> sc_service::error::Result<(TaskManager, Arc>)> where - RuntimeApi: - ConstructRuntimeApi> + Send + Sync + 'static, - RuntimeApi::RuntimeApi: RuntimeApiExt, - Executor: NativeExecutionDispatch + 'static, + RuntimeApi: ConstructRuntimeApi> + Send + Sync + 'static, + RuntimeApi::RuntimeApi: RuntimeApiExt, SC: FnOnce( - Arc>, + Arc>, Arc, - ParachainBlockImport, + ParachainBlockImport, Option<&Registry>, Option, &TaskManager, Arc, - Arc>>, + Arc>>, Arc>, KeystorePtr, Duration, @@ -217,7 +174,7 @@ where { let parachain_config = prepare_node_config(parachain_config); - let params = new_partial::(¶chain_config)?; + let params = new_partial::(¶chain_config)?; let (block_import, mut telemetry, telemetry_worker_handle) = params.other; let net_config = sc_network::config::FullNetworkConfiguration::new(¶chain_config.network); @@ -384,17 +341,16 @@ where /// Build the import queue for the parachain runtime. #[allow(clippy::type_complexity)] -pub(crate) fn build_import_queue( - client: Arc>, - block_import: ParachainBlockImport, +pub(crate) fn build_import_queue( + client: Arc>, + block_import: ParachainBlockImport, config: &Configuration, telemetry: Option, task_manager: &TaskManager, ) -> Result, sc_service::Error> where - RuntimeApi: - ConstructRuntimeApi> + Send + Sync + 'static, - RuntimeApi::RuntimeApi: RuntimeApiExt, + RuntimeApi: ConstructRuntimeApi> + Send + Sync + 'static, + RuntimeApi::RuntimeApi: RuntimeApiExt, { let slot_duration = cumulus_client_consensus_aura::slot_duration(&*client)?; @@ -419,17 +375,15 @@ where } #[allow(clippy::too_many_arguments)] -fn start_consensus( - client: Arc>, +fn start_consensus( + client: Arc>, backend: Arc, - block_import: ParachainBlockImport, + block_import: ParachainBlockImport, prometheus_registry: Option<&Registry>, telemetry: Option, task_manager: &TaskManager, relay_chain_interface: Arc, - transaction_pool: Arc< - sc_transaction_pool::FullPool>, - >, + transaction_pool: Arc>>, sync_oracle: Arc>, keystore: KeystorePtr, relay_chain_slot_duration: Duration, @@ -439,10 +393,8 @@ fn start_consensus( announce_block: Arc>) + Send + Sync>, ) -> Result<(), sc_service::Error> where - RuntimeApi: - ConstructRuntimeApi> + Send + Sync + 'static, - RuntimeApi::RuntimeApi: RuntimeApiExt, - Executor: NativeExecutionDispatch + 'static, + RuntimeApi: ConstructRuntimeApi> + Send + Sync + 'static, + RuntimeApi::RuntimeApi: RuntimeApiExt, { use cumulus_client_consensus_aura::collators::lookahead::{self as aura, Params as AuraParams}; @@ -497,32 +449,30 @@ where } /// Start a parachain node. -pub async fn start_parachain_node( +pub async fn start_parachain_node( parachain_config: Configuration, polkadot_config: Configuration, collator_options: CollatorOptions, para_id: ParaId, hwbench: Option, -) -> sc_service::error::Result<(TaskManager, Arc>)> +) -> sc_service::error::Result<(TaskManager, Arc>)> where - Executor: NativeExecutionDispatch + 'static, - RuntimeApi: - ConstructRuntimeApi> + Send + Sync + 'static, - RuntimeApi::RuntimeApi: RuntimeApiExt, + RuntimeApi: ConstructRuntimeApi> + Send + Sync + 'static, + RuntimeApi::RuntimeApi: RuntimeApiExt, { - start_node_impl::( + start_node_impl::( parachain_config, polkadot_config, collator_options, para_id, - start_consensus::, + start_consensus::, hwbench, ) .await } // Trait alias refactored out from above to simplify repeated trait bounds -pub(crate) trait RuntimeApiExt: +pub(crate) trait RuntimeApiExt: sp_transaction_pool::runtime_api::TaggedTransactionQueue + sp_api::Metadata + sp_session::SessionKeys @@ -549,7 +499,6 @@ impl< + substrate_frame_rpc_system::AccountNonceApi + cumulus_primitives_aura::AuraUnincludedSegmentApi, RuntimeApi, - Executor, - > RuntimeApiExt for T + > RuntimeApiExt for T { } From 63dd2d87d0dee966f10c185d3294264522bd6ecb Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Tue, 13 Aug 2024 23:42:59 +0700 Subject: [PATCH 14/95] feat: pov claim feature --- Cargo.lock | 14 +++++++------- Cargo.toml | 25 +++++++++++++------------ 2 files changed, 20 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f088f26..49989667 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2697,19 +2697,19 @@ dependencies = [ [[package]] name = "cumulus-primitives-storage-weight-reclaim" -version = "2.0.0" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd8596e26f2d3b2c70c00b695eb9edc8fca4533105bf6b2f0c4c0ecc8075bf99" +checksum = "21d52a6f23cf094b01b33330e4f8d9a4c225620646cf0ad4e21ad299dddbe193" dependencies = [ - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-proof-size-hostfunction 0.6.0", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-proof-size-hostfunction 0.5.0", "docify", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 34.0.0", "sp-std", ] diff --git a/Cargo.toml b/Cargo.toml index d78f96be..bf71f28e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -148,18 +148,19 @@ cumulus-pallet-aura-ext = { version = "0.11.0", default-features = false } cumulus-pallet-parachain-system = { version = "0.11.0", default-features = false, features = [ "parameterized-consensus-hook", ] } -cumulus-pallet-session-benchmarking = { version = "13.0.0", default-features = false } -cumulus-pallet-xcm = { version = "0.11.0", default-features = false } -cumulus-pallet-xcmp-queue = { version = "0.11.0", default-features = false } -cumulus-primitives-aura = { version = "0.11.0", default-features = false } -cumulus-primitives-core = { version = "0.11.0", default-features = false } -cumulus-primitives-utility = { version = "0.11.0", default-features = false } -emulated-integration-tests-common = { version = "7.0.0", default-features = false } -pallet-collator-selection = { version = "13.0.1", default-features = false } -parachains-common = { version = "11.0.0", default-features = false } -parachain-info = { version = "0.11.0", package = "staging-parachain-info", default-features = false } -cumulus-primitives-parachain-inherent = "0.11.0" -cumulus-relay-chain-interface = "0.11.0" +cumulus-pallet-session-benchmarking = { version = "12.0.0", default-features = false } +cumulus-pallet-xcm = { version = "0.10.0", default-features = false } +cumulus-pallet-xcmp-queue = { version = "0.10.0", default-features = false } +cumulus-primitives-aura = { version = "0.10.0", default-features = false } +cumulus-primitives-core = { version = "0.10.0", default-features = false } +cumulus-primitives-storage-weight-reclaim = { version = "1.0.0", default-features = false } +cumulus-primitives-utility = { version = "0.10.0", default-features = false } +emulated-integration-tests-common = { version = "6.0.0", default-features = false } +pallet-collator-selection = { version = "12.0.1", default-features = false } +parachains-common = { version = "10.0.0", default-features = false } +parachain-info = { version = "0.10.0", package = "staging-parachain-info", default-features = false } +cumulus-primitives-parachain-inherent = "0.10.0" +cumulus-relay-chain-interface = "0.10.0" color-print = "0.3.4" cumulus-client-cli = "0.11.0" cumulus-client-collator = "0.11.0" From efac88e266a05e9160525d2527b69de1212f978b Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Tue, 13 Aug 2024 14:31:59 +0700 Subject: [PATCH 15/95] chore: upgrade to 1.10.0 --- Cargo.lock | 4341 +++++++++++++++++++++++++++++++++++++++++++--------- Cargo.toml | 25 +- 2 files changed, 3641 insertions(+), 725 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 49989667..ae6a8e30 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -517,6 +517,37 @@ dependencies = [ "system-parachains-constants", ] +[[package]] +name = "asset-test-utils" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1c81733430dbb312765566043bcb2c022dbb7492bacbe67018c630dbce753936" +dependencies = [ + "cumulus-pallet-parachain-system 0.10.0", + "cumulus-pallet-xcmp-queue 0.10.0", + "cumulus-primitives-core 0.10.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "pallet-assets 32.0.0", + "pallet-balances 31.0.0", + "pallet-collator-selection 12.0.1", + "pallet-session 31.0.0", + "pallet-timestamp 30.0.0", + "pallet-xcm 10.0.1", + "pallet-xcm-bridge-hub-router 0.8.0", + "parachains-common 10.0.0", + "parachains-runtimes-test-utils 10.0.0", + "parity-scale-codec", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "staging-parachain-info 0.10.0", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", + "staging-xcm-executor 10.0.0", + "substrate-wasm-builder 20.0.0", +] + [[package]] name = "asset-test-utils" version = "11.0.0" @@ -536,7 +567,7 @@ dependencies = [ "pallet-xcm 11.0.0", "pallet-xcm-bridge-hub-router 0.9.0", "parachains-common 11.0.0", - "parachains-runtimes-test-utils", + "parachains-runtimes-test-utils 11.0.0", "parity-scale-codec", "sp-io 34.0.0", "sp-runtime 35.0.0", @@ -1143,19 +1174,19 @@ dependencies = [ [[package]] name = "bp-header-chain" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b4a86e6438700a4217675ef3088fb08694ab69b1bdce4124099b1dcff9a6ff8" +checksum = "700fa6f4a3258a0eee471c7f70698c69d5b911d125f49f8139f0c61b7fdb6c9d" dependencies = [ - "bp-runtime 0.11.0", + "bp-runtime 0.10.0", "finality-grandpa", - "frame-support 32.0.0", + "frame-support 31.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-grandpa 17.0.0", - "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-consensus-grandpa 16.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -1177,35 +1208,35 @@ dependencies = [ [[package]] name = "bp-messages" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6a8b4356728ca03a8246104e320a2b1d7ba8c7fbd2917bf62395290f6ef2cc1" +checksum = "ebfb4d04936f86b63257d32b128b5e757de0273abf22794d3ae827323416e385" dependencies = [ - "bp-header-chain 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", + "bp-header-chain 0.10.0", + "bp-runtime 0.10.0", + "frame-support 31.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 32.0.0", + "sp-core 31.0.0", "sp-std", ] [[package]] name = "bp-parachains" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d5a4983aec89871fe61f700cd4edaaf30288e7fbd927f7e4f879951f61569d4" +checksum = "7f0c940507c4db7652a660228daefd82317bf6cd8aacff33df9e6ac9c45371c2" dependencies = [ - "bp-header-chain 0.11.0", - "bp-polkadot-core 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", + "bp-header-chain 0.10.0", + "bp-polkadot-core 0.10.0", + "bp-runtime 0.10.0", + "frame-support 31.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -1230,35 +1261,35 @@ dependencies = [ [[package]] name = "bp-polkadot-core" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54ef42ed5eb5ea249ee3f26f38ad114e379accfa1f2a8ee1ff87dc6bbc00b399" +checksum = "d14dd5cfb1176aebe8d9dc0c42273f978f63a6137ff10709caf380219847c010" dependencies = [ - "bp-messages 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-messages 0.10.0", + "bp-runtime 0.10.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "parity-util-mem", "scale-info", "serde", - "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "bp-relayers" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36f6f38407e79458fefb4c14a6f9f2cd9779b2dfeb3b11112e20902ee9dfea5f" +checksum = "41101efa1afc121ed8f4b5b93c9ee28bdab3f912237103521eea67c164c86c20" dependencies = [ - "bp-messages 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", + "bp-messages 0.10.0", + "bp-runtime 0.10.0", + "frame-support 31.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -1288,12 +1319,12 @@ dependencies = [ [[package]] name = "bp-runtime" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67f4b1696822790b449046bdb89c273852ef2201a046b64b24293871a953e5e3" +checksum = "a97193ef70796e6c3bb1e0de930d2174a07c7b8cb07f19eead5b5c3f56d6b7b9" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "hash-db", "impl-trait-for-tuples", "log", @@ -1301,41 +1332,41 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 32.0.0", "trie-db", ] [[package]] name = "bp-test-utils" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0462cedd4f4dba1dde9d296df6b0e128a61abecde6ff6efa3b122ee8ac2f811" +checksum = "2eac8331de5fc5e0012e3c5b0c245b9b6b33878edbe64cdfd133c2dce9443898" dependencies = [ - "bp-header-chain 0.11.0", + "bp-header-chain 0.10.0", "bp-parachains", - "bp-polkadot-core 0.11.0", - "bp-runtime 0.11.0", + "bp-polkadot-core 0.10.0", + "bp-runtime 0.10.0", "ed25519-dalek", "finality-grandpa", "parity-scale-codec", - "sp-application-crypto 34.0.0", - "sp-consensus-grandpa 17.0.0", - "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-application-crypto 33.0.0", + "sp-consensus-grandpa 16.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 32.0.0", ] [[package]] name = "bp-xcm-bridge-hub" -version = "0.3.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "192804908f1d3b7bfad12abce448fb3b7ec8dda765cac4a8d811fa75557e528f" +checksum = "6663e0179d475e30cfcf28cf597cdc8f4bb1c2c39a557b4cbe0057db0657fb67" dependencies = [ "sp-std", ] @@ -1352,6 +1383,18 @@ dependencies = [ "sp-runtime 32.0.0", ] +[[package]] +name = "bp-xcm-bridge-hub-router" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7366e856da4c5f49e1ef94c3ea401854fe52310696561e24b7509d2f963d7210" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-runtime 34.0.0", +] + [[package]] name = "bp-xcm-bridge-hub-router" version = "0.10.0" @@ -1366,38 +1409,38 @@ dependencies = [ [[package]] name = "bridge-runtime-common" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9dde81c8af81ee9bdf0374010288cf03ff3ccd7f57802f24889884f73d0b3bd3" +checksum = "4857eb39e46b6490b5b36e6485a1364907b767c917c8efe3c84456d6bc0a72b6" dependencies = [ - "bp-header-chain 0.11.0", - "bp-messages 0.11.0", + "bp-header-chain 0.10.0", + "bp-messages 0.10.0", "bp-parachains", - "bp-polkadot-core 0.11.0", + "bp-polkadot-core 0.10.0", "bp-relayers", - "bp-runtime 0.11.0", + "bp-runtime 0.10.0", "bp-xcm-bridge-hub", - "bp-xcm-bridge-hub-router 0.10.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-xcm-bridge-hub-router 0.9.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "hash-db", "log", "pallet-bridge-grandpa", "pallet-bridge-messages", "pallet-bridge-parachains", "pallet-bridge-relayers", - "pallet-transaction-payment 32.0.0", - "pallet-utility 32.0.0", + "pallet-transaction-payment 31.0.0", + "pallet-utility 31.0.0", "parity-scale-codec", "scale-info", - "sp-api 30.0.0", - "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-api 29.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-trie 33.0.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", + "sp-trie 32.0.0", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", ] [[package]] @@ -2102,11 +2145,11 @@ checksum = "b169c6bebaa58a8f0f2078747919ebd98df45d0d018a0f8caa66ec15e2ad43d4" dependencies = [ "clap", "parity-scale-codec", - "sc-chain-spec", - "sc-cli", - "sc-client-api", - "sc-service", - "sp-blockchain", + "sc-chain-spec 31.0.0", + "sc-cli 0.40.0", + "sc-client-api 32.0.0", + "sc-service 0.39.0", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "url", @@ -2124,13 +2167,13 @@ dependencies = [ "futures", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", - "sc-client-api", + "sc-client-api 32.0.0", "sp-api 30.0.0", - "sp-consensus", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "tracing", @@ -2149,25 +2192,25 @@ dependencies = [ "cumulus-client-parachain-inherent", "cumulus-primitives-aura 0.11.0", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "futures", "parity-scale-codec", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", - "sc-client-api", - "sc-consensus", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", "sc-consensus-aura", "sc-consensus-babe", "sc-consensus-slots", - "sc-telemetry", + "sc-telemetry 18.0.0", "schnellru", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-aura 0.36.0", "sp-core 32.0.0", "sp-inherents 30.0.0", @@ -2188,18 +2231,18 @@ dependencies = [ "async-trait", "cumulus-client-pov-recovery", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "dyn-clone", "futures", "log", "parity-scale-codec", "polkadot-primitives 11.0.0", - "sc-client-api", - "sc-consensus", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", "sc-consensus-babe", "schnellru", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", "sp-runtime 35.0.0", @@ -2218,7 +2261,7 @@ dependencies = [ "anyhow", "async-trait", "cumulus-primitives-parachain-inherent 0.11.0", - "sp-consensus", + "sp-consensus 0.36.0", "sp-inherents 30.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", @@ -2232,17 +2275,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0f70b5f3eb4385498880a74684be6bd17669f2a2b5c7db805eef16337af1d0cd" dependencies = [ "async-trait", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "futures", "futures-timer", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", - "sc-client-api", - "sp-blockchain", - "sp-consensus", + "sc-client-api 32.0.0", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", @@ -2258,10 +2301,10 @@ dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-relay-chain-interface", - "cumulus-test-relay-sproof-builder", + "cumulus-relay-chain-interface 0.11.0", + "cumulus-test-relay-sproof-builder 0.11.0", "parity-scale-codec", - "sc-client-api", + "sc-client-api 32.0.0", "scale-info", "sp-api 30.0.0", "sp-crypto-hashing", @@ -2282,18 +2325,18 @@ checksum = "e877fcdae06369ce17fd4d1fd0467d21b08338f7c944e225c5461472f54a166a" dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "futures", "futures-timer", "parity-scale-codec", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", "rand", - "sc-client-api", - "sc-consensus", - "sp-consensus", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sp-consensus 0.36.0", "sp-maybe-compressed-blob", "sp-runtime 35.0.0", "tracing", @@ -2313,24 +2356,24 @@ dependencies = [ "cumulus-primitives-core 0.11.0", "cumulus-primitives-proof-size-hostfunction 0.6.0", "cumulus-relay-chain-inprocess-interface", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "cumulus-relay-chain-minimal-node", "futures", "polkadot-primitives 11.0.0", - "sc-client-api", - "sc-consensus", - "sc-network", - "sc-network-sync", - "sc-network-transactions", - "sc-rpc", - "sc-service", - "sc-sysinfo", - "sc-telemetry", - "sc-transaction-pool", - "sc-utils", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sc-network 0.38.0", + "sc-network-sync 0.37.0", + "sc-network-transactions 0.37.0", + "sc-rpc 33.0.0", + "sc-service 0.39.0", + "sc-sysinfo 31.0.0", + "sc-telemetry 18.0.0", + "sc-transaction-pool 32.0.0", + "sc-utils 17.0.0", "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-io 34.0.0", "sp-runtime 35.0.0", @@ -2411,6 +2454,42 @@ dependencies = [ "trie-db", ] +[[package]] +name = "cumulus-pallet-parachain-system" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a19c40a5d04f60562fb38195766104deeb8cec71c11ec77796ee9373cccdb325" +dependencies = [ + "bytes", + "cumulus-pallet-parachain-system-proc-macro", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-parachain-inherent 0.10.0", + "cumulus-primitives-proof-size-hostfunction 0.5.0", + "environmental", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "impl-trait-for-tuples", + "log", + "pallet-message-queue 34.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 9.0.0", + "polkadot-runtime-common 10.0.0", + "polkadot-runtime-parachains 10.0.0", + "scale-info", + "sp-core 31.0.0", + "sp-externalities 0.27.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "sp-std", + "sp-trie 32.0.0", + "sp-version 32.0.0", + "staging-xcm 10.0.0", + "trie-db", +] + [[package]] name = "cumulus-pallet-parachain-system" version = "0.11.0" @@ -2476,16 +2555,16 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" -version = "13.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63b08b5e3bba454f8eaa01a7507c1bacde9343a7a67fc20801e59e0c9c0ec9db" +checksum = "4c178666b3a6d0457cb85104475cc0be5f9908a98429710afd29fbd5984cb539" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-session 32.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "pallet-session 31.0.0", "parity-scale-codec", - "sp-runtime 35.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -2508,19 +2587,19 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f14dc8bc002babf1596515a2f1c0158ddeccbf1ef7f5656fe71c8e1fa4bde55" +checksum = "7610ae16cac552adc823ba68deb26e5d3a9de189ef79ae26c79e43ddcfeabef1" dependencies = [ - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "cumulus-primitives-core 0.10.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "staging-xcm 11.0.0", + "staging-xcm 10.0.0", ] [[package]] @@ -2549,6 +2628,32 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] +[[package]] +name = "cumulus-pallet-xcmp-queue" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6614dcdbe6c24fcc8677bf158a8c627a3467d262acdc8a0e7d8a3d3d767a757c" +dependencies = [ + "bounded-collections 0.2.0", + "bp-xcm-bridge-hub-router 0.9.0", + "cumulus-primitives-core 0.10.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "pallet-message-queue 34.0.0", + "parity-scale-codec", + "polkadot-runtime-common 10.0.0", + "polkadot-runtime-parachains 10.0.0", + "scale-info", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", +] + [[package]] name = "cumulus-pallet-xcmp-queue" version = "0.11.0" @@ -2556,9 +2661,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5810a98c95f4219d7dcd6bd89d0c149fc45162e7e0c335579ba5545ec4b9c216" dependencies = [ "bounded-collections 0.2.0", - "bp-xcm-bridge-hub-router 0.10.0", "cumulus-primitives-core 0.11.0", - "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "log", @@ -2590,6 +2693,21 @@ dependencies = [ "sp-std", ] +[[package]] +name = "cumulus-primitives-aura" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1b70d13f3fca1dfaeb868f4fff79c58fef8fa4f8e381a9002d93c50c23683abf" +dependencies = [ + "parity-scale-codec", + "polkadot-core-primitives 10.0.0", + "polkadot-primitives 10.0.0", + "sp-api 29.0.0", + "sp-consensus-aura 0.35.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "cumulus-primitives-aura" version = "0.11.0" @@ -2623,6 +2741,24 @@ dependencies = [ "staging-xcm 8.0.1", ] +[[package]] +name = "cumulus-primitives-core" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "617d02361f5c7df87b6be98b4974241b6836fbaa7d9e786db80eb38bc8636751" +dependencies = [ + "parity-scale-codec", + "polkadot-core-primitives 10.0.0", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", + "scale-info", + "sp-api 29.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-trie 32.0.0", + "staging-xcm 10.0.0", +] + [[package]] name = "cumulus-primitives-core" version = "0.11.0" @@ -2657,6 +2793,22 @@ dependencies = [ "sp-trie 30.0.0", ] +[[package]] +name = "cumulus-primitives-parachain-inherent" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "87d64a55b7b9c3a945e543712630708f36407ab49ad8a2fa9f3d1404093a3e8e" +dependencies = [ + "async-trait", + "cumulus-primitives-core 0.10.0", + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-std", + "sp-trie 32.0.0", +] + [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.11.0" @@ -2684,6 +2836,17 @@ dependencies = [ "sp-trie 30.0.0", ] +[[package]] +name = "cumulus-primitives-proof-size-hostfunction" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "764e27968dce7d5c455dbaf9ba81c037fc5690afc085aa4aa2a4cdfe53716b74" +dependencies = [ + "sp-externalities 0.27.0", + "sp-runtime-interface 26.0.0", + "sp-trie 32.0.0", +] + [[package]] name = "cumulus-primitives-proof-size-hostfunction" version = "0.6.0" @@ -2734,6 +2897,27 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] +[[package]] +name = "cumulus-primitives-utility" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "beeca40e85d6da3751343a3fc8dd5b335c9a06ba9897a5b36f726d139b7646de" +dependencies = [ + "cumulus-primitives-core 0.10.0", + "frame-support 31.0.0", + "log", + "pallet-asset-conversion 13.0.0", + "parity-scale-codec", + "polkadot-runtime-common 10.0.0", + "polkadot-runtime-parachains 10.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", + "staging-xcm-executor 10.0.0", +] + [[package]] name = "cumulus-primitives-utility" version = "0.11.0" @@ -2763,23 +2947,42 @@ checksum = "842505bb9820f5d3c7d2561ed9783cd495d3665729e42590b12641e73c69fcf5" dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "futures", "futures-timer", "polkadot-cli", "polkadot-service", - "sc-cli", - "sc-client-api", - "sc-sysinfo", - "sc-telemetry", - "sc-tracing", + "sc-cli 0.40.0", + "sc-client-api 32.0.0", + "sc-sysinfo 31.0.0", + "sc-telemetry 18.0.0", + "sc-tracing 32.0.0", "sp-api 30.0.0", - "sp-consensus", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", ] +[[package]] +name = "cumulus-relay-chain-interface" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cbb531263c11cfd73f17090106fff2385ca7b02b39102c367f4c13fb1251e9dd" +dependencies = [ + "async-trait", + "cumulus-primitives-core 0.10.0", + "futures", + "jsonrpsee-core", + "parity-scale-codec", + "polkadot-overseer 10.0.0", + "sc-client-api 31.0.0", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-state-machine 0.38.0", + "thiserror", +] + [[package]] name = "cumulus-relay-chain-interface" version = "0.11.0" @@ -2791,10 +2994,10 @@ dependencies = [ "futures", "jsonrpsee-core", "parity-scale-codec", - "polkadot-overseer", - "sc-client-api", + "polkadot-overseer 11.0.0", + "sc-client-api 32.0.0", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-state-machine 0.39.0", "thiserror", ] @@ -2808,7 +3011,7 @@ dependencies = [ "array-bytes 6.2.2", "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "cumulus-relay-chain-rpc-interface", "futures", "parking_lot 0.12.1", @@ -2820,21 +3023,21 @@ dependencies = [ "polkadot-node-core-chain-api", "polkadot-node-core-prospective-parachains", "polkadot-node-core-runtime-api", - "polkadot-node-network-protocol", + "polkadot-node-network-protocol 11.0.0", "polkadot-node-subsystem-util", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", "polkadot-service", - "sc-authority-discovery", - "sc-client-api", - "sc-network", - "sc-network-common", - "sc-service", - "sc-tracing", - "sc-utils", + "sc-authority-discovery 0.38.0", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-service 0.39.0", + "sc-tracing 32.0.0", + "sc-utils 17.0.0", "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-babe 0.36.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", @@ -2850,18 +3053,18 @@ checksum = "b173a09d24c4ea2b6f90eb682276f844db7b180651f22a9e918f8bac0642075f" dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "either", "futures", "futures-timer", "jsonrpsee", "parity-scale-codec", "pin-project", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "rand", - "sc-client-api", - "sc-rpc-api", - "sc-service", + "sc-client-api 32.0.0", + "sc-rpc-api 0.37.0", + "sc-service 0.39.0", "schnellru", "serde", "serde_json", @@ -2882,6 +3085,21 @@ dependencies = [ "url", ] +[[package]] +name = "cumulus-test-relay-sproof-builder" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d1e730a7524f50acb03c24476323c4dad35690baf85175ad0f91a2dffed85b39" +dependencies = [ + "cumulus-primitives-core 0.10.0", + "parity-scale-codec", + "polkadot-primitives 10.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "sp-std", + "sp-trie 32.0.0", +] + [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.11.0" @@ -3371,35 +3589,34 @@ dependencies = [ [[package]] name = "emulated-integration-tests-common" -version = "7.0.0" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2117a0c89f2afd71f15eebe18f4b48790b675314426773ea282e9f3ff08e5afa" +checksum = "47f0799ab64756b6751d3ebcb17a30c3ba756193b6c193d14783afb312a16322" dependencies = [ - "asset-test-utils", - "bp-messages 0.11.0", + "asset-test-utils 10.0.0", + "bp-messages 0.10.0", "bridge-runtime-common", - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", - "pallet-assets 33.0.0", - "pallet-balances 33.0.0", + "cumulus-pallet-parachain-system 0.10.0", + "cumulus-pallet-xcmp-queue 0.10.0", + "cumulus-primitives-core 0.10.0", + "frame-support 31.0.0", + "pallet-assets 32.0.0", + "pallet-balances 31.0.0", "pallet-bridge-messages", - "pallet-message-queue 35.0.0", - "pallet-xcm 11.0.0", - "parachains-common 11.0.0", + "pallet-message-queue 34.0.0", + "pallet-xcm 10.0.1", + "parachains-common 10.0.0", "parity-scale-codec", "paste", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-parachains 11.0.0", - "sc-consensus-grandpa", - "sp-authority-discovery 30.0.0", - "sp-consensus-babe 0.36.0", - "sp-consensus-beefy 17.0.0", - "sp-core 32.0.0", - "sp-runtime 35.0.0", - "staging-xcm 11.0.0", + "polkadot-primitives 10.0.0", + "polkadot-runtime-parachains 10.0.0", + "sc-consensus-grandpa 0.22.0", + "sp-authority-discovery 29.0.0", + "sp-consensus-babe 0.35.0", + "sp-consensus-beefy 16.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "staging-xcm 10.0.0", "xcm-emulator", ] @@ -3805,6 +4022,15 @@ version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" +[[package]] +name = "fork-tree" +version = "12.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e93d3f0315c2eccf23453609e0ab92fe7c6ad1ca8129bcaf80b9a08c8d7fc52b" +dependencies = [ + "parity-scale-codec", +] + [[package]] name = "fork-tree" version = "13.0.0" @@ -3855,6 +4081,32 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "frame-benchmarking" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9fee087c6a7ddbc6dcfb6a6015d4b2787ecbb2113ed8b8bee8ff15f2bdf93f94" +dependencies = [ + "frame-support 31.0.0", + "frame-support-procedural 26.0.1", + "frame-system 31.0.0", + "linregress", + "log", + "parity-scale-codec", + "paste", + "scale-info", + "serde", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-runtime-interface 26.0.0", + "sp-std", + "sp-storage 20.0.0", + "static_assertions", +] + [[package]] name = "frame-benchmarking" version = "32.0.0" @@ -3904,17 +4156,17 @@ dependencies = [ "parity-scale-codec", "rand", "rand_pcg", - "sc-block-builder", - "sc-cli", - "sc-client-api", - "sc-client-db", - "sc-executor", - "sc-service", - "sc-sysinfo", + "sc-block-builder 0.37.0", + "sc-cli 0.40.0", + "sc-client-api 32.0.0", + "sc-client-db 0.39.0", + "sc-executor 0.36.0", + "sc-service 0.39.0", + "sc-sysinfo 31.0.0", "serde", "serde_json", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-database", "sp-externalities 0.28.0", @@ -3960,6 +4212,24 @@ dependencies = [ "sp-std", ] +[[package]] +name = "frame-election-provider-support" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d651327ec98d12fbdb0d25346de929e3ea2ab8a1ef85570794d9d8d54f204f28" +dependencies = [ + "frame-election-provider-solution-type", + "frame-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "scale-info", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-npos-elections 29.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "frame-election-provider-support" version = "32.0.0" @@ -4110,6 +4380,48 @@ dependencies = [ "tt-call", ] +[[package]] +name = "frame-support" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "81aecbbc1c62055e8ce472283bc655bf6c0f968a4d22d504bf6aad4ea44ccbc4" +dependencies = [ + "aquamarine 0.5.0", + "array-bytes 6.2.2", + "bitflags 1.3.2", + "docify", + "environmental", + "frame-metadata", + "frame-support-procedural 26.0.1", + "impl-trait-for-tuples", + "k256", + "log", + "macro_magic", + "parity-scale-codec", + "paste", + "scale-info", + "serde", + "serde_json", + "smallvec", + "sp-api 29.0.0", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-crypto-hashing-proc-macro", + "sp-debug-derive", + "sp-genesis-builder 0.10.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-metadata-ir 0.6.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", + "sp-state-machine 0.38.0", + "sp-std", + "sp-tracing 16.0.0", + "sp-weights 30.0.0", + "static_assertions", + "tt-call", +] + [[package]] name = "frame-support" version = "32.0.0" @@ -4172,6 +4484,26 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "frame-support-procedural" +version = "26.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "732fa43a05789f4ffb96955017e40643199d586c3d211754df5824a195f4eab5" +dependencies = [ + "Inflector", + "cfg-expr", + "derive-syn-parse 0.1.5", + "expander 2.1.0", + "frame-support-procedural-tools 11.0.1", + "itertools 0.10.5", + "macro_magic", + "proc-macro-warning", + "proc-macro2", + "quote", + "sp-crypto-hashing", + "syn 2.0.55", +] + [[package]] name = "frame-support-procedural" version = "27.0.0" @@ -4261,6 +4593,27 @@ dependencies = [ "sp-weights 28.0.0", ] +[[package]] +name = "frame-system" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f7537b5e23f584bf54f26c6297e0260b54fac5298be43a115176a310f256a4ab" +dependencies = [ + "cfg-if", + "docify", + "frame-support 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-version 32.0.0", + "sp-weights 30.0.0", +] + [[package]] name = "frame-system" version = "32.0.0" @@ -5165,8 +5518,8 @@ name = "integration-tests" version = "0.0.0" dependencies = [ "asset-hub-paseo-runtime", - "asset-test-utils", - "cumulus-primitives-core 0.11.0", + "asset-test-utils 11.0.0", + "cumulus-primitives-core 0.10.0", "emulated-integration-tests-common", "frame-support 32.0.0", "pallet-assets 33.0.0", @@ -6388,11 +6741,11 @@ dependencies = [ "futures", "log", "parity-scale-codec", - "sc-client-api", + "sc-client-api 32.0.0", "sc-offchain", "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-beefy 17.0.0", "sp-core 32.0.0", "sp-mmr-primitives 30.0.0", @@ -6409,7 +6762,7 @@ dependencies = [ "parity-scale-codec", "serde", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-mmr-primitives 30.0.0", "sp-runtime 35.0.0", @@ -6971,13 +7324,31 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-asset-conversion" +version = "13.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4dbd5ff1c6f662d330beb109f6180ee66ed9cd7710cad28f3d15c444556fcce4" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "scale-info", + "sp-api 29.0.0", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-asset-conversion" version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a66fbfb4b9a3a6430f5925a09257c61a048bf0dfbad26f814e0f0e517f43c06a" dependencies = [ - "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "parity-scale-codec", @@ -7022,6 +7393,22 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-asset-rate" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a5a492d16d0f7423cb2d7ca6fa6b4d423a4f4e2f67d2dc92d84d5988fcc33cfb" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-asset-rate" version = "11.0.0" @@ -7057,19 +7444,36 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-asset-tx-payment" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cfcf34819002b9d6c8d7a28d89207498f63288de6689061fe9c1fb7c55454ff8" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "pallet-transaction-payment 31.0.0", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-asset-tx-payment" version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d27f76cc9151160c08fcee2e095b91048a2d1cb041b7c022a88f98ba220827b4" dependencies = [ - "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "pallet-transaction-payment 32.0.0", "parity-scale-codec", "scale-info", - "serde", "sp-core 32.0.0", "sp-io 34.0.0", "sp-runtime 35.0.0", @@ -7093,6 +7497,23 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-assets" +version = "32.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "805543c2ea1f10f14bc767f156b8ec80785345b683eaa59dea84d28745a87ee3" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-assets" version = "33.0.0" @@ -7163,6 +7584,23 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-authority-discovery" +version = "31.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6a9c124d86227da7ae9073cc2984c0384c7830f7fa61450c0990c56837335da2" +dependencies = [ + "frame-support 31.0.0", + "frame-system 31.0.0", + "pallet-session 31.0.0", + "parity-scale-codec", + "scale-info", + "sp-application-crypto 33.0.0", + "sp-authority-discovery 29.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-authority-discovery" version = "32.0.0" @@ -7195,6 +7633,21 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-authorship" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8168348a94c479b7da001b3f0d1100210704eda8ce72c58aac456f1d866d7d67" +dependencies = [ + "frame-support 31.0.0", + "frame-system 31.0.0", + "impl-trait-for-tuples", + "parity-scale-codec", + "scale-info", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-authorship" version = "32.0.0" @@ -7235,6 +7688,31 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-babe" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "37353294183655c76cdc56ffc5edf777b1e2275af59ae73c8aa255b6d941b362" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "pallet-authorship 31.0.0", + "pallet-session 31.0.0", + "pallet-timestamp 30.0.0", + "parity-scale-codec", + "scale-info", + "sp-application-crypto 33.0.0", + "sp-consensus-babe 0.35.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-staking 29.0.0", + "sp-std", +] + [[package]] name = "pallet-babe" version = "32.0.0" @@ -7323,6 +7801,23 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-balances" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3565d525dd88e07da5b2309cd6ffe7447ddc5406eeaa2cb26157d35787a69a7" +dependencies = [ + "docify", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-balances" version = "33.0.0" @@ -7474,85 +7969,85 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88e0f44b87681bafd9deec464b7f0d4f3c9b050b53ef1588eb5312d26ebc30a5" +checksum = "e0034e29cd8f1547e0688ba3cb3a621c1dcb076c59f548eb40e0680ba37f14e7" dependencies = [ - "bp-header-chain 0.11.0", - "bp-runtime 0.11.0", + "bp-header-chain 0.10.0", + "bp-runtime 0.10.0", "bp-test-utils", "finality-grandpa", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-consensus-grandpa 17.0.0", - "sp-runtime 35.0.0", + "sp-consensus-grandpa 16.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 32.0.0", ] [[package]] name = "pallet-bridge-messages" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9da377cff690ae52d872bdc6dd00ef7ebb3b2eb092ddacc2e26e9efb9f13631" +checksum = "fe205f990c97a766b317378617c3ac8548530e0e29011250ad4c669cf4d86773" dependencies = [ - "bp-messages 0.11.0", - "bp-runtime 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-messages 0.10.0", + "bp-runtime 0.10.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "num-traits", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "pallet-bridge-parachains" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c9e9466750027c10df653ac91eaaffe042d1f94dca5f561b6ea9f54f389d496" +checksum = "d4315c1346e60031afc119b051fbe9aa32c29143abb1b6b771d82c0e9fe5a4a8" dependencies = [ - "bp-header-chain 0.11.0", + "bp-header-chain 0.10.0", "bp-parachains", - "bp-polkadot-core 0.11.0", - "bp-runtime 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-polkadot-core 0.10.0", + "bp-runtime 0.10.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "pallet-bridge-grandpa", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 32.0.0", ] [[package]] name = "pallet-bridge-relayers" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9380cbce05df9451cb9b2149e1284090c0da3f3ab9615b8810b1cb0e2ab3aed5" +checksum = "e85310662790097b4f391b32822eb55d5088bc09ac91343d68e48e4fc582cb31" dependencies = [ - "bp-messages 0.11.0", + "bp-messages 0.10.0", "bp-relayers", - "bp-runtime 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-runtime 0.10.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "pallet-bridge-messages", "parity-scale-codec", "scale-info", - "sp-arithmetic 26.0.0", - "sp-runtime 35.0.0", + "sp-arithmetic 25.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -7575,6 +8070,24 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-broker" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c1b05f01c3d279cd661eba2c391844bac03fa5f979b9de821e6eb1cbe6069dfc" +dependencies = [ + "bitvec", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "scale-info", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-broker" version = "0.10.0" @@ -7654,13 +8167,33 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-collator-selection" +version = "12.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26edc27ed73c658e6f3d37b4cc8822be3f293e1f0dc58830b42c272781ac8a44" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "pallet-authorship 31.0.0", + "pallet-balances 31.0.0", + "pallet-session 31.0.0", + "parity-scale-codec", + "rand", + "scale-info", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", + "sp-std", +] + [[package]] name = "pallet-collator-selection" version = "13.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7e0724831b2b1775542055c80918e78478953ee8d6777962a947404f22001c75" dependencies = [ - "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "log", @@ -7747,7 +8280,7 @@ dependencies = [ "bitflags 1.3.2", "parity-scale-codec", "paste", - "polkavm-derive", + "polkavm-derive 0.9.1", "scale-info", ] @@ -7830,6 +8363,30 @@ dependencies = [ "strum 0.24.1", ] +[[package]] +name = "pallet-election-provider-multi-phase" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "da78b2feeba1286b66ac20cbfbcd321fe9d1d2bc15e9e31292023e9a66dbb819" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-election-provider-support 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "pallet-election-provider-support-benchmarking 30.0.0", + "parity-scale-codec", + "rand", + "scale-info", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-npos-elections 29.0.0", + "sp-runtime 34.0.0", + "sp-std", + "strum 0.24.1", +] + [[package]] name = "pallet-election-provider-multi-phase" version = "31.0.0" @@ -7869,6 +8426,21 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-election-provider-support-benchmarking" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e1b20f98b9a1497a59d2b0eca0051c5ada89851bf29b26fda3a2cfe934a32116" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-election-provider-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "sp-npos-elections 29.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-election-provider-support-benchmarking" version = "31.0.0" @@ -7924,6 +8496,26 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-fast-unstake" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "24717c932bd68705e3a5b6b9311a31e57b354274de1c373feb9ca920f6a3e439" +dependencies = [ + "docify", + "frame-benchmarking 31.0.0", + "frame-election-provider-support 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", + "sp-std", +] + [[package]] name = "pallet-fast-unstake" version = "31.0.0" @@ -8010,6 +8602,24 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-identity" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "33bca13843a11add3909a8c4bffae547ba9fa3a11c07ac2f8afd670acd85cb15" +dependencies = [ + "enumflags2", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-identity" version = "32.0.0" @@ -8145,6 +8755,27 @@ dependencies = [ "sp-weights 28.0.0", ] +[[package]] +name = "pallet-message-queue" +version = "34.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "063b2e7912fbbe67985e68e460f2f242b90de48a63a1f03dd2ae022154ba25e9" +dependencies = [ + "environmental", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-weights 30.0.0", +] + [[package]] name = "pallet-message-queue" version = "35.0.0" @@ -8748,6 +9379,29 @@ dependencies = [ "sp-trie 30.0.0", ] +[[package]] +name = "pallet-session" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "17951aa288869e5afe5815eedc7038dd50b9741d215b66323ff4a12f5686ac15" +dependencies = [ + "frame-support 31.0.0", + "frame-system 31.0.0", + "impl-trait-for-tuples", + "log", + "pallet-timestamp 30.0.0", + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-staking 29.0.0", + "sp-state-machine 0.38.0", + "sp-std", + "sp-trie 32.0.0", +] + [[package]] name = "pallet-session" version = "32.0.0" @@ -8850,6 +9504,30 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-staking" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "baeb3d22e737307280e2047cba983cc9aa477a6f4c3001e8c1f07077d148c8f7" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-election-provider-support 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "pallet-authorship 31.0.0", + "pallet-session 31.0.0", + "parity-scale-codec", + "rand_chacha 0.2.2", + "scale-info", + "serde", + "sp-application-crypto 33.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", + "sp-std", +] + [[package]] name = "pallet-staking" version = "32.0.0" @@ -8896,6 +9574,16 @@ dependencies = [ "sp-arithmetic 24.0.0", ] +[[package]] +name = "pallet-staking-reward-fn" +version = "21.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e341c47481040b68edcf166ad34633c4c5da20d1559413e68387da935a6ae18" +dependencies = [ + "log", + "sp-arithmetic 25.0.0", +] + [[package]] name = "pallet-staking-reward-fn" version = "22.0.0" @@ -9019,6 +9707,27 @@ dependencies = [ "sp-timestamp 27.0.0", ] +[[package]] +name = "pallet-timestamp" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bb766403f8cabcedb1725326befd7253de3e4c1d3b3d5f7c40adc49ebee5040c" +dependencies = [ + "docify", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-storage 20.0.0", + "sp-timestamp 29.0.0", +] + [[package]] name = "pallet-timestamp" version = "31.0.0" @@ -9077,6 +9786,23 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-transaction-payment" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "12df1de833ad0abff5daa53f80594d6ef66d250cc1ae073c01e406ce37bbf25e" +dependencies = [ + "frame-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-transaction-payment" version = "32.0.0" @@ -9104,9 +9830,9 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 32.0.0", "parity-scale-codec", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", - "sp-rpc", + "sp-rpc 30.0.0", "sp-runtime 35.0.0", "sp-weights 31.0.0", ] @@ -9157,6 +9883,26 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-treasury" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "174da255855136b4bf7174a1499ddf20134efe75d59fac4709244fe813534656" +dependencies = [ + "docify", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "impl-trait-for-tuples", + "pallet-balances 31.0.0", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-treasury" version = "31.0.0" @@ -9210,6 +9956,23 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-utility" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "73c54ec28e67769b35a650d497ddd10bf0dd783d14965a1034cdcb71ae1d1442" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-utility" version = "32.0.0" @@ -9243,6 +10006,22 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-vesting" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4a5627016e1cb40d02bf589507429558208c05948d1399ab405307bfe3b1d967" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-vesting" version = "32.0.0" @@ -9315,6 +10094,30 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] +[[package]] +name = "pallet-xcm" +version = "10.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bd52ee00a54f8b6ff3a90e97622b2403667ef25105dd08d71d45a7075c0ba478" +dependencies = [ + "bounded-collections 0.2.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "pallet-balances 31.0.0", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", + "staging-xcm-executor 10.0.0", +] + [[package]] name = "pallet-xcm" version = "11.0.0" @@ -9400,6 +10203,26 @@ dependencies = [ "staging-xcm-builder 8.0.3", ] +[[package]] +name = "pallet-xcm-bridge-hub-router" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d565232e0b191f9ba84ae2b0549122493e283daee73c8f1d46864b2151d17c3" +dependencies = [ + "bp-xcm-bridge-hub-router 0.9.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", +] + [[package]] name = "pallet-xcm-bridge-hub-router" version = "0.9.0" @@ -9407,7 +10230,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5e3e699ac017c1ea645c97e6a42d4c193f69282ca37c4197fc2a1cc9e69c2dc6" dependencies = [ "bp-xcm-bridge-hub-router 0.10.0", - "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "log", @@ -9454,15 +10276,47 @@ dependencies = [ [[package]] name = "parachains-common" -version = "11.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "375e035fedfe5e0a6b4de6d29c56f8ed5ca64f421a883e7e5bcdc37a76a7c715" +checksum = "5539fb10c2901cf120d3db87f6ee1568696ccce30cea1a0d0cdee31f64f1da37" dependencies = [ - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-utility 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "log", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-utility 0.10.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "pallet-asset-tx-payment 31.0.0", + "pallet-assets 32.0.0", + "pallet-authorship 31.0.0", + "pallet-balances 31.0.0", + "pallet-collator-selection 12.0.1", + "pallet-message-queue 34.0.0", + "pallet-xcm 10.0.1", + "parity-scale-codec", + "polkadot-primitives 10.0.0", + "scale-info", + "sp-consensus-aura 0.35.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "staging-parachain-info 0.10.0", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", + "substrate-wasm-builder 20.0.0", +] + +[[package]] +name = "parachains-common" +version = "11.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "375e035fedfe5e0a6b4de6d29c56f8ed5ca64f421a883e7e5bcdc37a76a7c715" +dependencies = [ + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-utility 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "log", "pallet-asset-tx-payment 32.0.0", "pallet-assets 33.0.0", "pallet-authorship 32.0.0", @@ -9484,6 +10338,38 @@ dependencies = [ "substrate-wasm-builder 21.0.0", ] +[[package]] +name = "parachains-runtimes-test-utils" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f99223f27fe88a1d071e0ddf6e10556aacb6cb507658acc70957783830f6fc37" +dependencies = [ + "cumulus-pallet-parachain-system 0.10.0", + "cumulus-pallet-xcmp-queue 0.10.0", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-parachain-inherent 0.10.0", + "cumulus-test-relay-sproof-builder 0.10.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "pallet-balances 31.0.0", + "pallet-collator-selection 12.0.1", + "pallet-session 31.0.0", + "pallet-timestamp 30.0.0", + "pallet-xcm 10.0.1", + "parity-scale-codec", + "polkadot-parachain-primitives 9.0.0", + "sp-consensus-aura 0.35.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-tracing 16.0.0", + "staging-parachain-info 0.10.0", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", + "substrate-wasm-builder 20.0.0", +] + [[package]] name = "parachains-runtimes-test-utils" version = "11.0.0" @@ -9494,7 +10380,7 @@ dependencies = [ "cumulus-pallet-xcmp-queue 0.11.0", "cumulus-primitives-core 0.11.0", "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-test-relay-sproof-builder", + "cumulus-test-relay-sproof-builder 0.11.0", "frame-support 32.0.0", "frame-system 32.0.0", "pallet-balances 33.0.0", @@ -9987,15 +10873,15 @@ dependencies = [ "futures", "futures-timer", "itertools 0.10.5", - "polkadot-node-jaeger", - "polkadot-node-metrics", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-metrics 11.0.0", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10007,12 +10893,12 @@ dependencies = [ "always-assert", "futures", "futures-timer", - "polkadot-node-network-protocol", + "polkadot-node-network-protocol 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10026,8 +10912,8 @@ dependencies = [ "futures", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", @@ -10036,7 +10922,7 @@ dependencies = [ "sp-core 32.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10050,17 +10936,17 @@ dependencies = [ "futures", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", - "sc-network", + "sc-network 0.38.0", "schnellru", "thiserror", "tokio", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10074,15 +10960,15 @@ dependencies = [ "frame-benchmarking-cli", "futures", "log", - "polkadot-node-metrics", - "polkadot-node-primitives", + "polkadot-node-metrics 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-service", - "sc-cli", - "sc-executor", - "sc-service", + "sc-cli 0.40.0", + "sc-executor 0.36.0", + "sc-service 0.39.0", "sc-storage-monitor", - "sc-sysinfo", - "sc-tracing", + "sc-sysinfo 31.0.0", + "sc-tracing 32.0.0", "sp-core 32.0.0", "sp-io 34.0.0", "sp-keyring 35.0.0", @@ -10103,8 +10989,8 @@ dependencies = [ "fatality", "futures", "futures-timer", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", @@ -10113,7 +10999,7 @@ dependencies = [ "sp-runtime 35.0.0", "thiserror", "tokio-util", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10129,6 +11015,19 @@ dependencies = [ "sp-std", ] +[[package]] +name = "polkadot-core-primitives" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "44c2f38f3195108e9da39b9845895bb3dff76f1c7b31409143febeb1560cd276" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "polkadot-core-primitives" version = "11.0.0" @@ -10155,17 +11054,17 @@ dependencies = [ "indexmap 2.2.6", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", - "sc-network", + "sc-network 0.38.0", "schnellru", "sp-application-crypto 34.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10175,7 +11074,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf840ff7a6337715e20e1afd76fd20dae11ebb049d89855ee2bf47b36b0e6249" dependencies = [ "parity-scale-codec", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-primitives 11.0.0", "reed-solomon-novelpoly", "sp-core 32.0.0", @@ -10191,19 +11090,19 @@ checksum = "477f94e8c3eedd6cfcfdfe50a33d610d38dfec4668ff7f3baef8814ffb7da85e" dependencies = [ "futures", "futures-timer", - "polkadot-node-network-protocol", + "polkadot-node-network-protocol 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", "rand_chacha 0.3.1", - "sc-network", - "sc-network-common", + "sc-network 0.38.0", + "sc-network-common 0.37.0", "sp-application-crypto 34.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-keystore 0.38.0", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10219,15 +11118,15 @@ dependencies = [ "futures", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-metrics", - "polkadot-node-network-protocol", + "polkadot-node-metrics 11.0.0", + "polkadot-node-network-protocol 11.0.0", "polkadot-node-subsystem", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", - "sc-network", - "sp-consensus", + "sc-network 0.38.0", + "sp-consensus 0.36.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10239,14 +11138,14 @@ dependencies = [ "futures", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "sp-core 32.0.0", "sp-maybe-compressed-blob", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10263,24 +11162,24 @@ dependencies = [ "kvdb", "merlin", "parity-scale-codec", - "polkadot-node-jaeger", - "polkadot-node-primitives", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", "rand", "rand_chacha 0.3.1", "rand_core 0.6.4", - "sc-keystore", + "sc-keystore 29.0.0", "schnellru", "schnorrkel 0.11.4", "sp-application-crypto 34.0.0", - "sp-consensus", + "sp-consensus 0.36.0", "sp-consensus-slots 0.36.0", "sp-runtime 35.0.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10295,15 +11194,15 @@ dependencies = [ "kvdb", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-jaeger", - "polkadot-node-primitives", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", - "sp-consensus", + "sp-consensus 0.36.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10316,15 +11215,15 @@ dependencies = [ "fatality", "futures", "polkadot-erasure-coding", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", - "polkadot-statement-table", + "polkadot-statement-table 11.0.0", "schnellru", "sp-keystore 0.38.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10339,7 +11238,7 @@ dependencies = [ "polkadot-primitives 11.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", "wasm-timer", ] @@ -10354,15 +11253,15 @@ dependencies = [ "futures-timer", "parity-scale-codec", "polkadot-node-core-pvf", - "polkadot-node-metrics", - "polkadot-node-primitives", + "polkadot-node-metrics 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", "sp-maybe-compressed-blob", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10372,12 +11271,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2ffcc24bbbc2a2523c599022b106f0b48213bf80ef75f490fe02ec79ab972e4" dependencies = [ "futures", - "polkadot-node-metrics", + "polkadot-node-metrics 11.0.0", "polkadot-node-subsystem", - "polkadot-node-subsystem-types", - "sc-client-api", + "polkadot-node-subsystem-types 11.0.0", + "sc-client-api 32.0.0", "sc-consensus-babe", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10390,12 +11289,12 @@ dependencies = [ "futures-timer", "kvdb", "parity-scale-codec", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10408,14 +11307,14 @@ dependencies = [ "futures", "kvdb", "parity-scale-codec", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", - "sc-keystore", + "sc-keystore 29.0.0", "schnellru", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10428,12 +11327,12 @@ dependencies = [ "futures", "futures-timer", "polkadot-node-subsystem", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-inherents 30.0.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10446,12 +11345,12 @@ dependencies = [ "fatality", "futures", "parity-scale-codec", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10464,13 +11363,13 @@ dependencies = [ "fatality", "futures", "futures-timer", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "schnellru", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10491,8 +11390,8 @@ dependencies = [ "pin-project", "polkadot-core-primitives 11.0.0", "polkadot-node-core-pvf-common", - "polkadot-node-metrics", - "polkadot-node-primitives", + "polkadot-node-metrics 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", @@ -10504,7 +11403,7 @@ dependencies = [ "tempfile", "thiserror", "tokio", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10514,14 +11413,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "275cab7ad2b38fdfb0c097485fe4f51e55e36c96330255edc38ccf121aa2171c" dependencies = [ "futures", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10539,9 +11438,9 @@ dependencies = [ "parity-scale-codec", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", - "sc-executor", - "sc-executor-common", - "sc-executor-wasmtime", + "sc-executor 0.36.0", + "sc-executor-common 0.33.0", + "sc-executor-wasmtime 0.33.1", "seccompiler", "sp-core 32.0.0", "sp-crypto-hashing", @@ -10549,7 +11448,7 @@ dependencies = [ "sp-io 34.0.0", "sp-tracing 17.0.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10559,13 +11458,32 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fd9c685da442b6dde17f0f1e4bd6bb4d6827c6af0dbe96bc603d3d4f8fd05953" dependencies = [ "futures", - "polkadot-node-metrics", + "polkadot-node-metrics 11.0.0", "polkadot-node-subsystem", - "polkadot-node-subsystem-types", + "polkadot-node-subsystem-types 11.0.0", "polkadot-primitives 11.0.0", "schnellru", "sp-consensus-babe 0.36.0", - "tracing-gum", + "tracing-gum 11.0.0", +] + +[[package]] +name = "polkadot-node-jaeger" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e14e65e3d9990d1f8f793a23c05c6aa82a551e551225ab86d2625474afef748f" +dependencies = [ + "lazy_static", + "log", + "mick-jaeger", + "parity-scale-codec", + "parking_lot 0.12.1", + "polkadot-node-primitives 10.0.0", + "polkadot-primitives 10.0.0", + "sc-network 0.37.0", + "sp-core 31.0.0", + "thiserror", + "tokio", ] [[package]] @@ -10579,14 +11497,34 @@ dependencies = [ "mick-jaeger", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-primitives 11.0.0", - "sc-network", + "sc-network 0.38.0", "sp-core 32.0.0", "thiserror", "tokio", ] +[[package]] +name = "polkadot-node-metrics" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4ca58a67371546b66a011f0e27551094a8499a53223b16c164e769d25d981d0" +dependencies = [ + "bs58 0.5.1", + "futures", + "futures-timer", + "log", + "parity-scale-codec", + "polkadot-primitives 10.0.0", + "prioritized-metered-channel", + "sc-cli 0.39.0", + "sc-service 0.38.0", + "sc-tracing 31.0.0", + "substrate-prometheus-endpoint", + "tracing-gum 10.0.0", +] + [[package]] name = "polkadot-node-metrics" version = "11.0.0" @@ -10600,11 +11538,36 @@ dependencies = [ "parity-scale-codec", "polkadot-primitives 11.0.0", "prioritized-metered-channel", - "sc-cli", - "sc-service", - "sc-tracing", + "sc-cli 0.40.0", + "sc-service 0.39.0", + "sc-tracing 32.0.0", "substrate-prometheus-endpoint", - "tracing-gum", + "tracing-gum 11.0.0", +] + +[[package]] +name = "polkadot-node-network-protocol" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "67c3b078794c9c383ee3ceff65f2713ec81c033c6d8785ead5f7797e914c1fe3" +dependencies = [ + "async-channel 1.9.0", + "async-trait", + "bitvec", + "derive_more", + "fatality", + "futures", + "hex", + "parity-scale-codec", + "polkadot-node-jaeger 10.0.0", + "polkadot-node-primitives 10.0.0", + "polkadot-primitives 10.0.0", + "rand", + "sc-authority-discovery 0.37.0", + "sc-network 0.37.0", + "strum 0.24.1", + "thiserror", + "tracing-gum 10.0.0", ] [[package]] @@ -10621,15 +11584,39 @@ dependencies = [ "futures", "hex", "parity-scale-codec", - "polkadot-node-jaeger", - "polkadot-node-primitives", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-primitives 11.0.0", "rand", - "sc-authority-discovery", - "sc-network", + "sc-authority-discovery 0.38.0", + "sc-network 0.38.0", "strum 0.26.3", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", +] + +[[package]] +name = "polkadot-node-primitives" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d9521abb7028ce7040f66a0786423bee2cdb7725ca46e5cee1f86191bcb2ed3" +dependencies = [ + "bitvec", + "bounded-vec", + "futures", + "parity-scale-codec", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", + "schnorrkel 0.11.4", + "serde", + "sp-application-crypto 33.0.0", + "sp-consensus-babe 0.35.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "sp-maybe-compressed-blob", + "sp-runtime 34.0.0", + "thiserror", + "zstd 0.12.4", ] [[package]] @@ -10662,9 +11649,38 @@ version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6d5bbd86b3014ce7cc71e1a90bf641e26c4cea98955522d350268efa97c58de9" dependencies = [ - "polkadot-node-jaeger", - "polkadot-node-subsystem-types", - "polkadot-overseer", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-subsystem-types 11.0.0", + "polkadot-overseer 11.0.0", +] + +[[package]] +name = "polkadot-node-subsystem-types" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bf0e971c1377901212059b794b48acac9a855cac83f2e07dc1b708ca0e77ba64" +dependencies = [ + "async-trait", + "bitvec", + "derive_more", + "futures", + "orchestra", + "polkadot-node-jaeger 10.0.0", + "polkadot-node-network-protocol 10.0.0", + "polkadot-node-primitives 10.0.0", + "polkadot-primitives 10.0.0", + "polkadot-statement-table 10.0.0", + "sc-client-api 31.0.0", + "sc-network 0.37.0", + "sc-transaction-pool-api 31.0.0", + "smallvec", + "sp-api 29.0.0", + "sp-authority-discovery 29.0.0", + "sp-blockchain 31.0.0", + "sp-consensus-babe 0.35.0", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", + "thiserror", ] [[package]] @@ -10678,18 +11694,18 @@ dependencies = [ "derive_more", "futures", "orchestra", - "polkadot-node-jaeger", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-primitives 11.0.0", - "polkadot-statement-table", - "sc-client-api", - "sc-network", - "sc-transaction-pool-api", + "polkadot-statement-table 11.0.0", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sc-transaction-pool-api 32.0.0", "smallvec", "sp-api 30.0.0", "sp-authority-discovery 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-consensus-babe 0.36.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", @@ -10713,23 +11729,46 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "pin-project", - "polkadot-node-jaeger", - "polkadot-node-metrics", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-metrics 11.0.0", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", - "polkadot-node-subsystem-types", - "polkadot-overseer", + "polkadot-node-subsystem-types 11.0.0", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", "prioritized-metered-channel", "rand", - "sc-client-api", + "sc-client-api 32.0.0", "schnellru", "sp-application-crypto 34.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", +] + +[[package]] +name = "polkadot-overseer" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "97415bc09e9dd20d44a019eaf0bb803ab3239a7eca20820b181e53901966fdbc" +dependencies = [ + "async-trait", + "futures", + "futures-timer", + "orchestra", + "parking_lot 0.12.1", + "polkadot-node-metrics 10.0.0", + "polkadot-node-network-protocol 10.0.0", + "polkadot-node-primitives 10.0.0", + "polkadot-node-subsystem-types 10.0.0", + "polkadot-primitives 10.0.0", + "sc-client-api 31.0.0", + "sp-api 29.0.0", + "sp-core 31.0.0", + "tikv-jemalloc-ctl", + "tracing-gum 10.0.0", ] [[package]] @@ -10743,16 +11782,16 @@ dependencies = [ "futures-timer", "orchestra", "parking_lot 0.12.1", - "polkadot-node-metrics", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem-types", + "polkadot-node-metrics 11.0.0", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", + "polkadot-node-subsystem-types 11.0.0", "polkadot-primitives 11.0.0", - "sc-client-api", + "sc-client-api 32.0.0", "sp-api 30.0.0", "sp-core 32.0.0", "tikv-jemalloc-ctl", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10773,6 +11812,24 @@ dependencies = [ "sp-weights 28.0.0", ] +[[package]] +name = "polkadot-parachain-primitives" +version = "9.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4b87dda07862f2b16f2c2b7d315f2b4549c896562d973d466b6d19de36aba30d" +dependencies = [ + "bounded-collections 0.2.0", + "derive_more", + "parity-scale-codec", + "polkadot-core-primitives 10.0.0", + "scale-info", + "serde", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-weights 30.0.0", +] + [[package]] name = "polkadot-parachain-primitives" version = "10.0.0" @@ -10819,6 +11876,34 @@ dependencies = [ "sp-std", ] +[[package]] +name = "polkadot-primitives" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7e01b525a35852e2861397eecbdb4a03dda69f14f7ca04968f2e06d6cba51dfb" +dependencies = [ + "bitvec", + "hex-literal", + "log", + "parity-scale-codec", + "polkadot-core-primitives 10.0.0", + "polkadot-parachain-primitives 9.0.0", + "scale-info", + "serde", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-arithmetic 25.0.0", + "sp-authority-discovery 29.0.0", + "sp-consensus-slots 0.35.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", + "sp-std", +] + [[package]] name = "polkadot-primitives" version = "11.0.0" @@ -10857,23 +11942,23 @@ dependencies = [ "mmr-rpc", "pallet-transaction-payment-rpc", "polkadot-primitives 11.0.0", - "sc-chain-spec", - "sc-client-api", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", "sc-consensus-babe", "sc-consensus-babe-rpc", "sc-consensus-beefy", "sc-consensus-beefy-rpc", "sc-consensus-epochs", - "sc-consensus-grandpa", + "sc-consensus-grandpa 0.23.0", "sc-consensus-grandpa-rpc", - "sc-rpc", - "sc-rpc-spec-v2", + "sc-rpc 33.0.0", + "sc-rpc-spec-v2 0.38.0", "sc-sync-state-rpc", - "sc-transaction-pool-api", + "sc-transaction-pool-api 32.0.0", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-babe 0.36.0", "sp-keystore 0.38.0", "sp-runtime 35.0.0", @@ -10933,6 +12018,58 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "polkadot-runtime-common" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b1abd7bff20e17e025a4e001aff55dfefcfd7ef8a8ae138de44998a012e227f2" +dependencies = [ + "bitvec", + "frame-benchmarking 31.0.0", + "frame-election-provider-support 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "impl-trait-for-tuples", + "libsecp256k1", + "log", + "pallet-asset-rate 10.0.0", + "pallet-authorship 31.0.0", + "pallet-babe 31.0.0", + "pallet-balances 31.0.0", + "pallet-broker 0.9.0", + "pallet-election-provider-multi-phase 30.0.0", + "pallet-fast-unstake 30.0.0", + "pallet-identity 31.0.0", + "pallet-session 31.0.0", + "pallet-staking 31.0.0", + "pallet-staking-reward-fn 21.0.0", + "pallet-timestamp 30.0.0", + "pallet-transaction-payment 31.0.0", + "pallet-treasury 30.0.0", + "pallet-vesting 31.0.0", + "parity-scale-codec", + "polkadot-primitives 10.0.0", + "polkadot-runtime-parachains 10.0.0", + "rustc-hex", + "scale-info", + "serde", + "serde_derive", + "slot-range-helper 10.0.0", + "sp-api 29.0.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-npos-elections 29.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-staking 29.0.0", + "sp-std", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", + "staging-xcm-executor 10.0.0", + "static_assertions", +] + [[package]] name = "polkadot-runtime-common" version = "11.0.0" @@ -10999,6 +12136,20 @@ dependencies = [ "sp-tracing 16.0.0", ] +[[package]] +name = "polkadot-runtime-metrics" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4fed9088becfd874b6dbf064f9d1dd1bfa2e3c2188459a572aac2e689c028772" +dependencies = [ + "bs58 0.5.1", + "frame-benchmarking 31.0.0", + "parity-scale-codec", + "polkadot-primitives 10.0.0", + "sp-std", + "sp-tracing 16.0.0", +] + [[package]] name = "polkadot-runtime-metrics" version = "11.0.0" @@ -11063,6 +12214,56 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "polkadot-runtime-parachains" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ce601c5f1005ff1d315c1e5c161a73e63e54bf23527f98c2bfa3ffc5b22f5e6" +dependencies = [ + "bitflags 1.3.2", + "bitvec", + "derive_more", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "impl-trait-for-tuples", + "log", + "pallet-authority-discovery 31.0.1", + "pallet-authorship 31.0.0", + "pallet-babe 31.0.0", + "pallet-balances 31.0.0", + "pallet-broker 0.9.0", + "pallet-message-queue 34.0.0", + "pallet-session 31.0.0", + "pallet-staking 31.0.0", + "pallet-timestamp 30.0.0", + "pallet-vesting 31.0.0", + "parity-scale-codec", + "polkadot-core-primitives 10.0.0", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", + "polkadot-runtime-metrics 10.0.0", + "rand", + "rand_chacha 0.3.1", + "rustc-hex", + "scale-info", + "serde", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-staking 29.0.0", + "sp-std", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", + "static_assertions", +] + [[package]] name = "polkadot-runtime-parachains" version = "11.0.0" @@ -11163,49 +12364,49 @@ dependencies = [ "polkadot-node-core-pvf", "polkadot-node-core-pvf-checker", "polkadot-node-core-runtime-api", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", - "polkadot-node-subsystem-types", + "polkadot-node-subsystem-types 11.0.0", "polkadot-node-subsystem-util", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", "polkadot-rpc", "polkadot-runtime-parachains 11.0.0", "polkadot-statement-distribution", "rococo-runtime", - "sc-authority-discovery", + "sc-authority-discovery 0.38.0", "sc-basic-authorship", - "sc-block-builder", - "sc-chain-spec", - "sc-client-api", - "sc-client-db", - "sc-consensus", + "sc-block-builder 0.37.0", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", + "sc-client-db 0.39.0", + "sc-consensus 0.37.0", "sc-consensus-babe", "sc-consensus-beefy", - "sc-consensus-grandpa", + "sc-consensus-grandpa 0.23.0", "sc-consensus-slots", - "sc-executor", - "sc-keystore", - "sc-network", - "sc-network-common", - "sc-network-sync", + "sc-executor 0.36.0", + "sc-keystore 29.0.0", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-network-sync 0.37.0", "sc-offchain", - "sc-service", + "sc-service 0.39.0", "sc-sync-state-rpc", - "sc-sysinfo", - "sc-telemetry", - "sc-transaction-pool", - "sc-transaction-pool-api", + "sc-sysinfo 31.0.0", + "sc-telemetry 18.0.0", + "sc-transaction-pool 32.0.0", + "sc-transaction-pool-api 32.0.0", "schnellru", "serde", "serde_json", "sp-api 30.0.0", "sp-authority-discovery 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-babe 0.36.0", "sp-consensus-beefy 17.0.0", "sp-consensus-grandpa 17.0.0", @@ -11227,7 +12428,7 @@ dependencies = [ "staging-xcm 11.0.0", "substrate-prometheus-endpoint", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", "westend-runtime", "xcm-fee-payment-runtime-api", ] @@ -11245,15 +12446,27 @@ dependencies = [ "futures-timer", "indexmap 2.2.6", "parity-scale-codec", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "sp-keystore 0.38.0", "sp-staking 30.0.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", +] + +[[package]] +name = "polkadot-statement-table" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a18144720acd47e1243b60c20bfb03f73dc67cbaf61bf2820991961e1ebb803b" +dependencies = [ + "parity-scale-codec", + "polkadot-primitives 10.0.0", + "sp-core 31.0.0", + "tracing-gum 10.0.0", ] [[package]] @@ -11265,7 +12478,7 @@ dependencies = [ "parity-scale-codec", "polkadot-primitives 11.0.0", "sp-core 32.0.0", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -11277,7 +12490,7 @@ dependencies = [ "libc", "log", "polkavm-assembler", - "polkavm-common", + "polkavm-common 0.9.0", "polkavm-linux-raw", ] @@ -11290,6 +12503,12 @@ dependencies = [ "log", ] +[[package]] +name = "polkavm-common" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "92c99f7eee94e7be43ba37eef65ad0ee8cbaf89b7c00001c3f6d2be985cb1817" + [[package]] name = "polkavm-common" version = "0.9.0" @@ -11299,13 +12518,34 @@ dependencies = [ "log", ] +[[package]] +name = "polkavm-derive" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "79fa916f7962348bd1bb1a65a83401675e6fc86c51a0fdbcf92a3108e58e6125" +dependencies = [ + "polkavm-derive-impl-macro 0.8.0", +] + [[package]] name = "polkavm-derive" version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ae8c4bea6f3e11cd89bb18bcdddac10bd9a24015399bd1c485ad68a985a19606" dependencies = [ - "polkavm-derive-impl-macro", + "polkavm-derive-impl-macro 0.9.0", +] + +[[package]] +name = "polkavm-derive-impl" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c10b2654a8a10a83c260bfb93e97b262cf0017494ab94a65d389e0eda6de6c9c" +dependencies = [ + "polkavm-common 0.8.0", + "proc-macro2", + "quote", + "syn 2.0.55", ] [[package]] @@ -11314,7 +12554,7 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c4fdfc49717fb9a196e74a5d28e0bc764eb394a2c803eb11133a31ac996c60c" dependencies = [ - "polkavm-common", + "polkavm-common 0.9.0", "proc-macro2", "quote", "syn 2.0.55", @@ -11322,17 +12562,27 @@ dependencies = [ [[package]] name = "polkavm-derive-impl-macro" -version = "0.9.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ba81f7b5faac81e528eb6158a6f3c9e0bb1008e0ffa19653bc8dea925ecb429" +checksum = "15e85319a0d5129dc9f021c62607e0804f5fb777a05cdda44d750ac0732def66" dependencies = [ - "polkavm-derive-impl", + "polkavm-derive-impl 0.8.0", "syn 2.0.55", ] [[package]] -name = "polkavm-linker" -version = "0.9.2" +name = "polkavm-derive-impl-macro" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ba81f7b5faac81e528eb6158a6f3c9e0bb1008e0ffa19653bc8dea925ecb429" +dependencies = [ + "polkavm-derive-impl 0.9.0", + "syn 2.0.55", +] + +[[package]] +name = "polkavm-linker" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c7be503e60cf56c0eb785f90aaba4b583b36bff00e93997d93fef97f9553c39" dependencies = [ @@ -11340,7 +12590,7 @@ dependencies = [ "hashbrown 0.14.3", "log", "object 0.32.2", - "polkavm-common", + "polkavm-common 0.9.0", "regalloc2 0.9.3", "rustc-demangle", ] @@ -11417,10 +12667,10 @@ dependencies = [ "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-service", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-primitives-aura 0.10.0", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-parachain-inherent 0.10.0", + "cumulus-relay-chain-interface 0.10.0", "frame-benchmarking 32.0.0", "frame-benchmarking-cli", "futures", @@ -11434,26 +12684,26 @@ dependencies = [ "pop-runtime-devnet", "pop-runtime-testnet", "sc-basic-authorship", - "sc-chain-spec", - "sc-cli", - "sc-client-api", - "sc-consensus", - "sc-executor", - "sc-network", - "sc-network-sync", + "sc-chain-spec 31.0.0", + "sc-cli 0.40.0", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sc-executor 0.36.0", + "sc-network 0.38.0", + "sc-network-sync 0.37.0", "sc-offchain", - "sc-rpc", - "sc-service", - "sc-sysinfo", - "sc-telemetry", - "sc-tracing", - "sc-transaction-pool", - "sc-transaction-pool-api", + "sc-rpc 33.0.0", + "sc-service 0.39.0", + "sc-sysinfo 31.0.0", + "sc-telemetry 18.0.0", + "sc-tracing 32.0.0", + "sc-transaction-pool 32.0.0", + "sc-transaction-pool-api 32.0.0", "serde", "serde_json", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-consensus-aura 0.36.0", "sp-core 32.0.0", "sp-io 34.0.0", @@ -11483,7 +12733,7 @@ name = "pop-runtime-common" version = "0.0.0" dependencies = [ "frame-support 32.0.0", - "parachains-common 11.0.0", + "parachains-common 10.0.0", "parity-scale-codec", "polkadot-primitives 11.0.0", "scale-info", @@ -11497,13 +12747,13 @@ version = "0.1.0" dependencies = [ "cumulus-pallet-aura-ext 0.11.0", "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-session-benchmarking 13.0.0", - "cumulus-pallet-xcm 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.0", + "cumulus-pallet-session-benchmarking 12.0.0", + "cumulus-pallet-xcm 0.10.0", + "cumulus-pallet-xcmp-queue 0.10.0", + "cumulus-primitives-aura 0.10.0", + "cumulus-primitives-core 0.10.0", "cumulus-primitives-storage-weight-reclaim", - "cumulus-primitives-utility 0.11.0", + "cumulus-primitives-utility 0.10.0", "enumflags2", "env_logger 0.11.3", "frame-benchmarking 32.0.0", @@ -11520,7 +12770,7 @@ dependencies = [ "pallet-aura 31.0.0", "pallet-authorship 32.0.0", "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", + "pallet-collator-selection 12.0.1", "pallet-contracts", "pallet-message-queue 35.0.0", "pallet-multisig 32.0.0", @@ -11537,7 +12787,7 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 32.0.0", "pallet-utility 32.0.0", "pallet-xcm 11.0.0", - "parachains-common 11.0.0", + "parachains-common 10.0.0", "parity-scale-codec", "polkadot-parachain-primitives 10.0.0", "polkadot-runtime-common 11.0.0", @@ -11558,7 +12808,7 @@ dependencies = [ "sp-std", "sp-transaction-pool 30.0.0", "sp-version 33.0.0", - "staging-parachain-info 0.11.0", + "staging-parachain-info 0.10.0", "staging-xcm 11.0.0", "staging-xcm-builder 11.0.0", "staging-xcm-executor 11.0.0", @@ -11571,12 +12821,12 @@ version = "0.2.0" dependencies = [ "cumulus-pallet-aura-ext 0.11.0", "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-session-benchmarking 13.0.0", - "cumulus-pallet-xcm 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-utility 0.11.0", + "cumulus-pallet-session-benchmarking 12.0.0", + "cumulus-pallet-xcm 0.10.0", + "cumulus-pallet-xcmp-queue 0.10.0", + "cumulus-primitives-aura 0.10.0", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-utility 0.10.0", "enumflags2", "env_logger 0.11.3", "frame-benchmarking 32.0.0", @@ -11593,7 +12843,7 @@ dependencies = [ "pallet-aura 31.0.0", "pallet-authorship 32.0.0", "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", + "pallet-collator-selection 12.0.1", "pallet-contracts", "pallet-message-queue 35.0.0", "pallet-multisig 32.0.0", @@ -11610,7 +12860,7 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 32.0.0", "pallet-utility 32.0.0", "pallet-xcm 11.0.0", - "parachains-common 11.0.0", + "parachains-common 10.0.0", "parity-scale-codec", "polkadot-parachain-primitives 10.0.0", "polkadot-runtime-common 11.0.0", @@ -11631,7 +12881,7 @@ dependencies = [ "sp-std", "sp-transaction-pool 30.0.0", "sp-version 33.0.0", - "staging-parachain-info 0.11.0", + "staging-parachain-info 0.10.0", "staging-xcm 11.0.0", "staging-xcm-builder 11.0.0", "staging-xcm-executor 11.0.0", @@ -12738,6 +13988,18 @@ dependencies = [ "winapi-util", ] +[[package]] +name = "sc-allocator" +version = "26.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4715fddb2bd1862aa21f6312528ab339b7d03ef5ec654e3aa200a3119392392f" +dependencies = [ + "log", + "sp-core 31.0.0", + "sp-wasm-interface 20.0.0", + "thiserror", +] + [[package]] name = "sc-allocator" version = "27.0.0" @@ -12750,6 +14012,36 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sc-authority-discovery" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f987a536468e06b66fe3cac296b27dc532f301199e0278bc42ac32b8eb3a4a9d" +dependencies = [ + "async-trait", + "futures", + "futures-timer", + "ip_network", + "libp2p", + "log", + "multihash 0.18.1", + "multihash-codetable", + "parity-scale-codec", + "prost 0.12.3", + "prost-build", + "rand", + "sc-client-api 31.0.0", + "sc-network 0.37.0", + "sp-api 29.0.0", + "sp-authority-discovery 29.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", + "thiserror", +] + [[package]] name = "sc-authority-discovery" version = "0.38.0" @@ -12769,11 +14061,11 @@ dependencies = [ "prost 0.12.3", "prost-build", "rand", - "sc-client-api", - "sc-network", + "sc-client-api 32.0.0", + "sc-network 0.38.0", "sp-api 30.0.0", "sp-authority-discovery 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "sp-runtime 35.0.0", @@ -12791,19 +14083,35 @@ dependencies = [ "futures-timer", "log", "parity-scale-codec", - "sc-block-builder", + "sc-block-builder 0.37.0", "sc-proposer-metrics", - "sc-telemetry", - "sc-transaction-pool-api", + "sc-telemetry 18.0.0", + "sc-transaction-pool-api 32.0.0", "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-inherents 30.0.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", ] +[[package]] +name = "sc-block-builder" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "033b5ee0fa6d770c9db8cd59f6d1f88e792c088238278fcb836b5c851936a62d" +dependencies = [ + "parity-scale-codec", + "sp-api 29.0.0", + "sp-block-builder 29.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-trie 32.0.0", +] + [[package]] name = "sc-block-builder" version = "0.37.0" @@ -12813,13 +14121,40 @@ dependencies = [ "parity-scale-codec", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-inherents 30.0.0", "sp-runtime 35.0.0", "sp-trie 33.0.0", ] +[[package]] +name = "sc-chain-spec" +version = "30.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5dfb28048e5b2d168870e2205d3e41db1f387a781831a8b8b82c9f10536c2742" +dependencies = [ + "array-bytes 6.2.2", + "docify", + "log", + "memmap2 0.9.4", + "parity-scale-codec", + "sc-chain-spec-derive", + "sc-client-api 31.0.0", + "sc-executor 0.35.0", + "sc-network 0.37.0", + "sc-telemetry 17.0.0", + "serde", + "serde_json", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-crypto-hashing", + "sp-genesis-builder 0.10.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", +] + [[package]] name = "sc-chain-spec" version = "31.0.0" @@ -12832,13 +14167,13 @@ dependencies = [ "memmap2 0.9.4", "parity-scale-codec", "sc-chain-spec-derive", - "sc-client-api", - "sc-executor", - "sc-network", - "sc-telemetry", + "sc-client-api 32.0.0", + "sc-executor 0.36.0", + "sc-network 0.38.0", + "sc-telemetry 18.0.0", "serde", "serde_json", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-genesis-builder 0.11.0", @@ -12859,6 +14194,48 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "sc-cli" +version = "0.39.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "20c2eae4d9396b19403f89f058a6a684066b58e051b1310f246eb9b41a7b54fe" +dependencies = [ + "array-bytes 6.2.2", + "chrono", + "clap", + "fdlimit", + "futures", + "itertools 0.10.5", + "libp2p-identity", + "log", + "names", + "parity-bip39", + "parity-scale-codec", + "rand", + "regex", + "rpassword", + "sc-client-api 31.0.0", + "sc-client-db 0.38.0", + "sc-keystore 28.0.0", + "sc-mixnet 0.7.0", + "sc-network 0.37.0", + "sc-service 0.38.0", + "sc-telemetry 17.0.0", + "sc-tracing 31.0.0", + "sc-utils 16.0.0", + "serde", + "serde_json", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-keyring 34.0.0", + "sp-keystore 0.37.0", + "sp-panic-handler", + "sp-runtime 34.0.0", + "sp-version 32.0.0", + "thiserror", + "tokio", +] + [[package]] name = "sc-cli" version = "0.40.0" @@ -12879,18 +14256,18 @@ dependencies = [ "rand", "regex", "rpassword", - "sc-client-api", - "sc-client-db", - "sc-keystore", - "sc-mixnet", - "sc-network", - "sc-service", - "sc-telemetry", - "sc-tracing", - "sc-utils", + "sc-client-api 32.0.0", + "sc-client-db 0.39.0", + "sc-keystore 29.0.0", + "sc-mixnet 0.8.0", + "sc-network 0.38.0", + "sc-service 0.39.0", + "sc-telemetry 18.0.0", + "sc-tracing 32.0.0", + "sc-utils 17.0.0", "serde", "serde_json", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-keyring 35.0.0", "sp-keystore 0.38.0", @@ -12901,6 +14278,34 @@ dependencies = [ "tokio", ] +[[package]] +name = "sc-client-api" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "08db275ca98f1fe44db2e2058893b182b85ef11cee7cf271edffd449a1179fc4" +dependencies = [ + "fnv", + "futures", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-executor 0.35.0", + "sc-transaction-pool-api 31.0.0", + "sc-utils 16.0.0", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-consensus 0.35.0", + "sp-core 31.0.0", + "sp-database", + "sp-externalities 0.27.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "sp-statement-store 13.0.0", + "sp-storage 20.0.0", + "sp-trie 32.0.0", + "substrate-prometheus-endpoint", +] + [[package]] name = "sc-client-api" version = "32.0.0" @@ -12912,23 +14317,50 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-executor", - "sc-transaction-pool-api", - "sc-utils", + "sc-executor 0.36.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-database", "sp-externalities 0.28.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", - "sp-statement-store", + "sp-statement-store 14.0.0", "sp-storage 21.0.0", "sp-trie 33.0.0", "substrate-prometheus-endpoint", ] +[[package]] +name = "sc-client-db" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6bd93f124c30ec885696128a639e190293bee2a6430cc04248d656093b5d4f42" +dependencies = [ + "hash-db", + "kvdb", + "kvdb-memorydb", + "kvdb-rocksdb", + "linked-hash-map", + "log", + "parity-db", + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-client-api 31.0.0", + "sc-state-db 0.33.0", + "schnellru", + "sp-arithmetic 25.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-database", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "sp-trie 32.0.0", +] + [[package]] name = "sc-client-db" version = "0.39.0" @@ -12944,11 +14376,11 @@ dependencies = [ "parity-db", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api", - "sc-state-db", + "sc-client-api 32.0.0", + "sc-state-db 0.34.0", "schnellru", "sp-arithmetic 26.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-database", "sp-runtime 35.0.0", @@ -12956,6 +14388,32 @@ dependencies = [ "sp-trie 33.0.0", ] +[[package]] +name = "sc-consensus" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4da51746e9689ecee65d6c1ac32e89a7b0452ee1ce377485e94c285e9690dcfd" +dependencies = [ + "async-trait", + "futures", + "futures-timer", + "libp2p-identity", + "log", + "mockall", + "parking_lot 0.12.1", + "sc-client-api 31.0.0", + "sc-utils 16.0.0", + "serde", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-consensus 0.35.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "substrate-prometheus-endpoint", + "thiserror", +] + [[package]] name = "sc-consensus" version = "0.37.0" @@ -12969,12 +14427,12 @@ dependencies = [ "log", "mockall", "parking_lot 0.12.1", - "sc-client-api", - "sc-utils", + "sc-client-api 32.0.0", + "sc-utils 17.0.0", "serde", "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", @@ -12992,16 +14450,16 @@ dependencies = [ "futures", "log", "parity-scale-codec", - "sc-block-builder", - "sc-client-api", - "sc-consensus", + "sc-block-builder 0.37.0", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", "sc-consensus-slots", - "sc-telemetry", + "sc-telemetry 18.0.0", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-aura 0.36.0", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", @@ -13019,7 +14477,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "efe6f127a27ea6ace8e4391ba847ccf21d3512499e1c5e7c300e7e5115642544" dependencies = [ "async-trait", - "fork-tree", + "fork-tree 13.0.0", "futures", "log", "num-bigint", @@ -13027,17 +14485,17 @@ dependencies = [ "num-traits", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api", - "sc-consensus", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", "sc-consensus-epochs", "sc-consensus-slots", - "sc-telemetry", - "sc-transaction-pool-api", + "sc-telemetry 18.0.0", + "sc-transaction-pool-api 32.0.0", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-babe 0.36.0", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", @@ -13059,12 +14517,12 @@ dependencies = [ "jsonrpsee", "sc-consensus-babe", "sc-consensus-epochs", - "sc-rpc-api", + "sc-rpc-api 0.37.0", "serde", "sp-api 30.0.0", "sp-application-crypto 34.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-babe 0.36.0", "sp-core 32.0.0", "sp-keystore 0.38.0", @@ -13086,17 +14544,17 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api", - "sc-consensus", - "sc-network", - "sc-network-gossip", - "sc-network-sync", - "sc-utils", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sc-network 0.38.0", + "sc-network-gossip 0.38.0", + "sc-network-sync 0.37.0", + "sc-utils 17.0.0", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-arithmetic 26.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-beefy 17.0.0", "sp-core 32.0.0", "sp-crypto-hashing", @@ -13121,7 +14579,7 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "sc-consensus-beefy", - "sc-rpc", + "sc-rpc 33.0.0", "serde", "sp-consensus-beefy 17.0.0", "sp-core 32.0.0", @@ -13135,14 +14593,58 @@ version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b2217e53886dbfd4749eaa2e671f8e59807a2fb711ffa0023b3dc5b30f5db458" dependencies = [ - "fork-tree", + "fork-tree 13.0.0", "parity-scale-codec", - "sc-client-api", - "sc-consensus", - "sp-blockchain", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sp-blockchain 32.0.0", "sp-runtime 35.0.0", ] +[[package]] +name = "sc-consensus-grandpa" +version = "0.22.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e19945689693bbea950220bf7af1c79a2f70f5f37b97f7e6d136dcaf2b34f4a5" +dependencies = [ + "ahash 0.8.11", + "array-bytes 6.2.2", + "async-trait", + "dyn-clone", + "finality-grandpa", + "fork-tree 12.0.0", + "futures", + "futures-timer", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "rand", + "sc-block-builder 0.36.0", + "sc-chain-spec 30.0.1", + "sc-client-api 31.0.0", + "sc-consensus 0.36.0", + "sc-network 0.37.0", + "sc-network-common 0.36.0", + "sc-network-gossip 0.37.0", + "sc-network-sync 0.36.0", + "sc-telemetry 17.0.0", + "sc-transaction-pool-api 31.0.0", + "sc-utils 16.0.0", + "serde_json", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-arithmetic 25.0.0", + "sp-blockchain 31.0.0", + "sp-consensus 0.35.0", + "sp-consensus-grandpa 16.0.0", + "sp-core 31.0.0", + "sp-crypto-hashing", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", + "thiserror", +] + [[package]] name = "sc-consensus-grandpa" version = "0.23.0" @@ -13154,30 +14656,30 @@ dependencies = [ "async-trait", "dyn-clone", "finality-grandpa", - "fork-tree", + "fork-tree 13.0.0", "futures", "futures-timer", "log", "parity-scale-codec", "parking_lot 0.12.1", "rand", - "sc-block-builder", - "sc-chain-spec", - "sc-client-api", - "sc-consensus", - "sc-network", - "sc-network-common", - "sc-network-gossip", - "sc-network-sync", - "sc-telemetry", - "sc-transaction-pool-api", - "sc-utils", + "sc-block-builder 0.37.0", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-network-gossip 0.38.0", + "sc-network-sync 0.37.0", + "sc-telemetry 18.0.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", "serde_json", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-arithmetic 26.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-grandpa 17.0.0", "sp-core 32.0.0", "sp-crypto-hashing", @@ -13198,11 +14700,11 @@ dependencies = [ "jsonrpsee", "log", "parity-scale-codec", - "sc-client-api", - "sc-consensus-grandpa", - "sc-rpc", + "sc-client-api 32.0.0", + "sc-consensus-grandpa 0.23.0", + "sc-rpc 33.0.0", "serde", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "thiserror", @@ -13219,12 +14721,12 @@ dependencies = [ "futures-timer", "log", "parity-scale-codec", - "sc-client-api", - "sc-consensus", - "sc-telemetry", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sc-telemetry 18.0.0", "sp-arithmetic 26.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", "sp-inherents 30.0.0", @@ -13232,6 +14734,30 @@ dependencies = [ "sp-state-machine 0.39.0", ] +[[package]] +name = "sc-executor" +version = "0.35.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b8f8ddc63df8219768b729f9098ecd4362d2756b40784071cd44c3041f1d51d" +dependencies = [ + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-executor-common 0.32.0", + "sc-executor-polkavm 0.29.0", + "sc-executor-wasmtime 0.32.0", + "schnellru", + "sp-api 29.0.0", + "sp-core 31.0.0", + "sp-externalities 0.27.0", + "sp-io 33.0.0", + "sp-panic-handler", + "sp-runtime-interface 26.0.0", + "sp-trie 32.0.0", + "sp-version 32.0.0", + "sp-wasm-interface 20.0.0", + "tracing", +] + [[package]] name = "sc-executor" version = "0.36.0" @@ -13240,9 +14766,9 @@ checksum = "cc6b47b642a92adcabaeadb7d76bd1a02bcf5a93f2b649e81afe8b940107bbda" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", - "sc-executor-common", - "sc-executor-polkavm", - "sc-executor-wasmtime", + "sc-executor-common 0.33.0", + "sc-executor-polkavm 0.30.0", + "sc-executor-wasmtime 0.33.1", "schnellru", "sp-api 30.0.0", "sp-core 32.0.0", @@ -13256,6 +14782,20 @@ dependencies = [ "tracing", ] +[[package]] +name = "sc-executor-common" +version = "0.32.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "00308c10173ec6446ccc2b96cd3a3037e64c94a424f94daa8c96f288794f4d34" +dependencies = [ + "polkavm", + "sc-allocator 26.0.0", + "sp-maybe-compressed-blob", + "sp-wasm-interface 20.0.0", + "thiserror", + "wasm-instrument", +] + [[package]] name = "sc-executor-common" version = "0.33.0" @@ -13263,13 +14803,25 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "88c61ef111d7ccc7697ee4788654f4f998662db057c27ca2de4b94f20e3e6ed1" dependencies = [ "polkavm", - "sc-allocator", + "sc-allocator 27.0.0", "sp-maybe-compressed-blob", "sp-wasm-interface 21.0.0", "thiserror", "wasm-instrument", ] +[[package]] +name = "sc-executor-polkavm" +version = "0.29.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "63b9c814d3a94df7a323d728a6961a3b9ec8c5c5979eb858ec098ddf2838cfc0" +dependencies = [ + "log", + "polkavm", + "sc-executor-common 0.32.0", + "sp-wasm-interface 20.0.0", +] + [[package]] name = "sc-executor-polkavm" version = "0.30.0" @@ -13278,10 +14830,29 @@ checksum = "6fb96b22b779ba14f449d114b63efd162f95f1cdf773cdac29f75fe6a250de24" dependencies = [ "log", "polkavm", - "sc-executor-common", + "sc-executor-common 0.33.0", "sp-wasm-interface 21.0.0", ] +[[package]] +name = "sc-executor-wasmtime" +version = "0.32.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fa37286464bd16146c612e3193a56df728815d23f9bf0faac7df898c0944c87f" +dependencies = [ + "anyhow", + "cfg-if", + "libc", + "log", + "parking_lot 0.12.1", + "rustix 0.36.17", + "sc-allocator 26.0.0", + "sc-executor-common 0.32.0", + "sp-runtime-interface 26.0.0", + "sp-wasm-interface 20.0.0", + "wasmtime", +] + [[package]] name = "sc-executor-wasmtime" version = "0.33.1" @@ -13294,13 +14865,31 @@ dependencies = [ "log", "parking_lot 0.12.1", "rustix 0.36.17", - "sc-allocator", - "sc-executor-common", + "sc-allocator 27.0.0", + "sc-executor-common 0.33.0", "sp-runtime-interface 27.0.0", "sp-wasm-interface 21.0.0", "wasmtime", ] +[[package]] +name = "sc-informant" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2e9005c37100c6ea2b06668f72ba5bc927b5a2445ed26b008ddf1875998dea41" +dependencies = [ + "ansi_term", + "futures", + "futures-timer", + "log", + "sc-client-api 31.0.0", + "sc-network 0.37.0", + "sc-network-common 0.36.0", + "sc-network-sync 0.36.0", + "sp-blockchain 31.0.0", + "sp-runtime 34.0.0", +] + [[package]] name = "sc-informant" version = "0.37.0" @@ -13311,29 +14900,74 @@ dependencies = [ "futures", "futures-timer", "log", - "sc-client-api", - "sc-network", - "sc-network-common", - "sc-network-sync", - "sp-blockchain", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-network-sync 0.37.0", + "sp-blockchain 32.0.0", "sp-runtime 35.0.0", ] [[package]] name = "sc-keystore" -version = "29.0.0" +version = "28.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6477f27aa17ada189355325c16992d3e612d2fe276ecef9da1b36b6b297b3ac4" +checksum = "3ef7283da5d643ef89ed094e1b23451ec70386a9474d337cdaa0ef81870bb2d4" dependencies = [ "array-bytes 6.2.2", "parking_lot 0.12.1", "serde_json", - "sp-application-crypto 34.0.0", - "sp-core 32.0.0", + "sp-application-crypto 33.0.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "thiserror", +] + +[[package]] +name = "sc-keystore" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6477f27aa17ada189355325c16992d3e612d2fe276ecef9da1b36b6b297b3ac4" +dependencies = [ + "array-bytes 6.2.2", + "parking_lot 0.12.1", + "serde_json", + "sp-application-crypto 34.0.0", + "sp-core 32.0.0", "sp-keystore 0.38.0", "thiserror", ] +[[package]] +name = "sc-mixnet" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "248d9be75de68e34f6490065c398b8177ff967902d93e6b88527a0e8c00903ad" +dependencies = [ + "array-bytes 4.2.0", + "arrayvec 0.7.4", + "blake2 0.10.6", + "bytes", + "futures", + "futures-timer", + "libp2p-identity", + "log", + "mixnet", + "multiaddr", + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-client-api 31.0.0", + "sc-network 0.37.0", + "sc-transaction-pool-api 31.0.0", + "sp-api 29.0.0", + "sp-consensus 0.35.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "sp-mixnet 0.7.0", + "sp-runtime 34.0.0", + "thiserror", +] + [[package]] name = "sc-mixnet" version = "0.8.0" @@ -13352,18 +14986,62 @@ dependencies = [ "multiaddr", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api", - "sc-network", - "sc-transaction-pool-api", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sc-transaction-pool-api 32.0.0", "sp-api 30.0.0", - "sp-consensus", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-mixnet", + "sp-mixnet 0.8.0", "sp-runtime 35.0.0", "thiserror", ] +[[package]] +name = "sc-network" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4067423488686ff78561ed0d32ac7e2617edd31219088b1322e85e945e62de29" +dependencies = [ + "array-bytes 6.2.2", + "async-channel 1.9.0", + "async-trait", + "asynchronous-codec", + "bytes", + "either", + "fnv", + "futures", + "futures-timer", + "ip_network", + "libp2p", + "linked_hash_set", + "log", + "mockall", + "parity-scale-codec", + "parking_lot 0.12.1", + "partial_sort", + "pin-project", + "rand", + "sc-client-api 31.0.0", + "sc-network-common 0.36.0", + "sc-utils 16.0.0", + "serde", + "serde_json", + "smallvec", + "sp-arithmetic 25.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", + "thiserror", + "tokio", + "tokio-stream", + "unsigned-varint", + "wasm-timer", + "zeroize", +] + [[package]] name = "sc-network" version = "0.38.0" @@ -13389,14 +15067,14 @@ dependencies = [ "partial_sort", "pin-project", "rand", - "sc-client-api", - "sc-network-common", - "sc-utils", + "sc-client-api 32.0.0", + "sc-network-common 0.37.0", + "sc-utils 17.0.0", "serde", "serde_json", "smallvec", "sp-arithmetic 26.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", @@ -13408,6 +15086,27 @@ dependencies = [ "zeroize", ] +[[package]] +name = "sc-network-bitswap" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8dacf210f4e36e53dc3d3ff1cfd72e4378eb973568c261e7c62bc8daaec9f945" +dependencies = [ + "async-channel 1.9.0", + "cid", + "futures", + "libp2p-identity", + "log", + "prost 0.12.3", + "prost-build", + "sc-client-api 31.0.0", + "sc-network 0.37.0", + "sp-blockchain 31.0.0", + "sp-runtime 34.0.0", + "thiserror", + "unsigned-varint", +] + [[package]] name = "sc-network-bitswap" version = "0.37.0" @@ -13421,14 +15120,32 @@ dependencies = [ "log", "prost 0.12.3", "prost-build", - "sc-client-api", - "sc-network", - "sp-blockchain", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sp-blockchain 32.0.0", "sp-runtime 35.0.0", "thiserror", "unsigned-varint", ] +[[package]] +name = "sc-network-common" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "551dba7ce65d136788c3154044fb425e2cb6e883d20c3cd25c0720a5b5251ed4" +dependencies = [ + "async-trait", + "bitflags 1.3.2", + "futures", + "libp2p-identity", + "parity-scale-codec", + "prost-build", + "sc-consensus 0.36.0", + "sp-consensus 0.35.0", + "sp-consensus-grandpa 16.0.0", + "sp-runtime 34.0.0", +] + [[package]] name = "sc-network-common" version = "0.37.0" @@ -13441,12 +15158,32 @@ dependencies = [ "libp2p-identity", "parity-scale-codec", "prost-build", - "sc-consensus", - "sp-consensus", + "sc-consensus 0.37.0", + "sp-consensus 0.36.0", "sp-consensus-grandpa 17.0.0", "sp-runtime 35.0.0", ] +[[package]] +name = "sc-network-gossip" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "06e36f8665cba733bd0690e864ef59cb87627120e57607b768e6e7cf30cecd20" +dependencies = [ + "ahash 0.8.11", + "futures", + "futures-timer", + "libp2p", + "log", + "sc-network 0.37.0", + "sc-network-common 0.36.0", + "sc-network-sync 0.36.0", + "schnellru", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", + "tracing", +] + [[package]] name = "sc-network-gossip" version = "0.38.0" @@ -13458,15 +15195,37 @@ dependencies = [ "futures-timer", "libp2p", "log", - "sc-network", - "sc-network-common", - "sc-network-sync", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-network-sync 0.37.0", "schnellru", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "tracing", ] +[[package]] +name = "sc-network-light" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d4c4a77832e7d86e2b8f579339a47ebc16eec560bb4d62c42f0daad10700a512" +dependencies = [ + "array-bytes 6.2.2", + "async-channel 1.9.0", + "futures", + "libp2p-identity", + "log", + "parity-scale-codec", + "prost 0.12.3", + "prost-build", + "sc-client-api 31.0.0", + "sc-network 0.37.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "thiserror", +] + [[package]] name = "sc-network-light" version = "0.37.0" @@ -13481,14 +15240,51 @@ dependencies = [ "parity-scale-codec", "prost 0.12.3", "prost-build", - "sc-client-api", - "sc-network", - "sp-blockchain", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "thiserror", ] +[[package]] +name = "sc-network-sync" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b7dfdaf49edeaa23ae0da1a9bf6ea3e308c11822cb3a853996f1203b06249411" +dependencies = [ + "array-bytes 6.2.2", + "async-channel 1.9.0", + "async-trait", + "fork-tree 12.0.0", + "futures", + "futures-timer", + "libp2p", + "log", + "mockall", + "parity-scale-codec", + "prost 0.12.3", + "prost-build", + "sc-client-api 31.0.0", + "sc-consensus 0.36.0", + "sc-network 0.37.0", + "sc-network-common 0.36.0", + "sc-utils 16.0.0", + "schnellru", + "smallvec", + "sp-arithmetic 25.0.0", + "sp-blockchain 31.0.0", + "sp-consensus 0.35.0", + "sp-consensus-grandpa 16.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", + "thiserror", + "tokio", + "tokio-stream", +] + [[package]] name = "sc-network-sync" version = "0.37.0" @@ -13498,7 +15294,7 @@ dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", "async-trait", - "fork-tree", + "fork-tree 13.0.0", "futures", "futures-timer", "libp2p", @@ -13507,16 +15303,16 @@ dependencies = [ "parity-scale-codec", "prost 0.12.3", "prost-build", - "sc-client-api", - "sc-consensus", - "sc-network", - "sc-network-common", - "sc-utils", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-utils 17.0.0", "schnellru", "smallvec", "sp-arithmetic 26.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-grandpa 17.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", @@ -13526,6 +15322,26 @@ dependencies = [ "tokio-stream", ] +[[package]] +name = "sc-network-transactions" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1b3824e7a1aa29ed3d2294810c8e018a6df3798eec236f3043a62945daf7d9b1" +dependencies = [ + "array-bytes 6.2.2", + "futures", + "libp2p", + "log", + "parity-scale-codec", + "sc-network 0.37.0", + "sc-network-common 0.36.0", + "sc-network-sync 0.36.0", + "sc-utils 16.0.0", + "sp-consensus 0.35.0", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", +] + [[package]] name = "sc-network-transactions" version = "0.37.0" @@ -13537,11 +15353,11 @@ dependencies = [ "libp2p", "log", "parity-scale-codec", - "sc-network", - "sc-network-common", - "sc-network-sync", - "sc-utils", - "sp-consensus", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-network-sync 0.37.0", + "sc-utils 17.0.0", + "sp-consensus 0.36.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", ] @@ -13566,11 +15382,11 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "rand", - "sc-client-api", - "sc-network", - "sc-network-common", - "sc-transaction-pool-api", - "sc-utils", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", "sp-api 30.0.0", "sp-core 32.0.0", "sp-externalities 0.28.0", @@ -13591,6 +15407,39 @@ dependencies = [ "substrate-prometheus-endpoint", ] +[[package]] +name = "sc-rpc" +version = "32.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6d796d75b22785b09c58478f1418b75c9787d598a0d2ab8edbd0072731ec4aaa" +dependencies = [ + "futures", + "jsonrpsee", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-block-builder 0.36.0", + "sc-chain-spec 30.0.1", + "sc-client-api 31.0.0", + "sc-mixnet 0.7.0", + "sc-rpc-api 0.36.0", + "sc-tracing 31.0.0", + "sc-transaction-pool-api 31.0.0", + "sc-utils 16.0.0", + "serde_json", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "sp-offchain 29.0.0", + "sp-rpc 29.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-statement-store 13.0.0", + "sp-version 32.0.0", + "tokio", +] + [[package]] name = "sc-rpc" version = "33.0.0" @@ -13602,28 +15451,49 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-block-builder", - "sc-chain-spec", - "sc-client-api", - "sc-mixnet", - "sc-rpc-api", - "sc-tracing", - "sc-transaction-pool-api", - "sc-utils", + "sc-block-builder 0.37.0", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", + "sc-mixnet 0.8.0", + "sc-rpc-api 0.37.0", + "sc-tracing 32.0.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", "serde_json", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "sp-offchain 30.0.0", - "sp-rpc", + "sp-rpc 30.0.0", "sp-runtime 35.0.0", "sp-session 31.0.0", - "sp-statement-store", + "sp-statement-store 14.0.0", "sp-version 33.0.0", "tokio", ] +[[package]] +name = "sc-rpc-api" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3705feca378ef3f3f84fb337480405a611a15c8637b2449ed514ca63765e421b" +dependencies = [ + "jsonrpsee", + "parity-scale-codec", + "sc-chain-spec 30.0.1", + "sc-mixnet 0.7.0", + "sc-transaction-pool-api 31.0.0", + "scale-info", + "serde", + "serde_json", + "sp-core 31.0.0", + "sp-rpc 29.0.0", + "sp-runtime 34.0.0", + "sp-version 32.0.0", + "thiserror", +] + [[package]] name = "sc-rpc-api" version = "0.37.0" @@ -13632,19 +15502,38 @@ checksum = "b82060f09f886f59fd19a77cc6668c209e883fc93511e9c441ef84adfea80f36" dependencies = [ "jsonrpsee", "parity-scale-codec", - "sc-chain-spec", - "sc-mixnet", - "sc-transaction-pool-api", + "sc-chain-spec 31.0.0", + "sc-mixnet 0.8.0", + "sc-transaction-pool-api 32.0.0", "scale-info", "serde", "serde_json", "sp-core 32.0.0", - "sp-rpc", + "sp-rpc 30.0.0", "sp-runtime 35.0.0", "sp-version 33.0.0", "thiserror", ] +[[package]] +name = "sc-rpc-server" +version = "14.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "65f705946ae375fc47ee9a2e2df0b7e339a1fb8c8eb5c9eb6f206619d27946a7" +dependencies = [ + "futures", + "governor", + "http", + "hyper", + "jsonrpsee", + "log", + "serde_json", + "substrate-prometheus-endpoint", + "tokio", + "tower", + "tower-http", +] + [[package]] name = "sc-rpc-server" version = "15.0.0" @@ -13664,6 +15553,38 @@ dependencies = [ "tower-http", ] +[[package]] +name = "sc-rpc-spec-v2" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "66dcea3fe5f0bcbaf08d6a42e877ae8f50b9cdbc87f65f7c79fbe5003e3969dc" +dependencies = [ + "array-bytes 6.2.2", + "futures", + "futures-util", + "hex", + "jsonrpsee", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "rand", + "sc-chain-spec 30.0.1", + "sc-client-api 31.0.0", + "sc-rpc 32.0.0", + "sc-transaction-pool-api 31.0.0", + "sc-utils 16.0.0", + "serde", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-rpc 29.0.0", + "sp-runtime 34.0.0", + "sp-version 32.0.0", + "thiserror", + "tokio", + "tokio-stream", +] + [[package]] name = "sc-rpc-spec-v2" version = "0.38.0" @@ -13679,16 +15600,16 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "rand", - "sc-chain-spec", - "sc-client-api", - "sc-rpc", - "sc-transaction-pool-api", - "sc-utils", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", + "sc-rpc 33.0.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", "serde", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", - "sp-rpc", + "sp-rpc 30.0.0", "sp-runtime 35.0.0", "sp-version 33.0.0", "thiserror", @@ -13696,6 +15617,71 @@ dependencies = [ "tokio-stream", ] +[[package]] +name = "sc-service" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "42678fb737ea101658a8288cd3fcc0bff59ef40cd1a1c4f4d4042c3fa17bae41" +dependencies = [ + "async-trait", + "directories", + "exit-future", + "futures", + "futures-timer", + "jsonrpsee", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "pin-project", + "rand", + "sc-chain-spec 30.0.1", + "sc-client-api 31.0.0", + "sc-client-db 0.38.0", + "sc-consensus 0.36.0", + "sc-executor 0.35.0", + "sc-informant 0.36.0", + "sc-keystore 28.0.0", + "sc-network 0.37.0", + "sc-network-bitswap 0.36.0", + "sc-network-common 0.36.0", + "sc-network-light 0.36.0", + "sc-network-sync 0.36.0", + "sc-network-transactions 0.36.0", + "sc-rpc 32.0.0", + "sc-rpc-server 14.0.0", + "sc-rpc-spec-v2 0.37.0", + "sc-sysinfo 30.0.0", + "sc-telemetry 17.0.0", + "sc-tracing 31.0.0", + "sc-transaction-pool 31.0.0", + "sc-transaction-pool-api 31.0.0", + "sc-utils 16.0.0", + "schnellru", + "serde", + "serde_json", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-consensus 0.35.0", + "sp-core 31.0.0", + "sp-externalities 0.27.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-state-machine 0.38.0", + "sp-storage 20.0.0", + "sp-transaction-pool 29.0.0", + "sp-transaction-storage-proof 29.0.0", + "sp-trie 32.0.0", + "sp-version 32.0.0", + "static_init", + "substrate-prometheus-endpoint", + "tempfile", + "thiserror", + "tokio", + "tracing", + "tracing-futures", +] + [[package]] name = "sc-service" version = "0.39.0" @@ -13713,34 +15699,34 @@ dependencies = [ "parking_lot 0.12.1", "pin-project", "rand", - "sc-chain-spec", - "sc-client-api", - "sc-client-db", - "sc-consensus", - "sc-executor", - "sc-informant", - "sc-keystore", - "sc-network", - "sc-network-bitswap", - "sc-network-common", - "sc-network-light", - "sc-network-sync", - "sc-network-transactions", - "sc-rpc", - "sc-rpc-server", - "sc-rpc-spec-v2", - "sc-sysinfo", - "sc-telemetry", - "sc-tracing", - "sc-transaction-pool", - "sc-transaction-pool-api", - "sc-utils", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", + "sc-client-db 0.39.0", + "sc-consensus 0.37.0", + "sc-executor 0.36.0", + "sc-informant 0.37.0", + "sc-keystore 29.0.0", + "sc-network 0.38.0", + "sc-network-bitswap 0.37.0", + "sc-network-common 0.37.0", + "sc-network-light 0.37.0", + "sc-network-sync 0.37.0", + "sc-network-transactions 0.37.0", + "sc-rpc 33.0.0", + "sc-rpc-server 15.0.0", + "sc-rpc-spec-v2 0.38.0", + "sc-sysinfo 31.0.0", + "sc-telemetry 18.0.0", + "sc-tracing 32.0.0", + "sc-transaction-pool 32.0.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", "schnellru", "serde", "serde_json", "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-externalities 0.28.0", "sp-keystore 0.38.0", @@ -13749,7 +15735,7 @@ dependencies = [ "sp-state-machine 0.39.0", "sp-storage 21.0.0", "sp-transaction-pool 30.0.0", - "sp-transaction-storage-proof", + "sp-transaction-storage-proof 30.0.0", "sp-trie 33.0.0", "sp-version 33.0.0", "static_init", @@ -13761,6 +15747,18 @@ dependencies = [ "tracing-futures", ] +[[package]] +name = "sc-state-db" +version = "0.33.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9863fb81595a25b908d7143c1a3e162d237e67890088363df4a121fe37c49d08" +dependencies = [ + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "sp-core 31.0.0", +] + [[package]] name = "sc-state-db" version = "0.34.0" @@ -13795,16 +15793,38 @@ checksum = "75577af6d7128f3c0cd1dfa83f9ec056dbe4cdce297f1d257f2a1253134c6e9a" dependencies = [ "jsonrpsee", "parity-scale-codec", - "sc-chain-spec", - "sc-client-api", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", "sc-consensus-babe", "sc-consensus-epochs", - "sc-consensus-grandpa", + "sc-consensus-grandpa 0.23.0", + "serde", + "serde_json", + "sp-blockchain 32.0.0", + "sp-runtime 35.0.0", + "thiserror", +] + +[[package]] +name = "sc-sysinfo" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f098da1a83dc5b4e69ef66f7dfc5c0a82bc63defe8dcb0aaa1819e9b2bd6d744" +dependencies = [ + "derive_more", + "futures", + "libc", + "log", + "rand", + "rand_pcg", + "regex", + "sc-telemetry 17.0.0", "serde", "serde_json", - "sp-blockchain", - "sp-runtime 35.0.0", - "thiserror", + "sp-core 31.0.0", + "sp-crypto-hashing", + "sp-io 33.0.0", + "sp-std", ] [[package]] @@ -13820,7 +15840,7 @@ dependencies = [ "rand", "rand_pcg", "regex", - "sc-telemetry", + "sc-telemetry 18.0.0", "serde", "serde_json", "sp-core 32.0.0", @@ -13829,6 +15849,26 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sc-telemetry" +version = "17.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6c6807ebd9f43ab628931842d3aaa9404ddfd07013e9c7027ca603f496939577" +dependencies = [ + "chrono", + "futures", + "libp2p", + "log", + "parking_lot 0.12.1", + "pin-project", + "rand", + "sc-utils 16.0.0", + "serde", + "serde_json", + "thiserror", + "wasm-timer", +] + [[package]] name = "sc-telemetry" version = "18.0.0" @@ -13842,13 +15882,44 @@ dependencies = [ "parking_lot 0.12.1", "pin-project", "rand", - "sc-utils", + "sc-utils 17.0.0", "serde", "serde_json", "thiserror", "wasm-timer", ] +[[package]] +name = "sc-tracing" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "83e8f5e8eb36f887dba06e1392717e27e4edf12d23d5220dba8ee851de8b174e" +dependencies = [ + "ansi_term", + "chrono", + "is-terminal", + "lazy_static", + "libc", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "regex", + "rustc-hash", + "sc-client-api 31.0.0", + "sc-tracing-proc-macro", + "serde", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-rpc 29.0.0", + "sp-runtime 34.0.0", + "sp-tracing 16.0.0", + "thiserror", + "tracing", + "tracing-log 0.1.4", + "tracing-subscriber 0.2.25", +] + [[package]] name = "sc-tracing" version = "32.0.0" @@ -13865,13 +15936,13 @@ dependencies = [ "parking_lot 0.12.1", "regex", "rustc-hash", - "sc-client-api", + "sc-client-api 32.0.0", "sc-tracing-proc-macro", "serde", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", - "sp-rpc", + "sp-rpc 30.0.0", "sp-runtime 35.0.0", "sp-tracing 17.0.0", "thiserror", @@ -13892,6 +15963,34 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "sc-transaction-pool" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d56300f466670067cca98a931b0b6cbc8b018c0d296eb915c1473bac45b7cd73" +dependencies = [ + "async-trait", + "futures", + "futures-timer", + "linked-hash-map", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-client-api 31.0.0", + "sc-transaction-pool-api 31.0.0", + "sc-utils 16.0.0", + "serde", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-crypto-hashing", + "sp-runtime 34.0.0", + "sp-tracing 16.0.0", + "sp-transaction-pool 29.0.0", + "substrate-prometheus-endpoint", + "thiserror", +] + [[package]] name = "sc-transaction-pool" version = "32.0.0" @@ -13905,12 +16004,12 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api", - "sc-transaction-pool-api", - "sc-utils", + "sc-client-api 32.0.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", "serde", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-runtime 35.0.0", @@ -13920,6 +16019,23 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sc-transaction-pool-api" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3609025d39a1b75f1ee4f490dc52e000de144948a73cacd788f5995df5ebe8bf" +dependencies = [ + "async-trait", + "futures", + "log", + "parity-scale-codec", + "serde", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "thiserror", +] + [[package]] name = "sc-transaction-pool-api" version = "32.0.0" @@ -13931,12 +16047,28 @@ dependencies = [ "log", "parity-scale-codec", "serde", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "thiserror", ] +[[package]] +name = "sc-utils" +version = "16.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1863d482be044f4768ef5de6119dc70b5e31e6e9f71ad225c177474d6540e424" +dependencies = [ + "async-channel 1.9.0", + "futures", + "futures-timer", + "lazy_static", + "log", + "parking_lot 0.12.1", + "prometheus", + "sp-arithmetic 25.0.0", +] + [[package]] name = "sc-utils" version = "17.0.0" @@ -14367,6 +16499,19 @@ dependencies = [ "sp-std", ] +[[package]] +name = "slot-range-helper" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ada4c82b85daa6134837918889b341716e4918c608b3cc5345ae67ea85a187c6" +dependencies = [ + "enumn", + "parity-scale-codec", + "paste", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "slot-range-helper" version = "11.0.0" @@ -14705,6 +16850,29 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-api" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cb3fb2cdf7ee9b8d6ec7c2d8740b1a506e393dc18c7c2776764b47136d72dce7" +dependencies = [ + "hash-db", + "log", + "parity-scale-codec", + "scale-info", + "sp-api-proc-macro 17.0.1", + "sp-core 31.0.0", + "sp-externalities 0.27.0", + "sp-metadata-ir 0.6.0", + "sp-runtime 34.0.0", + "sp-runtime-interface 26.0.0", + "sp-state-machine 0.38.0", + "sp-std", + "sp-trie 32.0.0", + "sp-version 32.0.0", + "thiserror", +] + [[package]] name = "sp-api" version = "30.0.0" @@ -14743,6 +16911,21 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "sp-api-proc-macro" +version = "17.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "63a5680d94c55e1c7dc54e9e09b4827314fab44f9300f0be170898dc402318de" +dependencies = [ + "Inflector", + "blake2 0.10.6", + "expander 2.1.0", + "proc-macro-crate 3.1.0", + "proc-macro2", + "quote", + "syn 2.0.55", +] + [[package]] name = "sp-api-proc-macro" version = "18.0.0" @@ -14772,6 +16955,20 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-application-crypto" +version = "33.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "13ca6121c22c8bd3d1dce1f05c479101fd0d7b159bef2a3e8c834138d839c75c" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-std", +] + [[package]] name = "sp-application-crypto" version = "34.0.0" @@ -14801,6 +16998,21 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "sp-arithmetic" +version = "25.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "910c07fa263b20bf7271fdd4adcb5d3217dfdac14270592e0780223542e7e114" +dependencies = [ + "integer-sqrt", + "num-traits", + "parity-scale-codec", + "scale-info", + "serde", + "sp-std", + "static_assertions", +] + [[package]] name = "sp-arithmetic" version = "26.0.0" @@ -14831,6 +17043,20 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-authority-discovery" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5ab47c385784b3f9646a21d5dcb236399083d77420a1269e70c04772336c519f" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "sp-authority-discovery" version = "30.0.0" @@ -14856,6 +17082,18 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-block-builder" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "97e155e388d7e41c39a27f40f50c2517facdbf20dde4a73f40ec8f1f30ce190e" +dependencies = [ + "sp-api 29.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "sp-block-builder" version = "30.0.0" @@ -14867,6 +17105,25 @@ dependencies = [ "sp-runtime 35.0.0", ] +[[package]] +name = "sp-blockchain" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d00084ddd62a3bad1fc4c04cdb1cdbcbb55d813dbd4e42d52e42e8b6599fb210" +dependencies = [ + "futures", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "schnellru", + "sp-api 29.0.0", + "sp-consensus 0.35.0", + "sp-database", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "thiserror", +] + [[package]] name = "sp-blockchain" version = "32.0.0" @@ -14879,13 +17136,29 @@ dependencies = [ "parking_lot 0.12.1", "schnellru", "sp-api 30.0.0", - "sp-consensus", + "sp-consensus 0.36.0", "sp-database", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", "thiserror", ] +[[package]] +name = "sp-consensus" +version = "0.35.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ed6f1ae58a74d619bd2c1d7939b4aa805f4226c7454ec3591c8a59fb0cc6477f" +dependencies = [ + "async-trait", + "futures", + "log", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "thiserror", +] + [[package]] name = "sp-consensus" version = "0.36.0" @@ -14920,6 +17193,24 @@ dependencies = [ "sp-timestamp 27.0.0", ] +[[package]] +name = "sp-consensus-aura" +version = "0.35.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "334d0088b7de70a94d58e7e93acd8d5101b35fadca7e19fa26788203b22e309b" +dependencies = [ + "async-trait", + "parity-scale-codec", + "scale-info", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-consensus-slots 0.35.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-timestamp 29.0.0", +] + [[package]] name = "sp-consensus-aura" version = "0.36.0" @@ -14957,6 +17248,26 @@ dependencies = [ "sp-timestamp 27.0.0", ] +[[package]] +name = "sp-consensus-babe" +version = "0.35.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eb593ec8ec674a583d6fc5386b7f8964a9db78dcaabc0595559145a4053c9f6c" +dependencies = [ + "async-trait", + "parity-scale-codec", + "scale-info", + "serde", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-consensus-slots 0.35.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-timestamp 29.0.0", +] + [[package]] name = "sp-consensus-babe" version = "0.36.0" @@ -14997,6 +17308,28 @@ dependencies = [ "strum 0.24.1", ] +[[package]] +name = "sp-consensus-beefy" +version = "16.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7e2b03bc552702dd20fd3dad01631b13ca3e62e814ad278fe3012f5e3bb3e100" +dependencies = [ + "lazy_static", + "parity-scale-codec", + "scale-info", + "serde", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-core 31.0.0", + "sp-crypto-hashing", + "sp-io 33.0.0", + "sp-keystore 0.37.0", + "sp-mmr-primitives 29.0.0", + "sp-runtime 34.0.0", + "sp-std", + "strum 0.24.1", +] + [[package]] name = "sp-consensus-beefy" version = "17.0.0" @@ -15037,6 +17370,25 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-consensus-grandpa" +version = "16.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "71df706a104a752101b52f12cca7f5b7ffe1ca6ce9b4b1eb8c5d04356f248fa5" +dependencies = [ + "finality-grandpa", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "sp-consensus-grandpa" version = "17.0.0" @@ -15068,6 +17420,19 @@ dependencies = [ "sp-timestamp 27.0.0", ] +[[package]] +name = "sp-consensus-slots" +version = "0.35.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e0a5c47c52ad58aa349f7c13cb356ab45c32964ee28354c27fd6e4b417cb2644" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "sp-std", + "sp-timestamp 29.0.0", +] + [[package]] name = "sp-consensus-slots" version = "0.36.0" @@ -15126,6 +17491,53 @@ dependencies = [ "zeroize", ] +[[package]] +name = "sp-core" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26d7a0fd8f16dcc3761198fc83be12872f823b37b749bc72a3a6a1f702509366" +dependencies = [ + "array-bytes 6.2.2", + "bitflags 1.3.2", + "blake2 0.10.6", + "bounded-collections 0.2.0", + "bs58 0.5.1", + "dyn-clonable", + "ed25519-zebra 3.1.0", + "futures", + "hash-db", + "hash256-std-hasher", + "impl-serde", + "itertools 0.10.5", + "k256", + "libsecp256k1", + "log", + "merlin", + "parity-bip39", + "parity-scale-codec", + "parking_lot 0.12.1", + "paste", + "primitive-types", + "rand", + "scale-info", + "schnorrkel 0.11.4", + "secp256k1", + "secrecy", + "serde", + "sp-crypto-hashing", + "sp-debug-derive", + "sp-externalities 0.27.0", + "sp-runtime-interface 26.0.0", + "sp-std", + "sp-storage 20.0.0", + "ss58-registry", + "substrate-bip39 0.5.0", + "thiserror", + "tracing", + "w3f-bls", + "zeroize", +] + [[package]] name = "sp-core" version = "32.0.0" @@ -15231,6 +17643,18 @@ dependencies = [ "sp-storage 20.0.0", ] +[[package]] +name = "sp-externalities" +version = "0.27.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a1d6a4572eadd4a63cff92509a210bf425501a0c5e76574b30a366ac77653787" +dependencies = [ + "environmental", + "parity-scale-codec", + "sp-std", + "sp-storage 20.0.0", +] + [[package]] name = "sp-externalities" version = "0.28.0" @@ -15254,6 +17678,18 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-genesis-builder" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "16a1192b502d38c6d17b1005a7b3e7a6ab835df996803968ae3be9e8f7399ee4" +dependencies = [ + "serde_json", + "sp-api 29.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "sp-genesis-builder" version = "0.11.0" @@ -15280,6 +17716,21 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-inherents" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3b5e46ccc5848542648dcf05f882e41de2e341d0eeca97ff2b7dfad0f38e8500" +dependencies = [ + "async-trait", + "impl-trait-for-tuples", + "parity-scale-codec", + "scale-info", + "sp-runtime 34.0.0", + "sp-std", + "thiserror", +] + [[package]] name = "sp-inherents" version = "30.0.0" @@ -15320,6 +17771,33 @@ dependencies = [ "tracing-core", ] +[[package]] +name = "sp-io" +version = "33.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3e09bba780b55bd9e67979cd8f654a31e4a6cf45426ff371394a65953d2177f2" +dependencies = [ + "bytes", + "ed25519-dalek", + "libsecp256k1", + "log", + "parity-scale-codec", + "polkavm-derive 0.9.1", + "rustversion", + "secp256k1", + "sp-core 31.0.0", + "sp-crypto-hashing", + "sp-externalities 0.27.0", + "sp-keystore 0.37.0", + "sp-runtime-interface 26.0.0", + "sp-state-machine 0.38.0", + "sp-std", + "sp-tracing 16.0.0", + "sp-trie 32.0.0", + "tracing", + "tracing-core", +] + [[package]] name = "sp-io" version = "34.0.0" @@ -15331,7 +17809,7 @@ dependencies = [ "libsecp256k1", "log", "parity-scale-codec", - "polkavm-derive", + "polkavm-derive 0.9.1", "rustversion", "secp256k1", "sp-core 32.0.0", @@ -15358,6 +17836,17 @@ dependencies = [ "strum 0.24.1", ] +[[package]] +name = "sp-keyring" +version = "34.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a07a31da596d705b3a3458d784a897af7fd2f8090de436dc386a112e8ea7f34f" +dependencies = [ + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "strum 0.24.1", +] + [[package]] name = "sp-keyring" version = "35.0.0" @@ -15382,6 +17871,18 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-keystore" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bdbab8b61bd61d5f8625a0c75753b5d5a23be55d3445419acd42caf59cf6236b" +dependencies = [ + "parity-scale-codec", + "parking_lot 0.12.1", + "sp-core 31.0.0", + "sp-externalities 0.27.0", +] + [[package]] name = "sp-keystore" version = "0.38.0" @@ -15427,6 +17928,19 @@ dependencies = [ "scale-info", ] +[[package]] +name = "sp-mixnet" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "22d9da31673ad5771faf8cd0e62ab0c183ea71a630d187b926bc52af379cb1de" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-std", +] + [[package]] name = "sp-mixnet" version = "0.8.0" @@ -15458,6 +17972,25 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-mmr-primitives" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "518fcd8710618d104e04c9e63e697d3406180afbe55cc5400168019647fc5880" +dependencies = [ + "ckb-merkle-mountain-range", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-api 29.0.0", + "sp-core 31.0.0", + "sp-debug-derive", + "sp-runtime 34.0.0", + "sp-std", + "thiserror", +] + [[package]] name = "sp-mmr-primitives" version = "30.0.0" @@ -15491,6 +18024,21 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-npos-elections" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e03ec553bc1a0f4d3aa902d3c5b3cdbe76f8218c642cbca0305722b3f8bbc826" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "sp-npos-elections" version = "30.0.0" @@ -15516,6 +18064,17 @@ dependencies = [ "sp-runtime 32.0.0", ] +[[package]] +name = "sp-offchain" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c041d932d7debf1d2e073ecece1425aadae7482689cd4bf148d5886b28bd10d7" +dependencies = [ + "sp-api 29.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", +] + [[package]] name = "sp-offchain" version = "30.0.0" @@ -15538,6 +18097,17 @@ dependencies = [ "regex", ] +[[package]] +name = "sp-rpc" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b26650747f5c204afd8c637df5e882ea912a890cf974fe67c36b430318fc451c" +dependencies = [ + "rustc-hash", + "serde", + "sp-core 31.0.0", +] + [[package]] name = "sp-rpc" version = "30.0.0" @@ -15574,6 +18144,31 @@ dependencies = [ "sp-weights 28.0.0", ] +[[package]] +name = "sp-runtime" +version = "34.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec3cb126971e7db2f0fcf8053dce740684c438c7180cfca1959598230f342c58" +dependencies = [ + "docify", + "either", + "hash256-std-hasher", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "paste", + "rand", + "scale-info", + "serde", + "simple-mermaid", + "sp-application-crypto 33.0.0", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-std", + "sp-weights 30.0.0", +] + [[package]] name = "sp-runtime" version = "35.0.0" @@ -15618,6 +18213,26 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "sp-runtime-interface" +version = "26.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e48a675ea4858333d4d755899ed5ed780174aa34fec15953428d516af5452295" +dependencies = [ + "bytes", + "impl-trait-for-tuples", + "parity-scale-codec", + "polkavm-derive 0.8.0", + "primitive-types", + "sp-externalities 0.27.0", + "sp-runtime-interface-proc-macro 18.0.0", + "sp-std", + "sp-storage 20.0.0", + "sp-tracing 16.0.0", + "sp-wasm-interface 20.0.0", + "static_assertions", +] + [[package]] name = "sp-runtime-interface" version = "27.0.0" @@ -15627,7 +18242,7 @@ dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", - "polkavm-derive", + "polkavm-derive 0.9.1", "primitive-types", "sp-externalities 0.28.0", "sp-runtime-interface-proc-macro 18.0.0", @@ -15682,6 +18297,22 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-session" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6a61ea4ca90f644da2c25edee711b53b1c0b8d50628ceef372224ea24d252b57" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-api 29.0.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", + "sp-std", +] + [[package]] name = "sp-session" version = "31.0.0" @@ -15701,14 +18332,29 @@ dependencies = [ name = "sp-staking" version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e14d003ecf0b610bf1305a92bdab875289b39d514c073f30e75e78c2763a788" +checksum = "1e14d003ecf0b610bf1305a92bdab875289b39d514c073f30e75e78c2763a788" +dependencies = [ + "impl-trait-for-tuples", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 29.0.0", + "sp-runtime 32.0.0", + "sp-std", +] + +[[package]] +name = "sp-staking" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4114cde17987eaa2f17b8850a8c856b90364666cdbc920d511e7a1cde0574d24" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "scale-info", "serde", - "sp-core 29.0.0", - "sp-runtime 32.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -15748,6 +18394,28 @@ dependencies = [ "trie-db", ] +[[package]] +name = "sp-state-machine" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1eae0eac8034ba14437e772366336f579398a46d101de13dbb781ab1e35e67c5" +dependencies = [ + "hash-db", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "rand", + "smallvec", + "sp-core 31.0.0", + "sp-externalities 0.27.0", + "sp-panic-handler", + "sp-std", + "sp-trie 32.0.0", + "thiserror", + "tracing", + "trie-db", +] + [[package]] name = "sp-state-machine" version = "0.39.0" @@ -15769,6 +18437,32 @@ dependencies = [ "trie-db", ] +[[package]] +name = "sp-statement-store" +version = "13.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b90e8440d72e0ae5d273374af3ebe16768d05b40dff1f487835dd2f826ee9568" +dependencies = [ + "aes-gcm", + "curve25519-dalek 4.1.2", + "ed25519-dalek", + "hkdf", + "parity-scale-codec", + "rand", + "scale-info", + "sha2 0.10.8", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-core 31.0.0", + "sp-crypto-hashing", + "sp-externalities 0.27.0", + "sp-runtime 34.0.0", + "sp-runtime-interface 26.0.0", + "sp-std", + "thiserror", + "x25519-dalek 2.0.1", +] + [[package]] name = "sp-statement-store" version = "14.0.0" @@ -15841,6 +18535,20 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-timestamp" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "64d51fcd008fd5a79d61dba98c7ae89c2460a49dff07001bf1e9b12535d49536" +dependencies = [ + "async-trait", + "parity-scale-codec", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-std", + "thiserror", +] + [[package]] name = "sp-timestamp" version = "30.0.0" @@ -15889,6 +18597,16 @@ dependencies = [ "sp-runtime 32.0.0", ] +[[package]] +name = "sp-transaction-pool" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0484eaf40c2abda75bda9688298cc8f6e02161176e3aab501207c8ccf4d4b3e1" +dependencies = [ + "sp-api 29.0.0", + "sp-runtime 34.0.0", +] + [[package]] name = "sp-transaction-pool" version = "30.0.0" @@ -15899,6 +18617,22 @@ dependencies = [ "sp-runtime 35.0.0", ] +[[package]] +name = "sp-transaction-storage-proof" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba0c99e0852ddd18159c2dc6100c2b5852e49211d8afe373cbce33d1da0050dd" +dependencies = [ + "async-trait", + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-trie 32.0.0", +] + [[package]] name = "sp-transaction-storage-proof" version = "30.0.0" @@ -15939,6 +18673,31 @@ dependencies = [ "trie-root", ] +[[package]] +name = "sp-trie" +version = "32.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f1aa91ad26c62b93d73e65f9ce7ebd04459c4bad086599348846a81988d6faa4" +dependencies = [ + "ahash 0.8.11", + "hash-db", + "lazy_static", + "memory-db", + "nohash-hasher", + "parity-scale-codec", + "parking_lot 0.12.1", + "rand", + "scale-info", + "schnellru", + "sp-core 31.0.0", + "sp-externalities 0.27.0", + "sp-std", + "thiserror", + "tracing", + "trie-db", + "trie-root", +] + [[package]] name = "sp-trie" version = "33.0.0" @@ -15981,6 +18740,24 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-version" +version = "32.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1c0219b1aeb89e36d13bd43a718920a9087dbb66c567e672c4639cefb2fefc05" +dependencies = [ + "impl-serde", + "parity-scale-codec", + "parity-wasm", + "scale-info", + "serde", + "sp-crypto-hashing-proc-macro", + "sp-runtime 34.0.0", + "sp-std", + "sp-version-proc-macro 13.0.0", + "thiserror", +] + [[package]] name = "sp-version" version = "33.0.0" @@ -16066,6 +18843,22 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-weights" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9af6c661fe3066b29f9e1d258000f402ff5cc2529a9191972d214e5871d0ba87" +dependencies = [ + "bounded-collections 0.2.0", + "parity-scale-codec", + "scale-info", + "serde", + "smallvec", + "sp-arithmetic 25.0.0", + "sp-debug-derive", + "sp-std", +] + [[package]] name = "sp-weights" version = "31.0.0" @@ -16182,6 +18975,21 @@ dependencies = [ "sp-std", ] +[[package]] +name = "staging-parachain-info" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4df1c48ca2892cb0694c7e10fbcfc8d15fe0fd0b763d61fbc587a870fbb97147" +dependencies = [ + "cumulus-primitives-core 0.10.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "scale-info", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "staging-parachain-info" version = "0.11.0" @@ -16216,6 +19024,25 @@ dependencies = [ "xcm-procedural", ] +[[package]] +name = "staging-xcm" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e6ee775f7fc9dfae15d9d5a806efa7d3215f7b7b1cfd225809285a0281addeab" +dependencies = [ + "array-bytes 6.2.2", + "bounded-collections 0.2.0", + "derivative", + "environmental", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-weights 30.0.0", + "xcm-procedural", +] + [[package]] name = "staging-xcm" version = "11.0.0" @@ -16258,6 +19085,29 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] +[[package]] +name = "staging-xcm-builder" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "41c905c7e545eb80efdbf62470575a37935260503494453ffa3c1ac6207d06c9" +dependencies = [ + "frame-support 31.0.0", + "frame-system 31.0.0", + "impl-trait-for-tuples", + "log", + "pallet-transaction-payment 31.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 9.0.0", + "scale-info", + "sp-arithmetic 25.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-weights 30.0.0", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", +] + [[package]] name = "staging-xcm-builder" version = "11.0.0" @@ -16303,6 +19153,28 @@ dependencies = [ "staging-xcm 8.0.1", ] +[[package]] +name = "staging-xcm-executor" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e30434a78d4392b698bc7854c00f52d83c1c544da4be1912f898958c3e32f062" +dependencies = [ + "environmental", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "scale-info", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-weights 30.0.0", + "staging-xcm 10.0.0", +] + [[package]] name = "staging-xcm-executor" version = "11.0.0" @@ -16454,6 +19326,19 @@ dependencies = [ "zeroize", ] +[[package]] +name = "substrate-bip39" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a2b564c293e6194e8b222e52436bcb99f60de72043c7f845cf6c4406db4df121" +dependencies = [ + "hmac 0.12.1", + "pbkdf2 0.12.2", + "schnorrkel 0.11.4", + "sha2 0.10.8", + "zeroize", +] + [[package]] name = "substrate-bip39" version = "0.6.0" @@ -16484,11 +19369,11 @@ dependencies = [ "jsonrpsee", "log", "parity-scale-codec", - "sc-rpc-api", - "sc-transaction-pool-api", + "sc-rpc-api 0.37.0", + "sc-transaction-pool-api 32.0.0", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", ] @@ -16515,7 +19400,7 @@ dependencies = [ "async-trait", "jsonrpsee", "log", - "sc-rpc-api", + "sc-rpc-api 0.37.0", "serde", "sp-runtime 35.0.0", ] @@ -16528,8 +19413,8 @@ checksum = "0da2e823fb02fbd5c77d6949cde60ff3e320c100278818000b39e9f0a8c8c428" dependencies = [ "jsonrpsee", "parity-scale-codec", - "sc-client-api", - "sc-rpc-api", + "sc-client-api 32.0.0", + "sc-rpc-api 0.37.0", "serde", "sp-core 32.0.0", "sp-runtime 35.0.0", @@ -16557,6 +19442,26 @@ dependencies = [ "wasm-opt", ] +[[package]] +name = "substrate-wasm-builder" +version = "20.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f55ed4ff2945faa132b9658cb581a3a5cf14dd90b5e217b3e16724eb202ed6c6" +dependencies = [ + "build-helper", + "cargo_metadata", + "console", + "filetime", + "parity-wasm", + "polkavm-linker", + "sp-maybe-compressed-blob", + "strum 0.24.1", + "tempfile", + "toml 0.8.12", + "walkdir", + "wasm-opt", +] + [[package]] name = "substrate-wasm-builder" version = "21.0.0" @@ -17109,6 +20014,18 @@ dependencies = [ "tracing", ] +[[package]] +name = "tracing-gum" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "461fe686e103f3afc4c93a56474193ffc46d4b2770f8df5d56e025e8bb54960c" +dependencies = [ + "coarsetime", + "polkadot-primitives 10.0.0", + "tracing", + "tracing-gum-proc-macro", +] + [[package]] name = "tracing-gum" version = "11.0.0" @@ -17292,8 +20209,8 @@ dependencies = [ "hex", "log", "parity-scale-codec", - "sc-cli", - "sc-executor", + "sc-cli 0.40.0", + "sc-executor 0.36.0", "serde", "serde_json", "sp-api 30.0.0", @@ -17305,11 +20222,11 @@ dependencies = [ "sp-inherents 30.0.0", "sp-io 34.0.0", "sp-keystore 0.38.0", - "sp-rpc", + "sp-rpc 30.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", "sp-timestamp 30.0.0", - "sp-transaction-storage-proof", + "sp-transaction-storage-proof 30.0.0", "sp-version 33.0.0", "sp-weights 31.0.0", "substrate-rpc-client", @@ -18420,37 +21337,37 @@ dependencies = [ [[package]] name = "xcm-emulator" -version = "0.9.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37e42f8cc343d8c52d9412350da0fa8597ddd91c9b4d5664c06f63bb813c69de" +checksum = "ea6acd5a2d4c654cb659666c7bc3730b6b29b6caf4d98c6799911069d81b1ed2" dependencies = [ - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-test-relay-sproof-builder", - "frame-support 32.0.0", - "frame-system 32.0.0", + "cumulus-pallet-parachain-system 0.10.0", + "cumulus-pallet-xcmp-queue 0.10.0", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-parachain-inherent 0.10.0", + "cumulus-test-relay-sproof-builder 0.10.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "impl-trait-for-tuples", "lazy_static", "log", - "pallet-balances 33.0.0", - "pallet-message-queue 35.0.0", - "parachains-common 11.0.0", + "pallet-balances 31.0.0", + "pallet-message-queue 34.0.0", + "parachains-common 10.0.0", "parity-scale-codec", "paste", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-parachains 11.0.0", - "sp-arithmetic 26.0.0", - "sp-core 32.0.0", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", + "polkadot-runtime-parachains 10.0.0", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", "sp-crypto-hashing", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-tracing 17.0.0", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", + "sp-tracing 16.0.0", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index bf71f28e..d78f96be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -148,19 +148,18 @@ cumulus-pallet-aura-ext = { version = "0.11.0", default-features = false } cumulus-pallet-parachain-system = { version = "0.11.0", default-features = false, features = [ "parameterized-consensus-hook", ] } -cumulus-pallet-session-benchmarking = { version = "12.0.0", default-features = false } -cumulus-pallet-xcm = { version = "0.10.0", default-features = false } -cumulus-pallet-xcmp-queue = { version = "0.10.0", default-features = false } -cumulus-primitives-aura = { version = "0.10.0", default-features = false } -cumulus-primitives-core = { version = "0.10.0", default-features = false } -cumulus-primitives-storage-weight-reclaim = { version = "1.0.0", default-features = false } -cumulus-primitives-utility = { version = "0.10.0", default-features = false } -emulated-integration-tests-common = { version = "6.0.0", default-features = false } -pallet-collator-selection = { version = "12.0.1", default-features = false } -parachains-common = { version = "10.0.0", default-features = false } -parachain-info = { version = "0.10.0", package = "staging-parachain-info", default-features = false } -cumulus-primitives-parachain-inherent = "0.10.0" -cumulus-relay-chain-interface = "0.10.0" +cumulus-pallet-session-benchmarking = { version = "13.0.0", default-features = false } +cumulus-pallet-xcm = { version = "0.11.0", default-features = false } +cumulus-pallet-xcmp-queue = { version = "0.11.0", default-features = false } +cumulus-primitives-aura = { version = "0.11.0", default-features = false } +cumulus-primitives-core = { version = "0.11.0", default-features = false } +cumulus-primitives-utility = { version = "0.11.0", default-features = false } +emulated-integration-tests-common = { version = "7.0.0", default-features = false } +pallet-collator-selection = { version = "13.0.1", default-features = false } +parachains-common = { version = "11.0.0", default-features = false } +parachain-info = { version = "0.11.0", package = "staging-parachain-info", default-features = false } +cumulus-primitives-parachain-inherent = "0.11.0" +cumulus-relay-chain-interface = "0.11.0" color-print = "0.3.4" cumulus-client-cli = "0.11.0" cumulus-client-collator = "0.11.0" From c2ec0e0aed3f380eb3bf4669071d2aca06185692 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 11:40:27 +0700 Subject: [PATCH 16/95] chore: rebase upstream 1.8.0 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index d78f96be..0a44e735 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -153,6 +153,7 @@ cumulus-pallet-xcm = { version = "0.11.0", default-features = false } cumulus-pallet-xcmp-queue = { version = "0.11.0", default-features = false } cumulus-primitives-aura = { version = "0.11.0", default-features = false } cumulus-primitives-core = { version = "0.11.0", default-features = false } +cumulus-primitives-storage-weight-reclaim = { version = "2.0.0", default-features = false } cumulus-primitives-utility = { version = "0.11.0", default-features = false } emulated-integration-tests-common = { version = "7.0.0", default-features = false } pallet-collator-selection = { version = "13.0.1", default-features = false } From c2fe9b3741ca5ea18007c5fc24a766962b5ef18c Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 11:45:52 +0700 Subject: [PATCH 17/95] chore: update cargo.lock --- Cargo.lock | 4387 +++++++++------------------------------------------- 1 file changed, 735 insertions(+), 3652 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ae6a8e30..7f088f26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -517,37 +517,6 @@ dependencies = [ "system-parachains-constants", ] -[[package]] -name = "asset-test-utils" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c81733430dbb312765566043bcb2c022dbb7492bacbe67018c630dbce753936" -dependencies = [ - "cumulus-pallet-parachain-system 0.10.0", - "cumulus-pallet-xcmp-queue 0.10.0", - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-assets 32.0.0", - "pallet-balances 31.0.0", - "pallet-collator-selection 12.0.1", - "pallet-session 31.0.0", - "pallet-timestamp 30.0.0", - "pallet-xcm 10.0.1", - "pallet-xcm-bridge-hub-router 0.8.0", - "parachains-common 10.0.0", - "parachains-runtimes-test-utils 10.0.0", - "parity-scale-codec", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "staging-parachain-info 0.10.0", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", - "substrate-wasm-builder 20.0.0", -] - [[package]] name = "asset-test-utils" version = "11.0.0" @@ -567,7 +536,7 @@ dependencies = [ "pallet-xcm 11.0.0", "pallet-xcm-bridge-hub-router 0.9.0", "parachains-common 11.0.0", - "parachains-runtimes-test-utils 11.0.0", + "parachains-runtimes-test-utils", "parity-scale-codec", "sp-io 34.0.0", "sp-runtime 35.0.0", @@ -1174,19 +1143,19 @@ dependencies = [ [[package]] name = "bp-header-chain" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "700fa6f4a3258a0eee471c7f70698c69d5b911d125f49f8139f0c61b7fdb6c9d" +checksum = "7b4a86e6438700a4217675ef3088fb08694ab69b1bdce4124099b1dcff9a6ff8" dependencies = [ - "bp-runtime 0.10.0", + "bp-runtime 0.11.0", "finality-grandpa", - "frame-support 31.0.0", + "frame-support 32.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -1208,35 +1177,35 @@ dependencies = [ [[package]] name = "bp-messages" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebfb4d04936f86b63257d32b128b5e757de0273abf22794d3ae827323416e385" +checksum = "e6a8b4356728ca03a8246104e320a2b1d7ba8c7fbd2917bf62395290f6ef2cc1" dependencies = [ - "bp-header-chain 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", + "bp-header-chain 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-std", ] [[package]] name = "bp-parachains" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f0c940507c4db7652a660228daefd82317bf6cd8aacff33df9e6ac9c45371c2" +checksum = "9d5a4983aec89871fe61f700cd4edaaf30288e7fbd927f7e4f879951f61569d4" dependencies = [ - "bp-header-chain 0.10.0", - "bp-polkadot-core 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", + "bp-header-chain 0.11.0", + "bp-polkadot-core 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -1261,35 +1230,35 @@ dependencies = [ [[package]] name = "bp-polkadot-core" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d14dd5cfb1176aebe8d9dc0c42273f978f63a6137ff10709caf380219847c010" +checksum = "54ef42ed5eb5ea249ee3f26f38ad114e379accfa1f2a8ee1ff87dc6bbc00b399" dependencies = [ - "bp-messages 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-messages 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "parity-util-mem", "scale-info", "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "bp-relayers" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41101efa1afc121ed8f4b5b93c9ee28bdab3f912237103521eea67c164c86c20" +checksum = "36f6f38407e79458fefb4c14a6f9f2cd9779b2dfeb3b11112e20902ee9dfea5f" dependencies = [ - "bp-messages 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", + "bp-messages 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -1319,12 +1288,12 @@ dependencies = [ [[package]] name = "bp-runtime" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a97193ef70796e6c3bb1e0de930d2174a07c7b8cb07f19eead5b5c3f56d6b7b9" +checksum = "67f4b1696822790b449046bdb89c273852ef2201a046b64b24293871a953e5e3" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "hash-db", "impl-trait-for-tuples", "log", @@ -1332,41 +1301,41 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", "trie-db", ] [[package]] name = "bp-test-utils" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2eac8331de5fc5e0012e3c5b0c245b9b6b33878edbe64cdfd133c2dce9443898" +checksum = "c0462cedd4f4dba1dde9d296df6b0e128a61abecde6ff6efa3b122ee8ac2f811" dependencies = [ - "bp-header-chain 0.10.0", + "bp-header-chain 0.11.0", "bp-parachains", - "bp-polkadot-core 0.10.0", - "bp-runtime 0.10.0", + "bp-polkadot-core 0.11.0", + "bp-runtime 0.11.0", "ed25519-dalek", "finality-grandpa", "parity-scale-codec", - "sp-application-crypto 33.0.0", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-application-crypto 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] name = "bp-xcm-bridge-hub" -version = "0.2.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6663e0179d475e30cfcf28cf597cdc8f4bb1c2c39a557b4cbe0057db0657fb67" +checksum = "192804908f1d3b7bfad12abce448fb3b7ec8dda765cac4a8d811fa75557e528f" dependencies = [ "sp-std", ] @@ -1383,18 +1352,6 @@ dependencies = [ "sp-runtime 32.0.0", ] -[[package]] -name = "bp-xcm-bridge-hub-router" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7366e856da4c5f49e1ef94c3ea401854fe52310696561e24b7509d2f963d7210" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", -] - [[package]] name = "bp-xcm-bridge-hub-router" version = "0.10.0" @@ -1409,38 +1366,38 @@ dependencies = [ [[package]] name = "bridge-runtime-common" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4857eb39e46b6490b5b36e6485a1364907b767c917c8efe3c84456d6bc0a72b6" +checksum = "9dde81c8af81ee9bdf0374010288cf03ff3ccd7f57802f24889884f73d0b3bd3" dependencies = [ - "bp-header-chain 0.10.0", - "bp-messages 0.10.0", + "bp-header-chain 0.11.0", + "bp-messages 0.11.0", "bp-parachains", - "bp-polkadot-core 0.10.0", + "bp-polkadot-core 0.11.0", "bp-relayers", - "bp-runtime 0.10.0", + "bp-runtime 0.11.0", "bp-xcm-bridge-hub", - "bp-xcm-bridge-hub-router 0.9.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-xcm-bridge-hub-router 0.10.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "hash-db", "log", "pallet-bridge-grandpa", "pallet-bridge-messages", "pallet-bridge-parachains", "pallet-bridge-relayers", - "pallet-transaction-payment 31.0.0", - "pallet-utility 31.0.0", + "pallet-transaction-payment 32.0.0", + "pallet-utility 32.0.0", "parity-scale-codec", "scale-info", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", + "sp-trie 33.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", ] [[package]] @@ -2145,11 +2102,11 @@ checksum = "b169c6bebaa58a8f0f2078747919ebd98df45d0d018a0f8caa66ec15e2ad43d4" dependencies = [ "clap", "parity-scale-codec", - "sc-chain-spec 31.0.0", - "sc-cli 0.40.0", - "sc-client-api 32.0.0", - "sc-service 0.39.0", - "sp-blockchain 32.0.0", + "sc-chain-spec", + "sc-cli", + "sc-client-api", + "sc-service", + "sp-blockchain", "sp-core 32.0.0", "sp-runtime 35.0.0", "url", @@ -2167,13 +2124,13 @@ dependencies = [ "futures", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", - "sc-client-api 32.0.0", + "sc-client-api", "sp-api 30.0.0", - "sp-consensus 0.36.0", + "sp-consensus", "sp-core 32.0.0", "sp-runtime 35.0.0", "tracing", @@ -2192,25 +2149,25 @@ dependencies = [ "cumulus-client-parachain-inherent", "cumulus-primitives-aura 0.11.0", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "futures", "parity-scale-codec", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", + "sc-client-api", + "sc-consensus", "sc-consensus-aura", "sc-consensus-babe", "sc-consensus-slots", - "sc-telemetry 18.0.0", + "sc-telemetry", "schnellru", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-aura 0.36.0", "sp-core 32.0.0", "sp-inherents 30.0.0", @@ -2231,18 +2188,18 @@ dependencies = [ "async-trait", "cumulus-client-pov-recovery", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "dyn-clone", "futures", "log", "parity-scale-codec", "polkadot-primitives 11.0.0", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", + "sc-client-api", + "sc-consensus", "sc-consensus-babe", "schnellru", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", "sp-runtime 35.0.0", @@ -2261,7 +2218,7 @@ dependencies = [ "anyhow", "async-trait", "cumulus-primitives-parachain-inherent 0.11.0", - "sp-consensus 0.36.0", + "sp-consensus", "sp-inherents 30.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", @@ -2275,17 +2232,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0f70b5f3eb4385498880a74684be6bd17669f2a2b5c7db805eef16337af1d0cd" dependencies = [ "async-trait", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "futures", "futures-timer", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", - "sc-client-api 32.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sc-client-api", + "sp-blockchain", + "sp-consensus", "sp-core 32.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", @@ -2301,10 +2258,10 @@ dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-relay-chain-interface 0.11.0", - "cumulus-test-relay-sproof-builder 0.11.0", + "cumulus-relay-chain-interface", + "cumulus-test-relay-sproof-builder", "parity-scale-codec", - "sc-client-api 32.0.0", + "sc-client-api", "scale-info", "sp-api 30.0.0", "sp-crypto-hashing", @@ -2325,18 +2282,18 @@ checksum = "e877fcdae06369ce17fd4d1fd0467d21b08338f7c944e225c5461472f54a166a" dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "futures", "futures-timer", "parity-scale-codec", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", "rand", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sp-consensus 0.36.0", + "sc-client-api", + "sc-consensus", + "sp-consensus", "sp-maybe-compressed-blob", "sp-runtime 35.0.0", "tracing", @@ -2356,24 +2313,24 @@ dependencies = [ "cumulus-primitives-core 0.11.0", "cumulus-primitives-proof-size-hostfunction 0.6.0", "cumulus-relay-chain-inprocess-interface", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "cumulus-relay-chain-minimal-node", "futures", "polkadot-primitives 11.0.0", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sc-network 0.38.0", - "sc-network-sync 0.37.0", - "sc-network-transactions 0.37.0", - "sc-rpc 33.0.0", - "sc-service 0.39.0", - "sc-sysinfo 31.0.0", - "sc-telemetry 18.0.0", - "sc-transaction-pool 32.0.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-consensus", + "sc-network", + "sc-network-sync", + "sc-network-transactions", + "sc-rpc", + "sc-service", + "sc-sysinfo", + "sc-telemetry", + "sc-transaction-pool", + "sc-utils", "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-core 32.0.0", "sp-io 34.0.0", "sp-runtime 35.0.0", @@ -2454,42 +2411,6 @@ dependencies = [ "trie-db", ] -[[package]] -name = "cumulus-pallet-parachain-system" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a19c40a5d04f60562fb38195766104deeb8cec71c11ec77796ee9373cccdb325" -dependencies = [ - "bytes", - "cumulus-pallet-parachain-system-proc-macro", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-parachain-inherent 0.10.0", - "cumulus-primitives-proof-size-hostfunction 0.5.0", - "environmental", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "impl-trait-for-tuples", - "log", - "pallet-message-queue 34.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "polkadot-runtime-common 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "scale-info", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-std", - "sp-trie 32.0.0", - "sp-version 32.0.0", - "staging-xcm 10.0.0", - "trie-db", -] - [[package]] name = "cumulus-pallet-parachain-system" version = "0.11.0" @@ -2555,16 +2476,16 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c178666b3a6d0457cb85104475cc0be5f9908a98429710afd29fbd5984cb539" +checksum = "63b08b5e3bba454f8eaa01a7507c1bacde9343a7a67fc20801e59e0c9c0ec9db" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-session 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-session 32.0.0", "parity-scale-codec", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -2587,19 +2508,19 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7610ae16cac552adc823ba68deb26e5d3a9de189ef79ae26c79e43ddcfeabef1" +checksum = "7f14dc8bc002babf1596515a2f1c0158ddeccbf1ef7f5656fe71c8e1fa4bde55" dependencies = [ - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "cumulus-primitives-core 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-xcm 10.0.0", + "staging-xcm 11.0.0", ] [[package]] @@ -2628,32 +2549,6 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] -[[package]] -name = "cumulus-pallet-xcmp-queue" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6614dcdbe6c24fcc8677bf158a8c627a3467d262acdc8a0e7d8a3d3d767a757c" -dependencies = [ - "bounded-collections 0.2.0", - "bp-xcm-bridge-hub-router 0.9.0", - "cumulus-primitives-core 0.10.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "pallet-message-queue 34.0.0", - "parity-scale-codec", - "polkadot-runtime-common 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", -] - [[package]] name = "cumulus-pallet-xcmp-queue" version = "0.11.0" @@ -2661,7 +2556,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5810a98c95f4219d7dcd6bd89d0c149fc45162e7e0c335579ba5545ec4b9c216" dependencies = [ "bounded-collections 0.2.0", + "bp-xcm-bridge-hub-router 0.10.0", "cumulus-primitives-core 0.11.0", + "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "log", @@ -2693,21 +2590,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "cumulus-primitives-aura" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b70d13f3fca1dfaeb868f4fff79c58fef8fa4f8e381a9002d93c50c23683abf" -dependencies = [ - "parity-scale-codec", - "polkadot-core-primitives 10.0.0", - "polkadot-primitives 10.0.0", - "sp-api 29.0.0", - "sp-consensus-aura 0.35.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "cumulus-primitives-aura" version = "0.11.0" @@ -2741,24 +2623,6 @@ dependencies = [ "staging-xcm 8.0.1", ] -[[package]] -name = "cumulus-primitives-core" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "617d02361f5c7df87b6be98b4974241b6836fbaa7d9e786db80eb38bc8636751" -dependencies = [ - "parity-scale-codec", - "polkadot-core-primitives 10.0.0", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", - "scale-info", - "sp-api 29.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-trie 32.0.0", - "staging-xcm 10.0.0", -] - [[package]] name = "cumulus-primitives-core" version = "0.11.0" @@ -2793,22 +2657,6 @@ dependencies = [ "sp-trie 30.0.0", ] -[[package]] -name = "cumulus-primitives-parachain-inherent" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87d64a55b7b9c3a945e543712630708f36407ab49ad8a2fa9f3d1404093a3e8e" -dependencies = [ - "async-trait", - "cumulus-primitives-core 0.10.0", - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-std", - "sp-trie 32.0.0", -] - [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.11.0" @@ -2836,17 +2684,6 @@ dependencies = [ "sp-trie 30.0.0", ] -[[package]] -name = "cumulus-primitives-proof-size-hostfunction" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "764e27968dce7d5c455dbaf9ba81c037fc5690afc085aa4aa2a4cdfe53716b74" -dependencies = [ - "sp-externalities 0.27.0", - "sp-runtime-interface 26.0.0", - "sp-trie 32.0.0", -] - [[package]] name = "cumulus-primitives-proof-size-hostfunction" version = "0.6.0" @@ -2860,19 +2697,19 @@ dependencies = [ [[package]] name = "cumulus-primitives-storage-weight-reclaim" -version = "1.0.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21d52a6f23cf094b01b33330e4f8d9a4c225620646cf0ad4e21ad299dddbe193" +checksum = "dd8596e26f2d3b2c70c00b695eb9edc8fca4533105bf6b2f0c4c0ecc8075bf99" dependencies = [ - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-proof-size-hostfunction 0.5.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-proof-size-hostfunction 0.6.0", "docify", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -2897,27 +2734,6 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] -[[package]] -name = "cumulus-primitives-utility" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "beeca40e85d6da3751343a3fc8dd5b335c9a06ba9897a5b36f726d139b7646de" -dependencies = [ - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", - "log", - "pallet-asset-conversion 13.0.0", - "parity-scale-codec", - "polkadot-runtime-common 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", -] - [[package]] name = "cumulus-primitives-utility" version = "0.11.0" @@ -2947,42 +2763,23 @@ checksum = "842505bb9820f5d3c7d2561ed9783cd495d3665729e42590b12641e73c69fcf5" dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "futures", "futures-timer", "polkadot-cli", "polkadot-service", - "sc-cli 0.40.0", - "sc-client-api 32.0.0", - "sc-sysinfo 31.0.0", - "sc-telemetry 18.0.0", - "sc-tracing 32.0.0", + "sc-cli", + "sc-client-api", + "sc-sysinfo", + "sc-telemetry", + "sc-tracing", "sp-api 30.0.0", - "sp-consensus 0.36.0", + "sp-consensus", "sp-core 32.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", ] -[[package]] -name = "cumulus-relay-chain-interface" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbb531263c11cfd73f17090106fff2385ca7b02b39102c367f4c13fb1251e9dd" -dependencies = [ - "async-trait", - "cumulus-primitives-core 0.10.0", - "futures", - "jsonrpsee-core", - "parity-scale-codec", - "polkadot-overseer 10.0.0", - "sc-client-api 31.0.0", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-state-machine 0.38.0", - "thiserror", -] - [[package]] name = "cumulus-relay-chain-interface" version = "0.11.0" @@ -2994,10 +2791,10 @@ dependencies = [ "futures", "jsonrpsee-core", "parity-scale-codec", - "polkadot-overseer 11.0.0", - "sc-client-api 32.0.0", + "polkadot-overseer", + "sc-client-api", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-state-machine 0.39.0", "thiserror", ] @@ -3011,7 +2808,7 @@ dependencies = [ "array-bytes 6.2.2", "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "cumulus-relay-chain-rpc-interface", "futures", "parking_lot 0.12.1", @@ -3023,21 +2820,21 @@ dependencies = [ "polkadot-node-core-chain-api", "polkadot-node-core-prospective-parachains", "polkadot-node-core-runtime-api", - "polkadot-node-network-protocol 11.0.0", + "polkadot-node-network-protocol", "polkadot-node-subsystem-util", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", "polkadot-service", - "sc-authority-discovery 0.38.0", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-service 0.39.0", - "sc-tracing 32.0.0", - "sc-utils 17.0.0", + "sc-authority-discovery", + "sc-client-api", + "sc-network", + "sc-network-common", + "sc-service", + "sc-tracing", + "sc-utils", "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-babe 0.36.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", @@ -3053,18 +2850,18 @@ checksum = "b173a09d24c4ea2b6f90eb682276f844db7b180651f22a9e918f8bac0642075f" dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "either", "futures", "futures-timer", "jsonrpsee", "parity-scale-codec", "pin-project", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "rand", - "sc-client-api 32.0.0", - "sc-rpc-api 0.37.0", - "sc-service 0.39.0", + "sc-client-api", + "sc-rpc-api", + "sc-service", "schnellru", "serde", "serde_json", @@ -3085,21 +2882,6 @@ dependencies = [ "url", ] -[[package]] -name = "cumulus-test-relay-sproof-builder" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1e730a7524f50acb03c24476323c4dad35690baf85175ad0f91a2dffed85b39" -dependencies = [ - "cumulus-primitives-core 0.10.0", - "parity-scale-codec", - "polkadot-primitives 10.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-std", - "sp-trie 32.0.0", -] - [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.11.0" @@ -3589,34 +3371,35 @@ dependencies = [ [[package]] name = "emulated-integration-tests-common" -version = "6.0.0" +version = "7.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47f0799ab64756b6751d3ebcb17a30c3ba756193b6c193d14783afb312a16322" +checksum = "2117a0c89f2afd71f15eebe18f4b48790b675314426773ea282e9f3ff08e5afa" dependencies = [ - "asset-test-utils 10.0.0", - "bp-messages 0.10.0", + "asset-test-utils", + "bp-messages 0.11.0", "bridge-runtime-common", - "cumulus-pallet-parachain-system 0.10.0", - "cumulus-pallet-xcmp-queue 0.10.0", - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", - "pallet-assets 32.0.0", - "pallet-balances 31.0.0", + "cumulus-pallet-parachain-system 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-core 0.11.0", + "frame-support 32.0.0", + "pallet-assets 33.0.0", + "pallet-balances 33.0.0", "pallet-bridge-messages", - "pallet-message-queue 34.0.0", - "pallet-xcm 10.0.1", - "parachains-common 10.0.0", + "pallet-message-queue 35.0.0", + "pallet-xcm 11.0.0", + "parachains-common 11.0.0", "parity-scale-codec", "paste", - "polkadot-primitives 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "sc-consensus-grandpa 0.22.0", - "sp-authority-discovery 29.0.0", - "sp-consensus-babe 0.35.0", - "sp-consensus-beefy 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "staging-xcm 10.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-parachains 11.0.0", + "sc-consensus-grandpa", + "sp-authority-discovery 30.0.0", + "sp-consensus-babe 0.36.0", + "sp-consensus-beefy 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "staging-xcm 11.0.0", "xcm-emulator", ] @@ -4022,15 +3805,6 @@ version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" -[[package]] -name = "fork-tree" -version = "12.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e93d3f0315c2eccf23453609e0ab92fe7c6ad1ca8129bcaf80b9a08c8d7fc52b" -dependencies = [ - "parity-scale-codec", -] - [[package]] name = "fork-tree" version = "13.0.0" @@ -4081,32 +3855,6 @@ dependencies = [ "static_assertions", ] -[[package]] -name = "frame-benchmarking" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fee087c6a7ddbc6dcfb6a6015d4b2787ecbb2113ed8b8bee8ff15f2bdf93f94" -dependencies = [ - "frame-support 31.0.0", - "frame-support-procedural 26.0.1", - "frame-system 31.0.0", - "linregress", - "log", - "parity-scale-codec", - "paste", - "scale-info", - "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-runtime-interface 26.0.0", - "sp-std", - "sp-storage 20.0.0", - "static_assertions", -] - [[package]] name = "frame-benchmarking" version = "32.0.0" @@ -4156,17 +3904,17 @@ dependencies = [ "parity-scale-codec", "rand", "rand_pcg", - "sc-block-builder 0.37.0", - "sc-cli 0.40.0", - "sc-client-api 32.0.0", - "sc-client-db 0.39.0", - "sc-executor 0.36.0", - "sc-service 0.39.0", - "sc-sysinfo 31.0.0", + "sc-block-builder", + "sc-cli", + "sc-client-api", + "sc-client-db", + "sc-executor", + "sc-service", + "sc-sysinfo", "serde", "serde_json", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-database", "sp-externalities 0.28.0", @@ -4212,24 +3960,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "frame-election-provider-support" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d651327ec98d12fbdb0d25346de929e3ea2ab8a1ef85570794d9d8d54f204f28" -dependencies = [ - "frame-election-provider-solution-type", - "frame-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-npos-elections 29.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "frame-election-provider-support" version = "32.0.0" @@ -4382,9 +4112,9 @@ dependencies = [ [[package]] name = "frame-support" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81aecbbc1c62055e8ce472283bc655bf6c0f968a4d22d504bf6aad4ea44ccbc4" +checksum = "97100a956a2cd152ad4e63a5ec7b5e58503653223a73fff6e916b910b37f12ed" dependencies = [ "aquamarine 0.5.0", "array-bytes 6.2.2", @@ -4392,7 +4122,7 @@ dependencies = [ "docify", "environmental", "frame-metadata", - "frame-support-procedural 26.0.1", + "frame-support-procedural 27.0.0", "impl-trait-for-tuples", "k256", "log", @@ -4403,51 +4133,9 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-api 29.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-crypto-hashing-proc-macro", - "sp-debug-derive", - "sp-genesis-builder 0.10.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-metadata-ir 0.6.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", - "sp-state-machine 0.38.0", - "sp-std", - "sp-tracing 16.0.0", - "sp-weights 30.0.0", - "static_assertions", - "tt-call", -] - -[[package]] -name = "frame-support" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97100a956a2cd152ad4e63a5ec7b5e58503653223a73fff6e916b910b37f12ed" -dependencies = [ - "aquamarine 0.5.0", - "array-bytes 6.2.2", - "bitflags 1.3.2", - "docify", - "environmental", - "frame-metadata", - "frame-support-procedural 27.0.0", - "impl-trait-for-tuples", - "k256", - "log", - "macro_magic", - "parity-scale-codec", - "paste", - "scale-info", - "serde", - "serde_json", - "smallvec", - "sp-api 30.0.0", - "sp-arithmetic 26.0.0", - "sp-core 32.0.0", + "sp-api 30.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", "sp-crypto-hashing-proc-macro", "sp-debug-derive", "sp-genesis-builder 0.11.0", @@ -4484,26 +4172,6 @@ dependencies = [ "syn 2.0.55", ] -[[package]] -name = "frame-support-procedural" -version = "26.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "732fa43a05789f4ffb96955017e40643199d586c3d211754df5824a195f4eab5" -dependencies = [ - "Inflector", - "cfg-expr", - "derive-syn-parse 0.1.5", - "expander 2.1.0", - "frame-support-procedural-tools 11.0.1", - "itertools 0.10.5", - "macro_magic", - "proc-macro-warning", - "proc-macro2", - "quote", - "sp-crypto-hashing", - "syn 2.0.55", -] - [[package]] name = "frame-support-procedural" version = "27.0.0" @@ -4593,27 +4261,6 @@ dependencies = [ "sp-weights 28.0.0", ] -[[package]] -name = "frame-system" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7537b5e23f584bf54f26c6297e0260b54fac5298be43a115176a310f256a4ab" -dependencies = [ - "cfg-if", - "docify", - "frame-support 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-version 32.0.0", - "sp-weights 30.0.0", -] - [[package]] name = "frame-system" version = "32.0.0" @@ -5518,8 +5165,8 @@ name = "integration-tests" version = "0.0.0" dependencies = [ "asset-hub-paseo-runtime", - "asset-test-utils 11.0.0", - "cumulus-primitives-core 0.10.0", + "asset-test-utils", + "cumulus-primitives-core 0.11.0", "emulated-integration-tests-common", "frame-support 32.0.0", "pallet-assets 33.0.0", @@ -6741,11 +6388,11 @@ dependencies = [ "futures", "log", "parity-scale-codec", - "sc-client-api 32.0.0", + "sc-client-api", "sc-offchain", "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-beefy 17.0.0", "sp-core 32.0.0", "sp-mmr-primitives 30.0.0", @@ -6762,7 +6409,7 @@ dependencies = [ "parity-scale-codec", "serde", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-mmr-primitives 30.0.0", "sp-runtime 35.0.0", @@ -7324,31 +6971,13 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-asset-conversion" -version = "13.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4dbd5ff1c6f662d330beb109f6180ee66ed9cd7710cad28f3d15c444556fcce4" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "scale-info", - "sp-api 29.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-asset-conversion" version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a66fbfb4b9a3a6430f5925a09257c61a048bf0dfbad26f814e0f0e517f43c06a" dependencies = [ + "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "parity-scale-codec", @@ -7393,22 +7022,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-asset-rate" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5a492d16d0f7423cb2d7ca6fa6b4d423a4f4e2f67d2dc92d84d5988fcc33cfb" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-asset-rate" version = "11.0.0" @@ -7444,36 +7057,19 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-asset-tx-payment" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfcf34819002b9d6c8d7a28d89207498f63288de6689061fe9c1fb7c55454ff8" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-transaction-payment 31.0.0", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-asset-tx-payment" version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d27f76cc9151160c08fcee2e095b91048a2d1cb041b7c022a88f98ba220827b4" dependencies = [ + "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "pallet-transaction-payment 32.0.0", "parity-scale-codec", "scale-info", + "serde", "sp-core 32.0.0", "sp-io 34.0.0", "sp-runtime 35.0.0", @@ -7497,23 +7093,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-assets" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "805543c2ea1f10f14bc767f156b8ec80785345b683eaa59dea84d28745a87ee3" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-assets" version = "33.0.0" @@ -7584,23 +7163,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-authority-discovery" -version = "31.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a9c124d86227da7ae9073cc2984c0384c7830f7fa61450c0990c56837335da2" -dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-session 31.0.0", - "parity-scale-codec", - "scale-info", - "sp-application-crypto 33.0.0", - "sp-authority-discovery 29.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-authority-discovery" version = "32.0.0" @@ -7633,21 +7195,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-authorship" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8168348a94c479b7da001b3f0d1100210704eda8ce72c58aac456f1d866d7d67" -dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-authorship" version = "32.0.0" @@ -7688,31 +7235,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-babe" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37353294183655c76cdc56ffc5edf777b1e2275af59ae73c8aa255b6d941b362" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "pallet-authorship 31.0.0", - "pallet-session 31.0.0", - "pallet-timestamp 30.0.0", - "parity-scale-codec", - "scale-info", - "sp-application-crypto 33.0.0", - "sp-consensus-babe 0.35.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-staking 29.0.0", - "sp-std", -] - [[package]] name = "pallet-babe" version = "32.0.0" @@ -7801,23 +7323,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-balances" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3565d525dd88e07da5b2309cd6ffe7447ddc5406eeaa2cb26157d35787a69a7" -dependencies = [ - "docify", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-balances" version = "33.0.0" @@ -7969,85 +7474,85 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0034e29cd8f1547e0688ba3cb3a621c1dcb076c59f548eb40e0680ba37f14e7" +checksum = "88e0f44b87681bafd9deec464b7f0d4f3c9b050b53ef1588eb5312d26ebc30a5" dependencies = [ - "bp-header-chain 0.10.0", - "bp-runtime 0.10.0", + "bp-header-chain 0.11.0", + "bp-runtime 0.11.0", "bp-test-utils", "finality-grandpa", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-consensus-grandpa 16.0.0", - "sp-runtime 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] name = "pallet-bridge-messages" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe205f990c97a766b317378617c3ac8548530e0e29011250ad4c669cf4d86773" +checksum = "a9da377cff690ae52d872bdc6dd00ef7ebb3b2eb092ddacc2e26e9efb9f13631" dependencies = [ - "bp-messages 0.10.0", - "bp-runtime 0.10.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-messages 0.11.0", + "bp-runtime 0.11.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "num-traits", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-bridge-parachains" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4315c1346e60031afc119b051fbe9aa32c29143abb1b6b771d82c0e9fe5a4a8" +checksum = "1c9e9466750027c10df653ac91eaaffe042d1f94dca5f561b6ea9f54f389d496" dependencies = [ - "bp-header-chain 0.10.0", + "bp-header-chain 0.11.0", "bp-parachains", - "bp-polkadot-core 0.10.0", - "bp-runtime 0.10.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-polkadot-core 0.11.0", + "bp-runtime 0.11.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "pallet-bridge-grandpa", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] name = "pallet-bridge-relayers" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e85310662790097b4f391b32822eb55d5088bc09ac91343d68e48e4fc582cb31" +checksum = "9380cbce05df9451cb9b2149e1284090c0da3f3ab9615b8810b1cb0e2ab3aed5" dependencies = [ - "bp-messages 0.10.0", + "bp-messages 0.11.0", "bp-relayers", - "bp-runtime 0.10.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-runtime 0.11.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "pallet-bridge-messages", "parity-scale-codec", "scale-info", - "sp-arithmetic 25.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8070,24 +7575,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-broker" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1b05f01c3d279cd661eba2c391844bac03fa5f979b9de821e6eb1cbe6069dfc" -dependencies = [ - "bitvec", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-broker" version = "0.10.0" @@ -8167,33 +7654,13 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-collator-selection" -version = "12.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26edc27ed73c658e6f3d37b4cc8822be3f293e1f0dc58830b42c272781ac8a44" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "pallet-authorship 31.0.0", - "pallet-balances 31.0.0", - "pallet-session 31.0.0", - "parity-scale-codec", - "rand", - "scale-info", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", - "sp-std", -] - [[package]] name = "pallet-collator-selection" version = "13.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7e0724831b2b1775542055c80918e78478953ee8d6777962a947404f22001c75" dependencies = [ + "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "log", @@ -8280,7 +7747,7 @@ dependencies = [ "bitflags 1.3.2", "parity-scale-codec", "paste", - "polkavm-derive 0.9.1", + "polkavm-derive", "scale-info", ] @@ -8363,30 +7830,6 @@ dependencies = [ "strum 0.24.1", ] -[[package]] -name = "pallet-election-provider-multi-phase" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da78b2feeba1286b66ac20cbfbcd321fe9d1d2bc15e9e31292023e9a66dbb819" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "pallet-election-provider-support-benchmarking 30.0.0", - "parity-scale-codec", - "rand", - "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-npos-elections 29.0.0", - "sp-runtime 34.0.0", - "sp-std", - "strum 0.24.1", -] - [[package]] name = "pallet-election-provider-multi-phase" version = "31.0.0" @@ -8426,21 +7869,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-election-provider-support-benchmarking" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1b20f98b9a1497a59d2b0eca0051c5ada89851bf29b26fda3a2cfe934a32116" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "sp-npos-elections 29.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-election-provider-support-benchmarking" version = "31.0.0" @@ -8496,26 +7924,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-fast-unstake" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24717c932bd68705e3a5b6b9311a31e57b354274de1c373feb9ca920f6a3e439" -dependencies = [ - "docify", - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", - "sp-std", -] - [[package]] name = "pallet-fast-unstake" version = "31.0.0" @@ -8602,24 +8010,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-identity" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33bca13843a11add3909a8c4bffae547ba9fa3a11c07ac2f8afd670acd85cb15" -dependencies = [ - "enumflags2", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-identity" version = "32.0.0" @@ -8757,30 +8147,9 @@ dependencies = [ [[package]] name = "pallet-message-queue" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "063b2e7912fbbe67985e68e460f2f242b90de48a63a1f03dd2ae022154ba25e9" -dependencies = [ - "environmental", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-weights 30.0.0", -] - -[[package]] -name = "pallet-message-queue" -version = "35.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bd58fa73c9e498414c9e6757f5ff1dbb81b9c7439231018c19aca99c35fd35b" +checksum = "1bd58fa73c9e498414c9e6757f5ff1dbb81b9c7439231018c19aca99c35fd35b" dependencies = [ "environmental", "frame-benchmarking 32.0.0", @@ -9379,29 +8748,6 @@ dependencies = [ "sp-trie 30.0.0", ] -[[package]] -name = "pallet-session" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17951aa288869e5afe5815eedc7038dd50b9741d215b66323ff4a12f5686ac15" -dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", - "impl-trait-for-tuples", - "log", - "pallet-timestamp 30.0.0", - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-staking 29.0.0", - "sp-state-machine 0.38.0", - "sp-std", - "sp-trie 32.0.0", -] - [[package]] name = "pallet-session" version = "32.0.0" @@ -9504,30 +8850,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-staking" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baeb3d22e737307280e2047cba983cc9aa477a6f4c3001e8c1f07077d148c8f7" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "pallet-authorship 31.0.0", - "pallet-session 31.0.0", - "parity-scale-codec", - "rand_chacha 0.2.2", - "scale-info", - "serde", - "sp-application-crypto 33.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", - "sp-std", -] - [[package]] name = "pallet-staking" version = "32.0.0" @@ -9574,16 +8896,6 @@ dependencies = [ "sp-arithmetic 24.0.0", ] -[[package]] -name = "pallet-staking-reward-fn" -version = "21.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e341c47481040b68edcf166ad34633c4c5da20d1559413e68387da935a6ae18" -dependencies = [ - "log", - "sp-arithmetic 25.0.0", -] - [[package]] name = "pallet-staking-reward-fn" version = "22.0.0" @@ -9707,27 +9019,6 @@ dependencies = [ "sp-timestamp 27.0.0", ] -[[package]] -name = "pallet-timestamp" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb766403f8cabcedb1725326befd7253de3e4c1d3b3d5f7c40adc49ebee5040c" -dependencies = [ - "docify", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-storage 20.0.0", - "sp-timestamp 29.0.0", -] - [[package]] name = "pallet-timestamp" version = "31.0.0" @@ -9786,23 +9077,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-transaction-payment" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12df1de833ad0abff5daa53f80594d6ef66d250cc1ae073c01e406ce37bbf25e" -dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-transaction-payment" version = "32.0.0" @@ -9830,9 +9104,9 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 32.0.0", "parity-scale-codec", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", - "sp-rpc 30.0.0", + "sp-rpc", "sp-runtime 35.0.0", "sp-weights 31.0.0", ] @@ -9883,26 +9157,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-treasury" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "174da255855136b4bf7174a1499ddf20134efe75d59fac4709244fe813534656" -dependencies = [ - "docify", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "impl-trait-for-tuples", - "pallet-balances 31.0.0", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-treasury" version = "31.0.0" @@ -9956,23 +9210,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-utility" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73c54ec28e67769b35a650d497ddd10bf0dd783d14965a1034cdcb71ae1d1442" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-utility" version = "32.0.0" @@ -10006,22 +9243,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-vesting" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a5627016e1cb40d02bf589507429558208c05948d1399ab405307bfe3b1d967" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-vesting" version = "32.0.0" @@ -10094,30 +9315,6 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] -[[package]] -name = "pallet-xcm" -version = "10.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd52ee00a54f8b6ff3a90e97622b2403667ef25105dd08d71d45a7075c0ba478" -dependencies = [ - "bounded-collections 0.2.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "pallet-balances 31.0.0", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", -] - [[package]] name = "pallet-xcm" version = "11.0.0" @@ -10203,26 +9400,6 @@ dependencies = [ "staging-xcm-builder 8.0.3", ] -[[package]] -name = "pallet-xcm-bridge-hub-router" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d565232e0b191f9ba84ae2b0549122493e283daee73c8f1d46864b2151d17c3" -dependencies = [ - "bp-xcm-bridge-hub-router 0.9.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", -] - [[package]] name = "pallet-xcm-bridge-hub-router" version = "0.9.0" @@ -10230,6 +9407,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5e3e699ac017c1ea645c97e6a42d4c193f69282ca37c4197fc2a1cc9e69c2dc6" dependencies = [ "bp-xcm-bridge-hub-router 0.10.0", + "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "log", @@ -10274,38 +9452,6 @@ dependencies = [ "substrate-wasm-builder 18.0.1", ] -[[package]] -name = "parachains-common" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5539fb10c2901cf120d3db87f6ee1568696ccce30cea1a0d0cdee31f64f1da37" -dependencies = [ - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-utility 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "pallet-asset-tx-payment 31.0.0", - "pallet-assets 32.0.0", - "pallet-authorship 31.0.0", - "pallet-balances 31.0.0", - "pallet-collator-selection 12.0.1", - "pallet-message-queue 34.0.0", - "pallet-xcm 10.0.1", - "parity-scale-codec", - "polkadot-primitives 10.0.0", - "scale-info", - "sp-consensus-aura 0.35.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "staging-parachain-info 0.10.0", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", - "substrate-wasm-builder 20.0.0", -] - [[package]] name = "parachains-common" version = "11.0.0" @@ -10338,38 +9484,6 @@ dependencies = [ "substrate-wasm-builder 21.0.0", ] -[[package]] -name = "parachains-runtimes-test-utils" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f99223f27fe88a1d071e0ddf6e10556aacb6cb507658acc70957783830f6fc37" -dependencies = [ - "cumulus-pallet-parachain-system 0.10.0", - "cumulus-pallet-xcmp-queue 0.10.0", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-parachain-inherent 0.10.0", - "cumulus-test-relay-sproof-builder 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-balances 31.0.0", - "pallet-collator-selection 12.0.1", - "pallet-session 31.0.0", - "pallet-timestamp 30.0.0", - "pallet-xcm 10.0.1", - "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "sp-consensus-aura 0.35.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-tracing 16.0.0", - "staging-parachain-info 0.10.0", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", - "substrate-wasm-builder 20.0.0", -] - [[package]] name = "parachains-runtimes-test-utils" version = "11.0.0" @@ -10380,7 +9494,7 @@ dependencies = [ "cumulus-pallet-xcmp-queue 0.11.0", "cumulus-primitives-core 0.11.0", "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-test-relay-sproof-builder 0.11.0", + "cumulus-test-relay-sproof-builder", "frame-support 32.0.0", "frame-system 32.0.0", "pallet-balances 33.0.0", @@ -10873,15 +9987,15 @@ dependencies = [ "futures", "futures-timer", "itertools 0.10.5", - "polkadot-node-jaeger 11.0.0", - "polkadot-node-metrics 11.0.0", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-jaeger", + "polkadot-node-metrics", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -10893,12 +10007,12 @@ dependencies = [ "always-assert", "futures", "futures-timer", - "polkadot-node-network-protocol 11.0.0", + "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -10912,8 +10026,8 @@ dependencies = [ "futures", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", @@ -10922,7 +10036,7 @@ dependencies = [ "sp-core 32.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -10936,17 +10050,17 @@ dependencies = [ "futures", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", - "sc-network 0.38.0", + "sc-network", "schnellru", "thiserror", "tokio", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -10960,15 +10074,15 @@ dependencies = [ "frame-benchmarking-cli", "futures", "log", - "polkadot-node-metrics 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-metrics", + "polkadot-node-primitives", "polkadot-service", - "sc-cli 0.40.0", - "sc-executor 0.36.0", - "sc-service 0.39.0", + "sc-cli", + "sc-executor", + "sc-service", "sc-storage-monitor", - "sc-sysinfo 31.0.0", - "sc-tracing 32.0.0", + "sc-sysinfo", + "sc-tracing", "sp-core 32.0.0", "sp-io 34.0.0", "sp-keyring 35.0.0", @@ -10989,8 +10103,8 @@ dependencies = [ "fatality", "futures", "futures-timer", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", @@ -10999,7 +10113,7 @@ dependencies = [ "sp-runtime 35.0.0", "thiserror", "tokio-util", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11015,19 +10129,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "polkadot-core-primitives" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44c2f38f3195108e9da39b9845895bb3dff76f1c7b31409143febeb1560cd276" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "polkadot-core-primitives" version = "11.0.0" @@ -11054,17 +10155,17 @@ dependencies = [ "indexmap 2.2.6", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", - "sc-network 0.38.0", + "sc-network", "schnellru", "sp-application-crypto 34.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11074,7 +10175,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf840ff7a6337715e20e1afd76fd20dae11ebb049d89855ee2bf47b36b0e6249" dependencies = [ "parity-scale-codec", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-primitives 11.0.0", "reed-solomon-novelpoly", "sp-core 32.0.0", @@ -11090,19 +10191,19 @@ checksum = "477f94e8c3eedd6cfcfdfe50a33d610d38dfec4668ff7f3baef8814ffb7da85e" dependencies = [ "futures", "futures-timer", - "polkadot-node-network-protocol 11.0.0", + "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", "rand_chacha 0.3.1", - "sc-network 0.38.0", - "sc-network-common 0.37.0", + "sc-network", + "sc-network-common", "sp-application-crypto 34.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-keystore 0.38.0", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11118,15 +10219,15 @@ dependencies = [ "futures", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-metrics 11.0.0", - "polkadot-node-network-protocol 11.0.0", + "polkadot-node-metrics", + "polkadot-node-network-protocol", "polkadot-node-subsystem", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", - "sc-network 0.38.0", - "sp-consensus 0.36.0", + "sc-network", + "sp-consensus", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11138,14 +10239,14 @@ dependencies = [ "futures", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "sp-core 32.0.0", "sp-maybe-compressed-blob", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11162,24 +10263,24 @@ dependencies = [ "kvdb", "merlin", "parity-scale-codec", - "polkadot-node-jaeger 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-jaeger", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", "rand", "rand_chacha 0.3.1", "rand_core 0.6.4", - "sc-keystore 29.0.0", + "sc-keystore", "schnellru", "schnorrkel 0.11.4", "sp-application-crypto 34.0.0", - "sp-consensus 0.36.0", + "sp-consensus", "sp-consensus-slots 0.36.0", "sp-runtime 35.0.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11194,15 +10295,15 @@ dependencies = [ "kvdb", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-jaeger 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-jaeger", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", - "sp-consensus 0.36.0", + "sp-consensus", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11215,15 +10316,15 @@ dependencies = [ "fatality", "futures", "polkadot-erasure-coding", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", - "polkadot-statement-table 11.0.0", + "polkadot-statement-table", "schnellru", "sp-keystore 0.38.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11238,7 +10339,7 @@ dependencies = [ "polkadot-primitives 11.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", "wasm-timer", ] @@ -11253,15 +10354,15 @@ dependencies = [ "futures-timer", "parity-scale-codec", "polkadot-node-core-pvf", - "polkadot-node-metrics 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-metrics", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", "sp-maybe-compressed-blob", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11271,12 +10372,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2ffcc24bbbc2a2523c599022b106f0b48213bf80ef75f490fe02ec79ab972e4" dependencies = [ "futures", - "polkadot-node-metrics 11.0.0", + "polkadot-node-metrics", "polkadot-node-subsystem", - "polkadot-node-subsystem-types 11.0.0", - "sc-client-api 32.0.0", + "polkadot-node-subsystem-types", + "sc-client-api", "sc-consensus-babe", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11289,12 +10390,12 @@ dependencies = [ "futures-timer", "kvdb", "parity-scale-codec", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11307,14 +10408,14 @@ dependencies = [ "futures", "kvdb", "parity-scale-codec", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", - "sc-keystore 29.0.0", + "sc-keystore", "schnellru", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11327,12 +10428,12 @@ dependencies = [ "futures", "futures-timer", "polkadot-node-subsystem", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-inherents 30.0.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11345,12 +10446,12 @@ dependencies = [ "fatality", "futures", "parity-scale-codec", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11363,13 +10464,13 @@ dependencies = [ "fatality", "futures", "futures-timer", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "schnellru", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11390,8 +10491,8 @@ dependencies = [ "pin-project", "polkadot-core-primitives 11.0.0", "polkadot-node-core-pvf-common", - "polkadot-node-metrics 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-metrics", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", @@ -11403,7 +10504,7 @@ dependencies = [ "tempfile", "thiserror", "tokio", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11413,14 +10514,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "275cab7ad2b38fdfb0c097485fe4f51e55e36c96330255edc38ccf121aa2171c" dependencies = [ "futures", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11438,9 +10539,9 @@ dependencies = [ "parity-scale-codec", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", - "sc-executor 0.36.0", - "sc-executor-common 0.33.0", - "sc-executor-wasmtime 0.33.1", + "sc-executor", + "sc-executor-common", + "sc-executor-wasmtime", "seccompiler", "sp-core 32.0.0", "sp-crypto-hashing", @@ -11448,7 +10549,7 @@ dependencies = [ "sp-io 34.0.0", "sp-tracing 17.0.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11458,32 +10559,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fd9c685da442b6dde17f0f1e4bd6bb4d6827c6af0dbe96bc603d3d4f8fd05953" dependencies = [ "futures", - "polkadot-node-metrics 11.0.0", + "polkadot-node-metrics", "polkadot-node-subsystem", - "polkadot-node-subsystem-types 11.0.0", + "polkadot-node-subsystem-types", "polkadot-primitives 11.0.0", "schnellru", "sp-consensus-babe 0.36.0", - "tracing-gum 11.0.0", -] - -[[package]] -name = "polkadot-node-jaeger" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e14e65e3d9990d1f8f793a23c05c6aa82a551e551225ab86d2625474afef748f" -dependencies = [ - "lazy_static", - "log", - "mick-jaeger", - "parity-scale-codec", - "parking_lot 0.12.1", - "polkadot-node-primitives 10.0.0", - "polkadot-primitives 10.0.0", - "sc-network 0.37.0", - "sp-core 31.0.0", - "thiserror", - "tokio", + "tracing-gum", ] [[package]] @@ -11497,34 +10579,14 @@ dependencies = [ "mick-jaeger", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-primitives 11.0.0", - "sc-network 0.38.0", + "sc-network", "sp-core 32.0.0", "thiserror", "tokio", ] -[[package]] -name = "polkadot-node-metrics" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4ca58a67371546b66a011f0e27551094a8499a53223b16c164e769d25d981d0" -dependencies = [ - "bs58 0.5.1", - "futures", - "futures-timer", - "log", - "parity-scale-codec", - "polkadot-primitives 10.0.0", - "prioritized-metered-channel", - "sc-cli 0.39.0", - "sc-service 0.38.0", - "sc-tracing 31.0.0", - "substrate-prometheus-endpoint", - "tracing-gum 10.0.0", -] - [[package]] name = "polkadot-node-metrics" version = "11.0.0" @@ -11538,36 +10600,11 @@ dependencies = [ "parity-scale-codec", "polkadot-primitives 11.0.0", "prioritized-metered-channel", - "sc-cli 0.40.0", - "sc-service 0.39.0", - "sc-tracing 32.0.0", + "sc-cli", + "sc-service", + "sc-tracing", "substrate-prometheus-endpoint", - "tracing-gum 11.0.0", -] - -[[package]] -name = "polkadot-node-network-protocol" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67c3b078794c9c383ee3ceff65f2713ec81c033c6d8785ead5f7797e914c1fe3" -dependencies = [ - "async-channel 1.9.0", - "async-trait", - "bitvec", - "derive_more", - "fatality", - "futures", - "hex", - "parity-scale-codec", - "polkadot-node-jaeger 10.0.0", - "polkadot-node-primitives 10.0.0", - "polkadot-primitives 10.0.0", - "rand", - "sc-authority-discovery 0.37.0", - "sc-network 0.37.0", - "strum 0.24.1", - "thiserror", - "tracing-gum 10.0.0", + "tracing-gum", ] [[package]] @@ -11584,39 +10621,15 @@ dependencies = [ "futures", "hex", "parity-scale-codec", - "polkadot-node-jaeger 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-jaeger", + "polkadot-node-primitives", "polkadot-primitives 11.0.0", "rand", - "sc-authority-discovery 0.38.0", - "sc-network 0.38.0", + "sc-authority-discovery", + "sc-network", "strum 0.26.3", "thiserror", - "tracing-gum 11.0.0", -] - -[[package]] -name = "polkadot-node-primitives" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d9521abb7028ce7040f66a0786423bee2cdb7725ca46e5cee1f86191bcb2ed3" -dependencies = [ - "bitvec", - "bounded-vec", - "futures", - "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", - "schnorrkel 0.11.4", - "serde", - "sp-application-crypto 33.0.0", - "sp-consensus-babe 0.35.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-maybe-compressed-blob", - "sp-runtime 34.0.0", - "thiserror", - "zstd 0.12.4", + "tracing-gum", ] [[package]] @@ -11649,38 +10662,9 @@ version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6d5bbd86b3014ce7cc71e1a90bf641e26c4cea98955522d350268efa97c58de9" dependencies = [ - "polkadot-node-jaeger 11.0.0", - "polkadot-node-subsystem-types 11.0.0", - "polkadot-overseer 11.0.0", -] - -[[package]] -name = "polkadot-node-subsystem-types" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf0e971c1377901212059b794b48acac9a855cac83f2e07dc1b708ca0e77ba64" -dependencies = [ - "async-trait", - "bitvec", - "derive_more", - "futures", - "orchestra", - "polkadot-node-jaeger 10.0.0", - "polkadot-node-network-protocol 10.0.0", - "polkadot-node-primitives 10.0.0", - "polkadot-primitives 10.0.0", - "polkadot-statement-table 10.0.0", - "sc-client-api 31.0.0", - "sc-network 0.37.0", - "sc-transaction-pool-api 31.0.0", - "smallvec", - "sp-api 29.0.0", - "sp-authority-discovery 29.0.0", - "sp-blockchain 31.0.0", - "sp-consensus-babe 0.35.0", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", - "thiserror", + "polkadot-node-jaeger", + "polkadot-node-subsystem-types", + "polkadot-overseer", ] [[package]] @@ -11694,18 +10678,18 @@ dependencies = [ "derive_more", "futures", "orchestra", - "polkadot-node-jaeger 11.0.0", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-jaeger", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-primitives 11.0.0", - "polkadot-statement-table 11.0.0", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sc-transaction-pool-api 32.0.0", + "polkadot-statement-table", + "sc-client-api", + "sc-network", + "sc-transaction-pool-api", "smallvec", "sp-api 30.0.0", "sp-authority-discovery 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-consensus-babe 0.36.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", @@ -11729,46 +10713,23 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "pin-project", - "polkadot-node-jaeger 11.0.0", - "polkadot-node-metrics 11.0.0", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-jaeger", + "polkadot-node-metrics", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-node-subsystem-types 11.0.0", - "polkadot-overseer 11.0.0", + "polkadot-node-subsystem-types", + "polkadot-overseer", "polkadot-primitives 11.0.0", "prioritized-metered-channel", "rand", - "sc-client-api 32.0.0", + "sc-client-api", "schnellru", "sp-application-crypto 34.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum 11.0.0", -] - -[[package]] -name = "polkadot-overseer" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97415bc09e9dd20d44a019eaf0bb803ab3239a7eca20820b181e53901966fdbc" -dependencies = [ - "async-trait", - "futures", - "futures-timer", - "orchestra", - "parking_lot 0.12.1", - "polkadot-node-metrics 10.0.0", - "polkadot-node-network-protocol 10.0.0", - "polkadot-node-primitives 10.0.0", - "polkadot-node-subsystem-types 10.0.0", - "polkadot-primitives 10.0.0", - "sc-client-api 31.0.0", - "sp-api 29.0.0", - "sp-core 31.0.0", - "tikv-jemalloc-ctl", - "tracing-gum 10.0.0", + "tracing-gum", ] [[package]] @@ -11782,16 +10743,16 @@ dependencies = [ "futures-timer", "orchestra", "parking_lot 0.12.1", - "polkadot-node-metrics 11.0.0", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", - "polkadot-node-subsystem-types 11.0.0", + "polkadot-node-metrics", + "polkadot-node-network-protocol", + "polkadot-node-primitives", + "polkadot-node-subsystem-types", "polkadot-primitives 11.0.0", - "sc-client-api 32.0.0", + "sc-client-api", "sp-api 30.0.0", "sp-core 32.0.0", "tikv-jemalloc-ctl", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11814,38 +10775,20 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b87dda07862f2b16f2c2b7d315f2b4549c896562d973d466b6d19de36aba30d" +checksum = "fe77e2febc4b87e7c0a63f857ce5c32a2680cae5f9c2740285cd7378ed1586ca" dependencies = [ "bounded-collections 0.2.0", "derive_more", "parity-scale-codec", - "polkadot-core-primitives 10.0.0", + "polkadot-core-primitives 11.0.0", "scale-info", "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-weights 30.0.0", -] - -[[package]] -name = "polkadot-parachain-primitives" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe77e2febc4b87e7c0a63f857ce5c32a2680cae5f9c2740285cd7378ed1586ca" -dependencies = [ - "bounded-collections 0.2.0", - "derive_more", - "parity-scale-codec", - "polkadot-core-primitives 11.0.0", - "scale-info", - "serde", - "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-std", - "sp-weights 31.0.0", + "sp-weights 31.0.0", ] [[package]] @@ -11876,34 +10819,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "polkadot-primitives" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e01b525a35852e2861397eecbdb4a03dda69f14f7ca04968f2e06d6cba51dfb" -dependencies = [ - "bitvec", - "hex-literal", - "log", - "parity-scale-codec", - "polkadot-core-primitives 10.0.0", - "polkadot-parachain-primitives 9.0.0", - "scale-info", - "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.0", - "sp-authority-discovery 29.0.0", - "sp-consensus-slots 0.35.0", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", - "sp-std", -] - [[package]] name = "polkadot-primitives" version = "11.0.0" @@ -11942,23 +10857,23 @@ dependencies = [ "mmr-rpc", "pallet-transaction-payment-rpc", "polkadot-primitives 11.0.0", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", + "sc-chain-spec", + "sc-client-api", "sc-consensus-babe", "sc-consensus-babe-rpc", "sc-consensus-beefy", "sc-consensus-beefy-rpc", "sc-consensus-epochs", - "sc-consensus-grandpa 0.23.0", + "sc-consensus-grandpa", "sc-consensus-grandpa-rpc", - "sc-rpc 33.0.0", - "sc-rpc-spec-v2 0.38.0", + "sc-rpc", + "sc-rpc-spec-v2", "sc-sync-state-rpc", - "sc-transaction-pool-api 32.0.0", + "sc-transaction-pool-api", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-babe 0.36.0", "sp-keystore 0.38.0", "sp-runtime 35.0.0", @@ -12018,58 +10933,6 @@ dependencies = [ "static_assertions", ] -[[package]] -name = "polkadot-runtime-common" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1abd7bff20e17e025a4e001aff55dfefcfd7ef8a8ae138de44998a012e227f2" -dependencies = [ - "bitvec", - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "impl-trait-for-tuples", - "libsecp256k1", - "log", - "pallet-asset-rate 10.0.0", - "pallet-authorship 31.0.0", - "pallet-babe 31.0.0", - "pallet-balances 31.0.0", - "pallet-broker 0.9.0", - "pallet-election-provider-multi-phase 30.0.0", - "pallet-fast-unstake 30.0.0", - "pallet-identity 31.0.0", - "pallet-session 31.0.0", - "pallet-staking 31.0.0", - "pallet-staking-reward-fn 21.0.0", - "pallet-timestamp 30.0.0", - "pallet-transaction-payment 31.0.0", - "pallet-treasury 30.0.0", - "pallet-vesting 31.0.0", - "parity-scale-codec", - "polkadot-primitives 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "rustc-hex", - "scale-info", - "serde", - "serde_derive", - "slot-range-helper 10.0.0", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-npos-elections 29.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-staking 29.0.0", - "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", - "static_assertions", -] - [[package]] name = "polkadot-runtime-common" version = "11.0.0" @@ -12136,20 +10999,6 @@ dependencies = [ "sp-tracing 16.0.0", ] -[[package]] -name = "polkadot-runtime-metrics" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fed9088becfd874b6dbf064f9d1dd1bfa2e3c2188459a572aac2e689c028772" -dependencies = [ - "bs58 0.5.1", - "frame-benchmarking 31.0.0", - "parity-scale-codec", - "polkadot-primitives 10.0.0", - "sp-std", - "sp-tracing 16.0.0", -] - [[package]] name = "polkadot-runtime-metrics" version = "11.0.0" @@ -12214,56 +11063,6 @@ dependencies = [ "static_assertions", ] -[[package]] -name = "polkadot-runtime-parachains" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ce601c5f1005ff1d315c1e5c161a73e63e54bf23527f98c2bfa3ffc5b22f5e6" -dependencies = [ - "bitflags 1.3.2", - "bitvec", - "derive_more", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "impl-trait-for-tuples", - "log", - "pallet-authority-discovery 31.0.1", - "pallet-authorship 31.0.0", - "pallet-babe 31.0.0", - "pallet-balances 31.0.0", - "pallet-broker 0.9.0", - "pallet-message-queue 34.0.0", - "pallet-session 31.0.0", - "pallet-staking 31.0.0", - "pallet-timestamp 30.0.0", - "pallet-vesting 31.0.0", - "parity-scale-codec", - "polkadot-core-primitives 10.0.0", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", - "polkadot-runtime-metrics 10.0.0", - "rand", - "rand_chacha 0.3.1", - "rustc-hex", - "scale-info", - "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-staking 29.0.0", - "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", - "static_assertions", -] - [[package]] name = "polkadot-runtime-parachains" version = "11.0.0" @@ -12364,49 +11163,49 @@ dependencies = [ "polkadot-node-core-pvf", "polkadot-node-core-pvf-checker", "polkadot-node-core-runtime-api", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-node-subsystem-types 11.0.0", + "polkadot-node-subsystem-types", "polkadot-node-subsystem-util", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", "polkadot-rpc", "polkadot-runtime-parachains 11.0.0", "polkadot-statement-distribution", "rococo-runtime", - "sc-authority-discovery 0.38.0", + "sc-authority-discovery", "sc-basic-authorship", - "sc-block-builder 0.37.0", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", - "sc-client-db 0.39.0", - "sc-consensus 0.37.0", + "sc-block-builder", + "sc-chain-spec", + "sc-client-api", + "sc-client-db", + "sc-consensus", "sc-consensus-babe", "sc-consensus-beefy", - "sc-consensus-grandpa 0.23.0", + "sc-consensus-grandpa", "sc-consensus-slots", - "sc-executor 0.36.0", - "sc-keystore 29.0.0", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-network-sync 0.37.0", + "sc-executor", + "sc-keystore", + "sc-network", + "sc-network-common", + "sc-network-sync", "sc-offchain", - "sc-service 0.39.0", + "sc-service", "sc-sync-state-rpc", - "sc-sysinfo 31.0.0", - "sc-telemetry 18.0.0", - "sc-transaction-pool 32.0.0", - "sc-transaction-pool-api 32.0.0", + "sc-sysinfo", + "sc-telemetry", + "sc-transaction-pool", + "sc-transaction-pool-api", "schnellru", "serde", "serde_json", "sp-api 30.0.0", "sp-authority-discovery 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-babe 0.36.0", "sp-consensus-beefy 17.0.0", "sp-consensus-grandpa 17.0.0", @@ -12428,7 +11227,7 @@ dependencies = [ "staging-xcm 11.0.0", "substrate-prometheus-endpoint", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", "westend-runtime", "xcm-fee-payment-runtime-api", ] @@ -12446,27 +11245,15 @@ dependencies = [ "futures-timer", "indexmap 2.2.6", "parity-scale-codec", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "sp-keystore 0.38.0", "sp-staking 30.0.0", "thiserror", - "tracing-gum 11.0.0", -] - -[[package]] -name = "polkadot-statement-table" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a18144720acd47e1243b60c20bfb03f73dc67cbaf61bf2820991961e1ebb803b" -dependencies = [ - "parity-scale-codec", - "polkadot-primitives 10.0.0", - "sp-core 31.0.0", - "tracing-gum 10.0.0", + "tracing-gum", ] [[package]] @@ -12478,7 +11265,7 @@ dependencies = [ "parity-scale-codec", "polkadot-primitives 11.0.0", "sp-core 32.0.0", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -12490,7 +11277,7 @@ dependencies = [ "libc", "log", "polkavm-assembler", - "polkavm-common 0.9.0", + "polkavm-common", "polkavm-linux-raw", ] @@ -12503,12 +11290,6 @@ dependencies = [ "log", ] -[[package]] -name = "polkavm-common" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92c99f7eee94e7be43ba37eef65ad0ee8cbaf89b7c00001c3f6d2be985cb1817" - [[package]] name = "polkavm-common" version = "0.9.0" @@ -12518,34 +11299,13 @@ dependencies = [ "log", ] -[[package]] -name = "polkavm-derive" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79fa916f7962348bd1bb1a65a83401675e6fc86c51a0fdbcf92a3108e58e6125" -dependencies = [ - "polkavm-derive-impl-macro 0.8.0", -] - [[package]] name = "polkavm-derive" version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ae8c4bea6f3e11cd89bb18bcdddac10bd9a24015399bd1c485ad68a985a19606" dependencies = [ - "polkavm-derive-impl-macro 0.9.0", -] - -[[package]] -name = "polkavm-derive-impl" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c10b2654a8a10a83c260bfb93e97b262cf0017494ab94a65d389e0eda6de6c9c" -dependencies = [ - "polkavm-common 0.8.0", - "proc-macro2", - "quote", - "syn 2.0.55", + "polkavm-derive-impl-macro", ] [[package]] @@ -12554,29 +11314,19 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c4fdfc49717fb9a196e74a5d28e0bc764eb394a2c803eb11133a31ac996c60c" dependencies = [ - "polkavm-common 0.9.0", + "polkavm-common", "proc-macro2", "quote", "syn 2.0.55", ] -[[package]] -name = "polkavm-derive-impl-macro" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15e85319a0d5129dc9f021c62607e0804f5fb777a05cdda44d750ac0732def66" -dependencies = [ - "polkavm-derive-impl 0.8.0", - "syn 2.0.55", -] - [[package]] name = "polkavm-derive-impl-macro" version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ba81f7b5faac81e528eb6158a6f3c9e0bb1008e0ffa19653bc8dea925ecb429" dependencies = [ - "polkavm-derive-impl 0.9.0", + "polkavm-derive-impl", "syn 2.0.55", ] @@ -12590,7 +11340,7 @@ dependencies = [ "hashbrown 0.14.3", "log", "object 0.32.2", - "polkavm-common 0.9.0", + "polkavm-common", "regalloc2 0.9.3", "rustc-demangle", ] @@ -12667,10 +11417,10 @@ dependencies = [ "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-service", - "cumulus-primitives-aura 0.10.0", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-parachain-inherent 0.10.0", - "cumulus-relay-chain-interface 0.10.0", + "cumulus-primitives-aura 0.11.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-relay-chain-interface", "frame-benchmarking 32.0.0", "frame-benchmarking-cli", "futures", @@ -12684,26 +11434,26 @@ dependencies = [ "pop-runtime-devnet", "pop-runtime-testnet", "sc-basic-authorship", - "sc-chain-spec 31.0.0", - "sc-cli 0.40.0", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sc-executor 0.36.0", - "sc-network 0.38.0", - "sc-network-sync 0.37.0", + "sc-chain-spec", + "sc-cli", + "sc-client-api", + "sc-consensus", + "sc-executor", + "sc-network", + "sc-network-sync", "sc-offchain", - "sc-rpc 33.0.0", - "sc-service 0.39.0", - "sc-sysinfo 31.0.0", - "sc-telemetry 18.0.0", - "sc-tracing 32.0.0", - "sc-transaction-pool 32.0.0", - "sc-transaction-pool-api 32.0.0", + "sc-rpc", + "sc-service", + "sc-sysinfo", + "sc-telemetry", + "sc-tracing", + "sc-transaction-pool", + "sc-transaction-pool-api", "serde", "serde_json", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-consensus-aura 0.36.0", "sp-core 32.0.0", "sp-io 34.0.0", @@ -12733,7 +11483,7 @@ name = "pop-runtime-common" version = "0.0.0" dependencies = [ "frame-support 32.0.0", - "parachains-common 10.0.0", + "parachains-common 11.0.0", "parity-scale-codec", "polkadot-primitives 11.0.0", "scale-info", @@ -12747,13 +11497,13 @@ version = "0.1.0" dependencies = [ "cumulus-pallet-aura-ext 0.11.0", "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-session-benchmarking 12.0.0", - "cumulus-pallet-xcm 0.10.0", - "cumulus-pallet-xcmp-queue 0.10.0", - "cumulus-primitives-aura 0.10.0", - "cumulus-primitives-core 0.10.0", + "cumulus-pallet-session-benchmarking 13.0.0", + "cumulus-pallet-xcm 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-aura 0.11.0", + "cumulus-primitives-core 0.11.0", "cumulus-primitives-storage-weight-reclaim", - "cumulus-primitives-utility 0.10.0", + "cumulus-primitives-utility 0.11.0", "enumflags2", "env_logger 0.11.3", "frame-benchmarking 32.0.0", @@ -12770,7 +11520,7 @@ dependencies = [ "pallet-aura 31.0.0", "pallet-authorship 32.0.0", "pallet-balances 33.0.0", - "pallet-collator-selection 12.0.1", + "pallet-collator-selection 13.0.1", "pallet-contracts", "pallet-message-queue 35.0.0", "pallet-multisig 32.0.0", @@ -12787,7 +11537,7 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 32.0.0", "pallet-utility 32.0.0", "pallet-xcm 11.0.0", - "parachains-common 10.0.0", + "parachains-common 11.0.0", "parity-scale-codec", "polkadot-parachain-primitives 10.0.0", "polkadot-runtime-common 11.0.0", @@ -12808,7 +11558,7 @@ dependencies = [ "sp-std", "sp-transaction-pool 30.0.0", "sp-version 33.0.0", - "staging-parachain-info 0.10.0", + "staging-parachain-info 0.11.0", "staging-xcm 11.0.0", "staging-xcm-builder 11.0.0", "staging-xcm-executor 11.0.0", @@ -12821,12 +11571,12 @@ version = "0.2.0" dependencies = [ "cumulus-pallet-aura-ext 0.11.0", "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-session-benchmarking 12.0.0", - "cumulus-pallet-xcm 0.10.0", - "cumulus-pallet-xcmp-queue 0.10.0", - "cumulus-primitives-aura 0.10.0", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-utility 0.10.0", + "cumulus-pallet-session-benchmarking 13.0.0", + "cumulus-pallet-xcm 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-aura 0.11.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-utility 0.11.0", "enumflags2", "env_logger 0.11.3", "frame-benchmarking 32.0.0", @@ -12843,7 +11593,7 @@ dependencies = [ "pallet-aura 31.0.0", "pallet-authorship 32.0.0", "pallet-balances 33.0.0", - "pallet-collator-selection 12.0.1", + "pallet-collator-selection 13.0.1", "pallet-contracts", "pallet-message-queue 35.0.0", "pallet-multisig 32.0.0", @@ -12860,7 +11610,7 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 32.0.0", "pallet-utility 32.0.0", "pallet-xcm 11.0.0", - "parachains-common 10.0.0", + "parachains-common 11.0.0", "parity-scale-codec", "polkadot-parachain-primitives 10.0.0", "polkadot-runtime-common 11.0.0", @@ -12881,7 +11631,7 @@ dependencies = [ "sp-std", "sp-transaction-pool 30.0.0", "sp-version 33.0.0", - "staging-parachain-info 0.10.0", + "staging-parachain-info 0.11.0", "staging-xcm 11.0.0", "staging-xcm-builder 11.0.0", "staging-xcm-executor 11.0.0", @@ -13988,18 +12738,6 @@ dependencies = [ "winapi-util", ] -[[package]] -name = "sc-allocator" -version = "26.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4715fddb2bd1862aa21f6312528ab339b7d03ef5ec654e3aa200a3119392392f" -dependencies = [ - "log", - "sp-core 31.0.0", - "sp-wasm-interface 20.0.0", - "thiserror", -] - [[package]] name = "sc-allocator" version = "27.0.0" @@ -14012,36 +12750,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sc-authority-discovery" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f987a536468e06b66fe3cac296b27dc532f301199e0278bc42ac32b8eb3a4a9d" -dependencies = [ - "async-trait", - "futures", - "futures-timer", - "ip_network", - "libp2p", - "log", - "multihash 0.18.1", - "multihash-codetable", - "parity-scale-codec", - "prost 0.12.3", - "prost-build", - "rand", - "sc-client-api 31.0.0", - "sc-network 0.37.0", - "sp-api 29.0.0", - "sp-authority-discovery 29.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", - "thiserror", -] - [[package]] name = "sc-authority-discovery" version = "0.38.0" @@ -14061,11 +12769,11 @@ dependencies = [ "prost 0.12.3", "prost-build", "rand", - "sc-client-api 32.0.0", - "sc-network 0.38.0", + "sc-client-api", + "sc-network", "sp-api 30.0.0", "sp-authority-discovery 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-keystore 0.38.0", "sp-runtime 35.0.0", @@ -14083,35 +12791,19 @@ dependencies = [ "futures-timer", "log", "parity-scale-codec", - "sc-block-builder 0.37.0", + "sc-block-builder", "sc-proposer-metrics", - "sc-telemetry 18.0.0", - "sc-transaction-pool-api 32.0.0", + "sc-telemetry", + "sc-transaction-pool-api", "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-core 32.0.0", "sp-inherents 30.0.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", ] -[[package]] -name = "sc-block-builder" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "033b5ee0fa6d770c9db8cd59f6d1f88e792c088238278fcb836b5c851936a62d" -dependencies = [ - "parity-scale-codec", - "sp-api 29.0.0", - "sp-block-builder 29.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-trie 32.0.0", -] - [[package]] name = "sc-block-builder" version = "0.37.0" @@ -14121,40 +12813,13 @@ dependencies = [ "parity-scale-codec", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-inherents 30.0.0", "sp-runtime 35.0.0", "sp-trie 33.0.0", ] -[[package]] -name = "sc-chain-spec" -version = "30.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5dfb28048e5b2d168870e2205d3e41db1f387a781831a8b8b82c9f10536c2742" -dependencies = [ - "array-bytes 6.2.2", - "docify", - "log", - "memmap2 0.9.4", - "parity-scale-codec", - "sc-chain-spec-derive", - "sc-client-api 31.0.0", - "sc-executor 0.35.0", - "sc-network 0.37.0", - "sc-telemetry 17.0.0", - "serde", - "serde_json", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-crypto-hashing", - "sp-genesis-builder 0.10.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", -] - [[package]] name = "sc-chain-spec" version = "31.0.0" @@ -14167,13 +12832,13 @@ dependencies = [ "memmap2 0.9.4", "parity-scale-codec", "sc-chain-spec-derive", - "sc-client-api 32.0.0", - "sc-executor 0.36.0", - "sc-network 0.38.0", - "sc-telemetry 18.0.0", + "sc-client-api", + "sc-executor", + "sc-network", + "sc-telemetry", "serde", "serde_json", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-crypto-hashing", "sp-genesis-builder 0.11.0", @@ -14194,48 +12859,6 @@ dependencies = [ "syn 2.0.55", ] -[[package]] -name = "sc-cli" -version = "0.39.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20c2eae4d9396b19403f89f058a6a684066b58e051b1310f246eb9b41a7b54fe" -dependencies = [ - "array-bytes 6.2.2", - "chrono", - "clap", - "fdlimit", - "futures", - "itertools 0.10.5", - "libp2p-identity", - "log", - "names", - "parity-bip39", - "parity-scale-codec", - "rand", - "regex", - "rpassword", - "sc-client-api 31.0.0", - "sc-client-db 0.38.0", - "sc-keystore 28.0.0", - "sc-mixnet 0.7.0", - "sc-network 0.37.0", - "sc-service 0.38.0", - "sc-telemetry 17.0.0", - "sc-tracing 31.0.0", - "sc-utils 16.0.0", - "serde", - "serde_json", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-keyring 34.0.0", - "sp-keystore 0.37.0", - "sp-panic-handler", - "sp-runtime 34.0.0", - "sp-version 32.0.0", - "thiserror", - "tokio", -] - [[package]] name = "sc-cli" version = "0.40.0" @@ -14256,18 +12879,18 @@ dependencies = [ "rand", "regex", "rpassword", - "sc-client-api 32.0.0", - "sc-client-db 0.39.0", - "sc-keystore 29.0.0", - "sc-mixnet 0.8.0", - "sc-network 0.38.0", - "sc-service 0.39.0", - "sc-telemetry 18.0.0", - "sc-tracing 32.0.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-client-db", + "sc-keystore", + "sc-mixnet", + "sc-network", + "sc-service", + "sc-telemetry", + "sc-tracing", + "sc-utils", "serde", "serde_json", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-keyring 35.0.0", "sp-keystore 0.38.0", @@ -14278,34 +12901,6 @@ dependencies = [ "tokio", ] -[[package]] -name = "sc-client-api" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08db275ca98f1fe44db2e2058893b182b85ef11cee7cf271edffd449a1179fc4" -dependencies = [ - "fnv", - "futures", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-executor 0.35.0", - "sc-transaction-pool-api 31.0.0", - "sc-utils 16.0.0", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-consensus 0.35.0", - "sp-core 31.0.0", - "sp-database", - "sp-externalities 0.27.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-statement-store 13.0.0", - "sp-storage 20.0.0", - "sp-trie 32.0.0", - "substrate-prometheus-endpoint", -] - [[package]] name = "sc-client-api" version = "32.0.0" @@ -14317,50 +12912,23 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-executor 0.36.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", + "sc-executor", + "sc-transaction-pool-api", + "sc-utils", "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-core 32.0.0", "sp-database", "sp-externalities 0.28.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", - "sp-statement-store 14.0.0", + "sp-statement-store", "sp-storage 21.0.0", "sp-trie 33.0.0", "substrate-prometheus-endpoint", ] -[[package]] -name = "sc-client-db" -version = "0.38.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6bd93f124c30ec885696128a639e190293bee2a6430cc04248d656093b5d4f42" -dependencies = [ - "hash-db", - "kvdb", - "kvdb-memorydb", - "kvdb-rocksdb", - "linked-hash-map", - "log", - "parity-db", - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-client-api 31.0.0", - "sc-state-db 0.33.0", - "schnellru", - "sp-arithmetic 25.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-database", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-trie 32.0.0", -] - [[package]] name = "sc-client-db" version = "0.39.0" @@ -14376,11 +12944,11 @@ dependencies = [ "parity-db", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api 32.0.0", - "sc-state-db 0.34.0", + "sc-client-api", + "sc-state-db", "schnellru", "sp-arithmetic 26.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-database", "sp-runtime 35.0.0", @@ -14390,9 +12958,9 @@ dependencies = [ [[package]] name = "sc-consensus" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4da51746e9689ecee65d6c1ac32e89a7b0452ee1ce377485e94c285e9690dcfd" +checksum = "a051ffa28788f7ec47e46d6236132126d5aa563469e6c852e87cfbe5069e0687" dependencies = [ "async-trait", "futures", @@ -14401,48 +12969,22 @@ dependencies = [ "log", "mockall", "parking_lot 0.12.1", - "sc-client-api 31.0.0", - "sc-utils 16.0.0", + "sc-client-api", + "sc-utils", "serde", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-consensus 0.35.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-api 30.0.0", + "sp-blockchain", + "sp-consensus", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] -name = "sc-consensus" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a051ffa28788f7ec47e46d6236132126d5aa563469e6c852e87cfbe5069e0687" -dependencies = [ - "async-trait", - "futures", - "futures-timer", - "libp2p-identity", - "log", - "mockall", - "parking_lot 0.12.1", - "sc-client-api 32.0.0", - "sc-utils 17.0.0", - "serde", - "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", - "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", - "substrate-prometheus-endpoint", - "thiserror", -] - -[[package]] -name = "sc-consensus-aura" -version = "0.38.0" +name = "sc-consensus-aura" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6cd537650a8f23d6775456a5a06e1cf27722fedc5515769983e18ef856a6aad3" dependencies = [ @@ -14450,16 +12992,16 @@ dependencies = [ "futures", "log", "parity-scale-codec", - "sc-block-builder 0.37.0", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", + "sc-block-builder", + "sc-client-api", + "sc-consensus", "sc-consensus-slots", - "sc-telemetry 18.0.0", + "sc-telemetry", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-aura 0.36.0", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", @@ -14477,7 +13019,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "efe6f127a27ea6ace8e4391ba847ccf21d3512499e1c5e7c300e7e5115642544" dependencies = [ "async-trait", - "fork-tree 13.0.0", + "fork-tree", "futures", "log", "num-bigint", @@ -14485,17 +13027,17 @@ dependencies = [ "num-traits", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", + "sc-client-api", + "sc-consensus", "sc-consensus-epochs", "sc-consensus-slots", - "sc-telemetry 18.0.0", - "sc-transaction-pool-api 32.0.0", + "sc-telemetry", + "sc-transaction-pool-api", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-babe 0.36.0", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", @@ -14517,12 +13059,12 @@ dependencies = [ "jsonrpsee", "sc-consensus-babe", "sc-consensus-epochs", - "sc-rpc-api 0.37.0", + "sc-rpc-api", "serde", "sp-api 30.0.0", "sp-application-crypto 34.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-babe 0.36.0", "sp-core 32.0.0", "sp-keystore 0.38.0", @@ -14544,17 +13086,17 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sc-network 0.38.0", - "sc-network-gossip 0.38.0", - "sc-network-sync 0.37.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-consensus", + "sc-network", + "sc-network-gossip", + "sc-network-sync", + "sc-utils", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-arithmetic 26.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-beefy 17.0.0", "sp-core 32.0.0", "sp-crypto-hashing", @@ -14579,7 +13121,7 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "sc-consensus-beefy", - "sc-rpc 33.0.0", + "sc-rpc", "serde", "sp-consensus-beefy 17.0.0", "sp-core 32.0.0", @@ -14593,58 +13135,14 @@ version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b2217e53886dbfd4749eaa2e671f8e59807a2fb711ffa0023b3dc5b30f5db458" dependencies = [ - "fork-tree 13.0.0", + "fork-tree", "parity-scale-codec", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sp-blockchain 32.0.0", + "sc-client-api", + "sc-consensus", + "sp-blockchain", "sp-runtime 35.0.0", ] -[[package]] -name = "sc-consensus-grandpa" -version = "0.22.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e19945689693bbea950220bf7af1c79a2f70f5f37b97f7e6d136dcaf2b34f4a5" -dependencies = [ - "ahash 0.8.11", - "array-bytes 6.2.2", - "async-trait", - "dyn-clone", - "finality-grandpa", - "fork-tree 12.0.0", - "futures", - "futures-timer", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "rand", - "sc-block-builder 0.36.0", - "sc-chain-spec 30.0.1", - "sc-client-api 31.0.0", - "sc-consensus 0.36.0", - "sc-network 0.37.0", - "sc-network-common 0.36.0", - "sc-network-gossip 0.37.0", - "sc-network-sync 0.36.0", - "sc-telemetry 17.0.0", - "sc-transaction-pool-api 31.0.0", - "sc-utils 16.0.0", - "serde_json", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.0", - "sp-blockchain 31.0.0", - "sp-consensus 0.35.0", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-crypto-hashing", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", - "thiserror", -] - [[package]] name = "sc-consensus-grandpa" version = "0.23.0" @@ -14656,30 +13154,30 @@ dependencies = [ "async-trait", "dyn-clone", "finality-grandpa", - "fork-tree 13.0.0", + "fork-tree", "futures", "futures-timer", "log", "parity-scale-codec", "parking_lot 0.12.1", "rand", - "sc-block-builder 0.37.0", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-network-gossip 0.38.0", - "sc-network-sync 0.37.0", - "sc-telemetry 18.0.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", + "sc-block-builder", + "sc-chain-spec", + "sc-client-api", + "sc-consensus", + "sc-network", + "sc-network-common", + "sc-network-gossip", + "sc-network-sync", + "sc-telemetry", + "sc-transaction-pool-api", + "sc-utils", "serde_json", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-arithmetic 26.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-grandpa 17.0.0", "sp-core 32.0.0", "sp-crypto-hashing", @@ -14700,11 +13198,11 @@ dependencies = [ "jsonrpsee", "log", "parity-scale-codec", - "sc-client-api 32.0.0", - "sc-consensus-grandpa 0.23.0", - "sc-rpc 33.0.0", + "sc-client-api", + "sc-consensus-grandpa", + "sc-rpc", "serde", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-runtime 35.0.0", "thiserror", @@ -14721,12 +13219,12 @@ dependencies = [ "futures-timer", "log", "parity-scale-codec", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sc-telemetry 18.0.0", + "sc-client-api", + "sc-consensus", + "sc-telemetry", "sp-arithmetic 26.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", "sp-inherents 30.0.0", @@ -14734,30 +13232,6 @@ dependencies = [ "sp-state-machine 0.39.0", ] -[[package]] -name = "sc-executor" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b8f8ddc63df8219768b729f9098ecd4362d2756b40784071cd44c3041f1d51d" -dependencies = [ - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-executor-common 0.32.0", - "sc-executor-polkavm 0.29.0", - "sc-executor-wasmtime 0.32.0", - "schnellru", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-io 33.0.0", - "sp-panic-handler", - "sp-runtime-interface 26.0.0", - "sp-trie 32.0.0", - "sp-version 32.0.0", - "sp-wasm-interface 20.0.0", - "tracing", -] - [[package]] name = "sc-executor" version = "0.36.0" @@ -14766,9 +13240,9 @@ checksum = "cc6b47b642a92adcabaeadb7d76bd1a02bcf5a93f2b649e81afe8b940107bbda" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", - "sc-executor-common 0.33.0", - "sc-executor-polkavm 0.30.0", - "sc-executor-wasmtime 0.33.1", + "sc-executor-common", + "sc-executor-polkavm", + "sc-executor-wasmtime", "schnellru", "sp-api 30.0.0", "sp-core 32.0.0", @@ -14782,20 +13256,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "sc-executor-common" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00308c10173ec6446ccc2b96cd3a3037e64c94a424f94daa8c96f288794f4d34" -dependencies = [ - "polkavm", - "sc-allocator 26.0.0", - "sp-maybe-compressed-blob", - "sp-wasm-interface 20.0.0", - "thiserror", - "wasm-instrument", -] - [[package]] name = "sc-executor-common" version = "0.33.0" @@ -14803,25 +13263,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "88c61ef111d7ccc7697ee4788654f4f998662db057c27ca2de4b94f20e3e6ed1" dependencies = [ "polkavm", - "sc-allocator 27.0.0", + "sc-allocator", "sp-maybe-compressed-blob", "sp-wasm-interface 21.0.0", "thiserror", "wasm-instrument", ] -[[package]] -name = "sc-executor-polkavm" -version = "0.29.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63b9c814d3a94df7a323d728a6961a3b9ec8c5c5979eb858ec098ddf2838cfc0" -dependencies = [ - "log", - "polkavm", - "sc-executor-common 0.32.0", - "sp-wasm-interface 20.0.0", -] - [[package]] name = "sc-executor-polkavm" version = "0.30.0" @@ -14830,29 +13278,10 @@ checksum = "6fb96b22b779ba14f449d114b63efd162f95f1cdf773cdac29f75fe6a250de24" dependencies = [ "log", "polkavm", - "sc-executor-common 0.33.0", + "sc-executor-common", "sp-wasm-interface 21.0.0", ] -[[package]] -name = "sc-executor-wasmtime" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa37286464bd16146c612e3193a56df728815d23f9bf0faac7df898c0944c87f" -dependencies = [ - "anyhow", - "cfg-if", - "libc", - "log", - "parking_lot 0.12.1", - "rustix 0.36.17", - "sc-allocator 26.0.0", - "sc-executor-common 0.32.0", - "sp-runtime-interface 26.0.0", - "sp-wasm-interface 20.0.0", - "wasmtime", -] - [[package]] name = "sc-executor-wasmtime" version = "0.33.1" @@ -14865,31 +13294,13 @@ dependencies = [ "log", "parking_lot 0.12.1", "rustix 0.36.17", - "sc-allocator 27.0.0", - "sc-executor-common 0.33.0", + "sc-allocator", + "sc-executor-common", "sp-runtime-interface 27.0.0", "sp-wasm-interface 21.0.0", "wasmtime", ] -[[package]] -name = "sc-informant" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e9005c37100c6ea2b06668f72ba5bc927b5a2445ed26b008ddf1875998dea41" -dependencies = [ - "ansi_term", - "futures", - "futures-timer", - "log", - "sc-client-api 31.0.0", - "sc-network 0.37.0", - "sc-network-common 0.36.0", - "sc-network-sync 0.36.0", - "sp-blockchain 31.0.0", - "sp-runtime 34.0.0", -] - [[package]] name = "sc-informant" version = "0.37.0" @@ -14900,29 +13311,14 @@ dependencies = [ "futures", "futures-timer", "log", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-network-sync 0.37.0", - "sp-blockchain 32.0.0", + "sc-client-api", + "sc-network", + "sc-network-common", + "sc-network-sync", + "sp-blockchain", "sp-runtime 35.0.0", ] -[[package]] -name = "sc-keystore" -version = "28.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ef7283da5d643ef89ed094e1b23451ec70386a9474d337cdaa0ef81870bb2d4" -dependencies = [ - "array-bytes 6.2.2", - "parking_lot 0.12.1", - "serde_json", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "thiserror", -] - [[package]] name = "sc-keystore" version = "29.0.0" @@ -14938,36 +13334,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sc-mixnet" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "248d9be75de68e34f6490065c398b8177ff967902d93e6b88527a0e8c00903ad" -dependencies = [ - "array-bytes 4.2.0", - "arrayvec 0.7.4", - "blake2 0.10.6", - "bytes", - "futures", - "futures-timer", - "libp2p-identity", - "log", - "mixnet", - "multiaddr", - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-client-api 31.0.0", - "sc-network 0.37.0", - "sc-transaction-pool-api 31.0.0", - "sp-api 29.0.0", - "sp-consensus 0.35.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-mixnet 0.7.0", - "sp-runtime 34.0.0", - "thiserror", -] - [[package]] name = "sc-mixnet" version = "0.8.0" @@ -14986,62 +13352,18 @@ dependencies = [ "multiaddr", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sc-transaction-pool-api 32.0.0", + "sc-client-api", + "sc-network", + "sc-transaction-pool-api", "sp-api 30.0.0", - "sp-consensus 0.36.0", + "sp-consensus", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-mixnet 0.8.0", + "sp-mixnet", "sp-runtime 35.0.0", "thiserror", ] -[[package]] -name = "sc-network" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4067423488686ff78561ed0d32ac7e2617edd31219088b1322e85e945e62de29" -dependencies = [ - "array-bytes 6.2.2", - "async-channel 1.9.0", - "async-trait", - "asynchronous-codec", - "bytes", - "either", - "fnv", - "futures", - "futures-timer", - "ip_network", - "libp2p", - "linked_hash_set", - "log", - "mockall", - "parity-scale-codec", - "parking_lot 0.12.1", - "partial_sort", - "pin-project", - "rand", - "sc-client-api 31.0.0", - "sc-network-common 0.36.0", - "sc-utils 16.0.0", - "serde", - "serde_json", - "smallvec", - "sp-arithmetic 25.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", - "thiserror", - "tokio", - "tokio-stream", - "unsigned-varint", - "wasm-timer", - "zeroize", -] - [[package]] name = "sc-network" version = "0.38.0" @@ -15067,14 +13389,14 @@ dependencies = [ "partial_sort", "pin-project", "rand", - "sc-client-api 32.0.0", - "sc-network-common 0.37.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-network-common", + "sc-utils", "serde", "serde_json", "smallvec", "sp-arithmetic 26.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", @@ -15086,27 +13408,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "sc-network-bitswap" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8dacf210f4e36e53dc3d3ff1cfd72e4378eb973568c261e7c62bc8daaec9f945" -dependencies = [ - "async-channel 1.9.0", - "cid", - "futures", - "libp2p-identity", - "log", - "prost 0.12.3", - "prost-build", - "sc-client-api 31.0.0", - "sc-network 0.37.0", - "sp-blockchain 31.0.0", - "sp-runtime 34.0.0", - "thiserror", - "unsigned-varint", -] - [[package]] name = "sc-network-bitswap" version = "0.37.0" @@ -15120,32 +13421,14 @@ dependencies = [ "log", "prost 0.12.3", "prost-build", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sp-blockchain 32.0.0", + "sc-client-api", + "sc-network", + "sp-blockchain", "sp-runtime 35.0.0", "thiserror", "unsigned-varint", ] -[[package]] -name = "sc-network-common" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "551dba7ce65d136788c3154044fb425e2cb6e883d20c3cd25c0720a5b5251ed4" -dependencies = [ - "async-trait", - "bitflags 1.3.2", - "futures", - "libp2p-identity", - "parity-scale-codec", - "prost-build", - "sc-consensus 0.36.0", - "sp-consensus 0.35.0", - "sp-consensus-grandpa 16.0.0", - "sp-runtime 34.0.0", -] - [[package]] name = "sc-network-common" version = "0.37.0" @@ -15158,32 +13441,12 @@ dependencies = [ "libp2p-identity", "parity-scale-codec", "prost-build", - "sc-consensus 0.37.0", - "sp-consensus 0.36.0", + "sc-consensus", + "sp-consensus", "sp-consensus-grandpa 17.0.0", "sp-runtime 35.0.0", ] -[[package]] -name = "sc-network-gossip" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06e36f8665cba733bd0690e864ef59cb87627120e57607b768e6e7cf30cecd20" -dependencies = [ - "ahash 0.8.11", - "futures", - "futures-timer", - "libp2p", - "log", - "sc-network 0.37.0", - "sc-network-common 0.36.0", - "sc-network-sync 0.36.0", - "schnellru", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", - "tracing", -] - [[package]] name = "sc-network-gossip" version = "0.38.0" @@ -15195,37 +13458,15 @@ dependencies = [ "futures-timer", "libp2p", "log", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-network-sync 0.37.0", + "sc-network", + "sc-network-common", + "sc-network-sync", "schnellru", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "tracing", ] -[[package]] -name = "sc-network-light" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4c4a77832e7d86e2b8f579339a47ebc16eec560bb4d62c42f0daad10700a512" -dependencies = [ - "array-bytes 6.2.2", - "async-channel 1.9.0", - "futures", - "libp2p-identity", - "log", - "parity-scale-codec", - "prost 0.12.3", - "prost-build", - "sc-client-api 31.0.0", - "sc-network 0.37.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "thiserror", -] - [[package]] name = "sc-network-light" version = "0.37.0" @@ -15240,51 +13481,14 @@ dependencies = [ "parity-scale-codec", "prost 0.12.3", "prost-build", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sp-blockchain 32.0.0", + "sc-client-api", + "sc-network", + "sp-blockchain", "sp-core 32.0.0", "sp-runtime 35.0.0", "thiserror", ] -[[package]] -name = "sc-network-sync" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7dfdaf49edeaa23ae0da1a9bf6ea3e308c11822cb3a853996f1203b06249411" -dependencies = [ - "array-bytes 6.2.2", - "async-channel 1.9.0", - "async-trait", - "fork-tree 12.0.0", - "futures", - "futures-timer", - "libp2p", - "log", - "mockall", - "parity-scale-codec", - "prost 0.12.3", - "prost-build", - "sc-client-api 31.0.0", - "sc-consensus 0.36.0", - "sc-network 0.37.0", - "sc-network-common 0.36.0", - "sc-utils 16.0.0", - "schnellru", - "smallvec", - "sp-arithmetic 25.0.0", - "sp-blockchain 31.0.0", - "sp-consensus 0.35.0", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", - "thiserror", - "tokio", - "tokio-stream", -] - [[package]] name = "sc-network-sync" version = "0.37.0" @@ -15294,7 +13498,7 @@ dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", "async-trait", - "fork-tree 13.0.0", + "fork-tree", "futures", "futures-timer", "libp2p", @@ -15303,16 +13507,16 @@ dependencies = [ "parity-scale-codec", "prost 0.12.3", "prost-build", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-consensus", + "sc-network", + "sc-network-common", + "sc-utils", "schnellru", "smallvec", "sp-arithmetic 26.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-grandpa 17.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", @@ -15322,26 +13526,6 @@ dependencies = [ "tokio-stream", ] -[[package]] -name = "sc-network-transactions" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b3824e7a1aa29ed3d2294810c8e018a6df3798eec236f3043a62945daf7d9b1" -dependencies = [ - "array-bytes 6.2.2", - "futures", - "libp2p", - "log", - "parity-scale-codec", - "sc-network 0.37.0", - "sc-network-common 0.36.0", - "sc-network-sync 0.36.0", - "sc-utils 16.0.0", - "sp-consensus 0.35.0", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", -] - [[package]] name = "sc-network-transactions" version = "0.37.0" @@ -15353,11 +13537,11 @@ dependencies = [ "libp2p", "log", "parity-scale-codec", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-network-sync 0.37.0", - "sc-utils 17.0.0", - "sp-consensus 0.36.0", + "sc-network", + "sc-network-common", + "sc-network-sync", + "sc-utils", + "sp-consensus", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", ] @@ -15382,11 +13566,11 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "rand", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-network", + "sc-network-common", + "sc-transaction-pool-api", + "sc-utils", "sp-api 30.0.0", "sp-core 32.0.0", "sp-externalities 0.28.0", @@ -15407,39 +13591,6 @@ dependencies = [ "substrate-prometheus-endpoint", ] -[[package]] -name = "sc-rpc" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d796d75b22785b09c58478f1418b75c9787d598a0d2ab8edbd0072731ec4aaa" -dependencies = [ - "futures", - "jsonrpsee", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-block-builder 0.36.0", - "sc-chain-spec 30.0.1", - "sc-client-api 31.0.0", - "sc-mixnet 0.7.0", - "sc-rpc-api 0.36.0", - "sc-tracing 31.0.0", - "sc-transaction-pool-api 31.0.0", - "sc-utils 16.0.0", - "serde_json", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-offchain 29.0.0", - "sp-rpc 29.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-statement-store 13.0.0", - "sp-version 32.0.0", - "tokio", -] - [[package]] name = "sc-rpc" version = "33.0.0" @@ -15451,49 +13602,28 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-block-builder 0.37.0", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", - "sc-mixnet 0.8.0", - "sc-rpc-api 0.37.0", - "sc-tracing 32.0.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", + "sc-block-builder", + "sc-chain-spec", + "sc-client-api", + "sc-mixnet", + "sc-rpc-api", + "sc-tracing", + "sc-transaction-pool-api", + "sc-utils", "serde_json", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-keystore 0.38.0", "sp-offchain 30.0.0", - "sp-rpc 30.0.0", + "sp-rpc", "sp-runtime 35.0.0", "sp-session 31.0.0", - "sp-statement-store 14.0.0", + "sp-statement-store", "sp-version 33.0.0", "tokio", ] -[[package]] -name = "sc-rpc-api" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3705feca378ef3f3f84fb337480405a611a15c8637b2449ed514ca63765e421b" -dependencies = [ - "jsonrpsee", - "parity-scale-codec", - "sc-chain-spec 30.0.1", - "sc-mixnet 0.7.0", - "sc-transaction-pool-api 31.0.0", - "scale-info", - "serde", - "serde_json", - "sp-core 31.0.0", - "sp-rpc 29.0.0", - "sp-runtime 34.0.0", - "sp-version 32.0.0", - "thiserror", -] - [[package]] name = "sc-rpc-api" version = "0.37.0" @@ -15502,38 +13632,19 @@ checksum = "b82060f09f886f59fd19a77cc6668c209e883fc93511e9c441ef84adfea80f36" dependencies = [ "jsonrpsee", "parity-scale-codec", - "sc-chain-spec 31.0.0", - "sc-mixnet 0.8.0", - "sc-transaction-pool-api 32.0.0", + "sc-chain-spec", + "sc-mixnet", + "sc-transaction-pool-api", "scale-info", "serde", "serde_json", "sp-core 32.0.0", - "sp-rpc 30.0.0", + "sp-rpc", "sp-runtime 35.0.0", "sp-version 33.0.0", "thiserror", ] -[[package]] -name = "sc-rpc-server" -version = "14.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65f705946ae375fc47ee9a2e2df0b7e339a1fb8c8eb5c9eb6f206619d27946a7" -dependencies = [ - "futures", - "governor", - "http", - "hyper", - "jsonrpsee", - "log", - "serde_json", - "substrate-prometheus-endpoint", - "tokio", - "tower", - "tower-http", -] - [[package]] name = "sc-rpc-server" version = "15.0.0" @@ -15553,38 +13664,6 @@ dependencies = [ "tower-http", ] -[[package]] -name = "sc-rpc-spec-v2" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66dcea3fe5f0bcbaf08d6a42e877ae8f50b9cdbc87f65f7c79fbe5003e3969dc" -dependencies = [ - "array-bytes 6.2.2", - "futures", - "futures-util", - "hex", - "jsonrpsee", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "rand", - "sc-chain-spec 30.0.1", - "sc-client-api 31.0.0", - "sc-rpc 32.0.0", - "sc-transaction-pool-api 31.0.0", - "sc-utils 16.0.0", - "serde", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-rpc 29.0.0", - "sp-runtime 34.0.0", - "sp-version 32.0.0", - "thiserror", - "tokio", - "tokio-stream", -] - [[package]] name = "sc-rpc-spec-v2" version = "0.38.0" @@ -15593,93 +13672,28 @@ checksum = "ad831d2524de44a89b1801e306fd9718dc5fadb26ea3e88f486faa29c6fdd710" dependencies = [ "array-bytes 6.2.2", "futures", - "futures-util", - "hex", - "jsonrpsee", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "rand", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", - "sc-rpc 33.0.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", - "serde", - "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-core 32.0.0", - "sp-rpc 30.0.0", - "sp-runtime 35.0.0", - "sp-version 33.0.0", - "thiserror", - "tokio", - "tokio-stream", -] - -[[package]] -name = "sc-service" -version = "0.38.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42678fb737ea101658a8288cd3fcc0bff59ef40cd1a1c4f4d4042c3fa17bae41" -dependencies = [ - "async-trait", - "directories", - "exit-future", - "futures", - "futures-timer", + "futures-util", + "hex", "jsonrpsee", "log", "parity-scale-codec", "parking_lot 0.12.1", - "pin-project", "rand", - "sc-chain-spec 30.0.1", - "sc-client-api 31.0.0", - "sc-client-db 0.38.0", - "sc-consensus 0.36.0", - "sc-executor 0.35.0", - "sc-informant 0.36.0", - "sc-keystore 28.0.0", - "sc-network 0.37.0", - "sc-network-bitswap 0.36.0", - "sc-network-common 0.36.0", - "sc-network-light 0.36.0", - "sc-network-sync 0.36.0", - "sc-network-transactions 0.36.0", - "sc-rpc 32.0.0", - "sc-rpc-server 14.0.0", - "sc-rpc-spec-v2 0.37.0", - "sc-sysinfo 30.0.0", - "sc-telemetry 17.0.0", - "sc-tracing 31.0.0", - "sc-transaction-pool 31.0.0", - "sc-transaction-pool-api 31.0.0", - "sc-utils 16.0.0", - "schnellru", + "sc-chain-spec", + "sc-client-api", + "sc-rpc", + "sc-transaction-pool-api", + "sc-utils", "serde", - "serde_json", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-consensus 0.35.0", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-state-machine 0.38.0", - "sp-storage 20.0.0", - "sp-transaction-pool 29.0.0", - "sp-transaction-storage-proof 29.0.0", - "sp-trie 32.0.0", - "sp-version 32.0.0", - "static_init", - "substrate-prometheus-endpoint", - "tempfile", + "sp-api 30.0.0", + "sp-blockchain", + "sp-core 32.0.0", + "sp-rpc", + "sp-runtime 35.0.0", + "sp-version 33.0.0", "thiserror", "tokio", - "tracing", - "tracing-futures", + "tokio-stream", ] [[package]] @@ -15699,34 +13713,34 @@ dependencies = [ "parking_lot 0.12.1", "pin-project", "rand", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", - "sc-client-db 0.39.0", - "sc-consensus 0.37.0", - "sc-executor 0.36.0", - "sc-informant 0.37.0", - "sc-keystore 29.0.0", - "sc-network 0.38.0", - "sc-network-bitswap 0.37.0", - "sc-network-common 0.37.0", - "sc-network-light 0.37.0", - "sc-network-sync 0.37.0", - "sc-network-transactions 0.37.0", - "sc-rpc 33.0.0", - "sc-rpc-server 15.0.0", - "sc-rpc-spec-v2 0.38.0", - "sc-sysinfo 31.0.0", - "sc-telemetry 18.0.0", - "sc-tracing 32.0.0", - "sc-transaction-pool 32.0.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", + "sc-chain-spec", + "sc-client-api", + "sc-client-db", + "sc-consensus", + "sc-executor", + "sc-informant", + "sc-keystore", + "sc-network", + "sc-network-bitswap", + "sc-network-common", + "sc-network-light", + "sc-network-sync", + "sc-network-transactions", + "sc-rpc", + "sc-rpc-server", + "sc-rpc-spec-v2", + "sc-sysinfo", + "sc-telemetry", + "sc-tracing", + "sc-transaction-pool", + "sc-transaction-pool-api", + "sc-utils", "schnellru", "serde", "serde_json", "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-core 32.0.0", "sp-externalities 0.28.0", "sp-keystore 0.38.0", @@ -15735,7 +13749,7 @@ dependencies = [ "sp-state-machine 0.39.0", "sp-storage 21.0.0", "sp-transaction-pool 30.0.0", - "sp-transaction-storage-proof 30.0.0", + "sp-transaction-storage-proof", "sp-trie 33.0.0", "sp-version 33.0.0", "static_init", @@ -15747,18 +13761,6 @@ dependencies = [ "tracing-futures", ] -[[package]] -name = "sc-state-db" -version = "0.33.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9863fb81595a25b908d7143c1a3e162d237e67890088363df4a121fe37c49d08" -dependencies = [ - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "sp-core 31.0.0", -] - [[package]] name = "sc-state-db" version = "0.34.0" @@ -15793,40 +13795,18 @@ checksum = "75577af6d7128f3c0cd1dfa83f9ec056dbe4cdce297f1d257f2a1253134c6e9a" dependencies = [ "jsonrpsee", "parity-scale-codec", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", + "sc-chain-spec", + "sc-client-api", "sc-consensus-babe", "sc-consensus-epochs", - "sc-consensus-grandpa 0.23.0", + "sc-consensus-grandpa", "serde", "serde_json", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-runtime 35.0.0", "thiserror", ] -[[package]] -name = "sc-sysinfo" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f098da1a83dc5b4e69ef66f7dfc5c0a82bc63defe8dcb0aaa1819e9b2bd6d744" -dependencies = [ - "derive_more", - "futures", - "libc", - "log", - "rand", - "rand_pcg", - "regex", - "sc-telemetry 17.0.0", - "serde", - "serde_json", - "sp-core 31.0.0", - "sp-crypto-hashing", - "sp-io 33.0.0", - "sp-std", -] - [[package]] name = "sc-sysinfo" version = "31.0.0" @@ -15840,7 +13820,7 @@ dependencies = [ "rand", "rand_pcg", "regex", - "sc-telemetry 18.0.0", + "sc-telemetry", "serde", "serde_json", "sp-core 32.0.0", @@ -15849,26 +13829,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sc-telemetry" -version = "17.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c6807ebd9f43ab628931842d3aaa9404ddfd07013e9c7027ca603f496939577" -dependencies = [ - "chrono", - "futures", - "libp2p", - "log", - "parking_lot 0.12.1", - "pin-project", - "rand", - "sc-utils 16.0.0", - "serde", - "serde_json", - "thiserror", - "wasm-timer", -] - [[package]] name = "sc-telemetry" version = "18.0.0" @@ -15882,44 +13842,13 @@ dependencies = [ "parking_lot 0.12.1", "pin-project", "rand", - "sc-utils 17.0.0", + "sc-utils", "serde", "serde_json", "thiserror", "wasm-timer", ] -[[package]] -name = "sc-tracing" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83e8f5e8eb36f887dba06e1392717e27e4edf12d23d5220dba8ee851de8b174e" -dependencies = [ - "ansi_term", - "chrono", - "is-terminal", - "lazy_static", - "libc", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "regex", - "rustc-hash", - "sc-client-api 31.0.0", - "sc-tracing-proc-macro", - "serde", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-rpc 29.0.0", - "sp-runtime 34.0.0", - "sp-tracing 16.0.0", - "thiserror", - "tracing", - "tracing-log 0.1.4", - "tracing-subscriber 0.2.25", -] - [[package]] name = "sc-tracing" version = "32.0.0" @@ -15936,13 +13865,13 @@ dependencies = [ "parking_lot 0.12.1", "regex", "rustc-hash", - "sc-client-api 32.0.0", + "sc-client-api", "sc-tracing-proc-macro", "serde", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", - "sp-rpc 30.0.0", + "sp-rpc", "sp-runtime 35.0.0", "sp-tracing 17.0.0", "thiserror", @@ -15963,34 +13892,6 @@ dependencies = [ "syn 2.0.55", ] -[[package]] -name = "sc-transaction-pool" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d56300f466670067cca98a931b0b6cbc8b018c0d296eb915c1473bac45b7cd73" -dependencies = [ - "async-trait", - "futures", - "futures-timer", - "linked-hash-map", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-client-api 31.0.0", - "sc-transaction-pool-api 31.0.0", - "sc-utils 16.0.0", - "serde", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-crypto-hashing", - "sp-runtime 34.0.0", - "sp-tracing 16.0.0", - "sp-transaction-pool 29.0.0", - "substrate-prometheus-endpoint", - "thiserror", -] - [[package]] name = "sc-transaction-pool" version = "32.0.0" @@ -16004,12 +13905,12 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api 32.0.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-transaction-pool-api", + "sc-utils", "serde", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-crypto-hashing", "sp-runtime 35.0.0", @@ -16019,23 +13920,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sc-transaction-pool-api" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3609025d39a1b75f1ee4f490dc52e000de144948a73cacd788f5995df5ebe8bf" -dependencies = [ - "async-trait", - "futures", - "log", - "parity-scale-codec", - "serde", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "thiserror", -] - [[package]] name = "sc-transaction-pool-api" version = "32.0.0" @@ -16047,28 +13931,12 @@ dependencies = [ "log", "parity-scale-codec", "serde", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-runtime 35.0.0", "thiserror", ] -[[package]] -name = "sc-utils" -version = "16.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1863d482be044f4768ef5de6119dc70b5e31e6e9f71ad225c177474d6540e424" -dependencies = [ - "async-channel 1.9.0", - "futures", - "futures-timer", - "lazy_static", - "log", - "parking_lot 0.12.1", - "prometheus", - "sp-arithmetic 25.0.0", -] - [[package]] name = "sc-utils" version = "17.0.0" @@ -16499,19 +14367,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "slot-range-helper" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ada4c82b85daa6134837918889b341716e4918c608b3cc5345ae67ea85a187c6" -dependencies = [ - "enumn", - "parity-scale-codec", - "paste", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "slot-range-helper" version = "11.0.0" @@ -16850,29 +14705,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-api" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb3fb2cdf7ee9b8d6ec7c2d8740b1a506e393dc18c7c2776764b47136d72dce7" -dependencies = [ - "hash-db", - "log", - "parity-scale-codec", - "scale-info", - "sp-api-proc-macro 17.0.1", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-metadata-ir 0.6.0", - "sp-runtime 34.0.0", - "sp-runtime-interface 26.0.0", - "sp-state-machine 0.38.0", - "sp-std", - "sp-trie 32.0.0", - "sp-version 32.0.0", - "thiserror", -] - [[package]] name = "sp-api" version = "30.0.0" @@ -16911,21 +14743,6 @@ dependencies = [ "syn 2.0.55", ] -[[package]] -name = "sp-api-proc-macro" -version = "17.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63a5680d94c55e1c7dc54e9e09b4827314fab44f9300f0be170898dc402318de" -dependencies = [ - "Inflector", - "blake2 0.10.6", - "expander 2.1.0", - "proc-macro-crate 3.1.0", - "proc-macro2", - "quote", - "syn 2.0.55", -] - [[package]] name = "sp-api-proc-macro" version = "18.0.0" @@ -16955,20 +14772,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-application-crypto" -version = "33.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13ca6121c22c8bd3d1dce1f05c479101fd0d7b159bef2a3e8c834138d839c75c" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-std", -] - [[package]] name = "sp-application-crypto" version = "34.0.0" @@ -16998,21 +14801,6 @@ dependencies = [ "static_assertions", ] -[[package]] -name = "sp-arithmetic" -version = "25.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "910c07fa263b20bf7271fdd4adcb5d3217dfdac14270592e0780223542e7e114" -dependencies = [ - "integer-sqrt", - "num-traits", - "parity-scale-codec", - "scale-info", - "serde", - "sp-std", - "static_assertions", -] - [[package]] name = "sp-arithmetic" version = "26.0.0" @@ -17043,20 +14831,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-authority-discovery" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ab47c385784b3f9646a21d5dcb236399083d77420a1269e70c04772336c519f" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "sp-authority-discovery" version = "30.0.0" @@ -17082,18 +14856,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-block-builder" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97e155e388d7e41c39a27f40f50c2517facdbf20dde4a73f40ec8f1f30ce190e" -dependencies = [ - "sp-api 29.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "sp-block-builder" version = "30.0.0" @@ -17105,25 +14867,6 @@ dependencies = [ "sp-runtime 35.0.0", ] -[[package]] -name = "sp-blockchain" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d00084ddd62a3bad1fc4c04cdb1cdbcbb55d813dbd4e42d52e42e8b6599fb210" -dependencies = [ - "futures", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "schnellru", - "sp-api 29.0.0", - "sp-consensus 0.35.0", - "sp-database", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "thiserror", -] - [[package]] name = "sp-blockchain" version = "32.0.0" @@ -17136,29 +14879,13 @@ dependencies = [ "parking_lot 0.12.1", "schnellru", "sp-api 30.0.0", - "sp-consensus 0.36.0", + "sp-consensus", "sp-database", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", "thiserror", ] -[[package]] -name = "sp-consensus" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed6f1ae58a74d619bd2c1d7939b4aa805f4226c7454ec3591c8a59fb0cc6477f" -dependencies = [ - "async-trait", - "futures", - "log", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "thiserror", -] - [[package]] name = "sp-consensus" version = "0.36.0" @@ -17184,31 +14911,13 @@ dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-api 27.0.1", - "sp-application-crypto 31.0.0", - "sp-consensus-slots 0.33.0", - "sp-inherents 27.0.0", - "sp-runtime 32.0.0", - "sp-std", - "sp-timestamp 27.0.0", -] - -[[package]] -name = "sp-consensus-aura" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "334d0088b7de70a94d58e7e93acd8d5101b35fadca7e19fa26788203b22e309b" -dependencies = [ - "async-trait", - "parity-scale-codec", - "scale-info", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-consensus-slots 0.35.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", + "sp-api 27.0.1", + "sp-application-crypto 31.0.0", + "sp-consensus-slots 0.33.0", + "sp-inherents 27.0.0", + "sp-runtime 32.0.0", "sp-std", - "sp-timestamp 29.0.0", + "sp-timestamp 27.0.0", ] [[package]] @@ -17248,26 +14957,6 @@ dependencies = [ "sp-timestamp 27.0.0", ] -[[package]] -name = "sp-consensus-babe" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb593ec8ec674a583d6fc5386b7f8964a9db78dcaabc0595559145a4053c9f6c" -dependencies = [ - "async-trait", - "parity-scale-codec", - "scale-info", - "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-consensus-slots 0.35.0", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-timestamp 29.0.0", -] - [[package]] name = "sp-consensus-babe" version = "0.36.0" @@ -17308,28 +14997,6 @@ dependencies = [ "strum 0.24.1", ] -[[package]] -name = "sp-consensus-beefy" -version = "16.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e2b03bc552702dd20fd3dad01631b13ca3e62e814ad278fe3012f5e3bb3e100" -dependencies = [ - "lazy_static", - "parity-scale-codec", - "scale-info", - "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", - "sp-crypto-hashing", - "sp-io 33.0.0", - "sp-keystore 0.37.0", - "sp-mmr-primitives 29.0.0", - "sp-runtime 34.0.0", - "sp-std", - "strum 0.24.1", -] - [[package]] name = "sp-consensus-beefy" version = "17.0.0" @@ -17370,25 +15037,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-consensus-grandpa" -version = "16.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71df706a104a752101b52f12cca7f5b7ffe1ca6ce9b4b1eb8c5d04356f248fa5" -dependencies = [ - "finality-grandpa", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "sp-consensus-grandpa" version = "17.0.0" @@ -17420,19 +15068,6 @@ dependencies = [ "sp-timestamp 27.0.0", ] -[[package]] -name = "sp-consensus-slots" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0a5c47c52ad58aa349f7c13cb356ab45c32964ee28354c27fd6e4b417cb2644" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-std", - "sp-timestamp 29.0.0", -] - [[package]] name = "sp-consensus-slots" version = "0.36.0" @@ -17491,53 +15126,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "sp-core" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26d7a0fd8f16dcc3761198fc83be12872f823b37b749bc72a3a6a1f702509366" -dependencies = [ - "array-bytes 6.2.2", - "bitflags 1.3.2", - "blake2 0.10.6", - "bounded-collections 0.2.0", - "bs58 0.5.1", - "dyn-clonable", - "ed25519-zebra 3.1.0", - "futures", - "hash-db", - "hash256-std-hasher", - "impl-serde", - "itertools 0.10.5", - "k256", - "libsecp256k1", - "log", - "merlin", - "parity-bip39", - "parity-scale-codec", - "parking_lot 0.12.1", - "paste", - "primitive-types", - "rand", - "scale-info", - "schnorrkel 0.11.4", - "secp256k1", - "secrecy", - "serde", - "sp-crypto-hashing", - "sp-debug-derive", - "sp-externalities 0.27.0", - "sp-runtime-interface 26.0.0", - "sp-std", - "sp-storage 20.0.0", - "ss58-registry", - "substrate-bip39 0.5.0", - "thiserror", - "tracing", - "w3f-bls", - "zeroize", -] - [[package]] name = "sp-core" version = "32.0.0" @@ -17643,18 +15231,6 @@ dependencies = [ "sp-storage 20.0.0", ] -[[package]] -name = "sp-externalities" -version = "0.27.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1d6a4572eadd4a63cff92509a210bf425501a0c5e76574b30a366ac77653787" -dependencies = [ - "environmental", - "parity-scale-codec", - "sp-std", - "sp-storage 20.0.0", -] - [[package]] name = "sp-externalities" version = "0.28.0" @@ -17678,18 +15254,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-genesis-builder" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16a1192b502d38c6d17b1005a7b3e7a6ab835df996803968ae3be9e8f7399ee4" -dependencies = [ - "serde_json", - "sp-api 29.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "sp-genesis-builder" version = "0.11.0" @@ -17716,21 +15280,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-inherents" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b5e46ccc5848542648dcf05f882e41de2e341d0eeca97ff2b7dfad0f38e8500" -dependencies = [ - "async-trait", - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "sp-runtime 34.0.0", - "sp-std", - "thiserror", -] - [[package]] name = "sp-inherents" version = "30.0.0" @@ -17771,33 +15320,6 @@ dependencies = [ "tracing-core", ] -[[package]] -name = "sp-io" -version = "33.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e09bba780b55bd9e67979cd8f654a31e4a6cf45426ff371394a65953d2177f2" -dependencies = [ - "bytes", - "ed25519-dalek", - "libsecp256k1", - "log", - "parity-scale-codec", - "polkavm-derive 0.9.1", - "rustversion", - "secp256k1", - "sp-core 31.0.0", - "sp-crypto-hashing", - "sp-externalities 0.27.0", - "sp-keystore 0.37.0", - "sp-runtime-interface 26.0.0", - "sp-state-machine 0.38.0", - "sp-std", - "sp-tracing 16.0.0", - "sp-trie 32.0.0", - "tracing", - "tracing-core", -] - [[package]] name = "sp-io" version = "34.0.0" @@ -17809,7 +15331,7 @@ dependencies = [ "libsecp256k1", "log", "parity-scale-codec", - "polkavm-derive 0.9.1", + "polkavm-derive", "rustversion", "secp256k1", "sp-core 32.0.0", @@ -17836,17 +15358,6 @@ dependencies = [ "strum 0.24.1", ] -[[package]] -name = "sp-keyring" -version = "34.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a07a31da596d705b3a3458d784a897af7fd2f8090de436dc386a112e8ea7f34f" -dependencies = [ - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "strum 0.24.1", -] - [[package]] name = "sp-keyring" version = "35.0.0" @@ -17871,18 +15382,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-keystore" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdbab8b61bd61d5f8625a0c75753b5d5a23be55d3445419acd42caf59cf6236b" -dependencies = [ - "parity-scale-codec", - "parking_lot 0.12.1", - "sp-core 31.0.0", - "sp-externalities 0.27.0", -] - [[package]] name = "sp-keystore" version = "0.38.0" @@ -17928,19 +15427,6 @@ dependencies = [ "scale-info", ] -[[package]] -name = "sp-mixnet" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22d9da31673ad5771faf8cd0e62ab0c183ea71a630d187b926bc52af379cb1de" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-std", -] - [[package]] name = "sp-mixnet" version = "0.8.0" @@ -17972,25 +15458,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-mmr-primitives" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "518fcd8710618d104e04c9e63e697d3406180afbe55cc5400168019647fc5880" -dependencies = [ - "ckb-merkle-mountain-range", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-debug-derive", - "sp-runtime 34.0.0", - "sp-std", - "thiserror", -] - [[package]] name = "sp-mmr-primitives" version = "30.0.0" @@ -18024,21 +15491,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-npos-elections" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e03ec553bc1a0f4d3aa902d3c5b3cdbe76f8218c642cbca0305722b3f8bbc826" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "sp-npos-elections" version = "30.0.0" @@ -18064,17 +15516,6 @@ dependencies = [ "sp-runtime 32.0.0", ] -[[package]] -name = "sp-offchain" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c041d932d7debf1d2e073ecece1425aadae7482689cd4bf148d5886b28bd10d7" -dependencies = [ - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", -] - [[package]] name = "sp-offchain" version = "30.0.0" @@ -18097,17 +15538,6 @@ dependencies = [ "regex", ] -[[package]] -name = "sp-rpc" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b26650747f5c204afd8c637df5e882ea912a890cf974fe67c36b430318fc451c" -dependencies = [ - "rustc-hash", - "serde", - "sp-core 31.0.0", -] - [[package]] name = "sp-rpc" version = "30.0.0" @@ -18144,31 +15574,6 @@ dependencies = [ "sp-weights 28.0.0", ] -[[package]] -name = "sp-runtime" -version = "34.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec3cb126971e7db2f0fcf8053dce740684c438c7180cfca1959598230f342c58" -dependencies = [ - "docify", - "either", - "hash256-std-hasher", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "paste", - "rand", - "scale-info", - "serde", - "simple-mermaid", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-std", - "sp-weights 30.0.0", -] - [[package]] name = "sp-runtime" version = "35.0.0" @@ -18205,27 +15610,7 @@ dependencies = [ "parity-scale-codec", "primitive-types", "sp-externalities 0.26.0", - "sp-runtime-interface-proc-macro 17.0.0", - "sp-std", - "sp-storage 20.0.0", - "sp-tracing 16.0.0", - "sp-wasm-interface 20.0.0", - "static_assertions", -] - -[[package]] -name = "sp-runtime-interface" -version = "26.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e48a675ea4858333d4d755899ed5ed780174aa34fec15953428d516af5452295" -dependencies = [ - "bytes", - "impl-trait-for-tuples", - "parity-scale-codec", - "polkavm-derive 0.8.0", - "primitive-types", - "sp-externalities 0.27.0", - "sp-runtime-interface-proc-macro 18.0.0", + "sp-runtime-interface-proc-macro 17.0.0", "sp-std", "sp-storage 20.0.0", "sp-tracing 16.0.0", @@ -18242,7 +15627,7 @@ dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", - "polkavm-derive 0.9.1", + "polkavm-derive", "primitive-types", "sp-externalities 0.28.0", "sp-runtime-interface-proc-macro 18.0.0", @@ -18297,22 +15682,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-session" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a61ea4ca90f644da2c25edee711b53b1c0b8d50628ceef372224ea24d252b57" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", - "sp-std", -] - [[package]] name = "sp-session" version = "31.0.0" @@ -18343,21 +15712,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-staking" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4114cde17987eaa2f17b8850a8c856b90364666cdbc920d511e7a1cde0574d24" -dependencies = [ - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "sp-staking" version = "30.0.0" @@ -18394,28 +15748,6 @@ dependencies = [ "trie-db", ] -[[package]] -name = "sp-state-machine" -version = "0.38.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1eae0eac8034ba14437e772366336f579398a46d101de13dbb781ab1e35e67c5" -dependencies = [ - "hash-db", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "rand", - "smallvec", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-panic-handler", - "sp-std", - "sp-trie 32.0.0", - "thiserror", - "tracing", - "trie-db", -] - [[package]] name = "sp-state-machine" version = "0.39.0" @@ -18437,32 +15769,6 @@ dependencies = [ "trie-db", ] -[[package]] -name = "sp-statement-store" -version = "13.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b90e8440d72e0ae5d273374af3ebe16768d05b40dff1f487835dd2f826ee9568" -dependencies = [ - "aes-gcm", - "curve25519-dalek 4.1.2", - "ed25519-dalek", - "hkdf", - "parity-scale-codec", - "rand", - "scale-info", - "sha2 0.10.8", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", - "sp-crypto-hashing", - "sp-externalities 0.27.0", - "sp-runtime 34.0.0", - "sp-runtime-interface 26.0.0", - "sp-std", - "thiserror", - "x25519-dalek 2.0.1", -] - [[package]] name = "sp-statement-store" version = "14.0.0" @@ -18535,20 +15841,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-timestamp" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64d51fcd008fd5a79d61dba98c7ae89c2460a49dff07001bf1e9b12535d49536" -dependencies = [ - "async-trait", - "parity-scale-codec", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-std", - "thiserror", -] - [[package]] name = "sp-timestamp" version = "30.0.0" @@ -18597,16 +15889,6 @@ dependencies = [ "sp-runtime 32.0.0", ] -[[package]] -name = "sp-transaction-pool" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0484eaf40c2abda75bda9688298cc8f6e02161176e3aab501207c8ccf4d4b3e1" -dependencies = [ - "sp-api 29.0.0", - "sp-runtime 34.0.0", -] - [[package]] name = "sp-transaction-pool" version = "30.0.0" @@ -18617,22 +15899,6 @@ dependencies = [ "sp-runtime 35.0.0", ] -[[package]] -name = "sp-transaction-storage-proof" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba0c99e0852ddd18159c2dc6100c2b5852e49211d8afe373cbce33d1da0050dd" -dependencies = [ - "async-trait", - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-trie 32.0.0", -] - [[package]] name = "sp-transaction-storage-proof" version = "30.0.0" @@ -18673,31 +15939,6 @@ dependencies = [ "trie-root", ] -[[package]] -name = "sp-trie" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1aa91ad26c62b93d73e65f9ce7ebd04459c4bad086599348846a81988d6faa4" -dependencies = [ - "ahash 0.8.11", - "hash-db", - "lazy_static", - "memory-db", - "nohash-hasher", - "parity-scale-codec", - "parking_lot 0.12.1", - "rand", - "scale-info", - "schnellru", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-std", - "thiserror", - "tracing", - "trie-db", - "trie-root", -] - [[package]] name = "sp-trie" version = "33.0.0" @@ -18740,24 +15981,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-version" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c0219b1aeb89e36d13bd43a718920a9087dbb66c567e672c4639cefb2fefc05" -dependencies = [ - "impl-serde", - "parity-scale-codec", - "parity-wasm", - "scale-info", - "serde", - "sp-crypto-hashing-proc-macro", - "sp-runtime 34.0.0", - "sp-std", - "sp-version-proc-macro 13.0.0", - "thiserror", -] - [[package]] name = "sp-version" version = "33.0.0" @@ -18843,22 +16066,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-weights" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9af6c661fe3066b29f9e1d258000f402ff5cc2529a9191972d214e5871d0ba87" -dependencies = [ - "bounded-collections 0.2.0", - "parity-scale-codec", - "scale-info", - "serde", - "smallvec", - "sp-arithmetic 25.0.0", - "sp-debug-derive", - "sp-std", -] - [[package]] name = "sp-weights" version = "31.0.0" @@ -18975,21 +16182,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "staging-parachain-info" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4df1c48ca2892cb0694c7e10fbcfc8d15fe0fd0b763d61fbc587a870fbb97147" -dependencies = [ - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "scale-info", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "staging-parachain-info" version = "0.11.0" @@ -19024,25 +16216,6 @@ dependencies = [ "xcm-procedural", ] -[[package]] -name = "staging-xcm" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6ee775f7fc9dfae15d9d5a806efa7d3215f7b7b1cfd225809285a0281addeab" -dependencies = [ - "array-bytes 6.2.2", - "bounded-collections 0.2.0", - "derivative", - "environmental", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-weights 30.0.0", - "xcm-procedural", -] - [[package]] name = "staging-xcm" version = "11.0.0" @@ -19085,29 +16258,6 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] -[[package]] -name = "staging-xcm-builder" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41c905c7e545eb80efdbf62470575a37935260503494453ffa3c1ac6207d06c9" -dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", - "impl-trait-for-tuples", - "log", - "pallet-transaction-payment 31.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "scale-info", - "sp-arithmetic 25.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-weights 30.0.0", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", -] - [[package]] name = "staging-xcm-builder" version = "11.0.0" @@ -19153,28 +16303,6 @@ dependencies = [ "staging-xcm 8.0.1", ] -[[package]] -name = "staging-xcm-executor" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e30434a78d4392b698bc7854c00f52d83c1c544da4be1912f898958c3e32f062" -dependencies = [ - "environmental", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-weights 30.0.0", - "staging-xcm 10.0.0", -] - [[package]] name = "staging-xcm-executor" version = "11.0.0" @@ -19326,19 +16454,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "substrate-bip39" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2b564c293e6194e8b222e52436bcb99f60de72043c7f845cf6c4406db4df121" -dependencies = [ - "hmac 0.12.1", - "pbkdf2 0.12.2", - "schnorrkel 0.11.4", - "sha2 0.10.8", - "zeroize", -] - [[package]] name = "substrate-bip39" version = "0.6.0" @@ -19369,11 +16484,11 @@ dependencies = [ "jsonrpsee", "log", "parity-scale-codec", - "sc-rpc-api 0.37.0", - "sc-transaction-pool-api 32.0.0", + "sc-rpc-api", + "sc-transaction-pool-api", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-runtime 35.0.0", ] @@ -19400,7 +16515,7 @@ dependencies = [ "async-trait", "jsonrpsee", "log", - "sc-rpc-api 0.37.0", + "sc-rpc-api", "serde", "sp-runtime 35.0.0", ] @@ -19413,8 +16528,8 @@ checksum = "0da2e823fb02fbd5c77d6949cde60ff3e320c100278818000b39e9f0a8c8c428" dependencies = [ "jsonrpsee", "parity-scale-codec", - "sc-client-api 32.0.0", - "sc-rpc-api 0.37.0", + "sc-client-api", + "sc-rpc-api", "serde", "sp-core 32.0.0", "sp-runtime 35.0.0", @@ -19442,26 +16557,6 @@ dependencies = [ "wasm-opt", ] -[[package]] -name = "substrate-wasm-builder" -version = "20.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f55ed4ff2945faa132b9658cb581a3a5cf14dd90b5e217b3e16724eb202ed6c6" -dependencies = [ - "build-helper", - "cargo_metadata", - "console", - "filetime", - "parity-wasm", - "polkavm-linker", - "sp-maybe-compressed-blob", - "strum 0.24.1", - "tempfile", - "toml 0.8.12", - "walkdir", - "wasm-opt", -] - [[package]] name = "substrate-wasm-builder" version = "21.0.0" @@ -20014,18 +17109,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "tracing-gum" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "461fe686e103f3afc4c93a56474193ffc46d4b2770f8df5d56e025e8bb54960c" -dependencies = [ - "coarsetime", - "polkadot-primitives 10.0.0", - "tracing", - "tracing-gum-proc-macro", -] - [[package]] name = "tracing-gum" version = "11.0.0" @@ -20209,8 +17292,8 @@ dependencies = [ "hex", "log", "parity-scale-codec", - "sc-cli 0.40.0", - "sc-executor 0.36.0", + "sc-cli", + "sc-executor", "serde", "serde_json", "sp-api 30.0.0", @@ -20222,11 +17305,11 @@ dependencies = [ "sp-inherents 30.0.0", "sp-io 34.0.0", "sp-keystore 0.38.0", - "sp-rpc 30.0.0", + "sp-rpc", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", "sp-timestamp 30.0.0", - "sp-transaction-storage-proof 30.0.0", + "sp-transaction-storage-proof", "sp-version 33.0.0", "sp-weights 31.0.0", "substrate-rpc-client", @@ -21337,37 +18420,37 @@ dependencies = [ [[package]] name = "xcm-emulator" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea6acd5a2d4c654cb659666c7bc3730b6b29b6caf4d98c6799911069d81b1ed2" +checksum = "37e42f8cc343d8c52d9412350da0fa8597ddd91c9b4d5664c06f63bb813c69de" dependencies = [ - "cumulus-pallet-parachain-system 0.10.0", - "cumulus-pallet-xcmp-queue 0.10.0", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-parachain-inherent 0.10.0", - "cumulus-test-relay-sproof-builder 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "cumulus-pallet-parachain-system 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-test-relay-sproof-builder", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "lazy_static", "log", - "pallet-balances 31.0.0", - "pallet-message-queue 34.0.0", - "parachains-common 10.0.0", + "pallet-balances 33.0.0", + "pallet-message-queue 35.0.0", + "parachains-common 11.0.0", "parity-scale-codec", "paste", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-parachains 11.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-tracing 16.0.0", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", + "sp-tracing 17.0.0", + "staging-xcm 11.0.0", + "staging-xcm-executor 11.0.0", ] [[package]] From 1bdc5b838ccb8cf9205f16ab36d63cf2f5bee855 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 16:14:36 +0700 Subject: [PATCH 18/95] fix: undo benchmarking host functions removal --- node/src/service.rs | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/node/src/service.rs b/node/src/service.rs index b2d39caf..36a1fa6e 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -13,8 +13,7 @@ use cumulus_client_consensus_common::ParachainBlockImport as TParachainBlockImpo use cumulus_client_consensus_proposer::Proposer; use cumulus_client_service::{ build_network, build_relay_chain_interface, prepare_node_config, start_relay_chain_tasks, - BuildNetworkParams, CollatorSybilResistance, DARecoveryProfile, ParachainHostFunctions, - StartRelayChainTasksParams, + BuildNetworkParams, CollatorSybilResistance, DARecoveryProfile, StartRelayChainTasksParams, }; use cumulus_primitives_core::{ relay_chain::{CollatorPair, ValidationCode}, @@ -38,7 +37,12 @@ use sp_keystore::KeystorePtr; use sp_runtime::{app_crypto::AppCrypto, traits::BlakeTwo256}; use substrate_prometheus_endpoint::Registry; -type ParachainExecutor = WasmExecutor; +type HostFunctions = ( + cumulus_client_service::ParachainHostFunctions, + frame_benchmarking::benchmarking::HostFunctions, +); + +type ParachainExecutor = WasmExecutor; type ParachainClient = TFullClient; From f7b5b53eff3732572ba125ff021c2be57df5bad5 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 17:33:10 +0700 Subject: [PATCH 19/95] fix: remove pov reclaim from testnet --- runtime/testnet/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/runtime/testnet/src/lib.rs b/runtime/testnet/src/lib.rs index 5d38a10f..36e5f710 100644 --- a/runtime/testnet/src/lib.rs +++ b/runtime/testnet/src/lib.rs @@ -101,7 +101,6 @@ pub type SignedExtra = ( frame_system::CheckNonce, frame_system::CheckWeight, pallet_transaction_payment::ChargeTransactionPayment, - cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim, ); /// Unchecked extrinsic type as expected by this runtime. From 06fbb928ceca6446ee91ba331e4273ff2c21f05d Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 17:35:27 +0700 Subject: [PATCH 20/95] fix: remove signed extra --- runtime/testnet/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/runtime/testnet/src/lib.rs b/runtime/testnet/src/lib.rs index d2e1918b..d566bb5f 100644 --- a/runtime/testnet/src/lib.rs +++ b/runtime/testnet/src/lib.rs @@ -101,7 +101,6 @@ pub type SignedExtra = ( frame_system::CheckNonce, frame_system::CheckWeight, pallet_transaction_payment::ChargeTransactionPayment, - cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim, ); /// Unchecked extrinsic type as expected by this runtime. From 76b07128ae0ca1f0474288e70462919454bc4a1e Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 18:00:28 +0700 Subject: [PATCH 21/95] feat: update the authoring duration --- node/src/command.rs | 5 ++--- node/src/service.rs | 8 ++------ 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/node/src/command.rs b/node/src/command.rs index f0f1ad25..e7be989e 100644 --- a/node/src/command.rs +++ b/node/src/command.rs @@ -278,12 +278,11 @@ pub fn run() -> Result<()> { }), #[cfg(not(feature = "runtime-benchmarks"))] BenchmarkCmd::Storage(_) => - return Err(sc_cli::Error::Input( + Err(sc_cli::Error::Input( "Compile with --features=runtime-benchmarks \ to enable storage benchmarks." .into(), - ) - .into()), + )), #[cfg(feature = "runtime-benchmarks")] BenchmarkCmd::Storage(cmd) => runner.sync_run(|config| { construct_benchmark_partials!(config, |partials| { diff --git a/node/src/service.rs b/node/src/service.rs index 36a1fa6e..cd108228 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -9,6 +9,7 @@ use pop_runtime_common::{AccountId, AuraId, Balance, Block, Hash, Nonce}; // Cumulus Imports use cumulus_client_collator::service::CollatorService; +use cumulus_client_consensus_aura::collators::lookahead::{self as aura, Params as AuraParams}; use cumulus_client_consensus_common::ParachainBlockImport as TParachainBlockImport; use cumulus_client_consensus_proposer::Proposer; use cumulus_client_service::{ @@ -400,11 +401,6 @@ where RuntimeApi: ConstructRuntimeApi> + Send + Sync + 'static, RuntimeApi::RuntimeApi: RuntimeApiExt, { - use cumulus_client_consensus_aura::collators::lookahead::{self as aura, Params as AuraParams}; - - // NOTE: because we use Aura here explicitly, we can use `CollatorSybilResistance::Resistant` - // when starting the network. - let proposer_factory = sc_basic_authorship::ProposerFactory::with_proof_recording( task_manager.spawn_handle(), client.clone(), @@ -439,7 +435,7 @@ where relay_chain_slot_duration, proposer, collator_service, - authoring_duration: Duration::from_millis(1500), + authoring_duration: Duration::from_millis(2000), reinitialize: false, }; From fcbecffea7e901b6056a2758f44fd81edc024db8 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 18:14:36 +0700 Subject: [PATCH 22/95] fix: comment identation --- runtime/devnet/src/config/xcm.rs | 2 +- runtime/testnet/src/config/xcm.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/devnet/src/config/xcm.rs b/runtime/devnet/src/config/xcm.rs index a0c72cb3..edd82cf6 100644 --- a/runtime/devnet/src/config/xcm.rs +++ b/runtime/devnet/src/config/xcm.rs @@ -31,7 +31,7 @@ parameter_types! { // Note: Paseo currently uses Polkadot https://github.com/paseo-network/runtimes/blob/abc4ae9c5ae8f0166aab7ef2b427b3c2c6d5ce5c/relay/paseo/src/xcm_config.rs#L56 pub const RelayNetwork: Option = Some(Polkadot); pub RelayChainOrigin: RuntimeOrigin = cumulus_pallet_xcm::Origin::Relay.into(); - // For the real deployment, it is recommended to set `RelayNetwork` according to the relay chain + // For the real deployment, it is recommended to set `RelayNetwork` according to the relay chain // and prepend `UniversalLocation` with `GlobalConsensus(RelayNetwork::get())`. pub UniversalLocation: InteriorLocation = Parachain(ParachainInfo::parachain_id().into()).into(); } diff --git a/runtime/testnet/src/config/xcm.rs b/runtime/testnet/src/config/xcm.rs index d7def2f5..edd82cf6 100644 --- a/runtime/testnet/src/config/xcm.rs +++ b/runtime/testnet/src/config/xcm.rs @@ -31,7 +31,7 @@ parameter_types! { // Note: Paseo currently uses Polkadot https://github.com/paseo-network/runtimes/blob/abc4ae9c5ae8f0166aab7ef2b427b3c2c6d5ce5c/relay/paseo/src/xcm_config.rs#L56 pub const RelayNetwork: Option = Some(Polkadot); pub RelayChainOrigin: RuntimeOrigin = cumulus_pallet_xcm::Origin::Relay.into(); - // For the real deployment, it is recommended to set `RelayNetwork` according to the relay chain + // For the real deployment, it is recommended to set `RelayNetwork` according to the relay chain // and prepend `UniversalLocation` with `GlobalConsensus(RelayNetwork::get())`. pub UniversalLocation: InteriorLocation = Parachain(ParachainInfo::parachain_id().into()).into(); } From 676023dd97f4b6b8bca72341cea556b2555131bc Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 17:11:28 +0700 Subject: [PATCH 23/95] chore: upgrade to v1.11.0 --- Cargo.lock | 4907 ++++++++++++++++------------- Cargo.toml | 195 +- node/src/cli.rs | 5 - node/src/command.rs | 46 +- node/src/service.rs | 19 +- runtime/devnet/Cargo.toml | 16 +- runtime/devnet/build.rs | 12 +- runtime/devnet/src/config/xcm.rs | 2 + runtime/devnet/src/lib.rs | 17 +- runtime/testnet/Cargo.toml | 15 + runtime/testnet/build.rs | 12 +- runtime/testnet/src/config/xcm.rs | 2 + runtime/testnet/src/lib.rs | 18 +- 13 files changed, 2898 insertions(+), 2368 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f088f26..730b0a19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -357,7 +357,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185" dependencies = [ "num-traits", - "rand", + "rand 0.8.5", ] [[package]] @@ -456,7 +456,7 @@ dependencies = [ "cumulus-primitives-utility 0.8.1", "frame-benchmarking 29.0.0", "frame-executive 29.0.0", - "frame-metadata-hash-extension", + "frame-metadata-hash-extension 0.1.0", "frame-support 29.0.2", "frame-system 29.0.0", "frame-system-benchmarking 29.0.0", @@ -519,33 +519,33 @@ dependencies = [ [[package]] name = "asset-test-utils" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2e1d4077fc518abe25e26f3963a080686cabecb97f192d9124be3e04cc21cad" -dependencies = [ - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-assets 33.0.0", - "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", - "pallet-session 32.0.0", - "pallet-timestamp 31.0.0", - "pallet-xcm 11.0.0", - "pallet-xcm-bridge-hub-router 0.9.0", - "parachains-common 11.0.0", +checksum = "c7e7f3e224a6407633a4b55cc2dbbbd002709a1c31ecc61232ef816ed8e4d69e" +dependencies = [ + "cumulus-pallet-parachain-system 0.12.0", + "cumulus-pallet-xcmp-queue 0.12.0", + "cumulus-primitives-core 0.12.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-assets 34.0.0", + "pallet-balances 34.0.0", + "pallet-collator-selection 14.0.0", + "pallet-session 33.0.0", + "pallet-timestamp 32.0.0", + "pallet-xcm 12.0.0", + "pallet-xcm-bridge-hub-router 0.10.0", + "parachains-common 12.0.0", "parachains-runtimes-test-utils", "parity-scale-codec", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-parachain-info 0.11.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", - "substrate-wasm-builder 21.0.0", + "staging-parachain-info 0.12.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", + "substrate-wasm-builder 22.0.1", ] [[package]] @@ -892,7 +892,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "93f2635620bf0b9d4576eb7bb9a38a55df78bd1205d26fa994b25911a69f212f" dependencies = [ "bitcoin_hashes 0.11.0", - "rand", + "rand 0.8.5", "rand_core 0.6.4", "serde", "unicode-normalization", @@ -1143,19 +1143,19 @@ dependencies = [ [[package]] name = "bp-header-chain" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b4a86e6438700a4217675ef3088fb08694ab69b1bdce4124099b1dcff9a6ff8" +checksum = "5947cb2260e3dd1f30894b31604fb6edac13a97d32b4242f2665918f3800eec8" dependencies = [ - "bp-runtime 0.11.0", + "bp-runtime 0.12.0", "finality-grandpa", - "frame-support 32.0.0", + "frame-support 33.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-grandpa 17.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -1177,13 +1177,13 @@ dependencies = [ [[package]] name = "bp-messages" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6a8b4356728ca03a8246104e320a2b1d7ba8c7fbd2917bf62395290f6ef2cc1" +checksum = "763d870409a3865c0a3e557831eef3a72ed21850f293195abd6ebe01ea016c19" dependencies = [ - "bp-header-chain 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", + "bp-header-chain 0.12.0", + "bp-runtime 0.12.0", + "frame-support 33.0.0", "parity-scale-codec", "scale-info", "serde", @@ -1193,19 +1193,19 @@ dependencies = [ [[package]] name = "bp-parachains" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d5a4983aec89871fe61f700cd4edaaf30288e7fbd927f7e4f879951f61569d4" +checksum = "5611ce066169f9a5a271e06036a600f4aec81a7038fc492f2abc3fb587ba3377" dependencies = [ - "bp-header-chain 0.11.0", - "bp-polkadot-core 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", + "bp-header-chain 0.12.0", + "bp-polkadot-core 0.12.0", + "bp-runtime 0.12.0", + "frame-support 33.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -1230,35 +1230,35 @@ dependencies = [ [[package]] name = "bp-polkadot-core" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54ef42ed5eb5ea249ee3f26f38ad114e379accfa1f2a8ee1ff87dc6bbc00b399" +checksum = "29b7fbe32c15d65f43dac5c5371bb13e0f0311165dc1394581749886047ce6e8" dependencies = [ - "bp-messages 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-messages 0.12.0", + "bp-runtime 0.12.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "parity-util-mem", "scale-info", "serde", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "bp-relayers" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36f6f38407e79458fefb4c14a6f9f2cd9779b2dfeb3b11112e20902ee9dfea5f" +checksum = "6e551221aed051c215eaf89f74c09006ef08ed343219f29a94a62956d296571c" dependencies = [ - "bp-messages 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", + "bp-messages 0.12.0", + "bp-runtime 0.12.0", + "frame-support 33.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -1283,17 +1283,17 @@ dependencies = [ "sp-state-machine 0.36.0", "sp-std", "sp-trie 30.0.0", - "trie-db", + "trie-db 0.28.0", ] [[package]] name = "bp-runtime" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67f4b1696822790b449046bdb89c273852ef2201a046b64b24293871a953e5e3" +checksum = "8272b8bff3f0de0c744b79e3cdeb1e4f5efc4850e989b977c7b6393fcb0d36d9" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "hash-db", "impl-trait-for-tuples", "log", @@ -1302,33 +1302,33 @@ dependencies = [ "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-std", - "sp-trie 33.0.0", - "trie-db", + "sp-trie 34.0.0", + "trie-db 0.29.1", ] [[package]] name = "bp-test-utils" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0462cedd4f4dba1dde9d296df6b0e128a61abecde6ff6efa3b122ee8ac2f811" +checksum = "e2f2897901eec59d41232e11924bd251552524a2971abee9a1c36f3e9815cbaa" dependencies = [ - "bp-header-chain 0.11.0", + "bp-header-chain 0.12.0", "bp-parachains", - "bp-polkadot-core 0.11.0", - "bp-runtime 0.11.0", - "ed25519-dalek", + "bp-polkadot-core 0.12.0", + "bp-runtime 0.12.0", + "ed25519-dalek 2.1.1", "finality-grandpa", "parity-scale-codec", - "sp-application-crypto 34.0.0", - "sp-consensus-grandpa 17.0.0", + "sp-application-crypto 35.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] @@ -1354,50 +1354,50 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub-router" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "063e9ce60db859f26172c1428b251e628751850e7862065104e750310c6afbad" +checksum = "0181e1058f555b2e0f177e82042a6edd9c342ed4ec826376b2e5aa1cd29fc853" dependencies = [ "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "bridge-runtime-common" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9dde81c8af81ee9bdf0374010288cf03ff3ccd7f57802f24889884f73d0b3bd3" +checksum = "f5bc8b6f7c61fb2f1bbcdb348ba6e9e7defb066771b42b2cd2a49846263a31f7" dependencies = [ - "bp-header-chain 0.11.0", - "bp-messages 0.11.0", + "bp-header-chain 0.12.0", + "bp-messages 0.12.0", "bp-parachains", - "bp-polkadot-core 0.11.0", + "bp-polkadot-core 0.12.0", "bp-relayers", - "bp-runtime 0.11.0", + "bp-runtime 0.12.0", "bp-xcm-bridge-hub", - "bp-xcm-bridge-hub-router 0.10.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-xcm-bridge-hub-router 0.11.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "hash-db", "log", "pallet-bridge-grandpa", "pallet-bridge-messages", "pallet-bridge-parachains", "pallet-bridge-relayers", - "pallet-transaction-payment 32.0.0", - "pallet-utility 32.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-utility 33.0.0", "parity-scale-codec", "scale-info", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "sp-trie 33.0.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", + "sp-trie 34.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", ] [[package]] @@ -1614,6 +1614,19 @@ dependencies = [ "unsigned-varint", ] +[[package]] +name = "cid" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd94671561e36e4e7de75f753f577edafb0e7c05d6e4547229fdf7938fbcd2c3" +dependencies = [ + "core2", + "multibase", + "multihash 0.18.1", + "serde", + "unsigned-varint", +] + [[package]] name = "cipher" version = "0.2.5" @@ -1743,6 +1756,16 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" +[[package]] +name = "combine" +version = "4.6.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" +dependencies = [ + "bytes", + "memchr", +] + [[package]] name = "comfy-table" version = "7.1.0" @@ -1983,6 +2006,21 @@ dependencies = [ "wasmtime-types", ] +[[package]] +name = "crc" +version = "3.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636" +dependencies = [ + "crc-catalog", +] + +[[package]] +name = "crc-catalog" +version = "2.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" + [[package]] name = "crc32fast" version = "1.4.0" @@ -2096,9 +2134,9 @@ dependencies = [ [[package]] name = "cumulus-client-cli" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b169c6bebaa58a8f0f2078747919ebd98df45d0d018a0f8caa66ec15e2ad43d4" +checksum = "56af3de66b0512db180c091ccbf673ed198f75a25b602289ee247251bf966c39" dependencies = [ "clap", "parity-scale-codec", @@ -2108,54 +2146,54 @@ dependencies = [ "sc-service", "sp-blockchain", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "url", ] [[package]] name = "cumulus-client-collator" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d1ffccac45cddcbb37b8c18283bd57638f648f725091d28c3ac3be515f8dd1d" +checksum = "aeaa7ba76cb14097c15105674be6ec74e58bc1313cb322a97e038c9abfbf09c4" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "futures", "parity-scale-codec", "parking_lot 0.12.1", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-client-api", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-consensus", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "tracing", ] [[package]] name = "cumulus-client-consensus-aura" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6d112f874c998d174f034532d238d5e0616c3455f8bf9bb5946c5617e7c7c0f" +checksum = "a999414a27e99ed73f447aba5f9382bb81fbf3e98a8c1a8874f71f929d094759" dependencies = [ "async-trait", "cumulus-client-collator", "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-parachain-inherent", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-aura 0.12.0", + "cumulus-primitives-core 0.12.0", "cumulus-relay-chain-interface", "futures", "parity-scale-codec", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-client-api", "sc-consensus", "sc-consensus-aura", @@ -2163,73 +2201,73 @@ dependencies = [ "sc-consensus-slots", "sc-telemetry", "schnellru", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-aura 0.36.0", + "sp-consensus-aura 0.37.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", + "sp-inherents 31.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", - "sp-timestamp 30.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", + "sp-timestamp 31.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "cumulus-client-consensus-common" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b6fc5e8237ff0e649c24fb1c31407fddb05cdf4773f83ca2a7b497305ae19b0" +checksum = "fc06ef9519e39f72915033e0aec418383707290103c8d9ba8ffbc70ddfd515e7" dependencies = [ "async-trait", "cumulus-client-pov-recovery", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "cumulus-relay-chain-interface", "dyn-clone", "futures", "log", "parity-scale-codec", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-client-api", "sc-consensus", "sc-consensus-babe", "schnellru", "sp-blockchain", "sp-consensus", - "sp-consensus-slots 0.36.0", + "sp-consensus-slots 0.37.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-timestamp 30.0.0", - "sp-trie 33.0.0", + "sp-runtime 36.0.0", + "sp-timestamp 31.0.0", + "sp-trie 34.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "cumulus-client-consensus-proposer" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fb01ccc8275a4ded0caf788e561c7400e630585d34feec8a22700cbbe44f8bb" +checksum = "e8a533049ee548528aada1c09c5827c3a2fd8cce96ecb4ff1fca241abfef87ba" dependencies = [ "anyhow", "async-trait", - "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-primitives-parachain-inherent 0.12.0", "sp-consensus", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "thiserror", ] [[package]] name = "cumulus-client-network" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f70b5f3eb4385498880a74684be6bd17669f2a2b5c7db805eef16337af1d0cd" +checksum = "b1da1f0f7be1258a0f1a4a43ca0dd4a1add8e2e639dceaf310fc136d6835fe00" dependencies = [ "async-trait", "cumulus-relay-chain-interface", @@ -2238,50 +2276,50 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "polkadot-node-primitives", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-client-api", "sp-blockchain", "sp-consensus", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "tracing", ] [[package]] name = "cumulus-client-parachain-inherent" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a0342e88f2079d7b3287bd52b4e0f7885e563439ff2e8b8d36f99aa596b219e" +checksum = "cb5426870af0eac3277135aac62dafea82f9c42b501193bca5483c2eb9358b5b" dependencies = [ "async-trait", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-parachain-inherent 0.12.0", "cumulus-relay-chain-interface", "cumulus-test-relay-sproof-builder", "parity-scale-codec", "sc-client-api", "scale-info", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-crypto-hashing", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-std", "sp-storage 21.0.0", - "sp-trie 33.0.0", + "sp-trie 34.0.0", "tracing", ] [[package]] name = "cumulus-client-pov-recovery" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e877fcdae06369ce17fd4d1fd0467d21b08338f7c944e225c5461472f54a166a" +checksum = "286e7071e367a4ee6f1e9c674a27118c6f04ef273b94194082b8155255451503" dependencies = [ "async-trait", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "cumulus-relay-chain-interface", "futures", "futures-timer", @@ -2289,34 +2327,34 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "sc-client-api", "sc-consensus", "sp-consensus", "sp-maybe-compressed-blob", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "tracing", ] [[package]] name = "cumulus-client-service" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "920c64fd704a14c571b79f5d0f19dd2638240f6a9f633f02072a35ab30db3341" +checksum = "a909ed00f0280a9f53838616bb8f56b180116838a8242b847a18c8950e7cc4ec" dependencies = [ "cumulus-client-cli", "cumulus-client-collator", "cumulus-client-consensus-common", "cumulus-client-network", "cumulus-client-pov-recovery", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-proof-size-hostfunction 0.6.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-proof-size-hostfunction 0.7.0", "cumulus-relay-chain-inprocess-interface", "cumulus-relay-chain-interface", "cumulus-relay-chain-minimal-node", "futures", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-client-api", "sc-consensus", "sc-network", @@ -2328,13 +2366,13 @@ dependencies = [ "sc-telemetry", "sc-transaction-pool", "sc-utils", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-transaction-pool 30.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-transaction-pool 31.0.0", ] [[package]] @@ -2358,20 +2396,20 @@ dependencies = [ [[package]] name = "cumulus-pallet-aura-ext" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "135b720fe4cd7d2e6282c0c13fbbcf68cd7dcb19d060b5032709c34582d574ad" +checksum = "fa2703d49952e0538c4d05fe1f1114e62741871693e862fc68ab56ae6b3b5230" dependencies = [ - "cumulus-pallet-parachain-system 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-aura 31.0.0", - "pallet-timestamp 31.0.0", + "cumulus-pallet-parachain-system 0.12.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-aura 32.0.0", + "pallet-timestamp 32.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 34.0.0", - "sp-consensus-aura 0.36.0", - "sp-runtime 35.0.0", + "sp-application-crypto 35.0.0", + "sp-consensus-aura 0.37.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -2408,43 +2446,43 @@ dependencies = [ "sp-trie 30.0.0", "sp-version 30.0.0", "staging-xcm 8.0.1", - "trie-db", + "trie-db 0.28.0", ] [[package]] name = "cumulus-pallet-parachain-system" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b426ade835b03cb4eb0b7299a5918e96cb53ed0e38b0d07676be7ed8df772ff" +checksum = "249e7657ac378241ae6c437df851bbe0971d93df756d1201315395b5ce856974" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-primitives-proof-size-hostfunction 0.6.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-parachain-inherent 0.12.0", + "cumulus-primitives-proof-size-hostfunction 0.7.0", "environmental", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "log", - "pallet-message-queue 35.0.0", + "pallet-message-queue 36.0.0", "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-runtime-common 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-runtime-common 12.0.0", + "polkadot-runtime-parachains 12.0.0", "scale-info", "sp-core 32.0.0", "sp-externalities 0.28.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-std", - "sp-trie 33.0.0", - "sp-version 33.0.0", - "staging-xcm 11.0.0", - "trie-db", + "sp-trie 34.0.0", + "sp-version 34.0.0", + "staging-xcm 12.0.0", + "trie-db 0.29.1", ] [[package]] @@ -2476,16 +2514,16 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63b08b5e3bba454f8eaa01a7507c1bacde9343a7a67fc20801e59e0c9c0ec9db" +checksum = "2be9d77e00ad1dbcf12dcd81c2758d651adf6e3072f3cb51c11d8739426f4cbb" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-session 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-session 33.0.0", "parity-scale-codec", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -2508,19 +2546,19 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f14dc8bc002babf1596515a2f1c0158ddeccbf1ef7f5656fe71c8e1fa4bde55" +checksum = "6b7737eb5d81bcd79df114e711927ba19c2dbd312f245ae03b76d330abb3506d" dependencies = [ - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "cumulus-primitives-core 0.12.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", + "staging-xcm 12.0.0", ] [[package]] @@ -2551,28 +2589,28 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5810a98c95f4219d7dcd6bd89d0c149fc45162e7e0c335579ba5545ec4b9c216" +checksum = "fb2939bc9749f4a5299ae20f7756ce69ce3e63f72ed936d7f1db0189187f70a1" dependencies = [ "bounded-collections 0.2.0", - "bp-xcm-bridge-hub-router 0.10.0", - "cumulus-primitives-core 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-xcm-bridge-hub-router 0.11.0", + "cumulus-primitives-core 0.12.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-message-queue 35.0.0", + "pallet-message-queue 36.0.0", "parity-scale-codec", - "polkadot-runtime-common 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "polkadot-runtime-common 12.0.0", + "polkadot-runtime-parachains 12.0.0", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", ] [[package]] @@ -2592,16 +2630,16 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca5e91498fef0a7502070d55949b3413361060b1e0556592ed851f220f8aafb4" +checksum = "a61fa5dad966e340092a4521b56b43dddce5bf466ddb07d9a01c534e63e4e0b7" dependencies = [ "parity-scale-codec", - "polkadot-core-primitives 11.0.0", - "polkadot-primitives 11.0.0", - "sp-api 30.0.0", - "sp-consensus-aura 0.36.0", - "sp-runtime 35.0.0", + "polkadot-core-primitives 12.0.0", + "polkadot-primitives 12.0.0", + "sp-api 31.0.0", + "sp-consensus-aura 0.37.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -2625,20 +2663,20 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12a1b925068ede5dd9f571f3afcfca877b2f94f988d308d757224464a27bc6ce" +checksum = "ad51d36ea156ef84d7e8ca5cea881867d3540e8dfdb8ea6b9d2b9190197a22a5" dependencies = [ "parity-scale-codec", - "polkadot-core-primitives 11.0.0", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", + "polkadot-core-primitives 12.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", "scale-info", - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", "sp-std", - "sp-trie 33.0.0", - "staging-xcm 11.0.0", + "sp-trie 34.0.0", + "staging-xcm 12.0.0", ] [[package]] @@ -2659,18 +2697,20 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e01642f846368bd7305a2b9c9874a4280b5097c62c33da84b2048e2e3b38bb03" +checksum = "9e6d358b1c4062048e47635b49d066131e4eef6314c0e81501d4c9c2e028dbc4" dependencies = [ "async-trait", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-inherents 30.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] @@ -2686,30 +2726,30 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a9ce5326ecf86a75ee9a2d53ba8a6950f98d278a1cc88480f1dcbc90077d7dc" +checksum = "e736734a6b4b0308d931756c30c3472fa5ec99a95be14f70567f25c97b3822cc" dependencies = [ "sp-externalities 0.28.0", "sp-runtime-interface 27.0.0", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] name = "cumulus-primitives-storage-weight-reclaim" -version = "2.0.0" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd8596e26f2d3b2c70c00b695eb9edc8fca4533105bf6b2f0c4c0ecc8075bf99" +checksum = "e68201ff0845be29c3c0e7e408e5f9d4de0e01b55787fe2c8709e658cbd2c937" dependencies = [ - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-proof-size-hostfunction 0.6.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-proof-size-hostfunction 0.7.0", "docify", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -2736,33 +2776,33 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b02524805657a76fcca354c2a9466580d7f980a9a9616a4ac1cb91597d1f451" +checksum = "5ee70eb2f55d20a965e3538fc96aac2801815af510b4460e8a5783f5197e0872" dependencies = [ - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", + "cumulus-primitives-core 0.12.0", + "frame-support 33.0.0", "log", - "pallet-asset-conversion 14.0.0", + "pallet-asset-conversion 15.0.0", "parity-scale-codec", - "polkadot-runtime-common 11.0.0", - "polkadot-runtime-parachains 11.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "polkadot-runtime-common 12.0.0", + "polkadot-runtime-parachains 12.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", ] [[package]] name = "cumulus-relay-chain-inprocess-interface" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "842505bb9820f5d3c7d2561ed9783cd495d3665729e42590b12641e73c69fcf5" +checksum = "d9557dc83e9fa1ab863f6070f9d325a8075cb00478f2a756132ed87b4e3a29ed" dependencies = [ "async-trait", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "cumulus-relay-chain-interface", "futures", "futures-timer", @@ -2773,48 +2813,48 @@ dependencies = [ "sc-sysinfo", "sc-telemetry", "sc-tracing", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-consensus", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", ] [[package]] name = "cumulus-relay-chain-interface" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a457e637e70eccddfdd06feaf5736e3fa3fd9955ef2dc9ef696cdea640fc6e4c" +checksum = "9ed3c0bd4319881da5f94b77380db377499e129a176184430b308d9d7bd1d9a8" dependencies = [ "async-trait", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "futures", "jsonrpsee-core", "parity-scale-codec", "polkadot-overseer", "sc-client-api", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", - "sp-state-machine 0.39.0", + "sp-state-machine 0.40.0", "thiserror", ] [[package]] name = "cumulus-relay-chain-minimal-node" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f946e5e8f6199bad20b4e65b3e56fb6feeb3c59d50ede9909dcfa9c73697db2" +checksum = "d3ffcf7b86d4a140ba5ba6c94537ae54334c594bb4cf7a6464c848859b7970d1" dependencies = [ "array-bytes 6.2.2", "async-trait", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "cumulus-relay-chain-interface", "cumulus-relay-chain-rpc-interface", "futures", "parking_lot 0.12.1", "polkadot-availability-recovery", "polkadot-collator-protocol", - "polkadot-core-primitives 11.0.0", + "polkadot-core-primitives 12.0.0", "polkadot-network-bridge", "polkadot-node-collation-generation", "polkadot-node-core-chain-api", @@ -2823,7 +2863,7 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "polkadot-service", "sc-authority-discovery", "sc-client-api", @@ -2832,11 +2872,11 @@ dependencies = [ "sc-service", "sc-tracing", "sc-utils", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.36.0", - "sp-runtime 35.0.0", + "sp-consensus-babe 0.37.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "tokio", "tracing", @@ -2844,12 +2884,12 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b173a09d24c4ea2b6f90eb682276f844db7b180651f22a9e918f8bac0642075f" +checksum = "800d957241a91a58b55a3ee9f607caea2660a01d2fcfc285bdcec262a3d8882d" dependencies = [ "async-trait", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "cumulus-relay-chain-interface", "either", "futures", @@ -2858,7 +2898,7 @@ dependencies = [ "parity-scale-codec", "pin-project", "polkadot-overseer", - "rand", + "rand 0.8.5", "sc-client-api", "sc-rpc-api", "sc-service", @@ -2867,14 +2907,14 @@ dependencies = [ "serde_json", "smoldot", "smoldot-light", - "sp-api 30.0.0", - "sp-authority-discovery 30.0.0", - "sp-consensus-babe 0.36.0", + "sp-api 31.0.0", + "sp-authority-discovery 31.0.0", + "sp-consensus-babe 0.37.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-storage 21.0.0", - "sp-version 33.0.0", + "sp-version 34.0.0", "thiserror", "tokio", "tokio-util", @@ -2884,17 +2924,17 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48f27d17ab307b0e255431fa21113f2aca1e0b27f54d272198972b29e2eeb88b" +checksum = "e8f509dfa3d3380fd0023f4cbd15bfeccd333de8d0140f85d13e6b295fb53dd7" dependencies = [ - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "parity-scale-codec", - "polkadot-primitives 11.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "polkadot-primitives 12.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] @@ -3285,10 +3325,19 @@ dependencies = [ "elliptic-curve", "rfc6979", "serdect", - "signature", + "signature 2.2.0", "spki", ] +[[package]] +name = "ed25519" +version = "1.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7" +dependencies = [ + "signature 1.6.4", +] + [[package]] name = "ed25519" version = "2.2.3" @@ -3296,7 +3345,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" dependencies = [ "pkcs8", - "signature", + "signature 2.2.0", +] + +[[package]] +name = "ed25519-dalek" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d" +dependencies = [ + "curve25519-dalek 3.2.0", + "ed25519 1.5.3", + "rand 0.7.3", + "serde", + "sha2 0.9.9", + "zeroize", ] [[package]] @@ -3306,7 +3369,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871" dependencies = [ "curve25519-dalek 4.1.2", - "ed25519", + "ed25519 2.2.3", "rand_core 0.6.4", "serde", "sha2 0.10.8", @@ -3335,7 +3398,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7d9ce6874da5d4415896cd45ffbc4d1cfc0c4f9c079427bd870742c30f2f65a9" dependencies = [ "curve25519-dalek 4.1.2", - "ed25519", + "ed25519 2.2.3", "hashbrown 0.14.3", "hex", "rand_core 0.6.4", @@ -3371,35 +3434,35 @@ dependencies = [ [[package]] name = "emulated-integration-tests-common" -version = "7.0.0" +version = "8.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2117a0c89f2afd71f15eebe18f4b48790b675314426773ea282e9f3ff08e5afa" +checksum = "f1b85d59d4b6e8424779daea51988382f0fd323e3f5507ac886f384848c85dfe" dependencies = [ "asset-test-utils", - "bp-messages 0.11.0", + "bp-messages 0.12.0", "bridge-runtime-common", - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", - "pallet-assets 33.0.0", - "pallet-balances 33.0.0", + "cumulus-pallet-parachain-system 0.12.0", + "cumulus-pallet-xcmp-queue 0.12.0", + "cumulus-primitives-core 0.12.0", + "frame-support 33.0.0", + "pallet-assets 34.0.0", + "pallet-balances 34.0.0", "pallet-bridge-messages", - "pallet-message-queue 35.0.0", - "pallet-xcm 11.0.0", - "parachains-common 11.0.0", + "pallet-message-queue 36.0.0", + "pallet-xcm 12.0.0", + "parachains-common 12.0.0", "parity-scale-codec", "paste", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-parachains 12.0.0", "sc-consensus-grandpa", - "sp-authority-discovery 30.0.0", - "sp-consensus-babe 0.36.0", - "sp-consensus-beefy 17.0.0", + "sp-authority-discovery 31.0.0", + "sp-consensus-babe 0.37.0", + "sp-consensus-beefy 18.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "staging-xcm 11.0.0", + "sp-runtime 36.0.0", + "staging-xcm 12.0.0", "xcm-emulator", ] @@ -3421,6 +3484,18 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "enum-as-inner" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5ffccbb6966c05b32ef8fbac435df276c4ae4d3dc55a8cd0eb9745e6c12f546a" +dependencies = [ + "heck 0.4.1", + "proc-macro2", + "quote", + "syn 2.0.55", +] + [[package]] name = "enumflags2" version = "0.7.9" @@ -3768,7 +3843,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534" dependencies = [ "byteorder", - "rand", + "rand 0.8.5", "rustc-hex", "static_assertions", ] @@ -3805,6 +3880,21 @@ version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" +[[package]] +name = "foreign-types" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" +dependencies = [ + "foreign-types-shared", +] + +[[package]] +name = "foreign-types-shared" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" + [[package]] name = "fork-tree" version = "13.0.0" @@ -3857,24 +3947,24 @@ dependencies = [ [[package]] name = "frame-benchmarking" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f6f8e21cbac73688175cf9b531ed1c3f6578420a0f6106282aa8e5ed6fe3347" +checksum = "f963589fa0f5ef5fe87fad5a9ac9ec4a43d83fd63e1993024576a8dcaee5e228" dependencies = [ - "frame-support 32.0.0", - "frame-support-procedural 27.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-support-procedural 28.0.0", + "frame-system 33.0.0", "linregress", "log", "parity-scale-codec", "paste", "scale-info", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-runtime-interface 27.0.0", "sp-std", "sp-storage 21.0.0", @@ -3883,18 +3973,18 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" -version = "36.0.0" +version = "37.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1be33471ac5fa10ca585d3e06642cc8c754ecd9cb8a76905bf648cff17990e32" +checksum = "e13ce497c53ed3a9aadadfc3ea7904b00717965156c0e2e6dd16fc049a379cd7" dependencies = [ "Inflector", "array-bytes 6.2.2", "chrono", "clap", "comfy-table", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "gethostname", "handlebars", "itertools 0.10.5", @@ -3902,9 +3992,10 @@ dependencies = [ "linked-hash-map", "log", "parity-scale-codec", - "rand", + "rand 0.8.5", "rand_pcg", "sc-block-builder", + "sc-chain-spec", "sc-cli", "sc-client-api", "sc-client-db", @@ -3913,18 +4004,19 @@ dependencies = [ "sc-sysinfo", "serde", "serde_json", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-database", "sp-externalities 0.28.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", + "sp-genesis-builder 0.12.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-storage 21.0.0", - "sp-trie 33.0.0", + "sp-trie 34.0.0", "sp-wasm-interface 21.0.0", "thiserror", "thousands", @@ -3962,19 +4054,19 @@ dependencies = [ [[package]] name = "frame-election-provider-support" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c897b912f222280123eedee768b172ed74600292dfbb22843c95c9177e97358" +checksum = "ee6e46fd5f6bbbce22fcb19bccce899b4e83e917ba5181b1adae94abb086f124" dependencies = [ "frame-election-provider-solution-type", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-npos-elections 30.0.0", - "sp-runtime 35.0.0", + "sp-npos-elections 31.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -3999,20 +4091,20 @@ dependencies = [ [[package]] name = "frame-executive" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2cbd97de3a8af65a9e1752b465fc19c7fe19c62ca1842ccec47f3002667c2172" +checksum = "01d5b1ec42b019aa16d1f9269f74f391c32ce642cb2aad7b1b6a6d65a34e1bc6" dependencies = [ "aquamarine 0.3.3", - "frame-support 32.0.0", - "frame-system 32.0.0", - "frame-try-runtime 0.38.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "frame-try-runtime 0.39.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-tracing 17.0.0", ] @@ -4046,26 +4138,19 @@ dependencies = [ ] [[package]] -name = "frame-remote-externalities" -version = "0.39.0" +name = "frame-metadata-hash-extension" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f4afeb0769c0ef010c0dcc681a60167692a1cd52f0c0729b327a4415facddc5" +checksum = "c51ead97e4ac8fdd3b62258bf5f97d2d82412ec0386388ce8296aa23d561536f" dependencies = [ - "futures", - "indicatif", - "jsonrpsee", + "array-bytes 6.2.2", + "docify", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", - "serde", - "sp-core 32.0.0", - "sp-crypto-hashing", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", - "spinners", - "substrate-rpc-client", - "tokio", - "tokio-retry", + "scale-info", + "sp-runtime 36.0.0", ] [[package]] @@ -4112,9 +4197,9 @@ dependencies = [ [[package]] name = "frame-support" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97100a956a2cd152ad4e63a5ec7b5e58503653223a73fff6e916b910b37f12ed" +checksum = "9d04fc1fdbc7bdcb1cb54834e16a5194e5a16a25bfdaca1b761ee9ff4963366f" dependencies = [ "aquamarine 0.5.0", "array-bytes 6.2.2", @@ -4122,7 +4207,7 @@ dependencies = [ "docify", "environmental", "frame-metadata", - "frame-support-procedural 27.0.0", + "frame-support-procedural 28.0.0", "impl-trait-for-tuples", "k256", "log", @@ -4133,18 +4218,18 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-arithmetic 26.0.0", "sp-core 32.0.0", "sp-crypto-hashing-proc-macro", "sp-debug-derive", - "sp-genesis-builder 0.11.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", + "sp-genesis-builder 0.12.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", "sp-metadata-ir 0.7.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", + "sp-state-machine 0.40.0", "sp-std", "sp-tracing 17.0.0", "sp-weights 31.0.0", @@ -4174,15 +4259,15 @@ dependencies = [ [[package]] name = "frame-support-procedural" -version = "27.0.0" +version = "28.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a74eda80052082e8acd36c7fa232569ce1f968c7ae2adc56d082039ac9d6ba4" +checksum = "3d8eaf3bb331b98427158733e221bd6fb79e9f213da55b305e159dc023d41fd2" dependencies = [ "Inflector", "cfg-expr", "derive-syn-parse 0.2.0", "expander 2.1.0", - "frame-support-procedural-tools 11.0.1", + "frame-support-procedural-tools 12.0.0", "itertools 0.10.5", "macro_magic", "proc-macro-warning", @@ -4207,9 +4292,9 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" -version = "11.0.1" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b482a1d18fa63aed1ff3fe3fcfb3bc23d92cb3903d6b9774f75dc2c4e1001c3a" +checksum = "a40b5cc8526c9aad01cdf46dcee6cbefd6f6c78e022607ff4cf76094919b6462" dependencies = [ "frame-support-procedural-tools-derive 12.0.0", "proc-macro-crate 3.1.0", @@ -4263,22 +4348,22 @@ dependencies = [ [[package]] name = "frame-system" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "562e02f5139f1beb0edd3cac2db3f974d98b7459342210d101f451d26886ca33" +checksum = "64265317899a2ecfc465a1ab55fa3094dbbbc7061292592fdbbb8acc136c4735" dependencies = [ "cfg-if", "docify", - "frame-support 32.0.0", + "frame-support 33.0.0", "log", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "sp-version 33.0.0", + "sp-version 34.0.0", "sp-weights 31.0.0", ] @@ -4300,17 +4385,17 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4976a4dfad8b4abff9dfc5e1a5bcdfa0452765f5c726805499ea30be0df4eaa4" +checksum = "1a23446bf524bcc64351ecc5a50925debdc92d50a0b8384c3064dc13b3c64ca3" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -4326,12 +4411,12 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24451c0fef0c35c50bf577aadd16bb3c7b9eb74f12bb1708114d24c6f750e165" +checksum = "54771ae481dd08825d4de28b1b3623163efd9e7c4b59a6db1fb048dcdf73789e" dependencies = [ "parity-scale-codec", - "sp-api 30.0.0", + "sp-api 31.0.0", ] [[package]] @@ -4349,14 +4434,14 @@ dependencies = [ [[package]] name = "frame-try-runtime" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "883f2a531ab7857e8b4bb09997f1333635da1b5e627ac1651c16b5e5152d8fa3" +checksum = "8f542a58bd43234882faff12062ce94838b3bbca1b6ed6b32180ee153350905f" dependencies = [ - "frame-support 32.0.0", + "frame-support 33.0.0", "parity-scale-codec", - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -4597,7 +4682,7 @@ version = "0.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6ea1015b5a70616b688dc230cfe50c8af89d972cb132d5a622814d29773b10b9" dependencies = [ - "rand", + "rand 0.8.5", "rand_core 0.6.4", ] @@ -4653,7 +4738,7 @@ dependencies = [ "parking_lot 0.12.1", "portable-atomic", "quanta", - "rand", + "rand 0.8.5", "smallvec", "spinning_top", ] @@ -4980,6 +5065,16 @@ dependencies = [ "unicode-normalization", ] +[[package]] +name = "idna" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" +dependencies = [ + "unicode-bidi", + "unicode-normalization", +] + [[package]] name = "idna" version = "0.5.0" @@ -5114,19 +5209,6 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e04e2fd2b8188ea827b32ef11de88377086d690286ab35747ef7f9bf3ccb590" -[[package]] -name = "indicatif" -version = "0.17.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3" -dependencies = [ - "console", - "instant", - "number_prefix", - "portable-atomic", - "unicode-width", -] - [[package]] name = "inout" version = "0.1.3" @@ -5166,29 +5248,29 @@ version = "0.0.0" dependencies = [ "asset-hub-paseo-runtime", "asset-test-utils", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "emulated-integration-tests-common", - "frame-support 32.0.0", - "pallet-assets 33.0.0", - "pallet-balances 33.0.0", - "pallet-message-queue 35.0.0", - "pallet-xcm 11.0.0", + "frame-support 33.0.0", + "pallet-assets 34.0.0", + "pallet-balances 34.0.0", + "pallet-message-queue 36.0.0", + "pallet-xcm 12.0.0", "parity-scale-codec", "paseo-runtime", "paseo-runtime-constants", - "polkadot-primitives 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-parachains 12.0.0", "pop-runtime-common", "pop-runtime-devnet", - "sp-authority-discovery 30.0.0", - "sp-consensus-aura 0.36.0", - "sp-consensus-babe 0.36.0", - "sp-consensus-beefy 17.0.0", - "sp-consensus-grandpa 17.0.0", + "sp-authority-discovery 31.0.0", + "sp-consensus-aura 0.37.0", + "sp-consensus-babe 0.37.0", + "sp-consensus-beefy 18.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", + "sp-runtime 36.0.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", "tracing-subscriber 0.3.18", ] @@ -5296,7 +5378,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cfdb12a2381ea5b2e68c3469ec604a007b367778cdb14d09612c8069ebd616ad" dependencies = [ "jsonrpsee-core", - "jsonrpsee-http-client", "jsonrpsee-proc-macros", "jsonrpsee-server", "jsonrpsee-types", @@ -5341,7 +5422,7 @@ dependencies = [ "jsonrpsee-types", "parking_lot 0.12.1", "pin-project", - "rand", + "rand 0.8.5", "rustc-hash", "serde", "serde_json", @@ -5351,26 +5432,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "jsonrpsee-http-client" -version = "0.22.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ccf93fc4a0bfe05d851d37d7c32b7f370fe94336b52a2f0efc5f1981895c2e5" -dependencies = [ - "async-trait", - "hyper", - "hyper-rustls", - "jsonrpsee-core", - "jsonrpsee-types", - "serde", - "serde_json", - "thiserror", - "tokio", - "tower", - "tracing", - "url", -] - [[package]] name = "jsonrpsee-proc-macros" version = "0.22.5" @@ -5618,7 +5679,7 @@ dependencies = [ "parking_lot 0.12.1", "pin-project", "quick-protobuf", - "rand", + "rand 0.8.5", "rw-stream-sink", "smallvec", "thiserror", @@ -5637,7 +5698,7 @@ dependencies = [ "log", "parking_lot 0.12.1", "smallvec", - "trust-dns-resolver", + "trust-dns-resolver 0.22.0", ] [[package]] @@ -5669,12 +5730,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "276bb57e7af15d8f100d3c11cbdd32c6752b7eef4ba7a18ecf464972c07abcce" dependencies = [ "bs58 0.4.0", - "ed25519-dalek", + "ed25519-dalek 2.1.1", "log", "multiaddr", "multihash 0.17.0", "quick-protobuf", - "rand", + "rand 0.8.5", "sha2 0.10.8", "thiserror", "zeroize", @@ -5699,7 +5760,7 @@ dependencies = [ "libp2p-swarm", "log", "quick-protobuf", - "rand", + "rand 0.8.5", "sha2 0.10.8", "smallvec", "thiserror", @@ -5721,11 +5782,11 @@ dependencies = [ "libp2p-identity", "libp2p-swarm", "log", - "rand", + "rand 0.8.5", "smallvec", "socket2 0.4.10", "tokio", - "trust-dns-proto", + "trust-dns-proto 0.22.0", "void", ] @@ -5757,7 +5818,7 @@ dependencies = [ "log", "once_cell", "quick-protobuf", - "rand", + "rand 0.8.5", "sha2 0.10.8", "snow", "static_assertions", @@ -5779,7 +5840,7 @@ dependencies = [ "libp2p-core", "libp2p-swarm", "log", - "rand", + "rand 0.8.5", "void", ] @@ -5799,7 +5860,7 @@ dependencies = [ "log", "parking_lot 0.12.1", "quinn-proto", - "rand", + "rand 0.8.5", "rustls 0.20.9", "thiserror", "tokio", @@ -5817,7 +5878,7 @@ dependencies = [ "libp2p-core", "libp2p-identity", "libp2p-swarm", - "rand", + "rand 0.8.5", "smallvec", ] @@ -5836,7 +5897,7 @@ dependencies = [ "libp2p-identity", "libp2p-swarm-derive", "log", - "rand", + "rand 0.8.5", "smallvec", "tokio", "void", @@ -5884,7 +5945,7 @@ dependencies = [ "rustls 0.20.9", "thiserror", "webpki", - "x509-parser", + "x509-parser 0.14.0", "yasna", ] @@ -5973,7 +6034,7 @@ dependencies = [ "libsecp256k1-core", "libsecp256k1-gen-ecmult", "libsecp256k1-gen-genmult", - "rand", + "rand 0.8.5", "serde", "sha2 0.9.9", "typenum", @@ -6082,6 +6143,61 @@ dependencies = [ "keystream", ] +[[package]] +name = "litep2p" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9b53e78902be9d0d77df70677242b7fc9815a33a168949b5480ee089e16535e7" +dependencies = [ + "async-trait", + "bs58 0.4.0", + "bytes", + "cid 0.10.1", + "ed25519-dalek 1.0.1", + "futures", + "futures-timer", + "hex-literal", + "indexmap 2.2.6", + "libc", + "mockall", + "multiaddr", + "multihash 0.17.0", + "network-interface", + "nohash-hasher", + "parking_lot 0.12.1", + "pin-project", + "prost 0.11.9", + "prost-build", + "quinn", + "rand 0.8.5", + "rcgen", + "ring 0.16.20", + "rustls 0.20.9", + "serde", + "sha2 0.10.8", + "simple-dns", + "smallvec", + "snow", + "socket2 0.5.6", + "static_assertions", + "str0m", + "thiserror", + "tokio", + "tokio-stream", + "tokio-tungstenite", + "tokio-util", + "tracing", + "trust-dns-resolver 0.23.2", + "uint", + "unsigned-varint", + "url", + "webpki", + "x25519-dalek 2.0.1", + "x509-parser 0.15.1", + "yasna", + "zeroize", +] + [[package]] name = "lock_api" version = "0.4.11" @@ -6208,12 +6324,6 @@ dependencies = [ "syn 2.0.55", ] -[[package]] -name = "maplit" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" - [[package]] name = "match_cfg" version = "0.1.0" @@ -6306,7 +6416,21 @@ dependencies = [ ] [[package]] -name = "merlin" +name = "merkleized-metadata" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f313fcff1d2a4bcaa2deeaa00bf7530d77d5f7bd0467a117dde2e29a75a7a17a" +dependencies = [ + "array-bytes 6.2.2", + "blake3", + "frame-metadata", + "parity-scale-codec", + "scale-decode", + "scale-info", +] + +[[package]] +name = "merlin" version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "58c38e2799fc0978b65dfff8023ec7843e2330bb462f19198840b34b6582397d" @@ -6324,7 +6448,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532" dependencies = [ "futures", - "rand", + "rand 0.8.5", "thrift", ] @@ -6371,7 +6495,7 @@ dependencies = [ "lioness", "log", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "rand_chacha 0.3.1", "rand_distr", "subtle 2.5.0", @@ -6381,38 +6505,38 @@ dependencies = [ [[package]] name = "mmr-gadget" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "463f3038aebf0766b75c231e293293dec7b85f2358120a2696470159008ddfd2" +checksum = "686cce3698548808445b0bbc8348a30cafc7d6fc6dbf8df0ef5027b08e4fe037" dependencies = [ "futures", "log", "parity-scale-codec", "sc-client-api", "sc-offchain", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-beefy 17.0.0", + "sp-consensus-beefy 18.0.0", "sp-core 32.0.0", - "sp-mmr-primitives 30.0.0", - "sp-runtime 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "mmr-rpc" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d17ec87c5d04009e7d7b149abb2aa8495e2893c5920ce4a83679c76e5d6320f7" +checksum = "70db3d6f4fdfd688a4f995f5eb3ee9764b766a01f4a4789fa5469a02d213ee12" dependencies = [ "jsonrpsee", "parity-scale-codec", "serde", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", - "sp-mmr-primitives 30.0.0", - "sp-runtime 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -6495,10 +6619,14 @@ version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cfd8a792c1694c6da4f68db0a9d707c72bd260994da179e6030a5dcee00bb815" dependencies = [ + "blake2b_simd", + "blake2s_simd", + "blake3", "core2", "digest 0.10.7", "multihash-derive 0.8.0", "sha2 0.10.8", + "sha3", "unsigned-varint", ] @@ -6624,7 +6752,7 @@ version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7bddcd3bf5144b6392de80e04c347cd7fab2508f6df16a85fc496ecd5cec39bc" dependencies = [ - "rand", + "rand 0.8.5", ] [[package]] @@ -6699,6 +6827,18 @@ dependencies = [ "tokio", ] +[[package]] +name = "network-interface" +version = "1.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4a43439bf756eed340bdf8feba761e2d50c7d47175d87545cd5cbe4a137c4d1" +dependencies = [ + "cc", + "libc", + "thiserror", + "winapi", +] + [[package]] name = "nix" version = "0.24.3" @@ -6767,6 +6907,16 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" +[[package]] +name = "nu-ansi-term" +version = "0.46.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" +dependencies = [ + "overload", + "winapi", +] + [[package]] name = "num-bigint" version = "0.4.4" @@ -6844,12 +6994,6 @@ dependencies = [ "libc", ] -[[package]] -name = "number_prefix" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" - [[package]] name = "object" version = "0.30.4" @@ -6898,12 +7042,60 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" +[[package]] +name = "openssl" +version = "0.10.66" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1" +dependencies = [ + "bitflags 2.5.0", + "cfg-if", + "foreign-types", + "libc", + "once_cell", + "openssl-macros", + "openssl-sys", +] + +[[package]] +name = "openssl-macros" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.55", +] + [[package]] name = "openssl-probe" version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" +[[package]] +name = "openssl-src" +version = "300.3.1+3.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7259953d42a81bf137fbbd73bd30a8e1914d6dce43c2b90ed575783a22608b91" +dependencies = [ + "cc", +] + +[[package]] +name = "openssl-sys" +version = "0.9.103" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6" +dependencies = [ + "cc", + "libc", + "openssl-src", + "pkg-config", + "vcpkg", +] + [[package]] name = "option-ext" version = "0.2.0" @@ -6952,6 +7144,12 @@ dependencies = [ "num-traits", ] +[[package]] +name = "overload" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" + [[package]] name = "pallet-asset-conversion" version = "11.0.0" @@ -6973,20 +7171,21 @@ dependencies = [ [[package]] name = "pallet-asset-conversion" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a66fbfb4b9a3a6430f5925a09257c61a048bf0dfbad26f814e0f0e517f43c06a" +checksum = "00878f866191e08a7f6a74a0378c1d4d759e356d5fc3e3dae51fa414b44fad93" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "log", "parity-scale-codec", "scale-info", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7024,17 +7223,17 @@ dependencies = [ [[package]] name = "pallet-asset-rate" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a63f90c10e0746fce0512e37e1a354fe8c48f32e4e20211e0c1ac9b0e4b3febb" +checksum = "a2908c5abe694fc6d1e9f1dbc9049910cf7086416e0c3214ff4734f02c055d82" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7059,20 +7258,20 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d27f76cc9151160c08fcee2e095b91048a2d1cb041b7c022a88f98ba220827b4" +checksum = "cbdecfbbcc55a4050a91bf2180b5b574fe3e20a925c1a836187041974c6f9248" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-transaction-payment 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-transaction-payment 33.0.0", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7095,18 +7294,18 @@ dependencies = [ [[package]] name = "pallet-assets" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eda0d9362dc1b75cead58f5e9a6004d305f81b2bf38c52e5454d1d868e2cc98f" +checksum = "14bb2544de653caa76f88156c53ccdea218737ae00ef37b949786bc4c13719f8" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7130,19 +7329,19 @@ dependencies = [ [[package]] name = "pallet-aura" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cb27318bf97e8116b1383c726427ab8d6d9dac4da99c8540a247518398c2a55" +checksum = "7d39e0cf359277a802199f4f78604ddb62f6616e6c625a3b958abec063b1a66f" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-timestamp 31.0.0", + "pallet-timestamp 32.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 34.0.0", - "sp-consensus-aura 0.36.0", - "sp-runtime 35.0.0", + "sp-application-crypto 35.0.0", + "sp-consensus-aura 0.37.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7165,18 +7364,18 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "303077e7ec8808fdd9df22a6eaf9d38932a9b7df07c29423935384cf43babb2f" +checksum = "35807c44d2caf67038ae3b3cd948a36014a63e75f96bab3754350deec7cf8e20" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-session 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-session 33.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 34.0.0", - "sp-authority-discovery 30.0.0", - "sp-runtime 35.0.0", + "sp-application-crypto 35.0.0", + "sp-authority-discovery 31.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7197,16 +7396,16 @@ dependencies = [ [[package]] name = "pallet-authorship" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3544ca79d7b1f3b9a0efe6b54038143962e8b05d57a3a4172cd11e7216c43d6" +checksum = "a9c6fadb06cb9f04998aebabf282e15a6bc35ac36de0c6fccb43a0efb38a755c" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7237,26 +7436,26 @@ dependencies = [ [[package]] name = "pallet-babe" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac02d082761843190fddfea58ce3a8cf042e92d2d78bb21426d2f960880a875c" +checksum = "d1e8bc4e03c6e92cfbac89e9b505ff43fae538915fc277f4597733775c49fa76" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-authorship 32.0.0", - "pallet-session 32.0.0", - "pallet-timestamp 31.0.0", + "pallet-authorship 33.0.0", + "pallet-session 33.0.0", + "pallet-timestamp 32.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 34.0.0", - "sp-consensus-babe 0.36.0", + "sp-application-crypto 35.0.0", + "sp-consensus-babe 0.37.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -7285,23 +7484,23 @@ dependencies = [ [[package]] name = "pallet-bags-list" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "664e6da2fe296a6597f2508f8754bfedaf06b5fc7bc657f7327b7d91896f84f7" +checksum = "235a798b0ef83ef012fe79ed01617d84882e682aa40b937ca22e23ee429ab2d7" dependencies = [ "aquamarine 0.5.0", "docify", - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-balances 33.0.0", + "pallet-balances 34.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-tracing 17.0.0", ] @@ -7325,18 +7524,18 @@ dependencies = [ [[package]] name = "pallet-balances" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b56b559fbf1b04e08f42b08c0cb133cf732b4b0cafd315a3a24ba1ae60669d7e" +checksum = "06c00a7041511735547ac443a14ecb2915976725dfbf1d3d9f64df20359e483e" dependencies = [ "docify", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7363,22 +7562,22 @@ dependencies = [ [[package]] name = "pallet-beefy" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b36b750d43f02589284a26ae4bcdaa9cd957abd12ffcedccf5de7f3ede20e14e" +checksum = "42a846fddc17ec4bb5901f446a1f474090de2778c215aea9ab209631c88cf879" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-authorship 32.0.0", - "pallet-session 32.0.0", + "pallet-authorship 33.0.0", + "pallet-session 33.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-beefy 17.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-consensus-beefy 18.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -7410,27 +7609,27 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a0ec062385375cee83f44985bf4d32c86e6ca4018e0a867b448a9a572896388" +checksum = "b59f46e15d62db39a20fb254324f5a33cf3c652ca6aa656ba6419ae5c8059336" dependencies = [ "array-bytes 6.2.2", "binary-merkle-tree 15.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-beefy 32.0.0", - "pallet-mmr 31.0.0", - "pallet-session 32.0.0", + "pallet-beefy 33.0.0", + "pallet-mmr 32.0.0", + "pallet-session 33.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-api 30.0.0", - "sp-consensus-beefy 17.0.0", + "sp-api 31.0.0", + "sp-consensus-beefy 18.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-std", ] @@ -7455,104 +7654,104 @@ dependencies = [ [[package]] name = "pallet-bounties" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe92916d8bb2f2ce84195ae5e6baec83c5a65bf685613d7cc207f0b8fd26ea43" +checksum = "56765a826bcdc19693fc327757108d79ac03e7545bc3561a2434bb0238679ee6" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-treasury 31.0.0", + "pallet-treasury 32.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-bridge-grandpa" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88e0f44b87681bafd9deec464b7f0d4f3c9b050b53ef1588eb5312d26ebc30a5" +checksum = "392088cb0e26f6bd3add91b7d1cf1df60166fdb60643a4b577951309621610e0" dependencies = [ - "bp-header-chain 0.11.0", - "bp-runtime 0.11.0", + "bp-header-chain 0.12.0", + "bp-runtime 0.12.0", "bp-test-utils", "finality-grandpa", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-consensus-grandpa 17.0.0", - "sp-runtime 35.0.0", + "sp-consensus-grandpa 18.0.0", + "sp-runtime 36.0.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] name = "pallet-bridge-messages" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9da377cff690ae52d872bdc6dd00ef7ebb3b2eb092ddacc2e26e9efb9f13631" +checksum = "112b595ff46a2831be1c22ffb3a9f5fd44b875489b8dde8bcd4509d75a77bb36" dependencies = [ - "bp-messages 0.11.0", - "bp-runtime 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-messages 0.12.0", + "bp-runtime 0.12.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "num-traits", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-bridge-parachains" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c9e9466750027c10df653ac91eaaffe042d1f94dca5f561b6ea9f54f389d496" +checksum = "bc8495da753089436f1e09e36ebb311182bc2c594decce628017f009c9af9a45" dependencies = [ - "bp-header-chain 0.11.0", + "bp-header-chain 0.12.0", "bp-parachains", - "bp-polkadot-core 0.11.0", - "bp-runtime 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-polkadot-core 0.12.0", + "bp-runtime 0.12.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "pallet-bridge-grandpa", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] name = "pallet-bridge-relayers" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9380cbce05df9451cb9b2149e1284090c0da3f3ab9615b8810b1cb0e2ab3aed5" +checksum = "28ff139bff796f25ba8c53f8e540b4943d04adeb17f2496de7a66f3a6fdfdf4a" dependencies = [ - "bp-messages 0.11.0", + "bp-messages 0.12.0", "bp-relayers", - "bp-runtime 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-runtime 0.12.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "pallet-bridge-messages", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7577,19 +7776,21 @@ dependencies = [ [[package]] name = "pallet-broker" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0d73ed3f977ca5874e32936f7605e83e96f7eb0cb7fca46b9a3f5a8df1933d5" +checksum = "58e06a681df643f0bf7225c09b4d33ceaaebfe6ebfb13d0ea686f11d20901e9b" dependencies = [ "bitvec", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "log", "parity-scale-codec", "scale-info", + "sp-api 31.0.0", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7615,21 +7816,21 @@ dependencies = [ [[package]] name = "pallet-child-bounties" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5612487abb09a9e5b6f3a694639fd0826a8b3bae1335047899f032f292f7f410" +checksum = "813290bcfde2e10ad4a37763642e22186e28cf7d675cbf525f2276151444008c" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-bounties 31.0.0", - "pallet-treasury 31.0.0", + "pallet-bounties 32.0.0", + "pallet-treasury 32.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7647,7 +7848,7 @@ dependencies = [ "pallet-balances 29.0.2", "pallet-session 29.0.0", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", "sp-runtime 32.0.0", "sp-staking 27.0.0", @@ -7656,73 +7857,73 @@ dependencies = [ [[package]] name = "pallet-collator-selection" -version = "13.0.1" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e0724831b2b1775542055c80918e78478953ee8d6777962a947404f22001c75" +checksum = "7b8c0293db4d8d6632330e8ea1d8ad83711c144fe8b03a14ae15fe1678c7291b" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-authorship 32.0.0", - "pallet-balances 33.0.0", - "pallet-session 32.0.0", + "pallet-authorship 33.0.0", + "pallet-balances 34.0.0", + "pallet-session 33.0.0", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] [[package]] name = "pallet-collective" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f84d7ad169667bcf184da694db6322bd9a68d9d0bb05b2727005cfadd2b8a17" +checksum = "c2f5bea608ae6d9e8e12cd1e57d4781ccccf62a87e498bb6318ffe2243815ab4" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-contracts" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ae7354ec341dbdd1df77fd0a55708fa49a164901db89920fdca4132f3991ee1" +checksum = "8117764e8436e9ad3f134c313a65b0dad95f1353349ddd9a78a6b527dbbeb320" dependencies = [ "bitflags 1.3.2", "environmental", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "log", - "pallet-balances 33.0.0", + "pallet-balances 34.0.0", "pallet-contracts-proc-macro", "pallet-contracts-uapi", "parity-scale-codec", "paste", - "rand", + "rand 0.8.5", "rand_pcg", "scale-info", "serde", "smallvec", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", "wasm-instrument", "wasmi", ] @@ -7740,9 +7941,9 @@ dependencies = [ [[package]] name = "pallet-contracts-uapi" -version = "9.0.0" +version = "10.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d7a51646d9ff1d91abd0186d2c074f0dfd3b1a2d55f08a229a2f2e4bc6d1e49" +checksum = "c611f7343efdff673fec3090ab4ed5c32c63f9756f25f666fb453ef33b26bafb" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -7771,38 +7972,38 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43080685819927c77fb38dda17e593eab2478406d674dd8c69200129cf613e77" +checksum = "f0b8fc61dec0ae9760f00fb84a621e383ebb0bd1d2f6a4777bc55977624da5d1" dependencies = [ "assert_matches", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-democracy" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83740afbabdabd41a9af23e1085db431b7d0aa10e542f6e1862aa14ff76eeec9" +checksum = "fcb285cd2c58b49219c9980b9c30d4c241920c5a55ae5df44c6e3649dd5057fd" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7819,7 +8020,7 @@ dependencies = [ "log", "pallet-election-provider-support-benchmarking 28.0.0", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", "sp-arithmetic 24.0.0", "sp-core 29.0.0", @@ -7832,24 +8033,24 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd4127300982c54fb31630a3a002daeb060556c0d0ca17031975fe25d613f432" +checksum = "45d7050267a6ce48b2d5530ea5c3b939c8f8a70e42b26db96cb1e859a3dd40c9" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-election-provider-support-benchmarking 31.0.0", + "pallet-election-provider-support-benchmarking 32.0.0", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-npos-elections 30.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-npos-elections 31.0.0", + "sp-runtime 36.0.0", "sp-std", "strum 0.26.3", ] @@ -7871,36 +8072,36 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d47f77fc73b1caf6317515e884a1451786c8b71fddd910b753a73da7ee4fe84" +checksum = "3cea3c30507dd5bc3ca2657a2b729dbb9c77f0ae7103778e148d4667d1f0dfe6" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", - "sp-npos-elections 30.0.0", - "sp-runtime 35.0.0", + "sp-npos-elections 31.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-elections-phragmen" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08fe6701c248d87e489e998230180b112e639db09c0a50cf6e44cf399bc1028f" +checksum = "e4482e691c61ea7d68d09a0d3221a2223b36118874c1923a3733a0ff1a9d4a65" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-npos-elections 30.0.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-io 35.0.0", + "sp-npos-elections 31.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -7926,21 +8127,21 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df2f9df9cbcba5c986e8abb00dc6184cacebcd96064f706bbd47c870255fa4f1" +checksum = "3413d41515d5679fa680f96ceac185ede18ac22002837216c9fab863d4a367b7" dependencies = [ "docify", - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -7970,25 +8171,25 @@ dependencies = [ [[package]] name = "pallet-grandpa" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6beb51686baee78fc838861b825c1b8f1b66a7633dc502dc70da491aed82dcbb" +checksum = "63024f2e3aee907a345db4993982b0a853cc330e487d0b7aa2b63bf956bb2a04" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-authorship 32.0.0", - "pallet-session 32.0.0", + "pallet-authorship 33.0.0", + "pallet-session 33.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 34.0.0", - "sp-consensus-grandpa 17.0.0", + "sp-application-crypto 35.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -8012,19 +8213,19 @@ dependencies = [ [[package]] name = "pallet-identity" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c5e41c45a18b5e71b05fd5789b210ce79dbddd454e9bc783dd188790be99d91" +checksum = "4b59201c3a7fad2acc3623e0e933359588e86ba6445ec4e2ced9a56cbc150658" dependencies = [ "enumflags2", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8051,22 +8252,22 @@ dependencies = [ [[package]] name = "pallet-im-online" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c771c379dfa58623a6d88d021c7cebe1f9f4f4537155917f7a9c03b5b36c3ec" +checksum = "859266edee477b8d7c8f07bbe48956f2d0093b7a7466b473df66e6de4dd59445" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-authorship 32.0.0", + "pallet-authorship 33.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -8090,37 +8291,37 @@ dependencies = [ [[package]] name = "pallet-indices" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b75dd0463b1ac775e8d154879e174e06fb8745b0896b8d9a3bd99d57135e914" +checksum = "81babd3f9b3af66f27f7af6dfdea1943d16598630c5f4eda34ec56bdb7185dbd" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-keyring 35.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-keyring 36.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-membership" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6d889d1ab1f8c78dddbe5aa107ae0004f066a79384af010e58539a71c84cbe1" +checksum = "6d72c43d36e246e388b911ce85176962eeaf7893acb472fe1c4377c7007f886d" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8147,21 +8348,21 @@ dependencies = [ [[package]] name = "pallet-message-queue" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bd58fa73c9e498414c9e6757f5ff1dbb81b9c7439231018c19aca99c35fd35b" +checksum = "55cf3baf644a42f0520f030e91e24c72e3d6691f7abc347345219b2e744fc835" dependencies = [ "environmental", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-weights 31.0.0", ] @@ -8187,20 +8388,20 @@ dependencies = [ [[package]] name = "pallet-mmr" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfe22ce913c1862862a7ce3180b1a52b544a04a629b92c6dff43c3975ee89d39" +checksum = "02f6cdaa2b8423f910e260b93065b8c63c7ebbc21c288419bc7a9aa0ed7a14fa" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-mmr-primitives 30.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8223,36 +8424,36 @@ dependencies = [ [[package]] name = "pallet-multisig" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57b3d75a9319f7bcb58920ecc087aa246cc4cac0bcf5c9f29bb44260315961db" +checksum = "4957a1571ca0a761520942623d7d1ff71f2831edfc2f2fc43ad454682e50ad95" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-nft-fractionalization" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "677e05e538410a056620e737a4b9c9073a2636fcaab99609a57d0c706af4b186" +checksum = "3725969acea961bbd0fe469d3de423897b48d177dfb1251138e44a23056f8f90" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-assets 33.0.0", - "pallet-nfts 26.0.0", + "pallet-assets 34.0.0", + "pallet-nfts 27.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8277,20 +8478,20 @@ dependencies = [ [[package]] name = "pallet-nfts" -version = "26.0.0" +version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "190767bc88a1a23f51fccc445a271639fd5a88f1811291d801221e5b9b5b48cc" +checksum = "24460dcc55227dd89c8e1336a9d9bffed6dcfc8d11207922a02705d5a7bc6d15" dependencies = [ "enumflags2", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8308,30 +8509,30 @@ dependencies = [ [[package]] name = "pallet-nfts-runtime-api" -version = "18.0.0" +version = "19.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b086ef37b5a2ab6d9c67929bd26480dfc128023039f238f6bc2b25a7348c1232" +checksum = "f9ebe8124be6f8e4821cb53cd90d3b40c25bd6cb3bc9ca00fe7351f3c02755f9" dependencies = [ - "pallet-nfts 26.0.0", + "pallet-nfts 27.0.0", "parity-scale-codec", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-std", ] [[package]] name = "pallet-nis" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f73f50b2cfeb31dad13e3bd628245bf9f2d8edc98ba3c7591c2f3303304a185" +checksum = "c9317c665f1692637b3ede02fef4153ae3c4a4fb4b196bbea07a6a011546ab74" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8357,20 +8558,20 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e763dbe561c25187466eabb92d6193ad6098fb656a0dc807ebefbb237f903171" +checksum = "c1edc38d7ba687163bdf2562b1fd8d440d63648c193b6c9e899ea12a607747ed" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-balances 33.0.0", + "pallet-balances 34.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", "sp-tracing 17.0.0", ] @@ -8398,22 +8599,22 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a563a0a45f55c747819f1220adc27e492c5c7040e3a4f597d6e0e959f9742aa1" +checksum = "ebd63c332aa3c111d10268c29aa439180d4b94c8adecbf526f0a04aeea46bea1" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-bags-list 31.0.0", - "pallet-nomination-pools 29.0.0", - "pallet-staking 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-bags-list 32.0.0", + "pallet-nomination-pools 30.0.0", + "pallet-staking 33.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-runtime-interface 27.0.0", - "sp-staking 30.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -8431,13 +8632,13 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" -version = "27.0.0" +version = "28.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ce49d48a75a006539583808e526d303a09afd8621d3351ad52f8a4ca62fe8a8" +checksum = "e3980bcda50ec619f93dbb8b73f824413ee5dccabe3511fca4454c49857c1483" dependencies = [ - "pallet-nomination-pools 29.0.0", + "pallet-nomination-pools 30.0.0", "parity-scale-codec", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-std", ] @@ -8461,19 +8662,19 @@ dependencies = [ [[package]] name = "pallet-offences" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "621a7fe9a24a3f69cbb14b06c94894b81ad0aa549dbfff178c9236876cf5a892" +checksum = "0d02ba6a9a9c27685404f979534ab254f0cda028857ebdb19f7cb9aa0f52bc6b" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-balances 33.0.0", + "pallet-balances 34.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -8504,26 +8705,45 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca2c55d655bb56fb48c12fa98f1b6ea292ff58a0cf791cc7c180bb77ea73ac83" +checksum = "de8b5190c4421f6550504bd1753f82492c28cda5b1ccb6c2759494cdfa431207" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-babe 32.0.0", - "pallet-balances 33.0.0", - "pallet-grandpa 32.0.0", - "pallet-im-online 31.0.0", - "pallet-offences 31.0.0", - "pallet-session 32.0.0", - "pallet-staking 32.0.0", + "pallet-babe 33.0.0", + "pallet-balances 34.0.0", + "pallet-grandpa 33.0.0", + "pallet-im-online 32.0.0", + "pallet-offences 32.0.0", + "pallet-session 33.0.0", + "pallet-staking 33.0.0", + "parity-scale-codec", + "scale-info", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", + "sp-std", +] + +[[package]] +name = "pallet-parameters" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2d8bc500ff1d3292950a7d1b50b0e26f7cd9f886cd4a577883267d36a1da1361" +dependencies = [ + "docify", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", + "paste", "scale-info", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "serde", + "sp-core 32.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8547,19 +8767,19 @@ dependencies = [ [[package]] name = "pallet-preimage" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c28de923b335df5fc38c9e0b565230120184f5e195624a386cd9bec90fda4b55" +checksum = "a20718f6531ad2adf84ed0b1f845f29e29987b7fd1ccb738134c60e77177f1d0" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8581,53 +8801,53 @@ dependencies = [ [[package]] name = "pallet-proxy" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "936d02c265142821c0144336d6724ec1fc56ddf333837f5ab502798fab5a447e" +checksum = "a73160cf5aa5ebf1f07eb1134328b272ab16070028c8c1ee9f800ffa3a5c03db" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-ranked-collective" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a6a4587dc3f5438631db3c2ec019f31723c4a7949cf63945f111b6c509d0a97" +checksum = "082ef6517f3901106bc642a7bb35b9c8345cbe55c5c60dbf6b09081b2e3c5695" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-recovery" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc2320f4d3b35c47180c80a6ea560d25e491d5812486c8691bdd297b5425f11b" +checksum = "06afe44a0484ad3c8b943c555fe4d7ccc9da3b3cd1093ddb6a8984bae6f130f4" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8653,37 +8873,37 @@ dependencies = [ [[package]] name = "pallet-referenda" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbf5abb788c5e8e7960820288caa043f5d037a63248453d493e617a2445790a4" +checksum = "6b6c4f5bc65be570a065907239d3215036d3e29edbd0ea5c6cd01246e2ba3959" dependencies = [ "assert_matches", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "serde", "sp-arithmetic 26.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-root-testing" -version = "8.0.0" +version = "9.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd630721c9f07bdf90e4cade8f825d1842af9f68f470de186087a3d1f0090970" +checksum = "2e4b63ec79ab485d54cf79fd5ef574bb7f8f4e094e4a7d11b012a820d4324b62" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8708,19 +8928,19 @@ dependencies = [ [[package]] name = "pallet-scheduler" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87fac215d9cf301396720219c4d04e4fe7fcf44d14d4be71f9c3ae3df3cead74" +checksum = "7570e307118a4663dd3a1d1c949f84a169ef932666e69f7fcf4357781c8c1a4e" dependencies = [ "docify", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-weights 31.0.0", ] @@ -8750,25 +8970,25 @@ dependencies = [ [[package]] name = "pallet-session" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "061827f23d4a702a2e159ff84286a0a89488615c31ad05a9af7cc93a57e2b441" +checksum = "925f793adb1d53c05233ffd2644ca37890d56c9716475108b975969a445d10b3" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "log", - "pallet-timestamp 31.0.0", + "pallet-timestamp 32.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", - "sp-state-machine 0.39.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", + "sp-state-machine 0.40.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] @@ -8783,7 +9003,7 @@ dependencies = [ "pallet-session 29.0.0", "pallet-staking 29.0.3", "parity-scale-codec", - "rand", + "rand 0.8.5", "sp-runtime 32.0.0", "sp-session 28.0.0", "sp-std", @@ -8791,38 +9011,38 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "817dd673f7d0b965639d27def260f7ff7a1535f2c5016a611445a8e4dedcf5cd" +checksum = "ca61297e13c15fef1e4d3b7f2884e70c772be3a9448977ba23954e2c4bcea4bd" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-session 32.0.0", - "pallet-staking 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-session 33.0.0", + "pallet-staking 33.0.0", "parity-scale-codec", - "rand", - "sp-runtime 35.0.0", - "sp-session 31.0.0", + "rand 0.8.5", + "sp-runtime 36.0.0", + "sp-session 32.0.0", "sp-std", ] [[package]] name = "pallet-society" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a89d24f9a15ae30d56fb9de190200d43735f4c055dcbe1c1259d3d4219da42a" +checksum = "8584534df25227dd43d80803ea1978af55bf70aad5aa57c83dc3de883b1f1c73" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "rand_chacha 0.2.2", "scale-info", "sp-arithmetic 26.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8852,25 +9072,25 @@ dependencies = [ [[package]] name = "pallet-staking" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b8ab61dc6b74c79ad396732c1850dafa89109b749b2b651a1d4f20f45f596a3" +checksum = "f68e48f3d79e0cbb9462eacc0c85c80003924124a893465047f159278338036d" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-authorship 32.0.0", - "pallet-session 32.0.0", + "pallet-authorship 33.0.0", + "pallet-session 33.0.0", "parity-scale-codec", "rand_chacha 0.2.2", "scale-info", "serde", - "sp-application-crypto 34.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-application-crypto 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -8919,13 +9139,13 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" -version = "18.0.0" +version = "19.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b8792b235b42d70e177301cd7e2e2b1afc828f1a6ddfa0639c481cd0c125078" +checksum = "c431ab74db8258b39fe829fb7345d38064ef7fb1ce2014b074f586303d7dee67" dependencies = [ "parity-scale-codec", - "sp-api 30.0.0", - "sp-staking 30.0.0", + "sp-api 31.0.0", + "sp-staking 31.0.0", ] [[package]] @@ -8948,19 +9168,19 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd3e2b1355eb2e08c2de3b14b175decf8ed49bf50de6cc44f97279257c325694" +checksum = "9db0ce6ccf9e1d2fe2d0b26cecce995e4b095b31bbf9f0492024fbfd4924961a" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8983,18 +9203,18 @@ dependencies = [ [[package]] name = "pallet-sudo" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abdecbca3760e93bb757313495ca7d2437e6141e728a2d266a85884c43d74c0e" +checksum = "10ee43e8bb38a50a234ef49198413483562e229ca20d8e9d9f78b756244f6d7c" dependencies = [ "docify", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -9021,42 +9241,42 @@ dependencies = [ [[package]] name = "pallet-timestamp" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "196720afcbee2f2fd1acfed5a667cffb3914d1311b36adb4d1a3a67d7010e2a5" +checksum = "5982a7cc371e2b9be504465bb6e47bc27dba0b98ee9794d7fc797c24244fb6d9" dependencies = [ "docify", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-storage 21.0.0", - "sp-timestamp 30.0.0", + "sp-timestamp 31.0.0", ] [[package]] name = "pallet-tips" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e3c596b6fb68e70f890436d212af74d19154be438ae0255e5ddeea10e5ec91a" +checksum = "84e0d02dcd034cb57cb25f1301c6e6c43b8191b96b049e7d013564aaf5d3c6af" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-treasury 31.0.0", + "pallet-treasury 32.0.0", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -9079,35 +9299,35 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dedf412abd258989da4a26946f7e480c4335ffc837baef4ef21ba91cd56ba8ee" +checksum = "aad5b92a96c4e38c7917477a1e5f2916c64f667f2734b2bf790ce552ceada82c" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-transaction-payment-rpc" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95122a5483521f5186a008326514e5a579931cc1d36980bbca5bb2b566ca334f" +checksum = "46ba896951ef39011e27d0a91b565520636f926f01b1c912a411146af079ef5e" dependencies = [ "jsonrpsee", - "pallet-transaction-payment-rpc-runtime-api 32.0.0", + "pallet-transaction-payment-rpc-runtime-api 33.0.0", "parity-scale-codec", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-rpc", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-weights 31.0.0", ] @@ -9126,14 +9346,14 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37d4686402973e542eb83da077b46641643834220fbae74a98bcffa762d99e91" +checksum = "f274055d2c61888689889d6e9b9266b163e1ed298967b55bf961db26b11a60fe" dependencies = [ - "pallet-transaction-payment 32.0.0", + "pallet-transaction-payment 33.0.0", "parity-scale-codec", - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", "sp-weights 31.0.0", ] @@ -9159,21 +9379,21 @@ dependencies = [ [[package]] name = "pallet-treasury" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac957446c936a57417ff7a4866f3463f7f2f49d9bb2daed81093c2de8f0cceaf" +checksum = "23a11166748c80a432c52d5cc99c2b0e1d2b88592e0ad71eec7cb9f360e375c7" dependencies = [ "docify", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", - "pallet-balances 33.0.0", + "pallet-balances 34.0.0", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -9212,18 +9432,18 @@ dependencies = [ [[package]] name = "pallet-utility" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d770b7c961afe12adc5a727a5d02b44ef09ce38d1dd5923793b3e52e5afde3c" +checksum = "eb1c70a4abf287304214b16d9eb88f13c991bd696f9e5318fc68e74df9802037" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -9245,17 +9465,17 @@ dependencies = [ [[package]] name = "pallet-vesting" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24ce37af22cc31883dfdafa334c4e1f7cea8f2d4fb964f3aa88d77d5eea7ba94" +checksum = "d9a5b229675f299af7aa40749c579570dce4ab19739779a45f5a87da118af8ef" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -9277,17 +9497,17 @@ dependencies = [ [[package]] name = "pallet-whitelist" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28f118e773504b4160eb199d5504d3351d360e9ba64197d72384ee0c5ce1c0e1" +checksum = "249172db9f2b014a6e9d4b5c6d663bcbcb0055c1c2c7564e7bd0488ecb1f15b8" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -9317,26 +9537,26 @@ dependencies = [ [[package]] name = "pallet-xcm" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "649a096b0c178cb81b0e11fac4d2c67eda7cdae949d2a4c7ef693d2b39d677c6" +checksum = "db9e654cf90682370fe20a04904cb02df993c3b0dcfad861abcf2811f4fa6085" dependencies = [ "bounded-collections 0.2.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-balances 33.0.0", + "pallet-balances 34.0.0", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", "xcm-fee-payment-runtime-api", ] @@ -9362,22 +9582,22 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14af05792aec4a80c211f029ddc370cc3b0d2153f8adbbb0982d637768837bf0" +checksum = "60b7038af027fcce5ba3d2f99b941fb997a5556f1fa0b8a7e7e23a448be1bb85" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", ] [[package]] @@ -9402,22 +9622,22 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub-router" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e3e699ac017c1ea645c97e6a42d4c193f69282ca37c4197fc2a1cc9e69c2dc6" +checksum = "565b202d9d561583575abfc6b71504575ea61d33d73a6f867f446e1ef5301a4f" dependencies = [ - "bp-xcm-bridge-hub-router 0.10.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-xcm-bridge-hub-router 0.11.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", ] [[package]] @@ -9454,66 +9674,66 @@ dependencies = [ [[package]] name = "parachains-common" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "375e035fedfe5e0a6b4de6d29c56f8ed5ca64f421a883e7e5bcdc37a76a7c715" +checksum = "43acd23527a3471b1c596b809591edf78d6113bba172fff4a96412d560dfea59" dependencies = [ - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-utility 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-utility 0.12.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-asset-tx-payment 32.0.0", - "pallet-assets 33.0.0", - "pallet-authorship 32.0.0", - "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", - "pallet-message-queue 35.0.0", - "pallet-xcm 11.0.0", + "pallet-asset-tx-payment 33.0.0", + "pallet-assets 34.0.0", + "pallet-authorship 33.0.0", + "pallet-balances 34.0.0", + "pallet-collator-selection 14.0.0", + "pallet-message-queue 36.0.0", + "pallet-xcm 12.0.0", "parity-scale-codec", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "scale-info", - "sp-consensus-aura 0.36.0", + "sp-consensus-aura 0.37.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-parachain-info 0.11.0", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", - "substrate-wasm-builder 21.0.0", + "staging-parachain-info 0.12.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", + "substrate-wasm-builder 22.0.1", ] [[package]] name = "parachains-runtimes-test-utils" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "562cc3f9874133635992672539509c087126ada17ab738853b93b6fd76033a02" +checksum = "4fe331b2126f0c794e382b719b3edaf02048acc92c1c2fde5c32a22fdaea5370" dependencies = [ - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-pallet-parachain-system 0.12.0", + "cumulus-pallet-xcmp-queue 0.12.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-parachain-inherent 0.12.0", "cumulus-test-relay-sproof-builder", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", - "pallet-session 32.0.0", - "pallet-timestamp 31.0.0", - "pallet-xcm 11.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "sp-consensus-aura 0.36.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-balances 34.0.0", + "pallet-collator-selection 14.0.0", + "pallet-session 33.0.0", + "pallet-timestamp 32.0.0", + "pallet-xcm 12.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 11.0.0", + "sp-consensus-aura 0.37.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-tracing 17.0.0", - "staging-parachain-info 0.11.0", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", - "substrate-wasm-builder 21.0.0", + "staging-parachain-info 0.12.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", + "substrate-wasm-builder 22.0.1", ] [[package]] @@ -9523,7 +9743,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4e69bf016dc406eff7d53a7d3f7cf1c2e72c82b9088aac1118591e36dd2cd3e9" dependencies = [ "bitcoin_hashes 0.13.0", - "rand", + "rand 0.8.5", "rand_core 0.6.4", "serde", "unicode-normalization", @@ -9550,7 +9770,7 @@ dependencies = [ "lz4", "memmap2 0.5.10", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "siphasher", "snap", "winapi", @@ -9693,7 +9913,7 @@ dependencies = [ "frame-benchmarking 29.0.0", "frame-election-provider-support 29.0.0", "frame-executive 29.0.0", - "frame-metadata-hash-extension", + "frame-metadata-hash-extension 0.1.0", "frame-support 29.0.2", "frame-system 29.0.0", "frame-system-benchmarking 29.0.0", @@ -9979,9 +10199,9 @@ checksum = "626dec3cac7cc0e1577a2ec3fc496277ec2baa084bebad95bb6fdbfae235f84c" [[package]] name = "polkadot-approval-distribution" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9022a11f7a24b293242c08357ab90ca725b9a9153489fae32425ff8d43401dee" +checksum = "3910a07cda88fd7e19c053f2fdfdb3296c8d55c033a71a642e531faa6029b9d2" dependencies = [ "bitvec", "futures", @@ -9993,16 +10213,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "tracing-gum", ] [[package]] name = "polkadot-availability-bitfield-distribution" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "630bd08d1b8eeaab90585e50da11114827dbbd0fdf1e6e2a417a57dde01b40d8" +checksum = "1af6a6893b41ec4eae652ca62537694c9fac71f261bec4e8e26ab6ffc21faf78" dependencies = [ "always-assert", "futures", @@ -10010,16 +10230,16 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "tracing-gum", ] [[package]] name = "polkadot-availability-distribution" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74aab8badb2e230830978ea27a34749ec6d0a096ff5c12fb08935f85e7881283" +checksum = "f67b7867d8ddc0fe39a462dd6fafaf545be013e0a1c404cbd9a8de802ce6df82" dependencies = [ "derive_more", "fatality", @@ -10030,8 +10250,8 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "schnellru", "sp-core 32.0.0", "sp-keystore 0.38.0", @@ -10041,9 +10261,9 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1366718a28780768e5f2bd00c28445b0d37be21829b071a8b763534411978d81" +checksum = "e2547ed0976533c8ed1247187dde1663fdbe5ab366efaae80085bb4b8b410e21" dependencies = [ "async-trait", "fatality", @@ -10054,8 +10274,8 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "sc-network", "schnellru", "thiserror", @@ -10065,9 +10285,9 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6cbe8ee58650efc6a414c940e0bc09462926cfa806ace62207297f6a78c65a7" +checksum = "ce323170edf8a3bb2cb6c2499642e44b8d0dccd60b3b20f9e2b9d776d53302e9" dependencies = [ "cfg-if", "clap", @@ -10084,20 +10304,19 @@ dependencies = [ "sc-sysinfo", "sc-tracing", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-keyring 35.0.0", + "sp-io 35.0.0", + "sp-keyring 36.0.0", "sp-maybe-compressed-blob", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-build-script-utils", "thiserror", - "try-runtime-cli", ] [[package]] name = "polkadot-collator-protocol" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdade551b33b767772d5bca1e19e4b8ea3dadb0154401dac2e578d9f73889d55" +checksum = "87729af58fda6bccdcf0258d6657ed9150a7f1fc31b3f22fa22dbdd57e1f4f59" dependencies = [ "bitvec", "fatality", @@ -10107,10 +10326,10 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", "tokio-util", "tracing-gum", @@ -10131,22 +10350,22 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9792d6e3323b0bd7372a489bd3dd52afb09436919d073d45302f8e55f48ea4fd" +checksum = "ef3c192d31bad69f561437549b3619a6cf02eae51d7f331efef7cfc6a56d61c2" dependencies = [ "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "polkadot-dispute-distribution" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62c223fda0baf1414d963922e555001b32f6c13308b8b47081fa75959933cf2c" +checksum = "a67943660c3f3b0ee6f05b42c0efbf1db282f5da18552a44769d3578209c5eba" dependencies = [ "derive_more", "fatality", @@ -10159,10 +10378,10 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-network", "schnellru", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-keystore 0.38.0", "thiserror", "tracing-gum", @@ -10170,36 +10389,36 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf840ff7a6337715e20e1afd76fd20dae11ebb049d89855ee2bf47b36b0e6249" +checksum = "ec005dad44aeca9a315e182039a7c28d08fb57822073685dd1a0bb7827993fcb" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "reed-solomon-novelpoly", "sp-core 32.0.0", - "sp-trie 33.0.0", + "sp-trie 34.0.0", "thiserror", ] [[package]] name = "polkadot-gossip-support" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "477f94e8c3eedd6cfcfdfe50a33d610d38dfec4668ff7f3baef8814ffb7da85e" +checksum = "85eb9555f3801a69e01c9559327b65e9b8e2532f45d739648e398bba52fbe50f" dependencies = [ "futures", "futures-timer", "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "rand_chacha 0.3.1", "sc-network", "sc-network-common", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-keystore 0.38.0", @@ -10208,9 +10427,9 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bada301d390179f38d18f10435412c81f35fc8f6e357ed84516ca0018f8c6e21" +checksum = "c5be1ffa029e0c3eddb50041a13c9ff3d66554effb63aaf78c61c2b10baf9b1c" dependencies = [ "always-assert", "async-trait", @@ -10223,7 +10442,7 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-network", "sp-consensus", "thiserror", @@ -10232,9 +10451,9 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b81555b3a87382c8a7c5660b0b8a09dfd2573615086e7351ef95475a17e76b2d" +checksum = "6efbc62e46127f70a0502dfe5c3f058166425e62c67227028f87a4fb908ba06e" dependencies = [ "futures", "parity-scale-codec", @@ -10242,7 +10461,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-core 32.0.0", "sp-maybe-compressed-blob", "thiserror", @@ -10251,9 +10470,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05e3f49e8102d9a0b20f6f96199040ea253708b34bd30e679481228ebf76ab23" +checksum = "15fc22bda776143d65bece22258364fa84d813164b742bc228877fa8871a1329" dependencies = [ "bitvec", "derive_more", @@ -10268,26 +10487,26 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "rand_chacha 0.3.1", "rand_core 0.6.4", "sc-keystore", "schnellru", "schnorrkel 0.11.4", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-consensus", - "sp-consensus-slots 0.36.0", - "sp-runtime 35.0.0", + "sp-consensus-slots 0.37.0", + "sp-runtime 36.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-av-store" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb6fe8e8eaf3e368e93a24309d812bc1e5f91fe865a80c1c7cd182fe217c50a7" +checksum = "52df6f52e1e4a87b52c98b191cf37f14bf0c85fb73c792a10d86d4c9884170ed" dependencies = [ "bitvec", "futures", @@ -10300,7 +10519,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-consensus", "thiserror", "tracing-gum", @@ -10308,9 +10527,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b5417cf48b5948ed665f847240135f1fa5415cc5d3e9013cc3140a632cbf156" +checksum = "8785e8abeef80825f48f581b34386ec92e4d4edb78256836a5723f7c2a33003d" dependencies = [ "bitvec", "fatality", @@ -10319,7 +10538,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "polkadot-statement-table", "schnellru", "sp-keystore 0.38.0", @@ -10329,14 +10548,14 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2365e3ddb8073f54e81b222e51a364cd3e38b7371bcd042017b73db2d523028" +checksum = "d5855878573327e0975457dfea64b94081254ccd27ed32db19e2c3e9c11da832" dependencies = [ "futures", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-keystore 0.38.0", "thiserror", "tracing-gum", @@ -10345,9 +10564,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "867b7c560556d063b4b93d0cec3a5f6932735311b5d66666105705b87fc36a9c" +checksum = "87bef20a6df020d75b2750ac2b7926e17305588508f2ecafcf486f104145b337" dependencies = [ "async-trait", "futures", @@ -10359,17 +10578,17 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-maybe-compressed-blob", "tracing-gum", ] [[package]] name = "polkadot-node-core-chain-api" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2ffcc24bbbc2a2523c599022b106f0b48213bf80ef75f490fe02ec79ab972e4" +checksum = "e7f0c8062fd9dcae3ca07ef32881e796979d7171187de3cecddc128bb03740fd" dependencies = [ "futures", "polkadot-node-metrics", @@ -10382,9 +10601,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9971f3ef6226f6f12bede58e009aae16fc6fc636159ec1dc7f1add2bad87638" +checksum = "77d6f7ea52ddafcc80371a6e619e7c2247f1e2373b97180397ff832bd5a49d89" dependencies = [ "futures", "futures-timer", @@ -10393,16 +10612,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-dispute-coordinator" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3d839dc81ec2f6593fb33bfc4d0e469c56ee0953fd129cc10fe224f7f2ff0bd" +checksum = "aeb9022aa49a3cfaf5c452dcfb41f13511599409e569be527b229c3a94311b1f" dependencies = [ "fatality", "futures", @@ -10411,7 +10630,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-keystore", "schnellru", "thiserror", @@ -10420,27 +10639,27 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d3f8faa7a013b08ebdf4e018b8f7daccfc2b13fdac154d361ceb5be9992647b" +checksum = "651b0dcf8d948b80c1980ccd973a7e3d666f30c74762a4f2b3b2312754936337" dependencies = [ "async-trait", "futures", "futures-timer", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-blockchain", - "sp-inherents 30.0.0", + "sp-inherents 31.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-prospective-parachains" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5995f6998c35e9bbb8ab784714fcab7c9ddc6f0125cbd99a7175674a3f99f187" +checksum = "e908f038f83eb28bf1ed586bb3bafb59907d1aebe0ae5ebdb4892a88eee1982b" dependencies = [ "bitvec", "fatality", @@ -10449,16 +10668,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-provisioner" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ccd98d226f1a650827183e6807466d0569691dd4a8434a3974eea041c73a677" +checksum = "0dd8237ae0bba201d668f24aa574ffdebcc4af6ed265aa924b2ff99680a04eb7" dependencies = [ "bitvec", "fatality", @@ -10467,7 +10686,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "schnellru", "thiserror", "tracing-gum", @@ -10475,9 +10694,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db5f945f8f26982b46c5cb1ed9c37f29d7e851bd06dae97b2b04e6d46dd4b77" +checksum = "5987cd5501271b74a95664ee7f5ad1bd8e96c95b8c8bb7ca843b264ef5b086b5" dependencies = [ "always-assert", "array-bytes 6.2.2", @@ -10485,22 +10704,18 @@ dependencies = [ "cfg-if", "futures", "futures-timer", - "is_executable", - "libc", "parity-scale-codec", "pin-project", - "polkadot-core-primitives 11.0.0", + "polkadot-core-primitives 12.0.0", "polkadot-node-core-pvf-common", "polkadot-node-metrics", "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "slotmap", "sp-core 32.0.0", - "sp-maybe-compressed-blob", - "sp-wasm-interface 21.0.0", "tempfile", "thiserror", "tokio", @@ -10509,16 +10724,16 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "275cab7ad2b38fdfb0c097485fe4f51e55e36c96330255edc38ccf121aa2171c" +checksum = "dacfc74431199c07b35dcf1710fc800d158cb28bcc2e896d0dc2fa696cf08254" dependencies = [ "futures", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-keystore 0.38.0", "thiserror", "tracing-gum", @@ -10526,19 +10741,18 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-common" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d1cf57c2204d9f80da258cfd1ca8e2ef7f366fa7810333da5f8519a05ba574d" +checksum = "c9f5c0302abddbd120abfab4cf9de2794ac2aed3554d2741b0dfa79962595b22" dependencies = [ - "cfg-if", "cpu-time", "futures", "landlock", "libc", "nix 0.27.1", "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-executor", "sc-executor-common", "sc-executor-wasmtime", @@ -10546,7 +10760,7 @@ dependencies = [ "sp-core 32.0.0", "sp-crypto-hashing", "sp-externalities 0.28.0", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-tracing 17.0.0", "thiserror", "tracing-gum", @@ -10554,25 +10768,25 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd9c685da442b6dde17f0f1e4bd6bb4d6827c6af0dbe96bc603d3d4f8fd05953" +checksum = "581aab355ba6d81e05753f8fa401c928ddcda8d553dec4450abbc330956525fa" dependencies = [ "futures", "polkadot-node-metrics", "polkadot-node-subsystem", "polkadot-node-subsystem-types", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "schnellru", - "sp-consensus-babe 0.36.0", + "sp-consensus-babe 0.37.0", "tracing-gum", ] [[package]] name = "polkadot-node-jaeger" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbefc5402f4eadf6dc976d8013c0e050947809a1442a6fc3c44640841c7df712" +checksum = "622b0231ea2b17096a69dcfb1a62ecb64ca3fcd91830efed0bf25c6b311c1eb8" dependencies = [ "lazy_static", "log", @@ -10580,8 +10794,9 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "polkadot-node-primitives", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-network", + "sc-network-types", "sp-core 32.0.0", "thiserror", "tokio", @@ -10589,16 +10804,16 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba41f6bbcb2261a92c452ffa2960301079a0922c832491b4e9aa3400887e33ac" +checksum = "0cc571e16a460fb03319a17d037facb4924f549810e1fcacefbebc2c4cd2e3ee" dependencies = [ "bs58 0.5.1", "futures", "futures-timer", "log", "parity-scale-codec", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "prioritized-metered-channel", "sc-cli", "sc-service", @@ -10609,9 +10824,9 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "915df9a38d99dc98216f8dce9a90f3ff2cee0d7fdf9b956c055844421b0d231b" +checksum = "2761c570ac12f5dc48534cc39512118ecbfeb04116fdff5c4c79cf85263a1ab3" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -10623,10 +10838,12 @@ dependencies = [ "parity-scale-codec", "polkadot-node-jaeger", "polkadot-node-primitives", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "sc-authority-discovery", "sc-network", + "sc-network-types", + "sp-runtime 36.0.0", "strum 0.26.3", "thiserror", "tracing-gum", @@ -10634,33 +10851,33 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf8d9fa95f0752c64635b2c8fc8c39b55eedb960f18a068d10720085c8ad06f6" +checksum = "4e862d29bcc6b6d76ea41a08627edddb1f1fa071821019462f07e3bf53801336" dependencies = [ "bitvec", "bounded-vec", "futures", "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", "schnorrkel 0.11.4", "serde", - "sp-application-crypto 34.0.0", - "sp-consensus-babe 0.36.0", + "sp-application-crypto 35.0.0", + "sp-consensus-babe 0.37.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "sp-maybe-compressed-blob", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", "zstd 0.12.4", ] [[package]] name = "polkadot-node-subsystem" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d5bbd86b3014ce7cc71e1a90bf641e26c4cea98955522d350268efa97c58de9" +checksum = "bab90aceb1e00cb2eff617785f4bc8a40501f525359fb718d2c9ea5b90427d66" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -10669,9 +10886,9 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca25de72c086250c6b53ba0a868fcb1c99c305e0abbf5e3faf5568310dd4672b" +checksum = "c2973a2b608b792adc4a042f9d06d4eebfd63a05557c35bdd5040f445e26a680" dependencies = [ "async-trait", "bitvec", @@ -10681,26 +10898,27 @@ dependencies = [ "polkadot-node-jaeger", "polkadot-node-network-protocol", "polkadot-node-primitives", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "polkadot-statement-table", "sc-client-api", "sc-network", + "sc-network-types", "sc-transaction-pool-api", "smallvec", - "sp-api 30.0.0", - "sp-authority-discovery 30.0.0", + "sp-api 31.0.0", + "sp-authority-discovery 31.0.0", "sp-blockchain", - "sp-consensus-babe 0.36.0", - "sp-runtime 35.0.0", + "sp-consensus-babe 0.37.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "polkadot-node-subsystem-util" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d61ee42f50de06ae2d0209cb49af9805b780d1042a49f74f9841d2095784827" +checksum = "d30298b2d686e24684754a5236fb8986c7c1777f8695ee81c61f5c69a891ef36" dependencies = [ "async-trait", "derive_more", @@ -10720,12 +10938,12 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-types", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "prioritized-metered-channel", - "rand", + "rand 0.8.5", "sc-client-api", "schnellru", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "thiserror", @@ -10734,9 +10952,9 @@ dependencies = [ [[package]] name = "polkadot-overseer" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6fa9663b506f2c6632468e1207e4a651ca16f2f4aba17d0a3d9e2fb828f02c5" +checksum = "e5b0505f383fb8d474cef23cc1a8e24617cd9fd17ee44bbd13f5f92f98de53d9" dependencies = [ "async-trait", "futures", @@ -10747,9 +10965,9 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-primitives", "polkadot-node-subsystem-types", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-client-api", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", "tikv-jemalloc-ctl", "tracing-gum", @@ -10775,18 +10993,18 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe77e2febc4b87e7c0a63f857ce5c32a2680cae5f9c2740285cd7378ed1586ca" +checksum = "549ecbe3c247ca2201e231801111ff4739fb1d66eb1421c2e5c0a2b153ac87b5" dependencies = [ "bounded-collections 0.2.0", "derive_more", "parity-scale-codec", - "polkadot-core-primitives 11.0.0", + "polkadot-core-primitives 12.0.0", "scale-info", "serde", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-weights 31.0.0", ] @@ -10821,42 +11039,42 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71eabc294df35faa0877f6427e9a37d3b8323922aa0372cc9208e492d8f1b2f5" +checksum = "ae78f3443b86249d5f7756177984d6b3c6b1af9432ff2a48e299be2c6ab97297" dependencies = [ "bitvec", "hex-literal", "log", "parity-scale-codec", - "polkadot-core-primitives 11.0.0", - "polkadot-parachain-primitives 10.0.0", + "polkadot-core-primitives 12.0.0", + "polkadot-parachain-primitives 11.0.0", "scale-info", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-arithmetic 26.0.0", - "sp-authority-discovery 30.0.0", - "sp-consensus-slots 0.36.0", + "sp-authority-discovery 31.0.0", + "sp-consensus-slots 0.37.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] [[package]] name = "polkadot-rpc" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb29231d3184c38d011a7bffea09a2c1724b5d7544d43d6159aaa3870ae74e26" +checksum = "b791f93e89c38bafc894e9364c27a85b8d5696a9280f95f22c39a601cae4e6c8" dependencies = [ "jsonrpsee", "mmr-rpc", "pallet-transaction-payment-rpc", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-chain-spec", "sc-client-api", "sc-consensus-babe", @@ -10870,13 +11088,13 @@ dependencies = [ "sc-rpc-spec-v2", "sc-sync-state-rpc", "sc-transaction-pool-api", - "sp-api 30.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.36.0", + "sp-consensus-babe 0.37.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-frame-rpc-system", "substrate-state-trie-migration-rpc", ] @@ -10935,53 +11153,53 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27c9469b179e1bef848bbf051df1bd529b2b9a2a0428c0f87527586a5bca3848" +checksum = "3effc5cafb231ede1c394abce9575c292e95170e11ee1ecc5644d25cf35b54b9" dependencies = [ "bitvec", - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "libsecp256k1", "log", - "pallet-asset-rate 11.0.0", - "pallet-authorship 32.0.0", - "pallet-babe 32.0.0", - "pallet-balances 33.0.0", - "pallet-broker 0.10.0", - "pallet-election-provider-multi-phase 31.0.0", - "pallet-fast-unstake 31.0.0", - "pallet-identity 32.0.0", - "pallet-session 32.0.0", - "pallet-staking 32.0.0", + "pallet-asset-rate 12.0.0", + "pallet-authorship 33.0.0", + "pallet-babe 33.0.0", + "pallet-balances 34.0.0", + "pallet-broker 0.11.0", + "pallet-election-provider-multi-phase 32.0.0", + "pallet-fast-unstake 32.0.0", + "pallet-identity 33.0.0", + "pallet-session 33.0.0", + "pallet-staking 33.0.0", "pallet-staking-reward-fn 22.0.0", - "pallet-timestamp 31.0.0", - "pallet-transaction-payment 32.0.0", - "pallet-treasury 31.0.0", - "pallet-vesting 32.0.0", + "pallet-timestamp 32.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-treasury 32.0.0", + "pallet-vesting 33.0.0", "parity-scale-codec", - "polkadot-primitives 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-parachains 12.0.0", "rustc-hex", "scale-info", "serde", "serde_derive", - "slot-range-helper 11.0.0", - "sp-api 30.0.0", + "slot-range-helper 12.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-npos-elections 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-npos-elections 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", "static_assertions", ] @@ -11001,14 +11219,14 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3c04cc730f9ddcd9a663eddb95915d783704d11ea12eb2882c0abe18968b9de" +checksum = "6cfaa021e4639e9fcba7c40111d93720b82cea98d667889760e46a40137e3d47" dependencies = [ "bs58 0.5.1", - "frame-benchmarking 32.0.0", + "frame-benchmarking 33.0.0", "parity-scale-codec", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-std", "sp-tracing 17.0.0", ] @@ -11042,7 +11260,7 @@ dependencies = [ "polkadot-parachain-primitives 7.0.0", "polkadot-primitives 8.0.1", "polkadot-runtime-metrics 8.0.0", - "rand", + "rand 0.8.5", "rand_chacha 0.3.1", "rustc-hex", "scale-info", @@ -11065,66 +11283,66 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32edd5b366f1e45995f613997ed259993cd2746f0407f186136696d54e24d784" +checksum = "7b9f30223690133e9fbede03615c6b88aeaa774f777067d2253057ef35ba0270" dependencies = [ "bitflags 1.3.2", "bitvec", "derive_more", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "log", - "pallet-authority-discovery 32.0.0", - "pallet-authorship 32.0.0", - "pallet-babe 32.0.0", - "pallet-balances 33.0.0", - "pallet-broker 0.10.0", - "pallet-message-queue 35.0.0", - "pallet-session 32.0.0", - "pallet-staking 32.0.0", - "pallet-timestamp 31.0.0", - "pallet-vesting 32.0.0", - "parity-scale-codec", - "polkadot-core-primitives 11.0.0", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-metrics 11.0.0", - "rand", + "pallet-authority-discovery 33.0.0", + "pallet-authorship 33.0.0", + "pallet-babe 33.0.0", + "pallet-balances 34.0.0", + "pallet-broker 0.11.0", + "pallet-message-queue 36.0.0", + "pallet-session 33.0.0", + "pallet-staking 33.0.0", + "pallet-timestamp 32.0.0", + "pallet-vesting 33.0.0", + "parity-scale-codec", + "polkadot-core-primitives 12.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-metrics 12.0.0", + "rand 0.8.5", "rand_chacha 0.3.1", "rustc-hex", "scale-info", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", "static_assertions", ] [[package]] name = "polkadot-service" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f276b38deaab6bff3ddfe061331901196ff992f76398bd0abc78382f4f115cf0" +checksum = "fc6acbf05debbbab4831318fdbe0619742573dda47721af7e2ff042def2ec77a" dependencies = [ "async-trait", - "frame-benchmarking 32.0.0", + "frame-benchmarking 33.0.0", "frame-benchmarking-cli", - "frame-support 32.0.0", - "frame-system 32.0.0", - "frame-system-rpc-runtime-api 30.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "frame-system-rpc-runtime-api 31.0.0", "futures", "hex-literal", "is_executable", @@ -11132,10 +11350,10 @@ dependencies = [ "kvdb-rocksdb", "log", "mmr-gadget", - "pallet-babe 32.0.0", - "pallet-staking 32.0.0", - "pallet-transaction-payment 32.0.0", - "pallet-transaction-payment-rpc-runtime-api 32.0.0", + "pallet-babe 33.0.0", + "pallet-staking 33.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-transaction-payment-rpc-runtime-api 33.0.0", "parity-db", "parity-scale-codec", "parking_lot 0.12.1", @@ -11144,7 +11362,7 @@ dependencies = [ "polkadot-availability-distribution", "polkadot-availability-recovery", "polkadot-collator-protocol", - "polkadot-core-primitives 11.0.0", + "polkadot-core-primitives 12.0.0", "polkadot-dispute-distribution", "polkadot-gossip-support", "polkadot-network-bridge", @@ -11169,10 +11387,10 @@ dependencies = [ "polkadot-node-subsystem-types", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", "polkadot-rpc", - "polkadot-runtime-parachains 11.0.0", + "polkadot-runtime-parachains 12.0.0", "polkadot-statement-distribution", "rococo-runtime", "sc-authority-discovery", @@ -11201,30 +11419,30 @@ dependencies = [ "schnellru", "serde", "serde_json", - "sp-api 30.0.0", - "sp-authority-discovery 30.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-authority-discovery 31.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.36.0", - "sp-consensus-beefy 17.0.0", - "sp-consensus-grandpa 17.0.0", + "sp-consensus-babe 0.37.0", + "sp-consensus-beefy 18.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-keyring 35.0.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-keyring 36.0.0", "sp-keystore 0.38.0", - "sp-mmr-primitives 30.0.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-state-machine 0.39.0", + "sp-mmr-primitives 31.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-state-machine 0.40.0", "sp-storage 21.0.0", - "sp-timestamp 30.0.0", - "sp-transaction-pool 30.0.0", - "sp-version 33.0.0", + "sp-timestamp 31.0.0", + "sp-transaction-pool 31.0.0", + "sp-version 34.0.0", "sp-weights 31.0.0", - "staging-xcm 11.0.0", + "staging-xcm 12.0.0", "substrate-prometheus-endpoint", "thiserror", "tracing-gum", @@ -11234,9 +11452,9 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ded486e00b2d5bdc589b4b75c722d7a2b2f4669bd3b492227d3501d60db1b4ec" +checksum = "ca1a7eff92a348821650ed63e02c28a7ee2b5a76ef12d8289882a1e6f2e7de90" dependencies = [ "arrayvec 0.7.4", "bitvec", @@ -11249,21 +11467,21 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-keystore 0.38.0", - "sp-staking 30.0.0", + "sp-staking 31.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-statement-table" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efc9894c6ae63eb4ba1724cc4859db2224038b770b3ac1bf05f0650cbf01dca7" +checksum = "4b879ec2b27bde2a05b70bd4826d7785c1e01ef72fc4a058d1055b1c95f8deb6" dependencies = [ "parity-scale-codec", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-core 32.0.0", "tracing-gum", ] @@ -11417,11 +11635,11 @@ dependencies = [ "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-service", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-primitives-aura 0.12.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-parachain-inherent 0.12.0", "cumulus-relay-chain-interface", - "frame-benchmarking 32.0.0", + "frame-benchmarking 33.0.0", "frame-benchmarking-cli", "futures", "jsonrpsee", @@ -11429,7 +11647,7 @@ dependencies = [ "pallet-transaction-payment-rpc", "parity-scale-codec", "polkadot-cli", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "pop-runtime-common", "pop-runtime-devnet", "pop-runtime-testnet", @@ -11451,19 +11669,19 @@ dependencies = [ "sc-transaction-pool-api", "serde", "serde_json", - "sp-api 30.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", - "sp-consensus-aura 0.36.0", + "sp-consensus-aura 0.37.0", "sp-core 32.0.0", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-keystore 0.38.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-timestamp 30.0.0", - "sp-transaction-pool 30.0.0", - "staging-xcm 11.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-timestamp 31.0.0", + "sp-transaction-pool 31.0.0", + "staging-xcm 12.0.0", "substrate-build-script-utils", "substrate-frame-rpc-system", "substrate-prometheus-endpoint", @@ -11482,12 +11700,12 @@ dependencies = [ name = "pop-runtime-common" version = "0.0.0" dependencies = [ - "frame-support 32.0.0", - "parachains-common 11.0.0", + "frame-support 33.0.0", + "parachains-common 12.0.0", "parity-scale-codec", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -11495,147 +11713,150 @@ dependencies = [ name = "pop-runtime-devnet" version = "0.1.0" dependencies = [ - "cumulus-pallet-aura-ext 0.11.0", - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-session-benchmarking 13.0.0", - "cumulus-pallet-xcm 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.0", + "cumulus-pallet-aura-ext 0.12.0", + "cumulus-pallet-parachain-system 0.12.0", + "cumulus-pallet-session-benchmarking 14.0.0", + "cumulus-pallet-xcm 0.12.0", + "cumulus-pallet-xcmp-queue 0.12.0", + "cumulus-primitives-aura 0.12.0", + "cumulus-primitives-core 0.12.0", "cumulus-primitives-storage-weight-reclaim", - "cumulus-primitives-utility 0.11.0", + "cumulus-primitives-utility 0.12.0", "enumflags2", "env_logger 0.11.3", - "frame-benchmarking 32.0.0", - "frame-executive 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "frame-system-benchmarking 32.0.0", - "frame-system-rpc-runtime-api 30.0.0", - "frame-try-runtime 0.38.0", + "frame-benchmarking 33.0.0", + "frame-executive 33.0.0", + "frame-metadata-hash-extension 0.2.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "frame-system-benchmarking 33.0.0", + "frame-system-rpc-runtime-api 31.0.0", + "frame-try-runtime 0.39.0", "hex", "hex-literal", "log", - "pallet-assets 33.0.0", - "pallet-aura 31.0.0", - "pallet-authorship 32.0.0", - "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", + "pallet-assets 34.0.0", + "pallet-aura 32.0.0", + "pallet-authorship 33.0.0", + "pallet-balances 34.0.0", + "pallet-collator-selection 14.0.0", "pallet-contracts", - "pallet-message-queue 35.0.0", - "pallet-multisig 32.0.0", + "pallet-message-queue 36.0.0", + "pallet-multisig 33.0.0", "pallet-nft-fractionalization", - "pallet-nfts 26.0.0", - "pallet-nfts-runtime-api 18.0.0", - "pallet-preimage 32.0.0", - "pallet-proxy 32.0.0", - "pallet-scheduler 33.0.0", - "pallet-session 32.0.0", - "pallet-sudo 32.0.0", - "pallet-timestamp 31.0.0", - "pallet-transaction-payment 32.0.0", - "pallet-transaction-payment-rpc-runtime-api 32.0.0", - "pallet-utility 32.0.0", - "pallet-xcm 11.0.0", - "parachains-common 11.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-runtime-common 11.0.0", + "pallet-nfts 27.0.0", + "pallet-nfts-runtime-api 19.0.0", + "pallet-preimage 33.0.0", + "pallet-proxy 33.0.0", + "pallet-scheduler 34.0.0", + "pallet-session 33.0.0", + "pallet-sudo 33.0.0", + "pallet-timestamp 32.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-transaction-payment-rpc-runtime-api 33.0.0", + "pallet-utility 33.0.0", + "pallet-xcm 12.0.0", + "parachains-common 12.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 11.0.0", + "polkadot-runtime-common 12.0.0", "pop-primitives", "pop-runtime-common", "scale-info", "smallvec", - "sp-api 30.0.0", - "sp-block-builder 30.0.0", - "sp-consensus-aura 0.36.0", + "sp-api 31.0.0", + "sp-block-builder 31.0.0", + "sp-consensus-aura 0.37.0", "sp-core 32.0.0", - "sp-genesis-builder 0.11.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", + "sp-genesis-builder 0.12.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", "sp-std", - "sp-transaction-pool 30.0.0", - "sp-version 33.0.0", - "staging-parachain-info 0.11.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", - "substrate-wasm-builder 21.0.0", + "sp-transaction-pool 31.0.0", + "sp-version 34.0.0", + "staging-parachain-info 0.12.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", + "substrate-wasm-builder 22.0.1", ] [[package]] name = "pop-runtime-testnet" version = "0.2.0" dependencies = [ - "cumulus-pallet-aura-ext 0.11.0", - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-session-benchmarking 13.0.0", - "cumulus-pallet-xcm 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-utility 0.11.0", + "cumulus-pallet-aura-ext 0.12.0", + "cumulus-pallet-parachain-system 0.12.0", + "cumulus-pallet-session-benchmarking 14.0.0", + "cumulus-pallet-xcm 0.12.0", + "cumulus-pallet-xcmp-queue 0.12.0", + "cumulus-primitives-aura 0.12.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-storage-weight-reclaim", + "cumulus-primitives-utility 0.12.0", "enumflags2", "env_logger 0.11.3", - "frame-benchmarking 32.0.0", - "frame-executive 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "frame-system-benchmarking 32.0.0", - "frame-system-rpc-runtime-api 30.0.0", - "frame-try-runtime 0.38.0", + "frame-benchmarking 33.0.0", + "frame-executive 33.0.0", + "frame-metadata-hash-extension 0.2.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "frame-system-benchmarking 33.0.0", + "frame-system-rpc-runtime-api 31.0.0", + "frame-try-runtime 0.39.0", "hex", "hex-literal", "log", - "pallet-assets 33.0.0", - "pallet-aura 31.0.0", - "pallet-authorship 32.0.0", - "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", + "pallet-assets 34.0.0", + "pallet-aura 32.0.0", + "pallet-authorship 33.0.0", + "pallet-balances 34.0.0", + "pallet-collator-selection 14.0.0", "pallet-contracts", - "pallet-message-queue 35.0.0", - "pallet-multisig 32.0.0", + "pallet-message-queue 36.0.0", + "pallet-multisig 33.0.0", "pallet-nft-fractionalization", - "pallet-nfts 26.0.0", - "pallet-nfts-runtime-api 18.0.0", - "pallet-preimage 32.0.0", - "pallet-proxy 32.0.0", - "pallet-scheduler 33.0.0", - "pallet-session 32.0.0", - "pallet-sudo 32.0.0", - "pallet-timestamp 31.0.0", - "pallet-transaction-payment 32.0.0", - "pallet-transaction-payment-rpc-runtime-api 32.0.0", - "pallet-utility 32.0.0", - "pallet-xcm 11.0.0", - "parachains-common 11.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-runtime-common 11.0.0", + "pallet-nfts 27.0.0", + "pallet-nfts-runtime-api 19.0.0", + "pallet-preimage 33.0.0", + "pallet-proxy 33.0.0", + "pallet-scheduler 34.0.0", + "pallet-session 33.0.0", + "pallet-sudo 33.0.0", + "pallet-timestamp 32.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-transaction-payment-rpc-runtime-api 33.0.0", + "pallet-utility 33.0.0", + "pallet-xcm 12.0.0", + "parachains-common 12.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 11.0.0", + "polkadot-runtime-common 12.0.0", "pop-primitives", "pop-runtime-common", "scale-info", "smallvec", - "sp-api 30.0.0", - "sp-block-builder 30.0.0", - "sp-consensus-aura 0.36.0", + "sp-api 31.0.0", + "sp-block-builder 31.0.0", + "sp-consensus-aura 0.37.0", "sp-core 32.0.0", - "sp-genesis-builder 0.11.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", + "sp-genesis-builder 0.12.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", "sp-std", - "sp-transaction-pool 30.0.0", - "sp-version 33.0.0", - "staging-parachain-info 0.11.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", - "substrate-wasm-builder 21.0.0", + "sp-transaction-pool 31.0.0", + "sp-version 34.0.0", + "staging-parachain-info 0.12.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", + "substrate-wasm-builder 22.0.1", ] [[package]] @@ -11987,6 +12208,24 @@ dependencies = [ "pin-project-lite 0.1.12", ] +[[package]] +name = "quinn" +version = "0.9.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2e8b432585672228923edbbf64b8b12c14e1112f62e88737655b4a083dbcd78e" +dependencies = [ + "bytes", + "pin-project-lite 0.2.13", + "quinn-proto", + "quinn-udp", + "rustc-hash", + "rustls 0.20.9", + "thiserror", + "tokio", + "tracing", + "webpki", +] + [[package]] name = "quinn-proto" version = "0.9.6" @@ -11994,7 +12233,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94b0b33c13a79f669c85defaf4c275dc86a0c0372807d0ca3d78e0bb87274863" dependencies = [ "bytes", - "rand", + "rand 0.8.5", "ring 0.16.20", "rustc-hash", "rustls 0.20.9", @@ -12005,6 +12244,19 @@ dependencies = [ "webpki", ] +[[package]] +name = "quinn-udp" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "641538578b21f5e5c8ea733b736895576d0fe329bb883b937db6f4d163dbaaf4" +dependencies = [ + "libc", + "quinn-proto", + "socket2 0.4.10", + "tracing", + "windows-sys 0.42.0", +] + [[package]] name = "quote" version = "1.0.35" @@ -12020,6 +12272,19 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" +[[package]] +name = "rand" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" +dependencies = [ + "getrandom 0.1.16", + "libc", + "rand_chacha 0.2.2", + "rand_core 0.5.1", + "rand_hc", +] + [[package]] name = "rand" version = "0.8.5" @@ -12076,7 +12341,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31" dependencies = [ "num-traits", - "rand", + "rand 0.8.5", +] + +[[package]] +name = "rand_hc" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" +dependencies = [ + "rand_core 0.5.1", ] [[package]] @@ -12346,116 +12620,121 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "11.0.0" +version = "12.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee1a30be097c0e02d2aacc4b2b73ecba2c795ae9246f2c37711ebae0e69dd95c" +checksum = "4044da3a54d49181294ed27b4cf199a9e20ed08dd7b74b71803c84610319c28c" dependencies = [ "binary-merkle-tree 15.0.0", - "frame-benchmarking 32.0.0", - "frame-executive 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "frame-system-benchmarking 32.0.0", - "frame-system-rpc-runtime-api 30.0.0", - "frame-try-runtime 0.38.0", + "bitvec", + "frame-benchmarking 33.0.0", + "frame-executive 33.0.0", + "frame-metadata-hash-extension 0.2.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "frame-system-benchmarking 33.0.0", + "frame-system-rpc-runtime-api 31.0.0", + "frame-try-runtime 0.39.0", "hex-literal", "log", - "pallet-asset-rate 11.0.0", - "pallet-authority-discovery 32.0.0", - "pallet-authorship 32.0.0", - "pallet-babe 32.0.0", - "pallet-balances 33.0.0", - "pallet-beefy 32.0.0", - "pallet-beefy-mmr 32.0.0", - "pallet-bounties 31.0.0", - "pallet-child-bounties 31.0.0", + "pallet-asset-rate 12.0.0", + "pallet-authority-discovery 33.0.0", + "pallet-authorship 33.0.0", + "pallet-babe 33.0.0", + "pallet-balances 34.0.0", + "pallet-beefy 33.0.0", + "pallet-beefy-mmr 33.0.0", + "pallet-bounties 32.0.0", + "pallet-child-bounties 32.0.0", "pallet-collective", - "pallet-conviction-voting 32.0.0", + "pallet-conviction-voting 33.0.0", "pallet-democracy", "pallet-elections-phragmen", - "pallet-grandpa 32.0.0", - "pallet-identity 32.0.0", - "pallet-indices 32.0.0", + "pallet-grandpa 33.0.0", + "pallet-identity 33.0.0", + "pallet-indices 33.0.0", "pallet-membership", - "pallet-message-queue 35.0.0", - "pallet-mmr 31.0.0", - "pallet-multisig 32.0.0", + "pallet-message-queue 36.0.0", + "pallet-mmr 32.0.0", + "pallet-multisig 33.0.0", "pallet-nis", - "pallet-offences 31.0.0", - "pallet-preimage 32.0.0", - "pallet-proxy 32.0.0", + "pallet-offences 32.0.0", + "pallet-parameters", + "pallet-preimage 33.0.0", + "pallet-proxy 33.0.0", "pallet-ranked-collective", "pallet-recovery", - "pallet-referenda 32.0.0", + "pallet-referenda 33.0.0", "pallet-root-testing", - "pallet-scheduler 33.0.0", - "pallet-session 32.0.0", + "pallet-scheduler 34.0.0", + "pallet-session 33.0.0", "pallet-society", - "pallet-staking 32.0.0", - "pallet-state-trie-migration 33.0.0", - "pallet-sudo 32.0.0", - "pallet-timestamp 31.0.0", + "pallet-staking 33.0.0", + "pallet-state-trie-migration 34.0.0", + "pallet-sudo 33.0.0", + "pallet-timestamp 32.0.0", "pallet-tips", - "pallet-transaction-payment 32.0.0", - "pallet-transaction-payment-rpc-runtime-api 32.0.0", - "pallet-treasury 31.0.0", - "pallet-utility 32.0.0", - "pallet-vesting 32.0.0", - "pallet-whitelist 31.0.0", - "pallet-xcm 11.0.0", - "pallet-xcm-benchmarks 11.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-common 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-transaction-payment-rpc-runtime-api 33.0.0", + "pallet-treasury 32.0.0", + "pallet-utility 33.0.0", + "pallet-vesting 33.0.0", + "pallet-whitelist 32.0.0", + "pallet-xcm 12.0.0", + "pallet-xcm-benchmarks 12.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-common 12.0.0", + "polkadot-runtime-parachains 12.0.0", "rococo-runtime-constants", "scale-info", "serde", "serde_derive", + "serde_json", "smallvec", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-arithmetic 26.0.0", - "sp-authority-discovery 30.0.0", - "sp-block-builder 30.0.0", - "sp-consensus-babe 0.36.0", - "sp-consensus-beefy 17.0.0", + "sp-authority-discovery 31.0.0", + "sp-block-builder 31.0.0", + "sp-consensus-babe 0.37.0", + "sp-consensus-beefy 18.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-genesis-builder 0.11.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-mmr-primitives 30.0.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-genesis-builder 0.12.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", "sp-storage 21.0.0", - "sp-transaction-pool 30.0.0", - "sp-version 33.0.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", + "sp-transaction-pool 31.0.0", + "sp-version 34.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", "static_assertions", - "substrate-wasm-builder 21.0.0", + "substrate-wasm-builder 22.0.1", "xcm-fee-payment-runtime-api", ] [[package]] name = "rococo-runtime-constants" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa26847ef6b32b5fd41d4f86538ef15b8d74f208d211644dc14e4dda74559116" +checksum = "578bde81aeca421df7d898726f0d3d9caea11eed87d77760be71177ce071977f" dependencies = [ - "frame-support 32.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-common 11.0.0", + "frame-support 33.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-common 12.0.0", "smallvec", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-weights 31.0.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", ] [[package]] @@ -12752,9 +13031,9 @@ dependencies = [ [[package]] name = "sc-authority-discovery" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9cd4cf9f2f6a12f1cc042831474f33103aad8ebf9fa6d49f7119521ed89b1ec" +checksum = "4e4f35b9a8b91dd1232a26041c064d57b9f03ad2b80d2912512cfd1e4851e506" dependencies = [ "async-trait", "futures", @@ -12763,29 +13042,30 @@ dependencies = [ "libp2p", "linked_hash_set", "log", - "multihash 0.18.1", + "multihash 0.17.0", "multihash-codetable", "parity-scale-codec", "prost 0.12.3", "prost-build", - "rand", + "rand 0.8.5", "sc-client-api", "sc-network", - "sp-api 30.0.0", - "sp-authority-discovery 30.0.0", + "sc-network-types", + "sp-api 31.0.0", + "sp-authority-discovery 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-basic-authorship" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2354138e44624d68245b9490c0d30f73bac7c00f218643ff03fc0dbd1536b98" +checksum = "0f71eb27c36bb0cda3e67f1e0c4c45ced6672ad4c47148da6bc7fd729e99865a" dependencies = [ "futures", "futures-timer", @@ -12795,36 +13075,36 @@ dependencies = [ "sc-proposer-metrics", "sc-telemetry", "sc-transaction-pool-api", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", ] [[package]] name = "sc-block-builder" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d54ed880c04f6df650dcf4672d7d4a2d08b30e95c51f07b4a3be75eaa535082" +checksum = "4190e69ccdf1b10c530e110345d67c6347aa0bc03fa56723103d834fb8ac907d" dependencies = [ "parity-scale-codec", - "sp-api 30.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-trie 33.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-trie 34.0.0", ] [[package]] name = "sc-chain-spec" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8d25ff00e77262342bd85a71de32170b136773f6a8cdd5641ce8b81fb4e16be" +checksum = "a3256a5e3294dc363ddb17ac3040c33b9848269dd288eaf8ac6a2972f8a1d884" dependencies = [ "array-bytes 6.2.2", "docify", @@ -12841,10 +13121,11 @@ dependencies = [ "sp-blockchain", "sp-core 32.0.0", "sp-crypto-hashing", - "sp-genesis-builder 0.11.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-genesis-builder 0.12.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", + "sp-tracing 17.0.0", ] [[package]] @@ -12861,9 +13142,9 @@ dependencies = [ [[package]] name = "sc-cli" -version = "0.40.0" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eade6864cba8ab29c4c7572c6a4a080c0423bc53cb48b00f70eef7d57d22abae" +checksum = "397091529b095369e8b9342a0dcb732bf6ec672b4be9db76b5174951618f541a" dependencies = [ "array-bytes 6.2.2", "chrono", @@ -12876,7 +13157,7 @@ dependencies = [ "names", "parity-bip39", "parity-scale-codec", - "rand", + "rand 0.8.5", "regex", "rpassword", "sc-client-api", @@ -12892,20 +13173,20 @@ dependencies = [ "serde_json", "sp-blockchain", "sp-core 32.0.0", - "sp-keyring 35.0.0", + "sp-keyring 36.0.0", "sp-keystore 0.38.0", "sp-panic-handler", - "sp-runtime 35.0.0", - "sp-version 33.0.0", + "sp-runtime 36.0.0", + "sp-version 34.0.0", "thiserror", "tokio", ] [[package]] name = "sc-client-api" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6f69c592a2cab8b5cb7860bf57c5084a590d2e0c5df9308f62ddb405ca4d97e" +checksum = "cec1bf37389619d861680f7da315ac5a815e5cd924ec9a0adb86e4ba4aac7c99" dependencies = [ "fnv", "futures", @@ -12915,25 +13196,25 @@ dependencies = [ "sc-executor", "sc-transaction-pool-api", "sc-utils", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", "sp-core 32.0.0", "sp-database", "sp-externalities 0.28.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-statement-store", "sp-storage 21.0.0", - "sp-trie 33.0.0", + "sp-trie 34.0.0", "substrate-prometheus-endpoint", ] [[package]] name = "sc-client-db" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f4e8c9db1025f0b17438f5db8937c53022b417593f30d4624b8b2e0d3300b9f" +checksum = "ffe19e497ab77b89efa4e2b885af725d6ed59579ebe8df96b820f5b122c10da9" dependencies = [ "hash-db", "kvdb", @@ -12951,42 +13232,42 @@ dependencies = [ "sp-blockchain", "sp-core 32.0.0", "sp-database", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", - "sp-trie 33.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", + "sp-trie 34.0.0", ] [[package]] name = "sc-consensus" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a051ffa28788f7ec47e46d6236132126d5aa563469e6c852e87cfbe5069e0687" +checksum = "0178e3ef8d317456e352466a9c5d3b6d9b5861a64b43c01ab62435e24fc68a51" dependencies = [ "async-trait", "futures", "futures-timer", - "libp2p-identity", "log", "mockall", "parking_lot 0.12.1", "sc-client-api", + "sc-network-types", "sc-utils", "serde", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-aura" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6cd537650a8f23d6775456a5a06e1cf27722fedc5515769983e18ef856a6aad3" +checksum = "be48cd2fa20a6800595f7f49dbc929ad72348673c38eb7faa072cb8dfd7b47ce" dependencies = [ "async-trait", "futures", @@ -12997,26 +13278,26 @@ dependencies = [ "sc-consensus", "sc-consensus-slots", "sc-telemetry", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-aura 0.36.0", - "sp-consensus-slots 0.36.0", + "sp-consensus-aura 0.37.0", + "sp-consensus-slots 0.37.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", + "sp-inherents 31.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-babe" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efe6f127a27ea6ace8e4391ba847ccf21d3512499e1c5e7c300e7e5115642544" +checksum = "08d58429c3660dfb86b9c0a1529dbc444f1ba8c8135812468497751d5b2567d6" dependencies = [ "async-trait", "fork-tree", @@ -13033,27 +13314,27 @@ dependencies = [ "sc-consensus-slots", "sc-telemetry", "sc-transaction-pool-api", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.36.0", - "sp-consensus-slots 0.36.0", + "sp-consensus-babe 0.37.0", + "sp-consensus-slots 0.37.0", "sp-core 32.0.0", "sp-crypto-hashing", - "sp-inherents 30.0.0", + "sp-inherents 31.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-babe-rpc" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c93183245d51eab164ab5513f5ad723964c38f293427d99066f8aed02ae715e1" +checksum = "cd3bd3762945244a50e7e64aa9302405ba3d225a807872a4f99e8250e5ec4e60" dependencies = [ "futures", "jsonrpsee", @@ -13061,22 +13342,22 @@ dependencies = [ "sc-consensus-epochs", "sc-rpc-api", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.36.0", + "sp-consensus-babe 0.37.0", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] [[package]] name = "sc-consensus-beefy" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87f0cdd776453ce7d73fdb548648bdfefdac6c497d198083222aa0d7636445ed" +checksum = "0f0f27e60a0a3135c991e26883c4827f8bb3fa082ee84690544eea9040d0edf8" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -13091,18 +13372,19 @@ dependencies = [ "sc-network", "sc-network-gossip", "sc-network-sync", + "sc-network-types", "sc-utils", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-beefy 17.0.0", + "sp-consensus-beefy 18.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-keystore 0.38.0", - "sp-mmr-primitives 30.0.0", - "sp-runtime 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -13111,9 +13393,9 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f8193f51766e9bf5a94f044333f4807918f7243eab404e9ff91b98ba268f2e9" +checksum = "7db1d87a1107de282b3208e25370c1f54dcfc9f0c12bdea52fad127df4929c63" dependencies = [ "futures", "jsonrpsee", @@ -13123,31 +13405,31 @@ dependencies = [ "sc-consensus-beefy", "sc-rpc", "serde", - "sp-consensus-beefy 17.0.0", + "sp-consensus-beefy 18.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] [[package]] name = "sc-consensus-epochs" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2217e53886dbfd4749eaa2e671f8e59807a2fb711ffa0023b3dc5b30f5db458" +checksum = "e7d878112bf0e7b267eb753e9a43432616dc190f85be921bc03d13c42a7c21bd" dependencies = [ "fork-tree", "parity-scale-codec", "sc-client-api", "sc-consensus", "sp-blockchain", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "sc-consensus-grandpa" -version = "0.23.0" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d666c23af4325c6d2ca35bfe2874917f5dfdd94bfca165ad89b92191489e2d8" +checksum = "4ba0980a68efdb28cba1a8051dd27d104258870f16287df9d576caf36add3ebc" dependencies = [ "ahash 0.8.11", "array-bytes 6.2.2", @@ -13160,7 +13442,7 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "sc-block-builder", "sc-chain-spec", "sc-client-api", @@ -13169,29 +13451,30 @@ dependencies = [ "sc-network-common", "sc-network-gossip", "sc-network-sync", + "sc-network-types", "sc-telemetry", "sc-transaction-pool-api", "sc-utils", "serde_json", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-grandpa 17.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-grandpa-rpc" -version = "0.23.0" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24ff3f1dc9c74563e559725736e07f4817e3429cdfd593e4a8c583d2c8da0894" +checksum = "5c587c6b017281f2029a7901de1e2f6f85ee8b365e9d15b159a5c44450fc71f6" dependencies = [ "finality-grandpa", "futures", @@ -13204,15 +13487,15 @@ dependencies = [ "serde", "sp-blockchain", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] [[package]] name = "sc-consensus-slots" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80382f4da8a76c05c23b84d5c369bb5d617d499749171335e9b47599885fb202" +checksum = "b755082e44000f02660697560c279d81cea4ea984d5a21eb27a2179c92912fbc" dependencies = [ "async-trait", "futures", @@ -13225,18 +13508,18 @@ dependencies = [ "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-slots 0.36.0", + "sp-consensus-slots 0.37.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", ] [[package]] name = "sc-executor" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc6b47b642a92adcabaeadb7d76bd1a02bcf5a93f2b649e81afe8b940107bbda" +checksum = "5d0738d2e654f8cadb8b5b5f64c281654838202bf77641656b7fe2bd5346a25b" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -13244,14 +13527,14 @@ dependencies = [ "sc-executor-polkavm", "sc-executor-wasmtime", "schnellru", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", "sp-externalities 0.28.0", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-panic-handler", "sp-runtime-interface 27.0.0", - "sp-trie 33.0.0", - "sp-version 33.0.0", + "sp-trie 34.0.0", + "sp-version 34.0.0", "sp-wasm-interface 21.0.0", "tracing", ] @@ -13303,9 +13586,9 @@ dependencies = [ [[package]] name = "sc-informant" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "061006dce0dcae3ece90d5d9f656ade507dd922931911d59deea823f28be54dd" +checksum = "4bb38b9ee63b01ed966f67789684b517cdc7891c0ac30ddac0e039695a43ab03" dependencies = [ "ansi_term", "futures", @@ -13316,19 +13599,19 @@ dependencies = [ "sc-network-common", "sc-network-sync", "sp-blockchain", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "sc-keystore" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6477f27aa17ada189355325c16992d3e612d2fe276ecef9da1b36b6b297b3ac4" +checksum = "8dbafebe46cb7a380d6a1a77c045af06de3cf92ffcb5bbbbb1567e3b0c94d688" dependencies = [ "array-bytes 6.2.2", "parking_lot 0.12.1", "serde_json", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "thiserror", @@ -13336,9 +13619,9 @@ dependencies = [ [[package]] name = "sc-mixnet" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8e04fecf6e55e4597e473c87e8f3cea5a9963835af30a971203290d62bb2d03" +checksum = "3c48f0897bac630c7f58e0e8f5b5930db18641ac5c0df6fcca0335520c1be74a" dependencies = [ "array-bytes 4.2.0", "arrayvec 0.7.4", @@ -13346,7 +13629,6 @@ dependencies = [ "bytes", "futures", "futures-timer", - "libp2p-identity", "log", "mixnet", "multiaddr", @@ -13354,27 +13636,29 @@ dependencies = [ "parking_lot 0.12.1", "sc-client-api", "sc-network", + "sc-network-types", "sc-transaction-pool-api", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-consensus", "sp-core 32.0.0", "sp-keystore 0.38.0", "sp-mixnet", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] [[package]] name = "sc-network" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39e68214c9245ee374a6c51fca3c00feddbe20a86451d92c76585a9cc9553425" +checksum = "c94a6131f2c50126601a01d9b60a8df569aa8483cf6754e280b754a5e716a297" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", "async-trait", "asynchronous-codec", "bytes", + "cid 0.9.0", "either", "fnv", "futures", @@ -13382,58 +13666,44 @@ dependencies = [ "ip_network", "libp2p", "linked_hash_set", + "litep2p", "log", "mockall", + "once_cell", "parity-scale-codec", "parking_lot 0.12.1", "partial_sort", "pin-project", - "rand", + "prost 0.11.9", + "prost-build", + "rand 0.8.5", "sc-client-api", "sc-network-common", + "sc-network-types", "sc-utils", + "schnellru", "serde", "serde_json", "smallvec", "sp-arithmetic 26.0.0", "sp-blockchain", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", "tokio-stream", "unsigned-varint", + "void", "wasm-timer", "zeroize", ] -[[package]] -name = "sc-network-bitswap" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf7cf01e661f39303737596859139fcdd31bd106a979fae0828f3e5b0decce89" -dependencies = [ - "async-channel 1.9.0", - "cid", - "futures", - "libp2p-identity", - "log", - "prost 0.12.3", - "prost-build", - "sc-client-api", - "sc-network", - "sp-blockchain", - "sp-runtime 35.0.0", - "thiserror", - "unsigned-varint", -] - [[package]] name = "sc-network-common" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98b1732616f6fd5bcdabd44eac79b466c2075f3f47ebf0cf2f6d52d790890736" +checksum = "ae304be8447d6101c7d314932137ff2405db43bc7daf4b9c0c52341bdc9265ac" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -13442,16 +13712,17 @@ dependencies = [ "parity-scale-codec", "prost-build", "sc-consensus", + "sc-network-types", "sp-consensus", - "sp-consensus-grandpa 17.0.0", - "sp-runtime 35.0.0", + "sp-consensus-grandpa 18.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "sc-network-gossip" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebb8b10666371dc53bd9e11dbb99e0763307203ecc70f4d9bb20169cf7ad69db" +checksum = "ed5317c3a30c77978ef7cfb2655e4dae2f7ba82df1622b6b6e81c854c19ffb43" dependencies = [ "ahash 0.8.11", "futures", @@ -13461,39 +13732,40 @@ dependencies = [ "sc-network", "sc-network-common", "sc-network-sync", + "sc-network-types", "schnellru", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "sc-network-light" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7be9c7b3d18d5ef3ed493be173e9cb00537585cd9b21bb4ebe24b9b555cf4fa4" +checksum = "10a2b0e0c87d74704a758be2d3119bbbf652910b3de0d3074864531f2e1afd3c" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", "futures", - "libp2p-identity", "log", "parity-scale-codec", "prost 0.12.3", "prost-build", "sc-client-api", "sc-network", + "sc-network-types", "sp-blockchain", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] [[package]] name = "sc-network-sync" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1df8a240043ecd1c5ca54d1dfdc654878aed6b96fe7292c11dc9e8bc7c4884fb" +checksum = "92d3a03c11fd5ed3c596a055d79596e6c0d7ea5166b627346e0381adde49dd50" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -13511,15 +13783,16 @@ dependencies = [ "sc-consensus", "sc-network", "sc-network-common", + "sc-network-types", "sc-utils", "schnellru", "smallvec", "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-grandpa 17.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -13528,9 +13801,9 @@ dependencies = [ [[package]] name = "sc-network-transactions" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1514ca1cc195842970b3a35b80cc14ed002296f3565c19d4659be44ca9255b8" +checksum = "1f8586ce7e34e555021b574ec98c4d459cc46625f1d061a3ed8bea6a400e8648" dependencies = [ "array-bytes 6.2.2", "futures", @@ -13540,17 +13813,33 @@ dependencies = [ "sc-network", "sc-network-common", "sc-network-sync", + "sc-network-types", "sc-utils", "sp-consensus", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", ] +[[package]] +name = "sc-network-types" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a6b473a65393f65579019e4280cc116848439985c62724db8402bbfa7da462d1" +dependencies = [ + "bs58 0.4.0", + "libp2p-identity", + "litep2p", + "multiaddr", + "multihash 0.17.0", + "rand 0.8.5", + "thiserror", +] + [[package]] name = "sc-offchain" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91f289809d0c3fd09474637bfe2dc732f41fb211d1241885194232c5d612a641" +checksum = "acb6f76c65abdabfadb497a5fe33733ec67af15221aa1c72686096aed75b28b8" dependencies = [ "array-bytes 6.2.2", "bytes", @@ -13565,18 +13854,19 @@ dependencies = [ "once_cell", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "sc-client-api", "sc-network", "sc-network-common", + "sc-network-types", "sc-transaction-pool-api", "sc-utils", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", "sp-externalities 0.28.0", "sp-keystore 0.38.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", "threadpool", "tracing", ] @@ -13593,9 +13883,9 @@ dependencies = [ [[package]] name = "sc-rpc" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3d7b43d6ce2c57d90dab64a0eab4673158a7a240119fd3ae934ce95f8ad973f" +checksum = "df3af3898afc9e63bfda6bbb75a20bb66a4b3de0bc077eb1b67d94b04f69b984" dependencies = [ "futures", "jsonrpsee", @@ -13611,24 +13901,24 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde_json", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-offchain 30.0.0", + "sp-offchain 31.0.0", "sp-rpc", - "sp-runtime 35.0.0", - "sp-session 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", "sp-statement-store", - "sp-version 33.0.0", + "sp-version 34.0.0", "tokio", ] [[package]] name = "sc-rpc-api" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b82060f09f886f59fd19a77cc6668c209e883fc93511e9c441ef84adfea80f36" +checksum = "2656a0da9ce809fb31dc0517b7e0a4185001785154b59cd9546566f1db8df346" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -13640,8 +13930,8 @@ dependencies = [ "serde_json", "sp-core 32.0.0", "sp-rpc", - "sp-runtime 35.0.0", - "sp-version 33.0.0", + "sp-runtime 36.0.0", + "sp-version 34.0.0", "thiserror", ] @@ -13666,9 +13956,9 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad831d2524de44a89b1801e306fd9718dc5fadb26ea3e88f486faa29c6fdd710" +checksum = "57f2b3d4ad7238f031c85395980f3b05026dba6f596e1e3600274fa9c30974e1" dependencies = [ "array-bytes 6.2.2", "futures", @@ -13678,19 +13968,20 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "sc-chain-spec", "sc-client-api", "sc-rpc", "sc-transaction-pool-api", "sc-utils", + "schnellru", "serde", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-rpc", - "sp-runtime 35.0.0", - "sp-version 33.0.0", + "sp-runtime 36.0.0", + "sp-version 34.0.0", "thiserror", "tokio", "tokio-stream", @@ -13698,9 +13989,9 @@ dependencies = [ [[package]] name = "sc-service" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ff048cda961d13a0978bf6e75b1978c0fa886d2087133a4d2107a034afd27c8" +checksum = "70d4e550aabcfba3a9e6a2c4e23dcfef362cb62bea2cfc3348879e327482ec72" dependencies = [ "async-trait", "directories", @@ -13712,7 +14003,7 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "pin-project", - "rand", + "rand 0.8.5", "sc-chain-spec", "sc-client-api", "sc-client-db", @@ -13721,11 +14012,11 @@ dependencies = [ "sc-informant", "sc-keystore", "sc-network", - "sc-network-bitswap", "sc-network-common", "sc-network-light", "sc-network-sync", "sc-network-transactions", + "sc-network-types", "sc-rpc", "sc-rpc-server", "sc-rpc-spec-v2", @@ -13738,20 +14029,20 @@ dependencies = [ "schnellru", "serde", "serde_json", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", "sp-core 32.0.0", "sp-externalities 0.28.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-state-machine 0.40.0", "sp-storage 21.0.0", - "sp-transaction-pool 30.0.0", + "sp-transaction-pool 31.0.0", "sp-transaction-storage-proof", - "sp-trie 33.0.0", - "sp-version 33.0.0", + "sp-trie 34.0.0", + "sp-version 34.0.0", "static_init", "substrate-prometheus-endpoint", "tempfile", @@ -13789,9 +14080,9 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75577af6d7128f3c0cd1dfa83f9ec056dbe4cdce297f1d257f2a1253134c6e9a" +checksum = "910d78b0ea4778a639a9d1345d4e5ce27721ed0d717635aded1bb6c522044bb2" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -13803,21 +14094,21 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] [[package]] name = "sc-sysinfo" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6a838bf3ba61e83c0f3be4a41ba7ed8c71d19c2adee6396046f78317006637b" +checksum = "985818b31ecd4e04edadbf6124e2b71033551c08ff891bd9449fbddd2346ddf8" dependencies = [ "derive_more", "futures", "libc", "log", - "rand", + "rand 0.8.5", "rand_pcg", "regex", "sc-telemetry", @@ -13825,15 +14116,15 @@ dependencies = [ "serde_json", "sp-core 32.0.0", "sp-crypto-hashing", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-std", ] [[package]] name = "sc-telemetry" -version = "18.0.0" +version = "19.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72a5a306d8c75e61e8c59e18b92886f85db6b4102c4669240eca101954fec79e" +checksum = "6a874600f40a5cef2e1482574f7665ed005f7c3b7594f9abddcb2e015651c4d9" dependencies = [ "chrono", "futures", @@ -13841,7 +14132,8 @@ dependencies = [ "log", "parking_lot 0.12.1", "pin-project", - "rand", + "rand 0.8.5", + "sc-network", "sc-utils", "serde", "serde_json", @@ -13851,9 +14143,9 @@ dependencies = [ [[package]] name = "sc-tracing" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "584e4f81defe03776909ce283429c9cd3d80fea6b2f3a303dc2bdf913e11d9e8" +checksum = "8c7513573600566bcc7a41153c6a99b628e800acd65bc124c3ac595322324021" dependencies = [ "ansi_term", "chrono", @@ -13868,16 +14160,16 @@ dependencies = [ "sc-client-api", "sc-tracing-proc-macro", "serde", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-rpc", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-tracing 17.0.0", "thiserror", "tracing", "tracing-log 0.1.4", - "tracing-subscriber 0.2.25", + "tracing-subscriber 0.3.18", ] [[package]] @@ -13894,9 +14186,9 @@ dependencies = [ [[package]] name = "sc-transaction-pool" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54754bf43dede417a8e64a0d6a46bf2bbed47ff050c1f81c8a575f9b94416886" +checksum = "18f865b689f7f732de5c6129cbdb793d7c71a88ef0d1636d8b843e590d5d766a" dependencies = [ "async-trait", "futures", @@ -13909,22 +14201,22 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-crypto-hashing", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-tracing 17.0.0", - "sp-transaction-pool 30.0.0", + "sp-transaction-pool 31.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-transaction-pool-api" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41b563c7257ab650b2639d623da13d1a50a5a6c4ec582bc92e118c73d072bcd4" +checksum = "618532cf1e4afbc3a3f9046bfb4aaceba46fa9888ec9d1d12e9fe5448aa7ee82" dependencies = [ "async-trait", "futures", @@ -13933,7 +14225,7 @@ dependencies = [ "serde", "sp-blockchain", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] @@ -13953,6 +14245,29 @@ dependencies = [ "sp-arithmetic 26.0.0", ] +[[package]] +name = "scale-bits" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e57b1e7f6b65ed1f04e79a85a57d755ad56d76fdf1e9bddcc9ae14f71fcdcf54" +dependencies = [ + "parity-scale-codec", + "scale-type-resolver", +] + +[[package]] +name = "scale-decode" +version = "0.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e98f3262c250d90e700bb802eb704e1f841e03331c2eb815e46516c4edbf5b27" +dependencies = [ + "derive_more", + "parity-scale-codec", + "scale-bits", + "scale-type-resolver", + "smallvec", +] + [[package]] name = "scale-info" version = "2.11.1" @@ -13979,6 +14294,12 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "scale-type-resolver" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f0cded6518aa0bd6c1be2b88ac81bf7044992f0f154bfbabd5ad34f43512abcb" + [[package]] name = "schannel" version = "0.1.23" @@ -14056,6 +14377,21 @@ dependencies = [ "untrusted 0.9.0", ] +[[package]] +name = "sctp-proto" +version = "0.1.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f64cef148d3295c730c3cb340b0b252a4d570b1c7d4bf0808f88540b0a888bc" +dependencies = [ + "bytes", + "crc", + "fxhash", + "log", + "rand 0.8.5", + "slab", + "thiserror", +] + [[package]] name = "sec1" version = "0.7.3" @@ -14235,6 +14571,18 @@ dependencies = [ "opaque-debug 0.3.1", ] +[[package]] +name = "sha-1" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c" +dependencies = [ + "cfg-if", + "cpufeatures", + "digest 0.10.7", + "sha1-asm", +] + [[package]] name = "sha1" version = "0.10.6" @@ -14246,6 +14594,15 @@ dependencies = [ "digest 0.10.7", ] +[[package]] +name = "sha1-asm" +version = "0.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "286acebaf8b67c1130aedffad26f594eff0c1292389158135327d2e23aed582b" +dependencies = [ + "cc", +] + [[package]] name = "sha2" version = "0.9.9" @@ -14304,6 +14661,12 @@ dependencies = [ "libc", ] +[[package]] +name = "signature" +version = "1.6.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" + [[package]] name = "signature" version = "2.2.0" @@ -14327,6 +14690,15 @@ dependencies = [ "wide", ] +[[package]] +name = "simple-dns" +version = "0.5.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cae9a3fcdadafb6d97f4c0e007e4247b114ee0f119f650c3cbf3a8b3a1479694" +dependencies = [ + "bitflags 2.5.0", +] + [[package]] name = "simple-mermaid" version = "0.1.1" @@ -14369,14 +14741,14 @@ dependencies = [ [[package]] name = "slot-range-helper" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a0e4ae8d02b43620ca7f567ca94fff494d85aecc73ffebda6c8fa19545b1673" +checksum = "7bb6f55c7308986f519ce3d554f832774e6212b14774e72313a0c1a3591adf5a" dependencies = [ "enumn", "parity-scale-codec", "paste", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -14448,7 +14820,7 @@ dependencies = [ "pbkdf2 0.12.2", "pin-project", "poly1305", - "rand", + "rand 0.8.5", "rand_chacha 0.3.1", "ruzstd", "schnorrkel 0.10.2", @@ -14491,7 +14863,7 @@ dependencies = [ "no-std-net", "parking_lot 0.12.1", "pin-project", - "rand", + "rand 0.8.5", "rand_chacha 0.3.1", "serde", "serde_json", @@ -14616,7 +14988,7 @@ dependencies = [ "hex", "lazy_static", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", "snowbridge-amcl", "zeroize", @@ -14679,8 +15051,8 @@ dependencies = [ "http", "httparse", "log", - "rand", - "sha-1", + "rand 0.8.5", + "sha-1 0.9.8", ] [[package]] @@ -14707,24 +15079,24 @@ dependencies = [ [[package]] name = "sp-api" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8abd1d0732054ad896db8f092abe822106f1acf8bbc462c70f57d0f24c0dcdf" +checksum = "b500647cfe266d58781f44af9b13c3bd57fb3be08642f2a9f13e024cc5e22359" dependencies = [ "hash-db", "log", "parity-scale-codec", "scale-info", - "sp-api-proc-macro 18.0.0", + "sp-api-proc-macro 19.0.0", "sp-core 32.0.0", "sp-externalities 0.28.0", "sp-metadata-ir 0.7.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-runtime-interface 27.0.0", - "sp-state-machine 0.39.0", + "sp-state-machine 0.40.0", "sp-std", - "sp-trie 33.0.0", - "sp-version 33.0.0", + "sp-trie 34.0.0", + "sp-version 34.0.0", "thiserror", ] @@ -14745,9 +15117,9 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" -version = "18.0.0" +version = "19.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "681e80c1b259ee71880cd3b4ad2a2d41454596252bd267c3edf4e14552ab40e1" +checksum = "213a4bec1b18bd0750e7b81d11d8276c24f68b53cde83950b00b178ecc9ab24a" dependencies = [ "Inflector", "blake2 0.10.6", @@ -14774,15 +15146,15 @@ dependencies = [ [[package]] name = "sp-application-crypto" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1505fad69251900048ddddc6387265e1545d1a366e3b4dcd57b76a03f0a65ae7" +checksum = "57541120624a76379cc993cbb85064a5148957a92da032567e54bce7977f51fc" dependencies = [ "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-std", ] @@ -14833,15 +15205,15 @@ dependencies = [ [[package]] name = "sp-authority-discovery" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f5700c6f51afc80af2dd2b39973183d7527e8b5be390fa125d777f948db0e88" +checksum = "6d8494eafd70194198b7fd82446da59380c7346bedf68e83dfbdb5f338395437" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -14858,47 +15230,47 @@ dependencies = [ [[package]] name = "sp-block-builder" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "466eaa1fe1745e9456a5e5afc033b67a52211463a137ea3551bff36b4d72ce03" +checksum = "51cf3d8fb96de98aecdd32cdd4a735af4d84fae274314f411f95c89d4dff6ad3" dependencies = [ - "sp-api 30.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "sp-blockchain" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eed0dc760fde2b2cd07ca9428e3d6b7ecc02bbd00a5dc32b7f829c80889b152b" +checksum = "488d3cc94c345ce55d1890239bb256f4418f9566e29b7b90f01817bc7b553a08" dependencies = [ "futures", "log", "parity-scale-codec", "parking_lot 0.12.1", "schnellru", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-consensus", "sp-database", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "thiserror", ] [[package]] name = "sp-consensus" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19910bc7cd10336a1b13611df1212bce5cabbcfcd92a9394e23476498aa360c7" +checksum = "3f400a20113301fa91094c210b9b9b63f066cee55f22517768eaadf3519124d8" dependencies = [ "async-trait", "futures", "log", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "thiserror", ] @@ -14922,19 +15294,19 @@ dependencies = [ [[package]] name = "sp-consensus-aura" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67647dc44d2f47f8b96a56f30a896926485e55a8209cfe916cf8d08a6d488f03" +checksum = "c8904da70720b26f207b6ae1d140cac4f5b10b94bce535e08ee0df08f3a27a84" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", - "sp-consensus-slots 0.36.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-timestamp 30.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", + "sp-consensus-slots 0.37.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-timestamp 31.0.0", ] [[package]] @@ -14959,21 +15331,21 @@ dependencies = [ [[package]] name = "sp-consensus-babe" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3500dd1ceb99ca5e6f399d37c4e42f22fcbb6505e07378791ebe57eec6a1960" +checksum = "75f99229c382c3f849160da42c897321fd6b82fe685bc0c4ba4afdd51b818bd1" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", - "sp-consensus-slots 0.36.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", + "sp-consensus-slots 0.37.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-timestamp 30.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-timestamp 31.0.0", ] [[package]] @@ -14999,22 +15371,22 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "160ad989b247b55fdc2acd8baa7d5a0b9daca5ad0d4fac6e94ee119ed0fdf164" +checksum = "f5eb094064dd8f1ff03bd92c843c5f979c1b18e955afb5c0ad98f9c781225e12" dependencies = [ "lazy_static", "parity-scale-codec", "scale-info", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", "sp-crypto-hashing", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-keystore 0.38.0", - "sp-mmr-primitives 30.0.0", - "sp-runtime 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-runtime 36.0.0", "strum 0.26.3", ] @@ -15039,20 +15411,20 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ffc3f88b33c2a8c14f4d05a3c69c5fc7b02cdd3300993a22d6d2175d35447f6" +checksum = "a6f4d90b65fd82e77c3b8c382c3a9e669bba5ccfb5402a945cde88984c98681b" dependencies = [ "finality-grandpa", "log", "parity-scale-codec", "scale-info", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -15070,14 +15442,14 @@ dependencies = [ [[package]] name = "sp-consensus-slots" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52dcae1dac6908d80bceaff4f311bc694c3b9c0d3ac6e74128ed4e3a29e9e31f" +checksum = "60823551c6987e2f5e1dda772140a09850e866e704757662795b8e7cacf9b228" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-timestamp 30.0.0", + "sp-timestamp 31.0.0", ] [[package]] @@ -15106,7 +15478,7 @@ dependencies = [ "parking_lot 0.12.1", "paste", "primitive-types", - "rand", + "rand 0.8.5", "scale-info", "schnorrkel 0.11.4", "secp256k1", @@ -15153,7 +15525,7 @@ dependencies = [ "parking_lot 0.12.1", "paste", "primitive-types", - "rand", + "rand 0.8.5", "scale-info", "schnorrkel 0.11.4", "secp256k1", @@ -15256,13 +15628,15 @@ dependencies = [ [[package]] name = "sp-genesis-builder" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee8a812b56fb4ed6a598ad7b43be127702aba1f7351ad4916f5bab995054cdc5" +checksum = "7605a8ed2c06d348c26055b7907c3d2d62f984666e9025b57df4895f865f5901" dependencies = [ + "parity-scale-codec", + "scale-info", "serde_json", - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -15282,15 +15656,15 @@ dependencies = [ [[package]] name = "sp-inherents" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fcba3b816fdfadf30d8c7c484e1873f1af89ed2560c77d2b2137d152cc5a585" +checksum = "170537049d57fc645637e4586fe98a3291392b2ecfd7988ea31639cf43470b42" dependencies = [ "async-trait", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] @@ -15301,7 +15675,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec43aa073eab35fcb920d7592474d5427ea3be2bf938706a3ad955d7ba54fd8d" dependencies = [ "bytes", - "ed25519-dalek", + "ed25519-dalek 2.1.1", "libsecp256k1", "log", "parity-scale-codec", @@ -15322,12 +15696,12 @@ dependencies = [ [[package]] name = "sp-io" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c44ed47247b6eee76ff703f9fa9f04f99c4104ac1faf629e6d1128e09066b57b" +checksum = "8b64ab18a0e29def6511139a8c45a59c14a846105aab6f9cc653523bd3b81f55" dependencies = [ "bytes", - "ed25519-dalek", + "ed25519-dalek 2.1.1", "libsecp256k1", "log", "parity-scale-codec", @@ -15339,10 +15713,10 @@ dependencies = [ "sp-externalities 0.28.0", "sp-keystore 0.38.0", "sp-runtime-interface 27.0.0", - "sp-state-machine 0.39.0", + "sp-state-machine 0.40.0", "sp-std", "sp-tracing 17.0.0", - "sp-trie 33.0.0", + "sp-trie 34.0.0", "tracing", "tracing-core", ] @@ -15360,12 +15734,12 @@ dependencies = [ [[package]] name = "sp-keyring" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "089da5d08c4a6b4a36de664de287f4a391ac338e351a923b79aedfc46162f201" +checksum = "33d2c495248bd141fe04ec639785c874949b2c552c00ea4afc4c183c654466ce" dependencies = [ "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "strum 0.26.3", ] @@ -15429,14 +15803,14 @@ dependencies = [ [[package]] name = "sp-mixnet" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01ba1e6ceede3aa5e36ee161dc02f1b294a659823887cefc4f0f2fce589e3c11" +checksum = "2242e7a802822109e007c3d6ee79640f8dc3abee7139d34ce029c7478361be8c" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", ] [[package]] @@ -15460,19 +15834,19 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8abf5586785c20bb4bdbc81243877d5bb2bdf6dff6a03c101b6a3a875bc9278" +checksum = "dedd59967d2f759bec2be705840d170a5dbf38866acaedffe7c813e7547325bf" dependencies = [ "ckb-merkle-mountain-range", "log", "parity-scale-codec", "scale-info", "serde", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", "sp-debug-derive", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] @@ -15493,16 +15867,16 @@ dependencies = [ [[package]] name = "sp-npos-elections" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ae4f90a3a36f052f4f9aa6f6ab1d59cf6f895f3a939f40dbe1f3e14907a2e31" +checksum = "8e52344b6fd91289a87c3fca03e5147df178167b150e1a10b82243434f43e134" dependencies = [ "parity-scale-codec", "scale-info", "serde", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -15518,13 +15892,13 @@ dependencies = [ [[package]] name = "sp-offchain" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50efea44dfc8e40c59e9f9099c6a4f64dc750ad224fd8dbf9aec12fc857fa145" +checksum = "2cbbd2096fda34c2f6f9f268c808ca280c08565e759309ea24f17dcd0808097b" dependencies = [ - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -15562,7 +15936,7 @@ dependencies = [ "log", "parity-scale-codec", "paste", - "rand", + "rand 0.8.5", "scale-info", "serde", "simple-mermaid", @@ -15576,9 +15950,9 @@ dependencies = [ [[package]] name = "sp-runtime" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42ce931b7fbfdeeca1340801dbd4a1cae54ad4c97a1e3dcfcc79709bc800dd46" +checksum = "a6b85cb874b78ebb17307a910fc27edf259a0455ac5155d87eaed8754c037e07" dependencies = [ "docify", "either", @@ -15587,14 +15961,14 @@ dependencies = [ "log", "parity-scale-codec", "paste", - "rand", + "rand 0.8.5", "scale-info", "serde", "simple-mermaid", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-std", "sp-weights 31.0.0", ] @@ -15684,17 +16058,17 @@ dependencies = [ [[package]] name = "sp-session" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d66f0f2f00e4c520deae07eeab7acf04c1a41dd875c7a4689e4e4302fb89925" +checksum = "9c558f85486882433adcfdfe05c5e82972a7be1a6d7fa68a6213b70ec1d86068" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", ] [[package]] @@ -15714,16 +16088,16 @@ dependencies = [ [[package]] name = "sp-staking" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09a43ec7f6c9759ba3011a16bb022afe056bc26f88b3c424598737cba71d3ef0" +checksum = "bd38abe12a12b0c24d318011ec3cd3280f8d828666994695a6c0652f38662dbf" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -15736,7 +16110,7 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "smallvec", "sp-core 29.0.0", "sp-externalities 0.26.0", @@ -15745,50 +16119,50 @@ dependencies = [ "sp-trie 30.0.0", "thiserror", "tracing", - "trie-db", + "trie-db 0.28.0", ] [[package]] name = "sp-state-machine" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21d9078306c3066f1824e41153e1ceec34231d39d9a7e7956b101eadf7b9fd3a" +checksum = "18084cb996c27d5d99a88750e0a8eb4af6870a40df97872a5923e6d293d95fb9" dependencies = [ "hash-db", "log", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "smallvec", "sp-core 32.0.0", "sp-externalities 0.28.0", "sp-panic-handler", - "sp-trie 33.0.0", + "sp-trie 34.0.0", "thiserror", "tracing", - "trie-db", + "trie-db 0.29.1", ] [[package]] name = "sp-statement-store" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e22e2d355461e02aa8325a819d24403fb7232a828bf1e21ad8982fde3f0dc0e" +checksum = "c7ac525ad4b3533aebdd68ae097d0a55887b6499b565c5a592f6c18372a40caf" dependencies = [ "aes-gcm", "curve25519-dalek 4.1.2", - "ed25519-dalek", + "ed25519-dalek 2.1.1", "hkdf", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", "sha2 0.10.8", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-externalities 0.28.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-runtime-interface 27.0.0", "thiserror", "x25519-dalek 2.0.1", @@ -15843,14 +16217,14 @@ dependencies = [ [[package]] name = "sp-timestamp" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6d3965ef60cc066fcc01dbcb7837404f40de8ac58f1115e3a3a1d6550575ff6" +checksum = "bdb7768c895643e315f9bcfacdd61e283b78c862d976fd081a508cf7239c8643" dependencies = [ "async-trait", "parity-scale-codec", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", "thiserror", ] @@ -15891,27 +16265,27 @@ dependencies = [ [[package]] name = "sp-transaction-pool" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7bddae32e6935eedda993b7371b79e69af901a277e11be2bbd6d9bc7643b49cb" +checksum = "207cb372504cf86237fa63953a0aa40d7596d1c9cf21175a56346ed1744eb8fe" dependencies = [ - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "sp-transaction-storage-proof" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "726f90279766e231ad86f884e5f07d9331852a59d739f27c5f5e28bee0fc6da5" +checksum = "1141f46e088898986a59c8aae4a91c8d8c04da22a38986a8bdfcb2446889ee5a" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-trie 33.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-trie 34.0.0", ] [[package]] @@ -15927,7 +16301,7 @@ dependencies = [ "nohash-hasher", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "scale-info", "schnellru", "sp-core 29.0.0", @@ -15935,15 +16309,15 @@ dependencies = [ "sp-std", "thiserror", "tracing", - "trie-db", + "trie-db 0.28.0", "trie-root", ] [[package]] name = "sp-trie" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1f5b3620a1c87c265a83d85d7519c6b60c47acf7f77593966afe313d086f00e" +checksum = "87727eced997f14d0f79e3a5186a80e38a9de87f6e9dc0baea5ebf8b7f9d8b66" dependencies = [ "ahash 0.8.11", "hash-db", @@ -15952,14 +16326,14 @@ dependencies = [ "nohash-hasher", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "scale-info", "schnellru", "sp-core 32.0.0", "sp-externalities 0.28.0", "thiserror", "tracing", - "trie-db", + "trie-db 0.29.1", "trie-root", ] @@ -15983,9 +16357,9 @@ dependencies = [ [[package]] name = "sp-version" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ba2f18b89ac5f356fb247f70163098bc976117221c373d5590079a5797a3b43" +checksum = "0b8e3856686aa2719b1c05af07ba7e6021d844944472f246f3b5f1c585be04cd" dependencies = [ "impl-serde", "parity-scale-codec", @@ -15993,7 +16367,7 @@ dependencies = [ "scale-info", "serde", "sp-crypto-hashing-proc-macro", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-version-proc-macro 14.0.0", "thiserror", @@ -16093,17 +16467,6 @@ version = "0.9.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" -[[package]] -name = "spinners" -version = "4.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0ef947f358b9c238923f764c72a4a9d42f2d637c46e059dbd319d6e7cfb4f82" -dependencies = [ - "lazy_static", - "maplit", - "strum 0.24.1", -] - [[package]] name = "spinning_top" version = "0.3.0" @@ -16184,16 +16547,16 @@ dependencies = [ [[package]] name = "staging-parachain-info" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1383aa763f2cea1a816761948bfc1245040740d418c6b77d36fd4f259b944d84" +checksum = "4efd2f6285b97c1797f8451afb9834a90bd7b90712e6d1a3df8f68f9e7357ea6" dependencies = [ - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "cumulus-primitives-core 0.12.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -16213,14 +16576,14 @@ dependencies = [ "scale-info", "serde", "sp-weights 28.0.0", - "xcm-procedural", + "xcm-procedural 8.0.0", ] [[package]] name = "staging-xcm" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aded0292274ad473250c22ed3deaf2d9ed47d15786d700e9e83ab7c1cad2ad44" +checksum = "5090e0801a8aeb28ff88cc6e0ca0bad399cc58eed11ec70c517fcb316bd3151b" dependencies = [ "array-bytes 6.2.2", "bounded-collections 0.2.0", @@ -16232,7 +16595,7 @@ dependencies = [ "scale-info", "serde", "sp-weights 31.0.0", - "xcm-procedural", + "xcm-procedural 9.0.0", ] [[package]] @@ -16260,25 +16623,25 @@ dependencies = [ [[package]] name = "staging-xcm-builder" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0681b0a478c2f5e1f1ae9b7e8e4970d79ec8ef94f4efebc011ea335822bc264e" +checksum = "a5ccd51b148ec7c72f98cd315952595af353c103f4ad76cb600a85b8ee60adf4" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "log", - "pallet-transaction-payment 32.0.0", + "pallet-transaction-payment 33.0.0", "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", + "polkadot-parachain-primitives 11.0.0", "scale-info", "sp-arithmetic 26.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-weights 31.0.0", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", ] [[package]] @@ -16305,24 +16668,24 @@ dependencies = [ [[package]] name = "staging-xcm-executor" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb518e82e9982c90c32b66263642385fc186c76f329766884d3360b65e84dd46" +checksum = "39025611744d726ee1cb6661c09b13cd41525ca791f4fba45d68a00db9582063" dependencies = [ "environmental", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-weights 31.0.0", - "staging-xcm 11.0.0", + "staging-xcm 12.0.0", ] [[package]] @@ -16359,6 +16722,26 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "str0m" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ee48572247f422dcbe68630c973f8296fbd5157119cd36a3223e48bf83d47727" +dependencies = [ + "combine", + "crc", + "hmac 0.12.1", + "once_cell", + "openssl", + "openssl-sys", + "rand 0.8.5", + "sctp-proto", + "serde", + "sha-1 0.10.1", + "thiserror", + "tracing", +] + [[package]] name = "strobe-rs" version = "0.8.1" @@ -16475,22 +16858,22 @@ checksum = "b285e7d183a32732fdc119f3d81b7915790191fad602b7c709ef247073c77a2e" [[package]] name = "substrate-frame-rpc-system" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "949d14f7bb2a53b77985bd17a8eb2e9edf8d5bbf4409e9acb036fa3bf7310d8f" +checksum = "d19975c2965833aed97064cd34975ed5bc0390e4436c84b381874c8abce43712" dependencies = [ - "frame-system-rpc-runtime-api 30.0.0", + "frame-system-rpc-runtime-api 31.0.0", "futures", "jsonrpsee", "log", "parity-scale-codec", "sc-rpc-api", "sc-transaction-pool-api", - "sp-api 30.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -16506,25 +16889,11 @@ dependencies = [ "tokio", ] -[[package]] -name = "substrate-rpc-client" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "812076602836d6d90242c431729814c790c49685d142f47ec41f3b897a5fb6ad" -dependencies = [ - "async-trait", - "jsonrpsee", - "log", - "sc-rpc-api", - "serde", - "sp-runtime 35.0.0", -] - [[package]] name = "substrate-state-trie-migration-rpc" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0da2e823fb02fbd5c77d6949cde60ff3e320c100278818000b39e9f0a8c8c428" +checksum = "538029eeb26c9ab3f5f8677d696336f92ee536918f4e7ba7fcad1d08ad31ca6b" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -16532,10 +16901,10 @@ dependencies = [ "sc-rpc-api", "serde", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", - "sp-trie 33.0.0", - "trie-db", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", + "sp-trie 34.0.0", + "trie-db 0.29.1", ] [[package]] @@ -16559,17 +16928,26 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" -version = "21.0.0" +version = "22.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82a7c3e61041eaa76a89ded469f84d243fb34557ba4ee1e60335e65c8b5540c9" +checksum = "6567b61eca9459dbe71385caef9f6eab826abbd4a0743abf27034d96d34b9062" dependencies = [ + "array-bytes 6.2.2", "build-helper", "cargo_metadata", "console", "filetime", + "frame-metadata", + "merkleized-metadata", + "parity-scale-codec", "parity-wasm", "polkavm-linker", + "sc-executor", + "sp-core 32.0.0", + "sp-io 35.0.0", "sp-maybe-compressed-blob", + "sp-tracing 17.0.0", + "sp-version 34.0.0", "strum 0.26.3", "tempfile", "toml 0.8.12", @@ -16897,17 +17275,6 @@ dependencies = [ "syn 2.0.55", ] -[[package]] -name = "tokio-retry" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f57eb36ecbe0fc510036adff84824dd3c24bb781e21bfa67b69d556aa85214f" -dependencies = [ - "pin-project", - "rand", - "tokio", -] - [[package]] name = "tokio-rustls" version = "0.24.1" @@ -16941,6 +17308,21 @@ dependencies = [ "tokio-util", ] +[[package]] +name = "tokio-tungstenite" +version = "0.20.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c" +dependencies = [ + "futures-util", + "log", + "rustls 0.21.10", + "rustls-native-certs 0.6.3", + "tokio", + "tokio-rustls 0.24.1", + "tungstenite", +] + [[package]] name = "tokio-util" version = "0.7.10" @@ -17111,12 +17493,12 @@ dependencies = [ [[package]] name = "tracing-gum" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48057e9b12f413d8d104aeb84d6efad65e8bd325acbfa91f7f97724bcf1dd2ed" +checksum = "d037e38c3da801f670c99e555882a8009c40a8a473815e6a4ea72a8e2887c0c4" dependencies = [ "coarsetime", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "tracing", "tracing-gum-proc-macro", ] @@ -17176,7 +17558,6 @@ dependencies = [ "chrono", "lazy_static", "matchers 0.0.1", - "parking_lot 0.11.2", "regex", "serde", "serde_json", @@ -17196,9 +17577,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" dependencies = [ "matchers 0.1.0", + "nu-ansi-term", "once_cell", + "parking_lot 0.12.1", "regex", "sharded-slab", + "smallvec", "thread_local", "tracing", "tracing-core", @@ -17218,6 +17602,18 @@ dependencies = [ "smallvec", ] +[[package]] +name = "trie-db" +version = "0.29.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0c992b4f40c234a074d48a757efeabb1a6be88af84c0c23f7ca158950cb0ae7f" +dependencies = [ + "hash-db", + "log", + "rustc-hex", + "smallvec", +] + [[package]] name = "trie-root" version = "0.18.0" @@ -17236,14 +17632,14 @@ dependencies = [ "async-trait", "cfg-if", "data-encoding", - "enum-as-inner", + "enum-as-inner 0.5.1", "futures-channel", "futures-io", "futures-util", "idna 0.2.3", "ipnet", "lazy_static", - "rand", + "rand 0.8.5", "smallvec", "socket2 0.4.10", "thiserror", @@ -17253,6 +17649,31 @@ dependencies = [ "url", ] +[[package]] +name = "trust-dns-proto" +version = "0.23.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3119112651c157f4488931a01e586aa459736e9d6046d3bd9105ffb69352d374" +dependencies = [ + "async-trait", + "cfg-if", + "data-encoding", + "enum-as-inner 0.6.0", + "futures-channel", + "futures-io", + "futures-util", + "idna 0.4.0", + "ipnet", + "once_cell", + "rand 0.8.5", + "smallvec", + "thiserror", + "tinyvec", + "tokio", + "tracing", + "url", +] + [[package]] name = "trust-dns-resolver" version = "0.22.0" @@ -17270,51 +17691,35 @@ dependencies = [ "thiserror", "tokio", "tracing", - "trust-dns-proto", + "trust-dns-proto 0.22.0", ] [[package]] -name = "try-lock" -version = "0.2.5" +name = "trust-dns-resolver" +version = "0.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" +checksum = "10a3e6c3aff1718b3c73e395d1f35202ba2ffa847c6a62eea0db8fb4cfe30be6" +dependencies = [ + "cfg-if", + "futures-util", + "ipconfig", + "lru-cache", + "once_cell", + "parking_lot 0.12.1", + "rand 0.8.5", + "resolv-conf", + "smallvec", + "thiserror", + "tokio", + "tracing", + "trust-dns-proto 0.23.2", +] [[package]] -name = "try-runtime-cli" -version = "0.42.0" +name = "try-lock" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a45904e10377e9973238ae9e52bd0fbbb0bba5d7be9198458ba9d3fe0a4173ed" -dependencies = [ - "async-trait", - "clap", - "frame-remote-externalities", - "frame-try-runtime 0.38.0", - "hex", - "log", - "parity-scale-codec", - "sc-cli", - "sc-executor", - "serde", - "serde_json", - "sp-api 30.0.0", - "sp-consensus-aura 0.36.0", - "sp-consensus-babe 0.36.0", - "sp-core 32.0.0", - "sp-debug-derive", - "sp-externalities 0.28.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-keystore 0.38.0", - "sp-rpc", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", - "sp-timestamp 30.0.0", - "sp-transaction-storage-proof", - "sp-version 33.0.0", - "sp-weights 31.0.0", - "substrate-rpc-client", - "zstd 0.12.4", -] +checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "tt-call" @@ -17322,6 +17727,26 @@ version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f4f195fd851901624eee5a58c4bb2b4f06399148fcd0ed336e6f1cb60a9881df" +[[package]] +name = "tungstenite" +version = "0.20.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9" +dependencies = [ + "byteorder", + "bytes", + "data-encoding", + "http", + "httparse", + "log", + "rand 0.8.5", + "rustls 0.21.10", + "sha1", + "thiserror", + "url", + "utf-8", +] + [[package]] name = "twox-hash" version = "1.6.3" @@ -17330,7 +17755,7 @@ checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ "cfg-if", "digest 0.10.7", - "rand", + "rand 0.8.5", "static_assertions", ] @@ -17411,6 +17836,7 @@ dependencies = [ "bytes", "futures-io", "futures-util", + "tokio-util", ] [[package]] @@ -17436,6 +17862,12 @@ dependencies = [ "percent-encoding", ] +[[package]] +name = "utf-8" +version = "0.7.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" + [[package]] name = "utf8parse" version = "0.2.1" @@ -17481,7 +17913,7 @@ dependencies = [ "arrayref", "constcat", "digest 0.10.7", - "rand", + "rand 0.8.5", "rand_chacha 0.3.1", "rand_core 0.6.4", "sha2 0.10.8", @@ -17891,7 +18323,7 @@ dependencies = [ "memfd", "memoffset", "paste", - "rand", + "rand 0.8.5", "rustix 0.36.17", "wasmtime-asm-macros", "wasmtime-environ", @@ -17942,126 +18374,127 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "11.0.0" +version = "12.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6d7d64eabcbf938ac7978ebc0e3385caedacb2967ee6e2a9b9e1b69a2590498" +checksum = "7d521fd006f3380ffafcd9df855b7efea1022112433173845c8bb60d4e8314d9" dependencies = [ "binary-merkle-tree 15.0.0", "bitvec", - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-executive 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "frame-system-benchmarking 32.0.0", - "frame-system-rpc-runtime-api 30.0.0", - "frame-try-runtime 0.38.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-executive 33.0.0", + "frame-metadata-hash-extension 0.2.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "frame-system-benchmarking 33.0.0", + "frame-system-rpc-runtime-api 31.0.0", + "frame-try-runtime 0.39.0", "hex-literal", "log", - "pallet-asset-rate 11.0.0", - "pallet-authority-discovery 32.0.0", - "pallet-authorship 32.0.0", - "pallet-babe 32.0.0", - "pallet-bags-list 31.0.0", - "pallet-balances 33.0.0", - "pallet-beefy 32.0.0", - "pallet-beefy-mmr 32.0.0", + "pallet-asset-rate 12.0.0", + "pallet-authority-discovery 33.0.0", + "pallet-authorship 33.0.0", + "pallet-babe 33.0.0", + "pallet-bags-list 32.0.0", + "pallet-balances 34.0.0", + "pallet-beefy 33.0.0", + "pallet-beefy-mmr 33.0.0", "pallet-collective", - "pallet-conviction-voting 32.0.0", + "pallet-conviction-voting 33.0.0", "pallet-democracy", - "pallet-election-provider-multi-phase 31.0.0", - "pallet-election-provider-support-benchmarking 31.0.0", + "pallet-election-provider-multi-phase 32.0.0", + "pallet-election-provider-support-benchmarking 32.0.0", "pallet-elections-phragmen", - "pallet-fast-unstake 31.0.0", - "pallet-grandpa 32.0.0", - "pallet-identity 32.0.0", - "pallet-indices 32.0.0", + "pallet-fast-unstake 32.0.0", + "pallet-grandpa 33.0.0", + "pallet-identity 33.0.0", + "pallet-indices 33.0.0", "pallet-membership", - "pallet-message-queue 35.0.0", - "pallet-mmr 31.0.0", - "pallet-multisig 32.0.0", - "pallet-nomination-pools 29.0.0", - "pallet-nomination-pools-benchmarking 30.0.0", - "pallet-nomination-pools-runtime-api 27.0.0", - "pallet-offences 31.0.0", - "pallet-offences-benchmarking 32.0.0", - "pallet-preimage 32.0.0", - "pallet-proxy 32.0.0", + "pallet-message-queue 36.0.0", + "pallet-mmr 32.0.0", + "pallet-multisig 33.0.0", + "pallet-nomination-pools 30.0.0", + "pallet-nomination-pools-benchmarking 31.0.0", + "pallet-nomination-pools-runtime-api 28.0.0", + "pallet-offences 32.0.0", + "pallet-offences-benchmarking 33.0.0", + "pallet-preimage 33.0.0", + "pallet-proxy 33.0.0", "pallet-recovery", - "pallet-referenda 32.0.0", + "pallet-referenda 33.0.0", "pallet-root-testing", - "pallet-scheduler 33.0.0", - "pallet-session 32.0.0", - "pallet-session-benchmarking 32.0.0", + "pallet-scheduler 34.0.0", + "pallet-session 33.0.0", + "pallet-session-benchmarking 33.0.0", "pallet-society", - "pallet-staking 32.0.0", + "pallet-staking 33.0.0", "pallet-staking-reward-curve", - "pallet-staking-runtime-api 18.0.0", - "pallet-state-trie-migration 33.0.0", - "pallet-sudo 32.0.0", - "pallet-timestamp 31.0.0", - "pallet-transaction-payment 32.0.0", - "pallet-transaction-payment-rpc-runtime-api 32.0.0", - "pallet-treasury 31.0.0", - "pallet-utility 32.0.0", - "pallet-vesting 32.0.0", - "pallet-whitelist 31.0.0", - "pallet-xcm 11.0.0", - "pallet-xcm-benchmarks 11.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-common 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "pallet-staking-runtime-api 19.0.0", + "pallet-state-trie-migration 34.0.0", + "pallet-sudo 33.0.0", + "pallet-timestamp 32.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-transaction-payment-rpc-runtime-api 33.0.0", + "pallet-treasury 32.0.0", + "pallet-utility 33.0.0", + "pallet-vesting 33.0.0", + "pallet-whitelist 32.0.0", + "pallet-xcm 12.0.0", + "pallet-xcm-benchmarks 12.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-common 12.0.0", + "polkadot-runtime-parachains 12.0.0", "rustc-hex", "scale-info", "serde", "serde_derive", "smallvec", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-arithmetic 26.0.0", - "sp-authority-discovery 30.0.0", - "sp-block-builder 30.0.0", - "sp-consensus-babe 0.36.0", - "sp-consensus-beefy 17.0.0", + "sp-authority-discovery 31.0.0", + "sp-block-builder 31.0.0", + "sp-consensus-babe 0.37.0", + "sp-consensus-beefy 18.0.0", "sp-core 32.0.0", - "sp-genesis-builder 0.11.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-mmr-primitives 30.0.0", - "sp-npos-elections 30.0.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-genesis-builder 0.12.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-npos-elections 31.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", "sp-storage 21.0.0", - "sp-transaction-pool 30.0.0", - "sp-version 33.0.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", - "substrate-wasm-builder 21.0.0", + "sp-transaction-pool 31.0.0", + "sp-version 34.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", + "substrate-wasm-builder 22.0.1", "westend-runtime-constants", "xcm-fee-payment-runtime-api", ] [[package]] name = "westend-runtime-constants" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56e49413f666c93595698e3e3283fb05d7d5e0a522ecb6d4c6220d959691d479" +checksum = "0eb9a91bc8d5ec0a260735651284eb4420c1a2de62b2430cf16c723186eabd28" dependencies = [ - "frame-support 32.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-common 11.0.0", + "frame-support 33.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-common 12.0.0", "smallvec", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-weights 31.0.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", ] [[package]] @@ -18142,6 +18575,21 @@ dependencies = [ "windows-targets 0.48.5", ] +[[package]] +name = "windows-sys" +version = "0.42.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" +dependencies = [ + "windows_aarch64_gnullvm 0.42.2", + "windows_aarch64_msvc 0.42.2", + "windows_i686_gnu 0.42.2", + "windows_i686_msvc 0.42.2", + "windows_x86_64_gnu 0.42.2", + "windows_x86_64_gnullvm 0.42.2", + "windows_x86_64_msvc 0.42.2", +] + [[package]] name = "windows-sys" version = "0.45.0" @@ -18418,55 +18866,72 @@ dependencies = [ "time", ] +[[package]] +name = "x509-parser" +version = "0.15.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7069fba5b66b9193bd2c5d3d4ff12b839118f6bcbef5328efafafb5395cf63da" +dependencies = [ + "asn1-rs", + "data-encoding", + "der-parser", + "lazy_static", + "nom", + "oid-registry", + "rusticata-macros", + "thiserror", + "time", +] + [[package]] name = "xcm-emulator" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37e42f8cc343d8c52d9412350da0fa8597ddd91c9b4d5664c06f63bb813c69de" +checksum = "09aad5434dca21a7c9f6c1d7fd61d186c7843a904a8c46ffd32398c9de52b25a" dependencies = [ - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-pallet-parachain-system 0.12.0", + "cumulus-pallet-xcmp-queue 0.12.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-parachain-inherent 0.12.0", "cumulus-test-relay-sproof-builder", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "lazy_static", "log", - "pallet-balances 33.0.0", - "pallet-message-queue 35.0.0", - "parachains-common 11.0.0", + "pallet-balances 34.0.0", + "pallet-message-queue 36.0.0", + "parachains-common 12.0.0", "parity-scale-codec", "paste", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-parachains 12.0.0", "sp-arithmetic 26.0.0", "sp-core 32.0.0", "sp-crypto-hashing", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-tracing 17.0.0", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", ] [[package]] name = "xcm-fee-payment-runtime-api" -version = "0.1.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd9c9513e249ed6d355d0243748c70cb0d7ca81d0604707f334fd481d54e8264" +checksum = "92be74937c8012c951c667bb0fb016634ab4adeac46f8106aef331f836059167" dependencies = [ - "frame-support 32.0.0", + "frame-support 33.0.0", "parity-scale-codec", "scale-info", - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-weights 31.0.0", - "staging-xcm 11.0.0", + "staging-xcm 12.0.0", ] [[package]] @@ -18481,6 +18946,18 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "xcm-procedural" +version = "9.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd9498be6aff2d380250c4b155faaebe4a83da181a00402dedac6c8166850198" +dependencies = [ + "Inflector", + "proc-macro2", + "quote", + "syn 2.0.55", +] + [[package]] name = "yamux" version = "0.10.2" @@ -18491,7 +18968,7 @@ dependencies = [ "log", "nohash-hasher", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "static_assertions", ] diff --git a/Cargo.toml b/Cargo.toml index 0a44e735..ccfca7ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,8 +47,8 @@ subxt-signer = "0.34.0" tokio = { version = "1.36", features = ["macros", "time", "rt-multi-thread"] } # Build -substrate-wasm-builder = "21.0.0" substrate-build-script-utils = "11.0.0" +substrate-wasm-builder = "22.0.1" # Local pop-runtime-devnet = { path = "runtime/devnet", default-features = true, features = [ @@ -61,113 +61,114 @@ pop-runtime-common = { path = "runtime/common", default-features = false } pop-primitives = { path = "./primitives", default-features = false } # Substrate -sc-basic-authorship = "0.38.0" -sc-chain-spec = "31.0.0" -sc-cli = "0.40.0" -sc-client-api = "32.0.0" -sc-offchain = "33.0.0" -sc-consensus = "0.37.0" -sc-executor = "0.36.0" -sc-network = "0.38.0" -sc-network-sync = "0.37.0" -sc-rpc = "33.0.0" -sc-service = "0.39.0" -sc-sysinfo = "31.0.0" -sc-telemetry = "18.0.0" -sc-tracing = "32.0.0" -sc-transaction-pool = "32.0.0" -sc-transaction-pool-api = "32.0.0" -frame-benchmarking = { version = "32.0.0", default-features = false } -frame-benchmarking-cli = "36.0.0" -frame-executive = { version = "32.0.0", default-features = false } -frame-support = { version = "32.0.0", default-features = false } -frame-system = { version = "32.0.0", default-features = false } -frame-system-benchmarking = { version = "32.0.0", default-features = false } -frame-system-rpc-runtime-api = { version = "30.0.0", default-features = false } -frame-try-runtime = { version = "0.38.0", default-features = false } -pallet-aura = { version = "31.0.0", default-features = false } -pallet-authorship = { version = "32.0.0", default-features = false } -pallet-assets = { version = "33.0.0", default-features = false } -pallet-balances = { version = "33.0.0", default-features = false } -pallet-contracts = { version = "31.0.0", default-features = false } -pallet-message-queue = { version = "35.0.0", default-features = false } -pallet-multisig = { version = "32.0.0", default-features = false } -pallet-nft-fractionalization = { version = "14.0.0", default-features = false } -pallet-nfts = { version = "26.0.0", default-features = false } -pallet-nfts-runtime-api = { version = "18.0.0", default-features = false } -pallet-preimage = { version = "32.0.0", default-features = false } -pallet-proxy = { version = "32.0.0", default-features = false } -pallet-scheduler = { version = "33.0.0", default-features = false } -pallet-session = { version = "32.0.0", default-features = false } -pallet-sudo = { version = "32.0.0", default-features = false } -pallet-timestamp = { version = "31.0.0", default-features = false } -pallet-transaction-payment = { version = "32.0.0", default-features = false } -pallet-transaction-payment-rpc = "34.0.0" -pallet-transaction-payment-rpc-runtime-api = { version = "32.0.0", default-features = false } -pallet-utility = { version = "32.0.0", default-features = false } -sp-api = { version = "30.0.0", default-features = false } -sp-authority-discovery = { version = "30.0.0", default-features = false } -sp-block-builder = { version = "30.0.0", default-features = false } -sp-blockchain = "32.0.0" -sp-consensus-aura = { version = "0.36.0", default-features = false } -sp-consensus-babe = { version = "0.36.0", default-features = false } -sp-consensus-beefy = { version = "17.0.0", default-features = false } -sp-consensus-grandpa = { version = "17.0.0", default-features = false } +sc-basic-authorship = "0.39.0" +sc-chain-spec = "32.0.0" +sc-cli = "0.41.0" +sc-client-api = "33.0.0" +sc-offchain = "34.0.0" +sc-consensus = "0.38.0" +sc-executor = "0.37.0" +sc-network = "0.39.0" +sc-network-sync = "0.38.0" +sc-rpc = "34.0.0" +sc-service = "0.40.0" +sc-sysinfo = "32.0.0" +sc-telemetry = "19.0.0" +sc-tracing = "33.0.0" +sc-transaction-pool = "33.0.0" +sc-transaction-pool-api = "33.0.0" +frame-benchmarking = { version = "33.0.0", default-features = false } +frame-benchmarking-cli = "37.0.0" +frame-executive = { version = "33.0.0", default-features = false } +frame-metadata-hash-extension = { version = "0.2.0", default-features = false } +frame-support = { version = "33.0.0", default-features = false } +frame-system = { version = "33.0.0", default-features = false } +frame-system-benchmarking = { version = "33.0.0", default-features = false } +frame-system-rpc-runtime-api = { version = "31.0.0", default-features = false } +frame-try-runtime = { version = "0.39.0", default-features = false } +pallet-aura = { version = "32.0.0", default-features = false } +pallet-authorship = { version = "33.0.0", default-features = false } +pallet-assets = { version = "34.0.0", default-features = false } +pallet-balances = { version = "34.0.0", default-features = false } +pallet-contracts = { version = "32.0.0", default-features = false } +pallet-message-queue = { version = "36.0.0", default-features = false } +pallet-multisig = { version = "33.0.0", default-features = false } +pallet-nft-fractionalization = { version = "15.0.0", default-features = false } +pallet-nfts = { version = "27.0.0", default-features = false } +pallet-nfts-runtime-api = { version = "19.0.0", default-features = false } +pallet-preimage = { version = "33.0.0", default-features = false } +pallet-proxy = { version = "33.0.0", default-features = false } +pallet-scheduler = { version = "34.0.0", default-features = false } +pallet-session = { version = "33.0.0", default-features = false } +pallet-sudo = { version = "33.0.0", default-features = false } +pallet-timestamp = { version = "32.0.0", default-features = false } +pallet-transaction-payment = { version = "33.0.0", default-features = false } +pallet-transaction-payment-rpc = "35.0.0" +pallet-transaction-payment-rpc-runtime-api = { version = "33.0.0", default-features = false } +pallet-utility = { version = "33.0.0", default-features = false } +sp-api = { version = "31.0.0", default-features = false } +sp-authority-discovery = { version = "31.0.0", default-features = false } +sp-block-builder = { version = "31.0.0", default-features = false } +sp-blockchain = "33.0.0" +sp-consensus-aura = { version = "0.37.0", default-features = false } +sp-consensus-babe = { version = "0.37.0", default-features = false } +sp-consensus-beefy = { version = "18.0.0", default-features = false } +sp-consensus-grandpa = { version = "18.0.0", default-features = false } sp-core = { version = "32.0.0", default-features = false } sp-keystore = "0.38.0" -sp-io = { version = "34.0.0", default-features = false } -sp-genesis-builder = { version = "0.11.0", default-features = false } -sp-inherents = { version = "30.0.0", default-features = false } -sp-offchain = { version = "30.0.0", default-features = false } -sp-runtime = { version = "35.0.0", default-features = false } -sp-timestamp = "30.0.0" -substrate-frame-rpc-system = "32.0.0" +sp-io = { version = "35.0.0", default-features = false } +sp-genesis-builder = { version = "0.12.0", default-features = false } +sp-inherents = { version = "31.0.0", default-features = false } +sp-offchain = { version = "31.0.0", default-features = false } +sp-runtime = { version = "36.0.0", default-features = false } +sp-timestamp = "31.0.0" +substrate-frame-rpc-system = "33.0.0" substrate-prometheus-endpoint = "0.17.0" -sp-session = { version = "31.0.0", default-features = false } +sp-session = { version = "32.0.0", default-features = false } sp-std = { version = "14.0.0", default-features = false } -sp-transaction-pool = { version = "30.0.0", default-features = false } -sp-version = { version = "33.0.0", default-features = false } +sp-transaction-pool = { version = "31.0.0", default-features = false } +sp-version = { version = "34.0.0", default-features = false } # Polkadot -pallet-xcm = { version = "11.0.0", default-features = false } -polkadot-cli = "11.0.0" -polkadot-parachain-primitives = { version = "10.0.0", default-features = false } -polkadot-runtime-parachains = { version = "11.0.0", default-features = false } -polkadot-primitives = { version = "11.0.0", default-features = false } -polkadot-runtime-common = { version = "11.0.0", default-features = false } -rococo-runtime-constants = { version = "11.0.0", default-features = false } -rococo-runtime = { version = "11.0.0", default-features = false } -xcm = { version = "11.0.0", package = "staging-xcm", default-features = false } -xcm-builder = { version = "11.0.0", package = "staging-xcm-builder", default-features = false } -xcm-executor = { version = "11.0.0", package = "staging-xcm-executor", default-features = false } +pallet-xcm = { version = "12.0.0", default-features = false } +polkadot-cli = "12.0.0" +polkadot-parachain-primitives = { version = "11.0.0", default-features = false } +polkadot-runtime-parachains = { version = "12.0.0", default-features = false } +polkadot-primitives = { version = "12.0.0", default-features = false } +polkadot-runtime-common = { version = "12.0.0", default-features = false } +rococo-runtime-constants = { version = "12.0.0", default-features = false } +rococo-runtime = { version = "12.0.1", default-features = false } +xcm = { version = "12.0.0", package = "staging-xcm", default-features = false } +xcm-builder = { version = "12.0.0", package = "staging-xcm-builder", default-features = false } +xcm-executor = { version = "12.0.0", package = "staging-xcm-executor", default-features = false } # Cumulus -asset-hub-rococo-runtime = { version = "0.15.0", default-features = false } -asset-test-utils = { version = "11.0.0", default-features = false } -cumulus-pallet-aura-ext = { version = "0.11.0", default-features = false } -cumulus-pallet-parachain-system = { version = "0.11.0", default-features = false, features = [ +asset-hub-rococo-runtime = { version = "0.16.1", default-features = false } +asset-test-utils = { version = "12.0.0", default-features = false } +cumulus-pallet-aura-ext = { version = "0.12.0", default-features = false } +cumulus-pallet-parachain-system = { version = "0.12.0", default-features = false, features = [ "parameterized-consensus-hook", ] } -cumulus-pallet-session-benchmarking = { version = "13.0.0", default-features = false } -cumulus-pallet-xcm = { version = "0.11.0", default-features = false } -cumulus-pallet-xcmp-queue = { version = "0.11.0", default-features = false } -cumulus-primitives-aura = { version = "0.11.0", default-features = false } -cumulus-primitives-core = { version = "0.11.0", default-features = false } -cumulus-primitives-storage-weight-reclaim = { version = "2.0.0", default-features = false } -cumulus-primitives-utility = { version = "0.11.0", default-features = false } -emulated-integration-tests-common = { version = "7.0.0", default-features = false } -pallet-collator-selection = { version = "13.0.1", default-features = false } -parachains-common = { version = "11.0.0", default-features = false } -parachain-info = { version = "0.11.0", package = "staging-parachain-info", default-features = false } -cumulus-primitives-parachain-inherent = "0.11.0" -cumulus-relay-chain-interface = "0.11.0" +cumulus-pallet-session-benchmarking = { version = "14.0.0", default-features = false } +cumulus-pallet-xcm = { version = "0.12.0", default-features = false } +cumulus-pallet-xcmp-queue = { version = "0.12.0", default-features = false } +cumulus-primitives-aura = { version = "0.12.0", default-features = false } +cumulus-primitives-core = { version = "0.12.0", default-features = false } +cumulus-primitives-storage-weight-reclaim = { version = "3.0.0", default-features = false } +cumulus-primitives-utility = { version = "0.12.0", default-features = false } +emulated-integration-tests-common = { version = "8.0.0", default-features = false } +pallet-collator-selection = { version = "14.0.0", default-features = false } +parachains-common = { version = "12.0.0", default-features = false } +parachain-info = { version = "0.12.0", package = "staging-parachain-info", default-features = false } +cumulus-primitives-parachain-inherent = "0.12.0" +cumulus-relay-chain-interface = "0.12.0" color-print = "0.3.4" -cumulus-client-cli = "0.11.0" -cumulus-client-collator = "0.11.0" -cumulus-client-consensus-aura = "0.11.0" -cumulus-client-consensus-common = "0.11.0" -cumulus-client-consensus-proposer = "0.11.0" -cumulus-client-service = "0.11.0" +cumulus-client-cli = "0.12.0" +cumulus-client-collator = "0.12.0" +cumulus-client-consensus-aura = "0.12.0" +cumulus-client-consensus-common = "0.12.0" +cumulus-client-consensus-proposer = "0.12.0" +cumulus-client-service = "0.12.0" # Paseo asset-hub-paseo-runtime = { git = "https://github.com/paseo-network/runtimes/", tag = "v1.2.5-system-chains", default-features = false } diff --git a/node/src/cli.rs b/node/src/cli.rs index 665b1129..19532033 100644 --- a/node/src/cli.rs +++ b/node/src/cli.rs @@ -38,11 +38,6 @@ pub enum Subcommand { #[command(subcommand)] Benchmark(frame_benchmarking_cli::BenchmarkCmd), - /// Try-runtime has migrated to a standalone - /// [CLI](). The subcommand exists as a stub and - /// deprecation notice. It will be removed entirely some time after Janurary 2024. - TryRuntime, - /// Key management CLI utilities #[command(subcommand)] Key(sc_cli::KeySubcommand), diff --git a/node/src/command.rs b/node/src/command.rs index e7be989e..8e0b7bb9 100644 --- a/node/src/command.rs +++ b/node/src/command.rs @@ -10,7 +10,7 @@ use sc_cli::{ NetworkParams, Result, SharedParams, SubstrateCli, }; use sc_service::config::{BasePath, PrometheusConfig}; -use sp_runtime::traits::AccountIdConversion; +use sp_runtime::traits::HashingFor; use crate::{ chain_spec, @@ -249,9 +249,7 @@ pub fn run() -> Result<()> { Some(Subcommand::ExportGenesisHead(cmd)) => { let runner = cli.create_runner(cmd)?; runner.sync_run(|config| { - construct_benchmark_partials!(config, |partials| { - cmd.run(partials.client) - }) + construct_benchmark_partials!(config, |partials| cmd.run(partials.client)) }) }, Some(Subcommand::ExportGenesisWasm(cmd)) => { @@ -265,24 +263,28 @@ pub fn run() -> Result<()> { let runner = cli.create_runner(cmd)?; // Switch on the concrete benchmark sub-command- match cmd { - BenchmarkCmd::Pallet(cmd) => + BenchmarkCmd::Pallet(cmd) => { if cfg!(feature = "runtime-benchmarks") { - runner.sync_run(|config| cmd.run::, ReclaimHostFunctions>(config)) + runner.sync_run(|config| { + cmd.run_with_spec::, ReclaimHostFunctions>(Some( + config.chain_spec, + )) + }) } else { Err("Benchmarking wasn't enabled when building the node. \ You can enable it with `--features runtime-benchmarks`." .into()) - }, + } + }, BenchmarkCmd::Block(cmd) => runner.sync_run(|config| { construct_benchmark_partials!(config, |partials| cmd.run(partials.client)) }), #[cfg(not(feature = "runtime-benchmarks"))] - BenchmarkCmd::Storage(_) => - Err(sc_cli::Error::Input( - "Compile with --features=runtime-benchmarks \ + BenchmarkCmd::Storage(_) => Err(sc_cli::Error::Input( + "Compile with --features=runtime-benchmarks \ to enable storage benchmarks." - .into(), - )), + .into(), + )), #[cfg(feature = "runtime-benchmarks")] BenchmarkCmd::Storage(cmd) => runner.sync_run(|config| { construct_benchmark_partials!(config, |partials| { @@ -291,15 +293,15 @@ pub fn run() -> Result<()> { cmd.run(config, partials.client.clone(), db, storage) }) }), - BenchmarkCmd::Machine(cmd) => - runner.sync_run(|config| cmd.run(&config, SUBSTRATE_REFERENCE_HARDWARE.clone())), + BenchmarkCmd::Machine(cmd) => { + runner.sync_run(|config| cmd.run(&config, SUBSTRATE_REFERENCE_HARDWARE.clone())) + }, // NOTE: this allows the Client to leniently implement // new benchmark commands without requiring a companion MR. #[allow(unreachable_patterns)] _ => Err("Benchmarking sub-command unsupported".into()), } }, - Some(Subcommand::TryRuntime) => Err("The `try-runtime` subcommand has been migrated to a standalone CLI (https://github.com/paritytech/try-runtime-cli). It is no longer being maintained here and will be removed entirely some time after January 2024. Please remove this subcommand from your runtime and use the standalone CLI.".into()), Some(Subcommand::Key(cmd)) => cmd.run(&cli), None => { let runner = cli.create_runner(&cli.run.normalize())?; @@ -324,17 +326,11 @@ pub fn run() -> Result<()> { let id = ParaId::from(para_id); - let parachain_account = - AccountIdConversion::::into_account_truncating( - &id, - ); - let tokio_handle = config.tokio_handle.clone(); let polkadot_config = SubstrateCli::create_configuration(&polkadot_cli, &polkadot_cli, tokio_handle) .map_err(|err| format!("Relay chain argument error: {}", err))?; - info!("Parachain Account: {parachain_account}"); info!("Is collating: {}", if config.role.is_authority() { "yes" } else { "no" }); match config.chain_spec.runtime() { @@ -342,9 +338,7 @@ pub fn run() -> Result<()> { sp_core::crypto::set_default_ss58_version( pop_runtime_devnet::SS58Prefix::get().into(), ); - crate::service::start_parachain_node::< - pop_runtime_devnet::RuntimeApi, - >( + crate::service::start_parachain_node::( config, polkadot_config, collator_options, @@ -359,9 +353,7 @@ pub fn run() -> Result<()> { sp_core::crypto::set_default_ss58_version( pop_runtime_testnet::SS58Prefix::get().into(), ); - crate::service::start_parachain_node::< - pop_runtime_testnet::RuntimeApi, - >( + crate::service::start_parachain_node::( config, polkadot_config, collator_options, diff --git a/node/src/service.rs b/node/src/service.rs index cd108228..01359008 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -130,7 +130,7 @@ where config, telemetry.as_ref().map(|telemetry| telemetry.handle()), &task_manager, - )?; + ); Ok(PartialComponents { backend, @@ -181,7 +181,11 @@ where let params = new_partial::(¶chain_config)?; let (block_import, mut telemetry, telemetry_worker_handle) = params.other; - let net_config = sc_network::config::FullNetworkConfiguration::new(¶chain_config.network); + let net_config = sc_network::config::FullNetworkConfiguration::< + _, + _, + sc_network::NetworkWorker, + >::new(¶chain_config.network); let client = params.client.clone(); let backend = params.backend.clone(); @@ -230,7 +234,7 @@ where transaction_pool: Some(OffchainTransactionPoolFactory::new( transaction_pool.clone(), )), - network_provider: network.clone(), + network_provider: Arc::new(network.clone()), is_validator: parachain_config.role.is_authority(), enable_http_requests: false, custom_extensions: move |_| vec![], @@ -352,14 +356,12 @@ pub(crate) fn build_import_queue( config: &Configuration, telemetry: Option, task_manager: &TaskManager, -) -> Result, sc_service::Error> +) -> sc_consensus::DefaultImportQueue where RuntimeApi: ConstructRuntimeApi> + Send + Sync + 'static, RuntimeApi::RuntimeApi: RuntimeApiExt, { - let slot_duration = cumulus_client_consensus_aura::slot_duration(&*client)?; - - Ok(cumulus_client_consensus_aura::equivocation_import_queue::fully_verifying_import_queue::< + cumulus_client_consensus_aura::equivocation_import_queue::fully_verifying_import_queue::< sp_consensus_aura::sr25519::AuthorityPair, _, _, @@ -372,11 +374,10 @@ where let timestamp = sp_timestamp::InherentDataProvider::from_system_time(); Ok(timestamp) }, - slot_duration, &task_manager.spawn_essential_handle(), config.prometheus_registry(), telemetry, - )) + ) } #[allow(clippy::too_many_arguments)] diff --git a/runtime/devnet/Cargo.toml b/runtime/devnet/Cargo.toml index 13d4fe77..5585479b 100644 --- a/runtime/devnet/Cargo.toml +++ b/runtime/devnet/Cargo.toml @@ -28,6 +28,7 @@ pop-runtime-common = { workspace = true, default-features = false } # Substrate frame-benchmarking.workspace = true frame-executive.workspace = true +frame-metadata-hash-extension.workspace = true frame-support.workspace = true frame-system.workspace = true frame-system-benchmarking.workspace = true @@ -82,8 +83,8 @@ cumulus-pallet-xcm.workspace = true cumulus-pallet-xcmp-queue.workspace = true cumulus-primitives-aura.workspace = true cumulus-primitives-core.workspace = true -cumulus-primitives-utility.workspace = true cumulus-primitives-storage-weight-reclaim.workspace = true +cumulus-primitives-utility.workspace = true pallet-collator-selection.workspace = true parachains-common.workspace = true parachain-info.workspace = true @@ -226,3 +227,16 @@ try-runtime = [ ] experimental = [] + +# Enable the metadata hash generation. +# +# This is hidden behind a feature because it increases the compile time. +# The wasm binary needs to be compiled twice, once to fetch the metadata, +# generate the metadata hash and then a second time with the +# `RUNTIME_METADATA_HASH` environment variable set for the `CheckMetadataHash` +# extension. +metadata-hash = ["substrate-wasm-builder/metadata-hash"] + +# A convenience feature for enabling things when doing a build +# for an on-chain release. +on-chain-release-build = ["metadata-hash"] diff --git a/runtime/devnet/build.rs b/runtime/devnet/build.rs index 02d6973f..9fc445de 100644 --- a/runtime/devnet/build.rs +++ b/runtime/devnet/build.rs @@ -1,4 +1,14 @@ -#[cfg(feature = "std")] +#[cfg(all(feature = "std", feature = "metadata-hash"))] +fn main() { + substrate_wasm_builder::WasmBuilder::new() + .with_current_project() + .export_heap_base() + .import_memory() + .enable_metadata_hash("UNIT", 12) + .build() +} + +#[cfg(all(feature = "std", not(feature = "metadata-hash")))] fn main() { substrate_wasm_builder::WasmBuilder::new() .with_current_project() diff --git a/runtime/devnet/src/config/xcm.rs b/runtime/devnet/src/config/xcm.rs index 55ab07bd..a0c72cb3 100644 --- a/runtime/devnet/src/config/xcm.rs +++ b/runtime/devnet/src/config/xcm.rs @@ -31,6 +31,8 @@ parameter_types! { // Note: Paseo currently uses Polkadot https://github.com/paseo-network/runtimes/blob/abc4ae9c5ae8f0166aab7ef2b427b3c2c6d5ce5c/relay/paseo/src/xcm_config.rs#L56 pub const RelayNetwork: Option = Some(Polkadot); pub RelayChainOrigin: RuntimeOrigin = cumulus_pallet_xcm::Origin::Relay.into(); + // For the real deployment, it is recommended to set `RelayNetwork` according to the relay chain + // and prepend `UniversalLocation` with `GlobalConsensus(RelayNetwork::get())`. pub UniversalLocation: InteriorLocation = Parachain(ParachainInfo::parachain_id().into()).into(); } diff --git a/runtime/devnet/src/lib.rs b/runtime/devnet/src/lib.rs index f0264043..6fe9ac6d 100644 --- a/runtime/devnet/src/lib.rs +++ b/runtime/devnet/src/lib.rs @@ -33,7 +33,7 @@ use cumulus_primitives_core::{AggregateMessageOrigin, ParaId}; use frame_support::{ construct_runtime, derive_impl, dispatch::DispatchClass, - genesis_builder_helper::{build_config, create_default_config}, + genesis_builder_helper::{build_state, get_preset}, parameter_types, traits::{ fungible::HoldConsideration, tokens::nonfungibles_v2::Inspect, ConstBool, ConstU32, @@ -102,6 +102,7 @@ pub type SignedExtra = ( frame_system::CheckWeight, pallet_transaction_payment::ChargeTransactionPayment, cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim, + frame_metadata_hash_extension::CheckMetadataHash, ); /// Unchecked extrinsic type as expected by this runtime. @@ -337,7 +338,7 @@ parameter_types! { impl pallet_transaction_payment::Config for Runtime { type RuntimeEvent = RuntimeEvent; - type OnChargeTransaction = pallet_transaction_payment::CurrencyAdapter; + type OnChargeTransaction = pallet_transaction_payment::FungibleAdapter; type WeightToFee = WeightToFee; type LengthToFee = ConstantMultiplier; type FeeMultiplierUpdate = SlowAdjustingFeeUpdate; @@ -956,12 +957,16 @@ impl_runtime_apis! { } impl sp_genesis_builder::GenesisBuilder for Runtime { - fn create_default_config() -> Vec { - create_default_config::() + fn build_state(config: Vec) -> sp_genesis_builder::Result { + build_state::(config) } - fn build_config(config: Vec) -> sp_genesis_builder::Result { - build_config::(config) + fn get_preset(id: &Option) -> Option> { + get_preset::(id, |_| None) + } + + fn preset_names() -> Vec { + Default::default() } } } diff --git a/runtime/testnet/Cargo.toml b/runtime/testnet/Cargo.toml index 1cd8982e..eae8ff77 100644 --- a/runtime/testnet/Cargo.toml +++ b/runtime/testnet/Cargo.toml @@ -28,6 +28,7 @@ pop-runtime-common = { workspace = true, default-features = false } # Substrate frame-benchmarking.workspace = true frame-executive.workspace = true +frame-metadata-hash-extension.workspace = true frame-support.workspace = true frame-system.workspace = true frame-system-benchmarking.workspace = true @@ -82,6 +83,7 @@ cumulus-pallet-xcm.workspace = true cumulus-pallet-xcmp-queue.workspace = true cumulus-primitives-aura.workspace = true cumulus-primitives-core.workspace = true +cumulus-primitives-storage-weight-reclaim.workspace = true cumulus-primitives-utility.workspace = true pallet-collator-selection.workspace = true parachains-common.workspace = true @@ -224,3 +226,16 @@ try-runtime = [ ] experimental = [] + +# Enable the metadata hash generation. +# +# This is hidden behind a feature because it increases the compile time. +# The wasm binary needs to be compiled twice, once to fetch the metadata, +# generate the metadata hash and then a second time with the +# `RUNTIME_METADATA_HASH` environment variable set for the `CheckMetadataHash` +# extension. +metadata-hash = ["substrate-wasm-builder/metadata-hash"] + +# A convenience feature for enabling things when doing a build +# for an on-chain release. +on-chain-release-build = ["metadata-hash"] diff --git a/runtime/testnet/build.rs b/runtime/testnet/build.rs index 02d6973f..9fc445de 100644 --- a/runtime/testnet/build.rs +++ b/runtime/testnet/build.rs @@ -1,4 +1,14 @@ -#[cfg(feature = "std")] +#[cfg(all(feature = "std", feature = "metadata-hash"))] +fn main() { + substrate_wasm_builder::WasmBuilder::new() + .with_current_project() + .export_heap_base() + .import_memory() + .enable_metadata_hash("UNIT", 12) + .build() +} + +#[cfg(all(feature = "std", not(feature = "metadata-hash")))] fn main() { substrate_wasm_builder::WasmBuilder::new() .with_current_project() diff --git a/runtime/testnet/src/config/xcm.rs b/runtime/testnet/src/config/xcm.rs index 55ab07bd..d7def2f5 100644 --- a/runtime/testnet/src/config/xcm.rs +++ b/runtime/testnet/src/config/xcm.rs @@ -31,6 +31,8 @@ parameter_types! { // Note: Paseo currently uses Polkadot https://github.com/paseo-network/runtimes/blob/abc4ae9c5ae8f0166aab7ef2b427b3c2c6d5ce5c/relay/paseo/src/xcm_config.rs#L56 pub const RelayNetwork: Option = Some(Polkadot); pub RelayChainOrigin: RuntimeOrigin = cumulus_pallet_xcm::Origin::Relay.into(); + // For the real deployment, it is recommended to set `RelayNetwork` according to the relay chain + // and prepend `UniversalLocation` with `GlobalConsensus(RelayNetwork::get())`. pub UniversalLocation: InteriorLocation = Parachain(ParachainInfo::parachain_id().into()).into(); } diff --git a/runtime/testnet/src/lib.rs b/runtime/testnet/src/lib.rs index d566bb5f..4b96e031 100644 --- a/runtime/testnet/src/lib.rs +++ b/runtime/testnet/src/lib.rs @@ -32,7 +32,7 @@ use cumulus_primitives_core::{AggregateMessageOrigin, ParaId}; use frame_support::{ construct_runtime, derive_impl, dispatch::DispatchClass, - genesis_builder_helper::{build_config, create_default_config}, + genesis_builder_helper::{build_state, get_preset}, parameter_types, traits::{ fungible::HoldConsideration, tokens::nonfungibles_v2::Inspect, ConstBool, ConstU32, @@ -101,6 +101,8 @@ pub type SignedExtra = ( frame_system::CheckNonce, frame_system::CheckWeight, pallet_transaction_payment::ChargeTransactionPayment, + cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim, + frame_metadata_hash_extension::CheckMetadataHash, ); /// Unchecked extrinsic type as expected by this runtime. @@ -337,7 +339,7 @@ parameter_types! { impl pallet_transaction_payment::Config for Runtime { type RuntimeEvent = RuntimeEvent; - type OnChargeTransaction = pallet_transaction_payment::CurrencyAdapter; + type OnChargeTransaction = pallet_transaction_payment::FungibleAdapter; type WeightToFee = WeightToFee; type LengthToFee = ConstantMultiplier; type FeeMultiplierUpdate = SlowAdjustingFeeUpdate; @@ -947,12 +949,16 @@ impl_runtime_apis! { } impl sp_genesis_builder::GenesisBuilder for Runtime { - fn create_default_config() -> Vec { - create_default_config::() + fn build_state(config: Vec) -> sp_genesis_builder::Result { + build_state::(config) } - fn build_config(config: Vec) -> sp_genesis_builder::Result { - build_config::(config) + fn get_preset(id: &Option) -> Option> { + get_preset::(id, |_| None) + } + + fn preset_names() -> Vec { + Default::default() } } } From 36440f97bca1d30458f1c2f6bcc59c448be45a5e Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 18:14:36 +0700 Subject: [PATCH 24/95] fix: comment identation --- runtime/devnet/src/config/xcm.rs | 2 +- runtime/testnet/src/config/xcm.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/devnet/src/config/xcm.rs b/runtime/devnet/src/config/xcm.rs index a0c72cb3..edd82cf6 100644 --- a/runtime/devnet/src/config/xcm.rs +++ b/runtime/devnet/src/config/xcm.rs @@ -31,7 +31,7 @@ parameter_types! { // Note: Paseo currently uses Polkadot https://github.com/paseo-network/runtimes/blob/abc4ae9c5ae8f0166aab7ef2b427b3c2c6d5ce5c/relay/paseo/src/xcm_config.rs#L56 pub const RelayNetwork: Option = Some(Polkadot); pub RelayChainOrigin: RuntimeOrigin = cumulus_pallet_xcm::Origin::Relay.into(); - // For the real deployment, it is recommended to set `RelayNetwork` according to the relay chain + // For the real deployment, it is recommended to set `RelayNetwork` according to the relay chain // and prepend `UniversalLocation` with `GlobalConsensus(RelayNetwork::get())`. pub UniversalLocation: InteriorLocation = Parachain(ParachainInfo::parachain_id().into()).into(); } diff --git a/runtime/testnet/src/config/xcm.rs b/runtime/testnet/src/config/xcm.rs index d7def2f5..edd82cf6 100644 --- a/runtime/testnet/src/config/xcm.rs +++ b/runtime/testnet/src/config/xcm.rs @@ -31,7 +31,7 @@ parameter_types! { // Note: Paseo currently uses Polkadot https://github.com/paseo-network/runtimes/blob/abc4ae9c5ae8f0166aab7ef2b427b3c2c6d5ce5c/relay/paseo/src/xcm_config.rs#L56 pub const RelayNetwork: Option = Some(Polkadot); pub RelayChainOrigin: RuntimeOrigin = cumulus_pallet_xcm::Origin::Relay.into(); - // For the real deployment, it is recommended to set `RelayNetwork` according to the relay chain + // For the real deployment, it is recommended to set `RelayNetwork` according to the relay chain // and prepend `UniversalLocation` with `GlobalConsensus(RelayNetwork::get())`. pub UniversalLocation: InteriorLocation = Parachain(ParachainInfo::parachain_id().into()).into(); } From 36f7bf13d6b6756a3ea062ee7b34311e410e6d29 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 18:22:16 +0700 Subject: [PATCH 25/95] fix: remove signed extra from testnet --- Cargo.lock | 1 - runtime/testnet/Cargo.toml | 1 - runtime/testnet/src/lib.rs | 1 - 3 files changed, 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 730b0a19..a85f36b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11795,7 +11795,6 @@ dependencies = [ "cumulus-pallet-xcmp-queue 0.12.0", "cumulus-primitives-aura 0.12.0", "cumulus-primitives-core 0.12.0", - "cumulus-primitives-storage-weight-reclaim", "cumulus-primitives-utility 0.12.0", "enumflags2", "env_logger 0.11.3", diff --git a/runtime/testnet/Cargo.toml b/runtime/testnet/Cargo.toml index eae8ff77..a8a49437 100644 --- a/runtime/testnet/Cargo.toml +++ b/runtime/testnet/Cargo.toml @@ -83,7 +83,6 @@ cumulus-pallet-xcm.workspace = true cumulus-pallet-xcmp-queue.workspace = true cumulus-primitives-aura.workspace = true cumulus-primitives-core.workspace = true -cumulus-primitives-storage-weight-reclaim.workspace = true cumulus-primitives-utility.workspace = true pallet-collator-selection.workspace = true parachains-common.workspace = true diff --git a/runtime/testnet/src/lib.rs b/runtime/testnet/src/lib.rs index 4b96e031..664ef542 100644 --- a/runtime/testnet/src/lib.rs +++ b/runtime/testnet/src/lib.rs @@ -101,7 +101,6 @@ pub type SignedExtra = ( frame_system::CheckNonce, frame_system::CheckWeight, pallet_transaction_payment::ChargeTransactionPayment, - cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim, frame_metadata_hash_extension::CheckMetadataHash, ); From 6a21b843bea73ed09c7eb7d001f04797b79af22e Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 19:07:49 +0700 Subject: [PATCH 26/95] fix: mismatch dependency version --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a85f36b3..67d5053c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -17191,9 +17191,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.34" +version = "0.3.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749" +checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" dependencies = [ "deranged", "itoa", @@ -17212,9 +17212,9 @@ checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" [[package]] name = "time-macros" -version = "0.2.17" +version = "0.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774" +checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" dependencies = [ "num-conv", "time-core", From 8b085e2b197ec52741f92bcd3b606a3a3c25b55a Mon Sep 17 00:00:00 2001 From: Tin Chung <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 22:44:23 +0700 Subject: [PATCH 27/95] chore(upgrade): add feature gate to the unified host functions Co-authored-by: Peter White --- node/src/service.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/node/src/service.rs b/node/src/service.rs index cd108228..c4cc0fbe 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -38,6 +38,10 @@ use sp_keystore::KeystorePtr; use sp_runtime::{app_crypto::AppCrypto, traits::BlakeTwo256}; use substrate_prometheus_endpoint::Registry; +#[cfg(not(feature = "runtime-benchmarks"))] +type HostFunctions = cumulus_client_service::ParachainHostFunctions; + +#[cfg(feature = "runtime-benchmarks")] type HostFunctions = ( cumulus_client_service::ParachainHostFunctions, frame_benchmarking::benchmarking::HostFunctions, From a127f44b732219346043eaceaa6843c65981f553 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 17:11:28 +0700 Subject: [PATCH 28/95] chore: rebase v1.10.0 --- Cargo.lock | 4907 ++++++++++++++++------------- Cargo.toml | 195 +- node/src/cli.rs | 5 - node/src/command.rs | 46 +- node/src/service.rs | 19 +- runtime/devnet/Cargo.toml | 16 +- runtime/devnet/build.rs | 12 +- runtime/devnet/src/config/xcm.rs | 2 + runtime/devnet/src/lib.rs | 17 +- runtime/testnet/Cargo.toml | 15 + runtime/testnet/build.rs | 12 +- runtime/testnet/src/config/xcm.rs | 2 + runtime/testnet/src/lib.rs | 18 +- 13 files changed, 2898 insertions(+), 2368 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f088f26..730b0a19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -357,7 +357,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185" dependencies = [ "num-traits", - "rand", + "rand 0.8.5", ] [[package]] @@ -456,7 +456,7 @@ dependencies = [ "cumulus-primitives-utility 0.8.1", "frame-benchmarking 29.0.0", "frame-executive 29.0.0", - "frame-metadata-hash-extension", + "frame-metadata-hash-extension 0.1.0", "frame-support 29.0.2", "frame-system 29.0.0", "frame-system-benchmarking 29.0.0", @@ -519,33 +519,33 @@ dependencies = [ [[package]] name = "asset-test-utils" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2e1d4077fc518abe25e26f3963a080686cabecb97f192d9124be3e04cc21cad" -dependencies = [ - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-assets 33.0.0", - "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", - "pallet-session 32.0.0", - "pallet-timestamp 31.0.0", - "pallet-xcm 11.0.0", - "pallet-xcm-bridge-hub-router 0.9.0", - "parachains-common 11.0.0", +checksum = "c7e7f3e224a6407633a4b55cc2dbbbd002709a1c31ecc61232ef816ed8e4d69e" +dependencies = [ + "cumulus-pallet-parachain-system 0.12.0", + "cumulus-pallet-xcmp-queue 0.12.0", + "cumulus-primitives-core 0.12.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-assets 34.0.0", + "pallet-balances 34.0.0", + "pallet-collator-selection 14.0.0", + "pallet-session 33.0.0", + "pallet-timestamp 32.0.0", + "pallet-xcm 12.0.0", + "pallet-xcm-bridge-hub-router 0.10.0", + "parachains-common 12.0.0", "parachains-runtimes-test-utils", "parity-scale-codec", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-parachain-info 0.11.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", - "substrate-wasm-builder 21.0.0", + "staging-parachain-info 0.12.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", + "substrate-wasm-builder 22.0.1", ] [[package]] @@ -892,7 +892,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "93f2635620bf0b9d4576eb7bb9a38a55df78bd1205d26fa994b25911a69f212f" dependencies = [ "bitcoin_hashes 0.11.0", - "rand", + "rand 0.8.5", "rand_core 0.6.4", "serde", "unicode-normalization", @@ -1143,19 +1143,19 @@ dependencies = [ [[package]] name = "bp-header-chain" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b4a86e6438700a4217675ef3088fb08694ab69b1bdce4124099b1dcff9a6ff8" +checksum = "5947cb2260e3dd1f30894b31604fb6edac13a97d32b4242f2665918f3800eec8" dependencies = [ - "bp-runtime 0.11.0", + "bp-runtime 0.12.0", "finality-grandpa", - "frame-support 32.0.0", + "frame-support 33.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-grandpa 17.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -1177,13 +1177,13 @@ dependencies = [ [[package]] name = "bp-messages" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6a8b4356728ca03a8246104e320a2b1d7ba8c7fbd2917bf62395290f6ef2cc1" +checksum = "763d870409a3865c0a3e557831eef3a72ed21850f293195abd6ebe01ea016c19" dependencies = [ - "bp-header-chain 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", + "bp-header-chain 0.12.0", + "bp-runtime 0.12.0", + "frame-support 33.0.0", "parity-scale-codec", "scale-info", "serde", @@ -1193,19 +1193,19 @@ dependencies = [ [[package]] name = "bp-parachains" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d5a4983aec89871fe61f700cd4edaaf30288e7fbd927f7e4f879951f61569d4" +checksum = "5611ce066169f9a5a271e06036a600f4aec81a7038fc492f2abc3fb587ba3377" dependencies = [ - "bp-header-chain 0.11.0", - "bp-polkadot-core 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", + "bp-header-chain 0.12.0", + "bp-polkadot-core 0.12.0", + "bp-runtime 0.12.0", + "frame-support 33.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -1230,35 +1230,35 @@ dependencies = [ [[package]] name = "bp-polkadot-core" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54ef42ed5eb5ea249ee3f26f38ad114e379accfa1f2a8ee1ff87dc6bbc00b399" +checksum = "29b7fbe32c15d65f43dac5c5371bb13e0f0311165dc1394581749886047ce6e8" dependencies = [ - "bp-messages 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-messages 0.12.0", + "bp-runtime 0.12.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "parity-util-mem", "scale-info", "serde", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "bp-relayers" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36f6f38407e79458fefb4c14a6f9f2cd9779b2dfeb3b11112e20902ee9dfea5f" +checksum = "6e551221aed051c215eaf89f74c09006ef08ed343219f29a94a62956d296571c" dependencies = [ - "bp-messages 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", + "bp-messages 0.12.0", + "bp-runtime 0.12.0", + "frame-support 33.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -1283,17 +1283,17 @@ dependencies = [ "sp-state-machine 0.36.0", "sp-std", "sp-trie 30.0.0", - "trie-db", + "trie-db 0.28.0", ] [[package]] name = "bp-runtime" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67f4b1696822790b449046bdb89c273852ef2201a046b64b24293871a953e5e3" +checksum = "8272b8bff3f0de0c744b79e3cdeb1e4f5efc4850e989b977c7b6393fcb0d36d9" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "hash-db", "impl-trait-for-tuples", "log", @@ -1302,33 +1302,33 @@ dependencies = [ "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-std", - "sp-trie 33.0.0", - "trie-db", + "sp-trie 34.0.0", + "trie-db 0.29.1", ] [[package]] name = "bp-test-utils" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0462cedd4f4dba1dde9d296df6b0e128a61abecde6ff6efa3b122ee8ac2f811" +checksum = "e2f2897901eec59d41232e11924bd251552524a2971abee9a1c36f3e9815cbaa" dependencies = [ - "bp-header-chain 0.11.0", + "bp-header-chain 0.12.0", "bp-parachains", - "bp-polkadot-core 0.11.0", - "bp-runtime 0.11.0", - "ed25519-dalek", + "bp-polkadot-core 0.12.0", + "bp-runtime 0.12.0", + "ed25519-dalek 2.1.1", "finality-grandpa", "parity-scale-codec", - "sp-application-crypto 34.0.0", - "sp-consensus-grandpa 17.0.0", + "sp-application-crypto 35.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] @@ -1354,50 +1354,50 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub-router" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "063e9ce60db859f26172c1428b251e628751850e7862065104e750310c6afbad" +checksum = "0181e1058f555b2e0f177e82042a6edd9c342ed4ec826376b2e5aa1cd29fc853" dependencies = [ "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "bridge-runtime-common" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9dde81c8af81ee9bdf0374010288cf03ff3ccd7f57802f24889884f73d0b3bd3" +checksum = "f5bc8b6f7c61fb2f1bbcdb348ba6e9e7defb066771b42b2cd2a49846263a31f7" dependencies = [ - "bp-header-chain 0.11.0", - "bp-messages 0.11.0", + "bp-header-chain 0.12.0", + "bp-messages 0.12.0", "bp-parachains", - "bp-polkadot-core 0.11.0", + "bp-polkadot-core 0.12.0", "bp-relayers", - "bp-runtime 0.11.0", + "bp-runtime 0.12.0", "bp-xcm-bridge-hub", - "bp-xcm-bridge-hub-router 0.10.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-xcm-bridge-hub-router 0.11.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "hash-db", "log", "pallet-bridge-grandpa", "pallet-bridge-messages", "pallet-bridge-parachains", "pallet-bridge-relayers", - "pallet-transaction-payment 32.0.0", - "pallet-utility 32.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-utility 33.0.0", "parity-scale-codec", "scale-info", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "sp-trie 33.0.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", + "sp-trie 34.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", ] [[package]] @@ -1614,6 +1614,19 @@ dependencies = [ "unsigned-varint", ] +[[package]] +name = "cid" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd94671561e36e4e7de75f753f577edafb0e7c05d6e4547229fdf7938fbcd2c3" +dependencies = [ + "core2", + "multibase", + "multihash 0.18.1", + "serde", + "unsigned-varint", +] + [[package]] name = "cipher" version = "0.2.5" @@ -1743,6 +1756,16 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" +[[package]] +name = "combine" +version = "4.6.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" +dependencies = [ + "bytes", + "memchr", +] + [[package]] name = "comfy-table" version = "7.1.0" @@ -1983,6 +2006,21 @@ dependencies = [ "wasmtime-types", ] +[[package]] +name = "crc" +version = "3.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636" +dependencies = [ + "crc-catalog", +] + +[[package]] +name = "crc-catalog" +version = "2.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" + [[package]] name = "crc32fast" version = "1.4.0" @@ -2096,9 +2134,9 @@ dependencies = [ [[package]] name = "cumulus-client-cli" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b169c6bebaa58a8f0f2078747919ebd98df45d0d018a0f8caa66ec15e2ad43d4" +checksum = "56af3de66b0512db180c091ccbf673ed198f75a25b602289ee247251bf966c39" dependencies = [ "clap", "parity-scale-codec", @@ -2108,54 +2146,54 @@ dependencies = [ "sc-service", "sp-blockchain", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "url", ] [[package]] name = "cumulus-client-collator" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d1ffccac45cddcbb37b8c18283bd57638f648f725091d28c3ac3be515f8dd1d" +checksum = "aeaa7ba76cb14097c15105674be6ec74e58bc1313cb322a97e038c9abfbf09c4" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "futures", "parity-scale-codec", "parking_lot 0.12.1", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-client-api", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-consensus", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "tracing", ] [[package]] name = "cumulus-client-consensus-aura" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6d112f874c998d174f034532d238d5e0616c3455f8bf9bb5946c5617e7c7c0f" +checksum = "a999414a27e99ed73f447aba5f9382bb81fbf3e98a8c1a8874f71f929d094759" dependencies = [ "async-trait", "cumulus-client-collator", "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-parachain-inherent", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-aura 0.12.0", + "cumulus-primitives-core 0.12.0", "cumulus-relay-chain-interface", "futures", "parity-scale-codec", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-client-api", "sc-consensus", "sc-consensus-aura", @@ -2163,73 +2201,73 @@ dependencies = [ "sc-consensus-slots", "sc-telemetry", "schnellru", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-aura 0.36.0", + "sp-consensus-aura 0.37.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", + "sp-inherents 31.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", - "sp-timestamp 30.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", + "sp-timestamp 31.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "cumulus-client-consensus-common" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b6fc5e8237ff0e649c24fb1c31407fddb05cdf4773f83ca2a7b497305ae19b0" +checksum = "fc06ef9519e39f72915033e0aec418383707290103c8d9ba8ffbc70ddfd515e7" dependencies = [ "async-trait", "cumulus-client-pov-recovery", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "cumulus-relay-chain-interface", "dyn-clone", "futures", "log", "parity-scale-codec", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-client-api", "sc-consensus", "sc-consensus-babe", "schnellru", "sp-blockchain", "sp-consensus", - "sp-consensus-slots 0.36.0", + "sp-consensus-slots 0.37.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-timestamp 30.0.0", - "sp-trie 33.0.0", + "sp-runtime 36.0.0", + "sp-timestamp 31.0.0", + "sp-trie 34.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "cumulus-client-consensus-proposer" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fb01ccc8275a4ded0caf788e561c7400e630585d34feec8a22700cbbe44f8bb" +checksum = "e8a533049ee548528aada1c09c5827c3a2fd8cce96ecb4ff1fca241abfef87ba" dependencies = [ "anyhow", "async-trait", - "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-primitives-parachain-inherent 0.12.0", "sp-consensus", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "thiserror", ] [[package]] name = "cumulus-client-network" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f70b5f3eb4385498880a74684be6bd17669f2a2b5c7db805eef16337af1d0cd" +checksum = "b1da1f0f7be1258a0f1a4a43ca0dd4a1add8e2e639dceaf310fc136d6835fe00" dependencies = [ "async-trait", "cumulus-relay-chain-interface", @@ -2238,50 +2276,50 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "polkadot-node-primitives", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-client-api", "sp-blockchain", "sp-consensus", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "tracing", ] [[package]] name = "cumulus-client-parachain-inherent" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a0342e88f2079d7b3287bd52b4e0f7885e563439ff2e8b8d36f99aa596b219e" +checksum = "cb5426870af0eac3277135aac62dafea82f9c42b501193bca5483c2eb9358b5b" dependencies = [ "async-trait", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-parachain-inherent 0.12.0", "cumulus-relay-chain-interface", "cumulus-test-relay-sproof-builder", "parity-scale-codec", "sc-client-api", "scale-info", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-crypto-hashing", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-std", "sp-storage 21.0.0", - "sp-trie 33.0.0", + "sp-trie 34.0.0", "tracing", ] [[package]] name = "cumulus-client-pov-recovery" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e877fcdae06369ce17fd4d1fd0467d21b08338f7c944e225c5461472f54a166a" +checksum = "286e7071e367a4ee6f1e9c674a27118c6f04ef273b94194082b8155255451503" dependencies = [ "async-trait", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "cumulus-relay-chain-interface", "futures", "futures-timer", @@ -2289,34 +2327,34 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "sc-client-api", "sc-consensus", "sp-consensus", "sp-maybe-compressed-blob", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "tracing", ] [[package]] name = "cumulus-client-service" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "920c64fd704a14c571b79f5d0f19dd2638240f6a9f633f02072a35ab30db3341" +checksum = "a909ed00f0280a9f53838616bb8f56b180116838a8242b847a18c8950e7cc4ec" dependencies = [ "cumulus-client-cli", "cumulus-client-collator", "cumulus-client-consensus-common", "cumulus-client-network", "cumulus-client-pov-recovery", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-proof-size-hostfunction 0.6.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-proof-size-hostfunction 0.7.0", "cumulus-relay-chain-inprocess-interface", "cumulus-relay-chain-interface", "cumulus-relay-chain-minimal-node", "futures", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-client-api", "sc-consensus", "sc-network", @@ -2328,13 +2366,13 @@ dependencies = [ "sc-telemetry", "sc-transaction-pool", "sc-utils", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-transaction-pool 30.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-transaction-pool 31.0.0", ] [[package]] @@ -2358,20 +2396,20 @@ dependencies = [ [[package]] name = "cumulus-pallet-aura-ext" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "135b720fe4cd7d2e6282c0c13fbbcf68cd7dcb19d060b5032709c34582d574ad" +checksum = "fa2703d49952e0538c4d05fe1f1114e62741871693e862fc68ab56ae6b3b5230" dependencies = [ - "cumulus-pallet-parachain-system 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-aura 31.0.0", - "pallet-timestamp 31.0.0", + "cumulus-pallet-parachain-system 0.12.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-aura 32.0.0", + "pallet-timestamp 32.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 34.0.0", - "sp-consensus-aura 0.36.0", - "sp-runtime 35.0.0", + "sp-application-crypto 35.0.0", + "sp-consensus-aura 0.37.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -2408,43 +2446,43 @@ dependencies = [ "sp-trie 30.0.0", "sp-version 30.0.0", "staging-xcm 8.0.1", - "trie-db", + "trie-db 0.28.0", ] [[package]] name = "cumulus-pallet-parachain-system" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b426ade835b03cb4eb0b7299a5918e96cb53ed0e38b0d07676be7ed8df772ff" +checksum = "249e7657ac378241ae6c437df851bbe0971d93df756d1201315395b5ce856974" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-primitives-proof-size-hostfunction 0.6.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-parachain-inherent 0.12.0", + "cumulus-primitives-proof-size-hostfunction 0.7.0", "environmental", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "log", - "pallet-message-queue 35.0.0", + "pallet-message-queue 36.0.0", "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-runtime-common 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-runtime-common 12.0.0", + "polkadot-runtime-parachains 12.0.0", "scale-info", "sp-core 32.0.0", "sp-externalities 0.28.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-std", - "sp-trie 33.0.0", - "sp-version 33.0.0", - "staging-xcm 11.0.0", - "trie-db", + "sp-trie 34.0.0", + "sp-version 34.0.0", + "staging-xcm 12.0.0", + "trie-db 0.29.1", ] [[package]] @@ -2476,16 +2514,16 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63b08b5e3bba454f8eaa01a7507c1bacde9343a7a67fc20801e59e0c9c0ec9db" +checksum = "2be9d77e00ad1dbcf12dcd81c2758d651adf6e3072f3cb51c11d8739426f4cbb" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-session 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-session 33.0.0", "parity-scale-codec", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -2508,19 +2546,19 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f14dc8bc002babf1596515a2f1c0158ddeccbf1ef7f5656fe71c8e1fa4bde55" +checksum = "6b7737eb5d81bcd79df114e711927ba19c2dbd312f245ae03b76d330abb3506d" dependencies = [ - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "cumulus-primitives-core 0.12.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", + "staging-xcm 12.0.0", ] [[package]] @@ -2551,28 +2589,28 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5810a98c95f4219d7dcd6bd89d0c149fc45162e7e0c335579ba5545ec4b9c216" +checksum = "fb2939bc9749f4a5299ae20f7756ce69ce3e63f72ed936d7f1db0189187f70a1" dependencies = [ "bounded-collections 0.2.0", - "bp-xcm-bridge-hub-router 0.10.0", - "cumulus-primitives-core 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-xcm-bridge-hub-router 0.11.0", + "cumulus-primitives-core 0.12.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-message-queue 35.0.0", + "pallet-message-queue 36.0.0", "parity-scale-codec", - "polkadot-runtime-common 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "polkadot-runtime-common 12.0.0", + "polkadot-runtime-parachains 12.0.0", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", ] [[package]] @@ -2592,16 +2630,16 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca5e91498fef0a7502070d55949b3413361060b1e0556592ed851f220f8aafb4" +checksum = "a61fa5dad966e340092a4521b56b43dddce5bf466ddb07d9a01c534e63e4e0b7" dependencies = [ "parity-scale-codec", - "polkadot-core-primitives 11.0.0", - "polkadot-primitives 11.0.0", - "sp-api 30.0.0", - "sp-consensus-aura 0.36.0", - "sp-runtime 35.0.0", + "polkadot-core-primitives 12.0.0", + "polkadot-primitives 12.0.0", + "sp-api 31.0.0", + "sp-consensus-aura 0.37.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -2625,20 +2663,20 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12a1b925068ede5dd9f571f3afcfca877b2f94f988d308d757224464a27bc6ce" +checksum = "ad51d36ea156ef84d7e8ca5cea881867d3540e8dfdb8ea6b9d2b9190197a22a5" dependencies = [ "parity-scale-codec", - "polkadot-core-primitives 11.0.0", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", + "polkadot-core-primitives 12.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", "scale-info", - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", "sp-std", - "sp-trie 33.0.0", - "staging-xcm 11.0.0", + "sp-trie 34.0.0", + "staging-xcm 12.0.0", ] [[package]] @@ -2659,18 +2697,20 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e01642f846368bd7305a2b9c9874a4280b5097c62c33da84b2048e2e3b38bb03" +checksum = "9e6d358b1c4062048e47635b49d066131e4eef6314c0e81501d4c9c2e028dbc4" dependencies = [ "async-trait", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-inherents 30.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] @@ -2686,30 +2726,30 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a9ce5326ecf86a75ee9a2d53ba8a6950f98d278a1cc88480f1dcbc90077d7dc" +checksum = "e736734a6b4b0308d931756c30c3472fa5ec99a95be14f70567f25c97b3822cc" dependencies = [ "sp-externalities 0.28.0", "sp-runtime-interface 27.0.0", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] name = "cumulus-primitives-storage-weight-reclaim" -version = "2.0.0" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd8596e26f2d3b2c70c00b695eb9edc8fca4533105bf6b2f0c4c0ecc8075bf99" +checksum = "e68201ff0845be29c3c0e7e408e5f9d4de0e01b55787fe2c8709e658cbd2c937" dependencies = [ - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-proof-size-hostfunction 0.6.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-proof-size-hostfunction 0.7.0", "docify", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -2736,33 +2776,33 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b02524805657a76fcca354c2a9466580d7f980a9a9616a4ac1cb91597d1f451" +checksum = "5ee70eb2f55d20a965e3538fc96aac2801815af510b4460e8a5783f5197e0872" dependencies = [ - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", + "cumulus-primitives-core 0.12.0", + "frame-support 33.0.0", "log", - "pallet-asset-conversion 14.0.0", + "pallet-asset-conversion 15.0.0", "parity-scale-codec", - "polkadot-runtime-common 11.0.0", - "polkadot-runtime-parachains 11.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "polkadot-runtime-common 12.0.0", + "polkadot-runtime-parachains 12.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", ] [[package]] name = "cumulus-relay-chain-inprocess-interface" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "842505bb9820f5d3c7d2561ed9783cd495d3665729e42590b12641e73c69fcf5" +checksum = "d9557dc83e9fa1ab863f6070f9d325a8075cb00478f2a756132ed87b4e3a29ed" dependencies = [ "async-trait", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "cumulus-relay-chain-interface", "futures", "futures-timer", @@ -2773,48 +2813,48 @@ dependencies = [ "sc-sysinfo", "sc-telemetry", "sc-tracing", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-consensus", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", ] [[package]] name = "cumulus-relay-chain-interface" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a457e637e70eccddfdd06feaf5736e3fa3fd9955ef2dc9ef696cdea640fc6e4c" +checksum = "9ed3c0bd4319881da5f94b77380db377499e129a176184430b308d9d7bd1d9a8" dependencies = [ "async-trait", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "futures", "jsonrpsee-core", "parity-scale-codec", "polkadot-overseer", "sc-client-api", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", - "sp-state-machine 0.39.0", + "sp-state-machine 0.40.0", "thiserror", ] [[package]] name = "cumulus-relay-chain-minimal-node" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f946e5e8f6199bad20b4e65b3e56fb6feeb3c59d50ede9909dcfa9c73697db2" +checksum = "d3ffcf7b86d4a140ba5ba6c94537ae54334c594bb4cf7a6464c848859b7970d1" dependencies = [ "array-bytes 6.2.2", "async-trait", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "cumulus-relay-chain-interface", "cumulus-relay-chain-rpc-interface", "futures", "parking_lot 0.12.1", "polkadot-availability-recovery", "polkadot-collator-protocol", - "polkadot-core-primitives 11.0.0", + "polkadot-core-primitives 12.0.0", "polkadot-network-bridge", "polkadot-node-collation-generation", "polkadot-node-core-chain-api", @@ -2823,7 +2863,7 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "polkadot-service", "sc-authority-discovery", "sc-client-api", @@ -2832,11 +2872,11 @@ dependencies = [ "sc-service", "sc-tracing", "sc-utils", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.36.0", - "sp-runtime 35.0.0", + "sp-consensus-babe 0.37.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "tokio", "tracing", @@ -2844,12 +2884,12 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b173a09d24c4ea2b6f90eb682276f844db7b180651f22a9e918f8bac0642075f" +checksum = "800d957241a91a58b55a3ee9f607caea2660a01d2fcfc285bdcec262a3d8882d" dependencies = [ "async-trait", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "cumulus-relay-chain-interface", "either", "futures", @@ -2858,7 +2898,7 @@ dependencies = [ "parity-scale-codec", "pin-project", "polkadot-overseer", - "rand", + "rand 0.8.5", "sc-client-api", "sc-rpc-api", "sc-service", @@ -2867,14 +2907,14 @@ dependencies = [ "serde_json", "smoldot", "smoldot-light", - "sp-api 30.0.0", - "sp-authority-discovery 30.0.0", - "sp-consensus-babe 0.36.0", + "sp-api 31.0.0", + "sp-authority-discovery 31.0.0", + "sp-consensus-babe 0.37.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-storage 21.0.0", - "sp-version 33.0.0", + "sp-version 34.0.0", "thiserror", "tokio", "tokio-util", @@ -2884,17 +2924,17 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48f27d17ab307b0e255431fa21113f2aca1e0b27f54d272198972b29e2eeb88b" +checksum = "e8f509dfa3d3380fd0023f4cbd15bfeccd333de8d0140f85d13e6b295fb53dd7" dependencies = [ - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "parity-scale-codec", - "polkadot-primitives 11.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "polkadot-primitives 12.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] @@ -3285,10 +3325,19 @@ dependencies = [ "elliptic-curve", "rfc6979", "serdect", - "signature", + "signature 2.2.0", "spki", ] +[[package]] +name = "ed25519" +version = "1.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7" +dependencies = [ + "signature 1.6.4", +] + [[package]] name = "ed25519" version = "2.2.3" @@ -3296,7 +3345,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" dependencies = [ "pkcs8", - "signature", + "signature 2.2.0", +] + +[[package]] +name = "ed25519-dalek" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d" +dependencies = [ + "curve25519-dalek 3.2.0", + "ed25519 1.5.3", + "rand 0.7.3", + "serde", + "sha2 0.9.9", + "zeroize", ] [[package]] @@ -3306,7 +3369,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871" dependencies = [ "curve25519-dalek 4.1.2", - "ed25519", + "ed25519 2.2.3", "rand_core 0.6.4", "serde", "sha2 0.10.8", @@ -3335,7 +3398,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7d9ce6874da5d4415896cd45ffbc4d1cfc0c4f9c079427bd870742c30f2f65a9" dependencies = [ "curve25519-dalek 4.1.2", - "ed25519", + "ed25519 2.2.3", "hashbrown 0.14.3", "hex", "rand_core 0.6.4", @@ -3371,35 +3434,35 @@ dependencies = [ [[package]] name = "emulated-integration-tests-common" -version = "7.0.0" +version = "8.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2117a0c89f2afd71f15eebe18f4b48790b675314426773ea282e9f3ff08e5afa" +checksum = "f1b85d59d4b6e8424779daea51988382f0fd323e3f5507ac886f384848c85dfe" dependencies = [ "asset-test-utils", - "bp-messages 0.11.0", + "bp-messages 0.12.0", "bridge-runtime-common", - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", - "pallet-assets 33.0.0", - "pallet-balances 33.0.0", + "cumulus-pallet-parachain-system 0.12.0", + "cumulus-pallet-xcmp-queue 0.12.0", + "cumulus-primitives-core 0.12.0", + "frame-support 33.0.0", + "pallet-assets 34.0.0", + "pallet-balances 34.0.0", "pallet-bridge-messages", - "pallet-message-queue 35.0.0", - "pallet-xcm 11.0.0", - "parachains-common 11.0.0", + "pallet-message-queue 36.0.0", + "pallet-xcm 12.0.0", + "parachains-common 12.0.0", "parity-scale-codec", "paste", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-parachains 12.0.0", "sc-consensus-grandpa", - "sp-authority-discovery 30.0.0", - "sp-consensus-babe 0.36.0", - "sp-consensus-beefy 17.0.0", + "sp-authority-discovery 31.0.0", + "sp-consensus-babe 0.37.0", + "sp-consensus-beefy 18.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "staging-xcm 11.0.0", + "sp-runtime 36.0.0", + "staging-xcm 12.0.0", "xcm-emulator", ] @@ -3421,6 +3484,18 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "enum-as-inner" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5ffccbb6966c05b32ef8fbac435df276c4ae4d3dc55a8cd0eb9745e6c12f546a" +dependencies = [ + "heck 0.4.1", + "proc-macro2", + "quote", + "syn 2.0.55", +] + [[package]] name = "enumflags2" version = "0.7.9" @@ -3768,7 +3843,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534" dependencies = [ "byteorder", - "rand", + "rand 0.8.5", "rustc-hex", "static_assertions", ] @@ -3805,6 +3880,21 @@ version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" +[[package]] +name = "foreign-types" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" +dependencies = [ + "foreign-types-shared", +] + +[[package]] +name = "foreign-types-shared" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" + [[package]] name = "fork-tree" version = "13.0.0" @@ -3857,24 +3947,24 @@ dependencies = [ [[package]] name = "frame-benchmarking" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f6f8e21cbac73688175cf9b531ed1c3f6578420a0f6106282aa8e5ed6fe3347" +checksum = "f963589fa0f5ef5fe87fad5a9ac9ec4a43d83fd63e1993024576a8dcaee5e228" dependencies = [ - "frame-support 32.0.0", - "frame-support-procedural 27.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-support-procedural 28.0.0", + "frame-system 33.0.0", "linregress", "log", "parity-scale-codec", "paste", "scale-info", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-runtime-interface 27.0.0", "sp-std", "sp-storage 21.0.0", @@ -3883,18 +3973,18 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" -version = "36.0.0" +version = "37.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1be33471ac5fa10ca585d3e06642cc8c754ecd9cb8a76905bf648cff17990e32" +checksum = "e13ce497c53ed3a9aadadfc3ea7904b00717965156c0e2e6dd16fc049a379cd7" dependencies = [ "Inflector", "array-bytes 6.2.2", "chrono", "clap", "comfy-table", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "gethostname", "handlebars", "itertools 0.10.5", @@ -3902,9 +3992,10 @@ dependencies = [ "linked-hash-map", "log", "parity-scale-codec", - "rand", + "rand 0.8.5", "rand_pcg", "sc-block-builder", + "sc-chain-spec", "sc-cli", "sc-client-api", "sc-client-db", @@ -3913,18 +4004,19 @@ dependencies = [ "sc-sysinfo", "serde", "serde_json", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-database", "sp-externalities 0.28.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", + "sp-genesis-builder 0.12.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-storage 21.0.0", - "sp-trie 33.0.0", + "sp-trie 34.0.0", "sp-wasm-interface 21.0.0", "thiserror", "thousands", @@ -3962,19 +4054,19 @@ dependencies = [ [[package]] name = "frame-election-provider-support" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c897b912f222280123eedee768b172ed74600292dfbb22843c95c9177e97358" +checksum = "ee6e46fd5f6bbbce22fcb19bccce899b4e83e917ba5181b1adae94abb086f124" dependencies = [ "frame-election-provider-solution-type", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-npos-elections 30.0.0", - "sp-runtime 35.0.0", + "sp-npos-elections 31.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -3999,20 +4091,20 @@ dependencies = [ [[package]] name = "frame-executive" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2cbd97de3a8af65a9e1752b465fc19c7fe19c62ca1842ccec47f3002667c2172" +checksum = "01d5b1ec42b019aa16d1f9269f74f391c32ce642cb2aad7b1b6a6d65a34e1bc6" dependencies = [ "aquamarine 0.3.3", - "frame-support 32.0.0", - "frame-system 32.0.0", - "frame-try-runtime 0.38.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "frame-try-runtime 0.39.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-tracing 17.0.0", ] @@ -4046,26 +4138,19 @@ dependencies = [ ] [[package]] -name = "frame-remote-externalities" -version = "0.39.0" +name = "frame-metadata-hash-extension" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f4afeb0769c0ef010c0dcc681a60167692a1cd52f0c0729b327a4415facddc5" +checksum = "c51ead97e4ac8fdd3b62258bf5f97d2d82412ec0386388ce8296aa23d561536f" dependencies = [ - "futures", - "indicatif", - "jsonrpsee", + "array-bytes 6.2.2", + "docify", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", - "serde", - "sp-core 32.0.0", - "sp-crypto-hashing", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", - "spinners", - "substrate-rpc-client", - "tokio", - "tokio-retry", + "scale-info", + "sp-runtime 36.0.0", ] [[package]] @@ -4112,9 +4197,9 @@ dependencies = [ [[package]] name = "frame-support" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97100a956a2cd152ad4e63a5ec7b5e58503653223a73fff6e916b910b37f12ed" +checksum = "9d04fc1fdbc7bdcb1cb54834e16a5194e5a16a25bfdaca1b761ee9ff4963366f" dependencies = [ "aquamarine 0.5.0", "array-bytes 6.2.2", @@ -4122,7 +4207,7 @@ dependencies = [ "docify", "environmental", "frame-metadata", - "frame-support-procedural 27.0.0", + "frame-support-procedural 28.0.0", "impl-trait-for-tuples", "k256", "log", @@ -4133,18 +4218,18 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-arithmetic 26.0.0", "sp-core 32.0.0", "sp-crypto-hashing-proc-macro", "sp-debug-derive", - "sp-genesis-builder 0.11.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", + "sp-genesis-builder 0.12.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", "sp-metadata-ir 0.7.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", + "sp-state-machine 0.40.0", "sp-std", "sp-tracing 17.0.0", "sp-weights 31.0.0", @@ -4174,15 +4259,15 @@ dependencies = [ [[package]] name = "frame-support-procedural" -version = "27.0.0" +version = "28.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a74eda80052082e8acd36c7fa232569ce1f968c7ae2adc56d082039ac9d6ba4" +checksum = "3d8eaf3bb331b98427158733e221bd6fb79e9f213da55b305e159dc023d41fd2" dependencies = [ "Inflector", "cfg-expr", "derive-syn-parse 0.2.0", "expander 2.1.0", - "frame-support-procedural-tools 11.0.1", + "frame-support-procedural-tools 12.0.0", "itertools 0.10.5", "macro_magic", "proc-macro-warning", @@ -4207,9 +4292,9 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" -version = "11.0.1" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b482a1d18fa63aed1ff3fe3fcfb3bc23d92cb3903d6b9774f75dc2c4e1001c3a" +checksum = "a40b5cc8526c9aad01cdf46dcee6cbefd6f6c78e022607ff4cf76094919b6462" dependencies = [ "frame-support-procedural-tools-derive 12.0.0", "proc-macro-crate 3.1.0", @@ -4263,22 +4348,22 @@ dependencies = [ [[package]] name = "frame-system" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "562e02f5139f1beb0edd3cac2db3f974d98b7459342210d101f451d26886ca33" +checksum = "64265317899a2ecfc465a1ab55fa3094dbbbc7061292592fdbbb8acc136c4735" dependencies = [ "cfg-if", "docify", - "frame-support 32.0.0", + "frame-support 33.0.0", "log", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "sp-version 33.0.0", + "sp-version 34.0.0", "sp-weights 31.0.0", ] @@ -4300,17 +4385,17 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4976a4dfad8b4abff9dfc5e1a5bcdfa0452765f5c726805499ea30be0df4eaa4" +checksum = "1a23446bf524bcc64351ecc5a50925debdc92d50a0b8384c3064dc13b3c64ca3" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -4326,12 +4411,12 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24451c0fef0c35c50bf577aadd16bb3c7b9eb74f12bb1708114d24c6f750e165" +checksum = "54771ae481dd08825d4de28b1b3623163efd9e7c4b59a6db1fb048dcdf73789e" dependencies = [ "parity-scale-codec", - "sp-api 30.0.0", + "sp-api 31.0.0", ] [[package]] @@ -4349,14 +4434,14 @@ dependencies = [ [[package]] name = "frame-try-runtime" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "883f2a531ab7857e8b4bb09997f1333635da1b5e627ac1651c16b5e5152d8fa3" +checksum = "8f542a58bd43234882faff12062ce94838b3bbca1b6ed6b32180ee153350905f" dependencies = [ - "frame-support 32.0.0", + "frame-support 33.0.0", "parity-scale-codec", - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -4597,7 +4682,7 @@ version = "0.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6ea1015b5a70616b688dc230cfe50c8af89d972cb132d5a622814d29773b10b9" dependencies = [ - "rand", + "rand 0.8.5", "rand_core 0.6.4", ] @@ -4653,7 +4738,7 @@ dependencies = [ "parking_lot 0.12.1", "portable-atomic", "quanta", - "rand", + "rand 0.8.5", "smallvec", "spinning_top", ] @@ -4980,6 +5065,16 @@ dependencies = [ "unicode-normalization", ] +[[package]] +name = "idna" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" +dependencies = [ + "unicode-bidi", + "unicode-normalization", +] + [[package]] name = "idna" version = "0.5.0" @@ -5114,19 +5209,6 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e04e2fd2b8188ea827b32ef11de88377086d690286ab35747ef7f9bf3ccb590" -[[package]] -name = "indicatif" -version = "0.17.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3" -dependencies = [ - "console", - "instant", - "number_prefix", - "portable-atomic", - "unicode-width", -] - [[package]] name = "inout" version = "0.1.3" @@ -5166,29 +5248,29 @@ version = "0.0.0" dependencies = [ "asset-hub-paseo-runtime", "asset-test-utils", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "emulated-integration-tests-common", - "frame-support 32.0.0", - "pallet-assets 33.0.0", - "pallet-balances 33.0.0", - "pallet-message-queue 35.0.0", - "pallet-xcm 11.0.0", + "frame-support 33.0.0", + "pallet-assets 34.0.0", + "pallet-balances 34.0.0", + "pallet-message-queue 36.0.0", + "pallet-xcm 12.0.0", "parity-scale-codec", "paseo-runtime", "paseo-runtime-constants", - "polkadot-primitives 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-parachains 12.0.0", "pop-runtime-common", "pop-runtime-devnet", - "sp-authority-discovery 30.0.0", - "sp-consensus-aura 0.36.0", - "sp-consensus-babe 0.36.0", - "sp-consensus-beefy 17.0.0", - "sp-consensus-grandpa 17.0.0", + "sp-authority-discovery 31.0.0", + "sp-consensus-aura 0.37.0", + "sp-consensus-babe 0.37.0", + "sp-consensus-beefy 18.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", + "sp-runtime 36.0.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", "tracing-subscriber 0.3.18", ] @@ -5296,7 +5378,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cfdb12a2381ea5b2e68c3469ec604a007b367778cdb14d09612c8069ebd616ad" dependencies = [ "jsonrpsee-core", - "jsonrpsee-http-client", "jsonrpsee-proc-macros", "jsonrpsee-server", "jsonrpsee-types", @@ -5341,7 +5422,7 @@ dependencies = [ "jsonrpsee-types", "parking_lot 0.12.1", "pin-project", - "rand", + "rand 0.8.5", "rustc-hash", "serde", "serde_json", @@ -5351,26 +5432,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "jsonrpsee-http-client" -version = "0.22.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ccf93fc4a0bfe05d851d37d7c32b7f370fe94336b52a2f0efc5f1981895c2e5" -dependencies = [ - "async-trait", - "hyper", - "hyper-rustls", - "jsonrpsee-core", - "jsonrpsee-types", - "serde", - "serde_json", - "thiserror", - "tokio", - "tower", - "tracing", - "url", -] - [[package]] name = "jsonrpsee-proc-macros" version = "0.22.5" @@ -5618,7 +5679,7 @@ dependencies = [ "parking_lot 0.12.1", "pin-project", "quick-protobuf", - "rand", + "rand 0.8.5", "rw-stream-sink", "smallvec", "thiserror", @@ -5637,7 +5698,7 @@ dependencies = [ "log", "parking_lot 0.12.1", "smallvec", - "trust-dns-resolver", + "trust-dns-resolver 0.22.0", ] [[package]] @@ -5669,12 +5730,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "276bb57e7af15d8f100d3c11cbdd32c6752b7eef4ba7a18ecf464972c07abcce" dependencies = [ "bs58 0.4.0", - "ed25519-dalek", + "ed25519-dalek 2.1.1", "log", "multiaddr", "multihash 0.17.0", "quick-protobuf", - "rand", + "rand 0.8.5", "sha2 0.10.8", "thiserror", "zeroize", @@ -5699,7 +5760,7 @@ dependencies = [ "libp2p-swarm", "log", "quick-protobuf", - "rand", + "rand 0.8.5", "sha2 0.10.8", "smallvec", "thiserror", @@ -5721,11 +5782,11 @@ dependencies = [ "libp2p-identity", "libp2p-swarm", "log", - "rand", + "rand 0.8.5", "smallvec", "socket2 0.4.10", "tokio", - "trust-dns-proto", + "trust-dns-proto 0.22.0", "void", ] @@ -5757,7 +5818,7 @@ dependencies = [ "log", "once_cell", "quick-protobuf", - "rand", + "rand 0.8.5", "sha2 0.10.8", "snow", "static_assertions", @@ -5779,7 +5840,7 @@ dependencies = [ "libp2p-core", "libp2p-swarm", "log", - "rand", + "rand 0.8.5", "void", ] @@ -5799,7 +5860,7 @@ dependencies = [ "log", "parking_lot 0.12.1", "quinn-proto", - "rand", + "rand 0.8.5", "rustls 0.20.9", "thiserror", "tokio", @@ -5817,7 +5878,7 @@ dependencies = [ "libp2p-core", "libp2p-identity", "libp2p-swarm", - "rand", + "rand 0.8.5", "smallvec", ] @@ -5836,7 +5897,7 @@ dependencies = [ "libp2p-identity", "libp2p-swarm-derive", "log", - "rand", + "rand 0.8.5", "smallvec", "tokio", "void", @@ -5884,7 +5945,7 @@ dependencies = [ "rustls 0.20.9", "thiserror", "webpki", - "x509-parser", + "x509-parser 0.14.0", "yasna", ] @@ -5973,7 +6034,7 @@ dependencies = [ "libsecp256k1-core", "libsecp256k1-gen-ecmult", "libsecp256k1-gen-genmult", - "rand", + "rand 0.8.5", "serde", "sha2 0.9.9", "typenum", @@ -6082,6 +6143,61 @@ dependencies = [ "keystream", ] +[[package]] +name = "litep2p" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9b53e78902be9d0d77df70677242b7fc9815a33a168949b5480ee089e16535e7" +dependencies = [ + "async-trait", + "bs58 0.4.0", + "bytes", + "cid 0.10.1", + "ed25519-dalek 1.0.1", + "futures", + "futures-timer", + "hex-literal", + "indexmap 2.2.6", + "libc", + "mockall", + "multiaddr", + "multihash 0.17.0", + "network-interface", + "nohash-hasher", + "parking_lot 0.12.1", + "pin-project", + "prost 0.11.9", + "prost-build", + "quinn", + "rand 0.8.5", + "rcgen", + "ring 0.16.20", + "rustls 0.20.9", + "serde", + "sha2 0.10.8", + "simple-dns", + "smallvec", + "snow", + "socket2 0.5.6", + "static_assertions", + "str0m", + "thiserror", + "tokio", + "tokio-stream", + "tokio-tungstenite", + "tokio-util", + "tracing", + "trust-dns-resolver 0.23.2", + "uint", + "unsigned-varint", + "url", + "webpki", + "x25519-dalek 2.0.1", + "x509-parser 0.15.1", + "yasna", + "zeroize", +] + [[package]] name = "lock_api" version = "0.4.11" @@ -6208,12 +6324,6 @@ dependencies = [ "syn 2.0.55", ] -[[package]] -name = "maplit" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" - [[package]] name = "match_cfg" version = "0.1.0" @@ -6306,7 +6416,21 @@ dependencies = [ ] [[package]] -name = "merlin" +name = "merkleized-metadata" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f313fcff1d2a4bcaa2deeaa00bf7530d77d5f7bd0467a117dde2e29a75a7a17a" +dependencies = [ + "array-bytes 6.2.2", + "blake3", + "frame-metadata", + "parity-scale-codec", + "scale-decode", + "scale-info", +] + +[[package]] +name = "merlin" version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "58c38e2799fc0978b65dfff8023ec7843e2330bb462f19198840b34b6582397d" @@ -6324,7 +6448,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532" dependencies = [ "futures", - "rand", + "rand 0.8.5", "thrift", ] @@ -6371,7 +6495,7 @@ dependencies = [ "lioness", "log", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "rand_chacha 0.3.1", "rand_distr", "subtle 2.5.0", @@ -6381,38 +6505,38 @@ dependencies = [ [[package]] name = "mmr-gadget" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "463f3038aebf0766b75c231e293293dec7b85f2358120a2696470159008ddfd2" +checksum = "686cce3698548808445b0bbc8348a30cafc7d6fc6dbf8df0ef5027b08e4fe037" dependencies = [ "futures", "log", "parity-scale-codec", "sc-client-api", "sc-offchain", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-beefy 17.0.0", + "sp-consensus-beefy 18.0.0", "sp-core 32.0.0", - "sp-mmr-primitives 30.0.0", - "sp-runtime 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "mmr-rpc" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d17ec87c5d04009e7d7b149abb2aa8495e2893c5920ce4a83679c76e5d6320f7" +checksum = "70db3d6f4fdfd688a4f995f5eb3ee9764b766a01f4a4789fa5469a02d213ee12" dependencies = [ "jsonrpsee", "parity-scale-codec", "serde", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", - "sp-mmr-primitives 30.0.0", - "sp-runtime 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -6495,10 +6619,14 @@ version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cfd8a792c1694c6da4f68db0a9d707c72bd260994da179e6030a5dcee00bb815" dependencies = [ + "blake2b_simd", + "blake2s_simd", + "blake3", "core2", "digest 0.10.7", "multihash-derive 0.8.0", "sha2 0.10.8", + "sha3", "unsigned-varint", ] @@ -6624,7 +6752,7 @@ version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7bddcd3bf5144b6392de80e04c347cd7fab2508f6df16a85fc496ecd5cec39bc" dependencies = [ - "rand", + "rand 0.8.5", ] [[package]] @@ -6699,6 +6827,18 @@ dependencies = [ "tokio", ] +[[package]] +name = "network-interface" +version = "1.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4a43439bf756eed340bdf8feba761e2d50c7d47175d87545cd5cbe4a137c4d1" +dependencies = [ + "cc", + "libc", + "thiserror", + "winapi", +] + [[package]] name = "nix" version = "0.24.3" @@ -6767,6 +6907,16 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" +[[package]] +name = "nu-ansi-term" +version = "0.46.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" +dependencies = [ + "overload", + "winapi", +] + [[package]] name = "num-bigint" version = "0.4.4" @@ -6844,12 +6994,6 @@ dependencies = [ "libc", ] -[[package]] -name = "number_prefix" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" - [[package]] name = "object" version = "0.30.4" @@ -6898,12 +7042,60 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" +[[package]] +name = "openssl" +version = "0.10.66" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1" +dependencies = [ + "bitflags 2.5.0", + "cfg-if", + "foreign-types", + "libc", + "once_cell", + "openssl-macros", + "openssl-sys", +] + +[[package]] +name = "openssl-macros" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.55", +] + [[package]] name = "openssl-probe" version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" +[[package]] +name = "openssl-src" +version = "300.3.1+3.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7259953d42a81bf137fbbd73bd30a8e1914d6dce43c2b90ed575783a22608b91" +dependencies = [ + "cc", +] + +[[package]] +name = "openssl-sys" +version = "0.9.103" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6" +dependencies = [ + "cc", + "libc", + "openssl-src", + "pkg-config", + "vcpkg", +] + [[package]] name = "option-ext" version = "0.2.0" @@ -6952,6 +7144,12 @@ dependencies = [ "num-traits", ] +[[package]] +name = "overload" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" + [[package]] name = "pallet-asset-conversion" version = "11.0.0" @@ -6973,20 +7171,21 @@ dependencies = [ [[package]] name = "pallet-asset-conversion" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a66fbfb4b9a3a6430f5925a09257c61a048bf0dfbad26f814e0f0e517f43c06a" +checksum = "00878f866191e08a7f6a74a0378c1d4d759e356d5fc3e3dae51fa414b44fad93" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "log", "parity-scale-codec", "scale-info", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7024,17 +7223,17 @@ dependencies = [ [[package]] name = "pallet-asset-rate" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a63f90c10e0746fce0512e37e1a354fe8c48f32e4e20211e0c1ac9b0e4b3febb" +checksum = "a2908c5abe694fc6d1e9f1dbc9049910cf7086416e0c3214ff4734f02c055d82" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7059,20 +7258,20 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d27f76cc9151160c08fcee2e095b91048a2d1cb041b7c022a88f98ba220827b4" +checksum = "cbdecfbbcc55a4050a91bf2180b5b574fe3e20a925c1a836187041974c6f9248" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-transaction-payment 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-transaction-payment 33.0.0", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7095,18 +7294,18 @@ dependencies = [ [[package]] name = "pallet-assets" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eda0d9362dc1b75cead58f5e9a6004d305f81b2bf38c52e5454d1d868e2cc98f" +checksum = "14bb2544de653caa76f88156c53ccdea218737ae00ef37b949786bc4c13719f8" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7130,19 +7329,19 @@ dependencies = [ [[package]] name = "pallet-aura" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cb27318bf97e8116b1383c726427ab8d6d9dac4da99c8540a247518398c2a55" +checksum = "7d39e0cf359277a802199f4f78604ddb62f6616e6c625a3b958abec063b1a66f" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-timestamp 31.0.0", + "pallet-timestamp 32.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 34.0.0", - "sp-consensus-aura 0.36.0", - "sp-runtime 35.0.0", + "sp-application-crypto 35.0.0", + "sp-consensus-aura 0.37.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7165,18 +7364,18 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "303077e7ec8808fdd9df22a6eaf9d38932a9b7df07c29423935384cf43babb2f" +checksum = "35807c44d2caf67038ae3b3cd948a36014a63e75f96bab3754350deec7cf8e20" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-session 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-session 33.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 34.0.0", - "sp-authority-discovery 30.0.0", - "sp-runtime 35.0.0", + "sp-application-crypto 35.0.0", + "sp-authority-discovery 31.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7197,16 +7396,16 @@ dependencies = [ [[package]] name = "pallet-authorship" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3544ca79d7b1f3b9a0efe6b54038143962e8b05d57a3a4172cd11e7216c43d6" +checksum = "a9c6fadb06cb9f04998aebabf282e15a6bc35ac36de0c6fccb43a0efb38a755c" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7237,26 +7436,26 @@ dependencies = [ [[package]] name = "pallet-babe" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac02d082761843190fddfea58ce3a8cf042e92d2d78bb21426d2f960880a875c" +checksum = "d1e8bc4e03c6e92cfbac89e9b505ff43fae538915fc277f4597733775c49fa76" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-authorship 32.0.0", - "pallet-session 32.0.0", - "pallet-timestamp 31.0.0", + "pallet-authorship 33.0.0", + "pallet-session 33.0.0", + "pallet-timestamp 32.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 34.0.0", - "sp-consensus-babe 0.36.0", + "sp-application-crypto 35.0.0", + "sp-consensus-babe 0.37.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -7285,23 +7484,23 @@ dependencies = [ [[package]] name = "pallet-bags-list" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "664e6da2fe296a6597f2508f8754bfedaf06b5fc7bc657f7327b7d91896f84f7" +checksum = "235a798b0ef83ef012fe79ed01617d84882e682aa40b937ca22e23ee429ab2d7" dependencies = [ "aquamarine 0.5.0", "docify", - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-balances 33.0.0", + "pallet-balances 34.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-tracing 17.0.0", ] @@ -7325,18 +7524,18 @@ dependencies = [ [[package]] name = "pallet-balances" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b56b559fbf1b04e08f42b08c0cb133cf732b4b0cafd315a3a24ba1ae60669d7e" +checksum = "06c00a7041511735547ac443a14ecb2915976725dfbf1d3d9f64df20359e483e" dependencies = [ "docify", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7363,22 +7562,22 @@ dependencies = [ [[package]] name = "pallet-beefy" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b36b750d43f02589284a26ae4bcdaa9cd957abd12ffcedccf5de7f3ede20e14e" +checksum = "42a846fddc17ec4bb5901f446a1f474090de2778c215aea9ab209631c88cf879" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-authorship 32.0.0", - "pallet-session 32.0.0", + "pallet-authorship 33.0.0", + "pallet-session 33.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-beefy 17.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-consensus-beefy 18.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -7410,27 +7609,27 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a0ec062385375cee83f44985bf4d32c86e6ca4018e0a867b448a9a572896388" +checksum = "b59f46e15d62db39a20fb254324f5a33cf3c652ca6aa656ba6419ae5c8059336" dependencies = [ "array-bytes 6.2.2", "binary-merkle-tree 15.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-beefy 32.0.0", - "pallet-mmr 31.0.0", - "pallet-session 32.0.0", + "pallet-beefy 33.0.0", + "pallet-mmr 32.0.0", + "pallet-session 33.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-api 30.0.0", - "sp-consensus-beefy 17.0.0", + "sp-api 31.0.0", + "sp-consensus-beefy 18.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-std", ] @@ -7455,104 +7654,104 @@ dependencies = [ [[package]] name = "pallet-bounties" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe92916d8bb2f2ce84195ae5e6baec83c5a65bf685613d7cc207f0b8fd26ea43" +checksum = "56765a826bcdc19693fc327757108d79ac03e7545bc3561a2434bb0238679ee6" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-treasury 31.0.0", + "pallet-treasury 32.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-bridge-grandpa" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88e0f44b87681bafd9deec464b7f0d4f3c9b050b53ef1588eb5312d26ebc30a5" +checksum = "392088cb0e26f6bd3add91b7d1cf1df60166fdb60643a4b577951309621610e0" dependencies = [ - "bp-header-chain 0.11.0", - "bp-runtime 0.11.0", + "bp-header-chain 0.12.0", + "bp-runtime 0.12.0", "bp-test-utils", "finality-grandpa", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-consensus-grandpa 17.0.0", - "sp-runtime 35.0.0", + "sp-consensus-grandpa 18.0.0", + "sp-runtime 36.0.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] name = "pallet-bridge-messages" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9da377cff690ae52d872bdc6dd00ef7ebb3b2eb092ddacc2e26e9efb9f13631" +checksum = "112b595ff46a2831be1c22ffb3a9f5fd44b875489b8dde8bcd4509d75a77bb36" dependencies = [ - "bp-messages 0.11.0", - "bp-runtime 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-messages 0.12.0", + "bp-runtime 0.12.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "num-traits", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-bridge-parachains" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c9e9466750027c10df653ac91eaaffe042d1f94dca5f561b6ea9f54f389d496" +checksum = "bc8495da753089436f1e09e36ebb311182bc2c594decce628017f009c9af9a45" dependencies = [ - "bp-header-chain 0.11.0", + "bp-header-chain 0.12.0", "bp-parachains", - "bp-polkadot-core 0.11.0", - "bp-runtime 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-polkadot-core 0.12.0", + "bp-runtime 0.12.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "pallet-bridge-grandpa", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] name = "pallet-bridge-relayers" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9380cbce05df9451cb9b2149e1284090c0da3f3ab9615b8810b1cb0e2ab3aed5" +checksum = "28ff139bff796f25ba8c53f8e540b4943d04adeb17f2496de7a66f3a6fdfdf4a" dependencies = [ - "bp-messages 0.11.0", + "bp-messages 0.12.0", "bp-relayers", - "bp-runtime 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-runtime 0.12.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "pallet-bridge-messages", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7577,19 +7776,21 @@ dependencies = [ [[package]] name = "pallet-broker" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0d73ed3f977ca5874e32936f7605e83e96f7eb0cb7fca46b9a3f5a8df1933d5" +checksum = "58e06a681df643f0bf7225c09b4d33ceaaebfe6ebfb13d0ea686f11d20901e9b" dependencies = [ "bitvec", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "log", "parity-scale-codec", "scale-info", + "sp-api 31.0.0", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7615,21 +7816,21 @@ dependencies = [ [[package]] name = "pallet-child-bounties" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5612487abb09a9e5b6f3a694639fd0826a8b3bae1335047899f032f292f7f410" +checksum = "813290bcfde2e10ad4a37763642e22186e28cf7d675cbf525f2276151444008c" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-bounties 31.0.0", - "pallet-treasury 31.0.0", + "pallet-bounties 32.0.0", + "pallet-treasury 32.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7647,7 +7848,7 @@ dependencies = [ "pallet-balances 29.0.2", "pallet-session 29.0.0", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", "sp-runtime 32.0.0", "sp-staking 27.0.0", @@ -7656,73 +7857,73 @@ dependencies = [ [[package]] name = "pallet-collator-selection" -version = "13.0.1" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e0724831b2b1775542055c80918e78478953ee8d6777962a947404f22001c75" +checksum = "7b8c0293db4d8d6632330e8ea1d8ad83711c144fe8b03a14ae15fe1678c7291b" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-authorship 32.0.0", - "pallet-balances 33.0.0", - "pallet-session 32.0.0", + "pallet-authorship 33.0.0", + "pallet-balances 34.0.0", + "pallet-session 33.0.0", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] [[package]] name = "pallet-collective" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f84d7ad169667bcf184da694db6322bd9a68d9d0bb05b2727005cfadd2b8a17" +checksum = "c2f5bea608ae6d9e8e12cd1e57d4781ccccf62a87e498bb6318ffe2243815ab4" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-contracts" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ae7354ec341dbdd1df77fd0a55708fa49a164901db89920fdca4132f3991ee1" +checksum = "8117764e8436e9ad3f134c313a65b0dad95f1353349ddd9a78a6b527dbbeb320" dependencies = [ "bitflags 1.3.2", "environmental", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "log", - "pallet-balances 33.0.0", + "pallet-balances 34.0.0", "pallet-contracts-proc-macro", "pallet-contracts-uapi", "parity-scale-codec", "paste", - "rand", + "rand 0.8.5", "rand_pcg", "scale-info", "serde", "smallvec", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", "wasm-instrument", "wasmi", ] @@ -7740,9 +7941,9 @@ dependencies = [ [[package]] name = "pallet-contracts-uapi" -version = "9.0.0" +version = "10.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d7a51646d9ff1d91abd0186d2c074f0dfd3b1a2d55f08a229a2f2e4bc6d1e49" +checksum = "c611f7343efdff673fec3090ab4ed5c32c63f9756f25f666fb453ef33b26bafb" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -7771,38 +7972,38 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43080685819927c77fb38dda17e593eab2478406d674dd8c69200129cf613e77" +checksum = "f0b8fc61dec0ae9760f00fb84a621e383ebb0bd1d2f6a4777bc55977624da5d1" dependencies = [ "assert_matches", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-democracy" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83740afbabdabd41a9af23e1085db431b7d0aa10e542f6e1862aa14ff76eeec9" +checksum = "fcb285cd2c58b49219c9980b9c30d4c241920c5a55ae5df44c6e3649dd5057fd" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7819,7 +8020,7 @@ dependencies = [ "log", "pallet-election-provider-support-benchmarking 28.0.0", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", "sp-arithmetic 24.0.0", "sp-core 29.0.0", @@ -7832,24 +8033,24 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd4127300982c54fb31630a3a002daeb060556c0d0ca17031975fe25d613f432" +checksum = "45d7050267a6ce48b2d5530ea5c3b939c8f8a70e42b26db96cb1e859a3dd40c9" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-election-provider-support-benchmarking 31.0.0", + "pallet-election-provider-support-benchmarking 32.0.0", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-npos-elections 30.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-npos-elections 31.0.0", + "sp-runtime 36.0.0", "sp-std", "strum 0.26.3", ] @@ -7871,36 +8072,36 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d47f77fc73b1caf6317515e884a1451786c8b71fddd910b753a73da7ee4fe84" +checksum = "3cea3c30507dd5bc3ca2657a2b729dbb9c77f0ae7103778e148d4667d1f0dfe6" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", - "sp-npos-elections 30.0.0", - "sp-runtime 35.0.0", + "sp-npos-elections 31.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-elections-phragmen" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08fe6701c248d87e489e998230180b112e639db09c0a50cf6e44cf399bc1028f" +checksum = "e4482e691c61ea7d68d09a0d3221a2223b36118874c1923a3733a0ff1a9d4a65" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-npos-elections 30.0.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-io 35.0.0", + "sp-npos-elections 31.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -7926,21 +8127,21 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df2f9df9cbcba5c986e8abb00dc6184cacebcd96064f706bbd47c870255fa4f1" +checksum = "3413d41515d5679fa680f96ceac185ede18ac22002837216c9fab863d4a367b7" dependencies = [ "docify", - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -7970,25 +8171,25 @@ dependencies = [ [[package]] name = "pallet-grandpa" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6beb51686baee78fc838861b825c1b8f1b66a7633dc502dc70da491aed82dcbb" +checksum = "63024f2e3aee907a345db4993982b0a853cc330e487d0b7aa2b63bf956bb2a04" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-authorship 32.0.0", - "pallet-session 32.0.0", + "pallet-authorship 33.0.0", + "pallet-session 33.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 34.0.0", - "sp-consensus-grandpa 17.0.0", + "sp-application-crypto 35.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -8012,19 +8213,19 @@ dependencies = [ [[package]] name = "pallet-identity" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c5e41c45a18b5e71b05fd5789b210ce79dbddd454e9bc783dd188790be99d91" +checksum = "4b59201c3a7fad2acc3623e0e933359588e86ba6445ec4e2ced9a56cbc150658" dependencies = [ "enumflags2", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8051,22 +8252,22 @@ dependencies = [ [[package]] name = "pallet-im-online" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c771c379dfa58623a6d88d021c7cebe1f9f4f4537155917f7a9c03b5b36c3ec" +checksum = "859266edee477b8d7c8f07bbe48956f2d0093b7a7466b473df66e6de4dd59445" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-authorship 32.0.0", + "pallet-authorship 33.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -8090,37 +8291,37 @@ dependencies = [ [[package]] name = "pallet-indices" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b75dd0463b1ac775e8d154879e174e06fb8745b0896b8d9a3bd99d57135e914" +checksum = "81babd3f9b3af66f27f7af6dfdea1943d16598630c5f4eda34ec56bdb7185dbd" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-keyring 35.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-keyring 36.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-membership" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6d889d1ab1f8c78dddbe5aa107ae0004f066a79384af010e58539a71c84cbe1" +checksum = "6d72c43d36e246e388b911ce85176962eeaf7893acb472fe1c4377c7007f886d" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8147,21 +8348,21 @@ dependencies = [ [[package]] name = "pallet-message-queue" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bd58fa73c9e498414c9e6757f5ff1dbb81b9c7439231018c19aca99c35fd35b" +checksum = "55cf3baf644a42f0520f030e91e24c72e3d6691f7abc347345219b2e744fc835" dependencies = [ "environmental", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-weights 31.0.0", ] @@ -8187,20 +8388,20 @@ dependencies = [ [[package]] name = "pallet-mmr" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfe22ce913c1862862a7ce3180b1a52b544a04a629b92c6dff43c3975ee89d39" +checksum = "02f6cdaa2b8423f910e260b93065b8c63c7ebbc21c288419bc7a9aa0ed7a14fa" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-mmr-primitives 30.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8223,36 +8424,36 @@ dependencies = [ [[package]] name = "pallet-multisig" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57b3d75a9319f7bcb58920ecc087aa246cc4cac0bcf5c9f29bb44260315961db" +checksum = "4957a1571ca0a761520942623d7d1ff71f2831edfc2f2fc43ad454682e50ad95" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-nft-fractionalization" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "677e05e538410a056620e737a4b9c9073a2636fcaab99609a57d0c706af4b186" +checksum = "3725969acea961bbd0fe469d3de423897b48d177dfb1251138e44a23056f8f90" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-assets 33.0.0", - "pallet-nfts 26.0.0", + "pallet-assets 34.0.0", + "pallet-nfts 27.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8277,20 +8478,20 @@ dependencies = [ [[package]] name = "pallet-nfts" -version = "26.0.0" +version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "190767bc88a1a23f51fccc445a271639fd5a88f1811291d801221e5b9b5b48cc" +checksum = "24460dcc55227dd89c8e1336a9d9bffed6dcfc8d11207922a02705d5a7bc6d15" dependencies = [ "enumflags2", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8308,30 +8509,30 @@ dependencies = [ [[package]] name = "pallet-nfts-runtime-api" -version = "18.0.0" +version = "19.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b086ef37b5a2ab6d9c67929bd26480dfc128023039f238f6bc2b25a7348c1232" +checksum = "f9ebe8124be6f8e4821cb53cd90d3b40c25bd6cb3bc9ca00fe7351f3c02755f9" dependencies = [ - "pallet-nfts 26.0.0", + "pallet-nfts 27.0.0", "parity-scale-codec", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-std", ] [[package]] name = "pallet-nis" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f73f50b2cfeb31dad13e3bd628245bf9f2d8edc98ba3c7591c2f3303304a185" +checksum = "c9317c665f1692637b3ede02fef4153ae3c4a4fb4b196bbea07a6a011546ab74" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8357,20 +8558,20 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e763dbe561c25187466eabb92d6193ad6098fb656a0dc807ebefbb237f903171" +checksum = "c1edc38d7ba687163bdf2562b1fd8d440d63648c193b6c9e899ea12a607747ed" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-balances 33.0.0", + "pallet-balances 34.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", "sp-tracing 17.0.0", ] @@ -8398,22 +8599,22 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a563a0a45f55c747819f1220adc27e492c5c7040e3a4f597d6e0e959f9742aa1" +checksum = "ebd63c332aa3c111d10268c29aa439180d4b94c8adecbf526f0a04aeea46bea1" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-bags-list 31.0.0", - "pallet-nomination-pools 29.0.0", - "pallet-staking 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-bags-list 32.0.0", + "pallet-nomination-pools 30.0.0", + "pallet-staking 33.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-runtime-interface 27.0.0", - "sp-staking 30.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -8431,13 +8632,13 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" -version = "27.0.0" +version = "28.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ce49d48a75a006539583808e526d303a09afd8621d3351ad52f8a4ca62fe8a8" +checksum = "e3980bcda50ec619f93dbb8b73f824413ee5dccabe3511fca4454c49857c1483" dependencies = [ - "pallet-nomination-pools 29.0.0", + "pallet-nomination-pools 30.0.0", "parity-scale-codec", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-std", ] @@ -8461,19 +8662,19 @@ dependencies = [ [[package]] name = "pallet-offences" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "621a7fe9a24a3f69cbb14b06c94894b81ad0aa549dbfff178c9236876cf5a892" +checksum = "0d02ba6a9a9c27685404f979534ab254f0cda028857ebdb19f7cb9aa0f52bc6b" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-balances 33.0.0", + "pallet-balances 34.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -8504,26 +8705,45 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca2c55d655bb56fb48c12fa98f1b6ea292ff58a0cf791cc7c180bb77ea73ac83" +checksum = "de8b5190c4421f6550504bd1753f82492c28cda5b1ccb6c2759494cdfa431207" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-babe 32.0.0", - "pallet-balances 33.0.0", - "pallet-grandpa 32.0.0", - "pallet-im-online 31.0.0", - "pallet-offences 31.0.0", - "pallet-session 32.0.0", - "pallet-staking 32.0.0", + "pallet-babe 33.0.0", + "pallet-balances 34.0.0", + "pallet-grandpa 33.0.0", + "pallet-im-online 32.0.0", + "pallet-offences 32.0.0", + "pallet-session 33.0.0", + "pallet-staking 33.0.0", + "parity-scale-codec", + "scale-info", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", + "sp-std", +] + +[[package]] +name = "pallet-parameters" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2d8bc500ff1d3292950a7d1b50b0e26f7cd9f886cd4a577883267d36a1da1361" +dependencies = [ + "docify", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", + "paste", "scale-info", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "serde", + "sp-core 32.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8547,19 +8767,19 @@ dependencies = [ [[package]] name = "pallet-preimage" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c28de923b335df5fc38c9e0b565230120184f5e195624a386cd9bec90fda4b55" +checksum = "a20718f6531ad2adf84ed0b1f845f29e29987b7fd1ccb738134c60e77177f1d0" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8581,53 +8801,53 @@ dependencies = [ [[package]] name = "pallet-proxy" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "936d02c265142821c0144336d6724ec1fc56ddf333837f5ab502798fab5a447e" +checksum = "a73160cf5aa5ebf1f07eb1134328b272ab16070028c8c1ee9f800ffa3a5c03db" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-ranked-collective" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a6a4587dc3f5438631db3c2ec019f31723c4a7949cf63945f111b6c509d0a97" +checksum = "082ef6517f3901106bc642a7bb35b9c8345cbe55c5c60dbf6b09081b2e3c5695" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-recovery" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc2320f4d3b35c47180c80a6ea560d25e491d5812486c8691bdd297b5425f11b" +checksum = "06afe44a0484ad3c8b943c555fe4d7ccc9da3b3cd1093ddb6a8984bae6f130f4" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8653,37 +8873,37 @@ dependencies = [ [[package]] name = "pallet-referenda" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbf5abb788c5e8e7960820288caa043f5d037a63248453d493e617a2445790a4" +checksum = "6b6c4f5bc65be570a065907239d3215036d3e29edbd0ea5c6cd01246e2ba3959" dependencies = [ "assert_matches", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "serde", "sp-arithmetic 26.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-root-testing" -version = "8.0.0" +version = "9.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd630721c9f07bdf90e4cade8f825d1842af9f68f470de186087a3d1f0090970" +checksum = "2e4b63ec79ab485d54cf79fd5ef574bb7f8f4e094e4a7d11b012a820d4324b62" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8708,19 +8928,19 @@ dependencies = [ [[package]] name = "pallet-scheduler" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87fac215d9cf301396720219c4d04e4fe7fcf44d14d4be71f9c3ae3df3cead74" +checksum = "7570e307118a4663dd3a1d1c949f84a169ef932666e69f7fcf4357781c8c1a4e" dependencies = [ "docify", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-weights 31.0.0", ] @@ -8750,25 +8970,25 @@ dependencies = [ [[package]] name = "pallet-session" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "061827f23d4a702a2e159ff84286a0a89488615c31ad05a9af7cc93a57e2b441" +checksum = "925f793adb1d53c05233ffd2644ca37890d56c9716475108b975969a445d10b3" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "log", - "pallet-timestamp 31.0.0", + "pallet-timestamp 32.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", - "sp-state-machine 0.39.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", + "sp-state-machine 0.40.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] @@ -8783,7 +9003,7 @@ dependencies = [ "pallet-session 29.0.0", "pallet-staking 29.0.3", "parity-scale-codec", - "rand", + "rand 0.8.5", "sp-runtime 32.0.0", "sp-session 28.0.0", "sp-std", @@ -8791,38 +9011,38 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "817dd673f7d0b965639d27def260f7ff7a1535f2c5016a611445a8e4dedcf5cd" +checksum = "ca61297e13c15fef1e4d3b7f2884e70c772be3a9448977ba23954e2c4bcea4bd" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-session 32.0.0", - "pallet-staking 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-session 33.0.0", + "pallet-staking 33.0.0", "parity-scale-codec", - "rand", - "sp-runtime 35.0.0", - "sp-session 31.0.0", + "rand 0.8.5", + "sp-runtime 36.0.0", + "sp-session 32.0.0", "sp-std", ] [[package]] name = "pallet-society" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a89d24f9a15ae30d56fb9de190200d43735f4c055dcbe1c1259d3d4219da42a" +checksum = "8584534df25227dd43d80803ea1978af55bf70aad5aa57c83dc3de883b1f1c73" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "rand_chacha 0.2.2", "scale-info", "sp-arithmetic 26.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8852,25 +9072,25 @@ dependencies = [ [[package]] name = "pallet-staking" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b8ab61dc6b74c79ad396732c1850dafa89109b749b2b651a1d4f20f45f596a3" +checksum = "f68e48f3d79e0cbb9462eacc0c85c80003924124a893465047f159278338036d" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-authorship 32.0.0", - "pallet-session 32.0.0", + "pallet-authorship 33.0.0", + "pallet-session 33.0.0", "parity-scale-codec", "rand_chacha 0.2.2", "scale-info", "serde", - "sp-application-crypto 34.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-application-crypto 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -8919,13 +9139,13 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" -version = "18.0.0" +version = "19.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b8792b235b42d70e177301cd7e2e2b1afc828f1a6ddfa0639c481cd0c125078" +checksum = "c431ab74db8258b39fe829fb7345d38064ef7fb1ce2014b074f586303d7dee67" dependencies = [ "parity-scale-codec", - "sp-api 30.0.0", - "sp-staking 30.0.0", + "sp-api 31.0.0", + "sp-staking 31.0.0", ] [[package]] @@ -8948,19 +9168,19 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd3e2b1355eb2e08c2de3b14b175decf8ed49bf50de6cc44f97279257c325694" +checksum = "9db0ce6ccf9e1d2fe2d0b26cecce995e4b095b31bbf9f0492024fbfd4924961a" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8983,18 +9203,18 @@ dependencies = [ [[package]] name = "pallet-sudo" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abdecbca3760e93bb757313495ca7d2437e6141e728a2d266a85884c43d74c0e" +checksum = "10ee43e8bb38a50a234ef49198413483562e229ca20d8e9d9f78b756244f6d7c" dependencies = [ "docify", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -9021,42 +9241,42 @@ dependencies = [ [[package]] name = "pallet-timestamp" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "196720afcbee2f2fd1acfed5a667cffb3914d1311b36adb4d1a3a67d7010e2a5" +checksum = "5982a7cc371e2b9be504465bb6e47bc27dba0b98ee9794d7fc797c24244fb6d9" dependencies = [ "docify", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-storage 21.0.0", - "sp-timestamp 30.0.0", + "sp-timestamp 31.0.0", ] [[package]] name = "pallet-tips" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e3c596b6fb68e70f890436d212af74d19154be438ae0255e5ddeea10e5ec91a" +checksum = "84e0d02dcd034cb57cb25f1301c6e6c43b8191b96b049e7d013564aaf5d3c6af" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-treasury 31.0.0", + "pallet-treasury 32.0.0", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -9079,35 +9299,35 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dedf412abd258989da4a26946f7e480c4335ffc837baef4ef21ba91cd56ba8ee" +checksum = "aad5b92a96c4e38c7917477a1e5f2916c64f667f2734b2bf790ce552ceada82c" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-transaction-payment-rpc" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95122a5483521f5186a008326514e5a579931cc1d36980bbca5bb2b566ca334f" +checksum = "46ba896951ef39011e27d0a91b565520636f926f01b1c912a411146af079ef5e" dependencies = [ "jsonrpsee", - "pallet-transaction-payment-rpc-runtime-api 32.0.0", + "pallet-transaction-payment-rpc-runtime-api 33.0.0", "parity-scale-codec", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-rpc", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-weights 31.0.0", ] @@ -9126,14 +9346,14 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37d4686402973e542eb83da077b46641643834220fbae74a98bcffa762d99e91" +checksum = "f274055d2c61888689889d6e9b9266b163e1ed298967b55bf961db26b11a60fe" dependencies = [ - "pallet-transaction-payment 32.0.0", + "pallet-transaction-payment 33.0.0", "parity-scale-codec", - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", "sp-weights 31.0.0", ] @@ -9159,21 +9379,21 @@ dependencies = [ [[package]] name = "pallet-treasury" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac957446c936a57417ff7a4866f3463f7f2f49d9bb2daed81093c2de8f0cceaf" +checksum = "23a11166748c80a432c52d5cc99c2b0e1d2b88592e0ad71eec7cb9f360e375c7" dependencies = [ "docify", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", - "pallet-balances 33.0.0", + "pallet-balances 34.0.0", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -9212,18 +9432,18 @@ dependencies = [ [[package]] name = "pallet-utility" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d770b7c961afe12adc5a727a5d02b44ef09ce38d1dd5923793b3e52e5afde3c" +checksum = "eb1c70a4abf287304214b16d9eb88f13c991bd696f9e5318fc68e74df9802037" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -9245,17 +9465,17 @@ dependencies = [ [[package]] name = "pallet-vesting" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24ce37af22cc31883dfdafa334c4e1f7cea8f2d4fb964f3aa88d77d5eea7ba94" +checksum = "d9a5b229675f299af7aa40749c579570dce4ab19739779a45f5a87da118af8ef" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -9277,17 +9497,17 @@ dependencies = [ [[package]] name = "pallet-whitelist" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28f118e773504b4160eb199d5504d3351d360e9ba64197d72384ee0c5ce1c0e1" +checksum = "249172db9f2b014a6e9d4b5c6d663bcbcb0055c1c2c7564e7bd0488ecb1f15b8" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -9317,26 +9537,26 @@ dependencies = [ [[package]] name = "pallet-xcm" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "649a096b0c178cb81b0e11fac4d2c67eda7cdae949d2a4c7ef693d2b39d677c6" +checksum = "db9e654cf90682370fe20a04904cb02df993c3b0dcfad861abcf2811f4fa6085" dependencies = [ "bounded-collections 0.2.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-balances 33.0.0", + "pallet-balances 34.0.0", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", "xcm-fee-payment-runtime-api", ] @@ -9362,22 +9582,22 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14af05792aec4a80c211f029ddc370cc3b0d2153f8adbbb0982d637768837bf0" +checksum = "60b7038af027fcce5ba3d2f99b941fb997a5556f1fa0b8a7e7e23a448be1bb85" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", ] [[package]] @@ -9402,22 +9622,22 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub-router" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e3e699ac017c1ea645c97e6a42d4c193f69282ca37c4197fc2a1cc9e69c2dc6" +checksum = "565b202d9d561583575abfc6b71504575ea61d33d73a6f867f446e1ef5301a4f" dependencies = [ - "bp-xcm-bridge-hub-router 0.10.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-xcm-bridge-hub-router 0.11.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", ] [[package]] @@ -9454,66 +9674,66 @@ dependencies = [ [[package]] name = "parachains-common" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "375e035fedfe5e0a6b4de6d29c56f8ed5ca64f421a883e7e5bcdc37a76a7c715" +checksum = "43acd23527a3471b1c596b809591edf78d6113bba172fff4a96412d560dfea59" dependencies = [ - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-utility 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-utility 0.12.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-asset-tx-payment 32.0.0", - "pallet-assets 33.0.0", - "pallet-authorship 32.0.0", - "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", - "pallet-message-queue 35.0.0", - "pallet-xcm 11.0.0", + "pallet-asset-tx-payment 33.0.0", + "pallet-assets 34.0.0", + "pallet-authorship 33.0.0", + "pallet-balances 34.0.0", + "pallet-collator-selection 14.0.0", + "pallet-message-queue 36.0.0", + "pallet-xcm 12.0.0", "parity-scale-codec", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "scale-info", - "sp-consensus-aura 0.36.0", + "sp-consensus-aura 0.37.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-parachain-info 0.11.0", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", - "substrate-wasm-builder 21.0.0", + "staging-parachain-info 0.12.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", + "substrate-wasm-builder 22.0.1", ] [[package]] name = "parachains-runtimes-test-utils" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "562cc3f9874133635992672539509c087126ada17ab738853b93b6fd76033a02" +checksum = "4fe331b2126f0c794e382b719b3edaf02048acc92c1c2fde5c32a22fdaea5370" dependencies = [ - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-pallet-parachain-system 0.12.0", + "cumulus-pallet-xcmp-queue 0.12.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-parachain-inherent 0.12.0", "cumulus-test-relay-sproof-builder", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", - "pallet-session 32.0.0", - "pallet-timestamp 31.0.0", - "pallet-xcm 11.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "sp-consensus-aura 0.36.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-balances 34.0.0", + "pallet-collator-selection 14.0.0", + "pallet-session 33.0.0", + "pallet-timestamp 32.0.0", + "pallet-xcm 12.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 11.0.0", + "sp-consensus-aura 0.37.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-tracing 17.0.0", - "staging-parachain-info 0.11.0", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", - "substrate-wasm-builder 21.0.0", + "staging-parachain-info 0.12.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", + "substrate-wasm-builder 22.0.1", ] [[package]] @@ -9523,7 +9743,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4e69bf016dc406eff7d53a7d3f7cf1c2e72c82b9088aac1118591e36dd2cd3e9" dependencies = [ "bitcoin_hashes 0.13.0", - "rand", + "rand 0.8.5", "rand_core 0.6.4", "serde", "unicode-normalization", @@ -9550,7 +9770,7 @@ dependencies = [ "lz4", "memmap2 0.5.10", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "siphasher", "snap", "winapi", @@ -9693,7 +9913,7 @@ dependencies = [ "frame-benchmarking 29.0.0", "frame-election-provider-support 29.0.0", "frame-executive 29.0.0", - "frame-metadata-hash-extension", + "frame-metadata-hash-extension 0.1.0", "frame-support 29.0.2", "frame-system 29.0.0", "frame-system-benchmarking 29.0.0", @@ -9979,9 +10199,9 @@ checksum = "626dec3cac7cc0e1577a2ec3fc496277ec2baa084bebad95bb6fdbfae235f84c" [[package]] name = "polkadot-approval-distribution" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9022a11f7a24b293242c08357ab90ca725b9a9153489fae32425ff8d43401dee" +checksum = "3910a07cda88fd7e19c053f2fdfdb3296c8d55c033a71a642e531faa6029b9d2" dependencies = [ "bitvec", "futures", @@ -9993,16 +10213,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "tracing-gum", ] [[package]] name = "polkadot-availability-bitfield-distribution" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "630bd08d1b8eeaab90585e50da11114827dbbd0fdf1e6e2a417a57dde01b40d8" +checksum = "1af6a6893b41ec4eae652ca62537694c9fac71f261bec4e8e26ab6ffc21faf78" dependencies = [ "always-assert", "futures", @@ -10010,16 +10230,16 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "tracing-gum", ] [[package]] name = "polkadot-availability-distribution" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74aab8badb2e230830978ea27a34749ec6d0a096ff5c12fb08935f85e7881283" +checksum = "f67b7867d8ddc0fe39a462dd6fafaf545be013e0a1c404cbd9a8de802ce6df82" dependencies = [ "derive_more", "fatality", @@ -10030,8 +10250,8 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "schnellru", "sp-core 32.0.0", "sp-keystore 0.38.0", @@ -10041,9 +10261,9 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1366718a28780768e5f2bd00c28445b0d37be21829b071a8b763534411978d81" +checksum = "e2547ed0976533c8ed1247187dde1663fdbe5ab366efaae80085bb4b8b410e21" dependencies = [ "async-trait", "fatality", @@ -10054,8 +10274,8 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "sc-network", "schnellru", "thiserror", @@ -10065,9 +10285,9 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6cbe8ee58650efc6a414c940e0bc09462926cfa806ace62207297f6a78c65a7" +checksum = "ce323170edf8a3bb2cb6c2499642e44b8d0dccd60b3b20f9e2b9d776d53302e9" dependencies = [ "cfg-if", "clap", @@ -10084,20 +10304,19 @@ dependencies = [ "sc-sysinfo", "sc-tracing", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-keyring 35.0.0", + "sp-io 35.0.0", + "sp-keyring 36.0.0", "sp-maybe-compressed-blob", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-build-script-utils", "thiserror", - "try-runtime-cli", ] [[package]] name = "polkadot-collator-protocol" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdade551b33b767772d5bca1e19e4b8ea3dadb0154401dac2e578d9f73889d55" +checksum = "87729af58fda6bccdcf0258d6657ed9150a7f1fc31b3f22fa22dbdd57e1f4f59" dependencies = [ "bitvec", "fatality", @@ -10107,10 +10326,10 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", "tokio-util", "tracing-gum", @@ -10131,22 +10350,22 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9792d6e3323b0bd7372a489bd3dd52afb09436919d073d45302f8e55f48ea4fd" +checksum = "ef3c192d31bad69f561437549b3619a6cf02eae51d7f331efef7cfc6a56d61c2" dependencies = [ "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "polkadot-dispute-distribution" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62c223fda0baf1414d963922e555001b32f6c13308b8b47081fa75959933cf2c" +checksum = "a67943660c3f3b0ee6f05b42c0efbf1db282f5da18552a44769d3578209c5eba" dependencies = [ "derive_more", "fatality", @@ -10159,10 +10378,10 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-network", "schnellru", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-keystore 0.38.0", "thiserror", "tracing-gum", @@ -10170,36 +10389,36 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf840ff7a6337715e20e1afd76fd20dae11ebb049d89855ee2bf47b36b0e6249" +checksum = "ec005dad44aeca9a315e182039a7c28d08fb57822073685dd1a0bb7827993fcb" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "reed-solomon-novelpoly", "sp-core 32.0.0", - "sp-trie 33.0.0", + "sp-trie 34.0.0", "thiserror", ] [[package]] name = "polkadot-gossip-support" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "477f94e8c3eedd6cfcfdfe50a33d610d38dfec4668ff7f3baef8814ffb7da85e" +checksum = "85eb9555f3801a69e01c9559327b65e9b8e2532f45d739648e398bba52fbe50f" dependencies = [ "futures", "futures-timer", "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "rand_chacha 0.3.1", "sc-network", "sc-network-common", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-keystore 0.38.0", @@ -10208,9 +10427,9 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bada301d390179f38d18f10435412c81f35fc8f6e357ed84516ca0018f8c6e21" +checksum = "c5be1ffa029e0c3eddb50041a13c9ff3d66554effb63aaf78c61c2b10baf9b1c" dependencies = [ "always-assert", "async-trait", @@ -10223,7 +10442,7 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-network", "sp-consensus", "thiserror", @@ -10232,9 +10451,9 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b81555b3a87382c8a7c5660b0b8a09dfd2573615086e7351ef95475a17e76b2d" +checksum = "6efbc62e46127f70a0502dfe5c3f058166425e62c67227028f87a4fb908ba06e" dependencies = [ "futures", "parity-scale-codec", @@ -10242,7 +10461,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-core 32.0.0", "sp-maybe-compressed-blob", "thiserror", @@ -10251,9 +10470,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05e3f49e8102d9a0b20f6f96199040ea253708b34bd30e679481228ebf76ab23" +checksum = "15fc22bda776143d65bece22258364fa84d813164b742bc228877fa8871a1329" dependencies = [ "bitvec", "derive_more", @@ -10268,26 +10487,26 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "rand_chacha 0.3.1", "rand_core 0.6.4", "sc-keystore", "schnellru", "schnorrkel 0.11.4", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-consensus", - "sp-consensus-slots 0.36.0", - "sp-runtime 35.0.0", + "sp-consensus-slots 0.37.0", + "sp-runtime 36.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-av-store" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb6fe8e8eaf3e368e93a24309d812bc1e5f91fe865a80c1c7cd182fe217c50a7" +checksum = "52df6f52e1e4a87b52c98b191cf37f14bf0c85fb73c792a10d86d4c9884170ed" dependencies = [ "bitvec", "futures", @@ -10300,7 +10519,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-consensus", "thiserror", "tracing-gum", @@ -10308,9 +10527,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b5417cf48b5948ed665f847240135f1fa5415cc5d3e9013cc3140a632cbf156" +checksum = "8785e8abeef80825f48f581b34386ec92e4d4edb78256836a5723f7c2a33003d" dependencies = [ "bitvec", "fatality", @@ -10319,7 +10538,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "polkadot-statement-table", "schnellru", "sp-keystore 0.38.0", @@ -10329,14 +10548,14 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2365e3ddb8073f54e81b222e51a364cd3e38b7371bcd042017b73db2d523028" +checksum = "d5855878573327e0975457dfea64b94081254ccd27ed32db19e2c3e9c11da832" dependencies = [ "futures", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-keystore 0.38.0", "thiserror", "tracing-gum", @@ -10345,9 +10564,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "867b7c560556d063b4b93d0cec3a5f6932735311b5d66666105705b87fc36a9c" +checksum = "87bef20a6df020d75b2750ac2b7926e17305588508f2ecafcf486f104145b337" dependencies = [ "async-trait", "futures", @@ -10359,17 +10578,17 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-maybe-compressed-blob", "tracing-gum", ] [[package]] name = "polkadot-node-core-chain-api" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2ffcc24bbbc2a2523c599022b106f0b48213bf80ef75f490fe02ec79ab972e4" +checksum = "e7f0c8062fd9dcae3ca07ef32881e796979d7171187de3cecddc128bb03740fd" dependencies = [ "futures", "polkadot-node-metrics", @@ -10382,9 +10601,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9971f3ef6226f6f12bede58e009aae16fc6fc636159ec1dc7f1add2bad87638" +checksum = "77d6f7ea52ddafcc80371a6e619e7c2247f1e2373b97180397ff832bd5a49d89" dependencies = [ "futures", "futures-timer", @@ -10393,16 +10612,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-dispute-coordinator" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3d839dc81ec2f6593fb33bfc4d0e469c56ee0953fd129cc10fe224f7f2ff0bd" +checksum = "aeb9022aa49a3cfaf5c452dcfb41f13511599409e569be527b229c3a94311b1f" dependencies = [ "fatality", "futures", @@ -10411,7 +10630,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-keystore", "schnellru", "thiserror", @@ -10420,27 +10639,27 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d3f8faa7a013b08ebdf4e018b8f7daccfc2b13fdac154d361ceb5be9992647b" +checksum = "651b0dcf8d948b80c1980ccd973a7e3d666f30c74762a4f2b3b2312754936337" dependencies = [ "async-trait", "futures", "futures-timer", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-blockchain", - "sp-inherents 30.0.0", + "sp-inherents 31.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-prospective-parachains" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5995f6998c35e9bbb8ab784714fcab7c9ddc6f0125cbd99a7175674a3f99f187" +checksum = "e908f038f83eb28bf1ed586bb3bafb59907d1aebe0ae5ebdb4892a88eee1982b" dependencies = [ "bitvec", "fatality", @@ -10449,16 +10668,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-provisioner" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ccd98d226f1a650827183e6807466d0569691dd4a8434a3974eea041c73a677" +checksum = "0dd8237ae0bba201d668f24aa574ffdebcc4af6ed265aa924b2ff99680a04eb7" dependencies = [ "bitvec", "fatality", @@ -10467,7 +10686,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "schnellru", "thiserror", "tracing-gum", @@ -10475,9 +10694,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db5f945f8f26982b46c5cb1ed9c37f29d7e851bd06dae97b2b04e6d46dd4b77" +checksum = "5987cd5501271b74a95664ee7f5ad1bd8e96c95b8c8bb7ca843b264ef5b086b5" dependencies = [ "always-assert", "array-bytes 6.2.2", @@ -10485,22 +10704,18 @@ dependencies = [ "cfg-if", "futures", "futures-timer", - "is_executable", - "libc", "parity-scale-codec", "pin-project", - "polkadot-core-primitives 11.0.0", + "polkadot-core-primitives 12.0.0", "polkadot-node-core-pvf-common", "polkadot-node-metrics", "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "slotmap", "sp-core 32.0.0", - "sp-maybe-compressed-blob", - "sp-wasm-interface 21.0.0", "tempfile", "thiserror", "tokio", @@ -10509,16 +10724,16 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "275cab7ad2b38fdfb0c097485fe4f51e55e36c96330255edc38ccf121aa2171c" +checksum = "dacfc74431199c07b35dcf1710fc800d158cb28bcc2e896d0dc2fa696cf08254" dependencies = [ "futures", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-keystore 0.38.0", "thiserror", "tracing-gum", @@ -10526,19 +10741,18 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-common" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d1cf57c2204d9f80da258cfd1ca8e2ef7f366fa7810333da5f8519a05ba574d" +checksum = "c9f5c0302abddbd120abfab4cf9de2794ac2aed3554d2741b0dfa79962595b22" dependencies = [ - "cfg-if", "cpu-time", "futures", "landlock", "libc", "nix 0.27.1", "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-executor", "sc-executor-common", "sc-executor-wasmtime", @@ -10546,7 +10760,7 @@ dependencies = [ "sp-core 32.0.0", "sp-crypto-hashing", "sp-externalities 0.28.0", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-tracing 17.0.0", "thiserror", "tracing-gum", @@ -10554,25 +10768,25 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd9c685da442b6dde17f0f1e4bd6bb4d6827c6af0dbe96bc603d3d4f8fd05953" +checksum = "581aab355ba6d81e05753f8fa401c928ddcda8d553dec4450abbc330956525fa" dependencies = [ "futures", "polkadot-node-metrics", "polkadot-node-subsystem", "polkadot-node-subsystem-types", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "schnellru", - "sp-consensus-babe 0.36.0", + "sp-consensus-babe 0.37.0", "tracing-gum", ] [[package]] name = "polkadot-node-jaeger" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbefc5402f4eadf6dc976d8013c0e050947809a1442a6fc3c44640841c7df712" +checksum = "622b0231ea2b17096a69dcfb1a62ecb64ca3fcd91830efed0bf25c6b311c1eb8" dependencies = [ "lazy_static", "log", @@ -10580,8 +10794,9 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "polkadot-node-primitives", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-network", + "sc-network-types", "sp-core 32.0.0", "thiserror", "tokio", @@ -10589,16 +10804,16 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba41f6bbcb2261a92c452ffa2960301079a0922c832491b4e9aa3400887e33ac" +checksum = "0cc571e16a460fb03319a17d037facb4924f549810e1fcacefbebc2c4cd2e3ee" dependencies = [ "bs58 0.5.1", "futures", "futures-timer", "log", "parity-scale-codec", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "prioritized-metered-channel", "sc-cli", "sc-service", @@ -10609,9 +10824,9 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "915df9a38d99dc98216f8dce9a90f3ff2cee0d7fdf9b956c055844421b0d231b" +checksum = "2761c570ac12f5dc48534cc39512118ecbfeb04116fdff5c4c79cf85263a1ab3" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -10623,10 +10838,12 @@ dependencies = [ "parity-scale-codec", "polkadot-node-jaeger", "polkadot-node-primitives", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "sc-authority-discovery", "sc-network", + "sc-network-types", + "sp-runtime 36.0.0", "strum 0.26.3", "thiserror", "tracing-gum", @@ -10634,33 +10851,33 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf8d9fa95f0752c64635b2c8fc8c39b55eedb960f18a068d10720085c8ad06f6" +checksum = "4e862d29bcc6b6d76ea41a08627edddb1f1fa071821019462f07e3bf53801336" dependencies = [ "bitvec", "bounded-vec", "futures", "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", "schnorrkel 0.11.4", "serde", - "sp-application-crypto 34.0.0", - "sp-consensus-babe 0.36.0", + "sp-application-crypto 35.0.0", + "sp-consensus-babe 0.37.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "sp-maybe-compressed-blob", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", "zstd 0.12.4", ] [[package]] name = "polkadot-node-subsystem" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d5bbd86b3014ce7cc71e1a90bf641e26c4cea98955522d350268efa97c58de9" +checksum = "bab90aceb1e00cb2eff617785f4bc8a40501f525359fb718d2c9ea5b90427d66" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -10669,9 +10886,9 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca25de72c086250c6b53ba0a868fcb1c99c305e0abbf5e3faf5568310dd4672b" +checksum = "c2973a2b608b792adc4a042f9d06d4eebfd63a05557c35bdd5040f445e26a680" dependencies = [ "async-trait", "bitvec", @@ -10681,26 +10898,27 @@ dependencies = [ "polkadot-node-jaeger", "polkadot-node-network-protocol", "polkadot-node-primitives", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "polkadot-statement-table", "sc-client-api", "sc-network", + "sc-network-types", "sc-transaction-pool-api", "smallvec", - "sp-api 30.0.0", - "sp-authority-discovery 30.0.0", + "sp-api 31.0.0", + "sp-authority-discovery 31.0.0", "sp-blockchain", - "sp-consensus-babe 0.36.0", - "sp-runtime 35.0.0", + "sp-consensus-babe 0.37.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "polkadot-node-subsystem-util" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d61ee42f50de06ae2d0209cb49af9805b780d1042a49f74f9841d2095784827" +checksum = "d30298b2d686e24684754a5236fb8986c7c1777f8695ee81c61f5c69a891ef36" dependencies = [ "async-trait", "derive_more", @@ -10720,12 +10938,12 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-types", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "prioritized-metered-channel", - "rand", + "rand 0.8.5", "sc-client-api", "schnellru", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "thiserror", @@ -10734,9 +10952,9 @@ dependencies = [ [[package]] name = "polkadot-overseer" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6fa9663b506f2c6632468e1207e4a651ca16f2f4aba17d0a3d9e2fb828f02c5" +checksum = "e5b0505f383fb8d474cef23cc1a8e24617cd9fd17ee44bbd13f5f92f98de53d9" dependencies = [ "async-trait", "futures", @@ -10747,9 +10965,9 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-primitives", "polkadot-node-subsystem-types", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-client-api", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", "tikv-jemalloc-ctl", "tracing-gum", @@ -10775,18 +10993,18 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe77e2febc4b87e7c0a63f857ce5c32a2680cae5f9c2740285cd7378ed1586ca" +checksum = "549ecbe3c247ca2201e231801111ff4739fb1d66eb1421c2e5c0a2b153ac87b5" dependencies = [ "bounded-collections 0.2.0", "derive_more", "parity-scale-codec", - "polkadot-core-primitives 11.0.0", + "polkadot-core-primitives 12.0.0", "scale-info", "serde", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-weights 31.0.0", ] @@ -10821,42 +11039,42 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71eabc294df35faa0877f6427e9a37d3b8323922aa0372cc9208e492d8f1b2f5" +checksum = "ae78f3443b86249d5f7756177984d6b3c6b1af9432ff2a48e299be2c6ab97297" dependencies = [ "bitvec", "hex-literal", "log", "parity-scale-codec", - "polkadot-core-primitives 11.0.0", - "polkadot-parachain-primitives 10.0.0", + "polkadot-core-primitives 12.0.0", + "polkadot-parachain-primitives 11.0.0", "scale-info", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-arithmetic 26.0.0", - "sp-authority-discovery 30.0.0", - "sp-consensus-slots 0.36.0", + "sp-authority-discovery 31.0.0", + "sp-consensus-slots 0.37.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] [[package]] name = "polkadot-rpc" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb29231d3184c38d011a7bffea09a2c1724b5d7544d43d6159aaa3870ae74e26" +checksum = "b791f93e89c38bafc894e9364c27a85b8d5696a9280f95f22c39a601cae4e6c8" dependencies = [ "jsonrpsee", "mmr-rpc", "pallet-transaction-payment-rpc", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-chain-spec", "sc-client-api", "sc-consensus-babe", @@ -10870,13 +11088,13 @@ dependencies = [ "sc-rpc-spec-v2", "sc-sync-state-rpc", "sc-transaction-pool-api", - "sp-api 30.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.36.0", + "sp-consensus-babe 0.37.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-frame-rpc-system", "substrate-state-trie-migration-rpc", ] @@ -10935,53 +11153,53 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27c9469b179e1bef848bbf051df1bd529b2b9a2a0428c0f87527586a5bca3848" +checksum = "3effc5cafb231ede1c394abce9575c292e95170e11ee1ecc5644d25cf35b54b9" dependencies = [ "bitvec", - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "libsecp256k1", "log", - "pallet-asset-rate 11.0.0", - "pallet-authorship 32.0.0", - "pallet-babe 32.0.0", - "pallet-balances 33.0.0", - "pallet-broker 0.10.0", - "pallet-election-provider-multi-phase 31.0.0", - "pallet-fast-unstake 31.0.0", - "pallet-identity 32.0.0", - "pallet-session 32.0.0", - "pallet-staking 32.0.0", + "pallet-asset-rate 12.0.0", + "pallet-authorship 33.0.0", + "pallet-babe 33.0.0", + "pallet-balances 34.0.0", + "pallet-broker 0.11.0", + "pallet-election-provider-multi-phase 32.0.0", + "pallet-fast-unstake 32.0.0", + "pallet-identity 33.0.0", + "pallet-session 33.0.0", + "pallet-staking 33.0.0", "pallet-staking-reward-fn 22.0.0", - "pallet-timestamp 31.0.0", - "pallet-transaction-payment 32.0.0", - "pallet-treasury 31.0.0", - "pallet-vesting 32.0.0", + "pallet-timestamp 32.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-treasury 32.0.0", + "pallet-vesting 33.0.0", "parity-scale-codec", - "polkadot-primitives 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-parachains 12.0.0", "rustc-hex", "scale-info", "serde", "serde_derive", - "slot-range-helper 11.0.0", - "sp-api 30.0.0", + "slot-range-helper 12.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-npos-elections 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-npos-elections 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", "static_assertions", ] @@ -11001,14 +11219,14 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3c04cc730f9ddcd9a663eddb95915d783704d11ea12eb2882c0abe18968b9de" +checksum = "6cfaa021e4639e9fcba7c40111d93720b82cea98d667889760e46a40137e3d47" dependencies = [ "bs58 0.5.1", - "frame-benchmarking 32.0.0", + "frame-benchmarking 33.0.0", "parity-scale-codec", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-std", "sp-tracing 17.0.0", ] @@ -11042,7 +11260,7 @@ dependencies = [ "polkadot-parachain-primitives 7.0.0", "polkadot-primitives 8.0.1", "polkadot-runtime-metrics 8.0.0", - "rand", + "rand 0.8.5", "rand_chacha 0.3.1", "rustc-hex", "scale-info", @@ -11065,66 +11283,66 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32edd5b366f1e45995f613997ed259993cd2746f0407f186136696d54e24d784" +checksum = "7b9f30223690133e9fbede03615c6b88aeaa774f777067d2253057ef35ba0270" dependencies = [ "bitflags 1.3.2", "bitvec", "derive_more", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "log", - "pallet-authority-discovery 32.0.0", - "pallet-authorship 32.0.0", - "pallet-babe 32.0.0", - "pallet-balances 33.0.0", - "pallet-broker 0.10.0", - "pallet-message-queue 35.0.0", - "pallet-session 32.0.0", - "pallet-staking 32.0.0", - "pallet-timestamp 31.0.0", - "pallet-vesting 32.0.0", - "parity-scale-codec", - "polkadot-core-primitives 11.0.0", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-metrics 11.0.0", - "rand", + "pallet-authority-discovery 33.0.0", + "pallet-authorship 33.0.0", + "pallet-babe 33.0.0", + "pallet-balances 34.0.0", + "pallet-broker 0.11.0", + "pallet-message-queue 36.0.0", + "pallet-session 33.0.0", + "pallet-staking 33.0.0", + "pallet-timestamp 32.0.0", + "pallet-vesting 33.0.0", + "parity-scale-codec", + "polkadot-core-primitives 12.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-metrics 12.0.0", + "rand 0.8.5", "rand_chacha 0.3.1", "rustc-hex", "scale-info", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", "static_assertions", ] [[package]] name = "polkadot-service" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f276b38deaab6bff3ddfe061331901196ff992f76398bd0abc78382f4f115cf0" +checksum = "fc6acbf05debbbab4831318fdbe0619742573dda47721af7e2ff042def2ec77a" dependencies = [ "async-trait", - "frame-benchmarking 32.0.0", + "frame-benchmarking 33.0.0", "frame-benchmarking-cli", - "frame-support 32.0.0", - "frame-system 32.0.0", - "frame-system-rpc-runtime-api 30.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "frame-system-rpc-runtime-api 31.0.0", "futures", "hex-literal", "is_executable", @@ -11132,10 +11350,10 @@ dependencies = [ "kvdb-rocksdb", "log", "mmr-gadget", - "pallet-babe 32.0.0", - "pallet-staking 32.0.0", - "pallet-transaction-payment 32.0.0", - "pallet-transaction-payment-rpc-runtime-api 32.0.0", + "pallet-babe 33.0.0", + "pallet-staking 33.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-transaction-payment-rpc-runtime-api 33.0.0", "parity-db", "parity-scale-codec", "parking_lot 0.12.1", @@ -11144,7 +11362,7 @@ dependencies = [ "polkadot-availability-distribution", "polkadot-availability-recovery", "polkadot-collator-protocol", - "polkadot-core-primitives 11.0.0", + "polkadot-core-primitives 12.0.0", "polkadot-dispute-distribution", "polkadot-gossip-support", "polkadot-network-bridge", @@ -11169,10 +11387,10 @@ dependencies = [ "polkadot-node-subsystem-types", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", "polkadot-rpc", - "polkadot-runtime-parachains 11.0.0", + "polkadot-runtime-parachains 12.0.0", "polkadot-statement-distribution", "rococo-runtime", "sc-authority-discovery", @@ -11201,30 +11419,30 @@ dependencies = [ "schnellru", "serde", "serde_json", - "sp-api 30.0.0", - "sp-authority-discovery 30.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-authority-discovery 31.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.36.0", - "sp-consensus-beefy 17.0.0", - "sp-consensus-grandpa 17.0.0", + "sp-consensus-babe 0.37.0", + "sp-consensus-beefy 18.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-keyring 35.0.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-keyring 36.0.0", "sp-keystore 0.38.0", - "sp-mmr-primitives 30.0.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-state-machine 0.39.0", + "sp-mmr-primitives 31.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-state-machine 0.40.0", "sp-storage 21.0.0", - "sp-timestamp 30.0.0", - "sp-transaction-pool 30.0.0", - "sp-version 33.0.0", + "sp-timestamp 31.0.0", + "sp-transaction-pool 31.0.0", + "sp-version 34.0.0", "sp-weights 31.0.0", - "staging-xcm 11.0.0", + "staging-xcm 12.0.0", "substrate-prometheus-endpoint", "thiserror", "tracing-gum", @@ -11234,9 +11452,9 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ded486e00b2d5bdc589b4b75c722d7a2b2f4669bd3b492227d3501d60db1b4ec" +checksum = "ca1a7eff92a348821650ed63e02c28a7ee2b5a76ef12d8289882a1e6f2e7de90" dependencies = [ "arrayvec 0.7.4", "bitvec", @@ -11249,21 +11467,21 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-keystore 0.38.0", - "sp-staking 30.0.0", + "sp-staking 31.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-statement-table" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efc9894c6ae63eb4ba1724cc4859db2224038b770b3ac1bf05f0650cbf01dca7" +checksum = "4b879ec2b27bde2a05b70bd4826d7785c1e01ef72fc4a058d1055b1c95f8deb6" dependencies = [ "parity-scale-codec", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-core 32.0.0", "tracing-gum", ] @@ -11417,11 +11635,11 @@ dependencies = [ "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-service", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-primitives-aura 0.12.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-parachain-inherent 0.12.0", "cumulus-relay-chain-interface", - "frame-benchmarking 32.0.0", + "frame-benchmarking 33.0.0", "frame-benchmarking-cli", "futures", "jsonrpsee", @@ -11429,7 +11647,7 @@ dependencies = [ "pallet-transaction-payment-rpc", "parity-scale-codec", "polkadot-cli", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "pop-runtime-common", "pop-runtime-devnet", "pop-runtime-testnet", @@ -11451,19 +11669,19 @@ dependencies = [ "sc-transaction-pool-api", "serde", "serde_json", - "sp-api 30.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", - "sp-consensus-aura 0.36.0", + "sp-consensus-aura 0.37.0", "sp-core 32.0.0", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-keystore 0.38.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-timestamp 30.0.0", - "sp-transaction-pool 30.0.0", - "staging-xcm 11.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-timestamp 31.0.0", + "sp-transaction-pool 31.0.0", + "staging-xcm 12.0.0", "substrate-build-script-utils", "substrate-frame-rpc-system", "substrate-prometheus-endpoint", @@ -11482,12 +11700,12 @@ dependencies = [ name = "pop-runtime-common" version = "0.0.0" dependencies = [ - "frame-support 32.0.0", - "parachains-common 11.0.0", + "frame-support 33.0.0", + "parachains-common 12.0.0", "parity-scale-codec", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -11495,147 +11713,150 @@ dependencies = [ name = "pop-runtime-devnet" version = "0.1.0" dependencies = [ - "cumulus-pallet-aura-ext 0.11.0", - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-session-benchmarking 13.0.0", - "cumulus-pallet-xcm 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.0", + "cumulus-pallet-aura-ext 0.12.0", + "cumulus-pallet-parachain-system 0.12.0", + "cumulus-pallet-session-benchmarking 14.0.0", + "cumulus-pallet-xcm 0.12.0", + "cumulus-pallet-xcmp-queue 0.12.0", + "cumulus-primitives-aura 0.12.0", + "cumulus-primitives-core 0.12.0", "cumulus-primitives-storage-weight-reclaim", - "cumulus-primitives-utility 0.11.0", + "cumulus-primitives-utility 0.12.0", "enumflags2", "env_logger 0.11.3", - "frame-benchmarking 32.0.0", - "frame-executive 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "frame-system-benchmarking 32.0.0", - "frame-system-rpc-runtime-api 30.0.0", - "frame-try-runtime 0.38.0", + "frame-benchmarking 33.0.0", + "frame-executive 33.0.0", + "frame-metadata-hash-extension 0.2.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "frame-system-benchmarking 33.0.0", + "frame-system-rpc-runtime-api 31.0.0", + "frame-try-runtime 0.39.0", "hex", "hex-literal", "log", - "pallet-assets 33.0.0", - "pallet-aura 31.0.0", - "pallet-authorship 32.0.0", - "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", + "pallet-assets 34.0.0", + "pallet-aura 32.0.0", + "pallet-authorship 33.0.0", + "pallet-balances 34.0.0", + "pallet-collator-selection 14.0.0", "pallet-contracts", - "pallet-message-queue 35.0.0", - "pallet-multisig 32.0.0", + "pallet-message-queue 36.0.0", + "pallet-multisig 33.0.0", "pallet-nft-fractionalization", - "pallet-nfts 26.0.0", - "pallet-nfts-runtime-api 18.0.0", - "pallet-preimage 32.0.0", - "pallet-proxy 32.0.0", - "pallet-scheduler 33.0.0", - "pallet-session 32.0.0", - "pallet-sudo 32.0.0", - "pallet-timestamp 31.0.0", - "pallet-transaction-payment 32.0.0", - "pallet-transaction-payment-rpc-runtime-api 32.0.0", - "pallet-utility 32.0.0", - "pallet-xcm 11.0.0", - "parachains-common 11.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-runtime-common 11.0.0", + "pallet-nfts 27.0.0", + "pallet-nfts-runtime-api 19.0.0", + "pallet-preimage 33.0.0", + "pallet-proxy 33.0.0", + "pallet-scheduler 34.0.0", + "pallet-session 33.0.0", + "pallet-sudo 33.0.0", + "pallet-timestamp 32.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-transaction-payment-rpc-runtime-api 33.0.0", + "pallet-utility 33.0.0", + "pallet-xcm 12.0.0", + "parachains-common 12.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 11.0.0", + "polkadot-runtime-common 12.0.0", "pop-primitives", "pop-runtime-common", "scale-info", "smallvec", - "sp-api 30.0.0", - "sp-block-builder 30.0.0", - "sp-consensus-aura 0.36.0", + "sp-api 31.0.0", + "sp-block-builder 31.0.0", + "sp-consensus-aura 0.37.0", "sp-core 32.0.0", - "sp-genesis-builder 0.11.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", + "sp-genesis-builder 0.12.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", "sp-std", - "sp-transaction-pool 30.0.0", - "sp-version 33.0.0", - "staging-parachain-info 0.11.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", - "substrate-wasm-builder 21.0.0", + "sp-transaction-pool 31.0.0", + "sp-version 34.0.0", + "staging-parachain-info 0.12.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", + "substrate-wasm-builder 22.0.1", ] [[package]] name = "pop-runtime-testnet" version = "0.2.0" dependencies = [ - "cumulus-pallet-aura-ext 0.11.0", - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-session-benchmarking 13.0.0", - "cumulus-pallet-xcm 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-utility 0.11.0", + "cumulus-pallet-aura-ext 0.12.0", + "cumulus-pallet-parachain-system 0.12.0", + "cumulus-pallet-session-benchmarking 14.0.0", + "cumulus-pallet-xcm 0.12.0", + "cumulus-pallet-xcmp-queue 0.12.0", + "cumulus-primitives-aura 0.12.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-storage-weight-reclaim", + "cumulus-primitives-utility 0.12.0", "enumflags2", "env_logger 0.11.3", - "frame-benchmarking 32.0.0", - "frame-executive 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "frame-system-benchmarking 32.0.0", - "frame-system-rpc-runtime-api 30.0.0", - "frame-try-runtime 0.38.0", + "frame-benchmarking 33.0.0", + "frame-executive 33.0.0", + "frame-metadata-hash-extension 0.2.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "frame-system-benchmarking 33.0.0", + "frame-system-rpc-runtime-api 31.0.0", + "frame-try-runtime 0.39.0", "hex", "hex-literal", "log", - "pallet-assets 33.0.0", - "pallet-aura 31.0.0", - "pallet-authorship 32.0.0", - "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", + "pallet-assets 34.0.0", + "pallet-aura 32.0.0", + "pallet-authorship 33.0.0", + "pallet-balances 34.0.0", + "pallet-collator-selection 14.0.0", "pallet-contracts", - "pallet-message-queue 35.0.0", - "pallet-multisig 32.0.0", + "pallet-message-queue 36.0.0", + "pallet-multisig 33.0.0", "pallet-nft-fractionalization", - "pallet-nfts 26.0.0", - "pallet-nfts-runtime-api 18.0.0", - "pallet-preimage 32.0.0", - "pallet-proxy 32.0.0", - "pallet-scheduler 33.0.0", - "pallet-session 32.0.0", - "pallet-sudo 32.0.0", - "pallet-timestamp 31.0.0", - "pallet-transaction-payment 32.0.0", - "pallet-transaction-payment-rpc-runtime-api 32.0.0", - "pallet-utility 32.0.0", - "pallet-xcm 11.0.0", - "parachains-common 11.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-runtime-common 11.0.0", + "pallet-nfts 27.0.0", + "pallet-nfts-runtime-api 19.0.0", + "pallet-preimage 33.0.0", + "pallet-proxy 33.0.0", + "pallet-scheduler 34.0.0", + "pallet-session 33.0.0", + "pallet-sudo 33.0.0", + "pallet-timestamp 32.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-transaction-payment-rpc-runtime-api 33.0.0", + "pallet-utility 33.0.0", + "pallet-xcm 12.0.0", + "parachains-common 12.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 11.0.0", + "polkadot-runtime-common 12.0.0", "pop-primitives", "pop-runtime-common", "scale-info", "smallvec", - "sp-api 30.0.0", - "sp-block-builder 30.0.0", - "sp-consensus-aura 0.36.0", + "sp-api 31.0.0", + "sp-block-builder 31.0.0", + "sp-consensus-aura 0.37.0", "sp-core 32.0.0", - "sp-genesis-builder 0.11.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", + "sp-genesis-builder 0.12.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", "sp-std", - "sp-transaction-pool 30.0.0", - "sp-version 33.0.0", - "staging-parachain-info 0.11.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", - "substrate-wasm-builder 21.0.0", + "sp-transaction-pool 31.0.0", + "sp-version 34.0.0", + "staging-parachain-info 0.12.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", + "substrate-wasm-builder 22.0.1", ] [[package]] @@ -11987,6 +12208,24 @@ dependencies = [ "pin-project-lite 0.1.12", ] +[[package]] +name = "quinn" +version = "0.9.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2e8b432585672228923edbbf64b8b12c14e1112f62e88737655b4a083dbcd78e" +dependencies = [ + "bytes", + "pin-project-lite 0.2.13", + "quinn-proto", + "quinn-udp", + "rustc-hash", + "rustls 0.20.9", + "thiserror", + "tokio", + "tracing", + "webpki", +] + [[package]] name = "quinn-proto" version = "0.9.6" @@ -11994,7 +12233,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94b0b33c13a79f669c85defaf4c275dc86a0c0372807d0ca3d78e0bb87274863" dependencies = [ "bytes", - "rand", + "rand 0.8.5", "ring 0.16.20", "rustc-hash", "rustls 0.20.9", @@ -12005,6 +12244,19 @@ dependencies = [ "webpki", ] +[[package]] +name = "quinn-udp" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "641538578b21f5e5c8ea733b736895576d0fe329bb883b937db6f4d163dbaaf4" +dependencies = [ + "libc", + "quinn-proto", + "socket2 0.4.10", + "tracing", + "windows-sys 0.42.0", +] + [[package]] name = "quote" version = "1.0.35" @@ -12020,6 +12272,19 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" +[[package]] +name = "rand" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" +dependencies = [ + "getrandom 0.1.16", + "libc", + "rand_chacha 0.2.2", + "rand_core 0.5.1", + "rand_hc", +] + [[package]] name = "rand" version = "0.8.5" @@ -12076,7 +12341,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31" dependencies = [ "num-traits", - "rand", + "rand 0.8.5", +] + +[[package]] +name = "rand_hc" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" +dependencies = [ + "rand_core 0.5.1", ] [[package]] @@ -12346,116 +12620,121 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "11.0.0" +version = "12.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee1a30be097c0e02d2aacc4b2b73ecba2c795ae9246f2c37711ebae0e69dd95c" +checksum = "4044da3a54d49181294ed27b4cf199a9e20ed08dd7b74b71803c84610319c28c" dependencies = [ "binary-merkle-tree 15.0.0", - "frame-benchmarking 32.0.0", - "frame-executive 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "frame-system-benchmarking 32.0.0", - "frame-system-rpc-runtime-api 30.0.0", - "frame-try-runtime 0.38.0", + "bitvec", + "frame-benchmarking 33.0.0", + "frame-executive 33.0.0", + "frame-metadata-hash-extension 0.2.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "frame-system-benchmarking 33.0.0", + "frame-system-rpc-runtime-api 31.0.0", + "frame-try-runtime 0.39.0", "hex-literal", "log", - "pallet-asset-rate 11.0.0", - "pallet-authority-discovery 32.0.0", - "pallet-authorship 32.0.0", - "pallet-babe 32.0.0", - "pallet-balances 33.0.0", - "pallet-beefy 32.0.0", - "pallet-beefy-mmr 32.0.0", - "pallet-bounties 31.0.0", - "pallet-child-bounties 31.0.0", + "pallet-asset-rate 12.0.0", + "pallet-authority-discovery 33.0.0", + "pallet-authorship 33.0.0", + "pallet-babe 33.0.0", + "pallet-balances 34.0.0", + "pallet-beefy 33.0.0", + "pallet-beefy-mmr 33.0.0", + "pallet-bounties 32.0.0", + "pallet-child-bounties 32.0.0", "pallet-collective", - "pallet-conviction-voting 32.0.0", + "pallet-conviction-voting 33.0.0", "pallet-democracy", "pallet-elections-phragmen", - "pallet-grandpa 32.0.0", - "pallet-identity 32.0.0", - "pallet-indices 32.0.0", + "pallet-grandpa 33.0.0", + "pallet-identity 33.0.0", + "pallet-indices 33.0.0", "pallet-membership", - "pallet-message-queue 35.0.0", - "pallet-mmr 31.0.0", - "pallet-multisig 32.0.0", + "pallet-message-queue 36.0.0", + "pallet-mmr 32.0.0", + "pallet-multisig 33.0.0", "pallet-nis", - "pallet-offences 31.0.0", - "pallet-preimage 32.0.0", - "pallet-proxy 32.0.0", + "pallet-offences 32.0.0", + "pallet-parameters", + "pallet-preimage 33.0.0", + "pallet-proxy 33.0.0", "pallet-ranked-collective", "pallet-recovery", - "pallet-referenda 32.0.0", + "pallet-referenda 33.0.0", "pallet-root-testing", - "pallet-scheduler 33.0.0", - "pallet-session 32.0.0", + "pallet-scheduler 34.0.0", + "pallet-session 33.0.0", "pallet-society", - "pallet-staking 32.0.0", - "pallet-state-trie-migration 33.0.0", - "pallet-sudo 32.0.0", - "pallet-timestamp 31.0.0", + "pallet-staking 33.0.0", + "pallet-state-trie-migration 34.0.0", + "pallet-sudo 33.0.0", + "pallet-timestamp 32.0.0", "pallet-tips", - "pallet-transaction-payment 32.0.0", - "pallet-transaction-payment-rpc-runtime-api 32.0.0", - "pallet-treasury 31.0.0", - "pallet-utility 32.0.0", - "pallet-vesting 32.0.0", - "pallet-whitelist 31.0.0", - "pallet-xcm 11.0.0", - "pallet-xcm-benchmarks 11.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-common 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-transaction-payment-rpc-runtime-api 33.0.0", + "pallet-treasury 32.0.0", + "pallet-utility 33.0.0", + "pallet-vesting 33.0.0", + "pallet-whitelist 32.0.0", + "pallet-xcm 12.0.0", + "pallet-xcm-benchmarks 12.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-common 12.0.0", + "polkadot-runtime-parachains 12.0.0", "rococo-runtime-constants", "scale-info", "serde", "serde_derive", + "serde_json", "smallvec", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-arithmetic 26.0.0", - "sp-authority-discovery 30.0.0", - "sp-block-builder 30.0.0", - "sp-consensus-babe 0.36.0", - "sp-consensus-beefy 17.0.0", + "sp-authority-discovery 31.0.0", + "sp-block-builder 31.0.0", + "sp-consensus-babe 0.37.0", + "sp-consensus-beefy 18.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-genesis-builder 0.11.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-mmr-primitives 30.0.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-genesis-builder 0.12.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", "sp-storage 21.0.0", - "sp-transaction-pool 30.0.0", - "sp-version 33.0.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", + "sp-transaction-pool 31.0.0", + "sp-version 34.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", "static_assertions", - "substrate-wasm-builder 21.0.0", + "substrate-wasm-builder 22.0.1", "xcm-fee-payment-runtime-api", ] [[package]] name = "rococo-runtime-constants" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa26847ef6b32b5fd41d4f86538ef15b8d74f208d211644dc14e4dda74559116" +checksum = "578bde81aeca421df7d898726f0d3d9caea11eed87d77760be71177ce071977f" dependencies = [ - "frame-support 32.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-common 11.0.0", + "frame-support 33.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-common 12.0.0", "smallvec", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-weights 31.0.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", ] [[package]] @@ -12752,9 +13031,9 @@ dependencies = [ [[package]] name = "sc-authority-discovery" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9cd4cf9f2f6a12f1cc042831474f33103aad8ebf9fa6d49f7119521ed89b1ec" +checksum = "4e4f35b9a8b91dd1232a26041c064d57b9f03ad2b80d2912512cfd1e4851e506" dependencies = [ "async-trait", "futures", @@ -12763,29 +13042,30 @@ dependencies = [ "libp2p", "linked_hash_set", "log", - "multihash 0.18.1", + "multihash 0.17.0", "multihash-codetable", "parity-scale-codec", "prost 0.12.3", "prost-build", - "rand", + "rand 0.8.5", "sc-client-api", "sc-network", - "sp-api 30.0.0", - "sp-authority-discovery 30.0.0", + "sc-network-types", + "sp-api 31.0.0", + "sp-authority-discovery 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-basic-authorship" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2354138e44624d68245b9490c0d30f73bac7c00f218643ff03fc0dbd1536b98" +checksum = "0f71eb27c36bb0cda3e67f1e0c4c45ced6672ad4c47148da6bc7fd729e99865a" dependencies = [ "futures", "futures-timer", @@ -12795,36 +13075,36 @@ dependencies = [ "sc-proposer-metrics", "sc-telemetry", "sc-transaction-pool-api", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", ] [[package]] name = "sc-block-builder" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d54ed880c04f6df650dcf4672d7d4a2d08b30e95c51f07b4a3be75eaa535082" +checksum = "4190e69ccdf1b10c530e110345d67c6347aa0bc03fa56723103d834fb8ac907d" dependencies = [ "parity-scale-codec", - "sp-api 30.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-trie 33.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-trie 34.0.0", ] [[package]] name = "sc-chain-spec" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8d25ff00e77262342bd85a71de32170b136773f6a8cdd5641ce8b81fb4e16be" +checksum = "a3256a5e3294dc363ddb17ac3040c33b9848269dd288eaf8ac6a2972f8a1d884" dependencies = [ "array-bytes 6.2.2", "docify", @@ -12841,10 +13121,11 @@ dependencies = [ "sp-blockchain", "sp-core 32.0.0", "sp-crypto-hashing", - "sp-genesis-builder 0.11.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-genesis-builder 0.12.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", + "sp-tracing 17.0.0", ] [[package]] @@ -12861,9 +13142,9 @@ dependencies = [ [[package]] name = "sc-cli" -version = "0.40.0" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eade6864cba8ab29c4c7572c6a4a080c0423bc53cb48b00f70eef7d57d22abae" +checksum = "397091529b095369e8b9342a0dcb732bf6ec672b4be9db76b5174951618f541a" dependencies = [ "array-bytes 6.2.2", "chrono", @@ -12876,7 +13157,7 @@ dependencies = [ "names", "parity-bip39", "parity-scale-codec", - "rand", + "rand 0.8.5", "regex", "rpassword", "sc-client-api", @@ -12892,20 +13173,20 @@ dependencies = [ "serde_json", "sp-blockchain", "sp-core 32.0.0", - "sp-keyring 35.0.0", + "sp-keyring 36.0.0", "sp-keystore 0.38.0", "sp-panic-handler", - "sp-runtime 35.0.0", - "sp-version 33.0.0", + "sp-runtime 36.0.0", + "sp-version 34.0.0", "thiserror", "tokio", ] [[package]] name = "sc-client-api" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6f69c592a2cab8b5cb7860bf57c5084a590d2e0c5df9308f62ddb405ca4d97e" +checksum = "cec1bf37389619d861680f7da315ac5a815e5cd924ec9a0adb86e4ba4aac7c99" dependencies = [ "fnv", "futures", @@ -12915,25 +13196,25 @@ dependencies = [ "sc-executor", "sc-transaction-pool-api", "sc-utils", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", "sp-core 32.0.0", "sp-database", "sp-externalities 0.28.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-statement-store", "sp-storage 21.0.0", - "sp-trie 33.0.0", + "sp-trie 34.0.0", "substrate-prometheus-endpoint", ] [[package]] name = "sc-client-db" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f4e8c9db1025f0b17438f5db8937c53022b417593f30d4624b8b2e0d3300b9f" +checksum = "ffe19e497ab77b89efa4e2b885af725d6ed59579ebe8df96b820f5b122c10da9" dependencies = [ "hash-db", "kvdb", @@ -12951,42 +13232,42 @@ dependencies = [ "sp-blockchain", "sp-core 32.0.0", "sp-database", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", - "sp-trie 33.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", + "sp-trie 34.0.0", ] [[package]] name = "sc-consensus" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a051ffa28788f7ec47e46d6236132126d5aa563469e6c852e87cfbe5069e0687" +checksum = "0178e3ef8d317456e352466a9c5d3b6d9b5861a64b43c01ab62435e24fc68a51" dependencies = [ "async-trait", "futures", "futures-timer", - "libp2p-identity", "log", "mockall", "parking_lot 0.12.1", "sc-client-api", + "sc-network-types", "sc-utils", "serde", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-aura" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6cd537650a8f23d6775456a5a06e1cf27722fedc5515769983e18ef856a6aad3" +checksum = "be48cd2fa20a6800595f7f49dbc929ad72348673c38eb7faa072cb8dfd7b47ce" dependencies = [ "async-trait", "futures", @@ -12997,26 +13278,26 @@ dependencies = [ "sc-consensus", "sc-consensus-slots", "sc-telemetry", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-aura 0.36.0", - "sp-consensus-slots 0.36.0", + "sp-consensus-aura 0.37.0", + "sp-consensus-slots 0.37.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", + "sp-inherents 31.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-babe" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efe6f127a27ea6ace8e4391ba847ccf21d3512499e1c5e7c300e7e5115642544" +checksum = "08d58429c3660dfb86b9c0a1529dbc444f1ba8c8135812468497751d5b2567d6" dependencies = [ "async-trait", "fork-tree", @@ -13033,27 +13314,27 @@ dependencies = [ "sc-consensus-slots", "sc-telemetry", "sc-transaction-pool-api", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.36.0", - "sp-consensus-slots 0.36.0", + "sp-consensus-babe 0.37.0", + "sp-consensus-slots 0.37.0", "sp-core 32.0.0", "sp-crypto-hashing", - "sp-inherents 30.0.0", + "sp-inherents 31.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-babe-rpc" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c93183245d51eab164ab5513f5ad723964c38f293427d99066f8aed02ae715e1" +checksum = "cd3bd3762945244a50e7e64aa9302405ba3d225a807872a4f99e8250e5ec4e60" dependencies = [ "futures", "jsonrpsee", @@ -13061,22 +13342,22 @@ dependencies = [ "sc-consensus-epochs", "sc-rpc-api", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.36.0", + "sp-consensus-babe 0.37.0", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] [[package]] name = "sc-consensus-beefy" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87f0cdd776453ce7d73fdb548648bdfefdac6c497d198083222aa0d7636445ed" +checksum = "0f0f27e60a0a3135c991e26883c4827f8bb3fa082ee84690544eea9040d0edf8" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -13091,18 +13372,19 @@ dependencies = [ "sc-network", "sc-network-gossip", "sc-network-sync", + "sc-network-types", "sc-utils", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-beefy 17.0.0", + "sp-consensus-beefy 18.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-keystore 0.38.0", - "sp-mmr-primitives 30.0.0", - "sp-runtime 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -13111,9 +13393,9 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f8193f51766e9bf5a94f044333f4807918f7243eab404e9ff91b98ba268f2e9" +checksum = "7db1d87a1107de282b3208e25370c1f54dcfc9f0c12bdea52fad127df4929c63" dependencies = [ "futures", "jsonrpsee", @@ -13123,31 +13405,31 @@ dependencies = [ "sc-consensus-beefy", "sc-rpc", "serde", - "sp-consensus-beefy 17.0.0", + "sp-consensus-beefy 18.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] [[package]] name = "sc-consensus-epochs" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2217e53886dbfd4749eaa2e671f8e59807a2fb711ffa0023b3dc5b30f5db458" +checksum = "e7d878112bf0e7b267eb753e9a43432616dc190f85be921bc03d13c42a7c21bd" dependencies = [ "fork-tree", "parity-scale-codec", "sc-client-api", "sc-consensus", "sp-blockchain", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "sc-consensus-grandpa" -version = "0.23.0" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d666c23af4325c6d2ca35bfe2874917f5dfdd94bfca165ad89b92191489e2d8" +checksum = "4ba0980a68efdb28cba1a8051dd27d104258870f16287df9d576caf36add3ebc" dependencies = [ "ahash 0.8.11", "array-bytes 6.2.2", @@ -13160,7 +13442,7 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "sc-block-builder", "sc-chain-spec", "sc-client-api", @@ -13169,29 +13451,30 @@ dependencies = [ "sc-network-common", "sc-network-gossip", "sc-network-sync", + "sc-network-types", "sc-telemetry", "sc-transaction-pool-api", "sc-utils", "serde_json", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-grandpa 17.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-grandpa-rpc" -version = "0.23.0" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24ff3f1dc9c74563e559725736e07f4817e3429cdfd593e4a8c583d2c8da0894" +checksum = "5c587c6b017281f2029a7901de1e2f6f85ee8b365e9d15b159a5c44450fc71f6" dependencies = [ "finality-grandpa", "futures", @@ -13204,15 +13487,15 @@ dependencies = [ "serde", "sp-blockchain", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] [[package]] name = "sc-consensus-slots" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80382f4da8a76c05c23b84d5c369bb5d617d499749171335e9b47599885fb202" +checksum = "b755082e44000f02660697560c279d81cea4ea984d5a21eb27a2179c92912fbc" dependencies = [ "async-trait", "futures", @@ -13225,18 +13508,18 @@ dependencies = [ "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-slots 0.36.0", + "sp-consensus-slots 0.37.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", ] [[package]] name = "sc-executor" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc6b47b642a92adcabaeadb7d76bd1a02bcf5a93f2b649e81afe8b940107bbda" +checksum = "5d0738d2e654f8cadb8b5b5f64c281654838202bf77641656b7fe2bd5346a25b" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -13244,14 +13527,14 @@ dependencies = [ "sc-executor-polkavm", "sc-executor-wasmtime", "schnellru", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", "sp-externalities 0.28.0", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-panic-handler", "sp-runtime-interface 27.0.0", - "sp-trie 33.0.0", - "sp-version 33.0.0", + "sp-trie 34.0.0", + "sp-version 34.0.0", "sp-wasm-interface 21.0.0", "tracing", ] @@ -13303,9 +13586,9 @@ dependencies = [ [[package]] name = "sc-informant" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "061006dce0dcae3ece90d5d9f656ade507dd922931911d59deea823f28be54dd" +checksum = "4bb38b9ee63b01ed966f67789684b517cdc7891c0ac30ddac0e039695a43ab03" dependencies = [ "ansi_term", "futures", @@ -13316,19 +13599,19 @@ dependencies = [ "sc-network-common", "sc-network-sync", "sp-blockchain", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "sc-keystore" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6477f27aa17ada189355325c16992d3e612d2fe276ecef9da1b36b6b297b3ac4" +checksum = "8dbafebe46cb7a380d6a1a77c045af06de3cf92ffcb5bbbbb1567e3b0c94d688" dependencies = [ "array-bytes 6.2.2", "parking_lot 0.12.1", "serde_json", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "thiserror", @@ -13336,9 +13619,9 @@ dependencies = [ [[package]] name = "sc-mixnet" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8e04fecf6e55e4597e473c87e8f3cea5a9963835af30a971203290d62bb2d03" +checksum = "3c48f0897bac630c7f58e0e8f5b5930db18641ac5c0df6fcca0335520c1be74a" dependencies = [ "array-bytes 4.2.0", "arrayvec 0.7.4", @@ -13346,7 +13629,6 @@ dependencies = [ "bytes", "futures", "futures-timer", - "libp2p-identity", "log", "mixnet", "multiaddr", @@ -13354,27 +13636,29 @@ dependencies = [ "parking_lot 0.12.1", "sc-client-api", "sc-network", + "sc-network-types", "sc-transaction-pool-api", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-consensus", "sp-core 32.0.0", "sp-keystore 0.38.0", "sp-mixnet", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] [[package]] name = "sc-network" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39e68214c9245ee374a6c51fca3c00feddbe20a86451d92c76585a9cc9553425" +checksum = "c94a6131f2c50126601a01d9b60a8df569aa8483cf6754e280b754a5e716a297" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", "async-trait", "asynchronous-codec", "bytes", + "cid 0.9.0", "either", "fnv", "futures", @@ -13382,58 +13666,44 @@ dependencies = [ "ip_network", "libp2p", "linked_hash_set", + "litep2p", "log", "mockall", + "once_cell", "parity-scale-codec", "parking_lot 0.12.1", "partial_sort", "pin-project", - "rand", + "prost 0.11.9", + "prost-build", + "rand 0.8.5", "sc-client-api", "sc-network-common", + "sc-network-types", "sc-utils", + "schnellru", "serde", "serde_json", "smallvec", "sp-arithmetic 26.0.0", "sp-blockchain", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", "tokio-stream", "unsigned-varint", + "void", "wasm-timer", "zeroize", ] -[[package]] -name = "sc-network-bitswap" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf7cf01e661f39303737596859139fcdd31bd106a979fae0828f3e5b0decce89" -dependencies = [ - "async-channel 1.9.0", - "cid", - "futures", - "libp2p-identity", - "log", - "prost 0.12.3", - "prost-build", - "sc-client-api", - "sc-network", - "sp-blockchain", - "sp-runtime 35.0.0", - "thiserror", - "unsigned-varint", -] - [[package]] name = "sc-network-common" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98b1732616f6fd5bcdabd44eac79b466c2075f3f47ebf0cf2f6d52d790890736" +checksum = "ae304be8447d6101c7d314932137ff2405db43bc7daf4b9c0c52341bdc9265ac" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -13442,16 +13712,17 @@ dependencies = [ "parity-scale-codec", "prost-build", "sc-consensus", + "sc-network-types", "sp-consensus", - "sp-consensus-grandpa 17.0.0", - "sp-runtime 35.0.0", + "sp-consensus-grandpa 18.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "sc-network-gossip" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebb8b10666371dc53bd9e11dbb99e0763307203ecc70f4d9bb20169cf7ad69db" +checksum = "ed5317c3a30c77978ef7cfb2655e4dae2f7ba82df1622b6b6e81c854c19ffb43" dependencies = [ "ahash 0.8.11", "futures", @@ -13461,39 +13732,40 @@ dependencies = [ "sc-network", "sc-network-common", "sc-network-sync", + "sc-network-types", "schnellru", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "sc-network-light" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7be9c7b3d18d5ef3ed493be173e9cb00537585cd9b21bb4ebe24b9b555cf4fa4" +checksum = "10a2b0e0c87d74704a758be2d3119bbbf652910b3de0d3074864531f2e1afd3c" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", "futures", - "libp2p-identity", "log", "parity-scale-codec", "prost 0.12.3", "prost-build", "sc-client-api", "sc-network", + "sc-network-types", "sp-blockchain", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] [[package]] name = "sc-network-sync" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1df8a240043ecd1c5ca54d1dfdc654878aed6b96fe7292c11dc9e8bc7c4884fb" +checksum = "92d3a03c11fd5ed3c596a055d79596e6c0d7ea5166b627346e0381adde49dd50" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -13511,15 +13783,16 @@ dependencies = [ "sc-consensus", "sc-network", "sc-network-common", + "sc-network-types", "sc-utils", "schnellru", "smallvec", "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-grandpa 17.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -13528,9 +13801,9 @@ dependencies = [ [[package]] name = "sc-network-transactions" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1514ca1cc195842970b3a35b80cc14ed002296f3565c19d4659be44ca9255b8" +checksum = "1f8586ce7e34e555021b574ec98c4d459cc46625f1d061a3ed8bea6a400e8648" dependencies = [ "array-bytes 6.2.2", "futures", @@ -13540,17 +13813,33 @@ dependencies = [ "sc-network", "sc-network-common", "sc-network-sync", + "sc-network-types", "sc-utils", "sp-consensus", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", ] +[[package]] +name = "sc-network-types" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a6b473a65393f65579019e4280cc116848439985c62724db8402bbfa7da462d1" +dependencies = [ + "bs58 0.4.0", + "libp2p-identity", + "litep2p", + "multiaddr", + "multihash 0.17.0", + "rand 0.8.5", + "thiserror", +] + [[package]] name = "sc-offchain" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91f289809d0c3fd09474637bfe2dc732f41fb211d1241885194232c5d612a641" +checksum = "acb6f76c65abdabfadb497a5fe33733ec67af15221aa1c72686096aed75b28b8" dependencies = [ "array-bytes 6.2.2", "bytes", @@ -13565,18 +13854,19 @@ dependencies = [ "once_cell", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "sc-client-api", "sc-network", "sc-network-common", + "sc-network-types", "sc-transaction-pool-api", "sc-utils", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", "sp-externalities 0.28.0", "sp-keystore 0.38.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", "threadpool", "tracing", ] @@ -13593,9 +13883,9 @@ dependencies = [ [[package]] name = "sc-rpc" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3d7b43d6ce2c57d90dab64a0eab4673158a7a240119fd3ae934ce95f8ad973f" +checksum = "df3af3898afc9e63bfda6bbb75a20bb66a4b3de0bc077eb1b67d94b04f69b984" dependencies = [ "futures", "jsonrpsee", @@ -13611,24 +13901,24 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde_json", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-offchain 30.0.0", + "sp-offchain 31.0.0", "sp-rpc", - "sp-runtime 35.0.0", - "sp-session 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", "sp-statement-store", - "sp-version 33.0.0", + "sp-version 34.0.0", "tokio", ] [[package]] name = "sc-rpc-api" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b82060f09f886f59fd19a77cc6668c209e883fc93511e9c441ef84adfea80f36" +checksum = "2656a0da9ce809fb31dc0517b7e0a4185001785154b59cd9546566f1db8df346" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -13640,8 +13930,8 @@ dependencies = [ "serde_json", "sp-core 32.0.0", "sp-rpc", - "sp-runtime 35.0.0", - "sp-version 33.0.0", + "sp-runtime 36.0.0", + "sp-version 34.0.0", "thiserror", ] @@ -13666,9 +13956,9 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad831d2524de44a89b1801e306fd9718dc5fadb26ea3e88f486faa29c6fdd710" +checksum = "57f2b3d4ad7238f031c85395980f3b05026dba6f596e1e3600274fa9c30974e1" dependencies = [ "array-bytes 6.2.2", "futures", @@ -13678,19 +13968,20 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "sc-chain-spec", "sc-client-api", "sc-rpc", "sc-transaction-pool-api", "sc-utils", + "schnellru", "serde", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-rpc", - "sp-runtime 35.0.0", - "sp-version 33.0.0", + "sp-runtime 36.0.0", + "sp-version 34.0.0", "thiserror", "tokio", "tokio-stream", @@ -13698,9 +13989,9 @@ dependencies = [ [[package]] name = "sc-service" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ff048cda961d13a0978bf6e75b1978c0fa886d2087133a4d2107a034afd27c8" +checksum = "70d4e550aabcfba3a9e6a2c4e23dcfef362cb62bea2cfc3348879e327482ec72" dependencies = [ "async-trait", "directories", @@ -13712,7 +14003,7 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "pin-project", - "rand", + "rand 0.8.5", "sc-chain-spec", "sc-client-api", "sc-client-db", @@ -13721,11 +14012,11 @@ dependencies = [ "sc-informant", "sc-keystore", "sc-network", - "sc-network-bitswap", "sc-network-common", "sc-network-light", "sc-network-sync", "sc-network-transactions", + "sc-network-types", "sc-rpc", "sc-rpc-server", "sc-rpc-spec-v2", @@ -13738,20 +14029,20 @@ dependencies = [ "schnellru", "serde", "serde_json", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", "sp-core 32.0.0", "sp-externalities 0.28.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-state-machine 0.40.0", "sp-storage 21.0.0", - "sp-transaction-pool 30.0.0", + "sp-transaction-pool 31.0.0", "sp-transaction-storage-proof", - "sp-trie 33.0.0", - "sp-version 33.0.0", + "sp-trie 34.0.0", + "sp-version 34.0.0", "static_init", "substrate-prometheus-endpoint", "tempfile", @@ -13789,9 +14080,9 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75577af6d7128f3c0cd1dfa83f9ec056dbe4cdce297f1d257f2a1253134c6e9a" +checksum = "910d78b0ea4778a639a9d1345d4e5ce27721ed0d717635aded1bb6c522044bb2" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -13803,21 +14094,21 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] [[package]] name = "sc-sysinfo" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6a838bf3ba61e83c0f3be4a41ba7ed8c71d19c2adee6396046f78317006637b" +checksum = "985818b31ecd4e04edadbf6124e2b71033551c08ff891bd9449fbddd2346ddf8" dependencies = [ "derive_more", "futures", "libc", "log", - "rand", + "rand 0.8.5", "rand_pcg", "regex", "sc-telemetry", @@ -13825,15 +14116,15 @@ dependencies = [ "serde_json", "sp-core 32.0.0", "sp-crypto-hashing", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-std", ] [[package]] name = "sc-telemetry" -version = "18.0.0" +version = "19.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72a5a306d8c75e61e8c59e18b92886f85db6b4102c4669240eca101954fec79e" +checksum = "6a874600f40a5cef2e1482574f7665ed005f7c3b7594f9abddcb2e015651c4d9" dependencies = [ "chrono", "futures", @@ -13841,7 +14132,8 @@ dependencies = [ "log", "parking_lot 0.12.1", "pin-project", - "rand", + "rand 0.8.5", + "sc-network", "sc-utils", "serde", "serde_json", @@ -13851,9 +14143,9 @@ dependencies = [ [[package]] name = "sc-tracing" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "584e4f81defe03776909ce283429c9cd3d80fea6b2f3a303dc2bdf913e11d9e8" +checksum = "8c7513573600566bcc7a41153c6a99b628e800acd65bc124c3ac595322324021" dependencies = [ "ansi_term", "chrono", @@ -13868,16 +14160,16 @@ dependencies = [ "sc-client-api", "sc-tracing-proc-macro", "serde", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-rpc", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-tracing 17.0.0", "thiserror", "tracing", "tracing-log 0.1.4", - "tracing-subscriber 0.2.25", + "tracing-subscriber 0.3.18", ] [[package]] @@ -13894,9 +14186,9 @@ dependencies = [ [[package]] name = "sc-transaction-pool" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54754bf43dede417a8e64a0d6a46bf2bbed47ff050c1f81c8a575f9b94416886" +checksum = "18f865b689f7f732de5c6129cbdb793d7c71a88ef0d1636d8b843e590d5d766a" dependencies = [ "async-trait", "futures", @@ -13909,22 +14201,22 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-crypto-hashing", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-tracing 17.0.0", - "sp-transaction-pool 30.0.0", + "sp-transaction-pool 31.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-transaction-pool-api" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41b563c7257ab650b2639d623da13d1a50a5a6c4ec582bc92e118c73d072bcd4" +checksum = "618532cf1e4afbc3a3f9046bfb4aaceba46fa9888ec9d1d12e9fe5448aa7ee82" dependencies = [ "async-trait", "futures", @@ -13933,7 +14225,7 @@ dependencies = [ "serde", "sp-blockchain", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] @@ -13953,6 +14245,29 @@ dependencies = [ "sp-arithmetic 26.0.0", ] +[[package]] +name = "scale-bits" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e57b1e7f6b65ed1f04e79a85a57d755ad56d76fdf1e9bddcc9ae14f71fcdcf54" +dependencies = [ + "parity-scale-codec", + "scale-type-resolver", +] + +[[package]] +name = "scale-decode" +version = "0.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e98f3262c250d90e700bb802eb704e1f841e03331c2eb815e46516c4edbf5b27" +dependencies = [ + "derive_more", + "parity-scale-codec", + "scale-bits", + "scale-type-resolver", + "smallvec", +] + [[package]] name = "scale-info" version = "2.11.1" @@ -13979,6 +14294,12 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "scale-type-resolver" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f0cded6518aa0bd6c1be2b88ac81bf7044992f0f154bfbabd5ad34f43512abcb" + [[package]] name = "schannel" version = "0.1.23" @@ -14056,6 +14377,21 @@ dependencies = [ "untrusted 0.9.0", ] +[[package]] +name = "sctp-proto" +version = "0.1.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f64cef148d3295c730c3cb340b0b252a4d570b1c7d4bf0808f88540b0a888bc" +dependencies = [ + "bytes", + "crc", + "fxhash", + "log", + "rand 0.8.5", + "slab", + "thiserror", +] + [[package]] name = "sec1" version = "0.7.3" @@ -14235,6 +14571,18 @@ dependencies = [ "opaque-debug 0.3.1", ] +[[package]] +name = "sha-1" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c" +dependencies = [ + "cfg-if", + "cpufeatures", + "digest 0.10.7", + "sha1-asm", +] + [[package]] name = "sha1" version = "0.10.6" @@ -14246,6 +14594,15 @@ dependencies = [ "digest 0.10.7", ] +[[package]] +name = "sha1-asm" +version = "0.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "286acebaf8b67c1130aedffad26f594eff0c1292389158135327d2e23aed582b" +dependencies = [ + "cc", +] + [[package]] name = "sha2" version = "0.9.9" @@ -14304,6 +14661,12 @@ dependencies = [ "libc", ] +[[package]] +name = "signature" +version = "1.6.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" + [[package]] name = "signature" version = "2.2.0" @@ -14327,6 +14690,15 @@ dependencies = [ "wide", ] +[[package]] +name = "simple-dns" +version = "0.5.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cae9a3fcdadafb6d97f4c0e007e4247b114ee0f119f650c3cbf3a8b3a1479694" +dependencies = [ + "bitflags 2.5.0", +] + [[package]] name = "simple-mermaid" version = "0.1.1" @@ -14369,14 +14741,14 @@ dependencies = [ [[package]] name = "slot-range-helper" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a0e4ae8d02b43620ca7f567ca94fff494d85aecc73ffebda6c8fa19545b1673" +checksum = "7bb6f55c7308986f519ce3d554f832774e6212b14774e72313a0c1a3591adf5a" dependencies = [ "enumn", "parity-scale-codec", "paste", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -14448,7 +14820,7 @@ dependencies = [ "pbkdf2 0.12.2", "pin-project", "poly1305", - "rand", + "rand 0.8.5", "rand_chacha 0.3.1", "ruzstd", "schnorrkel 0.10.2", @@ -14491,7 +14863,7 @@ dependencies = [ "no-std-net", "parking_lot 0.12.1", "pin-project", - "rand", + "rand 0.8.5", "rand_chacha 0.3.1", "serde", "serde_json", @@ -14616,7 +14988,7 @@ dependencies = [ "hex", "lazy_static", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", "snowbridge-amcl", "zeroize", @@ -14679,8 +15051,8 @@ dependencies = [ "http", "httparse", "log", - "rand", - "sha-1", + "rand 0.8.5", + "sha-1 0.9.8", ] [[package]] @@ -14707,24 +15079,24 @@ dependencies = [ [[package]] name = "sp-api" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8abd1d0732054ad896db8f092abe822106f1acf8bbc462c70f57d0f24c0dcdf" +checksum = "b500647cfe266d58781f44af9b13c3bd57fb3be08642f2a9f13e024cc5e22359" dependencies = [ "hash-db", "log", "parity-scale-codec", "scale-info", - "sp-api-proc-macro 18.0.0", + "sp-api-proc-macro 19.0.0", "sp-core 32.0.0", "sp-externalities 0.28.0", "sp-metadata-ir 0.7.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-runtime-interface 27.0.0", - "sp-state-machine 0.39.0", + "sp-state-machine 0.40.0", "sp-std", - "sp-trie 33.0.0", - "sp-version 33.0.0", + "sp-trie 34.0.0", + "sp-version 34.0.0", "thiserror", ] @@ -14745,9 +15117,9 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" -version = "18.0.0" +version = "19.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "681e80c1b259ee71880cd3b4ad2a2d41454596252bd267c3edf4e14552ab40e1" +checksum = "213a4bec1b18bd0750e7b81d11d8276c24f68b53cde83950b00b178ecc9ab24a" dependencies = [ "Inflector", "blake2 0.10.6", @@ -14774,15 +15146,15 @@ dependencies = [ [[package]] name = "sp-application-crypto" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1505fad69251900048ddddc6387265e1545d1a366e3b4dcd57b76a03f0a65ae7" +checksum = "57541120624a76379cc993cbb85064a5148957a92da032567e54bce7977f51fc" dependencies = [ "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-std", ] @@ -14833,15 +15205,15 @@ dependencies = [ [[package]] name = "sp-authority-discovery" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f5700c6f51afc80af2dd2b39973183d7527e8b5be390fa125d777f948db0e88" +checksum = "6d8494eafd70194198b7fd82446da59380c7346bedf68e83dfbdb5f338395437" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -14858,47 +15230,47 @@ dependencies = [ [[package]] name = "sp-block-builder" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "466eaa1fe1745e9456a5e5afc033b67a52211463a137ea3551bff36b4d72ce03" +checksum = "51cf3d8fb96de98aecdd32cdd4a735af4d84fae274314f411f95c89d4dff6ad3" dependencies = [ - "sp-api 30.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "sp-blockchain" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eed0dc760fde2b2cd07ca9428e3d6b7ecc02bbd00a5dc32b7f829c80889b152b" +checksum = "488d3cc94c345ce55d1890239bb256f4418f9566e29b7b90f01817bc7b553a08" dependencies = [ "futures", "log", "parity-scale-codec", "parking_lot 0.12.1", "schnellru", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-consensus", "sp-database", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "thiserror", ] [[package]] name = "sp-consensus" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19910bc7cd10336a1b13611df1212bce5cabbcfcd92a9394e23476498aa360c7" +checksum = "3f400a20113301fa91094c210b9b9b63f066cee55f22517768eaadf3519124d8" dependencies = [ "async-trait", "futures", "log", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "thiserror", ] @@ -14922,19 +15294,19 @@ dependencies = [ [[package]] name = "sp-consensus-aura" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67647dc44d2f47f8b96a56f30a896926485e55a8209cfe916cf8d08a6d488f03" +checksum = "c8904da70720b26f207b6ae1d140cac4f5b10b94bce535e08ee0df08f3a27a84" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", - "sp-consensus-slots 0.36.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-timestamp 30.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", + "sp-consensus-slots 0.37.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-timestamp 31.0.0", ] [[package]] @@ -14959,21 +15331,21 @@ dependencies = [ [[package]] name = "sp-consensus-babe" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3500dd1ceb99ca5e6f399d37c4e42f22fcbb6505e07378791ebe57eec6a1960" +checksum = "75f99229c382c3f849160da42c897321fd6b82fe685bc0c4ba4afdd51b818bd1" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", - "sp-consensus-slots 0.36.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", + "sp-consensus-slots 0.37.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-timestamp 30.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-timestamp 31.0.0", ] [[package]] @@ -14999,22 +15371,22 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "160ad989b247b55fdc2acd8baa7d5a0b9daca5ad0d4fac6e94ee119ed0fdf164" +checksum = "f5eb094064dd8f1ff03bd92c843c5f979c1b18e955afb5c0ad98f9c781225e12" dependencies = [ "lazy_static", "parity-scale-codec", "scale-info", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", "sp-crypto-hashing", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-keystore 0.38.0", - "sp-mmr-primitives 30.0.0", - "sp-runtime 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-runtime 36.0.0", "strum 0.26.3", ] @@ -15039,20 +15411,20 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ffc3f88b33c2a8c14f4d05a3c69c5fc7b02cdd3300993a22d6d2175d35447f6" +checksum = "a6f4d90b65fd82e77c3b8c382c3a9e669bba5ccfb5402a945cde88984c98681b" dependencies = [ "finality-grandpa", "log", "parity-scale-codec", "scale-info", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -15070,14 +15442,14 @@ dependencies = [ [[package]] name = "sp-consensus-slots" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52dcae1dac6908d80bceaff4f311bc694c3b9c0d3ac6e74128ed4e3a29e9e31f" +checksum = "60823551c6987e2f5e1dda772140a09850e866e704757662795b8e7cacf9b228" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-timestamp 30.0.0", + "sp-timestamp 31.0.0", ] [[package]] @@ -15106,7 +15478,7 @@ dependencies = [ "parking_lot 0.12.1", "paste", "primitive-types", - "rand", + "rand 0.8.5", "scale-info", "schnorrkel 0.11.4", "secp256k1", @@ -15153,7 +15525,7 @@ dependencies = [ "parking_lot 0.12.1", "paste", "primitive-types", - "rand", + "rand 0.8.5", "scale-info", "schnorrkel 0.11.4", "secp256k1", @@ -15256,13 +15628,15 @@ dependencies = [ [[package]] name = "sp-genesis-builder" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee8a812b56fb4ed6a598ad7b43be127702aba1f7351ad4916f5bab995054cdc5" +checksum = "7605a8ed2c06d348c26055b7907c3d2d62f984666e9025b57df4895f865f5901" dependencies = [ + "parity-scale-codec", + "scale-info", "serde_json", - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -15282,15 +15656,15 @@ dependencies = [ [[package]] name = "sp-inherents" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fcba3b816fdfadf30d8c7c484e1873f1af89ed2560c77d2b2137d152cc5a585" +checksum = "170537049d57fc645637e4586fe98a3291392b2ecfd7988ea31639cf43470b42" dependencies = [ "async-trait", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] @@ -15301,7 +15675,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec43aa073eab35fcb920d7592474d5427ea3be2bf938706a3ad955d7ba54fd8d" dependencies = [ "bytes", - "ed25519-dalek", + "ed25519-dalek 2.1.1", "libsecp256k1", "log", "parity-scale-codec", @@ -15322,12 +15696,12 @@ dependencies = [ [[package]] name = "sp-io" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c44ed47247b6eee76ff703f9fa9f04f99c4104ac1faf629e6d1128e09066b57b" +checksum = "8b64ab18a0e29def6511139a8c45a59c14a846105aab6f9cc653523bd3b81f55" dependencies = [ "bytes", - "ed25519-dalek", + "ed25519-dalek 2.1.1", "libsecp256k1", "log", "parity-scale-codec", @@ -15339,10 +15713,10 @@ dependencies = [ "sp-externalities 0.28.0", "sp-keystore 0.38.0", "sp-runtime-interface 27.0.0", - "sp-state-machine 0.39.0", + "sp-state-machine 0.40.0", "sp-std", "sp-tracing 17.0.0", - "sp-trie 33.0.0", + "sp-trie 34.0.0", "tracing", "tracing-core", ] @@ -15360,12 +15734,12 @@ dependencies = [ [[package]] name = "sp-keyring" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "089da5d08c4a6b4a36de664de287f4a391ac338e351a923b79aedfc46162f201" +checksum = "33d2c495248bd141fe04ec639785c874949b2c552c00ea4afc4c183c654466ce" dependencies = [ "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "strum 0.26.3", ] @@ -15429,14 +15803,14 @@ dependencies = [ [[package]] name = "sp-mixnet" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01ba1e6ceede3aa5e36ee161dc02f1b294a659823887cefc4f0f2fce589e3c11" +checksum = "2242e7a802822109e007c3d6ee79640f8dc3abee7139d34ce029c7478361be8c" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", ] [[package]] @@ -15460,19 +15834,19 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8abf5586785c20bb4bdbc81243877d5bb2bdf6dff6a03c101b6a3a875bc9278" +checksum = "dedd59967d2f759bec2be705840d170a5dbf38866acaedffe7c813e7547325bf" dependencies = [ "ckb-merkle-mountain-range", "log", "parity-scale-codec", "scale-info", "serde", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", "sp-debug-derive", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] @@ -15493,16 +15867,16 @@ dependencies = [ [[package]] name = "sp-npos-elections" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ae4f90a3a36f052f4f9aa6f6ab1d59cf6f895f3a939f40dbe1f3e14907a2e31" +checksum = "8e52344b6fd91289a87c3fca03e5147df178167b150e1a10b82243434f43e134" dependencies = [ "parity-scale-codec", "scale-info", "serde", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -15518,13 +15892,13 @@ dependencies = [ [[package]] name = "sp-offchain" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50efea44dfc8e40c59e9f9099c6a4f64dc750ad224fd8dbf9aec12fc857fa145" +checksum = "2cbbd2096fda34c2f6f9f268c808ca280c08565e759309ea24f17dcd0808097b" dependencies = [ - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -15562,7 +15936,7 @@ dependencies = [ "log", "parity-scale-codec", "paste", - "rand", + "rand 0.8.5", "scale-info", "serde", "simple-mermaid", @@ -15576,9 +15950,9 @@ dependencies = [ [[package]] name = "sp-runtime" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42ce931b7fbfdeeca1340801dbd4a1cae54ad4c97a1e3dcfcc79709bc800dd46" +checksum = "a6b85cb874b78ebb17307a910fc27edf259a0455ac5155d87eaed8754c037e07" dependencies = [ "docify", "either", @@ -15587,14 +15961,14 @@ dependencies = [ "log", "parity-scale-codec", "paste", - "rand", + "rand 0.8.5", "scale-info", "serde", "simple-mermaid", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-std", "sp-weights 31.0.0", ] @@ -15684,17 +16058,17 @@ dependencies = [ [[package]] name = "sp-session" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d66f0f2f00e4c520deae07eeab7acf04c1a41dd875c7a4689e4e4302fb89925" +checksum = "9c558f85486882433adcfdfe05c5e82972a7be1a6d7fa68a6213b70ec1d86068" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", ] [[package]] @@ -15714,16 +16088,16 @@ dependencies = [ [[package]] name = "sp-staking" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09a43ec7f6c9759ba3011a16bb022afe056bc26f88b3c424598737cba71d3ef0" +checksum = "bd38abe12a12b0c24d318011ec3cd3280f8d828666994695a6c0652f38662dbf" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -15736,7 +16110,7 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "smallvec", "sp-core 29.0.0", "sp-externalities 0.26.0", @@ -15745,50 +16119,50 @@ dependencies = [ "sp-trie 30.0.0", "thiserror", "tracing", - "trie-db", + "trie-db 0.28.0", ] [[package]] name = "sp-state-machine" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21d9078306c3066f1824e41153e1ceec34231d39d9a7e7956b101eadf7b9fd3a" +checksum = "18084cb996c27d5d99a88750e0a8eb4af6870a40df97872a5923e6d293d95fb9" dependencies = [ "hash-db", "log", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "smallvec", "sp-core 32.0.0", "sp-externalities 0.28.0", "sp-panic-handler", - "sp-trie 33.0.0", + "sp-trie 34.0.0", "thiserror", "tracing", - "trie-db", + "trie-db 0.29.1", ] [[package]] name = "sp-statement-store" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e22e2d355461e02aa8325a819d24403fb7232a828bf1e21ad8982fde3f0dc0e" +checksum = "c7ac525ad4b3533aebdd68ae097d0a55887b6499b565c5a592f6c18372a40caf" dependencies = [ "aes-gcm", "curve25519-dalek 4.1.2", - "ed25519-dalek", + "ed25519-dalek 2.1.1", "hkdf", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", "sha2 0.10.8", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-externalities 0.28.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-runtime-interface 27.0.0", "thiserror", "x25519-dalek 2.0.1", @@ -15843,14 +16217,14 @@ dependencies = [ [[package]] name = "sp-timestamp" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6d3965ef60cc066fcc01dbcb7837404f40de8ac58f1115e3a3a1d6550575ff6" +checksum = "bdb7768c895643e315f9bcfacdd61e283b78c862d976fd081a508cf7239c8643" dependencies = [ "async-trait", "parity-scale-codec", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", "thiserror", ] @@ -15891,27 +16265,27 @@ dependencies = [ [[package]] name = "sp-transaction-pool" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7bddae32e6935eedda993b7371b79e69af901a277e11be2bbd6d9bc7643b49cb" +checksum = "207cb372504cf86237fa63953a0aa40d7596d1c9cf21175a56346ed1744eb8fe" dependencies = [ - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "sp-transaction-storage-proof" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "726f90279766e231ad86f884e5f07d9331852a59d739f27c5f5e28bee0fc6da5" +checksum = "1141f46e088898986a59c8aae4a91c8d8c04da22a38986a8bdfcb2446889ee5a" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-trie 33.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-trie 34.0.0", ] [[package]] @@ -15927,7 +16301,7 @@ dependencies = [ "nohash-hasher", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "scale-info", "schnellru", "sp-core 29.0.0", @@ -15935,15 +16309,15 @@ dependencies = [ "sp-std", "thiserror", "tracing", - "trie-db", + "trie-db 0.28.0", "trie-root", ] [[package]] name = "sp-trie" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1f5b3620a1c87c265a83d85d7519c6b60c47acf7f77593966afe313d086f00e" +checksum = "87727eced997f14d0f79e3a5186a80e38a9de87f6e9dc0baea5ebf8b7f9d8b66" dependencies = [ "ahash 0.8.11", "hash-db", @@ -15952,14 +16326,14 @@ dependencies = [ "nohash-hasher", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "scale-info", "schnellru", "sp-core 32.0.0", "sp-externalities 0.28.0", "thiserror", "tracing", - "trie-db", + "trie-db 0.29.1", "trie-root", ] @@ -15983,9 +16357,9 @@ dependencies = [ [[package]] name = "sp-version" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ba2f18b89ac5f356fb247f70163098bc976117221c373d5590079a5797a3b43" +checksum = "0b8e3856686aa2719b1c05af07ba7e6021d844944472f246f3b5f1c585be04cd" dependencies = [ "impl-serde", "parity-scale-codec", @@ -15993,7 +16367,7 @@ dependencies = [ "scale-info", "serde", "sp-crypto-hashing-proc-macro", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-version-proc-macro 14.0.0", "thiserror", @@ -16093,17 +16467,6 @@ version = "0.9.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" -[[package]] -name = "spinners" -version = "4.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0ef947f358b9c238923f764c72a4a9d42f2d637c46e059dbd319d6e7cfb4f82" -dependencies = [ - "lazy_static", - "maplit", - "strum 0.24.1", -] - [[package]] name = "spinning_top" version = "0.3.0" @@ -16184,16 +16547,16 @@ dependencies = [ [[package]] name = "staging-parachain-info" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1383aa763f2cea1a816761948bfc1245040740d418c6b77d36fd4f259b944d84" +checksum = "4efd2f6285b97c1797f8451afb9834a90bd7b90712e6d1a3df8f68f9e7357ea6" dependencies = [ - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "cumulus-primitives-core 0.12.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -16213,14 +16576,14 @@ dependencies = [ "scale-info", "serde", "sp-weights 28.0.0", - "xcm-procedural", + "xcm-procedural 8.0.0", ] [[package]] name = "staging-xcm" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aded0292274ad473250c22ed3deaf2d9ed47d15786d700e9e83ab7c1cad2ad44" +checksum = "5090e0801a8aeb28ff88cc6e0ca0bad399cc58eed11ec70c517fcb316bd3151b" dependencies = [ "array-bytes 6.2.2", "bounded-collections 0.2.0", @@ -16232,7 +16595,7 @@ dependencies = [ "scale-info", "serde", "sp-weights 31.0.0", - "xcm-procedural", + "xcm-procedural 9.0.0", ] [[package]] @@ -16260,25 +16623,25 @@ dependencies = [ [[package]] name = "staging-xcm-builder" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0681b0a478c2f5e1f1ae9b7e8e4970d79ec8ef94f4efebc011ea335822bc264e" +checksum = "a5ccd51b148ec7c72f98cd315952595af353c103f4ad76cb600a85b8ee60adf4" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "log", - "pallet-transaction-payment 32.0.0", + "pallet-transaction-payment 33.0.0", "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", + "polkadot-parachain-primitives 11.0.0", "scale-info", "sp-arithmetic 26.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-weights 31.0.0", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", ] [[package]] @@ -16305,24 +16668,24 @@ dependencies = [ [[package]] name = "staging-xcm-executor" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb518e82e9982c90c32b66263642385fc186c76f329766884d3360b65e84dd46" +checksum = "39025611744d726ee1cb6661c09b13cd41525ca791f4fba45d68a00db9582063" dependencies = [ "environmental", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-weights 31.0.0", - "staging-xcm 11.0.0", + "staging-xcm 12.0.0", ] [[package]] @@ -16359,6 +16722,26 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "str0m" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ee48572247f422dcbe68630c973f8296fbd5157119cd36a3223e48bf83d47727" +dependencies = [ + "combine", + "crc", + "hmac 0.12.1", + "once_cell", + "openssl", + "openssl-sys", + "rand 0.8.5", + "sctp-proto", + "serde", + "sha-1 0.10.1", + "thiserror", + "tracing", +] + [[package]] name = "strobe-rs" version = "0.8.1" @@ -16475,22 +16858,22 @@ checksum = "b285e7d183a32732fdc119f3d81b7915790191fad602b7c709ef247073c77a2e" [[package]] name = "substrate-frame-rpc-system" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "949d14f7bb2a53b77985bd17a8eb2e9edf8d5bbf4409e9acb036fa3bf7310d8f" +checksum = "d19975c2965833aed97064cd34975ed5bc0390e4436c84b381874c8abce43712" dependencies = [ - "frame-system-rpc-runtime-api 30.0.0", + "frame-system-rpc-runtime-api 31.0.0", "futures", "jsonrpsee", "log", "parity-scale-codec", "sc-rpc-api", "sc-transaction-pool-api", - "sp-api 30.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -16506,25 +16889,11 @@ dependencies = [ "tokio", ] -[[package]] -name = "substrate-rpc-client" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "812076602836d6d90242c431729814c790c49685d142f47ec41f3b897a5fb6ad" -dependencies = [ - "async-trait", - "jsonrpsee", - "log", - "sc-rpc-api", - "serde", - "sp-runtime 35.0.0", -] - [[package]] name = "substrate-state-trie-migration-rpc" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0da2e823fb02fbd5c77d6949cde60ff3e320c100278818000b39e9f0a8c8c428" +checksum = "538029eeb26c9ab3f5f8677d696336f92ee536918f4e7ba7fcad1d08ad31ca6b" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -16532,10 +16901,10 @@ dependencies = [ "sc-rpc-api", "serde", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", - "sp-trie 33.0.0", - "trie-db", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", + "sp-trie 34.0.0", + "trie-db 0.29.1", ] [[package]] @@ -16559,17 +16928,26 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" -version = "21.0.0" +version = "22.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82a7c3e61041eaa76a89ded469f84d243fb34557ba4ee1e60335e65c8b5540c9" +checksum = "6567b61eca9459dbe71385caef9f6eab826abbd4a0743abf27034d96d34b9062" dependencies = [ + "array-bytes 6.2.2", "build-helper", "cargo_metadata", "console", "filetime", + "frame-metadata", + "merkleized-metadata", + "parity-scale-codec", "parity-wasm", "polkavm-linker", + "sc-executor", + "sp-core 32.0.0", + "sp-io 35.0.0", "sp-maybe-compressed-blob", + "sp-tracing 17.0.0", + "sp-version 34.0.0", "strum 0.26.3", "tempfile", "toml 0.8.12", @@ -16897,17 +17275,6 @@ dependencies = [ "syn 2.0.55", ] -[[package]] -name = "tokio-retry" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f57eb36ecbe0fc510036adff84824dd3c24bb781e21bfa67b69d556aa85214f" -dependencies = [ - "pin-project", - "rand", - "tokio", -] - [[package]] name = "tokio-rustls" version = "0.24.1" @@ -16941,6 +17308,21 @@ dependencies = [ "tokio-util", ] +[[package]] +name = "tokio-tungstenite" +version = "0.20.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c" +dependencies = [ + "futures-util", + "log", + "rustls 0.21.10", + "rustls-native-certs 0.6.3", + "tokio", + "tokio-rustls 0.24.1", + "tungstenite", +] + [[package]] name = "tokio-util" version = "0.7.10" @@ -17111,12 +17493,12 @@ dependencies = [ [[package]] name = "tracing-gum" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48057e9b12f413d8d104aeb84d6efad65e8bd325acbfa91f7f97724bcf1dd2ed" +checksum = "d037e38c3da801f670c99e555882a8009c40a8a473815e6a4ea72a8e2887c0c4" dependencies = [ "coarsetime", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "tracing", "tracing-gum-proc-macro", ] @@ -17176,7 +17558,6 @@ dependencies = [ "chrono", "lazy_static", "matchers 0.0.1", - "parking_lot 0.11.2", "regex", "serde", "serde_json", @@ -17196,9 +17577,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" dependencies = [ "matchers 0.1.0", + "nu-ansi-term", "once_cell", + "parking_lot 0.12.1", "regex", "sharded-slab", + "smallvec", "thread_local", "tracing", "tracing-core", @@ -17218,6 +17602,18 @@ dependencies = [ "smallvec", ] +[[package]] +name = "trie-db" +version = "0.29.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0c992b4f40c234a074d48a757efeabb1a6be88af84c0c23f7ca158950cb0ae7f" +dependencies = [ + "hash-db", + "log", + "rustc-hex", + "smallvec", +] + [[package]] name = "trie-root" version = "0.18.0" @@ -17236,14 +17632,14 @@ dependencies = [ "async-trait", "cfg-if", "data-encoding", - "enum-as-inner", + "enum-as-inner 0.5.1", "futures-channel", "futures-io", "futures-util", "idna 0.2.3", "ipnet", "lazy_static", - "rand", + "rand 0.8.5", "smallvec", "socket2 0.4.10", "thiserror", @@ -17253,6 +17649,31 @@ dependencies = [ "url", ] +[[package]] +name = "trust-dns-proto" +version = "0.23.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3119112651c157f4488931a01e586aa459736e9d6046d3bd9105ffb69352d374" +dependencies = [ + "async-trait", + "cfg-if", + "data-encoding", + "enum-as-inner 0.6.0", + "futures-channel", + "futures-io", + "futures-util", + "idna 0.4.0", + "ipnet", + "once_cell", + "rand 0.8.5", + "smallvec", + "thiserror", + "tinyvec", + "tokio", + "tracing", + "url", +] + [[package]] name = "trust-dns-resolver" version = "0.22.0" @@ -17270,51 +17691,35 @@ dependencies = [ "thiserror", "tokio", "tracing", - "trust-dns-proto", + "trust-dns-proto 0.22.0", ] [[package]] -name = "try-lock" -version = "0.2.5" +name = "trust-dns-resolver" +version = "0.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" +checksum = "10a3e6c3aff1718b3c73e395d1f35202ba2ffa847c6a62eea0db8fb4cfe30be6" +dependencies = [ + "cfg-if", + "futures-util", + "ipconfig", + "lru-cache", + "once_cell", + "parking_lot 0.12.1", + "rand 0.8.5", + "resolv-conf", + "smallvec", + "thiserror", + "tokio", + "tracing", + "trust-dns-proto 0.23.2", +] [[package]] -name = "try-runtime-cli" -version = "0.42.0" +name = "try-lock" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a45904e10377e9973238ae9e52bd0fbbb0bba5d7be9198458ba9d3fe0a4173ed" -dependencies = [ - "async-trait", - "clap", - "frame-remote-externalities", - "frame-try-runtime 0.38.0", - "hex", - "log", - "parity-scale-codec", - "sc-cli", - "sc-executor", - "serde", - "serde_json", - "sp-api 30.0.0", - "sp-consensus-aura 0.36.0", - "sp-consensus-babe 0.36.0", - "sp-core 32.0.0", - "sp-debug-derive", - "sp-externalities 0.28.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-keystore 0.38.0", - "sp-rpc", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", - "sp-timestamp 30.0.0", - "sp-transaction-storage-proof", - "sp-version 33.0.0", - "sp-weights 31.0.0", - "substrate-rpc-client", - "zstd 0.12.4", -] +checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "tt-call" @@ -17322,6 +17727,26 @@ version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f4f195fd851901624eee5a58c4bb2b4f06399148fcd0ed336e6f1cb60a9881df" +[[package]] +name = "tungstenite" +version = "0.20.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9" +dependencies = [ + "byteorder", + "bytes", + "data-encoding", + "http", + "httparse", + "log", + "rand 0.8.5", + "rustls 0.21.10", + "sha1", + "thiserror", + "url", + "utf-8", +] + [[package]] name = "twox-hash" version = "1.6.3" @@ -17330,7 +17755,7 @@ checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ "cfg-if", "digest 0.10.7", - "rand", + "rand 0.8.5", "static_assertions", ] @@ -17411,6 +17836,7 @@ dependencies = [ "bytes", "futures-io", "futures-util", + "tokio-util", ] [[package]] @@ -17436,6 +17862,12 @@ dependencies = [ "percent-encoding", ] +[[package]] +name = "utf-8" +version = "0.7.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" + [[package]] name = "utf8parse" version = "0.2.1" @@ -17481,7 +17913,7 @@ dependencies = [ "arrayref", "constcat", "digest 0.10.7", - "rand", + "rand 0.8.5", "rand_chacha 0.3.1", "rand_core 0.6.4", "sha2 0.10.8", @@ -17891,7 +18323,7 @@ dependencies = [ "memfd", "memoffset", "paste", - "rand", + "rand 0.8.5", "rustix 0.36.17", "wasmtime-asm-macros", "wasmtime-environ", @@ -17942,126 +18374,127 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "11.0.0" +version = "12.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6d7d64eabcbf938ac7978ebc0e3385caedacb2967ee6e2a9b9e1b69a2590498" +checksum = "7d521fd006f3380ffafcd9df855b7efea1022112433173845c8bb60d4e8314d9" dependencies = [ "binary-merkle-tree 15.0.0", "bitvec", - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-executive 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "frame-system-benchmarking 32.0.0", - "frame-system-rpc-runtime-api 30.0.0", - "frame-try-runtime 0.38.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-executive 33.0.0", + "frame-metadata-hash-extension 0.2.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "frame-system-benchmarking 33.0.0", + "frame-system-rpc-runtime-api 31.0.0", + "frame-try-runtime 0.39.0", "hex-literal", "log", - "pallet-asset-rate 11.0.0", - "pallet-authority-discovery 32.0.0", - "pallet-authorship 32.0.0", - "pallet-babe 32.0.0", - "pallet-bags-list 31.0.0", - "pallet-balances 33.0.0", - "pallet-beefy 32.0.0", - "pallet-beefy-mmr 32.0.0", + "pallet-asset-rate 12.0.0", + "pallet-authority-discovery 33.0.0", + "pallet-authorship 33.0.0", + "pallet-babe 33.0.0", + "pallet-bags-list 32.0.0", + "pallet-balances 34.0.0", + "pallet-beefy 33.0.0", + "pallet-beefy-mmr 33.0.0", "pallet-collective", - "pallet-conviction-voting 32.0.0", + "pallet-conviction-voting 33.0.0", "pallet-democracy", - "pallet-election-provider-multi-phase 31.0.0", - "pallet-election-provider-support-benchmarking 31.0.0", + "pallet-election-provider-multi-phase 32.0.0", + "pallet-election-provider-support-benchmarking 32.0.0", "pallet-elections-phragmen", - "pallet-fast-unstake 31.0.0", - "pallet-grandpa 32.0.0", - "pallet-identity 32.0.0", - "pallet-indices 32.0.0", + "pallet-fast-unstake 32.0.0", + "pallet-grandpa 33.0.0", + "pallet-identity 33.0.0", + "pallet-indices 33.0.0", "pallet-membership", - "pallet-message-queue 35.0.0", - "pallet-mmr 31.0.0", - "pallet-multisig 32.0.0", - "pallet-nomination-pools 29.0.0", - "pallet-nomination-pools-benchmarking 30.0.0", - "pallet-nomination-pools-runtime-api 27.0.0", - "pallet-offences 31.0.0", - "pallet-offences-benchmarking 32.0.0", - "pallet-preimage 32.0.0", - "pallet-proxy 32.0.0", + "pallet-message-queue 36.0.0", + "pallet-mmr 32.0.0", + "pallet-multisig 33.0.0", + "pallet-nomination-pools 30.0.0", + "pallet-nomination-pools-benchmarking 31.0.0", + "pallet-nomination-pools-runtime-api 28.0.0", + "pallet-offences 32.0.0", + "pallet-offences-benchmarking 33.0.0", + "pallet-preimage 33.0.0", + "pallet-proxy 33.0.0", "pallet-recovery", - "pallet-referenda 32.0.0", + "pallet-referenda 33.0.0", "pallet-root-testing", - "pallet-scheduler 33.0.0", - "pallet-session 32.0.0", - "pallet-session-benchmarking 32.0.0", + "pallet-scheduler 34.0.0", + "pallet-session 33.0.0", + "pallet-session-benchmarking 33.0.0", "pallet-society", - "pallet-staking 32.0.0", + "pallet-staking 33.0.0", "pallet-staking-reward-curve", - "pallet-staking-runtime-api 18.0.0", - "pallet-state-trie-migration 33.0.0", - "pallet-sudo 32.0.0", - "pallet-timestamp 31.0.0", - "pallet-transaction-payment 32.0.0", - "pallet-transaction-payment-rpc-runtime-api 32.0.0", - "pallet-treasury 31.0.0", - "pallet-utility 32.0.0", - "pallet-vesting 32.0.0", - "pallet-whitelist 31.0.0", - "pallet-xcm 11.0.0", - "pallet-xcm-benchmarks 11.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-common 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "pallet-staking-runtime-api 19.0.0", + "pallet-state-trie-migration 34.0.0", + "pallet-sudo 33.0.0", + "pallet-timestamp 32.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-transaction-payment-rpc-runtime-api 33.0.0", + "pallet-treasury 32.0.0", + "pallet-utility 33.0.0", + "pallet-vesting 33.0.0", + "pallet-whitelist 32.0.0", + "pallet-xcm 12.0.0", + "pallet-xcm-benchmarks 12.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-common 12.0.0", + "polkadot-runtime-parachains 12.0.0", "rustc-hex", "scale-info", "serde", "serde_derive", "smallvec", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-arithmetic 26.0.0", - "sp-authority-discovery 30.0.0", - "sp-block-builder 30.0.0", - "sp-consensus-babe 0.36.0", - "sp-consensus-beefy 17.0.0", + "sp-authority-discovery 31.0.0", + "sp-block-builder 31.0.0", + "sp-consensus-babe 0.37.0", + "sp-consensus-beefy 18.0.0", "sp-core 32.0.0", - "sp-genesis-builder 0.11.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-mmr-primitives 30.0.0", - "sp-npos-elections 30.0.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-genesis-builder 0.12.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-npos-elections 31.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", "sp-storage 21.0.0", - "sp-transaction-pool 30.0.0", - "sp-version 33.0.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", - "substrate-wasm-builder 21.0.0", + "sp-transaction-pool 31.0.0", + "sp-version 34.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", + "substrate-wasm-builder 22.0.1", "westend-runtime-constants", "xcm-fee-payment-runtime-api", ] [[package]] name = "westend-runtime-constants" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56e49413f666c93595698e3e3283fb05d7d5e0a522ecb6d4c6220d959691d479" +checksum = "0eb9a91bc8d5ec0a260735651284eb4420c1a2de62b2430cf16c723186eabd28" dependencies = [ - "frame-support 32.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-common 11.0.0", + "frame-support 33.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-common 12.0.0", "smallvec", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-weights 31.0.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", ] [[package]] @@ -18142,6 +18575,21 @@ dependencies = [ "windows-targets 0.48.5", ] +[[package]] +name = "windows-sys" +version = "0.42.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" +dependencies = [ + "windows_aarch64_gnullvm 0.42.2", + "windows_aarch64_msvc 0.42.2", + "windows_i686_gnu 0.42.2", + "windows_i686_msvc 0.42.2", + "windows_x86_64_gnu 0.42.2", + "windows_x86_64_gnullvm 0.42.2", + "windows_x86_64_msvc 0.42.2", +] + [[package]] name = "windows-sys" version = "0.45.0" @@ -18418,55 +18866,72 @@ dependencies = [ "time", ] +[[package]] +name = "x509-parser" +version = "0.15.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7069fba5b66b9193bd2c5d3d4ff12b839118f6bcbef5328efafafb5395cf63da" +dependencies = [ + "asn1-rs", + "data-encoding", + "der-parser", + "lazy_static", + "nom", + "oid-registry", + "rusticata-macros", + "thiserror", + "time", +] + [[package]] name = "xcm-emulator" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37e42f8cc343d8c52d9412350da0fa8597ddd91c9b4d5664c06f63bb813c69de" +checksum = "09aad5434dca21a7c9f6c1d7fd61d186c7843a904a8c46ffd32398c9de52b25a" dependencies = [ - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-pallet-parachain-system 0.12.0", + "cumulus-pallet-xcmp-queue 0.12.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-parachain-inherent 0.12.0", "cumulus-test-relay-sproof-builder", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "lazy_static", "log", - "pallet-balances 33.0.0", - "pallet-message-queue 35.0.0", - "parachains-common 11.0.0", + "pallet-balances 34.0.0", + "pallet-message-queue 36.0.0", + "parachains-common 12.0.0", "parity-scale-codec", "paste", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-parachains 12.0.0", "sp-arithmetic 26.0.0", "sp-core 32.0.0", "sp-crypto-hashing", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-tracing 17.0.0", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", ] [[package]] name = "xcm-fee-payment-runtime-api" -version = "0.1.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd9c9513e249ed6d355d0243748c70cb0d7ca81d0604707f334fd481d54e8264" +checksum = "92be74937c8012c951c667bb0fb016634ab4adeac46f8106aef331f836059167" dependencies = [ - "frame-support 32.0.0", + "frame-support 33.0.0", "parity-scale-codec", "scale-info", - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-weights 31.0.0", - "staging-xcm 11.0.0", + "staging-xcm 12.0.0", ] [[package]] @@ -18481,6 +18946,18 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "xcm-procedural" +version = "9.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd9498be6aff2d380250c4b155faaebe4a83da181a00402dedac6c8166850198" +dependencies = [ + "Inflector", + "proc-macro2", + "quote", + "syn 2.0.55", +] + [[package]] name = "yamux" version = "0.10.2" @@ -18491,7 +18968,7 @@ dependencies = [ "log", "nohash-hasher", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "static_assertions", ] diff --git a/Cargo.toml b/Cargo.toml index 0a44e735..ccfca7ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,8 +47,8 @@ subxt-signer = "0.34.0" tokio = { version = "1.36", features = ["macros", "time", "rt-multi-thread"] } # Build -substrate-wasm-builder = "21.0.0" substrate-build-script-utils = "11.0.0" +substrate-wasm-builder = "22.0.1" # Local pop-runtime-devnet = { path = "runtime/devnet", default-features = true, features = [ @@ -61,113 +61,114 @@ pop-runtime-common = { path = "runtime/common", default-features = false } pop-primitives = { path = "./primitives", default-features = false } # Substrate -sc-basic-authorship = "0.38.0" -sc-chain-spec = "31.0.0" -sc-cli = "0.40.0" -sc-client-api = "32.0.0" -sc-offchain = "33.0.0" -sc-consensus = "0.37.0" -sc-executor = "0.36.0" -sc-network = "0.38.0" -sc-network-sync = "0.37.0" -sc-rpc = "33.0.0" -sc-service = "0.39.0" -sc-sysinfo = "31.0.0" -sc-telemetry = "18.0.0" -sc-tracing = "32.0.0" -sc-transaction-pool = "32.0.0" -sc-transaction-pool-api = "32.0.0" -frame-benchmarking = { version = "32.0.0", default-features = false } -frame-benchmarking-cli = "36.0.0" -frame-executive = { version = "32.0.0", default-features = false } -frame-support = { version = "32.0.0", default-features = false } -frame-system = { version = "32.0.0", default-features = false } -frame-system-benchmarking = { version = "32.0.0", default-features = false } -frame-system-rpc-runtime-api = { version = "30.0.0", default-features = false } -frame-try-runtime = { version = "0.38.0", default-features = false } -pallet-aura = { version = "31.0.0", default-features = false } -pallet-authorship = { version = "32.0.0", default-features = false } -pallet-assets = { version = "33.0.0", default-features = false } -pallet-balances = { version = "33.0.0", default-features = false } -pallet-contracts = { version = "31.0.0", default-features = false } -pallet-message-queue = { version = "35.0.0", default-features = false } -pallet-multisig = { version = "32.0.0", default-features = false } -pallet-nft-fractionalization = { version = "14.0.0", default-features = false } -pallet-nfts = { version = "26.0.0", default-features = false } -pallet-nfts-runtime-api = { version = "18.0.0", default-features = false } -pallet-preimage = { version = "32.0.0", default-features = false } -pallet-proxy = { version = "32.0.0", default-features = false } -pallet-scheduler = { version = "33.0.0", default-features = false } -pallet-session = { version = "32.0.0", default-features = false } -pallet-sudo = { version = "32.0.0", default-features = false } -pallet-timestamp = { version = "31.0.0", default-features = false } -pallet-transaction-payment = { version = "32.0.0", default-features = false } -pallet-transaction-payment-rpc = "34.0.0" -pallet-transaction-payment-rpc-runtime-api = { version = "32.0.0", default-features = false } -pallet-utility = { version = "32.0.0", default-features = false } -sp-api = { version = "30.0.0", default-features = false } -sp-authority-discovery = { version = "30.0.0", default-features = false } -sp-block-builder = { version = "30.0.0", default-features = false } -sp-blockchain = "32.0.0" -sp-consensus-aura = { version = "0.36.0", default-features = false } -sp-consensus-babe = { version = "0.36.0", default-features = false } -sp-consensus-beefy = { version = "17.0.0", default-features = false } -sp-consensus-grandpa = { version = "17.0.0", default-features = false } +sc-basic-authorship = "0.39.0" +sc-chain-spec = "32.0.0" +sc-cli = "0.41.0" +sc-client-api = "33.0.0" +sc-offchain = "34.0.0" +sc-consensus = "0.38.0" +sc-executor = "0.37.0" +sc-network = "0.39.0" +sc-network-sync = "0.38.0" +sc-rpc = "34.0.0" +sc-service = "0.40.0" +sc-sysinfo = "32.0.0" +sc-telemetry = "19.0.0" +sc-tracing = "33.0.0" +sc-transaction-pool = "33.0.0" +sc-transaction-pool-api = "33.0.0" +frame-benchmarking = { version = "33.0.0", default-features = false } +frame-benchmarking-cli = "37.0.0" +frame-executive = { version = "33.0.0", default-features = false } +frame-metadata-hash-extension = { version = "0.2.0", default-features = false } +frame-support = { version = "33.0.0", default-features = false } +frame-system = { version = "33.0.0", default-features = false } +frame-system-benchmarking = { version = "33.0.0", default-features = false } +frame-system-rpc-runtime-api = { version = "31.0.0", default-features = false } +frame-try-runtime = { version = "0.39.0", default-features = false } +pallet-aura = { version = "32.0.0", default-features = false } +pallet-authorship = { version = "33.0.0", default-features = false } +pallet-assets = { version = "34.0.0", default-features = false } +pallet-balances = { version = "34.0.0", default-features = false } +pallet-contracts = { version = "32.0.0", default-features = false } +pallet-message-queue = { version = "36.0.0", default-features = false } +pallet-multisig = { version = "33.0.0", default-features = false } +pallet-nft-fractionalization = { version = "15.0.0", default-features = false } +pallet-nfts = { version = "27.0.0", default-features = false } +pallet-nfts-runtime-api = { version = "19.0.0", default-features = false } +pallet-preimage = { version = "33.0.0", default-features = false } +pallet-proxy = { version = "33.0.0", default-features = false } +pallet-scheduler = { version = "34.0.0", default-features = false } +pallet-session = { version = "33.0.0", default-features = false } +pallet-sudo = { version = "33.0.0", default-features = false } +pallet-timestamp = { version = "32.0.0", default-features = false } +pallet-transaction-payment = { version = "33.0.0", default-features = false } +pallet-transaction-payment-rpc = "35.0.0" +pallet-transaction-payment-rpc-runtime-api = { version = "33.0.0", default-features = false } +pallet-utility = { version = "33.0.0", default-features = false } +sp-api = { version = "31.0.0", default-features = false } +sp-authority-discovery = { version = "31.0.0", default-features = false } +sp-block-builder = { version = "31.0.0", default-features = false } +sp-blockchain = "33.0.0" +sp-consensus-aura = { version = "0.37.0", default-features = false } +sp-consensus-babe = { version = "0.37.0", default-features = false } +sp-consensus-beefy = { version = "18.0.0", default-features = false } +sp-consensus-grandpa = { version = "18.0.0", default-features = false } sp-core = { version = "32.0.0", default-features = false } sp-keystore = "0.38.0" -sp-io = { version = "34.0.0", default-features = false } -sp-genesis-builder = { version = "0.11.0", default-features = false } -sp-inherents = { version = "30.0.0", default-features = false } -sp-offchain = { version = "30.0.0", default-features = false } -sp-runtime = { version = "35.0.0", default-features = false } -sp-timestamp = "30.0.0" -substrate-frame-rpc-system = "32.0.0" +sp-io = { version = "35.0.0", default-features = false } +sp-genesis-builder = { version = "0.12.0", default-features = false } +sp-inherents = { version = "31.0.0", default-features = false } +sp-offchain = { version = "31.0.0", default-features = false } +sp-runtime = { version = "36.0.0", default-features = false } +sp-timestamp = "31.0.0" +substrate-frame-rpc-system = "33.0.0" substrate-prometheus-endpoint = "0.17.0" -sp-session = { version = "31.0.0", default-features = false } +sp-session = { version = "32.0.0", default-features = false } sp-std = { version = "14.0.0", default-features = false } -sp-transaction-pool = { version = "30.0.0", default-features = false } -sp-version = { version = "33.0.0", default-features = false } +sp-transaction-pool = { version = "31.0.0", default-features = false } +sp-version = { version = "34.0.0", default-features = false } # Polkadot -pallet-xcm = { version = "11.0.0", default-features = false } -polkadot-cli = "11.0.0" -polkadot-parachain-primitives = { version = "10.0.0", default-features = false } -polkadot-runtime-parachains = { version = "11.0.0", default-features = false } -polkadot-primitives = { version = "11.0.0", default-features = false } -polkadot-runtime-common = { version = "11.0.0", default-features = false } -rococo-runtime-constants = { version = "11.0.0", default-features = false } -rococo-runtime = { version = "11.0.0", default-features = false } -xcm = { version = "11.0.0", package = "staging-xcm", default-features = false } -xcm-builder = { version = "11.0.0", package = "staging-xcm-builder", default-features = false } -xcm-executor = { version = "11.0.0", package = "staging-xcm-executor", default-features = false } +pallet-xcm = { version = "12.0.0", default-features = false } +polkadot-cli = "12.0.0" +polkadot-parachain-primitives = { version = "11.0.0", default-features = false } +polkadot-runtime-parachains = { version = "12.0.0", default-features = false } +polkadot-primitives = { version = "12.0.0", default-features = false } +polkadot-runtime-common = { version = "12.0.0", default-features = false } +rococo-runtime-constants = { version = "12.0.0", default-features = false } +rococo-runtime = { version = "12.0.1", default-features = false } +xcm = { version = "12.0.0", package = "staging-xcm", default-features = false } +xcm-builder = { version = "12.0.0", package = "staging-xcm-builder", default-features = false } +xcm-executor = { version = "12.0.0", package = "staging-xcm-executor", default-features = false } # Cumulus -asset-hub-rococo-runtime = { version = "0.15.0", default-features = false } -asset-test-utils = { version = "11.0.0", default-features = false } -cumulus-pallet-aura-ext = { version = "0.11.0", default-features = false } -cumulus-pallet-parachain-system = { version = "0.11.0", default-features = false, features = [ +asset-hub-rococo-runtime = { version = "0.16.1", default-features = false } +asset-test-utils = { version = "12.0.0", default-features = false } +cumulus-pallet-aura-ext = { version = "0.12.0", default-features = false } +cumulus-pallet-parachain-system = { version = "0.12.0", default-features = false, features = [ "parameterized-consensus-hook", ] } -cumulus-pallet-session-benchmarking = { version = "13.0.0", default-features = false } -cumulus-pallet-xcm = { version = "0.11.0", default-features = false } -cumulus-pallet-xcmp-queue = { version = "0.11.0", default-features = false } -cumulus-primitives-aura = { version = "0.11.0", default-features = false } -cumulus-primitives-core = { version = "0.11.0", default-features = false } -cumulus-primitives-storage-weight-reclaim = { version = "2.0.0", default-features = false } -cumulus-primitives-utility = { version = "0.11.0", default-features = false } -emulated-integration-tests-common = { version = "7.0.0", default-features = false } -pallet-collator-selection = { version = "13.0.1", default-features = false } -parachains-common = { version = "11.0.0", default-features = false } -parachain-info = { version = "0.11.0", package = "staging-parachain-info", default-features = false } -cumulus-primitives-parachain-inherent = "0.11.0" -cumulus-relay-chain-interface = "0.11.0" +cumulus-pallet-session-benchmarking = { version = "14.0.0", default-features = false } +cumulus-pallet-xcm = { version = "0.12.0", default-features = false } +cumulus-pallet-xcmp-queue = { version = "0.12.0", default-features = false } +cumulus-primitives-aura = { version = "0.12.0", default-features = false } +cumulus-primitives-core = { version = "0.12.0", default-features = false } +cumulus-primitives-storage-weight-reclaim = { version = "3.0.0", default-features = false } +cumulus-primitives-utility = { version = "0.12.0", default-features = false } +emulated-integration-tests-common = { version = "8.0.0", default-features = false } +pallet-collator-selection = { version = "14.0.0", default-features = false } +parachains-common = { version = "12.0.0", default-features = false } +parachain-info = { version = "0.12.0", package = "staging-parachain-info", default-features = false } +cumulus-primitives-parachain-inherent = "0.12.0" +cumulus-relay-chain-interface = "0.12.0" color-print = "0.3.4" -cumulus-client-cli = "0.11.0" -cumulus-client-collator = "0.11.0" -cumulus-client-consensus-aura = "0.11.0" -cumulus-client-consensus-common = "0.11.0" -cumulus-client-consensus-proposer = "0.11.0" -cumulus-client-service = "0.11.0" +cumulus-client-cli = "0.12.0" +cumulus-client-collator = "0.12.0" +cumulus-client-consensus-aura = "0.12.0" +cumulus-client-consensus-common = "0.12.0" +cumulus-client-consensus-proposer = "0.12.0" +cumulus-client-service = "0.12.0" # Paseo asset-hub-paseo-runtime = { git = "https://github.com/paseo-network/runtimes/", tag = "v1.2.5-system-chains", default-features = false } diff --git a/node/src/cli.rs b/node/src/cli.rs index 665b1129..19532033 100644 --- a/node/src/cli.rs +++ b/node/src/cli.rs @@ -38,11 +38,6 @@ pub enum Subcommand { #[command(subcommand)] Benchmark(frame_benchmarking_cli::BenchmarkCmd), - /// Try-runtime has migrated to a standalone - /// [CLI](). The subcommand exists as a stub and - /// deprecation notice. It will be removed entirely some time after Janurary 2024. - TryRuntime, - /// Key management CLI utilities #[command(subcommand)] Key(sc_cli::KeySubcommand), diff --git a/node/src/command.rs b/node/src/command.rs index e7be989e..8e0b7bb9 100644 --- a/node/src/command.rs +++ b/node/src/command.rs @@ -10,7 +10,7 @@ use sc_cli::{ NetworkParams, Result, SharedParams, SubstrateCli, }; use sc_service::config::{BasePath, PrometheusConfig}; -use sp_runtime::traits::AccountIdConversion; +use sp_runtime::traits::HashingFor; use crate::{ chain_spec, @@ -249,9 +249,7 @@ pub fn run() -> Result<()> { Some(Subcommand::ExportGenesisHead(cmd)) => { let runner = cli.create_runner(cmd)?; runner.sync_run(|config| { - construct_benchmark_partials!(config, |partials| { - cmd.run(partials.client) - }) + construct_benchmark_partials!(config, |partials| cmd.run(partials.client)) }) }, Some(Subcommand::ExportGenesisWasm(cmd)) => { @@ -265,24 +263,28 @@ pub fn run() -> Result<()> { let runner = cli.create_runner(cmd)?; // Switch on the concrete benchmark sub-command- match cmd { - BenchmarkCmd::Pallet(cmd) => + BenchmarkCmd::Pallet(cmd) => { if cfg!(feature = "runtime-benchmarks") { - runner.sync_run(|config| cmd.run::, ReclaimHostFunctions>(config)) + runner.sync_run(|config| { + cmd.run_with_spec::, ReclaimHostFunctions>(Some( + config.chain_spec, + )) + }) } else { Err("Benchmarking wasn't enabled when building the node. \ You can enable it with `--features runtime-benchmarks`." .into()) - }, + } + }, BenchmarkCmd::Block(cmd) => runner.sync_run(|config| { construct_benchmark_partials!(config, |partials| cmd.run(partials.client)) }), #[cfg(not(feature = "runtime-benchmarks"))] - BenchmarkCmd::Storage(_) => - Err(sc_cli::Error::Input( - "Compile with --features=runtime-benchmarks \ + BenchmarkCmd::Storage(_) => Err(sc_cli::Error::Input( + "Compile with --features=runtime-benchmarks \ to enable storage benchmarks." - .into(), - )), + .into(), + )), #[cfg(feature = "runtime-benchmarks")] BenchmarkCmd::Storage(cmd) => runner.sync_run(|config| { construct_benchmark_partials!(config, |partials| { @@ -291,15 +293,15 @@ pub fn run() -> Result<()> { cmd.run(config, partials.client.clone(), db, storage) }) }), - BenchmarkCmd::Machine(cmd) => - runner.sync_run(|config| cmd.run(&config, SUBSTRATE_REFERENCE_HARDWARE.clone())), + BenchmarkCmd::Machine(cmd) => { + runner.sync_run(|config| cmd.run(&config, SUBSTRATE_REFERENCE_HARDWARE.clone())) + }, // NOTE: this allows the Client to leniently implement // new benchmark commands without requiring a companion MR. #[allow(unreachable_patterns)] _ => Err("Benchmarking sub-command unsupported".into()), } }, - Some(Subcommand::TryRuntime) => Err("The `try-runtime` subcommand has been migrated to a standalone CLI (https://github.com/paritytech/try-runtime-cli). It is no longer being maintained here and will be removed entirely some time after January 2024. Please remove this subcommand from your runtime and use the standalone CLI.".into()), Some(Subcommand::Key(cmd)) => cmd.run(&cli), None => { let runner = cli.create_runner(&cli.run.normalize())?; @@ -324,17 +326,11 @@ pub fn run() -> Result<()> { let id = ParaId::from(para_id); - let parachain_account = - AccountIdConversion::::into_account_truncating( - &id, - ); - let tokio_handle = config.tokio_handle.clone(); let polkadot_config = SubstrateCli::create_configuration(&polkadot_cli, &polkadot_cli, tokio_handle) .map_err(|err| format!("Relay chain argument error: {}", err))?; - info!("Parachain Account: {parachain_account}"); info!("Is collating: {}", if config.role.is_authority() { "yes" } else { "no" }); match config.chain_spec.runtime() { @@ -342,9 +338,7 @@ pub fn run() -> Result<()> { sp_core::crypto::set_default_ss58_version( pop_runtime_devnet::SS58Prefix::get().into(), ); - crate::service::start_parachain_node::< - pop_runtime_devnet::RuntimeApi, - >( + crate::service::start_parachain_node::( config, polkadot_config, collator_options, @@ -359,9 +353,7 @@ pub fn run() -> Result<()> { sp_core::crypto::set_default_ss58_version( pop_runtime_testnet::SS58Prefix::get().into(), ); - crate::service::start_parachain_node::< - pop_runtime_testnet::RuntimeApi, - >( + crate::service::start_parachain_node::( config, polkadot_config, collator_options, diff --git a/node/src/service.rs b/node/src/service.rs index c4cc0fbe..0e0c6d6e 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -134,7 +134,7 @@ where config, telemetry.as_ref().map(|telemetry| telemetry.handle()), &task_manager, - )?; + ); Ok(PartialComponents { backend, @@ -185,7 +185,11 @@ where let params = new_partial::(¶chain_config)?; let (block_import, mut telemetry, telemetry_worker_handle) = params.other; - let net_config = sc_network::config::FullNetworkConfiguration::new(¶chain_config.network); + let net_config = sc_network::config::FullNetworkConfiguration::< + _, + _, + sc_network::NetworkWorker, + >::new(¶chain_config.network); let client = params.client.clone(); let backend = params.backend.clone(); @@ -234,7 +238,7 @@ where transaction_pool: Some(OffchainTransactionPoolFactory::new( transaction_pool.clone(), )), - network_provider: network.clone(), + network_provider: Arc::new(network.clone()), is_validator: parachain_config.role.is_authority(), enable_http_requests: false, custom_extensions: move |_| vec![], @@ -356,14 +360,12 @@ pub(crate) fn build_import_queue( config: &Configuration, telemetry: Option, task_manager: &TaskManager, -) -> Result, sc_service::Error> +) -> sc_consensus::DefaultImportQueue where RuntimeApi: ConstructRuntimeApi> + Send + Sync + 'static, RuntimeApi::RuntimeApi: RuntimeApiExt, { - let slot_duration = cumulus_client_consensus_aura::slot_duration(&*client)?; - - Ok(cumulus_client_consensus_aura::equivocation_import_queue::fully_verifying_import_queue::< + cumulus_client_consensus_aura::equivocation_import_queue::fully_verifying_import_queue::< sp_consensus_aura::sr25519::AuthorityPair, _, _, @@ -376,11 +378,10 @@ where let timestamp = sp_timestamp::InherentDataProvider::from_system_time(); Ok(timestamp) }, - slot_duration, &task_manager.spawn_essential_handle(), config.prometheus_registry(), telemetry, - )) + ) } #[allow(clippy::too_many_arguments)] diff --git a/runtime/devnet/Cargo.toml b/runtime/devnet/Cargo.toml index 13d4fe77..5585479b 100644 --- a/runtime/devnet/Cargo.toml +++ b/runtime/devnet/Cargo.toml @@ -28,6 +28,7 @@ pop-runtime-common = { workspace = true, default-features = false } # Substrate frame-benchmarking.workspace = true frame-executive.workspace = true +frame-metadata-hash-extension.workspace = true frame-support.workspace = true frame-system.workspace = true frame-system-benchmarking.workspace = true @@ -82,8 +83,8 @@ cumulus-pallet-xcm.workspace = true cumulus-pallet-xcmp-queue.workspace = true cumulus-primitives-aura.workspace = true cumulus-primitives-core.workspace = true -cumulus-primitives-utility.workspace = true cumulus-primitives-storage-weight-reclaim.workspace = true +cumulus-primitives-utility.workspace = true pallet-collator-selection.workspace = true parachains-common.workspace = true parachain-info.workspace = true @@ -226,3 +227,16 @@ try-runtime = [ ] experimental = [] + +# Enable the metadata hash generation. +# +# This is hidden behind a feature because it increases the compile time. +# The wasm binary needs to be compiled twice, once to fetch the metadata, +# generate the metadata hash and then a second time with the +# `RUNTIME_METADATA_HASH` environment variable set for the `CheckMetadataHash` +# extension. +metadata-hash = ["substrate-wasm-builder/metadata-hash"] + +# A convenience feature for enabling things when doing a build +# for an on-chain release. +on-chain-release-build = ["metadata-hash"] diff --git a/runtime/devnet/build.rs b/runtime/devnet/build.rs index 02d6973f..9fc445de 100644 --- a/runtime/devnet/build.rs +++ b/runtime/devnet/build.rs @@ -1,4 +1,14 @@ -#[cfg(feature = "std")] +#[cfg(all(feature = "std", feature = "metadata-hash"))] +fn main() { + substrate_wasm_builder::WasmBuilder::new() + .with_current_project() + .export_heap_base() + .import_memory() + .enable_metadata_hash("UNIT", 12) + .build() +} + +#[cfg(all(feature = "std", not(feature = "metadata-hash")))] fn main() { substrate_wasm_builder::WasmBuilder::new() .with_current_project() diff --git a/runtime/devnet/src/config/xcm.rs b/runtime/devnet/src/config/xcm.rs index 55ab07bd..a0c72cb3 100644 --- a/runtime/devnet/src/config/xcm.rs +++ b/runtime/devnet/src/config/xcm.rs @@ -31,6 +31,8 @@ parameter_types! { // Note: Paseo currently uses Polkadot https://github.com/paseo-network/runtimes/blob/abc4ae9c5ae8f0166aab7ef2b427b3c2c6d5ce5c/relay/paseo/src/xcm_config.rs#L56 pub const RelayNetwork: Option = Some(Polkadot); pub RelayChainOrigin: RuntimeOrigin = cumulus_pallet_xcm::Origin::Relay.into(); + // For the real deployment, it is recommended to set `RelayNetwork` according to the relay chain + // and prepend `UniversalLocation` with `GlobalConsensus(RelayNetwork::get())`. pub UniversalLocation: InteriorLocation = Parachain(ParachainInfo::parachain_id().into()).into(); } diff --git a/runtime/devnet/src/lib.rs b/runtime/devnet/src/lib.rs index f0264043..6fe9ac6d 100644 --- a/runtime/devnet/src/lib.rs +++ b/runtime/devnet/src/lib.rs @@ -33,7 +33,7 @@ use cumulus_primitives_core::{AggregateMessageOrigin, ParaId}; use frame_support::{ construct_runtime, derive_impl, dispatch::DispatchClass, - genesis_builder_helper::{build_config, create_default_config}, + genesis_builder_helper::{build_state, get_preset}, parameter_types, traits::{ fungible::HoldConsideration, tokens::nonfungibles_v2::Inspect, ConstBool, ConstU32, @@ -102,6 +102,7 @@ pub type SignedExtra = ( frame_system::CheckWeight, pallet_transaction_payment::ChargeTransactionPayment, cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim, + frame_metadata_hash_extension::CheckMetadataHash, ); /// Unchecked extrinsic type as expected by this runtime. @@ -337,7 +338,7 @@ parameter_types! { impl pallet_transaction_payment::Config for Runtime { type RuntimeEvent = RuntimeEvent; - type OnChargeTransaction = pallet_transaction_payment::CurrencyAdapter; + type OnChargeTransaction = pallet_transaction_payment::FungibleAdapter; type WeightToFee = WeightToFee; type LengthToFee = ConstantMultiplier; type FeeMultiplierUpdate = SlowAdjustingFeeUpdate; @@ -956,12 +957,16 @@ impl_runtime_apis! { } impl sp_genesis_builder::GenesisBuilder for Runtime { - fn create_default_config() -> Vec { - create_default_config::() + fn build_state(config: Vec) -> sp_genesis_builder::Result { + build_state::(config) } - fn build_config(config: Vec) -> sp_genesis_builder::Result { - build_config::(config) + fn get_preset(id: &Option) -> Option> { + get_preset::(id, |_| None) + } + + fn preset_names() -> Vec { + Default::default() } } } diff --git a/runtime/testnet/Cargo.toml b/runtime/testnet/Cargo.toml index 1cd8982e..eae8ff77 100644 --- a/runtime/testnet/Cargo.toml +++ b/runtime/testnet/Cargo.toml @@ -28,6 +28,7 @@ pop-runtime-common = { workspace = true, default-features = false } # Substrate frame-benchmarking.workspace = true frame-executive.workspace = true +frame-metadata-hash-extension.workspace = true frame-support.workspace = true frame-system.workspace = true frame-system-benchmarking.workspace = true @@ -82,6 +83,7 @@ cumulus-pallet-xcm.workspace = true cumulus-pallet-xcmp-queue.workspace = true cumulus-primitives-aura.workspace = true cumulus-primitives-core.workspace = true +cumulus-primitives-storage-weight-reclaim.workspace = true cumulus-primitives-utility.workspace = true pallet-collator-selection.workspace = true parachains-common.workspace = true @@ -224,3 +226,16 @@ try-runtime = [ ] experimental = [] + +# Enable the metadata hash generation. +# +# This is hidden behind a feature because it increases the compile time. +# The wasm binary needs to be compiled twice, once to fetch the metadata, +# generate the metadata hash and then a second time with the +# `RUNTIME_METADATA_HASH` environment variable set for the `CheckMetadataHash` +# extension. +metadata-hash = ["substrate-wasm-builder/metadata-hash"] + +# A convenience feature for enabling things when doing a build +# for an on-chain release. +on-chain-release-build = ["metadata-hash"] diff --git a/runtime/testnet/build.rs b/runtime/testnet/build.rs index 02d6973f..9fc445de 100644 --- a/runtime/testnet/build.rs +++ b/runtime/testnet/build.rs @@ -1,4 +1,14 @@ -#[cfg(feature = "std")] +#[cfg(all(feature = "std", feature = "metadata-hash"))] +fn main() { + substrate_wasm_builder::WasmBuilder::new() + .with_current_project() + .export_heap_base() + .import_memory() + .enable_metadata_hash("UNIT", 12) + .build() +} + +#[cfg(all(feature = "std", not(feature = "metadata-hash")))] fn main() { substrate_wasm_builder::WasmBuilder::new() .with_current_project() diff --git a/runtime/testnet/src/config/xcm.rs b/runtime/testnet/src/config/xcm.rs index 55ab07bd..d7def2f5 100644 --- a/runtime/testnet/src/config/xcm.rs +++ b/runtime/testnet/src/config/xcm.rs @@ -31,6 +31,8 @@ parameter_types! { // Note: Paseo currently uses Polkadot https://github.com/paseo-network/runtimes/blob/abc4ae9c5ae8f0166aab7ef2b427b3c2c6d5ce5c/relay/paseo/src/xcm_config.rs#L56 pub const RelayNetwork: Option = Some(Polkadot); pub RelayChainOrigin: RuntimeOrigin = cumulus_pallet_xcm::Origin::Relay.into(); + // For the real deployment, it is recommended to set `RelayNetwork` according to the relay chain + // and prepend `UniversalLocation` with `GlobalConsensus(RelayNetwork::get())`. pub UniversalLocation: InteriorLocation = Parachain(ParachainInfo::parachain_id().into()).into(); } diff --git a/runtime/testnet/src/lib.rs b/runtime/testnet/src/lib.rs index d566bb5f..4b96e031 100644 --- a/runtime/testnet/src/lib.rs +++ b/runtime/testnet/src/lib.rs @@ -32,7 +32,7 @@ use cumulus_primitives_core::{AggregateMessageOrigin, ParaId}; use frame_support::{ construct_runtime, derive_impl, dispatch::DispatchClass, - genesis_builder_helper::{build_config, create_default_config}, + genesis_builder_helper::{build_state, get_preset}, parameter_types, traits::{ fungible::HoldConsideration, tokens::nonfungibles_v2::Inspect, ConstBool, ConstU32, @@ -101,6 +101,8 @@ pub type SignedExtra = ( frame_system::CheckNonce, frame_system::CheckWeight, pallet_transaction_payment::ChargeTransactionPayment, + cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim, + frame_metadata_hash_extension::CheckMetadataHash, ); /// Unchecked extrinsic type as expected by this runtime. @@ -337,7 +339,7 @@ parameter_types! { impl pallet_transaction_payment::Config for Runtime { type RuntimeEvent = RuntimeEvent; - type OnChargeTransaction = pallet_transaction_payment::CurrencyAdapter; + type OnChargeTransaction = pallet_transaction_payment::FungibleAdapter; type WeightToFee = WeightToFee; type LengthToFee = ConstantMultiplier; type FeeMultiplierUpdate = SlowAdjustingFeeUpdate; @@ -947,12 +949,16 @@ impl_runtime_apis! { } impl sp_genesis_builder::GenesisBuilder for Runtime { - fn create_default_config() -> Vec { - create_default_config::() + fn build_state(config: Vec) -> sp_genesis_builder::Result { + build_state::(config) } - fn build_config(config: Vec) -> sp_genesis_builder::Result { - build_config::(config) + fn get_preset(id: &Option) -> Option> { + get_preset::(id, |_| None) + } + + fn preset_names() -> Vec { + Default::default() } } } From 69503952660e01d3b2fd2020d14addb7af105610 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 18:14:36 +0700 Subject: [PATCH 29/95] fix: comment identation --- runtime/devnet/src/config/xcm.rs | 2 +- runtime/testnet/src/config/xcm.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/devnet/src/config/xcm.rs b/runtime/devnet/src/config/xcm.rs index a0c72cb3..edd82cf6 100644 --- a/runtime/devnet/src/config/xcm.rs +++ b/runtime/devnet/src/config/xcm.rs @@ -31,7 +31,7 @@ parameter_types! { // Note: Paseo currently uses Polkadot https://github.com/paseo-network/runtimes/blob/abc4ae9c5ae8f0166aab7ef2b427b3c2c6d5ce5c/relay/paseo/src/xcm_config.rs#L56 pub const RelayNetwork: Option = Some(Polkadot); pub RelayChainOrigin: RuntimeOrigin = cumulus_pallet_xcm::Origin::Relay.into(); - // For the real deployment, it is recommended to set `RelayNetwork` according to the relay chain + // For the real deployment, it is recommended to set `RelayNetwork` according to the relay chain // and prepend `UniversalLocation` with `GlobalConsensus(RelayNetwork::get())`. pub UniversalLocation: InteriorLocation = Parachain(ParachainInfo::parachain_id().into()).into(); } diff --git a/runtime/testnet/src/config/xcm.rs b/runtime/testnet/src/config/xcm.rs index d7def2f5..edd82cf6 100644 --- a/runtime/testnet/src/config/xcm.rs +++ b/runtime/testnet/src/config/xcm.rs @@ -31,7 +31,7 @@ parameter_types! { // Note: Paseo currently uses Polkadot https://github.com/paseo-network/runtimes/blob/abc4ae9c5ae8f0166aab7ef2b427b3c2c6d5ce5c/relay/paseo/src/xcm_config.rs#L56 pub const RelayNetwork: Option = Some(Polkadot); pub RelayChainOrigin: RuntimeOrigin = cumulus_pallet_xcm::Origin::Relay.into(); - // For the real deployment, it is recommended to set `RelayNetwork` according to the relay chain + // For the real deployment, it is recommended to set `RelayNetwork` according to the relay chain // and prepend `UniversalLocation` with `GlobalConsensus(RelayNetwork::get())`. pub UniversalLocation: InteriorLocation = Parachain(ParachainInfo::parachain_id().into()).into(); } From 6a1f0caac9b79a83a4d944924a85ecd0be3e2000 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 18:22:16 +0700 Subject: [PATCH 30/95] fix: remove signed extra from testnet --- Cargo.lock | 1 - runtime/testnet/Cargo.toml | 1 - runtime/testnet/src/lib.rs | 1 - 3 files changed, 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 730b0a19..a85f36b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11795,7 +11795,6 @@ dependencies = [ "cumulus-pallet-xcmp-queue 0.12.0", "cumulus-primitives-aura 0.12.0", "cumulus-primitives-core 0.12.0", - "cumulus-primitives-storage-weight-reclaim", "cumulus-primitives-utility 0.12.0", "enumflags2", "env_logger 0.11.3", diff --git a/runtime/testnet/Cargo.toml b/runtime/testnet/Cargo.toml index eae8ff77..a8a49437 100644 --- a/runtime/testnet/Cargo.toml +++ b/runtime/testnet/Cargo.toml @@ -83,7 +83,6 @@ cumulus-pallet-xcm.workspace = true cumulus-pallet-xcmp-queue.workspace = true cumulus-primitives-aura.workspace = true cumulus-primitives-core.workspace = true -cumulus-primitives-storage-weight-reclaim.workspace = true cumulus-primitives-utility.workspace = true pallet-collator-selection.workspace = true parachains-common.workspace = true diff --git a/runtime/testnet/src/lib.rs b/runtime/testnet/src/lib.rs index 4b96e031..664ef542 100644 --- a/runtime/testnet/src/lib.rs +++ b/runtime/testnet/src/lib.rs @@ -101,7 +101,6 @@ pub type SignedExtra = ( frame_system::CheckNonce, frame_system::CheckWeight, pallet_transaction_payment::ChargeTransactionPayment, - cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim, frame_metadata_hash_extension::CheckMetadataHash, ); From 5503e5f4366ac53053ccf9d695de95b494c0c537 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 19:07:49 +0700 Subject: [PATCH 31/95] fix: mismatch dependency version --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a85f36b3..67d5053c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -17191,9 +17191,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.34" +version = "0.3.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749" +checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" dependencies = [ "deranged", "itoa", @@ -17212,9 +17212,9 @@ checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" [[package]] name = "time-macros" -version = "0.2.17" +version = "0.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774" +checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" dependencies = [ "num-conv", "time-core", From a2025a1ff34f4b2410e8b1f05ba0cbe8e37766af Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Thu, 15 Aug 2024 00:31:50 +0700 Subject: [PATCH 32/95] chore: upgrade to v1.12.0 --- Cargo.lock | 6384 +++++++++++++++-------------- Cargo.toml | 199 +- node/src/chain_spec.rs | 3 +- node/src/service.rs | 6 +- runtime/devnet/Cargo.toml | 14 - runtime/devnet/build.rs | 12 +- runtime/devnet/src/config/xcm.rs | 1 + runtime/devnet/src/lib.rs | 1 - runtime/testnet/Cargo.toml | 14 - runtime/testnet/build.rs | 12 +- runtime/testnet/src/config/xcm.rs | 1 + runtime/testnet/src/lib.rs | 1 - 12 files changed, 3461 insertions(+), 3187 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 67d5053c..0c8bc02f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -23,11 +23,11 @@ dependencies = [ [[package]] name = "addr2line" -version = "0.21.0" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" +checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678" dependencies = [ - "gimli 0.28.1", + "gimli 0.29.0", ] [[package]] @@ -77,7 +77,7 @@ version = "0.7.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9" dependencies = [ - "getrandom 0.2.12", + "getrandom 0.2.15", "once_cell", "version_check", ] @@ -89,7 +89,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" dependencies = [ "cfg-if", - "getrandom 0.2.12", + "getrandom 0.2.15", "once_cell", "version_check", "zerocopy", @@ -106,9 +106,9 @@ dependencies = [ [[package]] name = "allocator-api2" -version = "0.2.16" +version = "0.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5" +checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" [[package]] name = "always-assert" @@ -142,47 +142,48 @@ dependencies = [ [[package]] name = "anstream" -version = "0.6.13" +version = "0.6.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb" +checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b" dependencies = [ "anstyle", "anstyle-parse", "anstyle-query", "anstyle-wincon", "colorchoice", + "is_terminal_polyfill", "utf8parse", ] [[package]] name = "anstyle" -version = "1.0.6" +version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc" +checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b" [[package]] name = "anstyle-parse" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c" +checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4" dependencies = [ "utf8parse", ] [[package]] name = "anstyle-query" -version = "1.0.2" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648" +checksum = "ad186efb764318d35165f1758e7dcef3b10628e26d41a44bc5550652e6804391" dependencies = [ "windows-sys 0.52.0", ] [[package]] name = "anstyle-wincon" -version = "3.0.2" +version = "3.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7" +checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19" dependencies = [ "anstyle", "windows-sys 0.52.0", @@ -190,9 +191,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.81" +version = "1.0.86" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247" +checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" [[package]] name = "approx" @@ -203,20 +204,6 @@ dependencies = [ "num-traits", ] -[[package]] -name = "aquamarine" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1da02abba9f9063d786eab1509833ebb2fac0f966862ca59439c76b9c566760" -dependencies = [ - "include_dir", - "itertools 0.10.5", - "proc-macro-error", - "proc-macro2", - "quote", - "syn 1.0.109", -] - [[package]] name = "aquamarine" version = "0.5.0" @@ -228,7 +215,7 @@ dependencies = [ "proc-macro-error", "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -362,15 +349,9 @@ dependencies = [ [[package]] name = "array-bytes" -version = "4.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f52f63c5c1316a16a4b35eaac8b76a98248961a533f061684cb2a7cb0eafb6c6" - -[[package]] -name = "array-bytes" -version = "6.2.2" +version = "6.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f840fb7195bcfc5e17ea40c26e5ce6d5b9ce5d584466e17703209657e459ae0" +checksum = "5d5dde061bd34119e902bbb2d9b90c5692635cf59fb91d582c2b68043f1b8293" [[package]] name = "arrayref" @@ -418,7 +399,7 @@ dependencies = [ "proc-macro2", "quote", "syn 1.0.109", - "synstructure", + "synstructure 0.12.6", ] [[package]] @@ -441,7 +422,7 @@ checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" [[package]] name = "asset-hub-paseo-runtime" version = "1.0.0" -source = "git+https://github.com/paseo-network/runtimes/?tag=v1.2.5-system-chains#e7265b10b28d8b82c3146e72c98895dac2b55729" +source = "git+https://github.com/paseo-network/runtimes/?tag=v1.2.5-system-chains#2fa66a19eef96bd2c079385057fab2564d09b751" dependencies = [ "assets-common", "bp-asset-hub-paseo", @@ -456,7 +437,7 @@ dependencies = [ "cumulus-primitives-utility 0.8.1", "frame-benchmarking 29.0.0", "frame-executive 29.0.0", - "frame-metadata-hash-extension 0.1.0", + "frame-metadata-hash-extension", "frame-support 29.0.2", "frame-system 29.0.0", "frame-system-benchmarking 29.0.0", @@ -482,6 +463,7 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 29.0.0", "pallet-uniques", "pallet-utility 29.0.0", + "pallet-vesting 29.0.0", "pallet-xcm 8.0.5", "pallet-xcm-benchmarks 8.0.2", "pallet-xcm-bridge-hub-router 0.6.0", @@ -519,32 +501,32 @@ dependencies = [ [[package]] name = "asset-test-utils" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7e7f3e224a6407633a4b55cc2dbbbd002709a1c31ecc61232ef816ed8e4d69e" -dependencies = [ - "cumulus-pallet-parachain-system 0.12.0", - "cumulus-pallet-xcmp-queue 0.12.0", - "cumulus-primitives-core 0.12.0", - "frame-support 33.0.0", - "frame-system 33.0.0", - "pallet-assets 34.0.0", - "pallet-balances 34.0.0", - "pallet-collator-selection 14.0.0", - "pallet-session 33.0.0", - "pallet-timestamp 32.0.0", - "pallet-xcm 12.0.0", - "pallet-xcm-bridge-hub-router 0.10.0", - "parachains-common 12.0.0", +checksum = "cbfbbae0e94876dd0db723eccce430751b28036b3874f010d7f557360c75dc05" +dependencies = [ + "cumulus-pallet-parachain-system 0.13.0", + "cumulus-pallet-xcmp-queue 0.13.0", + "cumulus-primitives-core 0.13.0", + "frame-support 34.0.0", + "frame-system 34.0.1", + "pallet-assets 35.0.0", + "pallet-balances 35.0.0", + "pallet-collator-selection 15.0.0", + "pallet-session 34.0.0", + "pallet-timestamp 33.0.0", + "pallet-xcm 13.0.0", + "pallet-xcm-bridge-hub-router 0.11.0", + "parachains-common 13.0.0", "parachains-runtimes-test-utils", "parity-scale-codec", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", - "staging-parachain-info 0.12.0", - "staging-xcm 12.0.0", - "staging-xcm-builder 12.0.0", - "staging-xcm-executor 12.0.0", + "staging-parachain-info 0.13.0", + "staging-xcm 13.0.1", + "staging-xcm-builder 13.0.0", + "staging-xcm-executor 13.0.0", "substrate-wasm-builder 22.0.1", ] @@ -585,27 +567,25 @@ dependencies = [ [[package]] name = "async-channel" -version = "2.2.0" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f28243a43d821d11341ab73c80bed182dc015c514b951616cf79bd4af39af0c3" +checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a" dependencies = [ "concurrent-queue", - "event-listener 5.2.0", - "event-listener-strategy 0.5.0", + "event-listener-strategy", "futures-core", - "pin-project-lite 0.2.13", + "pin-project-lite 0.2.14", ] [[package]] name = "async-executor" -version = "1.8.0" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17ae5ebefcc48e7452b4987947920dac9450be1110cadf34d1b8c116bdbaf97c" +checksum = "c8828ec6e544c02b0d6691d21ed9f9218d0384a82542855073c2a3f58304aaf0" dependencies = [ - "async-lock 3.3.0", "async-task", "concurrent-queue", - "fastrand 2.0.2", + "fastrand 2.1.0", "futures-lite 2.3.0", "slab", ] @@ -644,18 +624,18 @@ dependencies = [ [[package]] name = "async-io" -version = "2.3.2" +version = "2.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcccb0f599cfa2f8ace422d3555572f47424da5648a4382a9dd0310ff8210884" +checksum = "0d6baa8f0178795da0e71bc42c9e5d13261aac7ee549853162e66a241ba17964" dependencies = [ - "async-lock 3.3.0", + "async-lock 3.4.0", "cfg-if", "concurrent-queue", "futures-io", "futures-lite 2.3.0", "parking", - "polling 3.6.0", - "rustix 0.38.32", + "polling 3.7.2", + "rustix 0.38.34", "slab", "tracing", "windows-sys 0.52.0", @@ -672,13 +652,13 @@ dependencies = [ [[package]] name = "async-lock" -version = "3.3.0" +version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d034b430882f8381900d3fe6f0aaa3ad94f2cb4ac519b429692a1bc2dda4ae7b" +checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18" dependencies = [ - "event-listener 4.0.3", - "event-listener-strategy 0.4.0", - "pin-project-lite 0.2.13", + "event-listener 5.3.1", + "event-listener-strategy", + "pin-project-lite 0.2.14", ] [[package]] @@ -705,43 +685,43 @@ dependencies = [ "cfg-if", "event-listener 3.1.0", "futures-lite 1.13.0", - "rustix 0.38.32", + "rustix 0.38.34", "windows-sys 0.48.0", ] [[package]] name = "async-signal" -version = "0.2.5" +version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e47d90f65a225c4527103a8d747001fc56e375203592b25ad103e1ca13124c5" +checksum = "794f185324c2f00e771cd9f1ae8b5ac68be2ca7abb129a87afd6e86d228bc54d" dependencies = [ - "async-io 2.3.2", - "async-lock 2.8.0", + "async-io 2.3.3", + "async-lock 3.4.0", "atomic-waker", "cfg-if", "futures-core", "futures-io", - "rustix 0.38.32", + "rustix 0.38.34", "signal-hook-registry", "slab", - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] name = "async-task" -version = "4.7.0" +version = "4.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fbb36e985947064623dbd357f727af08ffd077f93d696782f3c56365fa2e2799" +checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" [[package]] name = "async-trait" -version = "0.1.79" +version = "0.1.80" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a507401cad91ec6a857ed5513a2073c82a9b9048762b885bb98655b306964681" +checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca" dependencies = [ "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -754,7 +734,7 @@ dependencies = [ "futures-sink", "futures-util", "memchr", - "pin-project-lite 0.2.13", + "pin-project-lite 0.2.14", ] [[package]] @@ -771,22 +751,22 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" [[package]] name = "autocfg" -version = "1.2.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80" +checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" [[package]] name = "backtrace" -version = "0.3.71" +version = "0.3.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d" +checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a" dependencies = [ - "addr2line 0.21.0", + "addr2line 0.22.0", "cc", "cfg-if", "libc", "miniz_oxide", - "object 0.32.2", + "object 0.36.0", "rustc-demangle", ] @@ -876,13 +856,13 @@ dependencies = [ "lazy_static", "lazycell", "peeking_take_while", - "prettyplease 0.2.17", + "prettyplease 0.2.20", "proc-macro2", "quote", "regex", "rustc-hash", "shlex", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -1031,18 +1011,15 @@ dependencies = [ [[package]] name = "blocking" -version = "1.5.1" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a37913e8dc4ddcc604f0c6d3bf2887c995153af3611de9e23c352b44c1b9118" +checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea" dependencies = [ - "async-channel 2.2.0", - "async-lock 3.3.0", + "async-channel 2.3.1", "async-task", - "fastrand 2.0.2", "futures-io", "futures-lite 2.3.0", "piper", - "tracing", ] [[package]] @@ -1081,7 +1058,7 @@ dependencies = [ [[package]] name = "bp-asset-hub-paseo" version = "1.0.0" -source = "git+https://github.com/paseo-network/runtimes/?tag=v1.2.5-system-chains#e7265b10b28d8b82c3146e72c98895dac2b55729" +source = "git+https://github.com/paseo-network/runtimes/?tag=v1.2.5-system-chains#2fa66a19eef96bd2c079385057fab2564d09b751" dependencies = [ "frame-support 29.0.2", "sp-std", @@ -1108,7 +1085,7 @@ dependencies = [ [[package]] name = "bp-bridge-hub-paseo" version = "1.0.0" -source = "git+https://github.com/paseo-network/runtimes/?tag=v1.2.5-system-chains#e7265b10b28d8b82c3146e72c98895dac2b55729" +source = "git+https://github.com/paseo-network/runtimes/?tag=v1.2.5-system-chains#2fa66a19eef96bd2c079385057fab2564d09b751" dependencies = [ "bp-bridge-hub-cumulus", "bp-messages 0.8.0", @@ -1125,9 +1102,9 @@ dependencies = [ [[package]] name = "bp-header-chain" -version = "0.8.0" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96157f586811969b3911d26cc79e02b28cfbecf859d96d7c12b6af10b9ea9350" +checksum = "1c4d2c457d5e18a5dbfe47a2ecd01f95036930a4a7ac0f3e47c2843bb067331b" dependencies = [ "bp-runtime 0.8.0", "finality-grandpa", @@ -1143,19 +1120,19 @@ dependencies = [ [[package]] name = "bp-header-chain" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5947cb2260e3dd1f30894b31604fb6edac13a97d32b4242f2665918f3800eec8" +checksum = "326a519a7b9ee4343f779f55ea3c4a2b55f351cdc35c0e99fee7fab102bade7a" dependencies = [ - "bp-runtime 0.12.0", + "bp-runtime 0.13.0", "finality-grandpa", - "frame-support 33.0.0", + "frame-support 34.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-grandpa 18.0.0", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-consensus-grandpa 19.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", "sp-std", ] @@ -1165,7 +1142,7 @@ version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf43a49ea13d4c2f141481b6cbff85a197c47fe6aec1f5af21e40b68e8fd02fd" dependencies = [ - "bp-header-chain 0.8.0", + "bp-header-chain 0.8.2", "bp-runtime 0.8.0", "frame-support 29.0.2", "parity-scale-codec", @@ -1177,35 +1154,35 @@ dependencies = [ [[package]] name = "bp-messages" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "763d870409a3865c0a3e557831eef3a72ed21850f293195abd6ebe01ea016c19" +checksum = "2024e486aae3d4da333de4b282dde6a532ca999bc203008f4b4a4aa3f2cc24a9" dependencies = [ - "bp-header-chain 0.12.0", - "bp-runtime 0.12.0", - "frame-support 33.0.0", + "bp-header-chain 0.13.0", + "bp-runtime 0.13.0", + "frame-support 34.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 32.0.0", + "sp-core 33.0.1", "sp-std", ] [[package]] name = "bp-parachains" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5611ce066169f9a5a271e06036a600f4aec81a7038fc492f2abc3fb587ba3377" +checksum = "ef51f09cc823259a308e5fcefe92265a03b9d25f8a9614dbd3dc6e3d8c405093" dependencies = [ - "bp-header-chain 0.12.0", - "bp-polkadot-core 0.12.0", - "bp-runtime 0.12.0", - "frame-support 33.0.0", + "bp-header-chain 0.13.0", + "bp-polkadot-core 0.13.0", + "bp-runtime 0.13.0", + "frame-support 34.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", "sp-std", ] @@ -1230,35 +1207,35 @@ dependencies = [ [[package]] name = "bp-polkadot-core" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29b7fbe32c15d65f43dac5c5371bb13e0f0311165dc1394581749886047ce6e8" +checksum = "34b334d9e146217b3d1697b1e2878de0b88d2bc8ce74efb754807912142dc432" dependencies = [ - "bp-messages 0.12.0", - "bp-runtime 0.12.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "bp-messages 0.13.0", + "bp-runtime 0.13.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "parity-scale-codec", "parity-util-mem", "scale-info", "serde", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", "sp-std", ] [[package]] name = "bp-relayers" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e551221aed051c215eaf89f74c09006ef08ed343219f29a94a62956d296571c" +checksum = "e550adc92307a4cdbddb4d65422bd66c28b0d316b39bae8b463c3c52b538aff5" dependencies = [ - "bp-messages 0.12.0", - "bp-runtime 0.12.0", - "frame-support 33.0.0", + "bp-messages 0.13.0", + "bp-runtime 0.13.0", + "frame-support 34.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -1288,12 +1265,12 @@ dependencies = [ [[package]] name = "bp-runtime" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8272b8bff3f0de0c744b79e3cdeb1e4f5efc4850e989b977c7b6393fcb0d36d9" +checksum = "3e1b86bc3828b9faf73a107476cebc1392f808c5b3e074d5e09af396dc60bd05" dependencies = [ - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "hash-db", "impl-trait-for-tuples", "log", @@ -1301,34 +1278,34 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", - "sp-state-machine 0.40.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", + "sp-state-machine 0.41.0", "sp-std", - "sp-trie 34.0.0", + "sp-trie 35.0.0", "trie-db 0.29.1", ] [[package]] name = "bp-test-utils" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2f2897901eec59d41232e11924bd251552524a2971abee9a1c36f3e9815cbaa" +checksum = "5d40fa66f15a2cb21438853ba9fd8734d4efb13014e50d79b475b0ccdc3a38cb" dependencies = [ - "bp-header-chain 0.12.0", + "bp-header-chain 0.13.0", "bp-parachains", - "bp-polkadot-core 0.12.0", - "bp-runtime 0.12.0", + "bp-polkadot-core 0.13.0", + "bp-runtime 0.13.0", "ed25519-dalek 2.1.1", "finality-grandpa", "parity-scale-codec", - "sp-application-crypto 35.0.0", - "sp-consensus-grandpa 18.0.0", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-application-crypto 36.0.0", + "sp-consensus-grandpa 19.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", "sp-std", - "sp-trie 34.0.0", + "sp-trie 35.0.0", ] [[package]] @@ -1354,50 +1331,51 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub-router" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0181e1058f555b2e0f177e82042a6edd9c342ed4ec826376b2e5aa1cd29fc853" +checksum = "b493c8238552fb50edfe9c3eb94e8058fce36cce71cc9ad0fb1902d3aedcd902" dependencies = [ "parity-scale-codec", "scale-info", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", ] [[package]] name = "bridge-runtime-common" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5bc8b6f7c61fb2f1bbcdb348ba6e9e7defb066771b42b2cd2a49846263a31f7" +checksum = "ba8dcc8e41df37da2d4a772961a3f1e0aa07252146ff8603a46c82234fc465fc" dependencies = [ - "bp-header-chain 0.12.0", - "bp-messages 0.12.0", + "bp-header-chain 0.13.0", + "bp-messages 0.13.0", "bp-parachains", - "bp-polkadot-core 0.12.0", + "bp-polkadot-core 0.13.0", "bp-relayers", - "bp-runtime 0.12.0", + "bp-runtime 0.13.0", "bp-xcm-bridge-hub", - "bp-xcm-bridge-hub-router 0.11.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "bp-xcm-bridge-hub-router 0.12.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "hash-db", "log", "pallet-bridge-grandpa", "pallet-bridge-messages", "pallet-bridge-parachains", "pallet-bridge-relayers", - "pallet-transaction-payment 33.0.0", - "pallet-utility 33.0.0", + "pallet-transaction-payment 34.0.0", + "pallet-utility 34.0.0", "parity-scale-codec", "scale-info", - "sp-api 31.0.0", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-api 32.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", - "sp-trie 34.0.0", - "staging-xcm 12.0.0", - "staging-xcm-builder 12.0.0", + "sp-trie 35.0.0", + "staging-xcm 13.0.1", + "staging-xcm-builder 13.0.0", + "tuplex", ] [[package]] @@ -1426,9 +1404,9 @@ dependencies = [ [[package]] name = "bumpalo" -version = "3.15.4" +version = "3.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ff69b9dd49fd426c69a0db9fc04dd934cdb6645ff000864d98f7e2af8830eaa" +checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" [[package]] name = "byte-slice-cast" @@ -1444,9 +1422,9 @@ checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" [[package]] name = "bytemuck" -version = "1.15.0" +version = "1.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d6d68c57235a3a081186990eca2867354726650f42f7516ca50c28d6281fd15" +checksum = "78834c15cb5d5efe3452d58b1e8ba890dd62d21907f867f383358198e56ebca5" [[package]] name = "byteorder" @@ -1483,9 +1461,9 @@ dependencies = [ [[package]] name = "camino" -version = "1.1.6" +version = "1.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c" +checksum = "e0ec6b951b160caa93cc0c7b209e5a3bff7aae9062213451ac99493cd844c239" dependencies = [ "serde", ] @@ -1507,7 +1485,7 @@ checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a" dependencies = [ "camino", "cargo-platform", - "semver 1.0.22", + "semver 1.0.23", "serde", "serde_json", "thiserror", @@ -1515,12 +1493,13 @@ dependencies = [ [[package]] name = "cc" -version = "1.0.90" +version = "1.0.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5" +checksum = "96c51067fd44124faa7f870b4b1c969379ad32b2ba805aa959430ceaa384f695" dependencies = [ "jobserver", "libc", + "once_cell", ] [[package]] @@ -1534,9 +1513,9 @@ dependencies = [ [[package]] name = "cfg-expr" -version = "0.15.7" +version = "0.15.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa50868b64a9a6fda9d593ce778849ea8715cd2a3d2cc17ffdb4a2f2f2f1961d" +checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02" dependencies = [ "smallvec", ] @@ -1589,16 +1568,16 @@ dependencies = [ [[package]] name = "chrono" -version = "0.4.35" +version = "0.4.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8eaf5903dcbc0a39312feb77df2ff4c76387d591b9fc7b04a238dcf8bb62639a" +checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" dependencies = [ "android-tzdata", "iana-time-zone", "js-sys", "num-traits", "wasm-bindgen", - "windows-targets 0.52.4", + "windows-targets 0.52.5", ] [[package]] @@ -1658,9 +1637,9 @@ dependencies = [ [[package]] name = "clang-sys" -version = "1.7.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67523a3b4be3ce1989d607a828d036249522dd9c1c8de7f4dd2dae43a37369d1" +checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" dependencies = [ "glob", "libc", @@ -1669,9 +1648,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.4" +version = "4.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0" +checksum = "5db83dced34638ad474f39f250d7fea9598bdd239eaced1bdf45d597da0f433f" dependencies = [ "clap_builder", "clap_derive", @@ -1679,9 +1658,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.2" +version = "4.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4" +checksum = "f7e204572485eb3fbf28f871612191521df159bc3e15a9f5064c66dba3a8c05f" dependencies = [ "anstream", "anstyle", @@ -1692,21 +1671,21 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.5.4" +version = "4.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64" +checksum = "c780290ccf4fb26629baa7a1081e68ced113f1d3ec302fa5948f1c381ebf06c6" dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] name = "clap_lex" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce" +checksum = "4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70" [[package]] name = "coarsetime" @@ -1731,30 +1710,30 @@ dependencies = [ [[package]] name = "color-print" -version = "0.3.5" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a858372ff14bab9b1b30ea504f2a4bc534582aee3e42ba2d41d2a7baba63d5d" +checksum = "1ee543c60ff3888934877a5671f45494dd27ed4ba25c6670b9a7576b7ed7a8c0" dependencies = [ "color-print-proc-macro", ] [[package]] name = "color-print-proc-macro" -version = "0.3.5" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57e37866456a721d0a404439a1adae37a31be4e0055590d053dfe6981e05003f" +checksum = "77ff1a80c5f3cb1ca7c06ffdd71b6a6dd6d8f896c42141fbd43f50ed28dcdb93" dependencies = [ "nom", "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.66", ] [[package]] name = "colorchoice" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" +checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422" [[package]] name = "combine" @@ -1768,12 +1747,12 @@ dependencies = [ [[package]] name = "comfy-table" -version = "7.1.0" +version = "7.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c64043d6c7b7a4c58e39e7efccfdea7b93d885a795d0c054a69dbbf4dd52686" +checksum = "b34115915337defe99b2aff5c2ce6771e5fbc4079f4b506301f5cf394c8452f7" dependencies = [ - "strum 0.25.0", - "strum_macros 0.25.3", + "strum 0.26.2", + "strum_macros 0.26.4", "unicode-width", ] @@ -1785,9 +1764,9 @@ checksum = "2382f75942f4b3be3690fe4f86365e9c853c1587d6ee58212cebf6e2a9ccd101" [[package]] name = "concurrent-queue" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d16048cd947b08fa32c24458a22f5dc5e835264f689f4f5653210c69fd107363" +checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" dependencies = [ "crossbeam-utils", ] @@ -1826,7 +1805,7 @@ version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e" dependencies = [ - "getrandom 0.2.12", + "getrandom 0.2.15", "once_cell", "tiny-keccak", ] @@ -2023,9 +2002,9 @@ checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" [[package]] name = "crc32fast" -version = "1.4.0" +version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa" +checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" dependencies = [ "cfg-if", ] @@ -2060,9 +2039,9 @@ dependencies = [ [[package]] name = "crossbeam-utils" -version = "0.8.19" +version = "0.8.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345" +checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" [[package]] name = "crunchy" @@ -2134,9 +2113,9 @@ dependencies = [ [[package]] name = "cumulus-client-cli" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56af3de66b0512db180c091ccbf673ed198f75a25b602289ee247251bf966c39" +checksum = "85253f32659117ed1f4aa213e3257dcc022be89f091be91dc83993de5ed8d060" dependencies = [ "clap", "parity-scale-codec", @@ -2145,55 +2124,55 @@ dependencies = [ "sc-client-api", "sc-service", "sp-blockchain", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", "url", ] [[package]] name = "cumulus-client-collator" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aeaa7ba76cb14097c15105674be6ec74e58bc1313cb322a97e038c9abfbf09c4" +checksum = "d6197f6736982d38c34ee006f3bb71760a52dd87fdbc65798088c2916d18469d" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", - "cumulus-primitives-core 0.12.0", + "cumulus-primitives-core 0.13.0", "futures", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "sc-client-api", - "sp-api 31.0.0", + "sp-api 32.0.0", "sp-consensus", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", "tracing", ] [[package]] name = "cumulus-client-consensus-aura" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a999414a27e99ed73f447aba5f9382bb81fbf3e98a8c1a8874f71f929d094759" +checksum = "c04552e4aa9eaa59be930ee23a910f0c41ba3e6d9e725cc21808c11fe8eb8f09" dependencies = [ "async-trait", "cumulus-client-collator", "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-parachain-inherent", - "cumulus-primitives-aura 0.12.0", - "cumulus-primitives-core 0.12.0", + "cumulus-primitives-aura 0.13.0", + "cumulus-primitives-core 0.13.0", "cumulus-relay-chain-interface", "futures", "parity-scale-codec", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "sc-client-api", "sc-consensus", "sc-consensus-aura", @@ -2201,125 +2180,125 @@ dependencies = [ "sc-consensus-slots", "sc-telemetry", "schnellru", - "sp-api 31.0.0", - "sp-application-crypto 35.0.0", - "sp-block-builder 31.0.0", + "sp-api 32.0.0", + "sp-application-crypto 36.0.0", + "sp-block-builder 32.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-aura 0.37.0", - "sp-core 32.0.0", - "sp-inherents 31.0.0", - "sp-keystore 0.38.0", - "sp-runtime 36.0.0", - "sp-state-machine 0.40.0", - "sp-timestamp 31.0.0", + "sp-consensus-aura 0.38.0", + "sp-core 33.0.1", + "sp-inherents 32.0.0", + "sp-keystore 0.39.0", + "sp-runtime 37.0.0", + "sp-state-machine 0.41.0", + "sp-timestamp 32.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "cumulus-client-consensus-common" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc06ef9519e39f72915033e0aec418383707290103c8d9ba8ffbc70ddfd515e7" +checksum = "81828c28d9a38669f45420d31d18580760381ae86e1b2ecd2a426f1e57ce74fb" dependencies = [ "async-trait", "cumulus-client-pov-recovery", - "cumulus-primitives-core 0.12.0", + "cumulus-primitives-core 0.13.0", "cumulus-relay-chain-interface", "dyn-clone", "futures", "log", "parity-scale-codec", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "sc-client-api", "sc-consensus", "sc-consensus-babe", "schnellru", "sp-blockchain", "sp-consensus", - "sp-consensus-slots 0.37.0", - "sp-core 32.0.0", - "sp-runtime 36.0.0", - "sp-timestamp 31.0.0", - "sp-trie 34.0.0", + "sp-consensus-slots 0.38.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", + "sp-timestamp 32.0.0", + "sp-trie 35.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "cumulus-client-consensus-proposer" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8a533049ee548528aada1c09c5827c3a2fd8cce96ecb4ff1fca241abfef87ba" +checksum = "bbf30d94b3abfd99cef2e99ce0314bcd4f17d973bc02cee867f32171644a8191" dependencies = [ "anyhow", "async-trait", - "cumulus-primitives-parachain-inherent 0.12.0", + "cumulus-primitives-parachain-inherent 0.13.0", "sp-consensus", - "sp-inherents 31.0.0", - "sp-runtime 36.0.0", - "sp-state-machine 0.40.0", + "sp-inherents 32.0.0", + "sp-runtime 37.0.0", + "sp-state-machine 0.41.0", "thiserror", ] [[package]] name = "cumulus-client-network" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1da1f0f7be1258a0f1a4a43ca0dd4a1add8e2e639dceaf310fc136d6835fe00" +checksum = "afcfd3ecd531f3f8a83c6d39715e6e1804cb70da0d162706c0e82de90003407b" dependencies = [ "async-trait", "cumulus-relay-chain-interface", "futures", "futures-timer", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "polkadot-node-primitives", - "polkadot-parachain-primitives 11.0.0", - "polkadot-primitives 12.0.0", + "polkadot-parachain-primitives 12.0.0", + "polkadot-primitives 13.0.0", "sc-client-api", "sp-blockchain", "sp-consensus", - "sp-core 32.0.0", - "sp-runtime 36.0.0", - "sp-state-machine 0.40.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", + "sp-state-machine 0.41.0", "tracing", ] [[package]] name = "cumulus-client-parachain-inherent" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb5426870af0eac3277135aac62dafea82f9c42b501193bca5483c2eb9358b5b" +checksum = "69fd3787124724561055fe7178866120ecf47e30f72d90ef9299233d74e32a66" dependencies = [ "async-trait", - "cumulus-primitives-core 0.12.0", - "cumulus-primitives-parachain-inherent 0.12.0", + "cumulus-primitives-core 0.13.0", + "cumulus-primitives-parachain-inherent 0.13.0", "cumulus-relay-chain-interface", "cumulus-test-relay-sproof-builder", "parity-scale-codec", "sc-client-api", "scale-info", - "sp-api 31.0.0", + "sp-api 32.0.0", "sp-crypto-hashing", - "sp-inherents 31.0.0", - "sp-runtime 36.0.0", - "sp-state-machine 0.40.0", + "sp-inherents 32.0.0", + "sp-runtime 37.0.0", + "sp-state-machine 0.41.0", "sp-std", "sp-storage 21.0.0", - "sp-trie 34.0.0", + "sp-trie 35.0.0", "tracing", ] [[package]] name = "cumulus-client-pov-recovery" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "286e7071e367a4ee6f1e9c674a27118c6f04ef273b94194082b8155255451503" +checksum = "bc3fc23f6dc74dc346bee76554b581d72ffe5bbe2b26d44a210559012c9732e0" dependencies = [ "async-trait", - "cumulus-primitives-core 0.12.0", + "cumulus-primitives-core 0.13.0", "cumulus-relay-chain-interface", "futures", "futures-timer", @@ -2327,34 +2306,34 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "rand 0.8.5", "sc-client-api", "sc-consensus", "sp-consensus", "sp-maybe-compressed-blob", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "tracing", ] [[package]] name = "cumulus-client-service" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a909ed00f0280a9f53838616bb8f56b180116838a8242b847a18c8950e7cc4ec" +checksum = "c1cb06d29f61d047814a32070014ad259dae1ec0a4426c9474991952de8b21d7" dependencies = [ "cumulus-client-cli", "cumulus-client-collator", "cumulus-client-consensus-common", "cumulus-client-network", "cumulus-client-pov-recovery", - "cumulus-primitives-core 0.12.0", - "cumulus-primitives-proof-size-hostfunction 0.7.0", + "cumulus-primitives-core 0.13.0", + "cumulus-primitives-proof-size-hostfunction 0.8.0", "cumulus-relay-chain-inprocess-interface", "cumulus-relay-chain-interface", "cumulus-relay-chain-minimal-node", "futures", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "sc-client-api", "sc-consensus", "sc-network", @@ -2366,13 +2345,13 @@ dependencies = [ "sc-telemetry", "sc-transaction-pool", "sc-utils", - "sp-api 31.0.0", + "sp-api 32.0.0", "sp-blockchain", "sp-consensus", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", - "sp-transaction-pool 31.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", + "sp-transaction-pool 32.0.0", ] [[package]] @@ -2396,20 +2375,20 @@ dependencies = [ [[package]] name = "cumulus-pallet-aura-ext" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa2703d49952e0538c4d05fe1f1114e62741871693e862fc68ab56ae6b3b5230" +checksum = "98aaa88ee4435475935579907b03e4f60b086c6878945868a4d4e31510957431" dependencies = [ - "cumulus-pallet-parachain-system 0.12.0", - "frame-support 33.0.0", - "frame-system 33.0.0", - "pallet-aura 32.0.0", - "pallet-timestamp 32.0.0", + "cumulus-pallet-parachain-system 0.13.0", + "frame-support 34.0.0", + "frame-system 34.0.1", + "pallet-aura 33.0.0", + "pallet-timestamp 33.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 35.0.0", - "sp-consensus-aura 0.37.0", - "sp-runtime 36.0.0", + "sp-application-crypto 36.0.0", + "sp-consensus-aura 0.38.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -2451,37 +2430,38 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "249e7657ac378241ae6c437df851bbe0971d93df756d1201315395b5ce856974" +checksum = "d9224798d18e22f3847b2d513dcb8db5611f8ddd62813da81154f9cfe95c2d78" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", - "cumulus-primitives-core 0.12.0", - "cumulus-primitives-parachain-inherent 0.12.0", - "cumulus-primitives-proof-size-hostfunction 0.7.0", + "cumulus-primitives-core 0.13.0", + "cumulus-primitives-parachain-inherent 0.13.0", + "cumulus-primitives-proof-size-hostfunction 0.8.0", "environmental", - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "impl-trait-for-tuples", "log", - "pallet-message-queue 36.0.0", + "pallet-message-queue 37.0.0", "parity-scale-codec", - "polkadot-parachain-primitives 11.0.0", - "polkadot-runtime-common 12.0.0", - "polkadot-runtime-parachains 12.0.0", + "polkadot-parachain-primitives 12.0.0", + "polkadot-runtime-common 13.0.0", + "polkadot-runtime-parachains 13.0.0", "scale-info", - "sp-core 32.0.0", + "sp-core 33.0.1", "sp-externalities 0.28.0", - "sp-inherents 31.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", - "sp-state-machine 0.40.0", + "sp-inherents 32.0.0", + "sp-io 36.0.0", + "sp-runtime 37.0.0", + "sp-state-machine 0.41.0", "sp-std", - "sp-trie 34.0.0", - "sp-version 34.0.0", - "staging-xcm 12.0.0", + "sp-trie 35.0.0", + "sp-version 35.0.0", + "staging-xcm 13.0.1", + "staging-xcm-builder 13.0.0", "trie-db 0.29.1", ] @@ -2494,7 +2474,7 @@ dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -2514,16 +2494,16 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2be9d77e00ad1dbcf12dcd81c2758d651adf6e3072f3cb51c11d8739426f4cbb" +checksum = "e4f32808caa41da9a1db60e1de9e7ba84eb7370067f481ecc7ceb137aede0ac5" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", - "pallet-session 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", + "pallet-session 34.0.0", "parity-scale-codec", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -2546,19 +2526,19 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b7737eb5d81bcd79df114e711927ba19c2dbd312f245ae03b76d330abb3506d" +checksum = "e3bfe7a26ebf90b71ab9cb75f983f29d9a2a47205fabde8ad6d8589c629f1851" dependencies = [ - "cumulus-primitives-core 0.12.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "cumulus-primitives-core 0.13.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "parity-scale-codec", "scale-info", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", - "staging-xcm 12.0.0", + "staging-xcm 13.0.1", ] [[package]] @@ -2589,28 +2569,29 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb2939bc9749f4a5299ae20f7756ce69ce3e63f72ed936d7f1db0189187f70a1" +checksum = "d89d7c1ee618846a05153082bb30408ef574227899d2b3d20ec1dd234649a076" dependencies = [ "bounded-collections 0.2.0", - "bp-xcm-bridge-hub-router 0.11.0", - "cumulus-primitives-core 0.12.0", - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "bp-xcm-bridge-hub-router 0.12.0", + "cumulus-primitives-core 0.13.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", - "pallet-message-queue 36.0.0", + "pallet-message-queue 37.0.0", "parity-scale-codec", - "polkadot-runtime-common 12.0.0", - "polkadot-runtime-parachains 12.0.0", + "polkadot-runtime-common 13.0.0", + "polkadot-runtime-parachains 13.0.0", "scale-info", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", - "staging-xcm 12.0.0", - "staging-xcm-executor 12.0.0", + "staging-xcm 13.0.1", + "staging-xcm-builder 13.0.0", + "staging-xcm-executor 13.0.0", ] [[package]] @@ -2630,16 +2611,16 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a61fa5dad966e340092a4521b56b43dddce5bf466ddb07d9a01c534e63e4e0b7" +checksum = "35269d04c8b6a775be07c49e5512f383d455bb91fe951adef8c72d45600a9acd" dependencies = [ "parity-scale-codec", - "polkadot-core-primitives 12.0.0", - "polkadot-primitives 12.0.0", - "sp-api 31.0.0", - "sp-consensus-aura 0.37.0", - "sp-runtime 36.0.0", + "polkadot-core-primitives 13.0.0", + "polkadot-primitives 13.0.0", + "sp-api 32.0.0", + "sp-consensus-aura 0.38.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -2663,20 +2644,20 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad51d36ea156ef84d7e8ca5cea881867d3540e8dfdb8ea6b9d2b9190197a22a5" +checksum = "a8947e8b09cef060025d11a8da171f698da4d9b67191b5bc3f96d6cec553f17d" dependencies = [ "parity-scale-codec", - "polkadot-core-primitives 12.0.0", - "polkadot-parachain-primitives 11.0.0", - "polkadot-primitives 12.0.0", + "polkadot-core-primitives 13.0.0", + "polkadot-parachain-primitives 12.0.0", + "polkadot-primitives 13.0.0", "scale-info", - "sp-api 31.0.0", - "sp-runtime 36.0.0", + "sp-api 32.0.0", + "sp-runtime 37.0.0", "sp-std", - "sp-trie 34.0.0", - "staging-xcm 12.0.0", + "sp-trie 35.0.0", + "staging-xcm 13.0.1", ] [[package]] @@ -2697,20 +2678,20 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e6d358b1c4062048e47635b49d066131e4eef6314c0e81501d4c9c2e028dbc4" +checksum = "698272736111f59f0b8c88cfa8586ef943b355958da683676e753af9f351a06a" dependencies = [ "async-trait", - "cumulus-primitives-core 0.12.0", + "cumulus-primitives-core 0.13.0", "parity-scale-codec", "scale-info", - "sp-core 32.0.0", - "sp-inherents 31.0.0", - "sp-runtime 36.0.0", - "sp-state-machine 0.40.0", + "sp-core 33.0.1", + "sp-inherents 32.0.0", + "sp-runtime 37.0.0", + "sp-state-machine 0.41.0", "sp-std", - "sp-trie 34.0.0", + "sp-trie 35.0.0", ] [[package]] @@ -2726,30 +2707,30 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e736734a6b4b0308d931756c30c3472fa5ec99a95be14f70567f25c97b3822cc" +checksum = "f815c73e6d8a5b44daac8881770137a99364d4c531ae9a21b2e6909a889631f1" dependencies = [ "sp-externalities 0.28.0", "sp-runtime-interface 27.0.0", - "sp-trie 34.0.0", + "sp-trie 35.0.0", ] [[package]] name = "cumulus-primitives-storage-weight-reclaim" -version = "3.0.0" +version = "4.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e68201ff0845be29c3c0e7e408e5f9d4de0e01b55787fe2c8709e658cbd2c937" +checksum = "8d48fbf5b0f5b43df5811fdf3efd5c16517960885e51e7de79bf3f7def8c25b9" dependencies = [ - "cumulus-primitives-core 0.12.0", - "cumulus-primitives-proof-size-hostfunction 0.7.0", + "cumulus-primitives-core 0.13.0", + "cumulus-primitives-proof-size-hostfunction 0.8.0", "docify", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "parity-scale-codec", "scale-info", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -2776,33 +2757,33 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ee70eb2f55d20a965e3538fc96aac2801815af510b4460e8a5783f5197e0872" +checksum = "3195604b37c3de5407201cf77deabb4436a6ddb2db6206bc72aa6a356402532e" dependencies = [ - "cumulus-primitives-core 0.12.0", - "frame-support 33.0.0", + "cumulus-primitives-core 0.13.0", + "frame-support 34.0.0", "log", - "pallet-asset-conversion 15.0.0", + "pallet-asset-conversion 16.0.0", "parity-scale-codec", - "polkadot-runtime-common 12.0.0", - "polkadot-runtime-parachains 12.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "polkadot-runtime-common 13.0.0", + "polkadot-runtime-parachains 13.0.0", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", - "staging-xcm 12.0.0", - "staging-xcm-builder 12.0.0", - "staging-xcm-executor 12.0.0", + "staging-xcm 13.0.1", + "staging-xcm-builder 13.0.0", + "staging-xcm-executor 13.0.0", ] [[package]] name = "cumulus-relay-chain-inprocess-interface" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9557dc83e9fa1ab863f6070f9d325a8075cb00478f2a756132ed87b4e3a29ed" +checksum = "e10278c5ed258ba0ca63cfa103cacc3d15b95f2b0044557a57653188ef76d5e3" dependencies = [ "async-trait", - "cumulus-primitives-core 0.12.0", + "cumulus-primitives-core 0.13.0", "cumulus-relay-chain-interface", "futures", "futures-timer", @@ -2813,48 +2794,48 @@ dependencies = [ "sc-sysinfo", "sc-telemetry", "sc-tracing", - "sp-api 31.0.0", + "sp-api 32.0.0", "sp-consensus", - "sp-core 32.0.0", - "sp-runtime 36.0.0", - "sp-state-machine 0.40.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", + "sp-state-machine 0.41.0", ] [[package]] name = "cumulus-relay-chain-interface" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ed3c0bd4319881da5f94b77380db377499e129a176184430b308d9d7bd1d9a8" +checksum = "0dfb9dc86a639df592a99272aadd6bcba50ba4d183c35525c32e0c8b33f085bd" dependencies = [ "async-trait", - "cumulus-primitives-core 0.12.0", + "cumulus-primitives-core 0.13.0", "futures", "jsonrpsee-core", "parity-scale-codec", "polkadot-overseer", "sc-client-api", - "sp-api 31.0.0", + "sp-api 32.0.0", "sp-blockchain", - "sp-state-machine 0.40.0", + "sp-state-machine 0.41.0", "thiserror", ] [[package]] name = "cumulus-relay-chain-minimal-node" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3ffcf7b86d4a140ba5ba6c94537ae54334c594bb4cf7a6464c848859b7970d1" +checksum = "dcd2da7aef1dfb8257ba4358cb7f41d032361417db10835bf8cff00e2a781fc6" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "async-trait", - "cumulus-primitives-core 0.12.0", + "cumulus-primitives-core 0.13.0", "cumulus-relay-chain-interface", "cumulus-relay-chain-rpc-interface", "futures", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "polkadot-availability-recovery", "polkadot-collator-protocol", - "polkadot-core-primitives 12.0.0", + "polkadot-core-primitives 13.0.0", "polkadot-network-bridge", "polkadot-node-collation-generation", "polkadot-node-core-chain-api", @@ -2863,7 +2844,7 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "polkadot-service", "sc-authority-discovery", "sc-client-api", @@ -2872,11 +2853,11 @@ dependencies = [ "sc-service", "sc-tracing", "sc-utils", - "sp-api 31.0.0", + "sp-api 32.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.37.0", - "sp-runtime 36.0.0", + "sp-consensus-babe 0.38.0", + "sp-runtime 37.0.0", "substrate-prometheus-endpoint", "tokio", "tracing", @@ -2884,12 +2865,12 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "800d957241a91a58b55a3ee9f607caea2660a01d2fcfc285bdcec262a3d8882d" +checksum = "ab70504899cac7553fd5866586e4a5229c6da52091be78893271e0c1972064ad" dependencies = [ "async-trait", - "cumulus-primitives-core 0.12.0", + "cumulus-primitives-core 0.13.0", "cumulus-relay-chain-interface", "either", "futures", @@ -2907,14 +2888,14 @@ dependencies = [ "serde_json", "smoldot", "smoldot-light", - "sp-api 31.0.0", - "sp-authority-discovery 31.0.0", - "sp-consensus-babe 0.37.0", - "sp-core 32.0.0", - "sp-runtime 36.0.0", - "sp-state-machine 0.40.0", + "sp-api 32.0.0", + "sp-authority-discovery 32.0.0", + "sp-consensus-babe 0.38.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", + "sp-state-machine 0.41.0", "sp-storage 21.0.0", - "sp-version 34.0.0", + "sp-version 35.0.0", "thiserror", "tokio", "tokio-util", @@ -2924,17 +2905,17 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8f509dfa3d3380fd0023f4cbd15bfeccd333de8d0140f85d13e6b295fb53dd7" +checksum = "09720b54033b0f2ee3d254a90cfecf62a46db5c8ce16cc893218e7662662d507" dependencies = [ - "cumulus-primitives-core 0.12.0", + "cumulus-primitives-core 0.13.0", "parity-scale-codec", - "polkadot-primitives 12.0.0", - "sp-runtime 36.0.0", - "sp-state-machine 0.40.0", + "polkadot-primitives 13.0.0", + "sp-runtime 37.0.0", + "sp-state-machine 0.41.0", "sp-std", - "sp-trie 34.0.0", + "sp-trie 35.0.0", ] [[package]] @@ -2975,7 +2956,7 @@ checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -2993,9 +2974,9 @@ dependencies = [ [[package]] name = "cxx" -version = "1.0.120" +version = "1.0.124" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff4dc7287237dd438b926a81a1a5605dad33d286870e5eee2db17bf2bcd9e92a" +checksum = "273dcfd3acd4e1e276af13ed2a43eea7001318823e7a726a6b3ed39b4acc0b82" dependencies = [ "cc", "cxxbridge-flags", @@ -3005,9 +2986,9 @@ dependencies = [ [[package]] name = "cxx-build" -version = "1.0.120" +version = "1.0.124" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f47c6c8ad7c1a10d3ef0fe3ff6733f4db0d78f08ef0b13121543163ef327058b" +checksum = "d8b2766fbd92be34e9ed143898fce6c572dc009de39506ed6903e5a05b68914e" dependencies = [ "cc", "codespan-reporting", @@ -3015,24 +2996,24 @@ dependencies = [ "proc-macro2", "quote", "scratch", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] name = "cxxbridge-flags" -version = "1.0.120" +version = "1.0.124" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "701a1ac7a697e249cdd8dc026d7a7dafbfd0dbcd8bd24ec55889f2bc13dd6287" +checksum = "839fcd5e43464614ffaa989eaf1c139ef1f0c51672a1ed08023307fa1b909ccd" [[package]] name = "cxxbridge-macro" -version = "1.0.120" +version = "1.0.124" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b404f596046b0bb2d903a9c786b875a126261b52b7c3a64bbb66382c41c771df" +checksum = "4b2c1c1776b986979be68bb2285da855f8d8a35851a769fca8740df7c3d07877" dependencies = [ "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -3042,23 +3023,23 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" dependencies = [ "cfg-if", - "hashbrown 0.14.3", + "hashbrown 0.14.5", "lock_api", "once_cell", - "parking_lot_core 0.9.9", + "parking_lot_core 0.9.10", ] [[package]] name = "data-encoding" -version = "2.5.0" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5" +checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2" [[package]] name = "data-encoding-macro" -version = "0.1.14" +version = "0.1.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20c01c06f5f429efdf2bae21eb67c28b3df3cf85b7dd2d8ef09c0838dac5d33e" +checksum = "f1559b6cba622276d6d63706db152618eeb15b89b3e4041446b05876e352e639" dependencies = [ "data-encoding", "data-encoding-macro-internal", @@ -3066,9 +3047,9 @@ dependencies = [ [[package]] name = "data-encoding-macro-internal" -version = "0.1.12" +version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0047d07f2c89b17dd631c80450d69841a6b5d7fb17278cbc43d7e4cfcf2576f3" +checksum = "332d754c0af53bc87c108fed664d121ecf59207ec4196041f04d6ab9002ad33f" dependencies = [ "data-encoding", "syn 1.0.109", @@ -3076,9 +3057,9 @@ dependencies = [ [[package]] name = "der" -version = "0.7.8" +version = "0.7.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c" +checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0" dependencies = [ "const-oid", "zeroize", @@ -3137,20 +3118,20 @@ checksum = "d65d7ce8132b7c0e54497a4d9a55a1c2a0912a0d786cf894472ba818fba45762" dependencies = [ "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] name = "derive_more" -version = "0.99.17" +version = "0.99.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" +checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce" dependencies = [ "convert_case", "proc-macro2", "quote", "rustc_version", - "syn 1.0.109", + "syn 2.0.66", ] [[package]] @@ -3239,7 +3220,7 @@ checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -3263,9 +3244,9 @@ dependencies = [ "proc-macro2", "quote", "regex", - "syn 2.0.55", + "syn 2.0.66", "termcolor", - "toml 0.8.12", + "toml 0.8.14", "walkdir", ] @@ -3277,9 +3258,9 @@ checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1" [[package]] name = "downcast-rs" -version = "1.2.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650" +checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" [[package]] name = "dtoa" @@ -3399,7 +3380,7 @@ checksum = "7d9ce6874da5d4415896cd45ffbc4d1cfc0c4f9c079427bd870742c30f2f65a9" dependencies = [ "curve25519-dalek 4.1.2", "ed25519 2.2.3", - "hashbrown 0.14.3", + "hashbrown 0.14.5", "hex", "rand_core 0.6.4", "sha2 0.10.8", @@ -3408,9 +3389,9 @@ dependencies = [ [[package]] name = "either" -version = "1.10.0" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a" +checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b" [[package]] name = "elliptic-curve" @@ -3434,35 +3415,35 @@ dependencies = [ [[package]] name = "emulated-integration-tests-common" -version = "8.0.0" +version = "9.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1b85d59d4b6e8424779daea51988382f0fd323e3f5507ac886f384848c85dfe" +checksum = "9aa74566b10af2682dab03c3c66cfeec31051af7aa1c057ddaea4d4f952569ed" dependencies = [ "asset-test-utils", - "bp-messages 0.12.0", + "bp-messages 0.13.0", "bridge-runtime-common", - "cumulus-pallet-parachain-system 0.12.0", - "cumulus-pallet-xcmp-queue 0.12.0", - "cumulus-primitives-core 0.12.0", - "frame-support 33.0.0", - "pallet-assets 34.0.0", - "pallet-balances 34.0.0", + "cumulus-pallet-parachain-system 0.13.0", + "cumulus-pallet-xcmp-queue 0.13.0", + "cumulus-primitives-core 0.13.0", + "frame-support 34.0.0", + "pallet-assets 35.0.0", + "pallet-balances 35.0.0", "pallet-bridge-messages", - "pallet-message-queue 36.0.0", - "pallet-xcm 12.0.0", - "parachains-common 12.0.0", + "pallet-message-queue 37.0.0", + "pallet-xcm 13.0.0", + "parachains-common 13.0.0", "parity-scale-codec", "paste", - "polkadot-parachain-primitives 11.0.0", - "polkadot-primitives 12.0.0", - "polkadot-runtime-parachains 12.0.0", + "polkadot-parachain-primitives 12.0.0", + "polkadot-primitives 13.0.0", + "polkadot-runtime-parachains 13.0.0", "sc-consensus-grandpa", - "sp-authority-discovery 31.0.0", - "sp-consensus-babe 0.37.0", - "sp-consensus-beefy 18.0.0", - "sp-core 32.0.0", - "sp-runtime 36.0.0", - "staging-xcm 12.0.0", + "sp-authority-discovery 32.0.0", + "sp-consensus-babe 0.38.0", + "sp-consensus-beefy 19.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", + "staging-xcm 13.0.1", "xcm-emulator", ] @@ -3493,27 +3474,27 @@ dependencies = [ "heck 0.4.1", "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] name = "enumflags2" -version = "0.7.9" +version = "0.7.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3278c9d5fb675e0a51dabcf4c0d355f692b064171535ba72361be1528a9d8e8d" +checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d" dependencies = [ "enumflags2_derive", ] [[package]] name = "enumflags2_derive" -version = "0.7.9" +version = "0.7.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c785274071b1b420972453b306eeca06acf4633829db4223b58a2a8c5953bc4" +checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -3524,14 +3505,14 @@ checksum = "6fd000fd6988e73bbe993ea3db9b1aa64906ab88766d654973924340c8cddb42" dependencies = [ "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] name = "env_filter" -version = "0.1.0" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea" +checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab" dependencies = [ "log", "regex", @@ -3552,9 +3533,9 @@ dependencies = [ [[package]] name = "env_logger" -version = "0.11.3" +version = "0.11.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38b35839ba51819680ba087cd351788c9a3c476841207e0b8cee0b04722343b9" +checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d" dependencies = [ "anstream", "anstyle", @@ -3577,9 +3558,9 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" [[package]] name = "errno" -version = "0.3.8" +version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245" +checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" dependencies = [ "libc", "windows-sys 0.52.0", @@ -3640,49 +3621,28 @@ checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2" dependencies = [ "concurrent-queue", "parking", - "pin-project-lite 0.2.13", -] - -[[package]] -name = "event-listener" -version = "4.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e" -dependencies = [ - "concurrent-queue", - "parking", - "pin-project-lite 0.2.13", + "pin-project-lite 0.2.14", ] [[package]] name = "event-listener" -version = "5.2.0" +version = "5.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b5fb89194fa3cad959b833185b3063ba881dbfc7030680b314250779fb4cc91" +checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba" dependencies = [ "concurrent-queue", "parking", - "pin-project-lite 0.2.13", -] - -[[package]] -name = "event-listener-strategy" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3" -dependencies = [ - "event-listener 4.0.3", - "pin-project-lite 0.2.13", + "pin-project-lite 0.2.14", ] [[package]] name = "event-listener-strategy" -version = "0.5.0" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "feedafcaa9b749175d5ac357452a9d41ea2911da598fde46ce1fe02c37751291" +checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1" dependencies = [ - "event-listener 5.2.0", - "pin-project-lite 0.2.13", + "event-listener 5.3.1", + "pin-project-lite 0.2.14", ] [[package]] @@ -3696,28 +3656,17 @@ dependencies = [ [[package]] name = "expander" -version = "0.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a718c0675c555c5f976fff4ea9e2c150fa06cefa201cadef87cfbf9324075881" -dependencies = [ - "blake3", - "fs-err", - "proc-macro2", - "quote", -] - -[[package]] -name = "expander" -version = "2.1.0" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00e83c02035136f1592a47964ea60c05a50e4ed8b5892cfac197063850898d4d" +checksum = "e2c470c71d91ecbd179935b24170459e926382eaaa86b590b78814e180d8a8e2" dependencies = [ "blake2 0.10.6", + "file-guard", "fs-err", - "prettier-please", + "prettyplease 0.2.20", "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -3743,15 +3692,15 @@ dependencies = [ [[package]] name = "fastrand" -version = "2.0.2" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984" +checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a" [[package]] name = "fatality" -version = "0.0.6" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ad875162843b0d046276327afe0136e9ed3a23d5a754210fb6f1f33610d39ab" +checksum = "ec6f82451ff7f0568c6181287189126d492b5654e30a788add08027b6363d019" dependencies = [ "fatality-proc-macro", "thiserror", @@ -3759,17 +3708,16 @@ dependencies = [ [[package]] name = "fatality-proc-macro" -version = "0.0.6" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5aa1e3ae159e592ad222dc90c5acbad632b527779ba88486abe92782ab268bd" +checksum = "eb42427514b063d97ce21d5199f36c0c307d981434a6be32582bc79fe5bd2303" dependencies = [ - "expander 0.0.4", - "indexmap 1.9.3", - "proc-macro-crate 1.3.1", + "expander", + "indexmap 2.2.6", + "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 1.0.109", - "thiserror", + "syn 2.0.66", ] [[package]] @@ -3794,9 +3742,19 @@ dependencies = [ [[package]] name = "fiat-crypto" -version = "0.2.7" +version = "0.2.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" + +[[package]] +name = "file-guard" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c007b1ae3abe1cb6f85a16305acd418b7ca6343b953633fee2b76d8f108b830f" +checksum = "21ef72acf95ec3d7dbf61275be556299490a245f017cf084bd23b4f68cf9407c" +dependencies = [ + "libc", + "winapi", +] [[package]] name = "file-per-thread-logger" @@ -3832,7 +3790,7 @@ dependencies = [ "log", "num-traits", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "scale-info", ] @@ -3856,9 +3814,9 @@ checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" [[package]] name = "flate2" -version = "1.0.28" +version = "1.0.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e" +checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae" dependencies = [ "crc32fast", "libz-sys", @@ -3913,6 +3871,16 @@ dependencies = [ "percent-encoding", ] +[[package]] +name = "forwarded-header-value" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8835f84f38484cc86f110a805655697908257fb9a7af005234060891557198e9" +dependencies = [ + "nonempty", + "thiserror", +] + [[package]] name = "fragile" version = "2.0.0" @@ -3947,24 +3915,24 @@ dependencies = [ [[package]] name = "frame-benchmarking" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f963589fa0f5ef5fe87fad5a9ac9ec4a43d83fd63e1993024576a8dcaee5e228" +checksum = "130b79108bca3d8850e850c276f1012058593d6a2a8774132e72766245bbcacc" dependencies = [ - "frame-support 33.0.0", - "frame-support-procedural 28.0.0", - "frame-system 33.0.0", + "frame-support 34.0.0", + "frame-support-procedural 29.0.1", + "frame-system 34.0.1", "linregress", "log", "parity-scale-codec", "paste", "scale-info", "serde", - "sp-api 31.0.0", - "sp-application-crypto 35.0.0", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-api 32.0.0", + "sp-application-crypto 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-runtime-interface 27.0.0", "sp-std", "sp-storage 21.0.0", @@ -3973,21 +3941,21 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" -version = "37.0.0" +version = "38.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e13ce497c53ed3a9aadadfc3ea7904b00717965156c0e2e6dd16fc049a379cd7" +checksum = "13238d7648598b5476ddbf87c8633eb299c1f872e93c9afc874a1419e6e990d2" dependencies = [ "Inflector", - "array-bytes 6.2.2", + "array-bytes", "chrono", "clap", "comfy-table", - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "gethostname", "handlebars", - "itertools 0.10.5", + "itertools 0.11.0", "lazy_static", "linked-hash-map", "log", @@ -4004,19 +3972,19 @@ dependencies = [ "sc-sysinfo", "serde", "serde_json", - "sp-api 31.0.0", + "sp-api 32.0.0", "sp-blockchain", - "sp-core 32.0.0", + "sp-core 33.0.1", "sp-database", "sp-externalities 0.28.0", - "sp-genesis-builder 0.12.0", - "sp-inherents 31.0.0", - "sp-io 35.0.0", - "sp-keystore 0.38.0", - "sp-runtime 36.0.0", - "sp-state-machine 0.40.0", + "sp-genesis-builder 0.13.0", + "sp-inherents 32.0.0", + "sp-io 36.0.0", + "sp-keystore 0.39.0", + "sp-runtime 37.0.0", + "sp-state-machine 0.41.0", "sp-storage 21.0.0", - "sp-trie 34.0.0", + "sp-trie 35.0.0", "sp-wasm-interface 21.0.0", "thiserror", "thousands", @@ -4031,7 +3999,7 @@ dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -4054,19 +4022,19 @@ dependencies = [ [[package]] name = "frame-election-provider-support" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee6e46fd5f6bbbce22fcb19bccce899b4e83e917ba5181b1adae94abb086f124" +checksum = "74e498d8b21ba927024302645e0f4d0d0136c9620808d8425bb309fb8a92d3ff" dependencies = [ "frame-election-provider-solution-type", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", - "sp-core 32.0.0", - "sp-npos-elections 31.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-npos-elections 32.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -4091,20 +4059,20 @@ dependencies = [ [[package]] name = "frame-executive" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01d5b1ec42b019aa16d1f9269f74f391c32ce642cb2aad7b1b6a6d65a34e1bc6" +checksum = "f5ab937cea917f5875b0e08d55ed941f9c82c2b08628d6bf47b90c63c48ef607" dependencies = [ - "aquamarine 0.3.3", - "frame-support 33.0.0", - "frame-system 33.0.0", - "frame-try-runtime 0.39.0", + "aquamarine", + "frame-support 34.0.0", + "frame-system 34.0.1", + "frame-try-runtime 0.40.0", "log", "parity-scale-codec", "scale-info", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", "sp-tracing 17.0.0", ] @@ -4127,7 +4095,7 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5bb1eec9eb46d3e016c95b2fa875118c04609f2150013c56a894cae00581e265" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "docify", "frame-support 29.0.2", "frame-system 29.0.0", @@ -4137,30 +4105,14 @@ dependencies = [ "sp-runtime 32.0.0", ] -[[package]] -name = "frame-metadata-hash-extension" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c51ead97e4ac8fdd3b62258bf5f97d2d82412ec0386388ce8296aa23d561536f" -dependencies = [ - "array-bytes 6.2.2", - "docify", - "frame-support 33.0.0", - "frame-system 33.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime 36.0.0", -] - [[package]] name = "frame-support" version = "29.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b8e52c84b611d2049d9253f83a62ab0f093e4be5c42a7ef42ea5bb16d6611e32" dependencies = [ - "aquamarine 0.5.0", - "array-bytes 6.2.2", + "aquamarine", + "array-bytes", "bitflags 1.3.2", "docify", "environmental", @@ -4197,17 +4149,17 @@ dependencies = [ [[package]] name = "frame-support" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d04fc1fdbc7bdcb1cb54834e16a5194e5a16a25bfdaca1b761ee9ff4963366f" +checksum = "9c177377726d7bb598dd942e38168c1eb6872d53810a6bf810f0a428f9a46be8" dependencies = [ - "aquamarine 0.5.0", - "array-bytes 6.2.2", + "aquamarine", + "array-bytes", "bitflags 1.3.2", "docify", "environmental", "frame-metadata", - "frame-support-procedural 28.0.0", + "frame-support-procedural 29.0.1", "impl-trait-for-tuples", "k256", "log", @@ -4218,18 +4170,18 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-api 31.0.0", + "sp-api 32.0.0", "sp-arithmetic 26.0.0", - "sp-core 32.0.0", + "sp-core 33.0.1", "sp-crypto-hashing-proc-macro", "sp-debug-derive", - "sp-genesis-builder 0.12.0", - "sp-inherents 31.0.0", - "sp-io 35.0.0", + "sp-genesis-builder 0.13.0", + "sp-inherents 32.0.0", + "sp-io 36.0.0", "sp-metadata-ir 0.7.0", - "sp-runtime 36.0.0", - "sp-staking 31.0.0", - "sp-state-machine 0.40.0", + "sp-runtime 37.0.0", + "sp-staking 32.0.0", + "sp-state-machine 0.41.0", "sp-std", "sp-tracing 17.0.0", "sp-weights 31.0.0", @@ -4246,7 +4198,7 @@ dependencies = [ "Inflector", "cfg-expr", "derive-syn-parse 0.1.5", - "expander 2.1.0", + "expander", "frame-support-procedural-tools 10.0.0", "itertools 0.10.5", "macro_magic", @@ -4254,27 +4206,27 @@ dependencies = [ "proc-macro2", "quote", "sp-crypto-hashing", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] name = "frame-support-procedural" -version = "28.0.0" +version = "29.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d8eaf3bb331b98427158733e221bd6fb79e9f213da55b305e159dc023d41fd2" +checksum = "1f822826825d810d0e096e70493cbc1032ff3ccf1324d861040865635112b6aa" dependencies = [ "Inflector", "cfg-expr", "derive-syn-parse 0.2.0", - "expander 2.1.0", + "expander", "frame-support-procedural-tools 12.0.0", - "itertools 0.10.5", + "itertools 0.11.0", "macro_magic", "proc-macro-warning", "proc-macro2", "quote", "sp-crypto-hashing", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -4287,7 +4239,7 @@ dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -4300,7 +4252,7 @@ dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -4311,7 +4263,7 @@ checksum = "68672b9ec6fe72d259d3879dc212c5e42e977588cdac830c76f54d9f492aeb58" dependencies = [ "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -4322,7 +4274,7 @@ checksum = "ed971c6435503a099bdac99fe4c5bea08981709e5b5a0a8535a1856f48561191" dependencies = [ "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -4348,22 +4300,22 @@ dependencies = [ [[package]] name = "frame-system" -version = "33.0.0" +version = "34.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64265317899a2ecfc465a1ab55fa3094dbbbc7061292592fdbbb8acc136c4735" +checksum = "85777d5cb78d8f244aa4e92a06d13c234f7980dd7095b1baeefc23a5945cad6c" dependencies = [ "cfg-if", "docify", - "frame-support 33.0.0", + "frame-support 34.0.0", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", - "sp-version 34.0.0", + "sp-version 35.0.0", "sp-weights 31.0.0", ] @@ -4385,17 +4337,17 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a23446bf524bcc64351ecc5a50925debdc92d50a0b8384c3064dc13b3c64ca3" +checksum = "b2df1ebcb669ae29aec03f6f87b232f2446942fb79fad72434d8d0a0fd7df917" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "parity-scale-codec", "scale-info", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", "sp-std", ] @@ -4411,12 +4363,12 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54771ae481dd08825d4de28b1b3623163efd9e7c4b59a6db1fb048dcdf73789e" +checksum = "bd92e3fe18b93d456efdabbd98070a1d720be5b6affe589379db9b7d9272eba5" dependencies = [ "parity-scale-codec", - "sp-api 31.0.0", + "sp-api 32.0.0", ] [[package]] @@ -4434,14 +4386,14 @@ dependencies = [ [[package]] name = "frame-try-runtime" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f542a58bd43234882faff12062ce94838b3bbca1b6ed6b32180ee153350905f" +checksum = "748a6c8286447388ff7a35d88fc2e0be3b26238c609c88b7774615c274452413" dependencies = [ - "frame-support 33.0.0", + "frame-support 34.0.0", "parity-scale-codec", - "sp-api 31.0.0", - "sp-runtime 36.0.0", + "sp-api 32.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -4470,7 +4422,7 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "29f9df8a11882c4e3335eb2d18a0137c505d9ca927470b0cac9c6f0ae07d28f7" dependencies = [ - "rustix 0.38.32", + "rustix 0.38.34", "windows-sys 0.48.0", ] @@ -4540,7 +4492,7 @@ dependencies = [ "futures-io", "memchr", "parking", - "pin-project-lite 0.2.13", + "pin-project-lite 0.2.14", "waker-fn", ] @@ -4550,11 +4502,11 @@ version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5" dependencies = [ - "fastrand 2.0.2", + "fastrand 2.1.0", "futures-core", "futures-io", "parking", - "pin-project-lite 0.2.13", + "pin-project-lite 0.2.14", ] [[package]] @@ -4565,7 +4517,7 @@ checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" dependencies = [ "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -4610,7 +4562,7 @@ dependencies = [ "futures-sink", "futures-task", "memchr", - "pin-project-lite 0.2.13", + "pin-project-lite 0.2.14", "pin-utils", "slab", ] @@ -4667,9 +4619,9 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.2.12" +version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5" +checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" dependencies = [ "cfg-if", "libc", @@ -4717,6 +4669,12 @@ dependencies = [ "stable_deref_trait", ] +[[package]] +name = "gimli" +version = "0.29.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd" + [[package]] name = "glob" version = "0.3.1" @@ -4735,7 +4693,7 @@ dependencies = [ "futures-timer", "no-std-compat", "nonzero_ext", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "portable-atomic", "quanta", "rand 0.8.5", @@ -4822,9 +4780,9 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.14.3" +version = "0.14.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" +checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" dependencies = [ "ahash 0.8.11", "allocator-api2", @@ -4837,7 +4795,7 @@ version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7" dependencies = [ - "hashbrown 0.14.3", + "hashbrown 0.14.5", ] [[package]] @@ -4858,6 +4816,12 @@ version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" +[[package]] +name = "hermit-abi" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" + [[package]] name = "hex" version = "0.4.3" @@ -4964,7 +4928,7 @@ checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" dependencies = [ "bytes", "http", - "pin-project-lite 0.2.13", + "pin-project-lite 0.2.14", ] [[package]] @@ -4975,9 +4939,9 @@ checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f" [[package]] name = "httparse" -version = "1.8.0" +version = "1.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" +checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9" [[package]] name = "httpdate" @@ -4993,9 +4957,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "0.14.28" +version = "0.14.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80" +checksum = "f361cde2f109281a220d4307746cdfd5ee3f410da58a70377762396775634b33" dependencies = [ "bytes", "futures-channel", @@ -5007,8 +4971,8 @@ dependencies = [ "httparse", "httpdate", "itoa", - "pin-project-lite 0.2.13", - "socket2 0.5.6", + "pin-project-lite 0.2.14", + "socket2 0.5.7", "tokio", "tower-service", "tracing", @@ -5025,7 +4989,7 @@ dependencies = [ "http", "hyper", "log", - "rustls 0.21.10", + "rustls 0.21.12", "rustls-native-certs 0.6.3", "tokio", "tokio-rustls 0.24.1", @@ -5042,7 +5006,7 @@ dependencies = [ "iana-time-zone-haiku", "js-sys", "wasm-bindgen", - "windows-core", + "windows-core 0.52.0", ] [[package]] @@ -5055,8 +5019,126 @@ dependencies = [ ] [[package]] -name = "idna" -version = "0.2.3" +name = "icu_collections" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" +dependencies = [ + "displaydoc", + "yoke", + "zerofrom", + "zerovec", +] + +[[package]] +name = "icu_locid" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" +dependencies = [ + "displaydoc", + "litemap", + "tinystr", + "writeable", + "zerovec", +] + +[[package]] +name = "icu_locid_transform" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" +dependencies = [ + "displaydoc", + "icu_locid", + "icu_locid_transform_data", + "icu_provider", + "tinystr", + "zerovec", +] + +[[package]] +name = "icu_locid_transform_data" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" + +[[package]] +name = "icu_normalizer" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" +dependencies = [ + "displaydoc", + "icu_collections", + "icu_normalizer_data", + "icu_properties", + "icu_provider", + "smallvec", + "utf16_iter", + "utf8_iter", + "write16", + "zerovec", +] + +[[package]] +name = "icu_normalizer_data" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516" + +[[package]] +name = "icu_properties" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1f8ac670d7422d7f76b32e17a5db556510825b29ec9154f235977c9caba61036" +dependencies = [ + "displaydoc", + "icu_collections", + "icu_locid_transform", + "icu_properties_data", + "icu_provider", + "tinystr", + "zerovec", +] + +[[package]] +name = "icu_properties_data" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569" + +[[package]] +name = "icu_provider" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" +dependencies = [ + "displaydoc", + "icu_locid", + "icu_provider_macros", + "stable_deref_trait", + "tinystr", + "writeable", + "yoke", + "zerofrom", + "zerovec", +] + +[[package]] +name = "icu_provider_macros" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.66", +] + +[[package]] +name = "idna" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8" dependencies = [ @@ -5077,12 +5159,14 @@ dependencies = [ [[package]] name = "idna" -version = "0.5.0" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" +checksum = "4716a3a0933a1d01c2f72450e89596eb51dd34ef3c211ccd875acdf1f8fe47ed" dependencies = [ - "unicode-bidi", - "unicode-normalization", + "icu_normalizer", + "icu_properties", + "smallvec", + "utf8_iter", ] [[package]] @@ -5101,7 +5185,7 @@ version = "3.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d6b0422c86d7ce0e97169cc42e04ae643caf278874a7a3c87b8150a220dc7e1e" dependencies = [ - "async-io 2.3.2", + "async-io 2.3.3", "core-foundation", "fnv", "futures", @@ -5165,18 +5249,18 @@ dependencies = [ [[package]] name = "include_dir" -version = "0.7.3" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18762faeff7122e89e0857b02f7ce6fcc0d101d5e9ad2ad7846cc01d61b7f19e" +checksum = "923d117408f1e49d914f1a379a309cffe4f18c05cf4e3d12e613a15fc81bd0dd" dependencies = [ "include_dir_macros", ] [[package]] name = "include_dir_macros" -version = "0.7.3" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b139284b5cf57ecfa712bcc66950bb635b31aff41c188e8a4cfc758eca374a3f" +checksum = "7cab85a7ed0bd5f0e76d93846e0147172bed2e2d3f859bcc33a8d9699cad1a75" dependencies = [ "proc-macro2", "quote", @@ -5200,7 +5284,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" dependencies = [ "equivalent", - "hashbrown 0.14.3", + "hashbrown 0.14.5", ] [[package]] @@ -5220,9 +5304,9 @@ dependencies = [ [[package]] name = "instant" -version = "0.1.12" +version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" +checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" dependencies = [ "cfg-if", ] @@ -5248,29 +5332,29 @@ version = "0.0.0" dependencies = [ "asset-hub-paseo-runtime", "asset-test-utils", - "cumulus-primitives-core 0.12.0", + "cumulus-primitives-core 0.13.0", "emulated-integration-tests-common", - "frame-support 33.0.0", - "pallet-assets 34.0.0", - "pallet-balances 34.0.0", - "pallet-message-queue 36.0.0", - "pallet-xcm 12.0.0", + "frame-support 34.0.0", + "pallet-assets 35.0.0", + "pallet-balances 35.0.0", + "pallet-message-queue 37.0.0", + "pallet-xcm 13.0.0", "parity-scale-codec", "paseo-runtime", "paseo-runtime-constants", - "polkadot-primitives 12.0.0", - "polkadot-runtime-parachains 12.0.0", + "polkadot-primitives 13.0.0", + "polkadot-runtime-parachains 13.0.0", "pop-runtime-common", "pop-runtime-devnet", - "sp-authority-discovery 31.0.0", - "sp-consensus-aura 0.37.0", - "sp-consensus-babe 0.37.0", - "sp-consensus-beefy 18.0.0", - "sp-consensus-grandpa 18.0.0", - "sp-core 32.0.0", - "sp-runtime 36.0.0", - "staging-xcm 12.0.0", - "staging-xcm-executor 12.0.0", + "sp-authority-discovery 32.0.0", + "sp-consensus-aura 0.38.0", + "sp-consensus-babe 0.38.0", + "sp-consensus-beefy 19.0.0", + "sp-consensus-grandpa 19.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", + "staging-xcm 13.0.1", + "staging-xcm-executor 13.0.0", "tracing-subscriber 0.3.18", ] @@ -5280,7 +5364,7 @@ version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" dependencies = [ - "hermit-abi", + "hermit-abi 0.3.9", "libc", "windows-sys 0.48.0", ] @@ -5297,7 +5381,7 @@ version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" dependencies = [ - "socket2 0.5.6", + "socket2 0.5.7", "widestring", "windows-sys 0.48.0", "winreg", @@ -5315,7 +5399,7 @@ version = "0.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b" dependencies = [ - "hermit-abi", + "hermit-abi 0.3.9", "libc", "windows-sys 0.52.0", ] @@ -5329,6 +5413,12 @@ dependencies = [ "winapi", ] +[[package]] +name = "is_terminal_polyfill" +version = "1.70.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800" + [[package]] name = "itertools" version = "0.10.5" @@ -5347,17 +5437,26 @@ dependencies = [ "either", ] +[[package]] +name = "itertools" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" +dependencies = [ + "either", +] + [[package]] name = "itoa" -version = "1.0.10" +version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c" +checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" [[package]] name = "jobserver" -version = "0.1.28" +version = "0.1.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab46a6e9526ddef3ae7f787c06f0f2600639ba80ea3eade3d8e670a2230f51d6" +checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e" dependencies = [ "libc", ] @@ -5396,7 +5495,7 @@ dependencies = [ "http", "jsonrpsee-core", "pin-project", - "rustls-native-certs 0.7.1", + "rustls-native-certs 0.7.0", "rustls-pki-types", "soketto", "thiserror", @@ -5420,7 +5519,7 @@ dependencies = [ "futures-util", "hyper", "jsonrpsee-types", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "pin-project", "rand 0.8.5", "rustc-hash", @@ -5442,7 +5541,7 @@ dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -5540,7 +5639,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bf7a85fe66f9ff9cd74e169fdd2c94c6e1e74c412c99a73b4df3200b5d3760b2" dependencies = [ "kvdb", - "parking_lot 0.12.1", + "parking_lot 0.12.3", ] [[package]] @@ -5551,7 +5650,7 @@ checksum = "b644c70b92285f66bfc2032922a79000ea30af7bc2ab31902992a5dcb9b434f6" dependencies = [ "kvdb", "num_cpus", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "regex", "rocksdb", "smallvec", @@ -5559,9 +5658,9 @@ dependencies = [ [[package]] name = "landlock" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1530c5b973eeed4ac216af7e24baf5737645a6272e361f1fb95710678b67d9cc" +checksum = "9baa9eeb6e315942429397e617a190f4fdc696ef1ee0342939d641029cbb4ea7" dependencies = [ "enumflags2", "libc", @@ -5582,9 +5681,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.153" +version = "0.2.155" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" +checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" [[package]] name = "libloading" @@ -5593,7 +5692,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19" dependencies = [ "cfg-if", - "windows-targets 0.52.4", + "windows-targets 0.52.5", ] [[package]] @@ -5611,7 +5710,7 @@ dependencies = [ "bytes", "futures", "futures-timer", - "getrandom 0.2.12", + "getrandom 0.2.15", "instant", "libp2p-allow-block-list", "libp2p-connection-limits", @@ -5676,7 +5775,7 @@ dependencies = [ "multihash 0.17.0", "multistream-select", "once_cell", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "pin-project", "quick-protobuf", "rand 0.8.5", @@ -5696,7 +5795,7 @@ dependencies = [ "futures", "libp2p-core", "log", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "smallvec", "trust-dns-resolver 0.22.0", ] @@ -5858,7 +5957,7 @@ dependencies = [ "libp2p-identity", "libp2p-tls", "log", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "quinn-proto", "rand 0.8.5", "rustls 0.20.9", @@ -5974,7 +6073,7 @@ dependencies = [ "futures-rustls", "libp2p-core", "log", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "quicksink", "rw-stream-sink", "soketto", @@ -5997,13 +6096,12 @@ dependencies = [ [[package]] name = "libredox" -version = "0.0.1" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8" +checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" dependencies = [ "bitflags 2.5.0", "libc", - "redox_syscall 0.4.1", ] [[package]] @@ -6071,9 +6169,9 @@ dependencies = [ [[package]] name = "libz-sys" -version = "1.1.16" +version = "1.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e143b5e666b2695d28f6bca6497720813f699c9602dd7f5cac91008b8ada7f9" +checksum = "c15da26e5af7e25c90b37a2d75cdbf940cf4a55316de9d84c679c9b8bfabf82e" dependencies = [ "cc", "pkg-config", @@ -6127,9 +6225,9 @@ checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" [[package]] name = "linux-raw-sys" -version = "0.4.13" +version = "0.4.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c" +checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" [[package]] name = "lioness" @@ -6143,6 +6241,12 @@ dependencies = [ "keystream", ] +[[package]] +name = "litemap" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704" + [[package]] name = "litep2p" version = "0.3.0" @@ -6164,10 +6268,10 @@ dependencies = [ "multihash 0.17.0", "network-interface", "nohash-hasher", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "pin-project", "prost 0.11.9", - "prost-build", + "prost-build 0.11.9", "quinn", "rand 0.8.5", "rcgen", @@ -6178,9 +6282,64 @@ dependencies = [ "simple-dns", "smallvec", "snow", - "socket2 0.5.6", + "socket2 0.5.7", "static_assertions", - "str0m", + "str0m 0.2.0", + "thiserror", + "tokio", + "tokio-stream", + "tokio-tungstenite", + "tokio-util", + "tracing", + "trust-dns-resolver 0.23.2", + "uint", + "unsigned-varint", + "url", + "webpki", + "x25519-dalek 2.0.1", + "x509-parser 0.15.1", + "yasna", + "zeroize", +] + +[[package]] +name = "litep2p" +version = "0.4.0-rc.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f680216510836ee5211c91d80add8d1b5ba2628a61b6d17263e6539e577a2cab" +dependencies = [ + "async-trait", + "bs58 0.4.0", + "bytes", + "cid 0.10.1", + "ed25519-dalek 1.0.1", + "futures", + "futures-timer", + "hex-literal", + "indexmap 2.2.6", + "libc", + "mockall", + "multiaddr", + "multihash 0.17.0", + "network-interface", + "nohash-hasher", + "parking_lot 0.12.3", + "pin-project", + "prost 0.11.9", + "prost-build 0.11.9", + "quinn", + "rand 0.8.5", + "rcgen", + "ring 0.16.20", + "rustls 0.20.9", + "serde", + "sha2 0.10.8", + "simple-dns", + "smallvec", + "snow", + "socket2 0.5.7", + "static_assertions", + "str0m 0.4.1", "thiserror", "tokio", "tokio-stream", @@ -6200,9 +6359,9 @@ dependencies = [ [[package]] name = "lock_api" -version = "0.4.11" +version = "0.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45" +checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" dependencies = [ "autocfg", "scopeguard", @@ -6249,9 +6408,9 @@ dependencies = [ [[package]] name = "lz4" -version = "1.24.0" +version = "1.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1" +checksum = "d6eab492fe7f8651add23237ea56dbf11b3c4ff762ab83d40a47f11433421f91" dependencies = [ "libc", "lz4-sys", @@ -6259,9 +6418,9 @@ dependencies = [ [[package]] name = "lz4-sys" -version = "1.9.4" +version = "1.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900" +checksum = "e9764018d143cc854c9f17f0b907de70f14393b1f502da6375dce70f00514eb3" dependencies = [ "cc", "libc", @@ -6285,7 +6444,7 @@ dependencies = [ "macro_magic_core", "macro_magic_macros", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -6299,7 +6458,7 @@ dependencies = [ "macro_magic_core_macros", "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -6310,7 +6469,7 @@ checksum = "9ea73aa640dc01d62a590d48c0c3521ed739d53b27f919b25c3551e233481654" dependencies = [ "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -6321,7 +6480,7 @@ checksum = "ef9d79ae96aaba821963320eb2b6e34d17df1e5a83d8a1985c29cc5be59577b3" dependencies = [ "macro_magic_core", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -6366,9 +6525,9 @@ dependencies = [ [[package]] name = "memchr" -version = "2.7.1" +version = "2.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" +checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" [[package]] name = "memfd" @@ -6376,7 +6535,7 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64" dependencies = [ - "rustix 0.38.32", + "rustix 0.38.34", ] [[package]] @@ -6415,20 +6574,6 @@ dependencies = [ "hash-db", ] -[[package]] -name = "merkleized-metadata" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f313fcff1d2a4bcaa2deeaa00bf7530d77d5f7bd0467a117dde2e29a75a7a17a" -dependencies = [ - "array-bytes 6.2.2", - "blake3", - "frame-metadata", - "parity-scale-codec", - "scale-decode", - "scale-info", -] - [[package]] name = "merlin" version = "3.0.0" @@ -6460,9 +6605,9 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" [[package]] name = "miniz_oxide" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7" +checksum = "87dfd01fe195c66b572b37921ad8803d010623c0aca821bea2302239d155cdae" dependencies = [ "adler", ] @@ -6494,7 +6639,7 @@ dependencies = [ "hashlink", "lioness", "log", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "rand 0.8.5", "rand_chacha 0.3.1", "rand_distr", @@ -6505,38 +6650,38 @@ dependencies = [ [[package]] name = "mmr-gadget" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "686cce3698548808445b0bbc8348a30cafc7d6fc6dbf8df0ef5027b08e4fe037" +checksum = "663618e90cf942896a983beeec6bd1c4b25f30cabc1a54d16627866611dd7088" dependencies = [ "futures", "log", "parity-scale-codec", "sc-client-api", "sc-offchain", - "sp-api 31.0.0", + "sp-api 32.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-beefy 18.0.0", - "sp-core 32.0.0", - "sp-mmr-primitives 31.0.0", - "sp-runtime 36.0.0", + "sp-consensus-beefy 19.0.0", + "sp-core 33.0.1", + "sp-mmr-primitives 32.0.1", + "sp-runtime 37.0.0", ] [[package]] name = "mmr-rpc" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70db3d6f4fdfd688a4f995f5eb3ee9764b766a01f4a4789fa5469a02d213ee12" +checksum = "63ae3285ed10596e5d6c0f7ac651fae1dd04155ee874e55311c6885fa8435ecd" dependencies = [ "jsonrpsee", "parity-scale-codec", "serde", - "sp-api 31.0.0", + "sp-api 32.0.0", "sp-blockchain", - "sp-core 32.0.0", - "sp-mmr-primitives 31.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-mmr-primitives 32.0.1", + "sp-runtime 37.0.0", ] [[package]] @@ -6607,7 +6752,7 @@ dependencies = [ "blake3", "core2", "digest 0.10.7", - "multihash-derive 0.8.0", + "multihash-derive 0.8.1", "sha2 0.10.8", "sha3", "unsigned-varint", @@ -6624,7 +6769,7 @@ dependencies = [ "blake3", "core2", "digest 0.10.7", - "multihash-derive 0.8.0", + "multihash-derive 0.8.1", "sha2 0.10.8", "sha3", "unsigned-varint", @@ -6662,16 +6807,16 @@ dependencies = [ [[package]] name = "multihash-derive" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc076939022111618a5026d3be019fd8b366e76314538ff9a1b59ffbcbf98bcd" +checksum = "1d6d4752e6230d8ef7adf7bd5d8c4b1f6561c1014c5ba9a37445ccefe18aa1db" dependencies = [ - "proc-macro-crate 1.3.1", + "proc-macro-crate 1.1.3", "proc-macro-error", "proc-macro2", "quote", "syn 1.0.109", - "synstructure", + "synstructure 0.12.6", ] [[package]] @@ -6687,16 +6832,16 @@ dependencies = [ [[package]] name = "multihash-derive-impl" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d38685e08adb338659871ecfc6ee47ba9b22dcc8abcf6975d379cc49145c3040" +checksum = "3958713ce794e12f7c6326fac9aa274c68d74c4881dd37b3e2662b8a2046bb19" dependencies = [ - "proc-macro-crate 1.3.1", + "proc-macro-crate 2.0.0", "proc-macro-error", "proc-macro2", "quote", - "syn 1.0.109", - "synstructure", + "syn 2.0.66", + "synstructure 0.13.1", ] [[package]] @@ -6705,6 +6850,12 @@ version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a" +[[package]] +name = "multimap" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03" + [[package]] name = "multistream-select" version = "0.12.1" @@ -6721,9 +6872,9 @@ dependencies = [ [[package]] name = "nalgebra" -version = "0.32.4" +version = "0.32.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4541eb06dce09c0241ebbaab7102f0a01a0c8994afed2e5d0d66775016e25ac2" +checksum = "7b5c17de023a86f59ed79891b2e5d5a94c705dbe904a5b5c9c952ea6221b03e4" dependencies = [ "approx", "matrixmultiply", @@ -6816,9 +6967,9 @@ dependencies = [ [[package]] name = "netlink-sys" -version = "0.8.5" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6471bf08e7ac0135876a9581bf3217ef0333c191c128d34878079f42ee150411" +checksum = "416060d346fbaf1f23f9512963e3e878f1a78e707cb699ba9215761754244307" dependencies = [ "bytes", "futures", @@ -6852,12 +7003,13 @@ dependencies = [ [[package]] name = "nix" -version = "0.27.1" +version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053" +checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4" dependencies = [ "bitflags 2.5.0", "cfg-if", + "cfg_aliases", "libc", ] @@ -6895,6 +7047,12 @@ dependencies = [ "minimal-lexical", ] +[[package]] +name = "nonempty" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e9e591e719385e6ebaeb5ce5d3887f7d5676fceca6411d1925ccc95745f3d6f7" + [[package]] name = "nonzero_ext" version = "0.3.0" @@ -6919,20 +7077,19 @@ dependencies = [ [[package]] name = "num-bigint" -version = "0.4.4" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0" +checksum = "c165a9ab64cf766f73521c0dd2cfdff64f488b8f0b3e621face3462d3db536d7" dependencies = [ - "autocfg", "num-integer", "num-traits", ] [[package]] name = "num-complex" -version = "0.4.5" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23c6602fda94a57c990fe0df199a035d83576b496aa29f4e634a8ac6004e68a6" +checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" dependencies = [ "num-traits", ] @@ -6964,11 +7121,10 @@ dependencies = [ [[package]] name = "num-rational" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0" +checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" dependencies = [ - "autocfg", "num-bigint", "num-integer", "num-traits", @@ -6976,9 +7132,9 @@ dependencies = [ [[package]] name = "num-traits" -version = "0.2.18" +version = "0.2.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a" +checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" dependencies = [ "autocfg", "libm", @@ -6990,7 +7146,7 @@ version = "1.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" dependencies = [ - "hermit-abi", + "hermit-abi 0.3.9", "libc", ] @@ -7015,6 +7171,15 @@ dependencies = [ "memchr", ] +[[package]] +name = "object" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "576dfe1fc8f9df304abb159d767a29d0476f7750fbf8aa7ad07816004a207434" +dependencies = [ + "memchr", +] + [[package]] name = "oid-registry" version = "0.6.1" @@ -7044,9 +7209,9 @@ checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" [[package]] name = "openssl" -version = "0.10.66" +version = "0.10.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1" +checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f" dependencies = [ "bitflags 2.5.0", "cfg-if", @@ -7065,7 +7230,7 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -7085,9 +7250,9 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.9.103" +version = "0.9.102" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6" +checksum = "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2" dependencies = [ "cc", "libc", @@ -7104,9 +7269,9 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "orchestra" -version = "0.3.5" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2356622ffdfe72362a45a1e5e87bb113b8327e596e39b91f11f0ef4395c8da79" +checksum = "92829eef0328a3d1cd22a02c0e51deb92a5362df3e7d21a4e9bdc38934694e66" dependencies = [ "async-trait", "dyn-clonable", @@ -7121,15 +7286,15 @@ dependencies = [ [[package]] name = "orchestra-proc-macro" -version = "0.3.5" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eedb646674596266dc9bb2b5c7eea7c36b32ecc7777eba0d510196972d72c4fd" +checksum = "1344346d5af32c95bbddea91b18a88cc83eac394192d20ef2fc4c40a74332355" dependencies = [ - "expander 2.1.0", + "expander", "indexmap 2.2.6", "itertools 0.11.0", "petgraph", - "proc-macro-crate 1.3.1", + "proc-macro-crate 3.1.0", "proc-macro2", "quote", "syn 1.0.109", @@ -7171,21 +7336,21 @@ dependencies = [ [[package]] name = "pallet-asset-conversion" -version = "15.0.0" +version = "16.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00878f866191e08a7f6a74a0378c1d4d759e356d5fc3e3dae51fa414b44fad93" +checksum = "f7428d88b215ade92402d6c01ad02f51b6bba02c69fab8c174e0b223b335d773" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "parity-scale-codec", "scale-info", - "sp-api 31.0.0", + "sp-api 32.0.0", "sp-arithmetic 26.0.0", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -7223,17 +7388,17 @@ dependencies = [ [[package]] name = "pallet-asset-rate" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2908c5abe694fc6d1e9f1dbc9049910cf7086416e0c3214ff4734f02c055d82" +checksum = "52ebd9fbc2bdd0015bc015103a596035de2b41d01f339f7fe732885fbd774ba0" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "parity-scale-codec", "scale-info", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", "sp-std", ] @@ -7258,20 +7423,20 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbdecfbbcc55a4050a91bf2180b5b574fe3e20a925c1a836187041974c6f9248" +checksum = "428dad50f10165a0d9757443733e38c94f371578fe44c9c989457d2cd61080ed" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", - "pallet-transaction-payment 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", + "pallet-transaction-payment 34.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -7294,18 +7459,18 @@ dependencies = [ [[package]] name = "pallet-assets" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14bb2544de653caa76f88156c53ccdea218737ae00ef37b949786bc4c13719f8" +checksum = "5ce4a9e4704ec26889ed2245064d389251a04314c144239c08c9340ea5e14d1e" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "parity-scale-codec", "scale-info", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", "sp-std", ] @@ -7329,19 +7494,19 @@ dependencies = [ [[package]] name = "pallet-aura" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d39e0cf359277a802199f4f78604ddb62f6616e6c625a3b958abec063b1a66f" +checksum = "387cfc84d2d716e23948f9777f97cf1c57461d33b22dcceeeb03493b3ad1059b" dependencies = [ - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", - "pallet-timestamp 32.0.0", + "pallet-timestamp 33.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 35.0.0", - "sp-consensus-aura 0.37.0", - "sp-runtime 36.0.0", + "sp-application-crypto 36.0.0", + "sp-consensus-aura 0.38.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -7364,18 +7529,18 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35807c44d2caf67038ae3b3cd948a36014a63e75f96bab3754350deec7cf8e20" +checksum = "2d9b476d5331907127d707a184f5454c8ded644c1530115241a576c578ecdfea" dependencies = [ - "frame-support 33.0.0", - "frame-system 33.0.0", - "pallet-session 33.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", + "pallet-session 34.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 35.0.0", - "sp-authority-discovery 31.0.0", - "sp-runtime 36.0.0", + "sp-application-crypto 36.0.0", + "sp-authority-discovery 32.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -7396,16 +7561,16 @@ dependencies = [ [[package]] name = "pallet-authorship" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9c6fadb06cb9f04998aebabf282e15a6bc35ac36de0c6fccb43a0efb38a755c" +checksum = "ccd3d28c92dff65f0d198e88e3689f5282903138102bff84cc3794a1426665fc" dependencies = [ - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -7436,26 +7601,26 @@ dependencies = [ [[package]] name = "pallet-babe" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1e8bc4e03c6e92cfbac89e9b505ff43fae538915fc277f4597733775c49fa76" +checksum = "43127ee85b3a00650557a269efe1409f192df52e01abbed18dbaee9b5ccc174d" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", - "pallet-authorship 33.0.0", - "pallet-session 33.0.0", - "pallet-timestamp 32.0.0", + "pallet-authorship 34.0.0", + "pallet-session 34.0.0", + "pallet-timestamp 33.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 35.0.0", - "sp-consensus-babe 0.37.0", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", - "sp-session 32.0.0", - "sp-staking 31.0.0", + "sp-application-crypto 36.0.0", + "sp-consensus-babe 0.38.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", + "sp-session 33.0.0", + "sp-staking 32.0.0", "sp-std", ] @@ -7465,7 +7630,7 @@ version = "28.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dd27bfa4bfa5751652842b81241c7eff3e68f2806d9dacc17b03d2cb20a39756" dependencies = [ - "aquamarine 0.5.0", + "aquamarine", "docify", "frame-benchmarking 29.0.0", "frame-election-provider-support 29.0.0", @@ -7484,23 +7649,23 @@ dependencies = [ [[package]] name = "pallet-bags-list" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "235a798b0ef83ef012fe79ed01617d84882e682aa40b937ca22e23ee429ab2d7" +checksum = "597db43f545daa97771c2c84f8d53e7b6596a37f58fe28329b221cfc45cb7575" dependencies = [ - "aquamarine 0.5.0", + "aquamarine", "docify", - "frame-benchmarking 33.0.0", - "frame-election-provider-support 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-election-provider-support 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", - "pallet-balances 34.0.0", + "pallet-balances 35.0.0", "parity-scale-codec", "scale-info", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", "sp-tracing 17.0.0", ] @@ -7524,18 +7689,18 @@ dependencies = [ [[package]] name = "pallet-balances" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06c00a7041511735547ac443a14ecb2915976725dfbf1d3d9f64df20359e483e" +checksum = "b8bd03d979e84ec22862e62bece760601c10cc72712aa1fc43358ae9837dc9fd" dependencies = [ "docify", - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "parity-scale-codec", "scale-info", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -7562,22 +7727,22 @@ dependencies = [ [[package]] name = "pallet-beefy" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42a846fddc17ec4bb5901f446a1f474090de2778c215aea9ab209631c88cf879" +checksum = "ef1a8f4f497878782988bdd7df0a825b4757921804fb7bafcc8df3b9e990c7a0" dependencies = [ - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", - "pallet-authorship 33.0.0", - "pallet-session 33.0.0", + "pallet-authorship 34.0.0", + "pallet-session 34.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-beefy 18.0.0", - "sp-runtime 36.0.0", - "sp-session 32.0.0", - "sp-staking 31.0.0", + "sp-consensus-beefy 19.0.0", + "sp-runtime 37.0.0", + "sp-session 33.0.0", + "sp-staking 32.0.0", "sp-std", ] @@ -7587,7 +7752,7 @@ version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7d334f24d3c0c016d16aa87d069485847d622e8ebebace18ec5cf56609ca3a67" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "binary-merkle-tree 14.0.0", "frame-support 29.0.2", "frame-system 29.0.0", @@ -7609,27 +7774,27 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b59f46e15d62db39a20fb254324f5a33cf3c652ca6aa656ba6419ae5c8059336" +checksum = "c3e144caa40bc9a8b2947a0de2cb5eae3e701790bf9c2105536b6943d234aa7e" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "binary-merkle-tree 15.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", - "pallet-beefy 33.0.0", - "pallet-mmr 32.0.0", - "pallet-session 33.0.0", + "pallet-beefy 34.0.0", + "pallet-mmr 33.0.0", + "pallet-session 34.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-api 31.0.0", - "sp-consensus-beefy 18.0.0", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", - "sp-state-machine 0.40.0", + "sp-api 32.0.0", + "sp-consensus-beefy 19.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", + "sp-state-machine 0.41.0", "sp-std", ] @@ -7654,104 +7819,104 @@ dependencies = [ [[package]] name = "pallet-bounties" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56765a826bcdc19693fc327757108d79ac03e7545bc3561a2434bb0238679ee6" +checksum = "a8f1b72d43025037e2ef80598ddd2a7d2d7af7e592173fa49d787b405a314c24" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", - "pallet-treasury 32.0.0", + "pallet-treasury 33.0.0", "parity-scale-codec", "scale-info", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] [[package]] name = "pallet-bridge-grandpa" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "392088cb0e26f6bd3add91b7d1cf1df60166fdb60643a4b577951309621610e0" +checksum = "a3e00545cfa1a32881cf43685dc3589d8c13599ae014fcceec705efe0948c9ff" dependencies = [ - "bp-header-chain 0.12.0", - "bp-runtime 0.12.0", + "bp-header-chain 0.13.0", + "bp-runtime 0.13.0", "bp-test-utils", "finality-grandpa", - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "parity-scale-codec", "scale-info", - "sp-consensus-grandpa 18.0.0", - "sp-runtime 36.0.0", + "sp-consensus-grandpa 19.0.0", + "sp-runtime 37.0.0", "sp-std", - "sp-trie 34.0.0", + "sp-trie 35.0.0", ] [[package]] name = "pallet-bridge-messages" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "112b595ff46a2831be1c22ffb3a9f5fd44b875489b8dde8bcd4509d75a77bb36" +checksum = "be7caa274f58bc7dc72db5a6ac3a6e0329b92aee83610d879e2856018b4a8b2d" dependencies = [ - "bp-messages 0.12.0", - "bp-runtime 0.12.0", - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "bp-messages 0.13.0", + "bp-runtime 0.13.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "num-traits", "parity-scale-codec", "scale-info", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] [[package]] name = "pallet-bridge-parachains" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc8495da753089436f1e09e36ebb311182bc2c594decce628017f009c9af9a45" +checksum = "ef9e73cd6854b9c8a1b3f9b8e87b944f953490fecd7ffff02fd2816e04ed4672" dependencies = [ - "bp-header-chain 0.12.0", + "bp-header-chain 0.13.0", "bp-parachains", - "bp-polkadot-core 0.12.0", - "bp-runtime 0.12.0", - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "bp-polkadot-core 0.13.0", + "bp-runtime 0.13.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "pallet-bridge-grandpa", "parity-scale-codec", "scale-info", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "sp-std", - "sp-trie 34.0.0", + "sp-trie 35.0.0", ] [[package]] name = "pallet-bridge-relayers" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28ff139bff796f25ba8c53f8e540b4943d04adeb17f2496de7a66f3a6fdfdf4a" +checksum = "4396df49869eb807995337cb49baf9e85a9fcccb3131cff7ee4167f2c9e38b0a" dependencies = [ - "bp-messages 0.12.0", + "bp-messages 0.13.0", "bp-relayers", - "bp-runtime 0.12.0", - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "bp-runtime 0.13.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "pallet-bridge-messages", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -7776,21 +7941,21 @@ dependencies = [ [[package]] name = "pallet-broker" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58e06a681df643f0bf7225c09b4d33ceaaebfe6ebfb13d0ea686f11d20901e9b" +checksum = "1dbfcca449d6ab4c922c4ea78647f0f9d0df0ddc29e23e2bf6c51bfd86abd97f" dependencies = [ "bitvec", - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "parity-scale-codec", "scale-info", - "sp-api 31.0.0", + "sp-api 32.0.0", "sp-arithmetic 26.0.0", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", "sp-std", ] @@ -7816,21 +7981,21 @@ dependencies = [ [[package]] name = "pallet-child-bounties" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "813290bcfde2e10ad4a37763642e22186e28cf7d675cbf525f2276151444008c" +checksum = "f05475c4590ac456090c430d5f8b0a3b66820048bd3b25fb273a992ea8c8e36e" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", - "pallet-bounties 32.0.0", - "pallet-treasury 32.0.0", + "pallet-bounties 33.0.0", + "pallet-treasury 33.0.0", "parity-scale-codec", "scale-info", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -7857,57 +8022,57 @@ dependencies = [ [[package]] name = "pallet-collator-selection" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b8c0293db4d8d6632330e8ea1d8ad83711c144fe8b03a14ae15fe1678c7291b" +checksum = "191fe5efd59d6e68d36b15e5abf86a7169a3c1754e2a55f0ecd0555e8326eb05" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", - "pallet-authorship 33.0.0", - "pallet-balances 34.0.0", - "pallet-session 33.0.0", + "pallet-authorship 34.0.0", + "pallet-balances 35.0.0", + "pallet-session 34.0.0", "parity-scale-codec", "rand 0.8.5", "scale-info", - "sp-runtime 36.0.0", - "sp-staking 31.0.0", + "sp-runtime 37.0.0", + "sp-staking 32.0.0", "sp-std", ] [[package]] name = "pallet-collective" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2f5bea608ae6d9e8e12cd1e57d4781ccccf62a87e498bb6318ffe2243815ab4" +checksum = "e5669703e0437057c1054e73c10f8f2e256850905e318b0c235a587cbd89d616" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "parity-scale-codec", "scale-info", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] [[package]] name = "pallet-contracts" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8117764e8436e9ad3f134c313a65b0dad95f1353349ddd9a78a6b527dbbeb320" +checksum = "5ca700e816a32739ab9480065a2546181f83e743c93f74b244463dd87b48e5aa" dependencies = [ "bitflags 1.3.2", "environmental", - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "impl-trait-for-tuples", "log", - "pallet-balances 34.0.0", + "pallet-balances 35.0.0", "pallet-contracts-proc-macro", "pallet-contracts-uapi", "parity-scale-codec", @@ -7917,13 +8082,13 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-api 31.0.0", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-api 32.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", - "staging-xcm 12.0.0", - "staging-xcm-builder 12.0.0", + "staging-xcm 13.0.1", + "staging-xcm-builder 13.0.0", "wasm-instrument", "wasmi", ] @@ -7936,7 +8101,7 @@ checksum = "de0cb1d904c58964cf5015adc7683fb9467b8b7e8f281619aae403f43dc2c48c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -7972,38 +8137,38 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0b8fc61dec0ae9760f00fb84a621e383ebb0bd1d2f6a4777bc55977624da5d1" +checksum = "c19d08a0f7f23bb70998456f04f0234548f6ee10507b0f7e74bf067e3eeeee2b" dependencies = [ "assert_matches", - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "parity-scale-codec", "scale-info", "serde", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] [[package]] name = "pallet-democracy" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcb285cd2c58b49219c9980b9c30d4c241920c5a55ae5df44c6e3649dd5057fd" +checksum = "731fc36423b38b08b12dd3a3aeeaa1dda61a3207ee5ce24a209d964aede8a367" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -8033,26 +8198,26 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45d7050267a6ce48b2d5530ea5c3b939c8f8a70e42b26db96cb1e859a3dd40c9" +checksum = "4cbfdd85dd5d5979067a47d4148f529da937ee017a846e98d4778764b3acfe43" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-election-provider-support 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-election-provider-support 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", - "pallet-election-provider-support-benchmarking 32.0.0", + "pallet-election-provider-support-benchmarking 33.0.0", "parity-scale-codec", "rand 0.8.5", "scale-info", "sp-arithmetic 26.0.0", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-npos-elections 31.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-npos-elections 32.0.0", + "sp-runtime 37.0.0", "sp-std", - "strum 0.26.3", + "strum 0.26.2", ] [[package]] @@ -8072,36 +8237,36 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3cea3c30507dd5bc3ca2657a2b729dbb9c77f0ae7103778e148d4667d1f0dfe6" +checksum = "ef65188f4db678f5b5098d74f67e35ea5a1c2eac3c57e628e8371bf013e5f7ff" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-election-provider-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-election-provider-support 34.0.0", + "frame-system 34.0.1", "parity-scale-codec", - "sp-npos-elections 31.0.0", - "sp-runtime 36.0.0", + "sp-npos-elections 32.0.0", + "sp-runtime 37.0.0", "sp-std", ] [[package]] name = "pallet-elections-phragmen" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e4482e691c61ea7d68d09a0d3221a2223b36118874c1923a3733a0ff1a9d4a65" +checksum = "2306b2b9115109232e590604edc35395b33fbf7413a84bfdb24ae0e0b9e3585d" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "parity-scale-codec", "scale-info", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-npos-elections 31.0.0", - "sp-runtime 36.0.0", - "sp-staking 31.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-npos-elections 32.0.0", + "sp-runtime 37.0.0", + "sp-staking 32.0.0", "sp-std", ] @@ -8127,21 +8292,21 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3413d41515d5679fa680f96ceac185ede18ac22002837216c9fab863d4a367b7" +checksum = "202d0ffa99727097251e049039fc40a4bfba7f32d0f1c831614cc94f95d430bc" dependencies = [ "docify", - "frame-benchmarking 33.0.0", - "frame-election-provider-support 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-election-provider-support 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "parity-scale-codec", "scale-info", - "sp-io 35.0.0", - "sp-runtime 36.0.0", - "sp-staking 31.0.0", + "sp-io 36.0.0", + "sp-runtime 37.0.0", + "sp-staking 32.0.0", "sp-std", ] @@ -8171,25 +8336,25 @@ dependencies = [ [[package]] name = "pallet-grandpa" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63024f2e3aee907a345db4993982b0a853cc330e487d0b7aa2b63bf956bb2a04" +checksum = "176f4dacb8f2e4f7cc807df18ced790d928c736b761b0eac5a855e9052efde40" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", - "pallet-authorship 33.0.0", - "pallet-session 33.0.0", + "pallet-authorship 34.0.0", + "pallet-session 34.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 35.0.0", - "sp-consensus-grandpa 18.0.0", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", - "sp-session 32.0.0", - "sp-staking 31.0.0", + "sp-application-crypto 36.0.0", + "sp-consensus-grandpa 19.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", + "sp-session 33.0.0", + "sp-staking 32.0.0", "sp-std", ] @@ -8213,19 +8378,19 @@ dependencies = [ [[package]] name = "pallet-identity" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b59201c3a7fad2acc3623e0e933359588e86ba6445ec4e2ced9a56cbc150658" +checksum = "435fb7144dd4809744d6ed5bdb96da650f59456ee95eac886e8b63ce2288f041" dependencies = [ "enumflags2", - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "parity-scale-codec", "scale-info", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -8252,22 +8417,22 @@ dependencies = [ [[package]] name = "pallet-im-online" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "859266edee477b8d7c8f07bbe48956f2d0093b7a7466b473df66e6de4dd59445" +checksum = "cb18daba67af89afab884392286b22c9da983d63adc2b4f42be42330fb645da8" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", - "pallet-authorship 33.0.0", + "pallet-authorship 34.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 35.0.0", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", - "sp-staking 31.0.0", + "sp-application-crypto 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", + "sp-staking 32.0.0", "sp-std", ] @@ -8291,37 +8456,37 @@ dependencies = [ [[package]] name = "pallet-indices" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81babd3f9b3af66f27f7af6dfdea1943d16598630c5f4eda34ec56bdb7185dbd" +checksum = "4a5474e1fe28673aa229805fa59bda1b5211a6cd5acd44d1ce8594761c5aa6a3" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "parity-scale-codec", "scale-info", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-keyring 36.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-keyring 37.0.0", + "sp-runtime 37.0.0", "sp-std", ] [[package]] name = "pallet-membership" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d72c43d36e246e388b911ce85176962eeaf7893acb472fe1c4377c7007f886d" +checksum = "958dd8feceeeacd1ae268eb0c2133887aea5f9883ae3410712f7b483b265c145" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "parity-scale-codec", "scale-info", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -8348,21 +8513,21 @@ dependencies = [ [[package]] name = "pallet-message-queue" -version = "36.0.0" +version = "37.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55cf3baf644a42f0520f030e91e24c72e3d6691f7abc347345219b2e744fc835" +checksum = "0f00efb1a89581346901a13f60c6d5be640dbfee516342f0b6b1ee679ed20354" dependencies = [ "environmental", - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", "sp-weights 31.0.0", ] @@ -8388,20 +8553,20 @@ dependencies = [ [[package]] name = "pallet-mmr" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02f6cdaa2b8423f910e260b93065b8c63c7ebbc21c288419bc7a9aa0ed7a14fa" +checksum = "359e1e6b63a3fdd57724c35b428c5cb13d2203108f643beb5870e72d0173af5c" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "parity-scale-codec", "scale-info", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-mmr-primitives 31.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-mmr-primitives 32.0.1", + "sp-runtime 37.0.0", "sp-std", ] @@ -8424,36 +8589,36 @@ dependencies = [ [[package]] name = "pallet-multisig" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4957a1571ca0a761520942623d7d1ff71f2831edfc2f2fc43ad454682e50ad95" +checksum = "98b5d37656066f03706dd9edf472785b531bb9dedec7d2a9c147cce2d4f30061" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "parity-scale-codec", "scale-info", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] [[package]] name = "pallet-nft-fractionalization" -version = "15.0.0" +version = "16.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3725969acea961bbd0fe469d3de423897b48d177dfb1251138e44a23056f8f90" +checksum = "9c5d6354e983ac14f96de5fce89f0adaaccf33d51ddb88842b2d4baafe045fe9" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", - "pallet-assets 34.0.0", - "pallet-nfts 27.0.0", + "pallet-assets 35.0.0", + "pallet-nfts 28.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -8478,20 +8643,20 @@ dependencies = [ [[package]] name = "pallet-nfts" -version = "27.0.0" +version = "28.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24460dcc55227dd89c8e1336a9d9bffed6dcfc8d11207922a02705d5a7bc6d15" +checksum = "be0cdd439ccc9d3e8281dfd2b80cbedfa4ee37f73ccfe2db685d71552fbe71b4" dependencies = [ "enumflags2", - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "parity-scale-codec", "scale-info", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -8509,30 +8674,30 @@ dependencies = [ [[package]] name = "pallet-nfts-runtime-api" -version = "19.0.0" +version = "20.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9ebe8124be6f8e4821cb53cd90d3b40c25bd6cb3bc9ca00fe7351f3c02755f9" +checksum = "263d42503a6a337965bebd3f63ee0555812100c913c59dfd2fec2bb49800f195" dependencies = [ - "pallet-nfts 27.0.0", + "pallet-nfts 28.0.0", "parity-scale-codec", - "sp-api 31.0.0", + "sp-api 32.0.0", "sp-std", ] [[package]] name = "pallet-nis" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9317c665f1692637b3ede02fef4153ae3c4a4fb4b196bbea07a6a011546ab74" +checksum = "55e4b82d3d48d0b0828acac780b2a383f1bb4fe2b33d945850d735571f8f0398" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", "sp-std", ] @@ -8558,20 +8723,20 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1edc38d7ba687163bdf2562b1fd8d440d63648c193b6c9e899ea12a607747ed" +checksum = "d9e13bbfb772e3530e4adb0ed000d5851c89c1e21949f199196d5aed4573d6c1" dependencies = [ - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", - "pallet-balances 34.0.0", + "pallet-balances 35.0.0", "parity-scale-codec", "scale-info", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", - "sp-staking 31.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", + "sp-staking 32.0.0", "sp-std", "sp-tracing 17.0.0", ] @@ -8599,22 +8764,22 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebd63c332aa3c111d10268c29aa439180d4b94c8adecbf526f0a04aeea46bea1" +checksum = "ef69c75bf20f34c61d8fa9e2eaac7e0196662c1f837193b980dd81ce8bf64b7f" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-election-provider-support 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", - "pallet-bags-list 32.0.0", - "pallet-nomination-pools 30.0.0", - "pallet-staking 33.0.0", + "frame-benchmarking 34.0.0", + "frame-election-provider-support 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", + "pallet-bags-list 33.0.0", + "pallet-nomination-pools 31.0.0", + "pallet-staking 34.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "sp-runtime-interface 27.0.0", - "sp-staking 31.0.0", + "sp-staking 32.0.0", "sp-std", ] @@ -8632,13 +8797,13 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3980bcda50ec619f93dbb8b73f824413ee5dccabe3511fca4454c49857c1483" +checksum = "436388be290be799b0eaebb3bf0faa71029d8326fa5726c578302cb1e8f78032" dependencies = [ - "pallet-nomination-pools 30.0.0", + "pallet-nomination-pools 31.0.0", "parity-scale-codec", - "sp-api 31.0.0", + "sp-api 32.0.0", "sp-std", ] @@ -8662,19 +8827,19 @@ dependencies = [ [[package]] name = "pallet-offences" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d02ba6a9a9c27685404f979534ab254f0cda028857ebdb19f7cb9aa0f52bc6b" +checksum = "bd8a7f971f79e0ced152437e2e2c3aa3d3230c347cb7042dac81bbf58518751e" dependencies = [ - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", - "pallet-balances 34.0.0", + "pallet-balances 35.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-runtime 36.0.0", - "sp-staking 31.0.0", + "sp-runtime 37.0.0", + "sp-staking 32.0.0", "sp-std", ] @@ -8705,45 +8870,45 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de8b5190c4421f6550504bd1753f82492c28cda5b1ccb6c2759494cdfa431207" +checksum = "87737faadaca16055217d7d4cace15fa47690a74e077ca3ca2269ac9d63928f5" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-election-provider-support 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-election-provider-support 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", - "pallet-babe 33.0.0", - "pallet-balances 34.0.0", - "pallet-grandpa 33.0.0", - "pallet-im-online 32.0.0", - "pallet-offences 32.0.0", - "pallet-session 33.0.0", - "pallet-staking 33.0.0", + "pallet-babe 34.0.0", + "pallet-balances 35.0.0", + "pallet-grandpa 34.0.0", + "pallet-im-online 33.0.0", + "pallet-offences 33.0.0", + "pallet-session 34.0.0", + "pallet-staking 34.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 36.0.0", - "sp-staking 31.0.0", + "sp-runtime 37.0.0", + "sp-staking 32.0.0", "sp-std", ] [[package]] name = "pallet-parameters" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d8bc500ff1d3292950a7d1b50b0e26f7cd9f886cd4a577883267d36a1da1361" +checksum = "a61797dcd19a4bc6367b031df02209182d410c00ce08a7d1d2d4ec00be54af4c" dependencies = [ "docify", - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "parity-scale-codec", "paste", "scale-info", "serde", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", "sp-std", ] @@ -8767,19 +8932,19 @@ dependencies = [ [[package]] name = "pallet-preimage" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a20718f6531ad2adf84ed0b1f845f29e29987b7fd1ccb738134c60e77177f1d0" +checksum = "29c464ba4684a0349c0266a50bb43b281cbed79ef2a217872796c433d293fa15" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "parity-scale-codec", "scale-info", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -8801,53 +8966,53 @@ dependencies = [ [[package]] name = "pallet-proxy" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a73160cf5aa5ebf1f07eb1134328b272ab16070028c8c1ee9f800ffa3a5c03db" +checksum = "b4e06086ea1c118f1603cba84c44a986b8132f54c51a710f72e0b4c9773bc3b5" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "parity-scale-codec", "scale-info", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] [[package]] name = "pallet-ranked-collective" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "082ef6517f3901106bc642a7bb35b9c8345cbe55c5c60dbf6b09081b2e3c5695" +checksum = "6daeb4ce9471d306aab7a7f9b356643eb646df0be6306e241e499be442fe44da" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] [[package]] name = "pallet-recovery" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06afe44a0484ad3c8b943c555fe4d7ccc9da3b3cd1093ddb6a8984bae6f130f4" +checksum = "f925341a47c6c95f02e30af26d478014d8b6885193169e5ce0869b75eb5b05d8" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "parity-scale-codec", "scale-info", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -8873,37 +9038,37 @@ dependencies = [ [[package]] name = "pallet-referenda" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b6c4f5bc65be570a065907239d3215036d3e29edbd0ea5c6cd01246e2ba3959" +checksum = "3a971ac06fcaa8b0e895c881e879e3c333f77bd79d1480fdffcc5b6e74750181" dependencies = [ "assert_matches", - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "parity-scale-codec", "scale-info", "serde", "sp-arithmetic 26.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] [[package]] name = "pallet-root-testing" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e4b63ec79ab485d54cf79fd5ef574bb7f8f4e094e4a7d11b012a820d4324b62" +checksum = "84013a3fa1fb5553c840fc0b6d165448e0765b39ef7197b1ddf8b22f367b2f37" dependencies = [ - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "parity-scale-codec", "scale-info", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -8928,19 +9093,19 @@ dependencies = [ [[package]] name = "pallet-scheduler" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7570e307118a4663dd3a1d1c949f84a169ef932666e69f7fcf4357781c8c1a4e" +checksum = "9373a0c1386cf48e6e5f0e123fe67cc933e72e32d8fb05457ee7a48a96d53bef" dependencies = [ "docify", - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "parity-scale-codec", "scale-info", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", "sp-weights 31.0.0", ] @@ -8970,25 +9135,25 @@ dependencies = [ [[package]] name = "pallet-session" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "925f793adb1d53c05233ffd2644ca37890d56c9716475108b975969a445d10b3" +checksum = "9170fef289c193773d94e2b6c799f09c97b199464902a8d220bfcd399a65d726" dependencies = [ - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "impl-trait-for-tuples", "log", - "pallet-timestamp 32.0.0", + "pallet-timestamp 33.0.0", "parity-scale-codec", "scale-info", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", - "sp-session 32.0.0", - "sp-staking 31.0.0", - "sp-state-machine 0.40.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", + "sp-session 33.0.0", + "sp-staking 32.0.0", + "sp-state-machine 0.41.0", "sp-std", - "sp-trie 34.0.0", + "sp-trie 35.0.0", ] [[package]] @@ -9011,38 +9176,38 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca61297e13c15fef1e4d3b7f2884e70c772be3a9448977ba23954e2c4bcea4bd" +checksum = "ea68db2e88494745b73e4e774326f7d39e0dbdf35f8b79e70d134f2d99fd0ecb" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", - "pallet-session 33.0.0", - "pallet-staking 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", + "pallet-session 34.0.0", + "pallet-staking 34.0.0", "parity-scale-codec", "rand 0.8.5", - "sp-runtime 36.0.0", - "sp-session 32.0.0", + "sp-runtime 37.0.0", + "sp-session 33.0.0", "sp-std", ] [[package]] name = "pallet-society" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8584534df25227dd43d80803ea1978af55bf70aad5aa57c83dc3de883b1f1c73" +checksum = "e945ae7db25c0fa77c65882fb7138ce88a28fe08f151a539ea51a115b9595137" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "parity-scale-codec", - "rand_chacha 0.2.2", + "rand_chacha 0.3.1", "scale-info", "sp-arithmetic 26.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -9072,25 +9237,25 @@ dependencies = [ [[package]] name = "pallet-staking" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f68e48f3d79e0cbb9462eacc0c85c80003924124a893465047f159278338036d" +checksum = "a563877abd32f7f3885d6437c196ba9adf1cfbc430afcc4059e6ede7ff354f38" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-election-provider-support 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-election-provider-support 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", - "pallet-authorship 33.0.0", - "pallet-session 33.0.0", + "pallet-authorship 34.0.0", + "pallet-session 34.0.0", "parity-scale-codec", - "rand_chacha 0.2.2", + "rand_chacha 0.3.1", "scale-info", "serde", - "sp-application-crypto 35.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", - "sp-staking 31.0.0", + "sp-application-crypto 36.0.0", + "sp-io 36.0.0", + "sp-runtime 37.0.0", + "sp-staking 32.0.0", "sp-std", ] @@ -9103,7 +9268,7 @@ dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -9139,13 +9304,13 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" -version = "19.0.0" +version = "20.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c431ab74db8258b39fe829fb7345d38064ef7fb1ce2014b074f586303d7dee67" +checksum = "dc26b2f096e83fd919d8d6bb586963f2374b513a7c17fe356e67f585c88943b8" dependencies = [ "parity-scale-codec", - "sp-api 31.0.0", - "sp-staking 31.0.0", + "sp-api 32.0.0", + "sp-staking 32.0.0", ] [[package]] @@ -9168,19 +9333,19 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9db0ce6ccf9e1d2fe2d0b26cecce995e4b095b31bbf9f0492024fbfd4924961a" +checksum = "204af00c1b72938db6a2d05b2dc6d1576f5957a9a9ec022ea6b5003f400f337c" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "parity-scale-codec", "scale-info", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -9203,18 +9368,18 @@ dependencies = [ [[package]] name = "pallet-sudo" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10ee43e8bb38a50a234ef49198413483562e229ca20d8e9d9f78b756244f6d7c" +checksum = "edc1377f434c84a4afc3888dee27a01a0720c3fe77486f9dfb2e7310e6ad6b0b" dependencies = [ "docify", - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "parity-scale-codec", "scale-info", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -9241,42 +9406,42 @@ dependencies = [ [[package]] name = "pallet-timestamp" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5982a7cc371e2b9be504465bb6e47bc27dba0b98ee9794d7fc797c24244fb6d9" +checksum = "7b43a57df90499460bf6645fd19390c8ae85bb225566c40e36cc8e2f4663b3f6" dependencies = [ "docify", - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "parity-scale-codec", "scale-info", - "sp-inherents 31.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-inherents 32.0.0", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", "sp-storage 21.0.0", - "sp-timestamp 31.0.0", + "sp-timestamp 32.0.0", ] [[package]] name = "pallet-tips" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84e0d02dcd034cb57cb25f1301c6e6c43b8191b96b049e7d013564aaf5d3c6af" +checksum = "8d451009c9a104acedb2b93aeb31096f93cfa4f39873f4b5a01d36bb3735c299" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", - "pallet-treasury 32.0.0", + "pallet-treasury 33.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -9299,35 +9464,35 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aad5b92a96c4e38c7917477a1e5f2916c64f667f2734b2bf790ce552ceada82c" +checksum = "373788faa2053bb2f6441921599ea06de81cdff0f96fcd1e6a2e021aa1296f72" dependencies = [ - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "parity-scale-codec", "scale-info", "serde", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] [[package]] name = "pallet-transaction-payment-rpc" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46ba896951ef39011e27d0a91b565520636f926f01b1c912a411146af079ef5e" +checksum = "c1019cbb539e864eabafc9cb327799c64ba885825cff822c654e4f394da1250e" dependencies = [ "jsonrpsee", - "pallet-transaction-payment-rpc-runtime-api 33.0.0", + "pallet-transaction-payment-rpc-runtime-api 34.0.0", "parity-scale-codec", - "sp-api 31.0.0", + "sp-api 32.0.0", "sp-blockchain", - "sp-core 32.0.0", + "sp-core 33.0.1", "sp-rpc", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "sp-weights 31.0.0", ] @@ -9346,14 +9511,14 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f274055d2c61888689889d6e9b9266b163e1ed298967b55bf961db26b11a60fe" +checksum = "5d5362418d8a4ec0bf93773d79f5fc88d6533c5bb9939e495db7072d8db4dc1d" dependencies = [ - "pallet-transaction-payment 33.0.0", + "pallet-transaction-payment 34.0.0", "parity-scale-codec", - "sp-api 31.0.0", - "sp-runtime 36.0.0", + "sp-api 32.0.0", + "sp-runtime 37.0.0", "sp-weights 31.0.0", ] @@ -9379,21 +9544,21 @@ dependencies = [ [[package]] name = "pallet-treasury" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23a11166748c80a432c52d5cc99c2b0e1d2b88592e0ad71eec7cb9f360e375c7" +checksum = "3b88e19f21e3ddec95df10b3f9411c801733f2e0a8185a7ed18ef17e98951fa2" dependencies = [ "docify", - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "impl-trait-for-tuples", - "pallet-balances 34.0.0", + "pallet-balances 35.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", "sp-std", ] @@ -9432,18 +9597,18 @@ dependencies = [ [[package]] name = "pallet-utility" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb1c70a4abf287304214b16d9eb88f13c991bd696f9e5318fc68e74df9802037" +checksum = "4eb9f2e5a8595de607cfb062e0c115fadce3034c902b843f8f41636376a08d0a" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "parity-scale-codec", "scale-info", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -9465,17 +9630,17 @@ dependencies = [ [[package]] name = "pallet-vesting" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9a5b229675f299af7aa40749c579570dce4ab19739779a45f5a87da118af8ef" +checksum = "8205beed2e075ef3d3651bb806d39fda894861e8e82807e42553d499d5e552f6" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "parity-scale-codec", "scale-info", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -9497,17 +9662,17 @@ dependencies = [ [[package]] name = "pallet-whitelist" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "249172db9f2b014a6e9d4b5c6d663bcbcb0055c1c2c7564e7bd0488ecb1f15b8" +checksum = "ebeaf4774a0c69823a35560daea3642b98a5fc12432ce92efc0dd22b491e2dc7" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "parity-scale-codec", "scale-info", - "sp-api 31.0.0", - "sp-runtime 36.0.0", + "sp-api 32.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -9537,26 +9702,26 @@ dependencies = [ [[package]] name = "pallet-xcm" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db9e654cf90682370fe20a04904cb02df993c3b0dcfad861abcf2811f4fa6085" +checksum = "ef5697c6ac29c8dd2e96d895ba6fe64b969fdcc5a5ab8cf6fa83240a519b2460" dependencies = [ "bounded-collections 0.2.0", - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", - "pallet-balances 34.0.0", + "pallet-balances 35.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", - "staging-xcm 12.0.0", - "staging-xcm-builder 12.0.0", - "staging-xcm-executor 12.0.0", + "staging-xcm 13.0.1", + "staging-xcm-builder 13.0.0", + "staging-xcm-executor 13.0.0", "xcm-fee-payment-runtime-api", ] @@ -9582,22 +9747,22 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60b7038af027fcce5ba3d2f99b941fb997a5556f1fa0b8a7e7e23a448be1bb85" +checksum = "48a95a496f4c2ce2c7b9318584f7e7c589efe456be161ad373144d8e356be6ac" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "parity-scale-codec", "scale-info", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", - "staging-xcm 12.0.0", - "staging-xcm-builder 12.0.0", - "staging-xcm-executor 12.0.0", + "staging-xcm 13.0.1", + "staging-xcm-builder 13.0.0", + "staging-xcm-executor 13.0.0", ] [[package]] @@ -9622,22 +9787,22 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub-router" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "565b202d9d561583575abfc6b71504575ea61d33d73a6f867f446e1ef5301a4f" +checksum = "f7a51e8e2589eeff6fbbd380c88436276922ea7b8cf8d146ce8e2450e445511c" dependencies = [ - "bp-xcm-bridge-hub-router 0.11.0", - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "bp-xcm-bridge-hub-router 0.12.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "parity-scale-codec", "scale-info", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", "sp-std", - "staging-xcm 12.0.0", - "staging-xcm-builder 12.0.0", + "staging-xcm 13.0.1", + "staging-xcm-builder 13.0.0", ] [[package]] @@ -9674,65 +9839,65 @@ dependencies = [ [[package]] name = "parachains-common" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43acd23527a3471b1c596b809591edf78d6113bba172fff4a96412d560dfea59" +checksum = "d4a8836c0b86d76631b19fcc5daeb93c028c947a872fba0b1cd9621c0cf031be" dependencies = [ - "cumulus-primitives-core 0.12.0", - "cumulus-primitives-utility 0.12.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "cumulus-primitives-core 0.13.0", + "cumulus-primitives-utility 0.13.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", - "pallet-asset-tx-payment 33.0.0", - "pallet-assets 34.0.0", - "pallet-authorship 33.0.0", - "pallet-balances 34.0.0", - "pallet-collator-selection 14.0.0", - "pallet-message-queue 36.0.0", - "pallet-xcm 12.0.0", + "pallet-asset-tx-payment 34.0.0", + "pallet-assets 35.0.0", + "pallet-authorship 34.0.0", + "pallet-balances 35.0.0", + "pallet-collator-selection 15.0.0", + "pallet-message-queue 37.0.0", + "pallet-xcm 13.0.0", "parity-scale-codec", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "scale-info", - "sp-consensus-aura 0.37.0", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-consensus-aura 0.38.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", - "staging-parachain-info 0.12.0", - "staging-xcm 12.0.0", - "staging-xcm-executor 12.0.0", + "staging-parachain-info 0.13.0", + "staging-xcm 13.0.1", + "staging-xcm-executor 13.0.0", "substrate-wasm-builder 22.0.1", ] [[package]] name = "parachains-runtimes-test-utils" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fe331b2126f0c794e382b719b3edaf02048acc92c1c2fde5c32a22fdaea5370" +checksum = "6a1fd49aff694210005c79dcfdc6a9166ba62a2fb25f11b3c1ffe22bc7a7c184" dependencies = [ - "cumulus-pallet-parachain-system 0.12.0", - "cumulus-pallet-xcmp-queue 0.12.0", - "cumulus-primitives-core 0.12.0", - "cumulus-primitives-parachain-inherent 0.12.0", + "cumulus-pallet-parachain-system 0.13.0", + "cumulus-pallet-xcmp-queue 0.13.0", + "cumulus-primitives-core 0.13.0", + "cumulus-primitives-parachain-inherent 0.13.0", "cumulus-test-relay-sproof-builder", - "frame-support 33.0.0", - "frame-system 33.0.0", - "pallet-balances 34.0.0", - "pallet-collator-selection 14.0.0", - "pallet-session 33.0.0", - "pallet-timestamp 32.0.0", - "pallet-xcm 12.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 11.0.0", - "sp-consensus-aura 0.37.0", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", + "pallet-balances 35.0.0", + "pallet-collator-selection 15.0.0", + "pallet-session 34.0.0", + "pallet-timestamp 33.0.0", + "pallet-xcm 13.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 12.0.0", + "sp-consensus-aura 0.38.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", "sp-tracing 17.0.0", - "staging-parachain-info 0.12.0", - "staging-xcm 12.0.0", - "staging-xcm-executor 12.0.0", + "staging-parachain-info 0.13.0", + "staging-xcm 13.0.1", + "staging-xcm-executor 13.0.0", "substrate-wasm-builder 22.0.1", ] @@ -9769,7 +9934,7 @@ dependencies = [ "log", "lz4", "memmap2 0.5.10", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "rand 0.8.5", "siphasher", "snap", @@ -9821,7 +9986,7 @@ dependencies = [ "impl-trait-for-tuples", "lru 0.8.1", "parity-util-mem-derive", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "primitive-types", "smallvec", "winapi", @@ -9835,7 +10000,7 @@ checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2" dependencies = [ "proc-macro2", "syn 1.0.109", - "synstructure", + "synstructure 0.12.6", ] [[package]] @@ -9863,12 +10028,12 @@ dependencies = [ [[package]] name = "parking_lot" -version = "0.12.1" +version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" +checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" dependencies = [ "lock_api", - "parking_lot_core 0.9.9", + "parking_lot_core 0.9.10", ] [[package]] @@ -9887,15 +10052,15 @@ dependencies = [ [[package]] name = "parking_lot_core" -version = "0.9.9" +version = "0.9.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e" +checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" dependencies = [ "cfg-if", "libc", - "redox_syscall 0.4.1", + "redox_syscall 0.5.2", "smallvec", - "windows-targets 0.48.5", + "windows-targets 0.52.5", ] [[package]] @@ -9907,13 +10072,13 @@ checksum = "7924d1d0ad836f665c9065e26d016c673ece3993f30d340068b16f282afc1156" [[package]] name = "paseo-runtime" version = "1.2.5" -source = "git+https://github.com/paseo-network/runtimes/?tag=v1.2.5-system-chains#e7265b10b28d8b82c3146e72c98895dac2b55729" +source = "git+https://github.com/paseo-network/runtimes/?tag=v1.2.5-system-chains#2fa66a19eef96bd2c079385057fab2564d09b751" dependencies = [ "binary-merkle-tree 14.0.0", "frame-benchmarking 29.0.0", "frame-election-provider-support 29.0.0", "frame-executive 29.0.0", - "frame-metadata-hash-extension 0.1.0", + "frame-metadata-hash-extension", "frame-support 29.0.2", "frame-system 29.0.0", "frame-system-benchmarking 29.0.0", @@ -10002,7 +10167,7 @@ dependencies = [ [[package]] name = "paseo-runtime-constants" version = "1.0.0" -source = "git+https://github.com/paseo-network/runtimes/?tag=v1.2.5-system-chains#e7265b10b28d8b82c3146e72c98895dac2b55729" +source = "git+https://github.com/paseo-network/runtimes/?tag=v1.2.5-system-chains#2fa66a19eef96bd2c079385057fab2564d09b751" dependencies = [ "frame-support 29.0.2", "polkadot-primitives 8.0.1", @@ -10027,9 +10192,9 @@ dependencies = [ [[package]] name = "paste" -version = "1.0.14" +version = "1.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" +checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" [[package]] name = "pbkdf2" @@ -10073,9 +10238,9 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "pest" -version = "2.7.8" +version = "2.7.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56f8023d0fb78c8e03784ea1c7f3fa36e68a723138990b8d5a47d916b651e7a8" +checksum = "560131c633294438da9f7c4b08189194b20946c8274c6b9e38881a7874dc8ee8" dependencies = [ "memchr", "thiserror", @@ -10084,9 +10249,9 @@ dependencies = [ [[package]] name = "pest_derive" -version = "2.7.8" +version = "2.7.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0d24f72393fd16ab6ac5738bc33cdb6a9aa73f8b902e8fe29cf4e67d7dd1026" +checksum = "26293c9193fbca7b1a3bf9b79dc1e388e927e6cacaa78b4a3ab705a1d3d41459" dependencies = [ "pest", "pest_generator", @@ -10094,22 +10259,22 @@ dependencies = [ [[package]] name = "pest_generator" -version = "2.7.8" +version = "2.7.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdc17e2a6c7d0a492f0158d7a4bd66cc17280308bbaff78d5bef566dca35ab80" +checksum = "3ec22af7d3fb470a85dd2ca96b7c577a1eb4ef6f1683a9fe9a8c16e136c04687" dependencies = [ "pest", "pest_meta", "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] name = "pest_meta" -version = "2.7.8" +version = "2.7.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "934cd7631c050f4674352a6e835d5f6711ffbfb9345c2fc0107155ac495ae293" +checksum = "d7a240022f37c361ec1878d646fc5b7d7c4d28d5946e1a80ad5a7a4f4ca0bdcd" dependencies = [ "once_cell", "pest", @@ -10118,9 +10283,9 @@ dependencies = [ [[package]] name = "petgraph" -version = "0.6.4" +version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9" +checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" dependencies = [ "fixedbitset", "indexmap 2.2.6", @@ -10143,7 +10308,7 @@ checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" dependencies = [ "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -10154,9 +10319,9 @@ checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777" [[package]] name = "pin-project-lite" -version = "0.2.13" +version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" +checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" [[package]] name = "pin-utils" @@ -10166,12 +10331,12 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "piper" -version = "0.2.1" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4" +checksum = "ae1d5c74c9876f070d3e8fd503d748c7d974c3e48da8f41350fa5222ef9b4391" dependencies = [ "atomic-waker", - "fastrand 2.0.2", + "fastrand 2.1.0", "futures-io", ] @@ -10193,36 +10358,36 @@ checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" [[package]] name = "platforms" -version = "3.3.0" +version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "626dec3cac7cc0e1577a2ec3fc496277ec2baa084bebad95bb6fdbfae235f84c" +checksum = "db23d408679286588f4d4644f965003d056e3dd5abcaaa938116871d7ce2fee7" [[package]] name = "polkadot-approval-distribution" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3910a07cda88fd7e19c053f2fdfdb3296c8d55c033a71a642e531faa6029b9d2" +checksum = "8e286afe25b8f3cb10a0e31ad71ae9816b6357887ac88d4c1c80c275c775f6f9" dependencies = [ "bitvec", "futures", "futures-timer", - "itertools 0.10.5", + "itertools 0.11.0", "polkadot-node-jaeger", "polkadot-node-metrics", "polkadot-node-network-protocol", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "rand 0.8.5", "tracing-gum", ] [[package]] name = "polkadot-availability-bitfield-distribution" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1af6a6893b41ec4eae652ca62537694c9fac71f261bec4e8e26ab6ffc21faf78" +checksum = "cbdfe06f87b9bff2586e079f33980115ad4d98fe984220340e8463b257efc47e" dependencies = [ "always-assert", "futures", @@ -10230,16 +10395,16 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "rand 0.8.5", "tracing-gum", ] [[package]] name = "polkadot-availability-distribution" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f67b7867d8ddc0fe39a462dd6fafaf545be013e0a1c404cbd9a8de802ce6df82" +checksum = "c3abdb4827ede5b83e8eb196589d14e55ba004fd039bb37270c53ca4988d6876" dependencies = [ "derive_more", "fatality", @@ -10250,20 +10415,20 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "rand 0.8.5", "schnellru", - "sp-core 32.0.0", - "sp-keystore 0.38.0", + "sp-core 33.0.1", + "sp-keystore 0.39.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-availability-recovery" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2547ed0976533c8ed1247187dde1663fdbe5ab366efaae80085bb4b8b410e21" +checksum = "42cf9cefe5cd848bc70094e4ccced9a080d8e416eafbfb8347c7d04477263668" dependencies = [ "async-trait", "fatality", @@ -10274,7 +10439,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "rand 0.8.5", "sc-network", "schnellru", @@ -10283,11 +10448,21 @@ dependencies = [ "tracing-gum", ] +[[package]] +name = "polkadot-ckb-merkle-mountain-range" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4b44320e5f7ce2c18227537a3032ae5b2c476a7e8eddba45333e1011fc31b92" +dependencies = [ + "cfg-if", + "itertools 0.10.5", +] + [[package]] name = "polkadot-cli" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce323170edf8a3bb2cb6c2499642e44b8d0dccd60b3b20f9e2b9d776d53302e9" +checksum = "16f8ad5726f1934ed4b20608ff9839cf0c4c99403b0b661376c99c06a2156737" dependencies = [ "cfg-if", "clap", @@ -10303,20 +10478,20 @@ dependencies = [ "sc-storage-monitor", "sc-sysinfo", "sc-tracing", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-keyring 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-keyring 37.0.0", "sp-maybe-compressed-blob", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "substrate-build-script-utils", "thiserror", ] [[package]] name = "polkadot-collator-protocol" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87729af58fda6bccdcf0258d6657ed9150a7f1fc31b3f22fa22dbdd57e1f4f59" +checksum = "adc243c5ec6656333c0a2e8e218bea936b4d8d7566902c9825539e8058e29d77" dependencies = [ "bitvec", "fatality", @@ -10326,10 +10501,10 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 12.0.0", - "sp-core 32.0.0", - "sp-keystore 0.38.0", - "sp-runtime 36.0.0", + "polkadot-primitives 13.0.0", + "sp-core 33.0.1", + "sp-keystore 0.39.0", + "sp-runtime 37.0.0", "thiserror", "tokio-util", "tracing-gum", @@ -10350,22 +10525,22 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef3c192d31bad69f561437549b3619a6cf02eae51d7f331efef7cfc6a56d61c2" +checksum = "4fed6798f76290be654149afd585cfef09bf796990b68c79d7ee5e5110a04d15" dependencies = [ "parity-scale-codec", "scale-info", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", "sp-std", ] [[package]] name = "polkadot-dispute-distribution" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a67943660c3f3b0ee6f05b42c0efbf1db282f5da18552a44769d3578209c5eba" +checksum = "c8948a0740287f37c431c0d1741f9548ea20e2be2e8ddca00221d463a1ea0de9" dependencies = [ "derive_more", "fatality", @@ -10378,58 +10553,58 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "sc-network", "schnellru", - "sp-application-crypto 35.0.0", - "sp-keystore 0.38.0", + "sp-application-crypto 36.0.0", + "sp-keystore 0.39.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-erasure-coding" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec005dad44aeca9a315e182039a7c28d08fb57822073685dd1a0bb7827993fcb" +checksum = "87e898aa343f565e65b48c99e30ab776a2bdcc7088b048942c09594f3e3776e4" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "reed-solomon-novelpoly", - "sp-core 32.0.0", - "sp-trie 34.0.0", + "sp-core 33.0.1", + "sp-trie 35.0.0", "thiserror", ] [[package]] name = "polkadot-gossip-support" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85eb9555f3801a69e01c9559327b65e9b8e2532f45d739648e398bba52fbe50f" +checksum = "824bf17499380d6038106160125c14977f771e5889f85bee74183c6cb76be30a" dependencies = [ "futures", "futures-timer", "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "rand 0.8.5", "rand_chacha 0.3.1", "sc-network", "sc-network-common", - "sp-application-crypto 35.0.0", - "sp-core 32.0.0", + "sp-application-crypto 36.0.0", + "sp-core 33.0.1", "sp-crypto-hashing", - "sp-keystore 0.38.0", + "sp-keystore 0.39.0", "tracing-gum", ] [[package]] name = "polkadot-network-bridge" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5be1ffa029e0c3eddb50041a13c9ff3d66554effb63aaf78c61c2b10baf9b1c" +checksum = "b415a638142f6d0a1e2adee0928fa0ec6a3a195dce4b90e2fd8985fcd11629ca" dependencies = [ "always-assert", "async-trait", @@ -10437,12 +10612,12 @@ dependencies = [ "fatality", "futures", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "polkadot-node-metrics", "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "sc-network", "sp-consensus", "thiserror", @@ -10451,9 +10626,9 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6efbc62e46127f70a0502dfe5c3f058166425e62c67227028f87a4fb908ba06e" +checksum = "ab2b311707daf7f3183c62fc1c7758be4ae566b5a4d9320dbefe938d31a0831a" dependencies = [ "futures", "parity-scale-codec", @@ -10461,8 +10636,8 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 12.0.0", - "sp-core 32.0.0", + "polkadot-primitives 13.0.0", + "sp-core 33.0.1", "sp-maybe-compressed-blob", "thiserror", "tracing-gum", @@ -10470,15 +10645,15 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15fc22bda776143d65bece22258364fa84d813164b742bc228877fa8871a1329" +checksum = "2db9fcf15099e8ecd8e23f636302d137d73dba14236e959fb4ab091cfec3ead4" dependencies = [ "bitvec", "derive_more", "futures", "futures-timer", - "itertools 0.10.5", + "itertools 0.11.0", "kvdb", "merlin", "parity-scale-codec", @@ -10487,26 +10662,26 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "rand 0.8.5", "rand_chacha 0.3.1", "rand_core 0.6.4", "sc-keystore", "schnellru", "schnorrkel 0.11.4", - "sp-application-crypto 35.0.0", + "sp-application-crypto 36.0.0", "sp-consensus", - "sp-consensus-slots 0.37.0", - "sp-runtime 36.0.0", + "sp-consensus-slots 0.38.0", + "sp-runtime 37.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-av-store" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52df6f52e1e4a87b52c98b191cf37f14bf0c85fb73c792a10d86d4c9884170ed" +checksum = "eea8680f339aecffaf2238a5f8e1bc9689cf5d67b7071760707aedfc4eaa3160" dependencies = [ "bitvec", "futures", @@ -10519,7 +10694,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "sp-consensus", "thiserror", "tracing-gum", @@ -10527,9 +10702,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8785e8abeef80825f48f581b34386ec92e4d4edb78256836a5723f7c2a33003d" +checksum = "efd7fb51c8affa18d0f5db31b682678d501451584c5ceddf686bad9dffc5950f" dependencies = [ "bitvec", "fatality", @@ -10538,25 +10713,25 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "polkadot-statement-table", "schnellru", - "sp-keystore 0.38.0", + "sp-keystore 0.39.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-bitfield-signing" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5855878573327e0975457dfea64b94081254ccd27ed32db19e2c3e9c11da832" +checksum = "5081cfead44128c0a6628d99437c19f649bc55f8dd2ed59c09874d7622b2d198" dependencies = [ "futures", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 12.0.0", - "sp-keystore 0.38.0", + "polkadot-primitives 13.0.0", + "sp-keystore 0.39.0", "thiserror", "tracing-gum", "wasm-timer", @@ -10564,9 +10739,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87bef20a6df020d75b2750ac2b7926e17305588508f2ecafcf486f104145b337" +checksum = "81220717085bd60549c8c5e4adfc4bea56e224f825f03f8660b953bab79fd1b0" dependencies = [ "async-trait", "futures", @@ -10578,17 +10753,17 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-parachain-primitives 11.0.0", - "polkadot-primitives 12.0.0", + "polkadot-parachain-primitives 12.0.0", + "polkadot-primitives 13.0.0", "sp-maybe-compressed-blob", "tracing-gum", ] [[package]] name = "polkadot-node-core-chain-api" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7f0c8062fd9dcae3ca07ef32881e796979d7171187de3cecddc128bb03740fd" +checksum = "417bc195bb50f5c1b5db5d8d04783b81e8e54e9c82447d9880f58a59670f8db2" dependencies = [ "futures", "polkadot-node-metrics", @@ -10601,9 +10776,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77d6f7ea52ddafcc80371a6e619e7c2247f1e2373b97180397ff832bd5a49d89" +checksum = "c9373236b5d0b50c506204f456e32c13a1fda71a0f02ba6b6228c1fe07812e0d" dependencies = [ "futures", "futures-timer", @@ -10612,16 +10787,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-dispute-coordinator" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aeb9022aa49a3cfaf5c452dcfb41f13511599409e569be527b229c3a94311b1f" +checksum = "a854e6e2d8b5570ac2ec3af9f0b39fff70082c7b26df4621460a3f563c06f2a6" dependencies = [ "fatality", "futures", @@ -10630,7 +10805,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "sc-keystore", "schnellru", "thiserror", @@ -10639,27 +10814,27 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "651b0dcf8d948b80c1980ccd973a7e3d666f30c74762a4f2b3b2312754936337" +checksum = "4546a35725c881bae40b125237c72fa3ba9398bd7d59cdfc594d018a3d86cfb6" dependencies = [ "async-trait", "futures", "futures-timer", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "sp-blockchain", - "sp-inherents 31.0.0", + "sp-inherents 32.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-prospective-parachains" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e908f038f83eb28bf1ed586bb3bafb59907d1aebe0ae5ebdb4892a88eee1982b" +checksum = "2d1bb5aa18ecf4e7102b0aca1bf5992ca09b18969c5582852ed81d088a5535dc" dependencies = [ "bitvec", "fatality", @@ -10668,16 +10843,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-provisioner" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0dd8237ae0bba201d668f24aa574ffdebcc4af6ed265aa924b2ff99680a04eb7" +checksum = "0b087b67faa4ad089f1979fe1a510afe856a9c5a356c78c9f02ba3def02d1d51" dependencies = [ "bitvec", "fatality", @@ -10686,7 +10861,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "schnellru", "thiserror", "tracing-gum", @@ -10694,28 +10869,28 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5987cd5501271b74a95664ee7f5ad1bd8e96c95b8c8bb7ca843b264ef5b086b5" +checksum = "08225e89f86d7ac77a58e75e2f42f25487575717673d940570dc02b28423047a" dependencies = [ "always-assert", - "array-bytes 6.2.2", + "array-bytes", "blake3", "cfg-if", "futures", "futures-timer", "parity-scale-codec", "pin-project", - "polkadot-core-primitives 12.0.0", + "polkadot-core-primitives 13.0.0", "polkadot-node-core-pvf-common", "polkadot-node-metrics", "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-parachain-primitives 11.0.0", - "polkadot-primitives 12.0.0", + "polkadot-parachain-primitives 12.0.0", + "polkadot-primitives 13.0.0", "rand 0.8.5", "slotmap", - "sp-core 32.0.0", + "sp-core 33.0.1", "tempfile", "thiserror", "tokio", @@ -10724,43 +10899,43 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dacfc74431199c07b35dcf1710fc800d158cb28bcc2e896d0dc2fa696cf08254" +checksum = "38b4d5b001b0e079ec3043103543d52a6c561ea58afd7e4a552c2b5f82219d99" dependencies = [ "futures", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 12.0.0", - "sp-keystore 0.38.0", + "polkadot-primitives 13.0.0", + "sp-keystore 0.39.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-pvf-common" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9f5c0302abddbd120abfab4cf9de2794ac2aed3554d2741b0dfa79962595b22" +checksum = "da16a57610c19669a557bfbad8619dde57d72392b6ee77ceeae15f6b6e6bc327" dependencies = [ "cpu-time", "futures", "landlock", "libc", - "nix 0.27.1", + "nix 0.28.0", "parity-scale-codec", - "polkadot-parachain-primitives 11.0.0", - "polkadot-primitives 12.0.0", + "polkadot-parachain-primitives 12.0.0", + "polkadot-primitives 13.0.0", "sc-executor", "sc-executor-common", "sc-executor-wasmtime", "seccompiler", - "sp-core 32.0.0", + "sp-core 33.0.1", "sp-crypto-hashing", "sp-externalities 0.28.0", - "sp-io 35.0.0", + "sp-io 36.0.0", "sp-tracing 17.0.0", "thiserror", "tracing-gum", @@ -10768,52 +10943,52 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "581aab355ba6d81e05753f8fa401c928ddcda8d553dec4450abbc330956525fa" +checksum = "bb515d39f8fd15b6ea0377feb6c891fe76edcc4845958e1ae0595ae5b4239db2" dependencies = [ "futures", "polkadot-node-metrics", "polkadot-node-subsystem", "polkadot-node-subsystem-types", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "schnellru", - "sp-consensus-babe 0.37.0", + "sp-consensus-babe 0.38.0", "tracing-gum", ] [[package]] name = "polkadot-node-jaeger" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "622b0231ea2b17096a69dcfb1a62ecb64ca3fcd91830efed0bf25c6b311c1eb8" +checksum = "ff7a596644f8861f8a298ca06bd489abb359a42dc4314bd7b9cc9bf8c53f066e" dependencies = [ "lazy_static", "log", "mick-jaeger", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "polkadot-node-primitives", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "sc-network", - "sc-network-types", - "sp-core 32.0.0", + "sc-network-types 0.11.0", + "sp-core 33.0.1", "thiserror", "tokio", ] [[package]] name = "polkadot-node-metrics" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0cc571e16a460fb03319a17d037facb4924f549810e1fcacefbebc2c4cd2e3ee" +checksum = "7b758d586de1b1fb1a83d008be8f1930b131cf3b6959f9a1d24021a2906b9e9b" dependencies = [ "bs58 0.5.1", "futures", "futures-timer", "log", "parity-scale-codec", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "prioritized-metered-channel", "sc-cli", "sc-service", @@ -10824,9 +10999,9 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2761c570ac12f5dc48534cc39512118ecbfeb04116fdff5c4c79cf85263a1ab3" +checksum = "6da2f608ea60ec601aa33863637de01f325235eaaa0c6193eee9aea27755b5a9" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -10838,46 +11013,46 @@ dependencies = [ "parity-scale-codec", "polkadot-node-jaeger", "polkadot-node-primitives", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "rand 0.8.5", "sc-authority-discovery", "sc-network", - "sc-network-types", - "sp-runtime 36.0.0", - "strum 0.26.3", + "sc-network-types 0.11.0", + "sp-runtime 37.0.0", + "strum 0.26.2", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-primitives" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e862d29bcc6b6d76ea41a08627edddb1f1fa071821019462f07e3bf53801336" +checksum = "39956470139586e4b10b9e913dc7ae26005a45ba1c4e98feade1d9449e4a25ed" dependencies = [ "bitvec", "bounded-vec", "futures", "parity-scale-codec", - "polkadot-parachain-primitives 11.0.0", - "polkadot-primitives 12.0.0", + "polkadot-parachain-primitives 12.0.0", + "polkadot-primitives 13.0.0", "schnorrkel 0.11.4", "serde", - "sp-application-crypto 35.0.0", - "sp-consensus-babe 0.37.0", - "sp-core 32.0.0", - "sp-keystore 0.38.0", + "sp-application-crypto 36.0.0", + "sp-consensus-babe 0.38.0", + "sp-core 33.0.1", + "sp-keystore 0.39.0", "sp-maybe-compressed-blob", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "thiserror", "zstd 0.12.4", ] [[package]] name = "polkadot-node-subsystem" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bab90aceb1e00cb2eff617785f4bc8a40501f525359fb718d2c9ea5b90427d66" +checksum = "8a560c09498c1b311e96896e6ed952308d2972577035ac643ed57d070956877b" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -10886,9 +11061,9 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2973a2b608b792adc4a042f9d06d4eebfd63a05557c35bdd5040f445e26a680" +checksum = "7f94a624078ec1714b468f57dbc1c8730ec24a4f3241d774c43b5c501b61ed66" dependencies = [ "async-trait", "bitvec", @@ -10898,38 +11073,38 @@ dependencies = [ "polkadot-node-jaeger", "polkadot-node-network-protocol", "polkadot-node-primitives", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "polkadot-statement-table", "sc-client-api", "sc-network", - "sc-network-types", + "sc-network-types 0.11.0", "sc-transaction-pool-api", "smallvec", - "sp-api 31.0.0", - "sp-authority-discovery 31.0.0", + "sp-api 32.0.0", + "sp-authority-discovery 32.0.0", "sp-blockchain", - "sp-consensus-babe 0.37.0", - "sp-runtime 36.0.0", + "sp-consensus-babe 0.38.0", + "sp-runtime 37.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "polkadot-node-subsystem-util" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d30298b2d686e24684754a5236fb8986c7c1777f8695ee81c61f5c69a891ef36" +checksum = "14e7920f7ae2e610b615ecd764c43c356f38492cc3236520e83537cc9e21141f" dependencies = [ "async-trait", "derive_more", "fatality", "futures", "futures-channel", - "itertools 0.10.5", + "itertools 0.11.0", "kvdb", "parity-db", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "pin-project", "polkadot-node-jaeger", "polkadot-node-metrics", @@ -10938,37 +11113,37 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-types", "polkadot-overseer", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "prioritized-metered-channel", "rand 0.8.5", "sc-client-api", "schnellru", - "sp-application-crypto 35.0.0", - "sp-core 32.0.0", - "sp-keystore 0.38.0", + "sp-application-crypto 36.0.0", + "sp-core 33.0.1", + "sp-keystore 0.39.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-overseer" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5b0505f383fb8d474cef23cc1a8e24617cd9fd17ee44bbd13f5f92f98de53d9" +checksum = "95b741afa899f746735fe67e62cbfebc5168b95bcfbaad75f27b01a6e6a5ff8a" dependencies = [ "async-trait", "futures", "futures-timer", "orchestra", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "polkadot-node-metrics", "polkadot-node-network-protocol", "polkadot-node-primitives", "polkadot-node-subsystem-types", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "sc-client-api", - "sp-api 31.0.0", - "sp-core 32.0.0", + "sp-api 32.0.0", + "sp-core 33.0.1", "tikv-jemalloc-ctl", "tracing-gum", ] @@ -10993,18 +11168,18 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "549ecbe3c247ca2201e231801111ff4739fb1d66eb1421c2e5c0a2b153ac87b5" +checksum = "64cbf31ea1fbf6e8f2db854813269abfca3a7eb5e2c4b1493345a29b2a01abd5" dependencies = [ "bounded-collections 0.2.0", "derive_more", "parity-scale-codec", - "polkadot-core-primitives 12.0.0", + "polkadot-core-primitives 13.0.0", "scale-info", "serde", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", "sp-std", "sp-weights 31.0.0", ] @@ -11039,42 +11214,42 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae78f3443b86249d5f7756177984d6b3c6b1af9432ff2a48e299be2c6ab97297" +checksum = "a7621b5ba096c04bf81c9e310c6cb327c365de5a68993aea380a1a897f3b0836" dependencies = [ "bitvec", "hex-literal", "log", "parity-scale-codec", - "polkadot-core-primitives 12.0.0", - "polkadot-parachain-primitives 11.0.0", + "polkadot-core-primitives 13.0.0", + "polkadot-parachain-primitives 12.0.0", "scale-info", "serde", - "sp-api 31.0.0", - "sp-application-crypto 35.0.0", + "sp-api 32.0.0", + "sp-application-crypto 36.0.0", "sp-arithmetic 26.0.0", - "sp-authority-discovery 31.0.0", - "sp-consensus-slots 0.37.0", - "sp-core 32.0.0", - "sp-inherents 31.0.0", - "sp-io 35.0.0", - "sp-keystore 0.38.0", - "sp-runtime 36.0.0", - "sp-staking 31.0.0", + "sp-authority-discovery 32.0.0", + "sp-consensus-slots 0.38.0", + "sp-core 33.0.1", + "sp-inherents 32.0.0", + "sp-io 36.0.0", + "sp-keystore 0.39.0", + "sp-runtime 37.0.0", + "sp-staking 32.0.0", "sp-std", ] [[package]] name = "polkadot-rpc" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b791f93e89c38bafc894e9364c27a85b8d5696a9280f95f22c39a601cae4e6c8" +checksum = "c867202b559a9328f8f314d289a5e326f903a758e6b00e1fc1f7d60cf2941115" dependencies = [ "jsonrpsee", "mmr-rpc", "pallet-transaction-payment-rpc", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "sc-chain-spec", "sc-client-api", "sc-consensus-babe", @@ -11088,13 +11263,13 @@ dependencies = [ "sc-rpc-spec-v2", "sc-sync-state-rpc", "sc-transaction-pool-api", - "sp-api 31.0.0", - "sp-block-builder 31.0.0", + "sp-api 32.0.0", + "sp-block-builder 32.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.37.0", - "sp-keystore 0.38.0", - "sp-runtime 36.0.0", + "sp-consensus-babe 0.38.0", + "sp-keystore 0.39.0", + "sp-runtime 37.0.0", "substrate-frame-rpc-system", "substrate-state-trie-migration-rpc", ] @@ -11153,53 +11328,53 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3effc5cafb231ede1c394abce9575c292e95170e11ee1ecc5644d25cf35b54b9" +checksum = "1215fb26c995f9a2ac815c28498e90347373d868f9e07bb8f180ea607a678108" dependencies = [ "bitvec", - "frame-benchmarking 33.0.0", - "frame-election-provider-support 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-election-provider-support 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "impl-trait-for-tuples", "libsecp256k1", "log", - "pallet-asset-rate 12.0.0", - "pallet-authorship 33.0.0", - "pallet-babe 33.0.0", - "pallet-balances 34.0.0", - "pallet-broker 0.11.0", - "pallet-election-provider-multi-phase 32.0.0", - "pallet-fast-unstake 32.0.0", - "pallet-identity 33.0.0", - "pallet-session 33.0.0", - "pallet-staking 33.0.0", + "pallet-asset-rate 13.0.0", + "pallet-authorship 34.0.0", + "pallet-babe 34.0.0", + "pallet-balances 35.0.0", + "pallet-broker 0.12.0", + "pallet-election-provider-multi-phase 33.0.0", + "pallet-fast-unstake 33.0.0", + "pallet-identity 34.0.0", + "pallet-session 34.0.0", + "pallet-staking 34.0.0", "pallet-staking-reward-fn 22.0.0", - "pallet-timestamp 32.0.0", - "pallet-transaction-payment 33.0.0", - "pallet-treasury 32.0.0", - "pallet-vesting 33.0.0", + "pallet-timestamp 33.0.0", + "pallet-transaction-payment 34.0.0", + "pallet-treasury 33.0.0", + "pallet-vesting 34.0.0", "parity-scale-codec", - "polkadot-primitives 12.0.0", - "polkadot-runtime-parachains 12.0.0", + "polkadot-primitives 13.0.0", + "polkadot-runtime-parachains 13.0.0", "rustc-hex", "scale-info", "serde", "serde_derive", - "slot-range-helper 12.0.0", - "sp-api 31.0.0", - "sp-core 32.0.0", - "sp-inherents 31.0.0", - "sp-io 35.0.0", - "sp-npos-elections 31.0.0", - "sp-runtime 36.0.0", - "sp-session 32.0.0", - "sp-staking 31.0.0", + "slot-range-helper 13.0.0", + "sp-api 32.0.0", + "sp-core 33.0.1", + "sp-inherents 32.0.0", + "sp-io 36.0.0", + "sp-npos-elections 32.0.0", + "sp-runtime 37.0.0", + "sp-session 33.0.0", + "sp-staking 32.0.0", "sp-std", - "staging-xcm 12.0.0", - "staging-xcm-builder 12.0.0", - "staging-xcm-executor 12.0.0", + "staging-xcm 13.0.1", + "staging-xcm-builder 13.0.0", + "staging-xcm-executor 13.0.0", "static_assertions", ] @@ -11219,14 +11394,14 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6cfaa021e4639e9fcba7c40111d93720b82cea98d667889760e46a40137e3d47" +checksum = "d54a84f56cf84685008ef66eb85d7ce6d87511b9c21a38ab214bbdd2917ae93f" dependencies = [ "bs58 0.5.1", - "frame-benchmarking 33.0.0", + "frame-benchmarking 34.0.0", "parity-scale-codec", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "sp-std", "sp-tracing 17.0.0", ] @@ -11283,66 +11458,66 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b9f30223690133e9fbede03615c6b88aeaa774f777067d2253057ef35ba0270" +checksum = "69158a812736547a76333b97da33fdcc2830e6f8c613d8e89541845e294537a6" dependencies = [ "bitflags 1.3.2", "bitvec", "derive_more", - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "impl-trait-for-tuples", "log", - "pallet-authority-discovery 33.0.0", - "pallet-authorship 33.0.0", - "pallet-babe 33.0.0", - "pallet-balances 34.0.0", - "pallet-broker 0.11.0", - "pallet-message-queue 36.0.0", - "pallet-session 33.0.0", - "pallet-staking 33.0.0", - "pallet-timestamp 32.0.0", - "pallet-vesting 33.0.0", - "parity-scale-codec", - "polkadot-core-primitives 12.0.0", - "polkadot-parachain-primitives 11.0.0", - "polkadot-primitives 12.0.0", - "polkadot-runtime-metrics 12.0.0", + "pallet-authority-discovery 34.0.0", + "pallet-authorship 34.0.0", + "pallet-babe 34.0.0", + "pallet-balances 35.0.0", + "pallet-broker 0.12.0", + "pallet-message-queue 37.0.0", + "pallet-session 34.0.0", + "pallet-staking 34.0.0", + "pallet-timestamp 33.0.0", + "pallet-vesting 34.0.0", + "parity-scale-codec", + "polkadot-core-primitives 13.0.0", + "polkadot-parachain-primitives 12.0.0", + "polkadot-primitives 13.0.0", + "polkadot-runtime-metrics 13.0.0", "rand 0.8.5", "rand_chacha 0.3.1", "rustc-hex", "scale-info", "serde", - "sp-api 31.0.0", - "sp-application-crypto 35.0.0", + "sp-api 32.0.0", + "sp-application-crypto 36.0.0", "sp-arithmetic 26.0.0", - "sp-core 32.0.0", - "sp-inherents 31.0.0", - "sp-io 35.0.0", - "sp-keystore 0.38.0", - "sp-runtime 36.0.0", - "sp-session 32.0.0", - "sp-staking 31.0.0", + "sp-core 33.0.1", + "sp-inherents 32.0.0", + "sp-io 36.0.0", + "sp-keystore 0.39.0", + "sp-runtime 37.0.0", + "sp-session 33.0.0", + "sp-staking 32.0.0", "sp-std", - "staging-xcm 12.0.0", - "staging-xcm-executor 12.0.0", + "staging-xcm 13.0.1", + "staging-xcm-executor 13.0.0", "static_assertions", ] [[package]] name = "polkadot-service" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc6acbf05debbbab4831318fdbe0619742573dda47721af7e2ff042def2ec77a" +checksum = "1cd7113642afd582260667a50d550378310fb68be3991316eda3ab3c82a37ccc" dependencies = [ "async-trait", - "frame-benchmarking 33.0.0", + "frame-benchmarking 34.0.0", "frame-benchmarking-cli", - "frame-support 33.0.0", - "frame-system 33.0.0", - "frame-system-rpc-runtime-api 31.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", + "frame-system-rpc-runtime-api 32.0.0", "futures", "hex-literal", "is_executable", @@ -11350,19 +11525,19 @@ dependencies = [ "kvdb-rocksdb", "log", "mmr-gadget", - "pallet-babe 33.0.0", - "pallet-staking 33.0.0", - "pallet-transaction-payment 33.0.0", - "pallet-transaction-payment-rpc-runtime-api 33.0.0", + "pallet-babe 34.0.0", + "pallet-staking 34.0.0", + "pallet-transaction-payment 34.0.0", + "pallet-transaction-payment-rpc-runtime-api 34.0.0", "parity-db", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "polkadot-approval-distribution", "polkadot-availability-bitfield-distribution", "polkadot-availability-distribution", "polkadot-availability-recovery", "polkadot-collator-protocol", - "polkadot-core-primitives 12.0.0", + "polkadot-core-primitives 13.0.0", "polkadot-dispute-distribution", "polkadot-gossip-support", "polkadot-network-bridge", @@ -11387,10 +11562,10 @@ dependencies = [ "polkadot-node-subsystem-types", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-parachain-primitives 11.0.0", - "polkadot-primitives 12.0.0", + "polkadot-parachain-primitives 12.0.0", + "polkadot-primitives 13.0.0", "polkadot-rpc", - "polkadot-runtime-parachains 12.0.0", + "polkadot-runtime-parachains 13.0.0", "polkadot-statement-distribution", "rococo-runtime", "sc-authority-discovery", @@ -11419,30 +11594,30 @@ dependencies = [ "schnellru", "serde", "serde_json", - "sp-api 31.0.0", - "sp-authority-discovery 31.0.0", - "sp-block-builder 31.0.0", + "sp-api 32.0.0", + "sp-authority-discovery 32.0.0", + "sp-block-builder 32.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.37.0", - "sp-consensus-beefy 18.0.0", - "sp-consensus-grandpa 18.0.0", - "sp-core 32.0.0", - "sp-inherents 31.0.0", - "sp-io 35.0.0", - "sp-keyring 36.0.0", - "sp-keystore 0.38.0", - "sp-mmr-primitives 31.0.0", - "sp-offchain 31.0.0", - "sp-runtime 36.0.0", - "sp-session 32.0.0", - "sp-state-machine 0.40.0", + "sp-consensus-babe 0.38.0", + "sp-consensus-beefy 19.0.0", + "sp-consensus-grandpa 19.0.0", + "sp-core 33.0.1", + "sp-inherents 32.0.0", + "sp-io 36.0.0", + "sp-keyring 37.0.0", + "sp-keystore 0.39.0", + "sp-mmr-primitives 32.0.1", + "sp-offchain 32.0.0", + "sp-runtime 37.0.0", + "sp-session 33.0.0", + "sp-state-machine 0.41.0", "sp-storage 21.0.0", - "sp-timestamp 31.0.0", - "sp-transaction-pool 31.0.0", - "sp-version 34.0.0", + "sp-timestamp 32.0.0", + "sp-transaction-pool 32.0.0", + "sp-version 35.0.0", "sp-weights 31.0.0", - "staging-xcm 12.0.0", + "staging-xcm 13.0.1", "substrate-prometheus-endpoint", "thiserror", "tracing-gum", @@ -11452,9 +11627,9 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca1a7eff92a348821650ed63e02c28a7ee2b5a76ef12d8289882a1e6f2e7de90" +checksum = "246d41a17db83e3dce3d0b451887fb22991aceda9c78fe092f54fa98b6296178" dependencies = [ "arrayvec 0.7.4", "bitvec", @@ -11467,22 +11642,22 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 12.0.0", - "sp-keystore 0.38.0", - "sp-staking 31.0.0", + "polkadot-primitives 13.0.0", + "sp-keystore 0.39.0", + "sp-staking 32.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-statement-table" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b879ec2b27bde2a05b70bd4826d7785c1e01ef72fc4a058d1055b1c95f8deb6" +checksum = "9b9b54c9dbd043cdf485a5e0c2718892fe5c64e6114e2d1ce578fb33605b7c2e" dependencies = [ "parity-scale-codec", - "polkadot-primitives 12.0.0", - "sp-core 32.0.0", + "polkadot-primitives 13.0.0", + "sp-core 33.0.1", "tracing-gum", ] @@ -11535,7 +11710,7 @@ dependencies = [ "polkavm-common", "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -11545,7 +11720,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ba81f7b5faac81e528eb6158a6f3c9e0bb1008e0ffa19653bc8dea925ecb429" dependencies = [ "polkavm-derive-impl", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -11555,7 +11730,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c7be503e60cf56c0eb785f90aaba4b583b36bff00e93997d93fef97f9553c39" dependencies = [ "gimli 0.28.1", - "hashbrown 0.14.3", + "hashbrown 0.14.5", "log", "object 0.32.2", "polkavm-common", @@ -11581,21 +11756,21 @@ dependencies = [ "concurrent-queue", "libc", "log", - "pin-project-lite 0.2.13", + "pin-project-lite 0.2.14", "windows-sys 0.48.0", ] [[package]] name = "polling" -version = "3.6.0" +version = "3.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0c976a60b2d7e99d6f229e414670a9b85d13ac305cc6d1e9c134de58c5aaaf6" +checksum = "a3ed00ed3fbf728b5816498ecd316d1716eecaced9c0c8d2c5a6740ca214985b" dependencies = [ "cfg-if", "concurrent-queue", - "hermit-abi", - "pin-project-lite 0.2.13", - "rustix 0.38.32", + "hermit-abi 0.4.0", + "pin-project-lite 0.2.14", + "rustix 0.38.34", "tracing", "windows-sys 0.52.0", ] @@ -11635,11 +11810,11 @@ dependencies = [ "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-service", - "cumulus-primitives-aura 0.12.0", - "cumulus-primitives-core 0.12.0", - "cumulus-primitives-parachain-inherent 0.12.0", + "cumulus-primitives-aura 0.13.0", + "cumulus-primitives-core 0.13.0", + "cumulus-primitives-parachain-inherent 0.13.0", "cumulus-relay-chain-interface", - "frame-benchmarking 33.0.0", + "frame-benchmarking 34.0.0", "frame-benchmarking-cli", "futures", "jsonrpsee", @@ -11647,7 +11822,7 @@ dependencies = [ "pallet-transaction-payment-rpc", "parity-scale-codec", "polkadot-cli", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "pop-runtime-common", "pop-runtime-devnet", "pop-runtime-testnet", @@ -11669,19 +11844,19 @@ dependencies = [ "sc-transaction-pool-api", "serde", "serde_json", - "sp-api 31.0.0", - "sp-block-builder 31.0.0", + "sp-api 32.0.0", + "sp-block-builder 32.0.0", "sp-blockchain", - "sp-consensus-aura 0.37.0", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-keystore 0.38.0", - "sp-offchain 31.0.0", - "sp-runtime 36.0.0", - "sp-session 32.0.0", - "sp-timestamp 31.0.0", - "sp-transaction-pool 31.0.0", - "staging-xcm 12.0.0", + "sp-consensus-aura 0.38.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-keystore 0.39.0", + "sp-offchain 32.0.0", + "sp-runtime 37.0.0", + "sp-session 33.0.0", + "sp-timestamp 32.0.0", + "sp-transaction-pool 32.0.0", + "staging-xcm 13.0.1", "substrate-build-script-utils", "substrate-frame-rpc-system", "substrate-prometheus-endpoint", @@ -11700,12 +11875,12 @@ dependencies = [ name = "pop-runtime-common" version = "0.0.0" dependencies = [ - "frame-support 33.0.0", - "parachains-common 12.0.0", + "frame-support 34.0.0", + "parachains-common 13.0.0", "parity-scale-codec", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "scale-info", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -11713,74 +11888,73 @@ dependencies = [ name = "pop-runtime-devnet" version = "0.1.0" dependencies = [ - "cumulus-pallet-aura-ext 0.12.0", - "cumulus-pallet-parachain-system 0.12.0", - "cumulus-pallet-session-benchmarking 14.0.0", - "cumulus-pallet-xcm 0.12.0", - "cumulus-pallet-xcmp-queue 0.12.0", - "cumulus-primitives-aura 0.12.0", - "cumulus-primitives-core 0.12.0", + "cumulus-pallet-aura-ext 0.13.0", + "cumulus-pallet-parachain-system 0.13.0", + "cumulus-pallet-session-benchmarking 15.0.0", + "cumulus-pallet-xcm 0.13.0", + "cumulus-pallet-xcmp-queue 0.13.0", + "cumulus-primitives-aura 0.13.0", + "cumulus-primitives-core 0.13.0", "cumulus-primitives-storage-weight-reclaim", - "cumulus-primitives-utility 0.12.0", + "cumulus-primitives-utility 0.13.0", "enumflags2", - "env_logger 0.11.3", - "frame-benchmarking 33.0.0", - "frame-executive 33.0.0", - "frame-metadata-hash-extension 0.2.0", - "frame-support 33.0.0", - "frame-system 33.0.0", - "frame-system-benchmarking 33.0.0", - "frame-system-rpc-runtime-api 31.0.0", - "frame-try-runtime 0.39.0", + "env_logger 0.11.5", + "frame-benchmarking 34.0.0", + "frame-executive 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", + "frame-system-benchmarking 34.0.0", + "frame-system-rpc-runtime-api 32.0.0", + "frame-try-runtime 0.40.0", "hex", "hex-literal", "log", - "pallet-assets 34.0.0", - "pallet-aura 32.0.0", - "pallet-authorship 33.0.0", - "pallet-balances 34.0.0", - "pallet-collator-selection 14.0.0", + "pallet-assets 35.0.0", + "pallet-aura 33.0.0", + "pallet-authorship 34.0.0", + "pallet-balances 35.0.0", + "pallet-collator-selection 15.0.0", "pallet-contracts", - "pallet-message-queue 36.0.0", - "pallet-multisig 33.0.0", + "pallet-message-queue 37.0.0", + "pallet-multisig 34.0.0", "pallet-nft-fractionalization", - "pallet-nfts 27.0.0", - "pallet-nfts-runtime-api 19.0.0", - "pallet-preimage 33.0.0", - "pallet-proxy 33.0.0", - "pallet-scheduler 34.0.0", - "pallet-session 33.0.0", - "pallet-sudo 33.0.0", - "pallet-timestamp 32.0.0", - "pallet-transaction-payment 33.0.0", - "pallet-transaction-payment-rpc-runtime-api 33.0.0", - "pallet-utility 33.0.0", - "pallet-xcm 12.0.0", - "parachains-common 12.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 11.0.0", - "polkadot-runtime-common 12.0.0", + "pallet-nfts 28.0.0", + "pallet-nfts-runtime-api 20.0.0", + "pallet-preimage 34.0.0", + "pallet-proxy 34.0.0", + "pallet-scheduler 35.0.0", + "pallet-session 34.0.0", + "pallet-sudo 34.0.0", + "pallet-timestamp 33.0.0", + "pallet-transaction-payment 34.0.0", + "pallet-transaction-payment-rpc-runtime-api 34.0.0", + "pallet-utility 34.0.0", + "pallet-xcm 13.0.0", + "parachains-common 13.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 12.0.0", + "polkadot-runtime-common 13.0.0", "pop-primitives", "pop-runtime-common", "scale-info", "smallvec", - "sp-api 31.0.0", - "sp-block-builder 31.0.0", - "sp-consensus-aura 0.37.0", - "sp-core 32.0.0", - "sp-genesis-builder 0.12.0", - "sp-inherents 31.0.0", - "sp-io 35.0.0", - "sp-offchain 31.0.0", - "sp-runtime 36.0.0", - "sp-session 32.0.0", + "sp-api 32.0.0", + "sp-block-builder 32.0.0", + "sp-consensus-aura 0.38.0", + "sp-core 33.0.1", + "sp-genesis-builder 0.13.0", + "sp-inherents 32.0.0", + "sp-io 36.0.0", + "sp-offchain 32.0.0", + "sp-runtime 37.0.0", + "sp-session 33.0.0", "sp-std", - "sp-transaction-pool 31.0.0", - "sp-version 34.0.0", - "staging-parachain-info 0.12.0", - "staging-xcm 12.0.0", - "staging-xcm-builder 12.0.0", - "staging-xcm-executor 12.0.0", + "sp-transaction-pool 32.0.0", + "sp-version 35.0.0", + "staging-parachain-info 0.13.0", + "staging-xcm 13.0.1", + "staging-xcm-builder 13.0.0", + "staging-xcm-executor 13.0.0", "substrate-wasm-builder 22.0.1", ] @@ -11788,73 +11962,72 @@ dependencies = [ name = "pop-runtime-testnet" version = "0.2.0" dependencies = [ - "cumulus-pallet-aura-ext 0.12.0", - "cumulus-pallet-parachain-system 0.12.0", - "cumulus-pallet-session-benchmarking 14.0.0", - "cumulus-pallet-xcm 0.12.0", - "cumulus-pallet-xcmp-queue 0.12.0", - "cumulus-primitives-aura 0.12.0", - "cumulus-primitives-core 0.12.0", - "cumulus-primitives-utility 0.12.0", + "cumulus-pallet-aura-ext 0.13.0", + "cumulus-pallet-parachain-system 0.13.0", + "cumulus-pallet-session-benchmarking 15.0.0", + "cumulus-pallet-xcm 0.13.0", + "cumulus-pallet-xcmp-queue 0.13.0", + "cumulus-primitives-aura 0.13.0", + "cumulus-primitives-core 0.13.0", + "cumulus-primitives-utility 0.13.0", "enumflags2", - "env_logger 0.11.3", - "frame-benchmarking 33.0.0", - "frame-executive 33.0.0", - "frame-metadata-hash-extension 0.2.0", - "frame-support 33.0.0", - "frame-system 33.0.0", - "frame-system-benchmarking 33.0.0", - "frame-system-rpc-runtime-api 31.0.0", - "frame-try-runtime 0.39.0", + "env_logger 0.11.5", + "frame-benchmarking 34.0.0", + "frame-executive 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", + "frame-system-benchmarking 34.0.0", + "frame-system-rpc-runtime-api 32.0.0", + "frame-try-runtime 0.40.0", "hex", "hex-literal", "log", - "pallet-assets 34.0.0", - "pallet-aura 32.0.0", - "pallet-authorship 33.0.0", - "pallet-balances 34.0.0", - "pallet-collator-selection 14.0.0", + "pallet-assets 35.0.0", + "pallet-aura 33.0.0", + "pallet-authorship 34.0.0", + "pallet-balances 35.0.0", + "pallet-collator-selection 15.0.0", "pallet-contracts", - "pallet-message-queue 36.0.0", - "pallet-multisig 33.0.0", + "pallet-message-queue 37.0.0", + "pallet-multisig 34.0.0", "pallet-nft-fractionalization", - "pallet-nfts 27.0.0", - "pallet-nfts-runtime-api 19.0.0", - "pallet-preimage 33.0.0", - "pallet-proxy 33.0.0", - "pallet-scheduler 34.0.0", - "pallet-session 33.0.0", - "pallet-sudo 33.0.0", - "pallet-timestamp 32.0.0", - "pallet-transaction-payment 33.0.0", - "pallet-transaction-payment-rpc-runtime-api 33.0.0", - "pallet-utility 33.0.0", - "pallet-xcm 12.0.0", - "parachains-common 12.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 11.0.0", - "polkadot-runtime-common 12.0.0", + "pallet-nfts 28.0.0", + "pallet-nfts-runtime-api 20.0.0", + "pallet-preimage 34.0.0", + "pallet-proxy 34.0.0", + "pallet-scheduler 35.0.0", + "pallet-session 34.0.0", + "pallet-sudo 34.0.0", + "pallet-timestamp 33.0.0", + "pallet-transaction-payment 34.0.0", + "pallet-transaction-payment-rpc-runtime-api 34.0.0", + "pallet-utility 34.0.0", + "pallet-xcm 13.0.0", + "parachains-common 13.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 12.0.0", + "polkadot-runtime-common 13.0.0", "pop-primitives", "pop-runtime-common", "scale-info", "smallvec", - "sp-api 31.0.0", - "sp-block-builder 31.0.0", - "sp-consensus-aura 0.37.0", - "sp-core 32.0.0", - "sp-genesis-builder 0.12.0", - "sp-inherents 31.0.0", - "sp-io 35.0.0", - "sp-offchain 31.0.0", - "sp-runtime 36.0.0", - "sp-session 32.0.0", + "sp-api 32.0.0", + "sp-block-builder 32.0.0", + "sp-consensus-aura 0.38.0", + "sp-core 33.0.1", + "sp-genesis-builder 0.13.0", + "sp-inherents 32.0.0", + "sp-io 36.0.0", + "sp-offchain 32.0.0", + "sp-runtime 37.0.0", + "sp-session 33.0.0", "sp-std", - "sp-transaction-pool 31.0.0", - "sp-version 34.0.0", - "staging-parachain-info 0.12.0", - "staging-xcm 12.0.0", - "staging-xcm-builder 12.0.0", - "staging-xcm-executor 12.0.0", + "sp-transaction-pool 32.0.0", + "sp-version 35.0.0", + "staging-parachain-info 0.13.0", + "staging-xcm 13.0.1", + "staging-xcm-builder 13.0.0", + "staging-xcm-executor 13.0.0", "substrate-wasm-builder 22.0.1", ] @@ -11906,21 +12079,11 @@ dependencies = [ "termtree", ] -[[package]] -name = "prettier-please" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22020dfcf177fcc7bf5deaf7440af371400c67c0de14c399938d8ed4fb4645d3" -dependencies = [ - "proc-macro2", - "syn 2.0.55", -] - [[package]] name = "prettyplease" -version = "0.1.11" +version = "0.1.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f28f53e8b192565862cf99343194579a022eb9c7dd3a8d03134734803c7b3125" +checksum = "6c8646e95016a7a6c4adea95bafa8a16baab64b583356217f2c85db4a39d9a86" dependencies = [ "proc-macro2", "syn 1.0.109", @@ -11928,12 +12091,12 @@ dependencies = [ [[package]] name = "prettyplease" -version = "0.2.17" +version = "0.2.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d3928fb5db768cb86f891ff014f0144589297e3c6a1aba6ed7cecfdace270c7" +checksum = "5f12335488a2f3b0a83b14edad48dca9879ce89b2edd10e80237e4e852dd645e" dependencies = [ "proc-macro2", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -11969,12 +12132,21 @@ dependencies = [ [[package]] name = "proc-macro-crate" -version = "1.3.1" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" +checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a" dependencies = [ - "once_cell", - "toml_edit 0.19.15", + "thiserror", + "toml 0.5.11", +] + +[[package]] +name = "proc-macro-crate" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7e8366a6159044a37876a2b9817124296703c586a5c92e2c53751fa06d8d43e8" +dependencies = [ + "toml_edit 0.20.7", ] [[package]] @@ -12018,29 +12190,29 @@ checksum = "834da187cfe638ae8abb0203f0b33e5ccdb02a28e7199f2f47b3e2754f50edca" dependencies = [ "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] name = "proc-macro2" -version = "1.0.79" +version = "1.0.85" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e" +checksum = "22244ce15aa966053a896d1accb3a6e68469b97c7f33f284b99f0d576879fc23" dependencies = [ "unicode-ident", ] [[package]] name = "prometheus" -version = "0.13.3" +version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c" +checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1" dependencies = [ "cfg-if", "fnv", "lazy_static", "memchr", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "thiserror", ] @@ -12052,7 +12224,7 @@ checksum = "5d6fa99d535dd930d1249e6c79cb3c2915f9172a540fe2b02a4c8f9ca954721e" dependencies = [ "dtoa", "itoa", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "prometheus-client-derive-encode", ] @@ -12064,7 +12236,7 @@ checksum = "440f724eba9f6996b75d63681b0a92b06947f1457076d503a4d2e2c8f56442b8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -12079,12 +12251,12 @@ dependencies = [ [[package]] name = "prost" -version = "0.12.3" +version = "0.12.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "146c289cda302b98a28d40c8b3b90498d6e526dd24ac2ecea73e4e491685b94a" +checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29" dependencies = [ "bytes", - "prost-derive 0.12.3", + "prost-derive 0.12.6", ] [[package]] @@ -12098,17 +12270,38 @@ dependencies = [ "itertools 0.10.5", "lazy_static", "log", - "multimap", + "multimap 0.8.3", "petgraph", - "prettyplease 0.1.11", + "prettyplease 0.1.25", "prost 0.11.9", - "prost-types", + "prost-types 0.11.9", "regex", "syn 1.0.109", "tempfile", "which", ] +[[package]] +name = "prost-build" +version = "0.12.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4" +dependencies = [ + "bytes", + "heck 0.5.0", + "itertools 0.12.1", + "log", + "multimap 0.10.0", + "once_cell", + "petgraph", + "prettyplease 0.2.20", + "prost 0.12.6", + "prost-types 0.12.6", + "regex", + "syn 2.0.66", + "tempfile", +] + [[package]] name = "prost-derive" version = "0.11.9" @@ -12124,15 +12317,15 @@ dependencies = [ [[package]] name = "prost-derive" -version = "0.12.3" +version = "0.12.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efb6c9a1dd1def8e2124d17e83a20af56f1570d6c2d2bd9e266ccb768df3840e" +checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" dependencies = [ "anyhow", - "itertools 0.11.0", + "itertools 0.12.1", "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -12144,6 +12337,15 @@ dependencies = [ "prost 0.11.9", ] +[[package]] +name = "prost-types" +version = "0.12.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0" +dependencies = [ + "prost 0.12.6", +] + [[package]] name = "psm" version = "0.1.21" @@ -12214,7 +12416,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2e8b432585672228923edbbf64b8b12c14e1112f62e88737655b4a083dbcd78e" dependencies = [ "bytes", - "pin-project-lite 0.2.13", + "pin-project-lite 0.2.14", "quinn-proto", "quinn-udp", "rustc-hash", @@ -12258,9 +12460,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.35" +version = "1.0.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" +checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" dependencies = [ "proc-macro2", ] @@ -12330,7 +12532,7 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" dependencies = [ - "getrandom 0.2.12", + "getrandom 0.2.15", ] [[package]] @@ -12363,9 +12565,9 @@ dependencies = [ [[package]] name = "raw-cpuid" -version = "11.1.0" +version = "11.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb9ee317cfe3fbd54b36a511efc1edd42e216903c9cd575e686dd68a2ba90d8d" +checksum = "e29830cbb1290e404f24c73af91c5d8d631ce7e128691e9477556b540cd01ecd" dependencies = [ "bitflags 2.5.0", ] @@ -12426,13 +12628,22 @@ dependencies = [ "bitflags 1.3.2", ] +[[package]] +name = "redox_syscall" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd" +dependencies = [ + "bitflags 2.5.0", +] + [[package]] name = "redox_users" -version = "0.4.4" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4" +checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891" dependencies = [ - "getrandom 0.2.12", + "getrandom 0.2.15", "libredox", "thiserror", ] @@ -12451,22 +12662,22 @@ dependencies = [ [[package]] name = "ref-cast" -version = "1.0.22" +version = "1.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4846d4c50d1721b1a3bef8af76924eef20d5e723647333798c1b519b3a9473f" +checksum = "ccf0a6f84d5f1d581da8b41b47ec8600871962f2a528115b542b362d4b744931" dependencies = [ "ref-cast-impl", ] [[package]] name = "ref-cast-impl" -version = "1.0.22" +version = "1.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fddb4f8d99b0a2ebafc65a87a69a7b9875e4b1ae1f00db265d300ef7f28bccc" +checksum = "bcc303e793d3734489387d205e9b186fac9c6cfacedd98cbb2e8a5943595f3e6" dependencies = [ "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -12496,14 +12707,14 @@ dependencies = [ [[package]] name = "regex" -version = "1.10.4" +version = "1.10.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c" +checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f" dependencies = [ "aho-corasick", "memchr", - "regex-automata 0.4.6", - "regex-syntax 0.8.2", + "regex-automata 0.4.7", + "regex-syntax 0.8.4", ] [[package]] @@ -12517,13 +12728,13 @@ dependencies = [ [[package]] name = "regex-automata" -version = "0.4.6" +version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea" +checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df" dependencies = [ "aho-corasick", "memchr", - "regex-syntax 0.8.2", + "regex-syntax 0.8.4", ] [[package]] @@ -12534,9 +12745,9 @@ checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" [[package]] name = "regex-syntax" -version = "0.8.2" +version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" +checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" [[package]] name = "resolv-conf" @@ -12581,7 +12792,7 @@ checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" dependencies = [ "cc", "cfg-if", - "getrandom 0.2.12", + "getrandom 0.2.15", "libc", "spin 0.9.8", "untrusted 0.9.0", @@ -12619,101 +12830,100 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "12.0.1" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4044da3a54d49181294ed27b4cf199a9e20ed08dd7b74b71803c84610319c28c" +checksum = "5f09353883a98e00d2d8e1e834afa8f8d4fe56f00179843c9b88226db38577ef" dependencies = [ "binary-merkle-tree 15.0.0", "bitvec", - "frame-benchmarking 33.0.0", - "frame-executive 33.0.0", - "frame-metadata-hash-extension 0.2.0", - "frame-support 33.0.0", - "frame-system 33.0.0", - "frame-system-benchmarking 33.0.0", - "frame-system-rpc-runtime-api 31.0.0", - "frame-try-runtime 0.39.0", + "frame-benchmarking 34.0.0", + "frame-executive 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", + "frame-system-benchmarking 34.0.0", + "frame-system-rpc-runtime-api 32.0.0", + "frame-try-runtime 0.40.0", "hex-literal", "log", - "pallet-asset-rate 12.0.0", - "pallet-authority-discovery 33.0.0", - "pallet-authorship 33.0.0", - "pallet-babe 33.0.0", - "pallet-balances 34.0.0", - "pallet-beefy 33.0.0", - "pallet-beefy-mmr 33.0.0", - "pallet-bounties 32.0.0", - "pallet-child-bounties 32.0.0", + "pallet-asset-rate 13.0.0", + "pallet-authority-discovery 34.0.0", + "pallet-authorship 34.0.0", + "pallet-babe 34.0.0", + "pallet-balances 35.0.0", + "pallet-beefy 34.0.0", + "pallet-beefy-mmr 34.0.0", + "pallet-bounties 33.0.0", + "pallet-child-bounties 33.0.0", "pallet-collective", - "pallet-conviction-voting 33.0.0", + "pallet-conviction-voting 34.0.0", "pallet-democracy", "pallet-elections-phragmen", - "pallet-grandpa 33.0.0", - "pallet-identity 33.0.0", - "pallet-indices 33.0.0", + "pallet-grandpa 34.0.0", + "pallet-identity 34.0.0", + "pallet-indices 34.0.0", "pallet-membership", - "pallet-message-queue 36.0.0", - "pallet-mmr 32.0.0", - "pallet-multisig 33.0.0", + "pallet-message-queue 37.0.0", + "pallet-mmr 33.0.0", + "pallet-multisig 34.0.0", "pallet-nis", - "pallet-offences 32.0.0", + "pallet-offences 33.0.0", "pallet-parameters", - "pallet-preimage 33.0.0", - "pallet-proxy 33.0.0", + "pallet-preimage 34.0.0", + "pallet-proxy 34.0.0", "pallet-ranked-collective", "pallet-recovery", - "pallet-referenda 33.0.0", + "pallet-referenda 34.0.0", "pallet-root-testing", - "pallet-scheduler 34.0.0", - "pallet-session 33.0.0", + "pallet-scheduler 35.0.0", + "pallet-session 34.0.0", "pallet-society", - "pallet-staking 33.0.0", - "pallet-state-trie-migration 34.0.0", - "pallet-sudo 33.0.0", - "pallet-timestamp 32.0.0", + "pallet-staking 34.0.0", + "pallet-state-trie-migration 35.0.0", + "pallet-sudo 34.0.0", + "pallet-timestamp 33.0.0", "pallet-tips", - "pallet-transaction-payment 33.0.0", - "pallet-transaction-payment-rpc-runtime-api 33.0.0", - "pallet-treasury 32.0.0", - "pallet-utility 33.0.0", - "pallet-vesting 33.0.0", - "pallet-whitelist 32.0.0", - "pallet-xcm 12.0.0", - "pallet-xcm-benchmarks 12.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 11.0.0", - "polkadot-primitives 12.0.0", - "polkadot-runtime-common 12.0.0", - "polkadot-runtime-parachains 12.0.0", + "pallet-transaction-payment 34.0.0", + "pallet-transaction-payment-rpc-runtime-api 34.0.0", + "pallet-treasury 33.0.0", + "pallet-utility 34.0.0", + "pallet-vesting 34.0.0", + "pallet-whitelist 33.0.0", + "pallet-xcm 13.0.0", + "pallet-xcm-benchmarks 13.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 12.0.0", + "polkadot-primitives 13.0.0", + "polkadot-runtime-common 13.0.0", + "polkadot-runtime-parachains 13.0.0", "rococo-runtime-constants", "scale-info", "serde", "serde_derive", "serde_json", "smallvec", - "sp-api 31.0.0", + "sp-api 32.0.0", "sp-arithmetic 26.0.0", - "sp-authority-discovery 31.0.0", - "sp-block-builder 31.0.0", - "sp-consensus-babe 0.37.0", - "sp-consensus-beefy 18.0.0", - "sp-consensus-grandpa 18.0.0", - "sp-core 32.0.0", - "sp-genesis-builder 0.12.0", - "sp-inherents 31.0.0", - "sp-io 35.0.0", - "sp-mmr-primitives 31.0.0", - "sp-offchain 31.0.0", - "sp-runtime 36.0.0", - "sp-session 32.0.0", - "sp-staking 31.0.0", + "sp-authority-discovery 32.0.0", + "sp-block-builder 32.0.0", + "sp-consensus-babe 0.38.0", + "sp-consensus-beefy 19.0.0", + "sp-consensus-grandpa 19.0.0", + "sp-core 33.0.1", + "sp-genesis-builder 0.13.0", + "sp-inherents 32.0.0", + "sp-io 36.0.0", + "sp-mmr-primitives 32.0.1", + "sp-offchain 32.0.0", + "sp-runtime 37.0.0", + "sp-session 33.0.0", + "sp-staking 32.0.0", "sp-std", "sp-storage 21.0.0", - "sp-transaction-pool 31.0.0", - "sp-version 34.0.0", - "staging-xcm 12.0.0", - "staging-xcm-builder 12.0.0", - "staging-xcm-executor 12.0.0", + "sp-transaction-pool 32.0.0", + "sp-version 35.0.0", + "staging-xcm 13.0.1", + "staging-xcm-builder 13.0.0", + "staging-xcm-executor 13.0.0", "static_assertions", "substrate-wasm-builder 22.0.1", "xcm-fee-payment-runtime-api", @@ -12721,19 +12931,19 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "578bde81aeca421df7d898726f0d3d9caea11eed87d77760be71177ce071977f" +checksum = "f07e4b8066110a58d9e6290b5f5ff189684495a0ae8c4b07eca5f5b8d1353595" dependencies = [ - "frame-support 33.0.0", - "polkadot-primitives 12.0.0", - "polkadot-runtime-common 12.0.0", + "frame-support 34.0.0", + "polkadot-primitives 13.0.0", + "polkadot-runtime-common 13.0.0", "smallvec", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", "sp-weights 31.0.0", - "staging-xcm 12.0.0", - "staging-xcm-builder 12.0.0", + "staging-xcm 13.0.1", + "staging-xcm-builder 13.0.0", ] [[package]] @@ -12780,9 +12990,9 @@ dependencies = [ [[package]] name = "rustc-demangle" -version = "0.1.23" +version = "0.1.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" +checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" [[package]] name = "rustc-hash" @@ -12802,7 +13012,7 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" dependencies = [ - "semver 1.0.22", + "semver 1.0.23", ] [[package]] @@ -12844,14 +13054,14 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.32" +version = "0.38.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89" +checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f" dependencies = [ "bitflags 2.5.0", "errno", "libc", - "linux-raw-sys 0.4.13", + "linux-raw-sys 0.4.14", "windows-sys 0.52.0", ] @@ -12869,9 +13079,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.21.10" +version = "0.21.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba" +checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" dependencies = [ "log", "ring 0.17.8", @@ -12888,7 +13098,7 @@ dependencies = [ "log", "ring 0.17.8", "rustls-pki-types", - "rustls-webpki 0.102.6", + "rustls-webpki 0.102.4", "subtle 2.5.0", "zeroize", ] @@ -12907,12 +13117,12 @@ dependencies = [ [[package]] name = "rustls-native-certs" -version = "0.7.1" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a88d6d420651b496bdd98684116959239430022a115c1240e6c3993be0b15fba" +checksum = "8f1fb85efa936c42c6d5fc28d2629bb51e4b2f4b8a5211e297d599cc5a093792" dependencies = [ "openssl-probe", - "rustls-pemfile 2.1.3", + "rustls-pemfile 2.1.2", "rustls-pki-types", "schannel", "security-framework", @@ -12929,9 +13139,9 @@ dependencies = [ [[package]] name = "rustls-pemfile" -version = "2.1.3" +version = "2.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "196fe16b00e106300d3e45ecfcb764fa292a535d7326a29a5875c579c7417425" +checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d" dependencies = [ "base64 0.22.1", "rustls-pki-types", @@ -12939,9 +13149,9 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.8.0" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0" +checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d" [[package]] name = "rustls-webpki" @@ -12955,9 +13165,9 @@ dependencies = [ [[package]] name = "rustls-webpki" -version = "0.102.6" +version = "0.102.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e6b52d4fda176fd835fdc55a835d4a89b8499cad995885a21149d5ad62f852e" +checksum = "ff448f7e92e913c4b7d4c6d8e4540a1724b319b4152b8aef6d4cf8339712b33e" dependencies = [ "ring 0.17.8", "rustls-pki-types", @@ -12966,9 +13176,9 @@ dependencies = [ [[package]] name = "rustversion" -version = "1.0.14" +version = "1.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" +checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" [[package]] name = "ruzstd" @@ -12994,15 +13204,15 @@ dependencies = [ [[package]] name = "ryu" -version = "1.0.17" +version = "1.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1" +checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" [[package]] name = "safe_arch" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f398075ce1e6a179b46f51bd88d0598b92b00d3551f1a2d4ac49e771b56ac354" +checksum = "c3460605018fdc9612bce72735cba0d27efbcd9904780d44c7e3a9948f96148a" dependencies = [ "bytemuck", ] @@ -13018,21 +13228,21 @@ dependencies = [ [[package]] name = "sc-allocator" -version = "27.0.0" +version = "28.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97e78771bbc491d4d601afbbf01f5718d6d724d0d971c8581cf5b4c62a9502f7" +checksum = "a3f01218e73ea57916be5f08987995ac802d6f4ede4ea5ce0242e468c590e4e2" dependencies = [ "log", - "sp-core 32.0.0", + "sp-core 33.0.1", "sp-wasm-interface 21.0.0", "thiserror", ] [[package]] name = "sc-authority-discovery" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e4f35b9a8b91dd1232a26041c064d57b9f03ad2b80d2912512cfd1e4851e506" +checksum = "218036a165861e60bef6f585c20fd2eb89286056320ffb67c86fd935e80bc9b6" dependencies = [ "async-trait", "futures", @@ -13044,27 +13254,27 @@ dependencies = [ "multihash 0.17.0", "multihash-codetable", "parity-scale-codec", - "prost 0.12.3", - "prost-build", + "prost 0.12.6", + "prost-build 0.12.6", "rand 0.8.5", "sc-client-api", "sc-network", - "sc-network-types", - "sp-api 31.0.0", - "sp-authority-discovery 31.0.0", + "sc-network-types 0.11.0", + "sp-api 32.0.0", + "sp-authority-discovery 32.0.0", "sp-blockchain", - "sp-core 32.0.0", - "sp-keystore 0.38.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-keystore 0.39.0", + "sp-runtime 37.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-basic-authorship" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f71eb27c36bb0cda3e67f1e0c4c45ced6672ad4c47148da6bc7fd729e99865a" +checksum = "ca210a343d5ad2f44846d61e43acc5aca356470f5524b72354653f7270dbf6c6" dependencies = [ "futures", "futures-timer", @@ -13074,38 +13284,38 @@ dependencies = [ "sc-proposer-metrics", "sc-telemetry", "sc-transaction-pool-api", - "sp-api 31.0.0", + "sp-api 32.0.0", "sp-blockchain", "sp-consensus", - "sp-core 32.0.0", - "sp-inherents 31.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-inherents 32.0.0", + "sp-runtime 37.0.0", "substrate-prometheus-endpoint", ] [[package]] name = "sc-block-builder" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4190e69ccdf1b10c530e110345d67c6347aa0bc03fa56723103d834fb8ac907d" +checksum = "23c1a029e5f794a859bbda434bb311660fe195106e5ec6147e460bb9dffb3baf" dependencies = [ "parity-scale-codec", - "sp-api 31.0.0", - "sp-block-builder 31.0.0", + "sp-api 32.0.0", + "sp-block-builder 32.0.0", "sp-blockchain", - "sp-core 32.0.0", - "sp-inherents 31.0.0", - "sp-runtime 36.0.0", - "sp-trie 34.0.0", + "sp-core 33.0.1", + "sp-inherents 32.0.0", + "sp-runtime 37.0.0", + "sp-trie 35.0.0", ] [[package]] name = "sc-chain-spec" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3256a5e3294dc363ddb17ac3040c33b9848269dd288eaf8ac6a2972f8a1d884" +checksum = "d5b161ea70cfb2340f8fdd288fca185a588e689cf1f07d6439e45541f4b5fe8b" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "docify", "log", "memmap2 0.9.4", @@ -13118,12 +13328,12 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core 32.0.0", + "sp-core 33.0.1", "sp-crypto-hashing", - "sp-genesis-builder 0.12.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", - "sp-state-machine 0.40.0", + "sp-genesis-builder 0.13.0", + "sp-io 36.0.0", + "sp-runtime 37.0.0", + "sp-state-machine 0.41.0", "sp-tracing 17.0.0", ] @@ -13136,21 +13346,21 @@ dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] name = "sc-cli" -version = "0.41.0" +version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "397091529b095369e8b9342a0dcb732bf6ec672b4be9db76b5174951618f541a" +checksum = "25220d6f9120bb49255e6806586eae22c999242fcfc61c3fd797a36180661ee9" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "chrono", "clap", "fdlimit", "futures", - "itertools 0.10.5", + "itertools 0.11.0", "libp2p-identity", "log", "names", @@ -13171,49 +13381,49 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core 32.0.0", - "sp-keyring 36.0.0", - "sp-keystore 0.38.0", + "sp-core 33.0.1", + "sp-keyring 37.0.0", + "sp-keystore 0.39.0", "sp-panic-handler", - "sp-runtime 36.0.0", - "sp-version 34.0.0", + "sp-runtime 37.0.0", + "sp-version 35.0.0", "thiserror", "tokio", ] [[package]] name = "sc-client-api" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cec1bf37389619d861680f7da315ac5a815e5cd924ec9a0adb86e4ba4aac7c99" +checksum = "6812c65d63c576e0f61d063fb0794420ce6312c5de9072269643ac1355537ea9" dependencies = [ "fnv", "futures", "log", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "sc-executor", "sc-transaction-pool-api", "sc-utils", - "sp-api 31.0.0", + "sp-api 32.0.0", "sp-blockchain", "sp-consensus", - "sp-core 32.0.0", + "sp-core 33.0.1", "sp-database", "sp-externalities 0.28.0", - "sp-runtime 36.0.0", - "sp-state-machine 0.40.0", + "sp-runtime 37.0.0", + "sp-state-machine 0.41.0", "sp-statement-store", "sp-storage 21.0.0", - "sp-trie 34.0.0", + "sp-trie 35.0.0", "substrate-prometheus-endpoint", ] [[package]] name = "sc-client-db" -version = "0.40.0" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffe19e497ab77b89efa4e2b885af725d6ed59579ebe8df96b820f5b122c10da9" +checksum = "fdf275ceb82f4a508c0553df6a0ebc8cbfc6b03fe894ab509cdc4a0aa64d5864" dependencies = [ "hash-db", "kvdb", @@ -13223,50 +13433,50 @@ dependencies = [ "log", "parity-db", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "sc-client-api", "sc-state-db", "schnellru", "sp-arithmetic 26.0.0", "sp-blockchain", - "sp-core 32.0.0", + "sp-core 33.0.1", "sp-database", - "sp-runtime 36.0.0", - "sp-state-machine 0.40.0", - "sp-trie 34.0.0", + "sp-runtime 37.0.0", + "sp-state-machine 0.41.0", + "sp-trie 35.0.0", ] [[package]] name = "sc-consensus" -version = "0.38.0" +version = "0.39.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0178e3ef8d317456e352466a9c5d3b6d9b5861a64b43c01ab62435e24fc68a51" +checksum = "a8599723d670725369aca94e0bc76863c14d7a68ee1ba82d0c039359f92b200e" dependencies = [ "async-trait", "futures", "futures-timer", "log", "mockall", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "sc-client-api", - "sc-network-types", + "sc-network-types 0.11.0", "sc-utils", "serde", - "sp-api 31.0.0", + "sp-api 32.0.0", "sp-blockchain", "sp-consensus", - "sp-core 32.0.0", - "sp-runtime 36.0.0", - "sp-state-machine 0.40.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", + "sp-state-machine 0.41.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-aura" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be48cd2fa20a6800595f7f49dbc929ad72348673c38eb7faa072cb8dfd7b47ce" +checksum = "b312ad1c846f78dbfc1f755bd7a0cd61910214b821cf7e0aebce96d4b1b3a0b8" dependencies = [ "async-trait", "futures", @@ -13277,26 +13487,26 @@ dependencies = [ "sc-consensus", "sc-consensus-slots", "sc-telemetry", - "sp-api 31.0.0", - "sp-application-crypto 35.0.0", - "sp-block-builder 31.0.0", + "sp-api 32.0.0", + "sp-application-crypto 36.0.0", + "sp-block-builder 32.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-aura 0.37.0", - "sp-consensus-slots 0.37.0", - "sp-core 32.0.0", - "sp-inherents 31.0.0", - "sp-keystore 0.38.0", - "sp-runtime 36.0.0", + "sp-consensus-aura 0.38.0", + "sp-consensus-slots 0.38.0", + "sp-core 33.0.1", + "sp-inherents 32.0.0", + "sp-keystore 0.39.0", + "sp-runtime 37.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-babe" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08d58429c3660dfb86b9c0a1529dbc444f1ba8c8135812468497751d5b2567d6" +checksum = "1e676a852225485d7f89ed2bd985b14d371964e3f682fb52b32b3d10dced3280" dependencies = [ "async-trait", "fork-tree", @@ -13306,34 +13516,34 @@ dependencies = [ "num-rational", "num-traits", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "sc-client-api", "sc-consensus", "sc-consensus-epochs", "sc-consensus-slots", "sc-telemetry", "sc-transaction-pool-api", - "sp-api 31.0.0", - "sp-application-crypto 35.0.0", - "sp-block-builder 31.0.0", + "sp-api 32.0.0", + "sp-application-crypto 36.0.0", + "sp-block-builder 32.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.37.0", - "sp-consensus-slots 0.37.0", - "sp-core 32.0.0", + "sp-consensus-babe 0.38.0", + "sp-consensus-slots 0.38.0", + "sp-core 33.0.1", "sp-crypto-hashing", - "sp-inherents 31.0.0", - "sp-keystore 0.38.0", - "sp-runtime 36.0.0", + "sp-inherents 32.0.0", + "sp-keystore 0.39.0", + "sp-runtime 37.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-babe-rpc" -version = "0.39.0" +version = "0.40.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd3bd3762945244a50e7e64aa9302405ba3d225a807872a4f99e8250e5ec4e60" +checksum = "d434d7c76dee1c4b0d1594eb517c6f4b923b08b81c3ae890fee6411e70451d73" dependencies = [ "futures", "jsonrpsee", @@ -13341,49 +13551,48 @@ dependencies = [ "sc-consensus-epochs", "sc-rpc-api", "serde", - "sp-api 31.0.0", - "sp-application-crypto 35.0.0", + "sp-api 32.0.0", + "sp-application-crypto 36.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.37.0", - "sp-core 32.0.0", - "sp-keystore 0.38.0", - "sp-runtime 36.0.0", + "sp-consensus-babe 0.38.0", + "sp-core 33.0.1", + "sp-keystore 0.39.0", + "sp-runtime 37.0.0", "thiserror", ] [[package]] name = "sc-consensus-beefy" -version = "18.0.0" +version = "19.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f0f27e60a0a3135c991e26883c4827f8bb3fa082ee84690544eea9040d0edf8" +checksum = "4800134697fa5913275969e684ce709d0d73b3cb9d28824b07c4bf2e86bf204c" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "async-channel 1.9.0", "async-trait", "fnv", "futures", "log", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "sc-client-api", "sc-consensus", "sc-network", "sc-network-gossip", "sc-network-sync", - "sc-network-types", + "sc-network-types 0.11.0", "sc-utils", - "sp-api 31.0.0", - "sp-application-crypto 35.0.0", + "sp-api 32.0.0", + "sp-application-crypto 36.0.0", "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-beefy 18.0.0", - "sp-core 32.0.0", + "sp-consensus-beefy 19.0.0", + "sp-core 33.0.1", "sp-crypto-hashing", - "sp-keystore 0.38.0", - "sp-mmr-primitives 31.0.0", - "sp-runtime 36.0.0", + "sp-keystore 0.39.0", + "sp-runtime 37.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -13392,46 +13601,46 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" -version = "18.0.0" +version = "19.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7db1d87a1107de282b3208e25370c1f54dcfc9f0c12bdea52fad127df4929c63" +checksum = "9eec266bc09311db98c10dde271ceef159657d65280df6b2b69c36ef32e3c817" dependencies = [ "futures", "jsonrpsee", "log", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "sc-consensus-beefy", "sc-rpc", "serde", - "sp-consensus-beefy 18.0.0", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-consensus-beefy 19.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", "thiserror", ] [[package]] name = "sc-consensus-epochs" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7d878112bf0e7b267eb753e9a43432616dc190f85be921bc03d13c42a7c21bd" +checksum = "84678180c64ce942dd6c38faae95dafdb097b95dbc6bccb2dfb125646114432e" dependencies = [ "fork-tree", "parity-scale-codec", "sc-client-api", "sc-consensus", "sp-blockchain", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", ] [[package]] name = "sc-consensus-grandpa" -version = "0.24.0" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ba0980a68efdb28cba1a8051dd27d104258870f16287df9d576caf36add3ebc" +checksum = "453c5b758a15d8addfd4874fa370a4dd14a4e3e5911dc663da6f384f4d8090fd" dependencies = [ "ahash 0.8.11", - "array-bytes 6.2.2", + "array-bytes", "async-trait", "dyn-clone", "finality-grandpa", @@ -13440,7 +13649,7 @@ dependencies = [ "futures-timer", "log", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "rand 0.8.5", "sc-block-builder", "sc-chain-spec", @@ -13450,30 +13659,30 @@ dependencies = [ "sc-network-common", "sc-network-gossip", "sc-network-sync", - "sc-network-types", + "sc-network-types 0.11.0", "sc-telemetry", "sc-transaction-pool-api", "sc-utils", "serde_json", - "sp-api 31.0.0", - "sp-application-crypto 35.0.0", + "sp-api 32.0.0", + "sp-application-crypto 36.0.0", "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-grandpa 18.0.0", - "sp-core 32.0.0", + "sp-consensus-grandpa 19.0.0", + "sp-core 33.0.1", "sp-crypto-hashing", - "sp-keystore 0.38.0", - "sp-runtime 36.0.0", + "sp-keystore 0.39.0", + "sp-runtime 37.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-grandpa-rpc" -version = "0.24.0" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c587c6b017281f2029a7901de1e2f6f85ee8b365e9d15b159a5c44450fc71f6" +checksum = "ff06659eb842ea2b090a3dc95dd39cddaf00b670c7938f2dec94d1fc30d84c5c" dependencies = [ "finality-grandpa", "futures", @@ -13485,16 +13694,16 @@ dependencies = [ "sc-rpc", "serde", "sp-blockchain", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", "thiserror", ] [[package]] name = "sc-consensus-slots" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b755082e44000f02660697560c279d81cea4ea984d5a21eb27a2179c92912fbc" +checksum = "68c923c07005b88b62c6e63b2e08c9a45ac707ef90c61ff5f7f193e548ad37af" dependencies = [ "async-trait", "futures", @@ -13507,42 +13716,42 @@ dependencies = [ "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-slots 0.37.0", - "sp-core 32.0.0", - "sp-inherents 31.0.0", - "sp-runtime 36.0.0", - "sp-state-machine 0.40.0", + "sp-consensus-slots 0.38.0", + "sp-core 33.0.1", + "sp-inherents 32.0.0", + "sp-runtime 37.0.0", + "sp-state-machine 0.41.0", ] [[package]] name = "sc-executor" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d0738d2e654f8cadb8b5b5f64c281654838202bf77641656b7fe2bd5346a25b" +checksum = "321e9431a3d5c95514b1ba775dd425efd4b18bd79dfdb6d8e397f0c96d6831e9" dependencies = [ "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "sc-executor-common", "sc-executor-polkavm", "sc-executor-wasmtime", "schnellru", - "sp-api 31.0.0", - "sp-core 32.0.0", + "sp-api 32.0.0", + "sp-core 33.0.1", "sp-externalities 0.28.0", - "sp-io 35.0.0", + "sp-io 36.0.0", "sp-panic-handler", "sp-runtime-interface 27.0.0", - "sp-trie 34.0.0", - "sp-version 34.0.0", + "sp-trie 35.0.0", + "sp-version 35.0.0", "sp-wasm-interface 21.0.0", "tracing", ] [[package]] name = "sc-executor-common" -version = "0.33.0" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88c61ef111d7ccc7697ee4788654f4f998662db057c27ca2de4b94f20e3e6ed1" +checksum = "aad16187c613f81feab35f0d6c12c15c1d88eea0794c886b5dca3495d26746de" dependencies = [ "polkavm", "sc-allocator", @@ -13554,9 +13763,9 @@ dependencies = [ [[package]] name = "sc-executor-polkavm" -version = "0.30.0" +version = "0.31.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fb96b22b779ba14f449d114b63efd162f95f1cdf773cdac29f75fe6a250de24" +checksum = "db336a08ea53b6a89972a6ad6586e664c15db2add9d1cfb508afc768de387304" dependencies = [ "log", "polkavm", @@ -13566,15 +13775,15 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" -version = "0.33.1" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f45912e90278c06bacf2c37a11937ed6878ee0cd056ae2be2d0b45ec7ac34d1" +checksum = "1b97b324b2737447b7b208e913fef4988d5c38ecc21f57c3dd33e3f1e1e3bb08" dependencies = [ "anyhow", "cfg-if", "libc", "log", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "rustix 0.36.17", "sc-allocator", "sc-executor-common", @@ -13585,9 +13794,9 @@ dependencies = [ [[package]] name = "sc-informant" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4bb38b9ee63b01ed966f67789684b517cdc7891c0ac30ddac0e039695a43ab03" +checksum = "74ddef3aa096a40f84599c90c4045ece585fcc06ef64d657fe88f8464f3d7106" dependencies = [ "ansi_term", "futures", @@ -13598,31 +13807,31 @@ dependencies = [ "sc-network-common", "sc-network-sync", "sp-blockchain", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", ] [[package]] name = "sc-keystore" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8dbafebe46cb7a380d6a1a77c045af06de3cf92ffcb5bbbbb1567e3b0c94d688" +checksum = "076394555f3325fbe66d5e1216eb210c00f877910107a02d3997afbad9b23af6" dependencies = [ - "array-bytes 6.2.2", - "parking_lot 0.12.1", + "array-bytes", + "parking_lot 0.12.3", "serde_json", - "sp-application-crypto 35.0.0", - "sp-core 32.0.0", - "sp-keystore 0.38.0", + "sp-application-crypto 36.0.0", + "sp-core 33.0.1", + "sp-keystore 0.39.0", "thiserror", ] [[package]] name = "sc-mixnet" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c48f0897bac630c7f58e0e8f5b5930db18641ac5c0df6fcca0335520c1be74a" +checksum = "ea3756952a98f6e8aab2715e15d8af73191d736c1c3e35c05a7bac2033c33949" dependencies = [ - "array-bytes 4.2.0", + "array-bytes", "arrayvec 0.7.4", "blake2 0.10.6", "bytes", @@ -13632,27 +13841,27 @@ dependencies = [ "mixnet", "multiaddr", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "sc-client-api", "sc-network", - "sc-network-types", + "sc-network-types 0.11.0", "sc-transaction-pool-api", - "sp-api 31.0.0", + "sp-api 32.0.0", "sp-consensus", - "sp-core 32.0.0", - "sp-keystore 0.38.0", + "sp-core 33.0.1", + "sp-keystore 0.39.0", "sp-mixnet", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "thiserror", ] [[package]] name = "sc-network" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c94a6131f2c50126601a01d9b60a8df569aa8483cf6754e280b754a5e716a297" +checksum = "bcd70d3fb1d9ff0165ea9c23cb4f6963e8fe0d65847ccae3fc4c7fc92bd02543" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "async-channel 1.9.0", "async-trait", "asynchronous-codec", @@ -13665,20 +13874,20 @@ dependencies = [ "ip_network", "libp2p", "linked_hash_set", - "litep2p", + "litep2p 0.4.0-rc.1", "log", "mockall", "once_cell", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "partial_sort", "pin-project", - "prost 0.11.9", - "prost-build", + "prost 0.12.6", + "prost-build 0.12.6", "rand 0.8.5", "sc-client-api", "sc-network-common", - "sc-network-types", + "sc-network-types 0.11.0", "sc-utils", "schnellru", "serde", @@ -13686,8 +13895,8 @@ dependencies = [ "smallvec", "sp-arithmetic 26.0.0", "sp-blockchain", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -13700,28 +13909,28 @@ dependencies = [ [[package]] name = "sc-network-common" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae304be8447d6101c7d314932137ff2405db43bc7daf4b9c0c52341bdc9265ac" +checksum = "d3b9a2597285d5bc18b871d5bd69e99c724caffddee22b002b27e7e89a37e6a9" dependencies = [ "async-trait", "bitflags 1.3.2", "futures", "libp2p-identity", "parity-scale-codec", - "prost-build", + "prost-build 0.12.6", "sc-consensus", - "sc-network-types", + "sc-network-types 0.10.0", "sp-consensus", - "sp-consensus-grandpa 18.0.0", - "sp-runtime 36.0.0", + "sp-consensus-grandpa 19.0.0", + "sp-runtime 37.0.0", ] [[package]] name = "sc-network-gossip" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed5317c3a30c77978ef7cfb2655e4dae2f7ba82df1622b6b6e81c854c19ffb43" +checksum = "962b37f9939ea0d678219cd4beae5b604b2ee2836e670c14fe3d347e21d57790" dependencies = [ "ahash 0.8.11", "futures", @@ -13731,42 +13940,42 @@ dependencies = [ "sc-network", "sc-network-common", "sc-network-sync", - "sc-network-types", + "sc-network-types 0.11.0", "schnellru", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "sc-network-light" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10a2b0e0c87d74704a758be2d3119bbbf652910b3de0d3074864531f2e1afd3c" +checksum = "b9d0c7dabde3a1a4a49b383503e4589bb3373044fc8513dbf849547f7d450af4" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "async-channel 1.9.0", "futures", "log", "parity-scale-codec", - "prost 0.12.3", - "prost-build", + "prost 0.12.6", + "prost-build 0.12.6", "sc-client-api", "sc-network", - "sc-network-types", + "sc-network-types 0.11.0", "sp-blockchain", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", "thiserror", ] [[package]] name = "sc-network-sync" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92d3a03c11fd5ed3c596a055d79596e6c0d7ea5166b627346e0381adde49dd50" +checksum = "61620bf88ffa4e67dfcb245569c293a7a3815b9f8d37f93fa9944bddda68ee9d" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "async-channel 1.9.0", "async-trait", "fork-tree", @@ -13776,22 +13985,22 @@ dependencies = [ "log", "mockall", "parity-scale-codec", - "prost 0.12.3", - "prost-build", + "prost 0.12.6", + "prost-build 0.12.6", "sc-client-api", "sc-consensus", "sc-network", "sc-network-common", - "sc-network-types", + "sc-network-types 0.11.0", "sc-utils", "schnellru", "smallvec", "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-grandpa 18.0.0", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-consensus-grandpa 19.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -13800,11 +14009,11 @@ dependencies = [ [[package]] name = "sc-network-transactions" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f8586ce7e34e555021b574ec98c4d459cc46625f1d061a3ed8bea6a400e8648" +checksum = "dee98c3909782dc7aac343b41ea8d8d2525d4def168c005bb1fb37b4e8a4ecc1" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "futures", "libp2p", "log", @@ -13812,10 +14021,10 @@ dependencies = [ "sc-network", "sc-network-common", "sc-network-sync", - "sc-network-types", + "sc-network-types 0.11.0", "sc-utils", "sp-consensus", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "substrate-prometheus-endpoint", ] @@ -13827,7 +14036,22 @@ checksum = "a6b473a65393f65579019e4280cc116848439985c62724db8402bbfa7da462d1" dependencies = [ "bs58 0.4.0", "libp2p-identity", - "litep2p", + "litep2p 0.3.0", + "multiaddr", + "multihash 0.17.0", + "rand 0.8.5", + "thiserror", +] + +[[package]] +name = "sc-network-types" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c78a8ca5b07ab6ac40dd21e7724453a42c186ba546406c198aa8c6f31e4e6f2d" +dependencies = [ + "bs58 0.5.1", + "libp2p-identity", + "litep2p 0.4.0-rc.1", "multiaddr", "multihash 0.17.0", "rand 0.8.5", @@ -13836,11 +14060,11 @@ dependencies = [ [[package]] name = "sc-offchain" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "acb6f76c65abdabfadb497a5fe33733ec67af15221aa1c72686096aed75b28b8" +checksum = "9230e5537f553bb9dcaa5f782acf0e2de6ba7658fe5fc9b7844c0a675c69946a" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "bytes", "fnv", "futures", @@ -13852,20 +14076,20 @@ dependencies = [ "num_cpus", "once_cell", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "rand 0.8.5", "sc-client-api", "sc-network", "sc-network-common", - "sc-network-types", + "sc-network-types 0.11.0", "sc-transaction-pool-api", "sc-utils", - "sp-api 31.0.0", - "sp-core 32.0.0", + "sp-api 32.0.0", + "sp-core 33.0.1", "sp-externalities 0.28.0", - "sp-keystore 0.38.0", - "sp-offchain 31.0.0", - "sp-runtime 36.0.0", + "sp-keystore 0.39.0", + "sp-offchain 32.0.0", + "sp-runtime 37.0.0", "threadpool", "tracing", ] @@ -13882,15 +14106,15 @@ dependencies = [ [[package]] name = "sc-rpc" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df3af3898afc9e63bfda6bbb75a20bb66a4b3de0bc077eb1b67d94b04f69b984" +checksum = "01b626348dad6f3eeda3595dd1331dc3f04468e075d61ec53599bcb084f93b41" dependencies = [ "futures", "jsonrpsee", "log", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "sc-block-builder", "sc-chain-spec", "sc-client-api", @@ -13900,24 +14124,24 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde_json", - "sp-api 31.0.0", + "sp-api 32.0.0", "sp-blockchain", - "sp-core 32.0.0", - "sp-keystore 0.38.0", - "sp-offchain 31.0.0", + "sp-core 33.0.1", + "sp-keystore 0.39.0", + "sp-offchain 32.0.0", "sp-rpc", - "sp-runtime 36.0.0", - "sp-session 32.0.0", + "sp-runtime 37.0.0", + "sp-session 33.0.0", "sp-statement-store", - "sp-version 34.0.0", + "sp-version 35.0.0", "tokio", ] [[package]] name = "sc-rpc-api" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2656a0da9ce809fb31dc0517b7e0a4185001785154b59cd9546566f1db8df346" +checksum = "6d9e316c596ddc56f452faa325e0981aa58389cbbb908f7f13aad00a71efbb15" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -13927,23 +14151,25 @@ dependencies = [ "scale-info", "serde", "serde_json", - "sp-core 32.0.0", + "sp-core 33.0.1", "sp-rpc", - "sp-runtime 36.0.0", - "sp-version 34.0.0", + "sp-runtime 37.0.0", + "sp-version 35.0.0", "thiserror", ] [[package]] name = "sc-rpc-server" -version = "15.0.0" +version = "16.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76f6d0924de213aa5c72a47c7bd0d7668531c5845e832d1ac5c33c96d0ff7b9b" +checksum = "5afa7a60f1f6349e61764c21f644c3d4549a7a45c097123746c68e84c0fb8738" dependencies = [ + "forwarded-header-value", "futures", "governor", "http", "hyper", + "ip_network", "jsonrpsee", "log", "serde_json", @@ -13955,18 +14181,18 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57f2b3d4ad7238f031c85395980f3b05026dba6f596e1e3600274fa9c30974e1" +checksum = "98b7a2a25ae6329560d7b5b75f0af319629fd0cfbdc23663ce6aa20d439a4439" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "futures", "futures-util", "hex", "jsonrpsee", "log", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "rand 0.8.5", "sc-chain-spec", "sc-client-api", @@ -13975,12 +14201,12 @@ dependencies = [ "sc-utils", "schnellru", "serde", - "sp-api 31.0.0", + "sp-api 32.0.0", "sp-blockchain", - "sp-core 32.0.0", + "sp-core 33.0.1", "sp-rpc", - "sp-runtime 36.0.0", - "sp-version 34.0.0", + "sp-runtime 37.0.0", + "sp-version 35.0.0", "thiserror", "tokio", "tokio-stream", @@ -13988,9 +14214,9 @@ dependencies = [ [[package]] name = "sc-service" -version = "0.40.0" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70d4e550aabcfba3a9e6a2c4e23dcfef362cb62bea2cfc3348879e327482ec72" +checksum = "8e97eceb358fc3755d5675591f707cb978b1032005e8c32bee43da88d58a7a5e" dependencies = [ "async-trait", "directories", @@ -14000,7 +14226,7 @@ dependencies = [ "jsonrpsee", "log", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "pin-project", "rand 0.8.5", "sc-chain-spec", @@ -14015,7 +14241,7 @@ dependencies = [ "sc-network-light", "sc-network-sync", "sc-network-transactions", - "sc-network-types", + "sc-network-types 0.11.0", "sc-rpc", "sc-rpc-server", "sc-rpc-spec-v2", @@ -14028,20 +14254,20 @@ dependencies = [ "schnellru", "serde", "serde_json", - "sp-api 31.0.0", + "sp-api 32.0.0", "sp-blockchain", "sp-consensus", - "sp-core 32.0.0", + "sp-core 33.0.1", "sp-externalities 0.28.0", - "sp-keystore 0.38.0", - "sp-runtime 36.0.0", - "sp-session 32.0.0", - "sp-state-machine 0.40.0", + "sp-keystore 0.39.0", + "sp-runtime 37.0.0", + "sp-session 33.0.0", + "sp-state-machine 0.41.0", "sp-storage 21.0.0", - "sp-transaction-pool 31.0.0", + "sp-transaction-pool 32.0.0", "sp-transaction-storage-proof", - "sp-trie 34.0.0", - "sp-version 34.0.0", + "sp-trie 35.0.0", + "sp-version 35.0.0", "static_init", "substrate-prometheus-endpoint", "tempfile", @@ -14053,35 +14279,35 @@ dependencies = [ [[package]] name = "sc-state-db" -version = "0.34.0" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7259ab2e8e2fa1e7a1c38dd8a88353f80e66369ef8b48d5f7098dbc18c67887f" +checksum = "863b63626c6602167953125b7b0430939b968d6ba13bd795998ac66d3ce124c9" dependencies = [ "log", "parity-scale-codec", - "parking_lot 0.12.1", - "sp-core 32.0.0", + "parking_lot 0.12.3", + "sp-core 33.0.1", ] [[package]] name = "sc-storage-monitor" -version = "0.20.0" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4536eb51128eed3d3780f442ca74a4464f26401065bc4cf038609c0f9efeab9c" +checksum = "7e69686e7593e6d90432e5476b85219cf8636f0e9941d84d30cf80b2995cc632" dependencies = [ "clap", "fs4", "log", - "sp-core 32.0.0", + "sp-core 33.0.1", "thiserror", "tokio", ] [[package]] name = "sc-sync-state-rpc" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "910d78b0ea4778a639a9d1345d4e5ce27721ed0d717635aded1bb6c522044bb2" +checksum = "c2de2ec69614f29a2f1a8f9dd92f296a6c8990d156a6737f42744b9462311b15" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -14093,15 +14319,15 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "thiserror", ] [[package]] name = "sc-sysinfo" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "985818b31ecd4e04edadbf6124e2b71033551c08ff891bd9449fbddd2346ddf8" +checksum = "5a48d1c042e09d19cb4812f5d7b76781095b8832e8ffe07b6679ee524ebbf782" dependencies = [ "derive_more", "futures", @@ -14113,23 +14339,23 @@ dependencies = [ "sc-telemetry", "serde", "serde_json", - "sp-core 32.0.0", + "sp-core 33.0.1", "sp-crypto-hashing", - "sp-io 35.0.0", + "sp-io 36.0.0", "sp-std", ] [[package]] name = "sc-telemetry" -version = "19.0.0" +version = "20.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a874600f40a5cef2e1482574f7665ed005f7c3b7594f9abddcb2e015651c4d9" +checksum = "d1186331805100037171f2069a3c3b4a9c8ec01144863626c3276b999960af67" dependencies = [ "chrono", "futures", "libp2p", "log", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "pin-project", "rand 0.8.5", "sc-network", @@ -14142,9 +14368,9 @@ dependencies = [ [[package]] name = "sc-tracing" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c7513573600566bcc7a41153c6a99b628e800acd65bc124c3ac595322324021" +checksum = "86cfe597106614e64cada52406df9d5e6c802c3982ef367d83ff240a0b59e7c4" dependencies = [ "ansi_term", "chrono", @@ -14153,21 +14379,21 @@ dependencies = [ "libc", "log", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "regex", "rustc-hash", "sc-client-api", "sc-tracing-proc-macro", "serde", - "sp-api 31.0.0", + "sp-api 32.0.0", "sp-blockchain", - "sp-core 32.0.0", + "sp-core 33.0.1", "sp-rpc", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "sp-tracing 17.0.0", "thiserror", "tracing", - "tracing-log 0.1.4", + "tracing-log 0.2.0", "tracing-subscriber 0.3.18", ] @@ -14180,14 +14406,14 @@ dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] name = "sc-transaction-pool" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18f865b689f7f732de5c6129cbdb793d7c71a88ef0d1636d8b843e590d5d766a" +checksum = "e7bc0d2515ec772b2391e3e641766c13d1a9b66fd60a7f68a4b82be5ae33801c" dependencies = [ "async-trait", "futures", @@ -14195,27 +14421,27 @@ dependencies = [ "linked-hash-map", "log", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "sc-client-api", "sc-transaction-pool-api", "sc-utils", "serde", - "sp-api 31.0.0", + "sp-api 32.0.0", "sp-blockchain", - "sp-core 32.0.0", + "sp-core 33.0.1", "sp-crypto-hashing", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "sp-tracing 17.0.0", - "sp-transaction-pool 31.0.0", + "sp-transaction-pool 32.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-transaction-pool-api" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "618532cf1e4afbc3a3f9046bfb4aaceba46fa9888ec9d1d12e9fe5448aa7ee82" +checksum = "39dfa40c94e3965547d4fa0e7f7bc491b02bd7891cfd226a5fa8451c707f18a4" dependencies = [ "async-trait", "futures", @@ -14223,8 +14449,8 @@ dependencies = [ "parity-scale-codec", "serde", "sp-blockchain", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", "thiserror", ] @@ -14239,39 +14465,16 @@ dependencies = [ "futures-timer", "lazy_static", "log", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "prometheus", "sp-arithmetic 26.0.0", ] -[[package]] -name = "scale-bits" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e57b1e7f6b65ed1f04e79a85a57d755ad56d76fdf1e9bddcc9ae14f71fcdcf54" -dependencies = [ - "parity-scale-codec", - "scale-type-resolver", -] - -[[package]] -name = "scale-decode" -version = "0.13.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e98f3262c250d90e700bb802eb704e1f841e03331c2eb815e46516c4edbf5b27" -dependencies = [ - "derive_more", - "parity-scale-codec", - "scale-bits", - "scale-type-resolver", - "smallvec", -] - [[package]] name = "scale-info" -version = "2.11.1" +version = "2.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "788745a868b0e751750388f4e6546eb921ef714a4317fa6954f7cde114eb2eb7" +checksum = "eca070c12893629e2cc820a9761bedf6ce1dcddc9852984d1dc734b8bd9bd024" dependencies = [ "bitvec", "cfg-if", @@ -14283,21 +14486,15 @@ dependencies = [ [[package]] name = "scale-info-derive" -version = "2.11.1" +version = "2.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7dc2f4e8bc344b9fc3d5f74f72c2e55bfc38d28dc2ebc69c194a3df424e4d9ac" +checksum = "2d35494501194174bda522a32605929eefc9ecf7e0a326c26db1fdd85881eb62" dependencies = [ - "proc-macro-crate 1.3.1", + "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 1.0.109", -] - -[[package]] -name = "scale-type-resolver" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0cded6518aa0bd6c1be2b88ac81bf7044992f0f154bfbabd5ad34f43512abcb" + "syn 1.0.109", +] [[package]] name = "schannel" @@ -14310,9 +14507,9 @@ dependencies = [ [[package]] name = "schnellru" -version = "0.2.1" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "772575a524feeb803e5b0fcbc6dd9f367e579488197c94c6e4023aad2305774d" +checksum = "c9a8ef13a93c54d20580de1e5c413e624e53121d42fc7e2c11d10ef7f8b02367" dependencies = [ "ahash 0.8.11", "cfg-if", @@ -14444,11 +14641,11 @@ dependencies = [ [[package]] name = "security-framework" -version = "2.9.2" +version = "2.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de" +checksum = "c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0" dependencies = [ - "bitflags 1.3.2", + "bitflags 2.5.0", "core-foundation", "core-foundation-sys", "libc", @@ -14457,9 +14654,9 @@ dependencies = [ [[package]] name = "security-framework-sys" -version = "2.9.1" +version = "2.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a" +checksum = "317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7" dependencies = [ "core-foundation-sys", "libc", @@ -14476,9 +14673,9 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.22" +version = "1.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca" +checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" dependencies = [ "serde", ] @@ -14491,9 +14688,9 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" [[package]] name = "serde" -version = "1.0.197" +version = "1.0.203" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2" +checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094" dependencies = [ "serde_derive", ] @@ -14518,20 +14715,20 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.197" +version = "1.0.203" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b" +checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba" dependencies = [ "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] name = "serde_json" -version = "1.0.114" +version = "1.0.117" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0" +checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3" dependencies = [ "itoa", "ryu", @@ -14540,9 +14737,9 @@ dependencies = [ [[package]] name = "serde_spanned" -version = "0.6.5" +version = "0.6.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1" +checksum = "79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0" dependencies = [ "serde", ] @@ -14653,9 +14850,9 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "signal-hook-registry" -version = "1.4.1" +version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" +checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" dependencies = [ "libc", ] @@ -14740,14 +14937,14 @@ dependencies = [ [[package]] name = "slot-range-helper" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7bb6f55c7308986f519ce3d554f832774e6212b14774e72313a0c1a3591adf5a" +checksum = "12d7d232571cc6f04fee2fa2486dddc222ed2a043fbf9ad942fb7b98a87f4b2d" dependencies = [ "enumn", "parity-scale-codec", "paste", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -14805,7 +15002,7 @@ dependencies = [ "fnv", "futures-lite 1.13.0", "futures-util", - "hashbrown 0.14.3", + "hashbrown 0.14.5", "hex", "hmac 0.12.1", "itertools 0.11.0", @@ -14854,13 +15051,13 @@ dependencies = [ "futures-channel", "futures-lite 1.13.0", "futures-util", - "hashbrown 0.14.3", + "hashbrown 0.14.5", "hex", "itertools 0.11.0", "log", "lru 0.11.1", "no-std-net", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "pin-project", "rand 0.8.5", "rand_chacha 0.3.1", @@ -14908,9 +15105,9 @@ dependencies = [ [[package]] name = "snowbridge-beacon-primitives" -version = "0.1.0" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60a73ef707257064bc4ecce8323cdb7c30e8ecd1ce74aa89a6e82e81fa8b9970" +checksum = "5404af73550b39022e08e5500b30fba627e109a56407b7e80b08da2305b11bfe" dependencies = [ "byte-slice-cast", "frame-support 29.0.2", @@ -14933,9 +15130,9 @@ dependencies = [ [[package]] name = "snowbridge-core" -version = "0.1.1" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a3e2e3b94bfcfc8f363e21a6c5a1d3c67eb4592ada672c868a3236ad1dd563b" +checksum = "aed4ebefed4c40b9c00e9adf5f02ab2760a7a2dad8bf05110c0013a7a59f4097" dependencies = [ "ethabi-decode", "frame-support 29.0.2", @@ -15029,9 +15226,9 @@ dependencies = [ [[package]] name = "socket2" -version = "0.5.6" +version = "0.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871" +checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" dependencies = [ "libc", "windows-sys 0.52.0", @@ -15078,24 +15275,24 @@ dependencies = [ [[package]] name = "sp-api" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b500647cfe266d58781f44af9b13c3bd57fb3be08642f2a9f13e024cc5e22359" +checksum = "6f84f09c4b928e814e07dede0ece91f1f6eae1bff946a0e5e4a76bed19a095f1" dependencies = [ "hash-db", "log", "parity-scale-codec", "scale-info", "sp-api-proc-macro 19.0.0", - "sp-core 32.0.0", + "sp-core 33.0.1", "sp-externalities 0.28.0", "sp-metadata-ir 0.7.0", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "sp-runtime-interface 27.0.0", - "sp-state-machine 0.40.0", + "sp-state-machine 0.41.0", "sp-std", - "sp-trie 34.0.0", - "sp-version 34.0.0", + "sp-trie 35.0.0", + "sp-version 35.0.0", "thiserror", ] @@ -15107,11 +15304,11 @@ checksum = "0301e2f77afb450fbf2b093f8b324c7ad88cc82e5e69bd5dc8658a1f068b2a96" dependencies = [ "Inflector", "blake2 0.10.6", - "expander 2.1.0", + "expander", "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -15122,11 +15319,11 @@ checksum = "213a4bec1b18bd0750e7b81d11d8276c24f68b53cde83950b00b178ecc9ab24a" dependencies = [ "Inflector", "blake2 0.10.6", - "expander 2.1.0", + "expander", "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -15145,15 +15342,15 @@ dependencies = [ [[package]] name = "sp-application-crypto" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57541120624a76379cc993cbb85064a5148957a92da032567e54bce7977f51fc" +checksum = "296282f718f15d4d812664415942665302a484d3495cf8d2e2ab3192b32d2c73" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 32.0.0", - "sp-io 35.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", "sp-std", ] @@ -15204,15 +15401,15 @@ dependencies = [ [[package]] name = "sp-authority-discovery" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d8494eafd70194198b7fd82446da59380c7346bedf68e83dfbdb5f338395437" +checksum = "7c06b0d26bcc9b5db298c4e270fdff286411912af51bc0d9ef7d04f139ee3146" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 31.0.0", - "sp-application-crypto 35.0.0", - "sp-runtime 36.0.0", + "sp-api 32.0.0", + "sp-application-crypto 36.0.0", + "sp-runtime 37.0.0", ] [[package]] @@ -15229,47 +15426,47 @@ dependencies = [ [[package]] name = "sp-block-builder" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51cf3d8fb96de98aecdd32cdd4a735af4d84fae274314f411f95c89d4dff6ad3" +checksum = "329e1cfb98f113d91d0db80a6e984cbb7e990f03ef599a8dc356723a47d40509" dependencies = [ - "sp-api 31.0.0", - "sp-inherents 31.0.0", - "sp-runtime 36.0.0", + "sp-api 32.0.0", + "sp-inherents 32.0.0", + "sp-runtime 37.0.0", ] [[package]] name = "sp-blockchain" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "488d3cc94c345ce55d1890239bb256f4418f9566e29b7b90f01817bc7b553a08" +checksum = "6900a6681cfa8f817e14426e5b5daa7fb101431917182361c995e62f98ed0b09" dependencies = [ "futures", "log", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "schnellru", - "sp-api 31.0.0", + "sp-api 32.0.0", "sp-consensus", "sp-database", - "sp-runtime 36.0.0", - "sp-state-machine 0.40.0", + "sp-runtime 37.0.0", + "sp-state-machine 0.41.0", "thiserror", ] [[package]] name = "sp-consensus" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f400a20113301fa91094c210b9b9b63f066cee55f22517768eaadf3519124d8" +checksum = "a7effe855bb4ca3a24273d10802d6b536d618936fee9dfbcbbdae19ed1bb042e" dependencies = [ "async-trait", "futures", "log", - "sp-core 32.0.0", - "sp-inherents 31.0.0", - "sp-runtime 36.0.0", - "sp-state-machine 0.40.0", + "sp-core 33.0.1", + "sp-inherents 32.0.0", + "sp-runtime 37.0.0", + "sp-state-machine 0.41.0", "thiserror", ] @@ -15293,19 +15490,19 @@ dependencies = [ [[package]] name = "sp-consensus-aura" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8904da70720b26f207b6ae1d140cac4f5b10b94bce535e08ee0df08f3a27a84" +checksum = "464c5ec1ffcf83739b8ff7c8ecffdb95766d6be0c30e324cd76b22180d3d6f11" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-api 31.0.0", - "sp-application-crypto 35.0.0", - "sp-consensus-slots 0.37.0", - "sp-inherents 31.0.0", - "sp-runtime 36.0.0", - "sp-timestamp 31.0.0", + "sp-api 32.0.0", + "sp-application-crypto 36.0.0", + "sp-consensus-slots 0.38.0", + "sp-inherents 32.0.0", + "sp-runtime 37.0.0", + "sp-timestamp 32.0.0", ] [[package]] @@ -15330,21 +15527,21 @@ dependencies = [ [[package]] name = "sp-consensus-babe" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75f99229c382c3f849160da42c897321fd6b82fe685bc0c4ba4afdd51b818bd1" +checksum = "eec35149556b61c81c12b57ef90ff3d382a2b151f28df698e053a9f68f7aeb3e" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", "serde", - "sp-api 31.0.0", - "sp-application-crypto 35.0.0", - "sp-consensus-slots 0.37.0", - "sp-core 32.0.0", - "sp-inherents 31.0.0", - "sp-runtime 36.0.0", - "sp-timestamp 31.0.0", + "sp-api 32.0.0", + "sp-application-crypto 36.0.0", + "sp-consensus-slots 0.38.0", + "sp-core 33.0.1", + "sp-inherents 32.0.0", + "sp-runtime 37.0.0", + "sp-timestamp 32.0.0", ] [[package]] @@ -15370,23 +15567,23 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" -version = "18.0.0" +version = "19.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5eb094064dd8f1ff03bd92c843c5f979c1b18e955afb5c0ad98f9c781225e12" +checksum = "d8f70758400b17ea3bd2788108434cc726a47a057b50acf5d095b02872e52797" dependencies = [ "lazy_static", "parity-scale-codec", "scale-info", "serde", - "sp-api 31.0.0", - "sp-application-crypto 35.0.0", - "sp-core 32.0.0", + "sp-api 32.0.0", + "sp-application-crypto 36.0.0", + "sp-core 33.0.1", "sp-crypto-hashing", - "sp-io 35.0.0", - "sp-keystore 0.38.0", - "sp-mmr-primitives 31.0.0", - "sp-runtime 36.0.0", - "strum 0.26.3", + "sp-io 36.0.0", + "sp-keystore 0.39.0", + "sp-mmr-primitives 32.0.1", + "sp-runtime 37.0.0", + "strum 0.26.2", ] [[package]] @@ -15410,20 +15607,20 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" -version = "18.0.0" +version = "19.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6f4d90b65fd82e77c3b8c382c3a9e669bba5ccfb5402a945cde88984c98681b" +checksum = "7deefa0a09cb191c0cb7a7aa8603414283f9aaa3a0fbc94fb68ff9a858f6fab2" dependencies = [ "finality-grandpa", "log", "parity-scale-codec", "scale-info", "serde", - "sp-api 31.0.0", - "sp-application-crypto 35.0.0", - "sp-core 32.0.0", - "sp-keystore 0.38.0", - "sp-runtime 36.0.0", + "sp-api 32.0.0", + "sp-application-crypto 36.0.0", + "sp-core 33.0.1", + "sp-keystore 0.39.0", + "sp-runtime 37.0.0", ] [[package]] @@ -15441,14 +15638,14 @@ dependencies = [ [[package]] name = "sp-consensus-slots" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60823551c6987e2f5e1dda772140a09850e866e704757662795b8e7cacf9b228" +checksum = "063ccdb38545602e45205e6b186e3d47508912c9b785321f907201564697f1c0" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-timestamp 31.0.0", + "sp-timestamp 32.0.0", ] [[package]] @@ -15457,7 +15654,7 @@ version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7c33c7a1568175250628567d50c4e1c54a6ac5bc1190413b9be29a9e810cbe73" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "bip39", "bitflags 1.3.2", "blake2 0.10.6", @@ -15474,7 +15671,7 @@ dependencies = [ "log", "merlin", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "paste", "primitive-types", "rand 0.8.5", @@ -15499,29 +15696,29 @@ dependencies = [ [[package]] name = "sp-core" -version = "32.0.0" +version = "33.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb2dac7e47c7ddbb61efe196d5cce99f6ea88926c961fa39909bfeae46fc5a7b" +checksum = "3368e32f6fda6e20b8af51f94308d033ab70a021e87f6abbd3fed5aca942b745" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "bitflags 1.3.2", "blake2 0.10.6", "bounded-collections 0.2.0", "bs58 0.5.1", "dyn-clonable", - "ed25519-zebra 3.1.0", + "ed25519-zebra 4.0.3", "futures", "hash-db", "hash256-std-hasher", "impl-serde", - "itertools 0.10.5", + "itertools 0.11.0", "k256", "libsecp256k1", "log", "merlin", "parity-bip39", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "paste", "primitive-types", "rand 0.8.5", @@ -15566,7 +15763,7 @@ checksum = "b85d0f1f1e44bd8617eb2a48203ee854981229e3e79e6f468c7175d5fd37489b" dependencies = [ "quote", "sp-crypto-hashing", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -15576,7 +15773,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "722cbecdbf5b94578137dbd07feb51e95f7de221be0c1ff4dcfe0bb4cd986929" dependencies = [ "kvdb", - "parking_lot 0.12.1", + "parking_lot 0.12.3", ] [[package]] @@ -15587,7 +15784,7 @@ checksum = "48d09fa0a5f7299fb81ee25ae3853d26200f7a348148aed6de76be905c007dbe" dependencies = [ "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -15627,15 +15824,15 @@ dependencies = [ [[package]] name = "sp-genesis-builder" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7605a8ed2c06d348c26055b7907c3d2d62f984666e9025b57df4895f865f5901" +checksum = "6eb26e3653f6a2feac2bcb2749b5fb080e4211b882cafbdba86e4304c03c72c8" dependencies = [ "parity-scale-codec", "scale-info", "serde_json", - "sp-api 31.0.0", - "sp-runtime 36.0.0", + "sp-api 32.0.0", + "sp-runtime 37.0.0", ] [[package]] @@ -15655,15 +15852,15 @@ dependencies = [ [[package]] name = "sp-inherents" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "170537049d57fc645637e4586fe98a3291392b2ecfd7988ea31639cf43470b42" +checksum = "6766db70e0c371d43bfbf7a8950d2cb10cff6b76c8a2c5bd1336e7566b46a0cf" dependencies = [ "async-trait", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "thiserror", ] @@ -15695,9 +15892,9 @@ dependencies = [ [[package]] name = "sp-io" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b64ab18a0e29def6511139a8c45a59c14a846105aab6f9cc653523bd3b81f55" +checksum = "e7a31ce27358b73656a09b4933f09a700019d63afa15ede966f7c9893c1d4db5" dependencies = [ "bytes", "ed25519-dalek 2.1.1", @@ -15707,15 +15904,15 @@ dependencies = [ "polkavm-derive", "rustversion", "secp256k1", - "sp-core 32.0.0", + "sp-core 33.0.1", "sp-crypto-hashing", "sp-externalities 0.28.0", - "sp-keystore 0.38.0", + "sp-keystore 0.39.0", "sp-runtime-interface 27.0.0", - "sp-state-machine 0.40.0", + "sp-state-machine 0.41.0", "sp-std", "sp-tracing 17.0.0", - "sp-trie 34.0.0", + "sp-trie 35.0.0", "tracing", "tracing-core", ] @@ -15733,13 +15930,13 @@ dependencies = [ [[package]] name = "sp-keyring" -version = "36.0.0" +version = "37.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33d2c495248bd141fe04ec639785c874949b2c552c00ea4afc4c183c654466ce" +checksum = "65a24506e9e7c4d66e3b4d9c45e35009b59d3cc545481224bf1e85146d2426ec" dependencies = [ - "sp-core 32.0.0", - "sp-runtime 36.0.0", - "strum 0.26.3", + "sp-core 33.0.1", + "sp-runtime 37.0.0", + "strum 0.26.2", ] [[package]] @@ -15749,7 +15946,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "444f2d53968b1ce5e908882710ff1f3873fcf3e95f59d57432daf685bbacb959" dependencies = [ "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "sp-core 29.0.0", "sp-externalities 0.26.0", "thiserror", @@ -15757,13 +15954,13 @@ dependencies = [ [[package]] name = "sp-keystore" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e6c7a7abd860a5211a356cf9d5fcabf0eb37d997985e5d722b6b33dcc815528" +checksum = "92a909528663a80829b95d582a20dd4c9acd6e575650dee2bcaf56f4740b305e" dependencies = [ "parity-scale-codec", - "parking_lot 0.12.1", - "sp-core 32.0.0", + "parking_lot 0.12.3", + "sp-core 33.0.1", "sp-externalities 0.28.0", ] @@ -15802,14 +15999,14 @@ dependencies = [ [[package]] name = "sp-mixnet" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2242e7a802822109e007c3d6ee79640f8dc3abee7139d34ce029c7478361be8c" +checksum = "a1ac523987a20ae4df607dcf1b7c7728b1f7b77f016f27413203e584d22ffde3" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 31.0.0", - "sp-application-crypto 35.0.0", + "sp-api 32.0.0", + "sp-application-crypto 36.0.0", ] [[package]] @@ -15833,19 +16030,19 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" -version = "31.0.0" +version = "32.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dedd59967d2f759bec2be705840d170a5dbf38866acaedffe7c813e7547325bf" +checksum = "ec4370db10d0f7b670ba33d1a69dc2a09a1734d45b3d4edea78328ff9edf5d31" dependencies = [ - "ckb-merkle-mountain-range", "log", "parity-scale-codec", + "polkadot-ckb-merkle-mountain-range", "scale-info", "serde", - "sp-api 31.0.0", - "sp-core 32.0.0", + "sp-api 32.0.0", + "sp-core 33.0.1", "sp-debug-derive", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "thiserror", ] @@ -15866,16 +16063,16 @@ dependencies = [ [[package]] name = "sp-npos-elections" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e52344b6fd91289a87c3fca03e5147df178167b150e1a10b82243434f43e134" +checksum = "643b08058800b3a1bd0ad7155291e75e14c936974837c074ae3cfdc5d1fa294e" dependencies = [ "parity-scale-codec", "scale-info", "serde", "sp-arithmetic 26.0.0", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", ] [[package]] @@ -15891,13 +16088,13 @@ dependencies = [ [[package]] name = "sp-offchain" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2cbbd2096fda34c2f6f9f268c808ca280c08565e759309ea24f17dcd0808097b" +checksum = "d9e7bdda614cb69c087d89d598ac4850e567be09f3de8d510b57147c111d5ce1" dependencies = [ - "sp-api 31.0.0", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-api 32.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", ] [[package]] @@ -15913,13 +16110,13 @@ dependencies = [ [[package]] name = "sp-rpc" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51104c3cab9d6c9e8361adbd487dd409a8343e740744fb0b3f983bc775fd1847" +checksum = "6f7b352143ee888fc624adff978e32b2ee6cf81d659907190107e1c86e205eeb" dependencies = [ "rustc-hash", "serde", - "sp-core 32.0.0", + "sp-core 33.0.1", ] [[package]] @@ -15949,25 +16146,26 @@ dependencies = [ [[package]] name = "sp-runtime" -version = "36.0.0" +version = "37.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6b85cb874b78ebb17307a910fc27edf259a0455ac5155d87eaed8754c037e07" +checksum = "1c2a6148bf0ba74999ecfea9b4c1ade544f0663e0baba19630bb7761b2142b19" dependencies = [ "docify", "either", "hash256-std-hasher", "impl-trait-for-tuples", "log", + "num-traits", "parity-scale-codec", "paste", "rand 0.8.5", "scale-info", "serde", "simple-mermaid", - "sp-application-crypto 35.0.0", + "sp-application-crypto 36.0.0", "sp-arithmetic 26.0.0", - "sp-core 32.0.0", - "sp-io 35.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", "sp-std", "sp-weights 31.0.0", ] @@ -16018,11 +16216,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cfaf6e85b2ec12a4b99cd6d8d57d083e30c94b7f1b0d8f93547121495aae6f0c" dependencies = [ "Inflector", - "expander 2.1.0", + "expander", "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -16032,11 +16230,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0195f32c628fee3ce1dfbbf2e7e52a30ea85f3589da9fe62a8b816d70fc06294" dependencies = [ "Inflector", - "expander 2.1.0", + "expander", "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -16057,17 +16255,17 @@ dependencies = [ [[package]] name = "sp-session" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c558f85486882433adcfdfe05c5e82972a7be1a6d7fa68a6213b70ec1d86068" +checksum = "601e0203c52ac7c1122ad316ae4e5cc355fdf1d69ef5b6c4aa30f7a17921fad9" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 31.0.0", - "sp-core 32.0.0", - "sp-keystore 0.38.0", - "sp-runtime 36.0.0", - "sp-staking 31.0.0", + "sp-api 32.0.0", + "sp-core 33.0.1", + "sp-keystore 0.39.0", + "sp-runtime 37.0.0", + "sp-staking 32.0.0", ] [[package]] @@ -16087,16 +16285,16 @@ dependencies = [ [[package]] name = "sp-staking" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd38abe12a12b0c24d318011ec3cd3280f8d828666994695a6c0652f38662dbf" +checksum = "817c02b55a84c0fac32fdd8b3f0b959888bad0726009ed62433f4046f4b4b752" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "scale-info", "serde", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", ] [[package]] @@ -16108,7 +16306,7 @@ dependencies = [ "hash-db", "log", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "rand 0.8.5", "smallvec", "sp-core 29.0.0", @@ -16123,20 +16321,20 @@ dependencies = [ [[package]] name = "sp-state-machine" -version = "0.40.0" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18084cb996c27d5d99a88750e0a8eb4af6870a40df97872a5923e6d293d95fb9" +checksum = "6f6ac196ea92c4d0613c071e1a050765dbfa30107a990224a4aba02c7dbcd063" dependencies = [ "hash-db", "log", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "rand 0.8.5", "smallvec", - "sp-core 32.0.0", + "sp-core 33.0.1", "sp-externalities 0.28.0", "sp-panic-handler", - "sp-trie 34.0.0", + "sp-trie 35.0.0", "thiserror", "tracing", "trie-db 0.29.1", @@ -16144,9 +16342,9 @@ dependencies = [ [[package]] name = "sp-statement-store" -version = "15.0.0" +version = "16.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7ac525ad4b3533aebdd68ae097d0a55887b6499b565c5a592f6c18372a40caf" +checksum = "f857a29733a0240105d05f6d36bc7d760d814c22c6b12997f2d153236bfc8220" dependencies = [ "aes-gcm", "curve25519-dalek 4.1.2", @@ -16156,12 +16354,12 @@ dependencies = [ "rand 0.8.5", "scale-info", "sha2 0.10.8", - "sp-api 31.0.0", - "sp-application-crypto 35.0.0", - "sp-core 32.0.0", + "sp-api 32.0.0", + "sp-application-crypto 36.0.0", + "sp-core 33.0.1", "sp-crypto-hashing", "sp-externalities 0.28.0", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "sp-runtime-interface 27.0.0", "thiserror", "x25519-dalek 2.0.1", @@ -16216,14 +16414,14 @@ dependencies = [ [[package]] name = "sp-timestamp" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdb7768c895643e315f9bcfacdd61e283b78c862d976fd081a508cf7239c8643" +checksum = "1d48d9246310340b11dc4f4c119fe93975c7c0c325637693da8c755d028fce19" dependencies = [ "async-trait", "parity-scale-codec", - "sp-inherents 31.0.0", - "sp-runtime 36.0.0", + "sp-inherents 32.0.0", + "sp-runtime 37.0.0", "thiserror", ] @@ -16264,27 +16462,27 @@ dependencies = [ [[package]] name = "sp-transaction-pool" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "207cb372504cf86237fa63953a0aa40d7596d1c9cf21175a56346ed1744eb8fe" +checksum = "14de2a91e5a2bebaf47993644643c92564cafc55d55e1c854f6637ee62c90b4b" dependencies = [ - "sp-api 31.0.0", - "sp-runtime 36.0.0", + "sp-api 32.0.0", + "sp-runtime 37.0.0", ] [[package]] name = "sp-transaction-storage-proof" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1141f46e088898986a59c8aae4a91c8d8c04da22a38986a8bdfcb2446889ee5a" +checksum = "aeca8215fb05fd67b4d72e39d8e3f0ed9a3cc86c95da95bc856ebc4c23f95c8f" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-core 32.0.0", - "sp-inherents 31.0.0", - "sp-runtime 36.0.0", - "sp-trie 34.0.0", + "sp-core 33.0.1", + "sp-inherents 32.0.0", + "sp-runtime 37.0.0", + "sp-trie 35.0.0", ] [[package]] @@ -16299,7 +16497,7 @@ dependencies = [ "memory-db", "nohash-hasher", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "rand 0.8.5", "scale-info", "schnellru", @@ -16314,9 +16512,9 @@ dependencies = [ [[package]] name = "sp-trie" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87727eced997f14d0f79e3a5186a80e38a9de87f6e9dc0baea5ebf8b7f9d8b66" +checksum = "a61ab0c3e003f457203702e4753aa5fe9e762380543fada44650b1217e4aa5a5" dependencies = [ "ahash 0.8.11", "hash-db", @@ -16324,11 +16522,11 @@ dependencies = [ "memory-db", "nohash-hasher", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "rand 0.8.5", "scale-info", "schnellru", - "sp-core 32.0.0", + "sp-core 33.0.1", "sp-externalities 0.28.0", "thiserror", "tracing", @@ -16356,9 +16554,9 @@ dependencies = [ [[package]] name = "sp-version" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b8e3856686aa2719b1c05af07ba7e6021d844944472f246f3b5f1c585be04cd" +checksum = "6ff74bf12b4f7d29387eb1caeec5553209a505f90a2511d2831143b970f89659" dependencies = [ "impl-serde", "parity-scale-codec", @@ -16366,7 +16564,7 @@ dependencies = [ "scale-info", "serde", "sp-crypto-hashing-proc-macro", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "sp-std", "sp-version-proc-macro 14.0.0", "thiserror", @@ -16381,7 +16579,7 @@ dependencies = [ "parity-scale-codec", "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -16393,7 +16591,7 @@ dependencies = [ "parity-scale-codec", "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -16546,16 +16744,16 @@ dependencies = [ [[package]] name = "staging-parachain-info" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4efd2f6285b97c1797f8451afb9834a90bd7b90712e6d1a3df8f68f9e7357ea6" +checksum = "0473f6e6cd7296675188f88b2c29dccea328f9f88ccb18f3a79048505ce7dc2a" dependencies = [ - "cumulus-primitives-core 0.12.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "cumulus-primitives-core 0.13.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "parity-scale-codec", "scale-info", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -16565,7 +16763,7 @@ version = "8.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "48fa328b87de3466bc38cc9a07244c42c647b7755b81115e1dfeb47cc13fc6e6" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "bounded-collections 0.2.0", "derivative", "environmental", @@ -16580,11 +16778,11 @@ dependencies = [ [[package]] name = "staging-xcm" -version = "12.0.0" +version = "13.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5090e0801a8aeb28ff88cc6e0ca0bad399cc58eed11ec70c517fcb316bd3151b" +checksum = "dbc905526a2619dfaa17d0d32d1daa6885fdf4eb2fead2e37411eb9d0a91013e" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "bounded-collections 0.2.0", "derivative", "environmental", @@ -16622,25 +16820,25 @@ dependencies = [ [[package]] name = "staging-xcm-builder" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5ccd51b148ec7c72f98cd315952595af353c103f4ad76cb600a85b8ee60adf4" +checksum = "1bd94fb9634d6276b74b7ee9ec5b761c52c30ec40b7c0a381711c5d25c3a0141" dependencies = [ - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "impl-trait-for-tuples", "log", - "pallet-transaction-payment 33.0.0", + "pallet-transaction-payment 34.0.0", "parity-scale-codec", - "polkadot-parachain-primitives 11.0.0", + "polkadot-parachain-primitives 12.0.0", "scale-info", "sp-arithmetic 26.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", "sp-weights 31.0.0", - "staging-xcm 12.0.0", - "staging-xcm-executor 12.0.0", + "staging-xcm 13.0.1", + "staging-xcm-executor 13.0.0", ] [[package]] @@ -16667,24 +16865,24 @@ dependencies = [ [[package]] name = "staging-xcm-executor" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39025611744d726ee1cb6661c09b13cd41525ca791f4fba45d68a00db9582063" +checksum = "dcd7135969e580a14b73bf65fd25d714f3b20c3b2e94ff0949c148820ab3a79d" dependencies = [ "environmental", - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", "sp-weights 31.0.0", - "staging-xcm 12.0.0", + "staging-xcm 13.0.1", ] [[package]] @@ -16741,6 +16939,26 @@ dependencies = [ "tracing", ] +[[package]] +name = "str0m" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3f10d3f68e60168d81110410428a435dbde28cc5525f5f7c6fdec92dbdc2800" +dependencies = [ + "combine", + "crc", + "hmac 0.12.1", + "once_cell", + "openssl", + "openssl-sys", + "rand 0.8.5", + "sctp-proto", + "serde", + "sha-1 0.10.1", + "thiserror", + "tracing", +] + [[package]] name = "strobe-rs" version = "0.8.1" @@ -16756,9 +16974,9 @@ dependencies = [ [[package]] name = "strsim" -version = "0.11.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01" +checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "strum" @@ -16771,15 +16989,9 @@ dependencies = [ [[package]] name = "strum" -version = "0.25.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" - -[[package]] -name = "strum" -version = "0.26.3" +version = "0.26.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" +checksum = "5d8cec3501a5194c432b2b7976db6b7d10ec95c253208b45f83f7136aa985e29" dependencies = [ "strum_macros 0.26.4", ] @@ -16797,19 +17009,6 @@ dependencies = [ "syn 1.0.109", ] -[[package]] -name = "strum_macros" -version = "0.25.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0" -dependencies = [ - "heck 0.4.1", - "proc-macro2", - "quote", - "rustversion", - "syn 2.0.55", -] - [[package]] name = "strum_macros" version = "0.26.4" @@ -16820,7 +17019,7 @@ dependencies = [ "proc-macro2", "quote", "rustversion", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -16857,22 +17056,22 @@ checksum = "b285e7d183a32732fdc119f3d81b7915790191fad602b7c709ef247073c77a2e" [[package]] name = "substrate-frame-rpc-system" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d19975c2965833aed97064cd34975ed5bc0390e4436c84b381874c8abce43712" +checksum = "51bbe199ad82e3b69312a50b7024db70568d1bc1c4de6c21d89a2efd6cd59104" dependencies = [ - "frame-system-rpc-runtime-api 31.0.0", + "frame-system-rpc-runtime-api 32.0.0", "futures", "jsonrpsee", "log", "parity-scale-codec", "sc-rpc-api", "sc-transaction-pool-api", - "sp-api 31.0.0", - "sp-block-builder 31.0.0", + "sp-api 32.0.0", + "sp-block-builder 32.0.0", "sp-blockchain", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", ] [[package]] @@ -16890,19 +17089,19 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "538029eeb26c9ab3f5f8677d696336f92ee536918f4e7ba7fcad1d08ad31ca6b" +checksum = "6ec3140547debbca2c3cfa23d4d1b3e08761c09f67ac6fa5c9467b7f82d3e4e9" dependencies = [ "jsonrpsee", "parity-scale-codec", "sc-client-api", "sc-rpc-api", "serde", - "sp-core 32.0.0", - "sp-runtime 36.0.0", - "sp-state-machine 0.40.0", - "sp-trie 34.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", + "sp-state-machine 0.41.0", + "sp-trie 35.0.0", "trie-db 0.29.1", ] @@ -16920,7 +17119,7 @@ dependencies = [ "sp-maybe-compressed-blob", "strum 0.24.1", "tempfile", - "toml 0.8.12", + "toml 0.8.14", "walkdir", "wasm-opt", ] @@ -16931,25 +17130,16 @@ version = "22.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6567b61eca9459dbe71385caef9f6eab826abbd4a0743abf27034d96d34b9062" dependencies = [ - "array-bytes 6.2.2", "build-helper", "cargo_metadata", "console", "filetime", - "frame-metadata", - "merkleized-metadata", - "parity-scale-codec", "parity-wasm", "polkavm-linker", - "sc-executor", - "sp-core 32.0.0", - "sp-io 35.0.0", "sp-maybe-compressed-blob", - "sp-tracing 17.0.0", - "sp-version 34.0.0", - "strum 0.26.3", + "strum 0.26.2", "tempfile", - "toml 0.8.12", + "toml 0.8.14", "walkdir", "wasm-opt", ] @@ -16985,9 +17175,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.55" +version = "2.0.66" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "002a1b3dbf967edfafc32655d0f377ab0bb7b994aa1d32c8cc7e9b8bf3ebb8f0" +checksum = "c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5" dependencies = [ "proc-macro2", "quote", @@ -17006,6 +17196,17 @@ dependencies = [ "unicode-xid", ] +[[package]] +name = "synstructure" +version = "0.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.66", +] + [[package]] name = "system-configuration" version = "0.5.1" @@ -17030,7 +17231,7 @@ dependencies = [ [[package]] name = "system-parachains-constants" version = "1.0.0" -source = "git+https://github.com/paseo-network/runtimes/?tag=v1.2.5-system-chains#e7265b10b28d8b82c3146e72c98895dac2b55729" +source = "git+https://github.com/paseo-network/runtimes/?tag=v1.2.5-system-chains#2fa66a19eef96bd2c079385057fab2564d09b751" dependencies = [ "frame-support 29.0.2", "parachains-common 8.0.1", @@ -17060,8 +17261,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" dependencies = [ "cfg-if", - "fastrand 2.0.2", - "rustix 0.38.32", + "fastrand 2.1.0", + "rustix 0.38.34", "windows-sys 0.52.0", ] @@ -17080,7 +17281,7 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7" dependencies = [ - "rustix 0.38.32", + "rustix 0.38.34", "windows-sys 0.48.0", ] @@ -17092,9 +17293,9 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "thiserror" -version = "1.0.58" +version = "1.0.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297" +checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" dependencies = [ "thiserror-impl", ] @@ -17116,18 +17317,18 @@ checksum = "e4c60d69f36615a077cc7663b9cb8e42275722d23e58a7fa3d2c7f2915d09d04" dependencies = [ "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] name = "thiserror-impl" -version = "1.0.58" +version = "1.0.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7" +checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" dependencies = [ "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -17229,6 +17430,16 @@ dependencies = [ "crunchy", ] +[[package]] +name = "tinystr" +version = "0.7.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" +dependencies = [ + "displaydoc", + "zerovec", +] + [[package]] name = "tinyvec" version = "1.6.0" @@ -17246,32 +17457,32 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.37.0" +version = "1.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787" +checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a" dependencies = [ "backtrace", "bytes", "libc", "mio", "num_cpus", - "parking_lot 0.12.1", - "pin-project-lite 0.2.13", + "parking_lot 0.12.3", + "pin-project-lite 0.2.14", "signal-hook-registry", - "socket2 0.5.6", + "socket2 0.5.7", "tokio-macros", "windows-sys 0.48.0", ] [[package]] name = "tokio-macros" -version = "2.2.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b" +checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a" dependencies = [ "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -17280,7 +17491,7 @@ version = "0.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" dependencies = [ - "rustls 0.21.10", + "rustls 0.21.12", "tokio", ] @@ -17302,7 +17513,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af" dependencies = [ "futures-core", - "pin-project-lite 0.2.13", + "pin-project-lite 0.2.14", "tokio", "tokio-util", ] @@ -17315,7 +17526,7 @@ checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c" dependencies = [ "futures-util", "log", - "rustls 0.21.10", + "rustls 0.21.12", "rustls-native-certs 0.6.3", "tokio", "tokio-rustls 0.24.1", @@ -17324,17 +17535,16 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.10" +version = "0.7.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15" +checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1" dependencies = [ "bytes", "futures-core", "futures-io", "futures-sink", - "pin-project-lite 0.2.13", + "pin-project-lite 0.2.14", "tokio", - "tracing", ] [[package]] @@ -17348,30 +17558,30 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.12" +version = "0.8.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9dd1545e8208b4a5af1aa9bbd0b4cf7e9ea08fabc5d0a5c67fcaafa17433aa3" +checksum = "6f49eb2ab21d2f26bd6db7bf383edc527a7ebaee412d17af4d40fdccd442f335" dependencies = [ "serde", "serde_spanned", "toml_datetime", - "toml_edit 0.22.9", + "toml_edit 0.22.14", ] [[package]] name = "toml_datetime" -version = "0.6.5" +version = "0.6.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1" +checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf" dependencies = [ "serde", ] [[package]] name = "toml_edit" -version = "0.19.15" +version = "0.20.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" +checksum = "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81" dependencies = [ "indexmap 2.2.6", "toml_datetime", @@ -17391,15 +17601,15 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.22.9" +version = "0.22.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e40bb779c5187258fd7aad0eb68cb8706a0a81fa712fbea808ab43c4b8374c4" +checksum = "f21c7aaf97f1bd9ca9d4f9e73b0a6c74bd5afef56f2bc931943a6e1c37e04e38" dependencies = [ "indexmap 2.2.6", "serde", "serde_spanned", "toml_datetime", - "winnow 0.6.5", + "winnow 0.6.13", ] [[package]] @@ -17411,7 +17621,7 @@ dependencies = [ "futures-core", "futures-util", "pin-project", - "pin-project-lite 0.2.13", + "pin-project-lite 0.2.14", "tower-layer", "tower-service", "tracing", @@ -17430,7 +17640,7 @@ dependencies = [ "http", "http-body", "http-range-header", - "pin-project-lite 0.2.13", + "pin-project-lite 0.2.14", "tower-layer", "tower-service", ] @@ -17454,7 +17664,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" dependencies = [ "log", - "pin-project-lite 0.2.13", + "pin-project-lite 0.2.14", "tracing-attributes", "tracing-core", ] @@ -17467,7 +17677,7 @@ checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -17492,12 +17702,12 @@ dependencies = [ [[package]] name = "tracing-gum" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d037e38c3da801f670c99e555882a8009c40a8a473815e6a4ea72a8e2887c0c4" +checksum = "518b1159d234d0833152f6f60501ed28a04e9e263293746dad886ec0a8bb20e7" dependencies = [ "coarsetime", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "tracing", "tracing-gum-proc-macro", ] @@ -17508,11 +17718,11 @@ version = "5.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0f074568687ffdfd0adb6005aa8d1d96840197f2c159f80471285f08694cf0ce" dependencies = [ - "expander 2.1.0", + "expander", "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -17578,7 +17788,7 @@ dependencies = [ "matchers 0.1.0", "nu-ansi-term", "once_cell", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "regex", "sharded-slab", "smallvec", @@ -17684,7 +17894,7 @@ dependencies = [ "ipconfig", "lazy_static", "lru-cache", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "resolv-conf", "smallvec", "thiserror", @@ -17704,7 +17914,7 @@ dependencies = [ "ipconfig", "lru-cache", "once_cell", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "rand 0.8.5", "resolv-conf", "smallvec", @@ -17739,13 +17949,19 @@ dependencies = [ "httparse", "log", "rand 0.8.5", - "rustls 0.21.10", + "rustls 0.21.12", "sha1", "thiserror", "url", "utf-8", ] +[[package]] +name = "tuplex" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "676ac81d5454c4dcf37955d34fa8626ede3490f744b86ca14a7b90168d2a08aa" + [[package]] name = "twox-hash" version = "1.6.3" @@ -17805,9 +18021,9 @@ dependencies = [ [[package]] name = "unicode-width" -version = "0.1.11" +version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" +checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" [[package]] name = "unicode-xid" @@ -17852,12 +18068,12 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" [[package]] name = "url" -version = "2.5.0" +version = "2.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" +checksum = "f7c25da092f0a868cdf09e8674cd3b7ef3a7d92a24253e663a2fb85e2496de56" dependencies = [ "form_urlencoded", - "idna 0.5.0", + "idna 1.0.0", "percent-encoding", ] @@ -17867,11 +18083,23 @@ version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" +[[package]] +name = "utf16_iter" +version = "1.0.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" + +[[package]] +name = "utf8_iter" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" + [[package]] name = "utf8parse" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" +checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "valuable" @@ -17899,9 +18127,9 @@ checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" [[package]] name = "w3f-bls" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7335e4c132c28cc43caef6adb339789e599e39adbe78da0c4d547fad48cbc331" +checksum = "9c5da5fa2c6afa2c9158eaa7cd9aee249765eb32b5fb0c63ad8b9e79336a47ec" dependencies = [ "ark-bls12-377", "ark-bls12-381", @@ -17923,9 +18151,9 @@ dependencies = [ [[package]] name = "waker-fn" -version = "1.1.1" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3c4517f54858c779bbcbf228f4fca63d121bf85fbecb2dc578cdf4a39395690" +checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7" [[package]] name = "walkdir" @@ -17988,7 +18216,7 @@ dependencies = [ "once_cell", "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", "wasm-bindgen-shared", ] @@ -18022,7 +18250,7 @@ checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", "wasm-bindgen-backend", "wasm-bindgen-shared", ] @@ -18044,9 +18272,9 @@ dependencies = [ [[package]] name = "wasm-opt" -version = "0.116.0" +version = "0.116.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc942673e7684671f0c5708fc18993569d184265fd5223bb51fc8e5b9b6cfd52" +checksum = "2fd87a4c135535ffed86123b6fb0f0a5a0bc89e50416c942c5f0662c645f679c" dependencies = [ "anyhow", "libc", @@ -18140,9 +18368,9 @@ dependencies = [ [[package]] name = "wasmparser-nostd" -version = "0.100.1" +version = "0.100.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9157cab83003221bfd385833ab587a039f5d6fa7304854042ba358a3b09e0724" +checksum = "d5a015fe95f3504a94bb1462c717aae75253e39b9dd6c3fb1062c934535c64aa" dependencies = [ "indexmap-nostd", ] @@ -18373,107 +18601,106 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "12.0.1" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d521fd006f3380ffafcd9df855b7efea1022112433173845c8bb60d4e8314d9" +checksum = "01b641fb4783e441a32ddc3e3f7927a6092cec39af9de2f85becacba412b6815" dependencies = [ "binary-merkle-tree 15.0.0", "bitvec", - "frame-benchmarking 33.0.0", - "frame-election-provider-support 33.0.0", - "frame-executive 33.0.0", - "frame-metadata-hash-extension 0.2.0", - "frame-support 33.0.0", - "frame-system 33.0.0", - "frame-system-benchmarking 33.0.0", - "frame-system-rpc-runtime-api 31.0.0", - "frame-try-runtime 0.39.0", + "frame-benchmarking 34.0.0", + "frame-election-provider-support 34.0.0", + "frame-executive 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", + "frame-system-benchmarking 34.0.0", + "frame-system-rpc-runtime-api 32.0.0", + "frame-try-runtime 0.40.0", "hex-literal", "log", - "pallet-asset-rate 12.0.0", - "pallet-authority-discovery 33.0.0", - "pallet-authorship 33.0.0", - "pallet-babe 33.0.0", - "pallet-bags-list 32.0.0", - "pallet-balances 34.0.0", - "pallet-beefy 33.0.0", - "pallet-beefy-mmr 33.0.0", + "pallet-asset-rate 13.0.0", + "pallet-authority-discovery 34.0.0", + "pallet-authorship 34.0.0", + "pallet-babe 34.0.0", + "pallet-bags-list 33.0.0", + "pallet-balances 35.0.0", + "pallet-beefy 34.0.0", + "pallet-beefy-mmr 34.0.0", "pallet-collective", - "pallet-conviction-voting 33.0.0", + "pallet-conviction-voting 34.0.0", "pallet-democracy", - "pallet-election-provider-multi-phase 32.0.0", - "pallet-election-provider-support-benchmarking 32.0.0", + "pallet-election-provider-multi-phase 33.0.0", + "pallet-election-provider-support-benchmarking 33.0.0", "pallet-elections-phragmen", - "pallet-fast-unstake 32.0.0", - "pallet-grandpa 33.0.0", - "pallet-identity 33.0.0", - "pallet-indices 33.0.0", + "pallet-fast-unstake 33.0.0", + "pallet-grandpa 34.0.0", + "pallet-identity 34.0.0", + "pallet-indices 34.0.0", "pallet-membership", - "pallet-message-queue 36.0.0", - "pallet-mmr 32.0.0", - "pallet-multisig 33.0.0", - "pallet-nomination-pools 30.0.0", - "pallet-nomination-pools-benchmarking 31.0.0", - "pallet-nomination-pools-runtime-api 28.0.0", - "pallet-offences 32.0.0", - "pallet-offences-benchmarking 33.0.0", - "pallet-preimage 33.0.0", - "pallet-proxy 33.0.0", + "pallet-message-queue 37.0.0", + "pallet-mmr 33.0.0", + "pallet-multisig 34.0.0", + "pallet-nomination-pools 31.0.0", + "pallet-nomination-pools-benchmarking 32.0.0", + "pallet-nomination-pools-runtime-api 29.0.0", + "pallet-offences 33.0.0", + "pallet-offences-benchmarking 34.0.0", + "pallet-preimage 34.0.0", + "pallet-proxy 34.0.0", "pallet-recovery", - "pallet-referenda 33.0.0", + "pallet-referenda 34.0.0", "pallet-root-testing", - "pallet-scheduler 34.0.0", - "pallet-session 33.0.0", - "pallet-session-benchmarking 33.0.0", + "pallet-scheduler 35.0.0", + "pallet-session 34.0.0", + "pallet-session-benchmarking 34.0.0", "pallet-society", - "pallet-staking 33.0.0", + "pallet-staking 34.0.0", "pallet-staking-reward-curve", - "pallet-staking-runtime-api 19.0.0", - "pallet-state-trie-migration 34.0.0", - "pallet-sudo 33.0.0", - "pallet-timestamp 32.0.0", - "pallet-transaction-payment 33.0.0", - "pallet-transaction-payment-rpc-runtime-api 33.0.0", - "pallet-treasury 32.0.0", - "pallet-utility 33.0.0", - "pallet-vesting 33.0.0", - "pallet-whitelist 32.0.0", - "pallet-xcm 12.0.0", - "pallet-xcm-benchmarks 12.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 11.0.0", - "polkadot-primitives 12.0.0", - "polkadot-runtime-common 12.0.0", - "polkadot-runtime-parachains 12.0.0", + "pallet-staking-runtime-api 20.0.0", + "pallet-state-trie-migration 35.0.0", + "pallet-sudo 34.0.0", + "pallet-timestamp 33.0.0", + "pallet-transaction-payment 34.0.0", + "pallet-transaction-payment-rpc-runtime-api 34.0.0", + "pallet-treasury 33.0.0", + "pallet-utility 34.0.0", + "pallet-vesting 34.0.0", + "pallet-whitelist 33.0.0", + "pallet-xcm 13.0.0", + "pallet-xcm-benchmarks 13.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 12.0.0", + "polkadot-primitives 13.0.0", + "polkadot-runtime-common 13.0.0", + "polkadot-runtime-parachains 13.0.0", "rustc-hex", "scale-info", "serde", "serde_derive", "smallvec", - "sp-api 31.0.0", - "sp-application-crypto 35.0.0", + "sp-api 32.0.0", + "sp-application-crypto 36.0.0", "sp-arithmetic 26.0.0", - "sp-authority-discovery 31.0.0", - "sp-block-builder 31.0.0", - "sp-consensus-babe 0.37.0", - "sp-consensus-beefy 18.0.0", - "sp-core 32.0.0", - "sp-genesis-builder 0.12.0", - "sp-inherents 31.0.0", - "sp-io 35.0.0", - "sp-mmr-primitives 31.0.0", - "sp-npos-elections 31.0.0", - "sp-offchain 31.0.0", - "sp-runtime 36.0.0", - "sp-session 32.0.0", - "sp-staking 31.0.0", + "sp-authority-discovery 32.0.0", + "sp-block-builder 32.0.0", + "sp-consensus-babe 0.38.0", + "sp-consensus-beefy 19.0.0", + "sp-core 33.0.1", + "sp-genesis-builder 0.13.0", + "sp-inherents 32.0.0", + "sp-io 36.0.0", + "sp-mmr-primitives 32.0.1", + "sp-npos-elections 32.0.0", + "sp-offchain 32.0.0", + "sp-runtime 37.0.0", + "sp-session 33.0.0", + "sp-staking 32.0.0", "sp-std", "sp-storage 21.0.0", - "sp-transaction-pool 31.0.0", - "sp-version 34.0.0", - "staging-xcm 12.0.0", - "staging-xcm-builder 12.0.0", - "staging-xcm-executor 12.0.0", + "sp-transaction-pool 32.0.0", + "sp-version 35.0.0", + "staging-xcm 13.0.1", + "staging-xcm-builder 13.0.0", + "staging-xcm-executor 13.0.0", "substrate-wasm-builder 22.0.1", "westend-runtime-constants", "xcm-fee-payment-runtime-api", @@ -18481,19 +18708,19 @@ dependencies = [ [[package]] name = "westend-runtime-constants" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0eb9a91bc8d5ec0a260735651284eb4420c1a2de62b2430cf16c723186eabd28" +checksum = "55241a1b789ae6acf4bbe62687f2876fa83b151abf3d94e275c92ba4a2b59fe8" dependencies = [ - "frame-support 33.0.0", - "polkadot-primitives 12.0.0", - "polkadot-runtime-common 12.0.0", + "frame-support 34.0.0", + "polkadot-primitives 13.0.0", + "polkadot-runtime-common 13.0.0", "smallvec", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", "sp-weights 31.0.0", - "staging-xcm 12.0.0", - "staging-xcm-builder 12.0.0", + "staging-xcm 13.0.1", + "staging-xcm-builder 13.0.0", ] [[package]] @@ -18505,14 +18732,14 @@ dependencies = [ "either", "home", "once_cell", - "rustix 0.38.32", + "rustix 0.38.34", ] [[package]] name = "wide" -version = "0.7.15" +version = "0.7.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89beec544f246e679fc25490e3f8e08003bc4bf612068f325120dad4cea02c1c" +checksum = "8a040b111774ab63a19ef46bbc149398ab372b4ccdcfd719e9814dbd7dfd76c8" dependencies = [ "bytemuck", "safe_arch", @@ -18520,9 +18747,9 @@ dependencies = [ [[package]] name = "widestring" -version = "1.0.2" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8" +checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311" [[package]] name = "winapi" @@ -18542,11 +18769,11 @@ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" [[package]] name = "winapi-util" -version = "0.1.6" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596" +checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b" dependencies = [ - "winapi", + "windows-sys 0.52.0", ] [[package]] @@ -18561,7 +18788,7 @@ version = "0.51.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ca229916c5ee38c2f2bc1e9d8f04df975b4bd93f9955dc69fabb5d91270045c9" dependencies = [ - "windows-core", + "windows-core 0.51.1", "windows-targets 0.48.5", ] @@ -18574,6 +18801,15 @@ dependencies = [ "windows-targets 0.48.5", ] +[[package]] +name = "windows-core" +version = "0.52.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" +dependencies = [ + "windows-targets 0.52.5", +] + [[package]] name = "windows-sys" version = "0.42.0" @@ -18613,7 +18849,7 @@ version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" dependencies = [ - "windows-targets 0.52.4", + "windows-targets 0.52.5", ] [[package]] @@ -18648,17 +18884,18 @@ dependencies = [ [[package]] name = "windows-targets" -version = "0.52.4" +version = "0.52.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b" +checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb" dependencies = [ - "windows_aarch64_gnullvm 0.52.4", - "windows_aarch64_msvc 0.52.4", - "windows_i686_gnu 0.52.4", - "windows_i686_msvc 0.52.4", - "windows_x86_64_gnu 0.52.4", - "windows_x86_64_gnullvm 0.52.4", - "windows_x86_64_msvc 0.52.4", + "windows_aarch64_gnullvm 0.52.5", + "windows_aarch64_msvc 0.52.5", + "windows_i686_gnu 0.52.5", + "windows_i686_gnullvm", + "windows_i686_msvc 0.52.5", + "windows_x86_64_gnu 0.52.5", + "windows_x86_64_gnullvm 0.52.5", + "windows_x86_64_msvc 0.52.5", ] [[package]] @@ -18675,9 +18912,9 @@ checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" [[package]] name = "windows_aarch64_gnullvm" -version = "0.52.4" +version = "0.52.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9" +checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263" [[package]] name = "windows_aarch64_msvc" @@ -18693,9 +18930,9 @@ checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" [[package]] name = "windows_aarch64_msvc" -version = "0.52.4" +version = "0.52.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675" +checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6" [[package]] name = "windows_i686_gnu" @@ -18711,9 +18948,15 @@ checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" [[package]] name = "windows_i686_gnu" -version = "0.52.4" +version = "0.52.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670" + +[[package]] +name = "windows_i686_gnullvm" +version = "0.52.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3" +checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9" [[package]] name = "windows_i686_msvc" @@ -18729,9 +18972,9 @@ checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" [[package]] name = "windows_i686_msvc" -version = "0.52.4" +version = "0.52.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02" +checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf" [[package]] name = "windows_x86_64_gnu" @@ -18747,9 +18990,9 @@ checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" [[package]] name = "windows_x86_64_gnu" -version = "0.52.4" +version = "0.52.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03" +checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9" [[package]] name = "windows_x86_64_gnullvm" @@ -18765,9 +19008,9 @@ checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" [[package]] name = "windows_x86_64_gnullvm" -version = "0.52.4" +version = "0.52.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177" +checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596" [[package]] name = "windows_x86_64_msvc" @@ -18783,9 +19026,9 @@ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" [[package]] name = "windows_x86_64_msvc" -version = "0.52.4" +version = "0.52.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8" +checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0" [[package]] name = "winnow" @@ -18798,9 +19041,9 @@ dependencies = [ [[package]] name = "winnow" -version = "0.6.5" +version = "0.6.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dffa400e67ed5a4dd237983829e66475f0a4a26938c4b04c21baede6262215b8" +checksum = "59b5e5f6c299a3c7890b876a2a587f3115162487e704907d9b6cd29473052ba1" dependencies = [ "memchr", ] @@ -18815,6 +19058,18 @@ dependencies = [ "windows-sys 0.48.0", ] +[[package]] +name = "write16" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" + +[[package]] +name = "writeable" +version = "0.5.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" + [[package]] name = "wyz" version = "0.5.1" @@ -18884,53 +19139,53 @@ dependencies = [ [[package]] name = "xcm-emulator" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09aad5434dca21a7c9f6c1d7fd61d186c7843a904a8c46ffd32398c9de52b25a" +checksum = "78cdb92db9f5334f6dc32c1acd2830482e745dd0f11bd411757d0ffeb9bd564c" dependencies = [ - "cumulus-pallet-parachain-system 0.12.0", - "cumulus-pallet-xcmp-queue 0.12.0", - "cumulus-primitives-core 0.12.0", - "cumulus-primitives-parachain-inherent 0.12.0", + "cumulus-pallet-parachain-system 0.13.0", + "cumulus-pallet-xcmp-queue 0.13.0", + "cumulus-primitives-core 0.13.0", + "cumulus-primitives-parachain-inherent 0.13.0", "cumulus-test-relay-sproof-builder", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "impl-trait-for-tuples", "lazy_static", "log", - "pallet-balances 34.0.0", - "pallet-message-queue 36.0.0", - "parachains-common 12.0.0", + "pallet-balances 35.0.0", + "pallet-message-queue 37.0.0", + "parachains-common 13.0.0", "parity-scale-codec", "paste", - "polkadot-parachain-primitives 11.0.0", - "polkadot-primitives 12.0.0", - "polkadot-runtime-parachains 12.0.0", + "polkadot-parachain-primitives 12.0.0", + "polkadot-primitives 13.0.0", + "polkadot-runtime-parachains 13.0.0", "sp-arithmetic 26.0.0", - "sp-core 32.0.0", + "sp-core 33.0.1", "sp-crypto-hashing", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", "sp-tracing 17.0.0", - "staging-xcm 12.0.0", - "staging-xcm-executor 12.0.0", + "staging-xcm 13.0.1", + "staging-xcm-executor 13.0.0", ] [[package]] name = "xcm-fee-payment-runtime-api" -version = "0.2.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92be74937c8012c951c667bb0fb016634ab4adeac46f8106aef331f836059167" +checksum = "a08b02854d1e3f844dec37dcf5897524f8e7ac6f227d225cba4ab43dadd0b691" dependencies = [ - "frame-support 33.0.0", + "frame-support 34.0.0", "parity-scale-codec", "scale-info", - "sp-api 31.0.0", - "sp-runtime 36.0.0", + "sp-api 32.0.0", + "sp-runtime 37.0.0", "sp-std", "sp-weights 31.0.0", - "staging-xcm 12.0.0", + "staging-xcm 13.0.1", ] [[package]] @@ -18942,7 +19197,7 @@ dependencies = [ "Inflector", "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -18954,7 +19209,7 @@ dependencies = [ "Inflector", "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -18966,7 +19221,7 @@ dependencies = [ "futures", "log", "nohash-hasher", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "rand 0.8.5", "static_assertions", ] @@ -18980,31 +19235,76 @@ dependencies = [ "time", ] +[[package]] +name = "yoke" +version = "0.7.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5" +dependencies = [ + "serde", + "stable_deref_trait", + "yoke-derive", + "zerofrom", +] + +[[package]] +name = "yoke-derive" +version = "0.7.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.66", + "synstructure 0.13.1", +] + [[package]] name = "zerocopy" -version = "0.7.32" +version = "0.7.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be" +checksum = "ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087" dependencies = [ "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.7.32" +version = "0.7.34" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.66", +] + +[[package]] +name = "zerofrom" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55" +dependencies = [ + "zerofrom-derive", +] + +[[package]] +name = "zerofrom-derive" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6" +checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5" dependencies = [ "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", + "synstructure 0.13.1", ] [[package]] name = "zeroize" -version = "1.7.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d" +checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" dependencies = [ "zeroize_derive", ] @@ -19017,7 +19317,29 @@ checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" dependencies = [ "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", +] + +[[package]] +name = "zerovec" +version = "0.10.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bb2cc8827d6c0994478a15c53f374f46fbd41bea663d809b14744bc42e6b109c" +dependencies = [ + "yoke", + "zerofrom", + "zerovec-derive", +] + +[[package]] +name = "zerovec-derive" +version = "0.10.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "97cf56601ee5052b4417d90c8755c6683473c926039908196cf35d99f893ebe7" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.66", ] [[package]] @@ -19060,9 +19382,9 @@ dependencies = [ [[package]] name = "zstd-sys" -version = "2.0.9+zstd.1.5.5" +version = "2.0.11+zstd.1.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e16efa8a874a0481a574084d34cc26fdb3b99627480f785888deb6386506656" +checksum = "75652c55c0b6f3e6f12eb786fe1bc960396bf05a1eb3bf1f3691c3610ac2e6d4" dependencies = [ "cc", "pkg-config", diff --git a/Cargo.toml b/Cargo.toml index ccfca7ad..83117c21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ tokio = { version = "1.36", features = ["macros", "time", "rt-multi-thread"] } # Build substrate-build-script-utils = "11.0.0" -substrate-wasm-builder = "22.0.1" +substrate-wasm-builder = "22.0.0" # Local pop-runtime-devnet = { path = "runtime/devnet", default-features = true, features = [ @@ -61,114 +61,113 @@ pop-runtime-common = { path = "runtime/common", default-features = false } pop-primitives = { path = "./primitives", default-features = false } # Substrate -sc-basic-authorship = "0.39.0" -sc-chain-spec = "32.0.0" -sc-cli = "0.41.0" -sc-client-api = "33.0.0" -sc-offchain = "34.0.0" -sc-consensus = "0.38.0" -sc-executor = "0.37.0" -sc-network = "0.39.0" -sc-network-sync = "0.38.0" -sc-rpc = "34.0.0" -sc-service = "0.40.0" -sc-sysinfo = "32.0.0" -sc-telemetry = "19.0.0" -sc-tracing = "33.0.0" -sc-transaction-pool = "33.0.0" -sc-transaction-pool-api = "33.0.0" -frame-benchmarking = { version = "33.0.0", default-features = false } -frame-benchmarking-cli = "37.0.0" -frame-executive = { version = "33.0.0", default-features = false } -frame-metadata-hash-extension = { version = "0.2.0", default-features = false } -frame-support = { version = "33.0.0", default-features = false } -frame-system = { version = "33.0.0", default-features = false } -frame-system-benchmarking = { version = "33.0.0", default-features = false } -frame-system-rpc-runtime-api = { version = "31.0.0", default-features = false } -frame-try-runtime = { version = "0.39.0", default-features = false } -pallet-aura = { version = "32.0.0", default-features = false } -pallet-authorship = { version = "33.0.0", default-features = false } -pallet-assets = { version = "34.0.0", default-features = false } -pallet-balances = { version = "34.0.0", default-features = false } -pallet-contracts = { version = "32.0.0", default-features = false } -pallet-message-queue = { version = "36.0.0", default-features = false } -pallet-multisig = { version = "33.0.0", default-features = false } -pallet-nft-fractionalization = { version = "15.0.0", default-features = false } -pallet-nfts = { version = "27.0.0", default-features = false } -pallet-nfts-runtime-api = { version = "19.0.0", default-features = false } -pallet-preimage = { version = "33.0.0", default-features = false } -pallet-proxy = { version = "33.0.0", default-features = false } -pallet-scheduler = { version = "34.0.0", default-features = false } -pallet-session = { version = "33.0.0", default-features = false } -pallet-sudo = { version = "33.0.0", default-features = false } -pallet-timestamp = { version = "32.0.0", default-features = false } -pallet-transaction-payment = { version = "33.0.0", default-features = false } -pallet-transaction-payment-rpc = "35.0.0" -pallet-transaction-payment-rpc-runtime-api = { version = "33.0.0", default-features = false } -pallet-utility = { version = "33.0.0", default-features = false } -sp-api = { version = "31.0.0", default-features = false } -sp-authority-discovery = { version = "31.0.0", default-features = false } -sp-block-builder = { version = "31.0.0", default-features = false } -sp-blockchain = "33.0.0" -sp-consensus-aura = { version = "0.37.0", default-features = false } -sp-consensus-babe = { version = "0.37.0", default-features = false } -sp-consensus-beefy = { version = "18.0.0", default-features = false } -sp-consensus-grandpa = { version = "18.0.0", default-features = false } -sp-core = { version = "32.0.0", default-features = false } -sp-keystore = "0.38.0" -sp-io = { version = "35.0.0", default-features = false } -sp-genesis-builder = { version = "0.12.0", default-features = false } -sp-inherents = { version = "31.0.0", default-features = false } -sp-offchain = { version = "31.0.0", default-features = false } -sp-runtime = { version = "36.0.0", default-features = false } -sp-timestamp = "31.0.0" -substrate-frame-rpc-system = "33.0.0" +sc-basic-authorship = "0.40.0" +sc-chain-spec = "33.0.0" +sc-cli = "0.42.0" +sc-client-api = "34.0.0" +sc-offchain = "35.0.0" +sc-consensus = "0.39.1" +sc-executor = "0.38.0" +sc-network = "0.40.0" +sc-network-sync = "0.39.0" +sc-rpc = "35.0.0" +sc-service = "0.41.0" +sc-sysinfo = "33.0.0" +sc-telemetry = "20.0.0" +sc-tracing = "34.0.0" +sc-transaction-pool = "34.0.0" +sc-transaction-pool-api = "34.0.0" +frame-benchmarking = { version = "34.0.0", default-features = false } +frame-benchmarking-cli = "38.0.0" +frame-executive = { version = "34.0.0", default-features = false } +frame-support = { version = "34.0.0", default-features = false } +frame-system = { version = "34.0.1", default-features = false } +frame-system-benchmarking = { version = "34.0.0", default-features = false } +frame-system-rpc-runtime-api = { version = "32.0.0", default-features = false } +frame-try-runtime = { version = "0.40.0", default-features = false } +pallet-aura = { version = "33.0.0", default-features = false } +pallet-authorship = { version = "34.0.0", default-features = false } +pallet-assets = { version = "35.0.0", default-features = false } +pallet-balances = { version = "35.0.0", default-features = false } +pallet-contracts = { version = "33.0.0", default-features = false } +pallet-message-queue = { version = "37.0.0", default-features = false } +pallet-multisig = { version = "34.0.0", default-features = false } +pallet-nft-fractionalization = { version = "16.0.0", default-features = false } +pallet-nfts = { version = "28.0.0", default-features = false } +pallet-nfts-runtime-api = { version = "20.0.0", default-features = false } +pallet-preimage = { version = "34.0.0", default-features = false } +pallet-proxy = { version = "34.0.0", default-features = false } +pallet-scheduler = { version = "35.0.0", default-features = false } +pallet-session = { version = "34.0.0", default-features = false } +pallet-sudo = { version = "34.0.0", default-features = false } +pallet-timestamp = { version = "33.0.0", default-features = false } +pallet-transaction-payment = { version = "34.0.0", default-features = false } +pallet-transaction-payment-rpc = "36.0.0" +pallet-transaction-payment-rpc-runtime-api = { version = "34.0.0", default-features = false } +pallet-utility = { version = "34.0.0", default-features = false } +sp-api = { version = "32.0.0", default-features = false } +sp-authority-discovery = { version = "32.0.0", default-features = false } +sp-block-builder = { version = "32.0.0", default-features = false } +sp-blockchain = "34.0.0" +sp-consensus-aura = { version = "0.38.0", default-features = false } +sp-consensus-babe = { version = "0.38.0", default-features = false } +sp-consensus-beefy = { version = "19.0.0", default-features = false } +sp-consensus-grandpa = { version = "19.0.0", default-features = false } +sp-core = { version = "33.0.1", default-features = false } +sp-keystore = "0.39.0" +sp-io = { version = "36.0.0", default-features = false } +sp-genesis-builder = { version = "0.13.0", default-features = false } +sp-inherents = { version = "32.0.0", default-features = false } +sp-offchain = { version = "32.0.0", default-features = false } +sp-runtime = { version = "37.0.0", default-features = false } +sp-timestamp = "32.0.0" +substrate-frame-rpc-system = "34.0.0" substrate-prometheus-endpoint = "0.17.0" -sp-session = { version = "32.0.0", default-features = false } +sp-session = { version = "33.0.0", default-features = false } sp-std = { version = "14.0.0", default-features = false } -sp-transaction-pool = { version = "31.0.0", default-features = false } -sp-version = { version = "34.0.0", default-features = false } +sp-transaction-pool = { version = "32.0.0", default-features = false } +sp-version = { version = "35.0.0", default-features = false } # Polkadot -pallet-xcm = { version = "12.0.0", default-features = false } -polkadot-cli = "12.0.0" -polkadot-parachain-primitives = { version = "11.0.0", default-features = false } -polkadot-runtime-parachains = { version = "12.0.0", default-features = false } -polkadot-primitives = { version = "12.0.0", default-features = false } -polkadot-runtime-common = { version = "12.0.0", default-features = false } -rococo-runtime-constants = { version = "12.0.0", default-features = false } -rococo-runtime = { version = "12.0.1", default-features = false } -xcm = { version = "12.0.0", package = "staging-xcm", default-features = false } -xcm-builder = { version = "12.0.0", package = "staging-xcm-builder", default-features = false } -xcm-executor = { version = "12.0.0", package = "staging-xcm-executor", default-features = false } +pallet-xcm = { version = "13.0.0", default-features = false } +polkadot-cli = "13.0.0" +polkadot-parachain-primitives = { version = "12.0.0", default-features = false } +polkadot-runtime-parachains = { version = "13.0.0", default-features = false } +polkadot-primitives = { version = "13.0.0", default-features = false } +polkadot-runtime-common = { version = "13.0.0", default-features = false } +rococo-runtime-constants = { version = "13.0.0", default-features = false } +rococo-runtime = { version = "13.0.0", default-features = false } +xcm = { version = "13.0.1", package = "staging-xcm", default-features = false } +xcm-builder = { version = "13.0.0", package = "staging-xcm-builder", default-features = false } +xcm-executor = { version = "13.0.0", package = "staging-xcm-executor", default-features = false } # Cumulus -asset-hub-rococo-runtime = { version = "0.16.1", default-features = false } -asset-test-utils = { version = "12.0.0", default-features = false } -cumulus-pallet-aura-ext = { version = "0.12.0", default-features = false } -cumulus-pallet-parachain-system = { version = "0.12.0", default-features = false, features = [ +asset-hub-rococo-runtime = { version = "0.17.0", default-features = false } +asset-test-utils = { version = "13.0.0", default-features = false } +cumulus-pallet-aura-ext = { version = "0.13.0", default-features = false } +cumulus-pallet-parachain-system = { version = "0.13.0", default-features = false, features = [ "parameterized-consensus-hook", ] } -cumulus-pallet-session-benchmarking = { version = "14.0.0", default-features = false } -cumulus-pallet-xcm = { version = "0.12.0", default-features = false } -cumulus-pallet-xcmp-queue = { version = "0.12.0", default-features = false } -cumulus-primitives-aura = { version = "0.12.0", default-features = false } -cumulus-primitives-core = { version = "0.12.0", default-features = false } -cumulus-primitives-storage-weight-reclaim = { version = "3.0.0", default-features = false } -cumulus-primitives-utility = { version = "0.12.0", default-features = false } -emulated-integration-tests-common = { version = "8.0.0", default-features = false } -pallet-collator-selection = { version = "14.0.0", default-features = false } -parachains-common = { version = "12.0.0", default-features = false } -parachain-info = { version = "0.12.0", package = "staging-parachain-info", default-features = false } -cumulus-primitives-parachain-inherent = "0.12.0" -cumulus-relay-chain-interface = "0.12.0" +cumulus-pallet-session-benchmarking = { version = "15.0.0", default-features = false } +cumulus-pallet-xcm = { version = "0.13.0", default-features = false } +cumulus-pallet-xcmp-queue = { version = "0.13.0", default-features = false } +cumulus-primitives-aura = { version = "0.13.0", default-features = false } +cumulus-primitives-core = { version = "0.13.0", default-features = false } +cumulus-primitives-storage-weight-reclaim = { version = "4.0.0", default-features = false } +cumulus-primitives-utility = { version = "0.13.0", default-features = false } +emulated-integration-tests-common = { version = "9.0.0", default-features = false } +pallet-collator-selection = { version = "15.0.0", default-features = false } +parachains-common = { version = "13.0.0", default-features = false } +parachain-info = { version = "0.13.0", package = "staging-parachain-info", default-features = false } +cumulus-primitives-parachain-inherent = "0.13.0" +cumulus-relay-chain-interface = "0.13.0" color-print = "0.3.4" -cumulus-client-cli = "0.12.0" -cumulus-client-collator = "0.12.0" -cumulus-client-consensus-aura = "0.12.0" -cumulus-client-consensus-common = "0.12.0" -cumulus-client-consensus-proposer = "0.12.0" -cumulus-client-service = "0.12.0" +cumulus-client-cli = "0.13.0" +cumulus-client-collator = "0.13.0" +cumulus-client-consensus-aura = "0.13.0" +cumulus-client-consensus-common = "0.13.0" +cumulus-client-consensus-proposer = "0.13.0" +cumulus-client-service = "0.13.0" # Paseo asset-hub-paseo-runtime = { git = "https://github.com/paseo-network/runtimes/", tag = "v1.2.5-system-chains", default-features = false } diff --git a/node/src/chain_spec.rs b/node/src/chain_spec.rs index ca6c9542..e32d18af 100644 --- a/node/src/chain_spec.rs +++ b/node/src/chain_spec.rs @@ -31,11 +31,12 @@ pub fn get_from_seed(seed: &str) -> ::Pu /// The extensions for the [`ChainSpec`]. #[derive(Debug, Clone, PartialEq, Serialize, Deserialize, ChainSpecGroup, ChainSpecExtension)] -#[serde(deny_unknown_fields)] pub struct Extensions { /// The relay chain of the Parachain. + #[serde(alias = "relayChain", alias = "RelayChain")] pub relay_chain: String, /// The id of the Parachain. + #[serde(alias = "paraId", alias = "ParaId")] pub para_id: u32, } diff --git a/node/src/service.rs b/node/src/service.rs index 0e0c6d6e..3eceb62a 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -271,7 +271,7 @@ where config: parachain_config, keystore: params.keystore_container.keystore(), backend: backend.clone(), - network: network.clone(), + network, sync_service: sync_service.clone(), system_rpc_tx, tx_handler_controller, @@ -335,9 +335,9 @@ where prometheus_registry.as_ref(), telemetry.as_ref().map(|t| t.handle()), &task_manager, - relay_chain_interface.clone(), + relay_chain_interface, transaction_pool, - sync_service.clone(), + sync_service, params.keystore_container.keystore(), relay_chain_slot_duration, para_id, diff --git a/runtime/devnet/Cargo.toml b/runtime/devnet/Cargo.toml index 5585479b..cbecc7f2 100644 --- a/runtime/devnet/Cargo.toml +++ b/runtime/devnet/Cargo.toml @@ -28,7 +28,6 @@ pop-runtime-common = { workspace = true, default-features = false } # Substrate frame-benchmarking.workspace = true frame-executive.workspace = true -frame-metadata-hash-extension.workspace = true frame-support.workspace = true frame-system.workspace = true frame-system-benchmarking.workspace = true @@ -227,16 +226,3 @@ try-runtime = [ ] experimental = [] - -# Enable the metadata hash generation. -# -# This is hidden behind a feature because it increases the compile time. -# The wasm binary needs to be compiled twice, once to fetch the metadata, -# generate the metadata hash and then a second time with the -# `RUNTIME_METADATA_HASH` environment variable set for the `CheckMetadataHash` -# extension. -metadata-hash = ["substrate-wasm-builder/metadata-hash"] - -# A convenience feature for enabling things when doing a build -# for an on-chain release. -on-chain-release-build = ["metadata-hash"] diff --git a/runtime/devnet/build.rs b/runtime/devnet/build.rs index 9fc445de..02d6973f 100644 --- a/runtime/devnet/build.rs +++ b/runtime/devnet/build.rs @@ -1,14 +1,4 @@ -#[cfg(all(feature = "std", feature = "metadata-hash"))] -fn main() { - substrate_wasm_builder::WasmBuilder::new() - .with_current_project() - .export_heap_base() - .import_memory() - .enable_metadata_hash("UNIT", 12) - .build() -} - -#[cfg(all(feature = "std", not(feature = "metadata-hash")))] +#[cfg(feature = "std")] fn main() { substrate_wasm_builder::WasmBuilder::new() .with_current_project() diff --git a/runtime/devnet/src/config/xcm.rs b/runtime/devnet/src/config/xcm.rs index edd82cf6..6062ae37 100644 --- a/runtime/devnet/src/config/xcm.rs +++ b/runtime/devnet/src/config/xcm.rs @@ -157,6 +157,7 @@ impl xcm_executor::Config for XcmConfig { type HrmpNewChannelOpenRequestHandler = (); type HrmpChannelAcceptedHandler = (); type HrmpChannelClosingHandler = (); + type XcmRecorder = PolkadotXcm; } /// No local origins on this chain are allowed to dispatch XCM sends/executions. diff --git a/runtime/devnet/src/lib.rs b/runtime/devnet/src/lib.rs index 6fe9ac6d..b8d0cb59 100644 --- a/runtime/devnet/src/lib.rs +++ b/runtime/devnet/src/lib.rs @@ -102,7 +102,6 @@ pub type SignedExtra = ( frame_system::CheckWeight, pallet_transaction_payment::ChargeTransactionPayment, cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim, - frame_metadata_hash_extension::CheckMetadataHash, ); /// Unchecked extrinsic type as expected by this runtime. diff --git a/runtime/testnet/Cargo.toml b/runtime/testnet/Cargo.toml index a8a49437..1cd8982e 100644 --- a/runtime/testnet/Cargo.toml +++ b/runtime/testnet/Cargo.toml @@ -28,7 +28,6 @@ pop-runtime-common = { workspace = true, default-features = false } # Substrate frame-benchmarking.workspace = true frame-executive.workspace = true -frame-metadata-hash-extension.workspace = true frame-support.workspace = true frame-system.workspace = true frame-system-benchmarking.workspace = true @@ -225,16 +224,3 @@ try-runtime = [ ] experimental = [] - -# Enable the metadata hash generation. -# -# This is hidden behind a feature because it increases the compile time. -# The wasm binary needs to be compiled twice, once to fetch the metadata, -# generate the metadata hash and then a second time with the -# `RUNTIME_METADATA_HASH` environment variable set for the `CheckMetadataHash` -# extension. -metadata-hash = ["substrate-wasm-builder/metadata-hash"] - -# A convenience feature for enabling things when doing a build -# for an on-chain release. -on-chain-release-build = ["metadata-hash"] diff --git a/runtime/testnet/build.rs b/runtime/testnet/build.rs index 9fc445de..02d6973f 100644 --- a/runtime/testnet/build.rs +++ b/runtime/testnet/build.rs @@ -1,14 +1,4 @@ -#[cfg(all(feature = "std", feature = "metadata-hash"))] -fn main() { - substrate_wasm_builder::WasmBuilder::new() - .with_current_project() - .export_heap_base() - .import_memory() - .enable_metadata_hash("UNIT", 12) - .build() -} - -#[cfg(all(feature = "std", not(feature = "metadata-hash")))] +#[cfg(feature = "std")] fn main() { substrate_wasm_builder::WasmBuilder::new() .with_current_project() diff --git a/runtime/testnet/src/config/xcm.rs b/runtime/testnet/src/config/xcm.rs index edd82cf6..6062ae37 100644 --- a/runtime/testnet/src/config/xcm.rs +++ b/runtime/testnet/src/config/xcm.rs @@ -157,6 +157,7 @@ impl xcm_executor::Config for XcmConfig { type HrmpNewChannelOpenRequestHandler = (); type HrmpChannelAcceptedHandler = (); type HrmpChannelClosingHandler = (); + type XcmRecorder = PolkadotXcm; } /// No local origins on this chain are allowed to dispatch XCM sends/executions. diff --git a/runtime/testnet/src/lib.rs b/runtime/testnet/src/lib.rs index 664ef542..d1d1a4ef 100644 --- a/runtime/testnet/src/lib.rs +++ b/runtime/testnet/src/lib.rs @@ -101,7 +101,6 @@ pub type SignedExtra = ( frame_system::CheckNonce, frame_system::CheckWeight, pallet_transaction_payment::ChargeTransactionPayment, - frame_metadata_hash_extension::CheckMetadataHash, ); /// Unchecked extrinsic type as expected by this runtime. From 2352a5033450e9ecfb5dfc0f0c6c6f2a18e74c92 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Thu, 15 Aug 2024 12:36:46 +0700 Subject: [PATCH 33/95] chore: revert pov reclaim feature --- Cargo.lock | 19 ------------------- Cargo.toml | 1 - node/src/command.rs | 3 +-- node/src/service.rs | 8 ++------ runtime/devnet/Cargo.toml | 2 -- runtime/devnet/src/lib.rs | 1 - 6 files changed, 3 insertions(+), 31 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 526a173f..29a91410 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2694,24 +2694,6 @@ dependencies = [ "sp-trie 32.0.0", ] -[[package]] -name = "cumulus-primitives-storage-weight-reclaim" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21d52a6f23cf094b01b33330e4f8d9a4c225620646cf0ad4e21ad299dddbe193" -dependencies = [ - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-proof-size-hostfunction 0.5.0", - "docify", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "cumulus-primitives-utility" version = "0.8.1" @@ -11562,7 +11544,6 @@ dependencies = [ "cumulus-pallet-xcmp-queue 0.10.0", "cumulus-primitives-aura 0.10.0", "cumulus-primitives-core 0.10.0", - "cumulus-primitives-storage-weight-reclaim", "cumulus-primitives-utility 0.10.0", "enumflags2", "env_logger 0.11.3", diff --git a/Cargo.toml b/Cargo.toml index db4a9b21..80723f7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -153,7 +153,6 @@ cumulus-pallet-xcm = { version = "0.10.0", default-features = false } cumulus-pallet-xcmp-queue = { version = "0.10.0", default-features = false } cumulus-primitives-aura = { version = "0.10.0", default-features = false } cumulus-primitives-core = { version = "0.10.0", default-features = false } -cumulus-primitives-storage-weight-reclaim = { version = "1.0.0", default-features = false } cumulus-primitives-utility = { version = "0.10.0", default-features = false } emulated-integration-tests-common = { version = "6.0.0", default-features = false } pallet-collator-selection = { version = "12.0.1", default-features = false } diff --git a/node/src/command.rs b/node/src/command.rs index 27901ef0..dcda471f 100644 --- a/node/src/command.rs +++ b/node/src/command.rs @@ -1,6 +1,5 @@ use std::{net::SocketAddr, path::PathBuf}; -use cumulus_client_service::storage_proof_size::HostFunctions as ReclaimHostFunctions; use cumulus_primitives_core::ParaId; use frame_benchmarking_cli::{BenchmarkCmd, SUBSTRATE_REFERENCE_HARDWARE}; use log::info; @@ -271,7 +270,7 @@ pub fn run() -> Result<()> { match cmd { BenchmarkCmd::Pallet(cmd) => if cfg!(feature = "runtime-benchmarks") { - runner.sync_run(|config| cmd.run::, ReclaimHostFunctions>(config)) + runner.sync_run(|config| cmd.run::, ()>(config)) } else { Err("Benchmarking wasn't enabled when building the node. \ You can enable it with `--features runtime-benchmarks`." diff --git a/node/src/service.rs b/node/src/service.rs index 79ea908f..e79877a8 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -44,10 +44,7 @@ use substrate_prometheus_endpoint::Registry; pub struct DevnetRuntimeExecutor; impl NativeExecutionDispatch for DevnetRuntimeExecutor { - type ExtendHostFunctions = ( - cumulus_client_service::storage_proof_size::HostFunctions, - frame_benchmarking::benchmarking::HostFunctions, - ); + type ExtendHostFunctions = frame_benchmarking::benchmarking::HostFunctions; fn dispatch(method: &str, data: &[u8]) -> Option> { pop_runtime_devnet::api::dispatch(method, data) @@ -134,11 +131,10 @@ where let executor = NativeElseWasmExecutor::::new_with_wasm_executor(wasm); let (client, backend, keystore_container, task_manager) = - sc_service::new_full_parts_record_import::( + sc_service::new_full_parts::( config, telemetry.as_ref().map(|(_, telemetry)| telemetry.handle()), executor, - true, )?; let client = Arc::new(client); diff --git a/runtime/devnet/Cargo.toml b/runtime/devnet/Cargo.toml index 35183429..a6824acb 100644 --- a/runtime/devnet/Cargo.toml +++ b/runtime/devnet/Cargo.toml @@ -83,7 +83,6 @@ cumulus-pallet-xcmp-queue.workspace = true cumulus-primitives-aura.workspace = true cumulus-primitives-core.workspace = true cumulus-primitives-utility.workspace = true -cumulus-primitives-storage-weight-reclaim.workspace = true pallet-collator-selection.workspace = true parachains-common.workspace = true parachain-info.workspace = true @@ -104,7 +103,6 @@ std = [ "cumulus-pallet-xcmp-queue/std", "cumulus-primitives-aura/std", "cumulus-primitives-core/std", - "cumulus-primitives-storage-weight-reclaim/std", "cumulus-primitives-utility/std", "frame-benchmarking/std", "frame-executive/std", diff --git a/runtime/devnet/src/lib.rs b/runtime/devnet/src/lib.rs index 667d4ebd..913c38d1 100644 --- a/runtime/devnet/src/lib.rs +++ b/runtime/devnet/src/lib.rs @@ -101,7 +101,6 @@ pub type SignedExtra = ( frame_system::CheckNonce, frame_system::CheckWeight, pallet_transaction_payment::ChargeTransactionPayment, - cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim, ); /// Unchecked extrinsic type as expected by this runtime. From c0ec0992755c0a6851fb9debb474a95b4d8b8b78 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Thu, 15 Aug 2024 16:58:46 +0700 Subject: [PATCH 34/95] chore: upgrade to 1.13.0 --- Cargo.lock | 4762 +++++++++++++++-------------- Cargo.toml | 203 +- node/src/chain_spec.rs | 6 +- runtime/devnet/Cargo.toml | 14 + runtime/devnet/build.rs | 12 +- runtime/devnet/src/extensions.rs | 18 +- runtime/devnet/src/lib.rs | 8 +- runtime/testnet/Cargo.toml | 14 + runtime/testnet/build.rs | 12 +- runtime/testnet/src/extensions.rs | 14 +- runtime/testnet/src/lib.rs | 4 + 11 files changed, 2579 insertions(+), 2488 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0c8bc02f..a73fe08e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -437,7 +437,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", @@ -501,33 +501,33 @@ dependencies = [ [[package]] name = "asset-test-utils" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbfbbae0e94876dd0db723eccce430751b28036b3874f010d7f557360c75dc05" -dependencies = [ - "cumulus-pallet-parachain-system 0.13.0", - "cumulus-pallet-xcmp-queue 0.13.0", - "cumulus-primitives-core 0.13.0", - "frame-support 34.0.0", - "frame-system 34.0.1", - "pallet-assets 35.0.0", - "pallet-balances 35.0.0", - "pallet-collator-selection 15.0.0", - "pallet-session 34.0.0", - "pallet-timestamp 33.0.0", - "pallet-xcm 13.0.0", - "pallet-xcm-bridge-hub-router 0.11.0", - "parachains-common 13.0.0", +checksum = "91ebd50fb5aa439aaadf0560ad3afd426e03cf136e57a2c751f88376cd924799" +dependencies = [ + "cumulus-pallet-parachain-system 0.14.0", + "cumulus-pallet-xcmp-queue 0.14.0", + "cumulus-primitives-core 0.14.0", + "frame-support 35.0.0", + "frame-system 35.0.0", + "pallet-assets 36.0.0", + "pallet-balances 36.0.0", + "pallet-collator-selection 16.0.0", + "pallet-session 35.0.0", + "pallet-timestamp 34.0.0", + "pallet-xcm 14.0.0", + "pallet-xcm-bridge-hub-router 0.12.0", + "parachains-common 14.0.0", "parachains-runtimes-test-utils", "parity-scale-codec", - "sp-io 36.0.0", - "sp-runtime 37.0.0", + "sp-io 37.0.0", + "sp-runtime 38.0.0", "sp-std", - "staging-parachain-info 0.13.0", - "staging-xcm 13.0.1", - "staging-xcm-builder 13.0.0", - "staging-xcm-executor 13.0.0", - "substrate-wasm-builder 22.0.1", + "staging-parachain-info 0.14.0", + "staging-xcm 14.1.0", + "staging-xcm-builder 14.0.0", + "staging-xcm-executor 14.0.0", + "substrate-wasm-builder 23.0.0", ] [[package]] @@ -872,8 +872,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "93f2635620bf0b9d4576eb7bb9a38a55df78bd1205d26fa994b25911a69f212f" dependencies = [ "bitcoin_hashes 0.11.0", - "rand 0.8.5", - "rand_core 0.6.4", + "rand 0.7.3", + "rand_core 0.5.1", "serde", "unicode-normalization", ] @@ -1120,19 +1120,19 @@ dependencies = [ [[package]] name = "bp-header-chain" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "326a519a7b9ee4343f779f55ea3c4a2b55f351cdc35c0e99fee7fab102bade7a" +checksum = "3445ca2e7a3b5e86f03f5bed0a98edcfbdada59f97b71c7dbace25b60b9d3c4a" dependencies = [ - "bp-runtime 0.13.0", + "bp-runtime 0.14.0", "finality-grandpa", - "frame-support 34.0.0", + "frame-support 35.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-grandpa 19.0.0", - "sp-core 33.0.1", - "sp-runtime 37.0.0", + "sp-consensus-grandpa 20.0.0", + "sp-core 34.0.0", + "sp-runtime 38.0.0", "sp-std", ] @@ -1154,35 +1154,35 @@ dependencies = [ [[package]] name = "bp-messages" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2024e486aae3d4da333de4b282dde6a532ca999bc203008f4b4a4aa3f2cc24a9" +checksum = "75cee5c02e0cf8cfec023231ba3b40922321bab0ab2490ab1f71af5f5d9eaf63" dependencies = [ - "bp-header-chain 0.13.0", - "bp-runtime 0.13.0", - "frame-support 34.0.0", + "bp-header-chain 0.14.0", + "bp-runtime 0.14.0", + "frame-support 35.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 33.0.1", + "sp-core 34.0.0", "sp-std", ] [[package]] name = "bp-parachains" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef51f09cc823259a308e5fcefe92265a03b9d25f8a9614dbd3dc6e3d8c405093" +checksum = "3509fb70e4e42a7cdea1be3a97cf695f0a93313a5526e39ce409d07bf8479f68" dependencies = [ - "bp-header-chain 0.13.0", - "bp-polkadot-core 0.13.0", - "bp-runtime 0.13.0", - "frame-support 34.0.0", + "bp-header-chain 0.14.0", + "bp-polkadot-core 0.14.0", + "bp-runtime 0.14.0", + "frame-support 35.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-core 33.0.1", - "sp-runtime 37.0.0", + "sp-core 34.0.0", + "sp-runtime 38.0.0", "sp-std", ] @@ -1207,35 +1207,35 @@ dependencies = [ [[package]] name = "bp-polkadot-core" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34b334d9e146217b3d1697b1e2878de0b88d2bc8ce74efb754807912142dc432" +checksum = "330626b279be8405c3d6e712b84af7c8f2636cbe9ca4c1ed7d42937fe933a050" dependencies = [ - "bp-messages 0.13.0", - "bp-runtime 0.13.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "bp-messages 0.14.0", + "bp-runtime 0.14.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "parity-scale-codec", "parity-util-mem", "scale-info", "serde", - "sp-core 33.0.1", - "sp-runtime 37.0.0", + "sp-core 34.0.0", + "sp-runtime 38.0.0", "sp-std", ] [[package]] name = "bp-relayers" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e550adc92307a4cdbddb4d65422bd66c28b0d316b39bae8b463c3c52b538aff5" +checksum = "cf7d8f513b18231df91ef7da1db32e591006d8193d85c8efa3737f904c6b31e0" dependencies = [ - "bp-messages 0.13.0", - "bp-runtime 0.13.0", - "frame-support 34.0.0", + "bp-messages 0.14.0", + "bp-runtime 0.14.0", + "frame-support 35.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 37.0.0", + "sp-runtime 38.0.0", "sp-std", ] @@ -1265,12 +1265,12 @@ dependencies = [ [[package]] name = "bp-runtime" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e1b86bc3828b9faf73a107476cebc1392f808c5b3e074d5e09af396dc60bd05" +checksum = "bae0eaf8669eeb086c5ce8b9a6b5f4fb3f83cd0699c63a6f42236482873c8236" dependencies = [ - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-support 35.0.0", + "frame-system 35.0.0", "hash-db", "impl-trait-for-tuples", "log", @@ -1278,34 +1278,34 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 33.0.1", - "sp-io 36.0.0", - "sp-runtime 37.0.0", - "sp-state-machine 0.41.0", + "sp-core 34.0.0", + "sp-io 37.0.0", + "sp-runtime 38.0.0", + "sp-state-machine 0.42.0", "sp-std", - "sp-trie 35.0.0", + "sp-trie 36.0.0", "trie-db 0.29.1", ] [[package]] name = "bp-test-utils" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d40fa66f15a2cb21438853ba9fd8734d4efb13014e50d79b475b0ccdc3a38cb" +checksum = "4f325da595f8edb134fe8458beb6fb71f5db1e13cf47af34c3e4ce19248d4c7a" dependencies = [ - "bp-header-chain 0.13.0", + "bp-header-chain 0.14.0", "bp-parachains", - "bp-polkadot-core 0.13.0", - "bp-runtime 0.13.0", + "bp-polkadot-core 0.14.0", + "bp-runtime 0.14.0", "ed25519-dalek 2.1.1", "finality-grandpa", "parity-scale-codec", - "sp-application-crypto 36.0.0", - "sp-consensus-grandpa 19.0.0", - "sp-core 33.0.1", - "sp-runtime 37.0.0", + "sp-application-crypto 37.0.0", + "sp-consensus-grandpa 20.0.0", + "sp-core 34.0.0", + "sp-runtime 38.0.0", "sp-std", - "sp-trie 35.0.0", + "sp-trie 36.0.0", ] [[package]] @@ -1331,50 +1331,50 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub-router" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b493c8238552fb50edfe9c3eb94e8058fce36cce71cc9ad0fb1902d3aedcd902" +checksum = "b7dae4d1ec894ee920195dd39070b279ef3c1d4d078c3fcf7336c93a1d502a9d" dependencies = [ "parity-scale-codec", "scale-info", - "sp-core 33.0.1", - "sp-runtime 37.0.0", + "sp-core 34.0.0", + "sp-runtime 38.0.0", ] [[package]] name = "bridge-runtime-common" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba8dcc8e41df37da2d4a772961a3f1e0aa07252146ff8603a46c82234fc465fc" +checksum = "fb83d2cdbf8282d03d8c9fb2ed2bdb67f98ae48dd3937ba3d8a302e2f349a332" dependencies = [ - "bp-header-chain 0.13.0", - "bp-messages 0.13.0", + "bp-header-chain 0.14.0", + "bp-messages 0.14.0", "bp-parachains", - "bp-polkadot-core 0.13.0", + "bp-polkadot-core 0.14.0", "bp-relayers", - "bp-runtime 0.13.0", + "bp-runtime 0.14.0", "bp-xcm-bridge-hub", - "bp-xcm-bridge-hub-router 0.12.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "bp-xcm-bridge-hub-router 0.13.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "hash-db", "log", "pallet-bridge-grandpa", "pallet-bridge-messages", "pallet-bridge-parachains", "pallet-bridge-relayers", - "pallet-transaction-payment 34.0.0", - "pallet-utility 34.0.0", + "pallet-transaction-payment 35.0.0", + "pallet-utility 35.0.0", "parity-scale-codec", "scale-info", - "sp-api 32.0.0", - "sp-core 33.0.1", - "sp-io 36.0.0", - "sp-runtime 37.0.0", + "sp-api 33.0.0", + "sp-core 34.0.0", + "sp-io 37.0.0", + "sp-runtime 38.0.0", "sp-std", - "sp-trie 35.0.0", - "staging-xcm 13.0.1", - "staging-xcm-builder 13.0.0", + "sp-trie 36.0.0", + "staging-xcm 14.1.0", + "staging-xcm-builder 14.0.0", "tuplex", ] @@ -2113,9 +2113,9 @@ dependencies = [ [[package]] name = "cumulus-client-cli" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85253f32659117ed1f4aa213e3257dcc022be89f091be91dc83993de5ed8d060" +checksum = "7980387e86a9447caa3c3aa2a0c908e6dc94d81e5494c12e56146a6271204b31" dependencies = [ "clap", "parity-scale-codec", @@ -2124,55 +2124,55 @@ dependencies = [ "sc-client-api", "sc-service", "sp-blockchain", - "sp-core 33.0.1", - "sp-runtime 37.0.0", + "sp-core 34.0.0", + "sp-runtime 38.0.0", "url", ] [[package]] name = "cumulus-client-collator" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6197f6736982d38c34ee006f3bb71760a52dd87fdbc65798088c2916d18469d" +checksum = "1291bce46c865d627075f7f1d980e22b011dbe670cacea6b0b9c95f83eb4ebdd" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", - "cumulus-primitives-core 0.13.0", + "cumulus-primitives-core 0.14.0", "futures", "parity-scale-codec", "parking_lot 0.12.3", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 13.0.0", + "polkadot-primitives 14.0.0", "sc-client-api", - "sp-api 32.0.0", + "sp-api 33.0.0", "sp-consensus", - "sp-core 33.0.1", - "sp-runtime 37.0.0", + "sp-core 34.0.0", + "sp-runtime 38.0.0", "tracing", ] [[package]] name = "cumulus-client-consensus-aura" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c04552e4aa9eaa59be930ee23a910f0c41ba3e6d9e725cc21808c11fe8eb8f09" +checksum = "fe170ff77c66f15afe0ce18940f51f78920d80215165c919469516be57108e59" dependencies = [ "async-trait", "cumulus-client-collator", "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-parachain-inherent", - "cumulus-primitives-aura 0.13.0", - "cumulus-primitives-core 0.13.0", + "cumulus-primitives-aura 0.14.0", + "cumulus-primitives-core 0.14.0", "cumulus-relay-chain-interface", "futures", "parity-scale-codec", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 13.0.0", + "polkadot-primitives 14.0.0", "sc-client-api", "sc-consensus", "sc-consensus-aura", @@ -2180,73 +2180,73 @@ dependencies = [ "sc-consensus-slots", "sc-telemetry", "schnellru", - "sp-api 32.0.0", - "sp-application-crypto 36.0.0", - "sp-block-builder 32.0.0", + "sp-api 33.0.0", + "sp-application-crypto 37.0.0", + "sp-block-builder 33.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-aura 0.38.0", - "sp-core 33.0.1", - "sp-inherents 32.0.0", - "sp-keystore 0.39.0", - "sp-runtime 37.0.0", - "sp-state-machine 0.41.0", - "sp-timestamp 32.0.0", + "sp-consensus-aura 0.39.0", + "sp-core 34.0.0", + "sp-inherents 33.0.0", + "sp-keystore 0.40.0", + "sp-runtime 38.0.0", + "sp-state-machine 0.42.0", + "sp-timestamp 33.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "cumulus-client-consensus-common" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81828c28d9a38669f45420d31d18580760381ae86e1b2ecd2a426f1e57ce74fb" +checksum = "cca21fecfbeedaabf25c421573dfe3e3392d376e2b4acd4a281062ad142ce1b9" dependencies = [ "async-trait", "cumulus-client-pov-recovery", - "cumulus-primitives-core 0.13.0", + "cumulus-primitives-core 0.14.0", "cumulus-relay-chain-interface", "dyn-clone", "futures", "log", "parity-scale-codec", - "polkadot-primitives 13.0.0", + "polkadot-primitives 14.0.0", "sc-client-api", "sc-consensus", "sc-consensus-babe", "schnellru", "sp-blockchain", "sp-consensus", - "sp-consensus-slots 0.38.0", - "sp-core 33.0.1", - "sp-runtime 37.0.0", - "sp-timestamp 32.0.0", - "sp-trie 35.0.0", + "sp-consensus-slots 0.39.0", + "sp-core 34.0.0", + "sp-runtime 38.0.0", + "sp-timestamp 33.0.0", + "sp-trie 36.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "cumulus-client-consensus-proposer" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbf30d94b3abfd99cef2e99ce0314bcd4f17d973bc02cee867f32171644a8191" +checksum = "56e980b3e5c05415eaa4ac07f398bc8e74666811f3112f19a654ccb3a948018e" dependencies = [ "anyhow", "async-trait", - "cumulus-primitives-parachain-inherent 0.13.0", + "cumulus-primitives-parachain-inherent 0.14.0", "sp-consensus", - "sp-inherents 32.0.0", - "sp-runtime 37.0.0", - "sp-state-machine 0.41.0", + "sp-inherents 33.0.0", + "sp-runtime 38.0.0", + "sp-state-machine 0.42.0", "thiserror", ] [[package]] name = "cumulus-client-network" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afcfd3ecd531f3f8a83c6d39715e6e1804cb70da0d162706c0e82de90003407b" +checksum = "7d9d520c245f0df156dc50a86dfec79efcda7733a99eeb2224e315a26eab4650" dependencies = [ "async-trait", "cumulus-relay-chain-interface", @@ -2255,50 +2255,50 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", "polkadot-node-primitives", - "polkadot-parachain-primitives 12.0.0", - "polkadot-primitives 13.0.0", + "polkadot-parachain-primitives 13.0.0", + "polkadot-primitives 14.0.0", "sc-client-api", "sp-blockchain", "sp-consensus", - "sp-core 33.0.1", - "sp-runtime 37.0.0", - "sp-state-machine 0.41.0", + "sp-core 34.0.0", + "sp-runtime 38.0.0", + "sp-state-machine 0.42.0", "tracing", ] [[package]] name = "cumulus-client-parachain-inherent" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69fd3787124724561055fe7178866120ecf47e30f72d90ef9299233d74e32a66" +checksum = "9ff5587b8a306617db8f6528f9244c6ee4344745eeb252b3c7b20ea6c2496b3c" dependencies = [ "async-trait", - "cumulus-primitives-core 0.13.0", - "cumulus-primitives-parachain-inherent 0.13.0", + "cumulus-primitives-core 0.14.0", + "cumulus-primitives-parachain-inherent 0.14.0", "cumulus-relay-chain-interface", "cumulus-test-relay-sproof-builder", "parity-scale-codec", "sc-client-api", "scale-info", - "sp-api 32.0.0", + "sp-api 33.0.0", "sp-crypto-hashing", - "sp-inherents 32.0.0", - "sp-runtime 37.0.0", - "sp-state-machine 0.41.0", + "sp-inherents 33.0.0", + "sp-runtime 38.0.0", + "sp-state-machine 0.42.0", "sp-std", "sp-storage 21.0.0", - "sp-trie 35.0.0", + "sp-trie 36.0.0", "tracing", ] [[package]] name = "cumulus-client-pov-recovery" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc3fc23f6dc74dc346bee76554b581d72ffe5bbe2b26d44a210559012c9732e0" +checksum = "ca43387c87d4b6fb2f8ff5ac70e46b7bea0ff686b6445e8bd4b6e44691d6616e" dependencies = [ "async-trait", - "cumulus-primitives-core 0.13.0", + "cumulus-primitives-core 0.14.0", "cumulus-relay-chain-interface", "futures", "futures-timer", @@ -2306,34 +2306,34 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 13.0.0", + "polkadot-primitives 14.0.0", "rand 0.8.5", "sc-client-api", "sc-consensus", "sp-consensus", "sp-maybe-compressed-blob", - "sp-runtime 37.0.0", + "sp-runtime 38.0.0", "tracing", ] [[package]] name = "cumulus-client-service" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1cb06d29f61d047814a32070014ad259dae1ec0a4426c9474991952de8b21d7" +checksum = "5c6b433d3036a30f2aaacd4249988084f55ca3291c9388fa7e78e4b6222f74ef" dependencies = [ "cumulus-client-cli", "cumulus-client-collator", "cumulus-client-consensus-common", "cumulus-client-network", "cumulus-client-pov-recovery", - "cumulus-primitives-core 0.13.0", - "cumulus-primitives-proof-size-hostfunction 0.8.0", + "cumulus-primitives-core 0.14.0", + "cumulus-primitives-proof-size-hostfunction 0.9.0", "cumulus-relay-chain-inprocess-interface", "cumulus-relay-chain-interface", "cumulus-relay-chain-minimal-node", "futures", - "polkadot-primitives 13.0.0", + "polkadot-primitives 14.0.0", "sc-client-api", "sc-consensus", "sc-network", @@ -2345,13 +2345,13 @@ dependencies = [ "sc-telemetry", "sc-transaction-pool", "sc-utils", - "sp-api 32.0.0", + "sp-api 33.0.0", "sp-blockchain", "sp-consensus", - "sp-core 33.0.1", - "sp-io 36.0.0", - "sp-runtime 37.0.0", - "sp-transaction-pool 32.0.0", + "sp-core 34.0.0", + "sp-io 37.0.0", + "sp-runtime 38.0.0", + "sp-transaction-pool 33.0.0", ] [[package]] @@ -2375,20 +2375,20 @@ dependencies = [ [[package]] name = "cumulus-pallet-aura-ext" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98aaa88ee4435475935579907b03e4f60b086c6878945868a4d4e31510957431" +checksum = "52088d88534bd04ea251c030af1fef69845d29ed4fc9be399c1fbd5a311bea61" dependencies = [ - "cumulus-pallet-parachain-system 0.13.0", - "frame-support 34.0.0", - "frame-system 34.0.1", - "pallet-aura 33.0.0", - "pallet-timestamp 33.0.0", + "cumulus-pallet-parachain-system 0.14.0", + "frame-support 35.0.0", + "frame-system 35.0.0", + "pallet-aura 34.0.0", + "pallet-timestamp 34.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 36.0.0", - "sp-consensus-aura 0.38.0", - "sp-runtime 37.0.0", + "sp-application-crypto 37.0.0", + "sp-consensus-aura 0.39.0", + "sp-runtime 38.0.0", "sp-std", ] @@ -2430,38 +2430,38 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9224798d18e22f3847b2d513dcb8db5611f8ddd62813da81154f9cfe95c2d78" +checksum = "95f75a9e4dfebf1850c7c946a49cdb8b5e82a143155a40337ea083f412e13071" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", - "cumulus-primitives-core 0.13.0", - "cumulus-primitives-parachain-inherent 0.13.0", - "cumulus-primitives-proof-size-hostfunction 0.8.0", + "cumulus-primitives-core 0.14.0", + "cumulus-primitives-parachain-inherent 0.14.0", + "cumulus-primitives-proof-size-hostfunction 0.9.0", "environmental", - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "impl-trait-for-tuples", "log", - "pallet-message-queue 37.0.0", + "pallet-message-queue 38.0.0", "parity-scale-codec", - "polkadot-parachain-primitives 12.0.0", - "polkadot-runtime-common 13.0.0", - "polkadot-runtime-parachains 13.0.0", + "polkadot-parachain-primitives 13.0.0", + "polkadot-runtime-common 14.0.0", + "polkadot-runtime-parachains 14.0.0", "scale-info", - "sp-core 33.0.1", - "sp-externalities 0.28.0", - "sp-inherents 32.0.0", - "sp-io 36.0.0", - "sp-runtime 37.0.0", - "sp-state-machine 0.41.0", + "sp-core 34.0.0", + "sp-externalities 0.29.0", + "sp-inherents 33.0.0", + "sp-io 37.0.0", + "sp-runtime 38.0.0", + "sp-state-machine 0.42.0", "sp-std", - "sp-trie 35.0.0", - "sp-version 35.0.0", - "staging-xcm 13.0.1", - "staging-xcm-builder 13.0.0", + "sp-trie 36.0.0", + "sp-version 36.0.0", + "staging-xcm 14.1.0", + "staging-xcm-builder 14.0.0", "trie-db 0.29.1", ] @@ -2494,16 +2494,16 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" -version = "15.0.0" +version = "16.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e4f32808caa41da9a1db60e1de9e7ba84eb7370067f481ecc7ceb137aede0ac5" +checksum = "5d45ca03e091945ecbb293df36823202ce3eba6133454968bf54e3f82c1b58ee" dependencies = [ - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", - "pallet-session 34.0.0", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", + "pallet-session 35.0.0", "parity-scale-codec", - "sp-runtime 37.0.0", + "sp-runtime 38.0.0", "sp-std", ] @@ -2526,19 +2526,19 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3bfe7a26ebf90b71ab9cb75f983f29d9a2a47205fabde8ad6d8589c629f1851" +checksum = "dccf061aecc7c4b393c6586a0d95900bc0dfc8ac9298313a608d2389bf7f8de2" dependencies = [ - "cumulus-primitives-core 0.13.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "cumulus-primitives-core 0.14.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "parity-scale-codec", "scale-info", - "sp-io 36.0.0", - "sp-runtime 37.0.0", + "sp-io 37.0.0", + "sp-runtime 38.0.0", "sp-std", - "staging-xcm 13.0.1", + "staging-xcm 14.1.0", ] [[package]] @@ -2569,29 +2569,29 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d89d7c1ee618846a05153082bb30408ef574227899d2b3d20ec1dd234649a076" +checksum = "437a52fc63387f1aa2211bc219e1283a935ed36d9ccbb3373faee0398125c466" dependencies = [ "bounded-collections 0.2.0", - "bp-xcm-bridge-hub-router 0.12.0", - "cumulus-primitives-core 0.13.0", - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "bp-xcm-bridge-hub-router 0.13.0", + "cumulus-primitives-core 0.14.0", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "log", - "pallet-message-queue 37.0.0", + "pallet-message-queue 38.0.0", "parity-scale-codec", - "polkadot-runtime-common 13.0.0", - "polkadot-runtime-parachains 13.0.0", + "polkadot-runtime-common 14.0.0", + "polkadot-runtime-parachains 14.0.0", "scale-info", - "sp-core 33.0.1", - "sp-io 36.0.0", - "sp-runtime 37.0.0", + "sp-core 34.0.0", + "sp-io 37.0.0", + "sp-runtime 38.0.0", "sp-std", - "staging-xcm 13.0.1", - "staging-xcm-builder 13.0.0", - "staging-xcm-executor 13.0.0", + "staging-xcm 14.1.0", + "staging-xcm-builder 14.0.0", + "staging-xcm-executor 14.0.0", ] [[package]] @@ -2611,16 +2611,16 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35269d04c8b6a775be07c49e5512f383d455bb91fe951adef8c72d45600a9acd" +checksum = "3e7977947ad43a4cbc532ca33abcde136ae3deffdc7168b2ae253d73ccd371e4" dependencies = [ "parity-scale-codec", - "polkadot-core-primitives 13.0.0", - "polkadot-primitives 13.0.0", - "sp-api 32.0.0", - "sp-consensus-aura 0.38.0", - "sp-runtime 37.0.0", + "polkadot-core-primitives 14.0.0", + "polkadot-primitives 14.0.0", + "sp-api 33.0.0", + "sp-consensus-aura 0.39.0", + "sp-runtime 38.0.0", "sp-std", ] @@ -2644,20 +2644,20 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8947e8b09cef060025d11a8da171f698da4d9b67191b5bc3f96d6cec553f17d" +checksum = "751e64b89a839d5cfabebc1c797936e5eee791d0fa2322d91e86f8440a743ddb" dependencies = [ "parity-scale-codec", - "polkadot-core-primitives 13.0.0", - "polkadot-parachain-primitives 12.0.0", - "polkadot-primitives 13.0.0", + "polkadot-core-primitives 14.0.0", + "polkadot-parachain-primitives 13.0.0", + "polkadot-primitives 14.0.0", "scale-info", - "sp-api 32.0.0", - "sp-runtime 37.0.0", + "sp-api 33.0.0", + "sp-runtime 38.0.0", "sp-std", - "sp-trie 35.0.0", - "staging-xcm 13.0.1", + "sp-trie 36.0.0", + "staging-xcm 14.1.0", ] [[package]] @@ -2678,20 +2678,20 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "698272736111f59f0b8c88cfa8586ef943b355958da683676e753af9f351a06a" +checksum = "df521e13b48278b86d02c61d6e44036d6d263deb5aaec4838b1751da8988d3d2" dependencies = [ "async-trait", - "cumulus-primitives-core 0.13.0", + "cumulus-primitives-core 0.14.0", "parity-scale-codec", "scale-info", - "sp-core 33.0.1", - "sp-inherents 32.0.0", - "sp-runtime 37.0.0", - "sp-state-machine 0.41.0", + "sp-core 34.0.0", + "sp-inherents 33.0.0", + "sp-runtime 38.0.0", + "sp-state-machine 0.42.0", "sp-std", - "sp-trie 35.0.0", + "sp-trie 36.0.0", ] [[package]] @@ -2707,30 +2707,30 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f815c73e6d8a5b44daac8881770137a99364d4c531ae9a21b2e6909a889631f1" +checksum = "9f973d2a7262c90e48dcd42062bcb1e0fbf48bbcdac4ea6df3d85212d8d8be5d" dependencies = [ - "sp-externalities 0.28.0", - "sp-runtime-interface 27.0.0", - "sp-trie 35.0.0", + "sp-externalities 0.29.0", + "sp-runtime-interface 28.0.0", + "sp-trie 36.0.0", ] [[package]] name = "cumulus-primitives-storage-weight-reclaim" -version = "4.0.0" +version = "5.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d48fbf5b0f5b43df5811fdf3efd5c16517960885e51e7de79bf3f7def8c25b9" +checksum = "4ea10ccbf595c8b2e6dd34dcf8f5f213d6dd5e3de0f73b1eae71045ac04c692f" dependencies = [ - "cumulus-primitives-core 0.13.0", - "cumulus-primitives-proof-size-hostfunction 0.8.0", + "cumulus-primitives-core 0.14.0", + "cumulus-primitives-proof-size-hostfunction 0.9.0", "docify", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-support 35.0.0", + "frame-system 35.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 37.0.0", + "sp-runtime 38.0.0", "sp-std", ] @@ -2757,33 +2757,33 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3195604b37c3de5407201cf77deabb4436a6ddb2db6206bc72aa6a356402532e" +checksum = "192d7917d70fdb0998311df31430bd28408af9abce79a2245efbf511a8fa4671" dependencies = [ - "cumulus-primitives-core 0.13.0", - "frame-support 34.0.0", + "cumulus-primitives-core 0.14.0", + "frame-support 35.0.0", "log", - "pallet-asset-conversion 16.0.0", + "pallet-asset-conversion 17.0.0", "parity-scale-codec", - "polkadot-runtime-common 13.0.0", - "polkadot-runtime-parachains 13.0.0", - "sp-io 36.0.0", - "sp-runtime 37.0.0", + "polkadot-runtime-common 14.0.0", + "polkadot-runtime-parachains 14.0.0", + "sp-io 37.0.0", + "sp-runtime 38.0.0", "sp-std", - "staging-xcm 13.0.1", - "staging-xcm-builder 13.0.0", - "staging-xcm-executor 13.0.0", + "staging-xcm 14.1.0", + "staging-xcm-builder 14.0.0", + "staging-xcm-executor 14.0.0", ] [[package]] name = "cumulus-relay-chain-inprocess-interface" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e10278c5ed258ba0ca63cfa103cacc3d15b95f2b0044557a57653188ef76d5e3" +checksum = "14d271cbd47783a94e4cb9db3ef34c4e4e05773e16bb6ec766f2ea9939d84644" dependencies = [ "async-trait", - "cumulus-primitives-core 0.13.0", + "cumulus-primitives-core 0.14.0", "cumulus-relay-chain-interface", "futures", "futures-timer", @@ -2794,48 +2794,48 @@ dependencies = [ "sc-sysinfo", "sc-telemetry", "sc-tracing", - "sp-api 32.0.0", + "sp-api 33.0.0", "sp-consensus", - "sp-core 33.0.1", - "sp-runtime 37.0.0", - "sp-state-machine 0.41.0", + "sp-core 34.0.0", + "sp-runtime 38.0.0", + "sp-state-machine 0.42.0", ] [[package]] name = "cumulus-relay-chain-interface" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0dfb9dc86a639df592a99272aadd6bcba50ba4d183c35525c32e0c8b33f085bd" +checksum = "6f324e573f19f7d4478f19f8e58dd922024712fd9c656e8a3112ee7d7ff3f414" dependencies = [ "async-trait", - "cumulus-primitives-core 0.13.0", + "cumulus-primitives-core 0.14.0", "futures", "jsonrpsee-core", "parity-scale-codec", "polkadot-overseer", "sc-client-api", - "sp-api 32.0.0", + "sp-api 33.0.0", "sp-blockchain", - "sp-state-machine 0.41.0", + "sp-state-machine 0.42.0", "thiserror", ] [[package]] name = "cumulus-relay-chain-minimal-node" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcd2da7aef1dfb8257ba4358cb7f41d032361417db10835bf8cff00e2a781fc6" +checksum = "17aeea632dad3e8251c85ea6a2e5c8deed7f69b6465671347106de27bfcdc70a" dependencies = [ "array-bytes", "async-trait", - "cumulus-primitives-core 0.13.0", + "cumulus-primitives-core 0.14.0", "cumulus-relay-chain-interface", "cumulus-relay-chain-rpc-interface", "futures", "parking_lot 0.12.3", "polkadot-availability-recovery", "polkadot-collator-protocol", - "polkadot-core-primitives 13.0.0", + "polkadot-core-primitives 14.0.0", "polkadot-network-bridge", "polkadot-node-collation-generation", "polkadot-node-core-chain-api", @@ -2844,7 +2844,7 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 13.0.0", + "polkadot-primitives 14.0.0", "polkadot-service", "sc-authority-discovery", "sc-client-api", @@ -2853,11 +2853,11 @@ dependencies = [ "sc-service", "sc-tracing", "sc-utils", - "sp-api 32.0.0", + "sp-api 33.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.38.0", - "sp-runtime 37.0.0", + "sp-consensus-babe 0.39.0", + "sp-runtime 38.0.0", "substrate-prometheus-endpoint", "tokio", "tracing", @@ -2865,12 +2865,12 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab70504899cac7553fd5866586e4a5229c6da52091be78893271e0c1972064ad" +checksum = "7f292767910d0e65aa52b350b606a8a8d0990c6a780abad5d8358f25b0280405" dependencies = [ "async-trait", - "cumulus-primitives-core 0.13.0", + "cumulus-primitives-core 0.14.0", "cumulus-relay-chain-interface", "either", "futures", @@ -2888,14 +2888,14 @@ dependencies = [ "serde_json", "smoldot", "smoldot-light", - "sp-api 32.0.0", - "sp-authority-discovery 32.0.0", - "sp-consensus-babe 0.38.0", - "sp-core 33.0.1", - "sp-runtime 37.0.0", - "sp-state-machine 0.41.0", + "sp-api 33.0.0", + "sp-authority-discovery 33.0.0", + "sp-consensus-babe 0.39.0", + "sp-core 34.0.0", + "sp-runtime 38.0.0", + "sp-state-machine 0.42.0", "sp-storage 21.0.0", - "sp-version 35.0.0", + "sp-version 36.0.0", "thiserror", "tokio", "tokio-util", @@ -2905,17 +2905,17 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09720b54033b0f2ee3d254a90cfecf62a46db5c8ce16cc893218e7662662d507" +checksum = "e1f4ab9d64a581d4a5431f2554f4602a4208c5e28b30be01af386e24d8447599" dependencies = [ - "cumulus-primitives-core 0.13.0", + "cumulus-primitives-core 0.14.0", "parity-scale-codec", - "polkadot-primitives 13.0.0", - "sp-runtime 37.0.0", - "sp-state-machine 0.41.0", + "polkadot-primitives 14.0.0", + "sp-runtime 38.0.0", + "sp-state-machine 0.42.0", "sp-std", - "sp-trie 35.0.0", + "sp-trie 36.0.0", ] [[package]] @@ -3415,35 +3415,35 @@ dependencies = [ [[package]] name = "emulated-integration-tests-common" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9aa74566b10af2682dab03c3c66cfeec31051af7aa1c057ddaea4d4f952569ed" +checksum = "7ed370859bdc90ced8e87c23f5df05cb360437607583b9c32734780014ff5cd9" dependencies = [ "asset-test-utils", - "bp-messages 0.13.0", + "bp-messages 0.14.0", "bridge-runtime-common", - "cumulus-pallet-parachain-system 0.13.0", - "cumulus-pallet-xcmp-queue 0.13.0", - "cumulus-primitives-core 0.13.0", - "frame-support 34.0.0", - "pallet-assets 35.0.0", - "pallet-balances 35.0.0", + "cumulus-pallet-parachain-system 0.14.0", + "cumulus-pallet-xcmp-queue 0.14.0", + "cumulus-primitives-core 0.14.0", + "frame-support 35.0.0", + "pallet-assets 36.0.0", + "pallet-balances 36.0.0", "pallet-bridge-messages", - "pallet-message-queue 37.0.0", - "pallet-xcm 13.0.0", - "parachains-common 13.0.0", + "pallet-message-queue 38.0.0", + "pallet-xcm 14.0.0", + "parachains-common 14.0.0", "parity-scale-codec", "paste", - "polkadot-parachain-primitives 12.0.0", - "polkadot-primitives 13.0.0", - "polkadot-runtime-parachains 13.0.0", + "polkadot-parachain-primitives 13.0.0", + "polkadot-primitives 14.0.0", + "polkadot-runtime-parachains 14.0.0", "sc-consensus-grandpa", - "sp-authority-discovery 32.0.0", - "sp-consensus-babe 0.38.0", - "sp-consensus-beefy 19.0.0", - "sp-core 33.0.1", - "sp-runtime 37.0.0", - "staging-xcm 13.0.1", + "sp-authority-discovery 33.0.0", + "sp-consensus-babe 0.39.0", + "sp-consensus-beefy 20.0.0", + "sp-core 34.0.0", + "sp-runtime 38.0.0", + "staging-xcm 14.1.0", "xcm-emulator", ] @@ -3915,25 +3915,25 @@ dependencies = [ [[package]] name = "frame-benchmarking" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "130b79108bca3d8850e850c276f1012058593d6a2a8774132e72766245bbcacc" +checksum = "ad6366773db71a556710652c0560300dc938252e009d4d2c1eb9d6e5b38e0860" dependencies = [ - "frame-support 34.0.0", - "frame-support-procedural 29.0.1", - "frame-system 34.0.1", + "frame-support 35.0.0", + "frame-support-procedural 30.0.1", + "frame-system 35.0.0", "linregress", "log", "parity-scale-codec", "paste", "scale-info", "serde", - "sp-api 32.0.0", - "sp-application-crypto 36.0.0", - "sp-core 33.0.1", - "sp-io 36.0.0", - "sp-runtime 37.0.0", - "sp-runtime-interface 27.0.0", + "sp-api 33.0.0", + "sp-application-crypto 37.0.0", + "sp-core 34.0.0", + "sp-io 37.0.0", + "sp-runtime 38.0.0", + "sp-runtime-interface 28.0.0", "sp-std", "sp-storage 21.0.0", "static_assertions", @@ -3941,18 +3941,18 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" -version = "38.0.0" +version = "39.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13238d7648598b5476ddbf87c8633eb299c1f872e93c9afc874a1419e6e990d2" +checksum = "9bff993810ef24391487012e6b8e42ee0909e51e95954046849f0eb56236e4d5" dependencies = [ "Inflector", "array-bytes", "chrono", "clap", "comfy-table", - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "gethostname", "handlebars", "itertools 0.11.0", @@ -3972,19 +3972,19 @@ dependencies = [ "sc-sysinfo", "serde", "serde_json", - "sp-api 32.0.0", + "sp-api 33.0.0", "sp-blockchain", - "sp-core 33.0.1", + "sp-core 34.0.0", "sp-database", - "sp-externalities 0.28.0", - "sp-genesis-builder 0.13.0", - "sp-inherents 32.0.0", - "sp-io 36.0.0", - "sp-keystore 0.39.0", - "sp-runtime 37.0.0", - "sp-state-machine 0.41.0", + "sp-externalities 0.29.0", + "sp-genesis-builder 0.14.0", + "sp-inherents 33.0.0", + "sp-io 37.0.0", + "sp-keystore 0.40.0", + "sp-runtime 38.0.0", + "sp-state-machine 0.42.0", "sp-storage 21.0.0", - "sp-trie 35.0.0", + "sp-trie 36.0.0", "sp-wasm-interface 21.0.0", "thiserror", "thousands", @@ -4002,13 +4002,25 @@ dependencies = [ "syn 2.0.66", ] +[[package]] +name = "frame-election-provider-solution-type" +version = "14.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8156f209055d352994ecd49e19658c6b469d7c6de923bd79868957d0dcfb6f71" +dependencies = [ + "proc-macro-crate 3.1.0", + "proc-macro2", + "quote", + "syn 2.0.66", +] + [[package]] name = "frame-election-provider-support" version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "87da19ee99e6473cd057ead84337d20011fe5e299c6750e88e43b8b7963b8852" dependencies = [ - "frame-election-provider-solution-type", + "frame-election-provider-solution-type 13.0.0", "frame-support 29.0.2", "frame-system 29.0.0", "parity-scale-codec", @@ -4022,19 +4034,19 @@ dependencies = [ [[package]] name = "frame-election-provider-support" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74e498d8b21ba927024302645e0f4d0d0136c9620808d8425bb309fb8a92d3ff" +checksum = "b3c089c16a066dfb5042cadc27c01738d93258e8f5f7ef7a83b4c8661616d1ac" dependencies = [ - "frame-election-provider-solution-type", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-election-provider-solution-type 14.0.1", + "frame-support 35.0.0", + "frame-system 35.0.0", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", - "sp-core 33.0.1", - "sp-npos-elections 32.0.0", - "sp-runtime 37.0.0", + "sp-core 34.0.0", + "sp-npos-elections 33.0.0", + "sp-runtime 38.0.0", "sp-std", ] @@ -4059,20 +4071,20 @@ dependencies = [ [[package]] name = "frame-executive" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5ab937cea917f5875b0e08d55ed941f9c82c2b08628d6bf47b90c63c48ef607" +checksum = "9287dd6070c0ca90b42c9b4fc44f2bc91adf08b73c11c74484c416f0cc9abe04" dependencies = [ "aquamarine", - "frame-support 34.0.0", - "frame-system 34.0.1", - "frame-try-runtime 0.40.0", + "frame-support 35.0.0", + "frame-system 35.0.0", + "frame-try-runtime 0.41.0", "log", "parity-scale-codec", "scale-info", - "sp-core 33.0.1", - "sp-io 36.0.0", - "sp-runtime 37.0.0", + "sp-core 34.0.0", + "sp-io 37.0.0", + "sp-runtime 38.0.0", "sp-std", "sp-tracing 17.0.0", ] @@ -4105,6 +4117,22 @@ dependencies = [ "sp-runtime 32.0.0", ] +[[package]] +name = "frame-metadata-hash-extension" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba1fa15dc90efe948898c06a3be111628230db100ffa2907e662062e9c9d1abd" +dependencies = [ + "array-bytes", + "docify", + "frame-support 35.0.0", + "frame-system 35.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-runtime 38.0.0", +] + [[package]] name = "frame-support" version = "29.0.2" @@ -4149,9 +4177,9 @@ dependencies = [ [[package]] name = "frame-support" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c177377726d7bb598dd942e38168c1eb6872d53810a6bf810f0a428f9a46be8" +checksum = "ab6d7780b7f337c8a072f0a7480cbc7b580f9bf871c434fae65e8935053ee5ef" dependencies = [ "aquamarine", "array-bytes", @@ -4159,7 +4187,7 @@ dependencies = [ "docify", "environmental", "frame-metadata", - "frame-support-procedural 29.0.1", + "frame-support-procedural 30.0.1", "impl-trait-for-tuples", "k256", "log", @@ -4170,18 +4198,18 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-api 32.0.0", + "sp-api 33.0.0", "sp-arithmetic 26.0.0", - "sp-core 33.0.1", + "sp-core 34.0.0", "sp-crypto-hashing-proc-macro", "sp-debug-derive", - "sp-genesis-builder 0.13.0", - "sp-inherents 32.0.0", - "sp-io 36.0.0", + "sp-genesis-builder 0.14.0", + "sp-inherents 33.0.0", + "sp-io 37.0.0", "sp-metadata-ir 0.7.0", - "sp-runtime 37.0.0", - "sp-staking 32.0.0", - "sp-state-machine 0.41.0", + "sp-runtime 38.0.0", + "sp-staking 33.0.0", + "sp-state-machine 0.42.0", "sp-std", "sp-tracing 17.0.0", "sp-weights 31.0.0", @@ -4211,15 +4239,15 @@ dependencies = [ [[package]] name = "frame-support-procedural" -version = "29.0.1" +version = "30.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f822826825d810d0e096e70493cbc1032ff3ccf1324d861040865635112b6aa" +checksum = "fd94af68373e179c32c360b3c280497a9cf0f45a4f47f0ee6539a6c6c9cf2343" dependencies = [ "Inflector", "cfg-expr", "derive-syn-parse 0.2.0", "expander", - "frame-support-procedural-tools 12.0.0", + "frame-support-procedural-tools 13.0.0", "itertools 0.11.0", "macro_magic", "proc-macro-warning", @@ -4244,9 +4272,9 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a40b5cc8526c9aad01cdf46dcee6cbefd6f6c78e022607ff4cf76094919b6462" +checksum = "bead15a320be1764cdd50458c4cfacb23e0cee65f64f500f8e34136a94c7eeca" dependencies = [ "frame-support-procedural-tools-derive 12.0.0", "proc-macro-crate 3.1.0", @@ -4300,22 +4328,22 @@ dependencies = [ [[package]] name = "frame-system" -version = "34.0.1" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85777d5cb78d8f244aa4e92a06d13c234f7980dd7095b1baeefc23a5945cad6c" +checksum = "6baa2218d90c5a23db08dd0188cfe6aa0af7d36fb9b0fc2f73bc5c4abe4dd812" dependencies = [ "cfg-if", "docify", - "frame-support 34.0.0", + "frame-support 35.0.0", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core 33.0.1", - "sp-io 36.0.0", - "sp-runtime 37.0.0", + "sp-core 34.0.0", + "sp-io 37.0.0", + "sp-runtime 38.0.0", "sp-std", - "sp-version 35.0.0", + "sp-version 36.0.0", "sp-weights 31.0.0", ] @@ -4337,17 +4365,17 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2df1ebcb669ae29aec03f6f87b232f2446942fb79fad72434d8d0a0fd7df917" +checksum = "be45f57aefef5fa97fce1482dc1ede197620d8b0bb588b3cec8d84f32557cf8b" dependencies = [ - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "parity-scale-codec", "scale-info", - "sp-core 33.0.1", - "sp-runtime 37.0.0", + "sp-core 34.0.0", + "sp-runtime 38.0.0", "sp-std", ] @@ -4363,12 +4391,12 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd92e3fe18b93d456efdabbd98070a1d720be5b6affe589379db9b7d9272eba5" +checksum = "c9e9e2b7b85e451e367f4fb85ff3295bd039e17f64de1906154d3976e2638ee8" dependencies = [ "parity-scale-codec", - "sp-api 32.0.0", + "sp-api 33.0.0", ] [[package]] @@ -4386,14 +4414,14 @@ dependencies = [ [[package]] name = "frame-try-runtime" -version = "0.40.0" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "748a6c8286447388ff7a35d88fc2e0be3b26238c609c88b7774615c274452413" +checksum = "8f2b9c95e0b38d713a46bb71bc395d4ed067c7a0f5370e13282c07c91fd1ec0d" dependencies = [ - "frame-support 34.0.0", + "frame-support 35.0.0", "parity-scale-codec", - "sp-api 32.0.0", - "sp-runtime 37.0.0", + "sp-api 33.0.0", + "sp-runtime 38.0.0", "sp-std", ] @@ -5006,7 +5034,7 @@ dependencies = [ "iana-time-zone-haiku", "js-sys", "wasm-bindgen", - "windows-core 0.52.0", + "windows-core", ] [[package]] @@ -5332,29 +5360,29 @@ version = "0.0.0" dependencies = [ "asset-hub-paseo-runtime", "asset-test-utils", - "cumulus-primitives-core 0.13.0", + "cumulus-primitives-core 0.14.0", "emulated-integration-tests-common", - "frame-support 34.0.0", - "pallet-assets 35.0.0", - "pallet-balances 35.0.0", - "pallet-message-queue 37.0.0", - "pallet-xcm 13.0.0", + "frame-support 35.0.0", + "pallet-assets 36.0.0", + "pallet-balances 36.0.0", + "pallet-message-queue 38.0.0", + "pallet-xcm 14.0.0", "parity-scale-codec", "paseo-runtime", "paseo-runtime-constants", - "polkadot-primitives 13.0.0", - "polkadot-runtime-parachains 13.0.0", + "polkadot-primitives 14.0.0", + "polkadot-runtime-parachains 14.0.0", "pop-runtime-common", "pop-runtime-devnet", - "sp-authority-discovery 32.0.0", - "sp-consensus-aura 0.38.0", - "sp-consensus-babe 0.38.0", - "sp-consensus-beefy 19.0.0", - "sp-consensus-grandpa 19.0.0", - "sp-core 33.0.1", - "sp-runtime 37.0.0", - "staging-xcm 13.0.1", - "staging-xcm-executor 13.0.0", + "sp-authority-discovery 33.0.0", + "sp-consensus-aura 0.39.0", + "sp-consensus-babe 0.39.0", + "sp-consensus-beefy 20.0.0", + "sp-consensus-grandpa 20.0.0", + "sp-core 34.0.0", + "sp-runtime 38.0.0", + "staging-xcm 14.1.0", + "staging-xcm-executor 14.0.0", "tracing-subscriber 0.3.18", ] @@ -5437,15 +5465,6 @@ dependencies = [ "either", ] -[[package]] -name = "itertools" -version = "0.12.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" -dependencies = [ - "either", -] - [[package]] name = "itoa" version = "1.0.11" @@ -6249,64 +6268,9 @@ checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704" [[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.3", - "pin-project", - "prost 0.11.9", - "prost-build 0.11.9", - "quinn", - "rand 0.8.5", - "rcgen", - "ring 0.16.20", - "rustls 0.20.9", - "serde", - "sha2 0.10.8", - "simple-dns", - "smallvec", - "snow", - "socket2 0.5.7", - "static_assertions", - "str0m 0.2.0", - "thiserror", - "tokio", - "tokio-stream", - "tokio-tungstenite", - "tokio-util", - "tracing", - "trust-dns-resolver 0.23.2", - "uint", - "unsigned-varint", - "url", - "webpki", - "x25519-dalek 2.0.1", - "x509-parser 0.15.1", - "yasna", - "zeroize", -] - -[[package]] -name = "litep2p" -version = "0.4.0-rc.1" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f680216510836ee5211c91d80add8d1b5ba2628a61b6d17263e6539e577a2cab" +checksum = "7f02542ae3a94b4c4ffa37dc56388c923e286afa3bf65452e3984b50b2a2f316" dependencies = [ "async-trait", "bs58 0.4.0", @@ -6318,7 +6282,7 @@ dependencies = [ "hex-literal", "indexmap 2.2.6", "libc", - "mockall", + "mockall 0.12.1", "multiaddr", "multihash 0.17.0", "network-interface", @@ -6339,7 +6303,7 @@ dependencies = [ "snow", "socket2 0.5.7", "static_assertions", - "str0m 0.4.1", + "str0m", "thiserror", "tokio", "tokio-stream", @@ -6574,6 +6538,20 @@ dependencies = [ "hash-db", ] +[[package]] +name = "merkleized-metadata" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f313fcff1d2a4bcaa2deeaa00bf7530d77d5f7bd0467a117dde2e29a75a7a17a" +dependencies = [ + "array-bytes", + "blake3", + "frame-metadata", + "parity-scale-codec", + "scale-decode", + "scale-info", +] + [[package]] name = "merlin" version = "3.0.0" @@ -6650,38 +6628,38 @@ dependencies = [ [[package]] name = "mmr-gadget" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "663618e90cf942896a983beeec6bd1c4b25f30cabc1a54d16627866611dd7088" +checksum = "0110fde66cc10e924e66aae0f85ac8a23e7eef2f2deea3c46b04c483ddf8e4e0" dependencies = [ "futures", "log", "parity-scale-codec", "sc-client-api", "sc-offchain", - "sp-api 32.0.0", + "sp-api 33.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-beefy 19.0.0", - "sp-core 33.0.1", - "sp-mmr-primitives 32.0.1", - "sp-runtime 37.0.0", + "sp-consensus-beefy 20.0.0", + "sp-core 34.0.0", + "sp-mmr-primitives 33.0.0", + "sp-runtime 38.0.0", ] [[package]] name = "mmr-rpc" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63ae3285ed10596e5d6c0f7ac651fae1dd04155ee874e55311c6885fa8435ecd" +checksum = "a2ea4f2bdf0784e901b9c7999c0e2c903bb2a6e10ca9f63214a1a6de8bdc8e21" dependencies = [ "jsonrpsee", "parity-scale-codec", "serde", - "sp-api 32.0.0", + "sp-api 33.0.0", "sp-blockchain", - "sp-core 33.0.1", - "sp-mmr-primitives 32.0.1", - "sp-runtime 37.0.0", + "sp-core 34.0.0", + "sp-mmr-primitives 33.0.0", + "sp-runtime 38.0.0", ] [[package]] @@ -6694,8 +6672,23 @@ dependencies = [ "downcast", "fragile", "lazy_static", - "mockall_derive", - "predicates", + "mockall_derive 0.11.4", + "predicates 2.1.5", + "predicates-tree", +] + +[[package]] +name = "mockall" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "43766c2b5203b10de348ffe19f7e54564b64f3d6018ff7648d1e2d6d3a0f0a48" +dependencies = [ + "cfg-if", + "downcast", + "fragile", + "lazy_static", + "mockall_derive 0.12.1", + "predicates 3.1.2", "predicates-tree", ] @@ -6711,6 +6704,18 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "mockall_derive" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "af7cbce79ec385a1d4f54baa90a76401eb15d9cab93685f62e7e9f942aa00ae2" +dependencies = [ + "cfg-if", + "proc-macro2", + "quote", + "syn 2.0.66", +] + [[package]] name = "multiaddr" version = "0.17.1" @@ -7336,21 +7341,21 @@ dependencies = [ [[package]] name = "pallet-asset-conversion" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7428d88b215ade92402d6c01ad02f51b6bba02c69fab8c174e0b223b335d773" +checksum = "0e9f1c4496f1c366a3ee01b38ba968589db41f5d44c41331111ff5a07964dbde" dependencies = [ - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "log", "parity-scale-codec", "scale-info", - "sp-api 32.0.0", + "sp-api 33.0.0", "sp-arithmetic 26.0.0", - "sp-core 33.0.1", - "sp-io 36.0.0", - "sp-runtime 37.0.0", + "sp-core 34.0.0", + "sp-io 37.0.0", + "sp-runtime 38.0.0", "sp-std", ] @@ -7388,17 +7393,17 @@ dependencies = [ [[package]] name = "pallet-asset-rate" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52ebd9fbc2bdd0015bc015103a596035de2b41d01f339f7fe732885fbd774ba0" +checksum = "e83f523d209396ba42743008b64fe021eb6411a8d5ac868978636f0341feacc4" dependencies = [ - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "parity-scale-codec", "scale-info", - "sp-core 33.0.1", - "sp-runtime 37.0.0", + "sp-core 34.0.0", + "sp-runtime 38.0.0", "sp-std", ] @@ -7423,20 +7428,20 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "428dad50f10165a0d9757443733e38c94f371578fe44c9c989457d2cd61080ed" +checksum = "7686ab6ba85afc432794a9dbc3e7399cb1a3b1bcfdd487ce0eb2aa81c11c2497" dependencies = [ - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", - "pallet-transaction-payment 34.0.0", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", + "pallet-transaction-payment 35.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 33.0.1", - "sp-io 36.0.0", - "sp-runtime 37.0.0", + "sp-core 34.0.0", + "sp-io 37.0.0", + "sp-runtime 38.0.0", "sp-std", ] @@ -7459,18 +7464,18 @@ dependencies = [ [[package]] name = "pallet-assets" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ce4a9e4704ec26889ed2245064d389251a04314c144239c08c9340ea5e14d1e" +checksum = "5a58bb6d37a23df83b861e148129dc0130a4b80291f2c9dda3491989ec4c3662" dependencies = [ - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 33.0.1", - "sp-runtime 37.0.0", + "sp-core 34.0.0", + "sp-runtime 38.0.0", "sp-std", ] @@ -7494,19 +7499,19 @@ dependencies = [ [[package]] name = "pallet-aura" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "387cfc84d2d716e23948f9777f97cf1c57461d33b22dcceeeb03493b3ad1059b" +checksum = "638e3cbb539540e45503f5ae756b6bbb4e6085269d025afa273e684782f514ac" dependencies = [ - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-support 35.0.0", + "frame-system 35.0.0", "log", - "pallet-timestamp 33.0.0", + "pallet-timestamp 34.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 36.0.0", - "sp-consensus-aura 0.38.0", - "sp-runtime 37.0.0", + "sp-application-crypto 37.0.0", + "sp-consensus-aura 0.39.0", + "sp-runtime 38.0.0", "sp-std", ] @@ -7529,18 +7534,18 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d9b476d5331907127d707a184f5454c8ded644c1530115241a576c578ecdfea" +checksum = "3a5fafb21222ab509f0d9d4bda52730eb342574a0733321e1105e14d5454d6d5" dependencies = [ - "frame-support 34.0.0", - "frame-system 34.0.1", - "pallet-session 34.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", + "pallet-session 35.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 36.0.0", - "sp-authority-discovery 32.0.0", - "sp-runtime 37.0.0", + "sp-application-crypto 37.0.0", + "sp-authority-discovery 33.0.0", + "sp-runtime 38.0.0", "sp-std", ] @@ -7561,16 +7566,16 @@ dependencies = [ [[package]] name = "pallet-authorship" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ccd3d28c92dff65f0d198e88e3689f5282903138102bff84cc3794a1426665fc" +checksum = "b134d987dfc6f2ddc3b4470672318fd59e740868485a25ec15ba909c42e6a622" dependencies = [ - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-support 35.0.0", + "frame-system 35.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 37.0.0", + "sp-runtime 38.0.0", "sp-std", ] @@ -7601,26 +7606,26 @@ dependencies = [ [[package]] name = "pallet-babe" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43127ee85b3a00650557a269efe1409f192df52e01abbed18dbaee9b5ccc174d" +checksum = "84fa5a4406cd9f43babb90ce6e8f1598d36695c86c8e35094ec4cbf3224086fd" dependencies = [ - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "log", - "pallet-authorship 34.0.0", - "pallet-session 34.0.0", - "pallet-timestamp 33.0.0", + "pallet-authorship 35.0.0", + "pallet-session 35.0.0", + "pallet-timestamp 34.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 36.0.0", - "sp-consensus-babe 0.38.0", - "sp-core 33.0.1", - "sp-io 36.0.0", - "sp-runtime 37.0.0", - "sp-session 33.0.0", - "sp-staking 32.0.0", + "sp-application-crypto 37.0.0", + "sp-consensus-babe 0.39.0", + "sp-core 34.0.0", + "sp-io 37.0.0", + "sp-runtime 38.0.0", + "sp-session 34.0.0", + "sp-staking 33.0.0", "sp-std", ] @@ -7649,23 +7654,23 @@ dependencies = [ [[package]] name = "pallet-bags-list" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "597db43f545daa97771c2c84f8d53e7b6596a37f58fe28329b221cfc45cb7575" +checksum = "381526d7d765b4c895efa9da7c7f7b1965f251de6fe30757a63f535a021f2b69" dependencies = [ "aquamarine", "docify", - "frame-benchmarking 34.0.0", - "frame-election-provider-support 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-benchmarking 35.0.0", + "frame-election-provider-support 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "log", - "pallet-balances 35.0.0", + "pallet-balances 36.0.0", "parity-scale-codec", "scale-info", - "sp-core 33.0.1", - "sp-io 36.0.0", - "sp-runtime 37.0.0", + "sp-core 34.0.0", + "sp-io 37.0.0", + "sp-runtime 38.0.0", "sp-std", "sp-tracing 17.0.0", ] @@ -7689,18 +7694,18 @@ dependencies = [ [[package]] name = "pallet-balances" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8bd03d979e84ec22862e62bece760601c10cc72712aa1fc43358ae9837dc9fd" +checksum = "8dfe056082a1d857b0731572d7f9a96d98356b8610b258814cf75a55cd43c435" dependencies = [ "docify", - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 37.0.0", + "sp-runtime 38.0.0", "sp-std", ] @@ -7727,22 +7732,22 @@ dependencies = [ [[package]] name = "pallet-beefy" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef1a8f4f497878782988bdd7df0a825b4757921804fb7bafcc8df3b9e990c7a0" +checksum = "6005abf441b2c6fc21505f0d3e00a66e40759ddff0311834f3f8ae2c5874b0e5" dependencies = [ - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-support 35.0.0", + "frame-system 35.0.0", "log", - "pallet-authorship 34.0.0", - "pallet-session 34.0.0", + "pallet-authorship 35.0.0", + "pallet-session 35.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-beefy 19.0.0", - "sp-runtime 37.0.0", - "sp-session 33.0.0", - "sp-staking 32.0.0", + "sp-consensus-beefy 20.0.0", + "sp-runtime 38.0.0", + "sp-session 34.0.0", + "sp-staking 33.0.0", "sp-std", ] @@ -7774,27 +7779,27 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3e144caa40bc9a8b2947a0de2cb5eae3e701790bf9c2105536b6943d234aa7e" +checksum = "effb0467f4d9b43be918a6e0ad419c539cd55dceef4c70000cb373701dc3d029" dependencies = [ "array-bytes", "binary-merkle-tree 15.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-support 35.0.0", + "frame-system 35.0.0", "log", - "pallet-beefy 34.0.0", - "pallet-mmr 33.0.0", - "pallet-session 34.0.0", + "pallet-beefy 35.0.0", + "pallet-mmr 34.0.0", + "pallet-session 35.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-api 32.0.0", - "sp-consensus-beefy 19.0.0", - "sp-core 33.0.1", - "sp-io 36.0.0", - "sp-runtime 37.0.0", - "sp-state-machine 0.41.0", + "sp-api 33.0.0", + "sp-consensus-beefy 20.0.0", + "sp-core 34.0.0", + "sp-io 37.0.0", + "sp-runtime 38.0.0", + "sp-state-machine 0.42.0", "sp-std", ] @@ -7819,104 +7824,104 @@ dependencies = [ [[package]] name = "pallet-bounties" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8f1b72d43025037e2ef80598ddd2a7d2d7af7e592173fa49d787b405a314c24" +checksum = "84e118557f0d4e863a243f2c91ffd4fce624c5afc42b6bd0e04e6f7cc767afd7" dependencies = [ - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "log", - "pallet-treasury 33.0.0", + "pallet-treasury 34.0.0", "parity-scale-codec", "scale-info", - "sp-core 33.0.1", - "sp-io 36.0.0", - "sp-runtime 37.0.0", + "sp-core 34.0.0", + "sp-io 37.0.0", + "sp-runtime 38.0.0", "sp-std", ] [[package]] name = "pallet-bridge-grandpa" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3e00545cfa1a32881cf43685dc3589d8c13599ae014fcceec705efe0948c9ff" +checksum = "105a956904498bd236266cc4a7e6cff5c83fd1ea6d6d62ff4efb947b48c81245" dependencies = [ - "bp-header-chain 0.13.0", - "bp-runtime 0.13.0", + "bp-header-chain 0.14.0", + "bp-runtime 0.14.0", "bp-test-utils", "finality-grandpa", - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "log", "parity-scale-codec", "scale-info", - "sp-consensus-grandpa 19.0.0", - "sp-runtime 37.0.0", + "sp-consensus-grandpa 20.0.0", + "sp-runtime 38.0.0", "sp-std", - "sp-trie 35.0.0", + "sp-trie 36.0.0", ] [[package]] name = "pallet-bridge-messages" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be7caa274f58bc7dc72db5a6ac3a6e0329b92aee83610d879e2856018b4a8b2d" +checksum = "6af9efd8200ffe03ad35043ec4b9a9ce26e0fd015737949fd153764c38bf35dd" dependencies = [ - "bp-messages 0.13.0", - "bp-runtime 0.13.0", - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "bp-messages 0.14.0", + "bp-runtime 0.14.0", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "log", "num-traits", "parity-scale-codec", "scale-info", - "sp-runtime 37.0.0", + "sp-runtime 38.0.0", "sp-std", ] [[package]] name = "pallet-bridge-parachains" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef9e73cd6854b9c8a1b3f9b8e87b944f953490fecd7ffff02fd2816e04ed4672" +checksum = "1ecd77f4bf6a30f9ac686261c38d764ba4b93edba1448bb6a12bbd1709c190aa" dependencies = [ - "bp-header-chain 0.13.0", + "bp-header-chain 0.14.0", "bp-parachains", - "bp-polkadot-core 0.13.0", - "bp-runtime 0.13.0", - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "bp-polkadot-core 0.14.0", + "bp-runtime 0.14.0", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "log", "pallet-bridge-grandpa", "parity-scale-codec", "scale-info", - "sp-runtime 37.0.0", + "sp-runtime 38.0.0", "sp-std", - "sp-trie 35.0.0", + "sp-trie 36.0.0", ] [[package]] name = "pallet-bridge-relayers" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4396df49869eb807995337cb49baf9e85a9fcccb3131cff7ee4167f2c9e38b0a" +checksum = "e1512f82bb532b1193636953816e08e5f782137ec23f3039083c68ab9a9a7cb4" dependencies = [ - "bp-messages 0.13.0", + "bp-messages 0.14.0", "bp-relayers", - "bp-runtime 0.13.0", - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "bp-runtime 0.14.0", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "log", "pallet-bridge-messages", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", - "sp-runtime 37.0.0", + "sp-runtime 38.0.0", "sp-std", ] @@ -7941,21 +7946,21 @@ dependencies = [ [[package]] name = "pallet-broker" -version = "0.12.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1dbfcca449d6ab4c922c4ea78647f0f9d0df0ddc29e23e2bf6c51bfd86abd97f" +checksum = "4f369dabb59f4ec26bedb86f294f71b257e4d2e998a53693e45e711bc573627d" dependencies = [ "bitvec", - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "log", "parity-scale-codec", "scale-info", - "sp-api 32.0.0", + "sp-api 33.0.0", "sp-arithmetic 26.0.0", - "sp-core 33.0.1", - "sp-runtime 37.0.0", + "sp-core 34.0.0", + "sp-runtime 38.0.0", "sp-std", ] @@ -7981,21 +7986,21 @@ dependencies = [ [[package]] name = "pallet-child-bounties" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f05475c4590ac456090c430d5f8b0a3b66820048bd3b25fb273a992ea8c8e36e" +checksum = "b2eefafbc018dc5a69cec5b1a9bbbc02fd3191464825e0bd5f899d407dfd03b9" dependencies = [ - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "log", - "pallet-bounties 33.0.0", - "pallet-treasury 33.0.0", + "pallet-bounties 34.0.0", + "pallet-treasury 34.0.0", "parity-scale-codec", "scale-info", - "sp-core 33.0.1", - "sp-io 36.0.0", - "sp-runtime 37.0.0", + "sp-core 34.0.0", + "sp-io 37.0.0", + "sp-runtime 38.0.0", "sp-std", ] @@ -8022,57 +8027,57 @@ dependencies = [ [[package]] name = "pallet-collator-selection" -version = "15.0.0" +version = "16.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "191fe5efd59d6e68d36b15e5abf86a7169a3c1754e2a55f0ecd0555e8326eb05" +checksum = "4b78dc5ba93d88d019eecb4d77f1ec95d8c288d9e9c4e039ab8a2dea039deea4" dependencies = [ - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "log", - "pallet-authorship 34.0.0", - "pallet-balances 35.0.0", - "pallet-session 34.0.0", + "pallet-authorship 35.0.0", + "pallet-balances 36.0.0", + "pallet-session 35.0.0", "parity-scale-codec", "rand 0.8.5", "scale-info", - "sp-runtime 37.0.0", - "sp-staking 32.0.0", + "sp-runtime 38.0.0", + "sp-staking 33.0.0", "sp-std", ] [[package]] name = "pallet-collective" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5669703e0437057c1054e73c10f8f2e256850905e318b0c235a587cbd89d616" +checksum = "64984961a8667e8a16d2445fc98ac3229f9d01def0c1ae1e6f9ce859ec0fedbb" dependencies = [ - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 33.0.1", - "sp-io 36.0.0", - "sp-runtime 37.0.0", + "sp-core 34.0.0", + "sp-io 37.0.0", + "sp-runtime 38.0.0", "sp-std", ] [[package]] name = "pallet-contracts" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ca700e816a32739ab9480065a2546181f83e743c93f74b244463dd87b48e5aa" +checksum = "c30c5fb9fae081c95545017bac69ca78f875fccf3bebfd142e1388bb2251fb66" dependencies = [ "bitflags 1.3.2", "environmental", - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "impl-trait-for-tuples", "log", - "pallet-balances 35.0.0", + "pallet-balances 36.0.0", "pallet-contracts-proc-macro", "pallet-contracts-uapi", "parity-scale-codec", @@ -8082,22 +8087,22 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-api 32.0.0", - "sp-core 33.0.1", - "sp-io 36.0.0", - "sp-runtime 37.0.0", + "sp-api 33.0.0", + "sp-core 34.0.0", + "sp-io 37.0.0", + "sp-runtime 38.0.0", "sp-std", - "staging-xcm 13.0.1", - "staging-xcm-builder 13.0.0", + "staging-xcm 14.1.0", + "staging-xcm-builder 14.0.0", "wasm-instrument", "wasmi", ] [[package]] name = "pallet-contracts-proc-macro" -version = "21.0.0" +version = "22.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de0cb1d904c58964cf5015adc7683fb9467b8b7e8f281619aae403f43dc2c48c" +checksum = "32b5eaf092c699d6a7e4904ccc871868f2cb715ad7e2e4dd72b7ff0720fd203a" dependencies = [ "proc-macro2", "quote", @@ -8106,9 +8111,9 @@ dependencies = [ [[package]] name = "pallet-contracts-uapi" -version = "10.0.1" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c611f7343efdff673fec3090ab4ed5c32c63f9756f25f666fb453ef33b26bafb" +checksum = "e1330375dcced95509e3cca7ef6b1c3fac648df995b86d39467d082ba981dc46" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -8137,38 +8142,53 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c19d08a0f7f23bb70998456f04f0234548f6ee10507b0f7e74bf067e3eeeee2b" +checksum = "242927ab508e5f1cb63aa851b7f5662f6886adb688c57458e05449c8ad0376dd" dependencies = [ "assert_matches", - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-io 36.0.0", - "sp-runtime 37.0.0", + "sp-io 37.0.0", + "sp-runtime 38.0.0", + "sp-std", +] + +[[package]] +name = "pallet-delegated-staking" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "72cfda2549b70198f2cdee30f8d72cae469a692f83b3072015062bc2dd6f473b" +dependencies = [ + "frame-support 35.0.0", + "frame-system 35.0.0", + "parity-scale-codec", + "scale-info", + "sp-runtime 38.0.0", + "sp-staking 33.0.0", "sp-std", ] [[package]] name = "pallet-democracy" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "731fc36423b38b08b12dd3a3aeeaa1dda61a3207ee5ce24a209d964aede8a367" +checksum = "517babb26eb2d61c21b13730fd8f48d5024233278581cc342e017f3436260aff" dependencies = [ - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core 33.0.1", - "sp-io 36.0.0", - "sp-runtime 37.0.0", + "sp-core 34.0.0", + "sp-io 37.0.0", + "sp-runtime 38.0.0", "sp-std", ] @@ -8198,24 +8218,24 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4cbfdd85dd5d5979067a47d4148f529da937ee017a846e98d4778764b3acfe43" +checksum = "f9cae34d714e3410bcdd932ce0dc927997125e1eaa083dacdeb700439f22b67b" dependencies = [ - "frame-benchmarking 34.0.0", - "frame-election-provider-support 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-benchmarking 35.0.0", + "frame-election-provider-support 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "log", - "pallet-election-provider-support-benchmarking 33.0.0", + "pallet-election-provider-support-benchmarking 34.0.0", "parity-scale-codec", "rand 0.8.5", "scale-info", "sp-arithmetic 26.0.0", - "sp-core 33.0.1", - "sp-io 36.0.0", - "sp-npos-elections 32.0.0", - "sp-runtime 37.0.0", + "sp-core 34.0.0", + "sp-io 37.0.0", + "sp-npos-elections 33.0.0", + "sp-runtime 38.0.0", "sp-std", "strum 0.26.2", ] @@ -8237,36 +8257,36 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef65188f4db678f5b5098d74f67e35ea5a1c2eac3c57e628e8371bf013e5f7ff" +checksum = "a5153f459dd839fceb81e1d1df9413cc55f83b55fa110485fdb05f442015fb57" dependencies = [ - "frame-benchmarking 34.0.0", - "frame-election-provider-support 34.0.0", - "frame-system 34.0.1", + "frame-benchmarking 35.0.0", + "frame-election-provider-support 35.0.0", + "frame-system 35.0.0", "parity-scale-codec", - "sp-npos-elections 32.0.0", - "sp-runtime 37.0.0", + "sp-npos-elections 33.0.0", + "sp-runtime 38.0.0", "sp-std", ] [[package]] name = "pallet-elections-phragmen" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2306b2b9115109232e590604edc35395b33fbf7413a84bfdb24ae0e0b9e3585d" +checksum = "b3aa78c1c9f42026482ce7f3c051e89ba26a7a9b52246af6e58ee2ce51eb29e3" dependencies = [ - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 33.0.1", - "sp-io 36.0.0", - "sp-npos-elections 32.0.0", - "sp-runtime 37.0.0", - "sp-staking 32.0.0", + "sp-core 34.0.0", + "sp-io 37.0.0", + "sp-npos-elections 33.0.0", + "sp-runtime 38.0.0", + "sp-staking 33.0.0", "sp-std", ] @@ -8292,21 +8312,21 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "202d0ffa99727097251e049039fc40a4bfba7f32d0f1c831614cc94f95d430bc" +checksum = "aad27a480c5d4a4705808b8267d38540d5dfeee50d1e7d5a1684d7bbf98a4aa2" dependencies = [ "docify", - "frame-benchmarking 34.0.0", - "frame-election-provider-support 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-benchmarking 35.0.0", + "frame-election-provider-support 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 36.0.0", - "sp-runtime 37.0.0", - "sp-staking 32.0.0", + "sp-io 37.0.0", + "sp-runtime 38.0.0", + "sp-staking 33.0.0", "sp-std", ] @@ -8336,25 +8356,25 @@ dependencies = [ [[package]] name = "pallet-grandpa" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "176f4dacb8f2e4f7cc807df18ced790d928c736b761b0eac5a855e9052efde40" +checksum = "9cc1bf0bd43c8434b46af7de18f8863bfbbf56efcf8d340b238b511a52cfa03c" dependencies = [ - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "log", - "pallet-authorship 34.0.0", - "pallet-session 34.0.0", + "pallet-authorship 35.0.0", + "pallet-session 35.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 36.0.0", - "sp-consensus-grandpa 19.0.0", - "sp-core 33.0.1", - "sp-io 36.0.0", - "sp-runtime 37.0.0", - "sp-session 33.0.0", - "sp-staking 32.0.0", + "sp-application-crypto 37.0.0", + "sp-consensus-grandpa 20.0.0", + "sp-core 34.0.0", + "sp-io 37.0.0", + "sp-runtime 38.0.0", + "sp-session 34.0.0", + "sp-staking 33.0.0", "sp-std", ] @@ -8378,19 +8398,19 @@ dependencies = [ [[package]] name = "pallet-identity" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "435fb7144dd4809744d6ed5bdb96da650f59456ee95eac886e8b63ce2288f041" +checksum = "0ad181bf900fcea894911421496e05c4b2bc2dadea8c7d744af091a525af3a48" dependencies = [ "enumflags2", - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 36.0.0", - "sp-runtime 37.0.0", + "sp-io 37.0.0", + "sp-runtime 38.0.0", "sp-std", ] @@ -8417,22 +8437,22 @@ dependencies = [ [[package]] name = "pallet-im-online" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb18daba67af89afab884392286b22c9da983d63adc2b4f42be42330fb645da8" +checksum = "41a23e720204fde0302206016aaf1e095ff808ff1a434ec6507d87a40258bfe1" dependencies = [ - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "log", - "pallet-authorship 34.0.0", + "pallet-authorship 35.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 36.0.0", - "sp-core 33.0.1", - "sp-io 36.0.0", - "sp-runtime 37.0.0", - "sp-staking 32.0.0", + "sp-application-crypto 37.0.0", + "sp-core 34.0.0", + "sp-io 37.0.0", + "sp-runtime 38.0.0", + "sp-staking 33.0.0", "sp-std", ] @@ -8456,37 +8476,37 @@ dependencies = [ [[package]] name = "pallet-indices" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a5474e1fe28673aa229805fa59bda1b5211a6cd5acd44d1ce8594761c5aa6a3" +checksum = "639b5e46336d35cb888325da0294e54e558d26be45f767ff26ddfca42b709801" dependencies = [ - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "parity-scale-codec", "scale-info", - "sp-core 33.0.1", - "sp-io 36.0.0", - "sp-keyring 37.0.0", - "sp-runtime 37.0.0", + "sp-core 34.0.0", + "sp-io 37.0.0", + "sp-keyring 38.0.0", + "sp-runtime 38.0.0", "sp-std", ] [[package]] name = "pallet-membership" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "958dd8feceeeacd1ae268eb0c2133887aea5f9883ae3410712f7b483b265c145" +checksum = "4d48c79ce463ee54a9c6bf4ea82405499abc24999fa64f4a4e8b6336829d68c7" dependencies = [ - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 33.0.1", - "sp-io 36.0.0", - "sp-runtime 37.0.0", + "sp-core 34.0.0", + "sp-io 37.0.0", + "sp-runtime 38.0.0", "sp-std", ] @@ -8513,21 +8533,21 @@ dependencies = [ [[package]] name = "pallet-message-queue" -version = "37.0.0" +version = "38.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f00efb1a89581346901a13f60c6d5be640dbfee516342f0b6b1ee679ed20354" +checksum = "8913838f2059495cd9f0c3f9a402346b2f00287b077f344a1b84f850a164d084" dependencies = [ "environmental", - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "log", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", - "sp-core 33.0.1", - "sp-io 36.0.0", - "sp-runtime 37.0.0", + "sp-core 34.0.0", + "sp-io 37.0.0", + "sp-runtime 38.0.0", "sp-std", "sp-weights 31.0.0", ] @@ -8553,20 +8573,20 @@ dependencies = [ [[package]] name = "pallet-mmr" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "359e1e6b63a3fdd57724c35b428c5cb13d2203108f643beb5870e72d0173af5c" +checksum = "e836e2f38af303d9ae4c3b8ca512afe81279f2d6922223a8f571478740d09fb3" dependencies = [ - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 33.0.1", - "sp-io 36.0.0", - "sp-mmr-primitives 32.0.1", - "sp-runtime 37.0.0", + "sp-core 34.0.0", + "sp-io 37.0.0", + "sp-mmr-primitives 33.0.0", + "sp-runtime 38.0.0", "sp-std", ] @@ -8589,36 +8609,36 @@ dependencies = [ [[package]] name = "pallet-multisig" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98b5d37656066f03706dd9edf472785b531bb9dedec7d2a9c147cce2d4f30061" +checksum = "2acdab77a60e7fbf76239ad530d00029fa7f9bc2194155c3356221aa76d19868" dependencies = [ - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 36.0.0", - "sp-runtime 37.0.0", + "sp-io 37.0.0", + "sp-runtime 38.0.0", "sp-std", ] [[package]] name = "pallet-nft-fractionalization" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c5d6354e983ac14f96de5fce89f0adaaccf33d51ddb88842b2d4baafe045fe9" +checksum = "a37b1df43074592e190bc0a9ba443e7520e07db10de8c09aa73b22197a56d77a" dependencies = [ - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "log", - "pallet-assets 35.0.0", - "pallet-nfts 28.0.0", + "pallet-assets 36.0.0", + "pallet-nfts 29.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 37.0.0", + "sp-runtime 38.0.0", "sp-std", ] @@ -8643,20 +8663,20 @@ dependencies = [ [[package]] name = "pallet-nfts" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be0cdd439ccc9d3e8281dfd2b80cbedfa4ee37f73ccfe2db685d71552fbe71b4" +checksum = "49c68c96f03ef2dd6c23072f315d6ef3e1b4664795f29aab5962db8cc9062ad3" dependencies = [ "enumflags2", - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 33.0.1", - "sp-io 36.0.0", - "sp-runtime 37.0.0", + "sp-core 34.0.0", + "sp-io 37.0.0", + "sp-runtime 38.0.0", "sp-std", ] @@ -8674,30 +8694,30 @@ dependencies = [ [[package]] name = "pallet-nfts-runtime-api" -version = "20.0.0" +version = "21.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "263d42503a6a337965bebd3f63ee0555812100c913c59dfd2fec2bb49800f195" +checksum = "f1c2745697dcd469b5d8f37e50b116e48198dd5df4c3a6ea7af98c20c548cc30" dependencies = [ - "pallet-nfts 28.0.0", + "pallet-nfts 29.0.0", "parity-scale-codec", - "sp-api 32.0.0", + "sp-api 33.0.0", "sp-std", ] [[package]] name = "pallet-nis" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55e4b82d3d48d0b0828acac780b2a383f1bb4fe2b33d945850d735571f8f0398" +checksum = "6955efc279e63f4463ea29b45c81de013faa243e45a0155b0519df07d5e0a1fb" dependencies = [ - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", - "sp-core 33.0.1", - "sp-runtime 37.0.0", + "sp-core 34.0.0", + "sp-runtime 38.0.0", "sp-std", ] @@ -8723,20 +8743,20 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9e13bbfb772e3530e4adb0ed000d5851c89c1e21949f199196d5aed4573d6c1" +checksum = "7faf96228372dcaf4c01e53ba59248b59a4a9ec994f30bee373110900f34c7bc" dependencies = [ - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-support 35.0.0", + "frame-system 35.0.0", "log", - "pallet-balances 35.0.0", + "pallet-balances 36.0.0", "parity-scale-codec", "scale-info", - "sp-core 33.0.1", - "sp-io 36.0.0", - "sp-runtime 37.0.0", - "sp-staking 32.0.0", + "sp-core 34.0.0", + "sp-io 37.0.0", + "sp-runtime 38.0.0", + "sp-staking 33.0.0", "sp-std", "sp-tracing 17.0.0", ] @@ -8764,22 +8784,23 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef69c75bf20f34c61d8fa9e2eaac7e0196662c1f837193b980dd81ce8bf64b7f" +checksum = "91b308c436d36e4159ec617e9e03e20a54aa4c2cd99729a411b969c1d9062392" dependencies = [ - "frame-benchmarking 34.0.0", - "frame-election-provider-support 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", - "pallet-bags-list 33.0.0", - "pallet-nomination-pools 31.0.0", - "pallet-staking 34.0.0", + "frame-benchmarking 35.0.0", + "frame-election-provider-support 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", + "pallet-bags-list 34.0.0", + "pallet-delegated-staking", + "pallet-nomination-pools 32.0.0", + "pallet-staking 35.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 37.0.0", - "sp-runtime-interface 27.0.0", - "sp-staking 32.0.0", + "sp-runtime 38.0.0", + "sp-runtime-interface 28.0.0", + "sp-staking 33.0.0", "sp-std", ] @@ -8797,13 +8818,13 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "436388be290be799b0eaebb3bf0faa71029d8326fa5726c578302cb1e8f78032" +checksum = "57e14836c36af92c218a801d6dbd84460210f8af7820df400c5ffed6ae15006c" dependencies = [ - "pallet-nomination-pools 31.0.0", + "pallet-nomination-pools 32.0.0", "parity-scale-codec", - "sp-api 32.0.0", + "sp-api 33.0.0", "sp-std", ] @@ -8827,19 +8848,19 @@ dependencies = [ [[package]] name = "pallet-offences" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd8a7f971f79e0ced152437e2e2c3aa3d3230c347cb7042dac81bbf58518751e" +checksum = "d2edc30910e938ef9df027aad650ea03644d0a33a604cec2267fce28951c0530" dependencies = [ - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-support 35.0.0", + "frame-system 35.0.0", "log", - "pallet-balances 35.0.0", + "pallet-balances 36.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-runtime 37.0.0", - "sp-staking 32.0.0", + "sp-runtime 38.0.0", + "sp-staking 33.0.0", "sp-std", ] @@ -8870,45 +8891,45 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87737faadaca16055217d7d4cace15fa47690a74e077ca3ca2269ac9d63928f5" +checksum = "c605b2a3cf4eab08293ceb8f16a9352fcd71a27f0ab0dbdd8380946ab5800db6" dependencies = [ - "frame-benchmarking 34.0.0", - "frame-election-provider-support 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-benchmarking 35.0.0", + "frame-election-provider-support 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "log", - "pallet-babe 34.0.0", - "pallet-balances 35.0.0", - "pallet-grandpa 34.0.0", - "pallet-im-online 33.0.0", - "pallet-offences 33.0.0", - "pallet-session 34.0.0", - "pallet-staking 34.0.0", + "pallet-babe 35.0.0", + "pallet-balances 36.0.0", + "pallet-grandpa 35.0.0", + "pallet-im-online 34.0.0", + "pallet-offences 34.0.0", + "pallet-session 35.0.0", + "pallet-staking 35.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 37.0.0", - "sp-staking 32.0.0", + "sp-runtime 38.0.0", + "sp-staking 33.0.0", "sp-std", ] [[package]] name = "pallet-parameters" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a61797dcd19a4bc6367b031df02209182d410c00ce08a7d1d2d4ec00be54af4c" +checksum = "d9ca55799e0693fafb28342892d5f71a52f95e2ca279f940faf8a7bbb4c8b835" dependencies = [ "docify", - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "parity-scale-codec", "paste", "scale-info", "serde", - "sp-core 33.0.1", - "sp-runtime 37.0.0", + "sp-core 34.0.0", + "sp-runtime 38.0.0", "sp-std", ] @@ -8932,19 +8953,19 @@ dependencies = [ [[package]] name = "pallet-preimage" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29c464ba4684a0349c0266a50bb43b281cbed79ef2a217872796c433d293fa15" +checksum = "e17c6fa28b38ef4cf33203709e3610c89aa8299900c7d0096bdec7b9e90ab2d3" dependencies = [ - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 33.0.1", - "sp-io 36.0.0", - "sp-runtime 37.0.0", + "sp-core 34.0.0", + "sp-io 37.0.0", + "sp-runtime 38.0.0", "sp-std", ] @@ -8966,53 +8987,53 @@ dependencies = [ [[package]] name = "pallet-proxy" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4e06086ea1c118f1603cba84c44a986b8132f54c51a710f72e0b4c9773bc3b5" +checksum = "279b23df802b3edb41d04836cc2f97d59c358b3bd43d39b98fd1fe2e03204b87" dependencies = [ - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "parity-scale-codec", "scale-info", - "sp-io 36.0.0", - "sp-runtime 37.0.0", + "sp-io 37.0.0", + "sp-runtime 38.0.0", "sp-std", ] [[package]] name = "pallet-ranked-collective" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6daeb4ce9471d306aab7a7f9b356643eb646df0be6306e241e499be442fe44da" +checksum = "aac3413b3e5620c0b83bc32855ea16f0c9381fea96b85ffbe9490cb648815c96" dependencies = [ - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", - "sp-core 33.0.1", - "sp-io 36.0.0", - "sp-runtime 37.0.0", + "sp-core 34.0.0", + "sp-io 37.0.0", + "sp-runtime 38.0.0", "sp-std", ] [[package]] name = "pallet-recovery" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f925341a47c6c95f02e30af26d478014d8b6885193169e5ce0869b75eb5b05d8" +checksum = "9fe5112bc7fe0282330e01a9c4fb58e42ed9030575eaf8479d54e3d6bd36f889" dependencies = [ - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "parity-scale-codec", "scale-info", - "sp-io 36.0.0", - "sp-runtime 37.0.0", + "sp-io 37.0.0", + "sp-runtime 38.0.0", "sp-std", ] @@ -9038,37 +9059,37 @@ dependencies = [ [[package]] name = "pallet-referenda" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a971ac06fcaa8b0e895c881e879e3c333f77bd79d1480fdffcc5b6e74750181" +checksum = "7c969360bab41c9d50cd99755408690f23241424c3cc15935dd6c47206fc9c23" dependencies = [ "assert_matches", - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "log", "parity-scale-codec", "scale-info", "serde", "sp-arithmetic 26.0.0", - "sp-io 36.0.0", - "sp-runtime 37.0.0", + "sp-io 37.0.0", + "sp-runtime 38.0.0", "sp-std", ] [[package]] name = "pallet-root-testing" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84013a3fa1fb5553c840fc0b6d165448e0765b39ef7197b1ddf8b22f367b2f37" +checksum = "059d0d7994b582126219f45410a9ef0c1db9655167ab4b84a9a16aafdb92ef1a" dependencies = [ - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-support 35.0.0", + "frame-system 35.0.0", "parity-scale-codec", "scale-info", - "sp-core 33.0.1", - "sp-io 36.0.0", - "sp-runtime 37.0.0", + "sp-core 34.0.0", + "sp-io 37.0.0", + "sp-runtime 38.0.0", "sp-std", ] @@ -9093,19 +9114,19 @@ dependencies = [ [[package]] name = "pallet-scheduler" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9373a0c1386cf48e6e5f0e123fe67cc933e72e32d8fb05457ee7a48a96d53bef" +checksum = "05840a0a1c517438d21873ad2279fea914eec836e1d76d15f29548a8ace6c707" dependencies = [ "docify", - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 36.0.0", - "sp-runtime 37.0.0", + "sp-io 37.0.0", + "sp-runtime 38.0.0", "sp-std", "sp-weights 31.0.0", ] @@ -9135,25 +9156,25 @@ dependencies = [ [[package]] name = "pallet-session" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9170fef289c193773d94e2b6c799f09c97b199464902a8d220bfcd399a65d726" +checksum = "7c77e7b0716fdf3cf8ecfcc872d583c972c4c9706842709a1112f26c51f701ae" dependencies = [ - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-support 35.0.0", + "frame-system 35.0.0", "impl-trait-for-tuples", "log", - "pallet-timestamp 33.0.0", + "pallet-timestamp 34.0.0", "parity-scale-codec", "scale-info", - "sp-core 33.0.1", - "sp-io 36.0.0", - "sp-runtime 37.0.0", - "sp-session 33.0.0", - "sp-staking 32.0.0", - "sp-state-machine 0.41.0", + "sp-core 34.0.0", + "sp-io 37.0.0", + "sp-runtime 38.0.0", + "sp-session 34.0.0", + "sp-staking 33.0.0", + "sp-state-machine 0.42.0", "sp-std", - "sp-trie 35.0.0", + "sp-trie 36.0.0", ] [[package]] @@ -9176,38 +9197,38 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea68db2e88494745b73e4e774326f7d39e0dbdf35f8b79e70d134f2d99fd0ecb" +checksum = "42b450a525ea08dcdf4b3f33dce8796b2161c5c7917b99fba720d2fcd09b421b" dependencies = [ - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", - "pallet-session 34.0.0", - "pallet-staking 34.0.0", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", + "pallet-session 35.0.0", + "pallet-staking 35.0.0", "parity-scale-codec", "rand 0.8.5", - "sp-runtime 37.0.0", - "sp-session 33.0.0", + "sp-runtime 38.0.0", + "sp-session 34.0.0", "sp-std", ] [[package]] name = "pallet-society" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e945ae7db25c0fa77c65882fb7138ce88a28fe08f151a539ea51a115b9595137" +checksum = "236344aaf3ab6d088364aab2f284de04628bf1b7a187686347dbec7ecd0b8cc9" dependencies = [ - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "log", "parity-scale-codec", "rand_chacha 0.3.1", "scale-info", "sp-arithmetic 26.0.0", - "sp-io 36.0.0", - "sp-runtime 37.0.0", + "sp-io 37.0.0", + "sp-runtime 38.0.0", "sp-std", ] @@ -9237,25 +9258,25 @@ dependencies = [ [[package]] name = "pallet-staking" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a563877abd32f7f3885d6437c196ba9adf1cfbc430afcc4059e6ede7ff354f38" +checksum = "e8f63dce0732789c9222056a3292576b7843aa1c7eb5e7e0fcb158dbab8f4455" dependencies = [ - "frame-benchmarking 34.0.0", - "frame-election-provider-support 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-benchmarking 35.0.0", + "frame-election-provider-support 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "log", - "pallet-authorship 34.0.0", - "pallet-session 34.0.0", + "pallet-authorship 35.0.0", + "pallet-session 35.0.0", "parity-scale-codec", "rand_chacha 0.3.1", "scale-info", "serde", - "sp-application-crypto 36.0.0", - "sp-io 36.0.0", - "sp-runtime 37.0.0", - "sp-staking 32.0.0", + "sp-application-crypto 37.0.0", + "sp-io 37.0.0", + "sp-runtime 38.0.0", + "sp-staking 33.0.0", "sp-std", ] @@ -9271,6 +9292,18 @@ dependencies = [ "syn 2.0.66", ] +[[package]] +name = "pallet-staking-reward-curve" +version = "12.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "db5e6b1d8ee9d3f6894c5abd8c3e17737ed738c9854f87bfd16239741b7f4d5d" +dependencies = [ + "proc-macro-crate 3.1.0", + "proc-macro2", + "quote", + "syn 2.0.66", +] + [[package]] name = "pallet-staking-reward-fn" version = "20.0.0" @@ -9304,13 +9337,13 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" -version = "20.0.0" +version = "21.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc26b2f096e83fd919d8d6bb586963f2374b513a7c17fe356e67f585c88943b8" +checksum = "3350ef1795b832f4adc464e88fb6d44827bd3f98701b0b0bbee495267b444a92" dependencies = [ "parity-scale-codec", - "sp-api 32.0.0", - "sp-staking 32.0.0", + "sp-api 33.0.0", + "sp-staking 33.0.0", ] [[package]] @@ -9333,19 +9366,19 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "204af00c1b72938db6a2d05b2dc6d1576f5957a9a9ec022ea6b5003f400f337c" +checksum = "2fdd28b85f5c5beb7659a0dee158155b6114dcc747c139f247df944cca132df2" dependencies = [ - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 33.0.1", - "sp-io 36.0.0", - "sp-runtime 37.0.0", + "sp-core 34.0.0", + "sp-io 37.0.0", + "sp-runtime 38.0.0", "sp-std", ] @@ -9368,18 +9401,18 @@ dependencies = [ [[package]] name = "pallet-sudo" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "edc1377f434c84a4afc3888dee27a01a0720c3fe77486f9dfb2e7310e6ad6b0b" +checksum = "d15062b0caa6194e3ab13a10a500b2ed4b9d5915bf30dda18833e1c3bbbf6e85" dependencies = [ "docify", - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "parity-scale-codec", "scale-info", - "sp-io 36.0.0", - "sp-runtime 37.0.0", + "sp-io 37.0.0", + "sp-runtime 38.0.0", "sp-std", ] @@ -9406,42 +9439,42 @@ dependencies = [ [[package]] name = "pallet-timestamp" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b43a57df90499460bf6645fd19390c8ae85bb225566c40e36cc8e2f4663b3f6" +checksum = "34a42af51e32d3ea442e9aaabb935976e4154f89f3604bfb892a316e8d77c0d4" dependencies = [ "docify", - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "log", "parity-scale-codec", "scale-info", - "sp-inherents 32.0.0", - "sp-io 36.0.0", - "sp-runtime 37.0.0", + "sp-inherents 33.0.0", + "sp-io 37.0.0", + "sp-runtime 38.0.0", "sp-std", "sp-storage 21.0.0", - "sp-timestamp 32.0.0", + "sp-timestamp 33.0.0", ] [[package]] name = "pallet-tips" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d451009c9a104acedb2b93aeb31096f93cfa4f39873f4b5a01d36bb3735c299" +checksum = "9dae4a7f481f37cb839477dc1a2a8ce62ff962c25c48fbbad93631aa1c9fe0fa" dependencies = [ - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "log", - "pallet-treasury 33.0.0", + "pallet-treasury 34.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 33.0.1", - "sp-io 36.0.0", - "sp-runtime 37.0.0", + "sp-core 34.0.0", + "sp-io 37.0.0", + "sp-runtime 38.0.0", "sp-std", ] @@ -9464,35 +9497,35 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "373788faa2053bb2f6441921599ea06de81cdff0f96fcd1e6a2e021aa1296f72" +checksum = "349e56fa9f8c4093d912f0654e37b57ae628ad4b4fea67d9f3373e5dfcab2bcc" dependencies = [ - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-support 35.0.0", + "frame-system 35.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 33.0.1", - "sp-io 36.0.0", - "sp-runtime 37.0.0", + "sp-core 34.0.0", + "sp-io 37.0.0", + "sp-runtime 38.0.0", "sp-std", ] [[package]] name = "pallet-transaction-payment-rpc" -version = "36.0.0" +version = "37.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1019cbb539e864eabafc9cb327799c64ba885825cff822c654e4f394da1250e" +checksum = "0e53aea571916432782288ba28ba2724a9564428c5b75a5b46dc13f633092708" dependencies = [ "jsonrpsee", - "pallet-transaction-payment-rpc-runtime-api 34.0.0", + "pallet-transaction-payment-rpc-runtime-api 35.0.0", "parity-scale-codec", - "sp-api 32.0.0", + "sp-api 33.0.0", "sp-blockchain", - "sp-core 33.0.1", + "sp-core 34.0.0", "sp-rpc", - "sp-runtime 37.0.0", + "sp-runtime 38.0.0", "sp-weights 31.0.0", ] @@ -9511,14 +9544,14 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d5362418d8a4ec0bf93773d79f5fc88d6533c5bb9939e495db7072d8db4dc1d" +checksum = "331b2011bdf0ede2b607431360a94b7c3198f706bff63cd727c259e815f62389" dependencies = [ - "pallet-transaction-payment 34.0.0", + "pallet-transaction-payment 35.0.0", "parity-scale-codec", - "sp-api 32.0.0", - "sp-runtime 37.0.0", + "sp-api 33.0.0", + "sp-runtime 38.0.0", "sp-weights 31.0.0", ] @@ -9544,21 +9577,21 @@ dependencies = [ [[package]] name = "pallet-treasury" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b88e19f21e3ddec95df10b3f9411c801733f2e0a8185a7ed18ef17e98951fa2" +checksum = "1317444c1dd38d7281db919b88331a9a76b483450a78f800d1cb76e21ce33563" dependencies = [ "docify", - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "impl-trait-for-tuples", - "pallet-balances 35.0.0", + "pallet-balances 36.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 33.0.1", - "sp-runtime 37.0.0", + "sp-core 34.0.0", + "sp-runtime 38.0.0", "sp-std", ] @@ -9597,18 +9630,18 @@ dependencies = [ [[package]] name = "pallet-utility" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4eb9f2e5a8595de607cfb062e0c115fadce3034c902b843f8f41636376a08d0a" +checksum = "489431d3b751d07853119fd250145273ea050e84565b3435b5b19c6d3f622b56" dependencies = [ - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "parity-scale-codec", "scale-info", - "sp-core 33.0.1", - "sp-io 36.0.0", - "sp-runtime 37.0.0", + "sp-core 34.0.0", + "sp-io 37.0.0", + "sp-runtime 38.0.0", "sp-std", ] @@ -9630,17 +9663,17 @@ dependencies = [ [[package]] name = "pallet-vesting" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8205beed2e075ef3d3651bb806d39fda894861e8e82807e42553d499d5e552f6" +checksum = "79641f9c6720a5f1705a0b7464c13a6cf4c0a3d3c9db523ed73c345130bcaadd" dependencies = [ - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 37.0.0", + "sp-runtime 38.0.0", "sp-std", ] @@ -9662,17 +9695,17 @@ dependencies = [ [[package]] name = "pallet-whitelist" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebeaf4774a0c69823a35560daea3642b98a5fc12432ce92efc0dd22b491e2dc7" +checksum = "7a8196f8403117eab3042f49bec96b80290e9bef678017073f62b409e5311476" dependencies = [ - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "parity-scale-codec", "scale-info", - "sp-api 32.0.0", - "sp-runtime 37.0.0", + "sp-api 33.0.0", + "sp-runtime 38.0.0", "sp-std", ] @@ -9702,26 +9735,26 @@ dependencies = [ [[package]] name = "pallet-xcm" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef5697c6ac29c8dd2e96d895ba6fe64b969fdcc5a5ab8cf6fa83240a519b2460" +checksum = "870c71f937c78c722fc91a8f8fdf7bc0c74590eb01413eb17c5a72c405c9f134" dependencies = [ "bounded-collections 0.2.0", - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "log", - "pallet-balances 35.0.0", + "pallet-balances 36.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 33.0.1", - "sp-io 36.0.0", - "sp-runtime 37.0.0", + "sp-core 34.0.0", + "sp-io 37.0.0", + "sp-runtime 38.0.0", "sp-std", - "staging-xcm 13.0.1", - "staging-xcm-builder 13.0.0", - "staging-xcm-executor 13.0.0", + "staging-xcm 14.1.0", + "staging-xcm-builder 14.0.0", + "staging-xcm-executor 14.0.0", "xcm-fee-payment-runtime-api", ] @@ -9747,22 +9780,22 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48a95a496f4c2ce2c7b9318584f7e7c589efe456be161ad373144d8e356be6ac" +checksum = "19da3779debfcbaecda285e8d240d0415cc7df7ff0b75bcaa227dbc2fa0cdb5c" dependencies = [ - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 36.0.0", - "sp-runtime 37.0.0", + "sp-io 37.0.0", + "sp-runtime 38.0.0", "sp-std", - "staging-xcm 13.0.1", - "staging-xcm-builder 13.0.0", - "staging-xcm-executor 13.0.0", + "staging-xcm 14.1.0", + "staging-xcm-builder 14.0.0", + "staging-xcm-executor 14.0.0", ] [[package]] @@ -9787,22 +9820,22 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub-router" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7a51e8e2589eeff6fbbd380c88436276922ea7b8cf8d146ce8e2450e445511c" +checksum = "806996c671acfb8640cb7a29de16c58092b81a6e15b22e3a3fffe0c2a4845b03" dependencies = [ - "bp-xcm-bridge-hub-router 0.12.0", - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "bp-xcm-bridge-hub-router 0.13.0", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 33.0.1", - "sp-runtime 37.0.0", + "sp-core 34.0.0", + "sp-runtime 38.0.0", "sp-std", - "staging-xcm 13.0.1", - "staging-xcm-builder 13.0.0", + "staging-xcm 14.1.0", + "staging-xcm-builder 14.0.0", ] [[package]] @@ -9839,66 +9872,66 @@ dependencies = [ [[package]] name = "parachains-common" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4a8836c0b86d76631b19fcc5daeb93c028c947a872fba0b1cd9621c0cf031be" +checksum = "41525e5ddae2ae87949323fce5ba5e039ac5ceea2a76bcf34c6e794c111134f7" dependencies = [ - "cumulus-primitives-core 0.13.0", - "cumulus-primitives-utility 0.13.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "cumulus-primitives-core 0.14.0", + "cumulus-primitives-utility 0.14.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "log", - "pallet-asset-tx-payment 34.0.0", - "pallet-assets 35.0.0", - "pallet-authorship 34.0.0", - "pallet-balances 35.0.0", - "pallet-collator-selection 15.0.0", - "pallet-message-queue 37.0.0", - "pallet-xcm 13.0.0", + "pallet-asset-tx-payment 35.0.0", + "pallet-assets 36.0.0", + "pallet-authorship 35.0.0", + "pallet-balances 36.0.0", + "pallet-collator-selection 16.0.0", + "pallet-message-queue 38.0.0", + "pallet-xcm 14.0.0", "parity-scale-codec", - "polkadot-primitives 13.0.0", + "polkadot-primitives 14.0.0", "scale-info", - "sp-consensus-aura 0.38.0", - "sp-core 33.0.1", - "sp-io 36.0.0", - "sp-runtime 37.0.0", + "sp-consensus-aura 0.39.0", + "sp-core 34.0.0", + "sp-io 37.0.0", + "sp-runtime 38.0.0", "sp-std", - "staging-parachain-info 0.13.0", - "staging-xcm 13.0.1", - "staging-xcm-executor 13.0.0", - "substrate-wasm-builder 22.0.1", + "staging-parachain-info 0.14.0", + "staging-xcm 14.1.0", + "staging-xcm-executor 14.0.0", + "substrate-wasm-builder 23.0.0", ] [[package]] name = "parachains-runtimes-test-utils" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a1fd49aff694210005c79dcfdc6a9166ba62a2fb25f11b3c1ffe22bc7a7c184" +checksum = "459295caad69abc21337036427d7ecd09e3956c3464ba9be7a0c57655e572f8f" dependencies = [ - "cumulus-pallet-parachain-system 0.13.0", - "cumulus-pallet-xcmp-queue 0.13.0", - "cumulus-primitives-core 0.13.0", - "cumulus-primitives-parachain-inherent 0.13.0", + "cumulus-pallet-parachain-system 0.14.0", + "cumulus-pallet-xcmp-queue 0.14.0", + "cumulus-primitives-core 0.14.0", + "cumulus-primitives-parachain-inherent 0.14.0", "cumulus-test-relay-sproof-builder", - "frame-support 34.0.0", - "frame-system 34.0.1", - "pallet-balances 35.0.0", - "pallet-collator-selection 15.0.0", - "pallet-session 34.0.0", - "pallet-timestamp 33.0.0", - "pallet-xcm 13.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 12.0.0", - "sp-consensus-aura 0.38.0", - "sp-core 33.0.1", - "sp-io 36.0.0", - "sp-runtime 37.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", + "pallet-balances 36.0.0", + "pallet-collator-selection 16.0.0", + "pallet-session 35.0.0", + "pallet-timestamp 34.0.0", + "pallet-xcm 14.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 13.0.0", + "sp-consensus-aura 0.39.0", + "sp-core 34.0.0", + "sp-io 37.0.0", + "sp-runtime 38.0.0", "sp-std", "sp-tracing 17.0.0", - "staging-parachain-info 0.13.0", - "staging-xcm 13.0.1", - "staging-xcm-executor 13.0.0", - "substrate-wasm-builder 22.0.1", + "staging-parachain-info 0.14.0", + "staging-xcm 14.1.0", + "staging-xcm-executor 14.0.0", + "substrate-wasm-builder 23.0.0", ] [[package]] @@ -9908,8 +9941,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4e69bf016dc406eff7d53a7d3f7cf1c2e72c82b9088aac1118591e36dd2cd3e9" dependencies = [ "bitcoin_hashes 0.13.0", - "rand 0.8.5", - "rand_core 0.6.4", + "rand 0.7.3", + "rand_core 0.5.1", "serde", "unicode-normalization", ] @@ -10078,7 +10111,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", @@ -10117,7 +10150,7 @@ dependencies = [ "pallet-session 29.0.0", "pallet-session-benchmarking 29.0.0", "pallet-staking 29.0.3", - "pallet-staking-reward-curve", + "pallet-staking-reward-curve 11.0.0", "pallet-staking-reward-fn 20.0.0", "pallet-staking-runtime-api 15.0.1", "pallet-state-trie-migration 30.0.0", @@ -10364,9 +10397,9 @@ checksum = "db23d408679286588f4d4644f965003d056e3dd5abcaaa938116871d7ce2fee7" [[package]] name = "polkadot-approval-distribution" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e286afe25b8f3cb10a0e31ad71ae9816b6357887ac88d4c1c80c275c775f6f9" +checksum = "cd2f7de61c3e30845822cf071fced5302ce8d8dd9127c8cadb1aac1d6a431d50" dependencies = [ "bitvec", "futures", @@ -10378,16 +10411,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 13.0.0", + "polkadot-primitives 14.0.0", "rand 0.8.5", "tracing-gum", ] [[package]] name = "polkadot-availability-bitfield-distribution" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbdfe06f87b9bff2586e079f33980115ad4d98fe984220340e8463b257efc47e" +checksum = "9ddd8c20cba24cc94df433357e90f542cfdd1d1835d6a3859dc379b7eeb7cb43" dependencies = [ "always-assert", "futures", @@ -10395,16 +10428,16 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 13.0.0", + "polkadot-primitives 14.0.0", "rand 0.8.5", "tracing-gum", ] [[package]] name = "polkadot-availability-distribution" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3abdb4827ede5b83e8eb196589d14e55ba004fd039bb37270c53ca4988d6876" +checksum = "4eca33cf1901a090ac35ffc991e6394cb8ba5020234d6e32a800f5051ce629b9" dependencies = [ "derive_more", "fatality", @@ -10415,20 +10448,21 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 13.0.0", + "polkadot-primitives 14.0.0", "rand 0.8.5", + "sc-network", "schnellru", - "sp-core 33.0.1", - "sp-keystore 0.39.0", + "sp-core 34.0.0", + "sp-keystore 0.40.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-availability-recovery" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42cf9cefe5cd848bc70094e4ccced9a080d8e416eafbfb8347c7d04477263668" +checksum = "1817e10f78d6c8dafc63f25cc5e15e93cad4a1b861f8b8634fa6244441624582" dependencies = [ "async-trait", "fatality", @@ -10439,7 +10473,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 13.0.0", + "polkadot-primitives 14.0.0", "rand 0.8.5", "sc-network", "schnellru", @@ -10460,9 +10494,9 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16f8ad5726f1934ed4b20608ff9839cf0c4c99403b0b661376c99c06a2156737" +checksum = "ecebd0f0e2dc1bcb521245c2ff2b76854407691cf782586eadd4a868f526aab9" dependencies = [ "cfg-if", "clap", @@ -10478,20 +10512,20 @@ dependencies = [ "sc-storage-monitor", "sc-sysinfo", "sc-tracing", - "sp-core 33.0.1", - "sp-io 36.0.0", - "sp-keyring 37.0.0", + "sp-core 34.0.0", + "sp-io 37.0.0", + "sp-keyring 38.0.0", "sp-maybe-compressed-blob", - "sp-runtime 37.0.0", + "sp-runtime 38.0.0", "substrate-build-script-utils", "thiserror", ] [[package]] name = "polkadot-collator-protocol" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "adc243c5ec6656333c0a2e8e218bea936b4d8d7566902c9825539e8058e29d77" +checksum = "4440aad91c57574efb4a04e095570111d31c3a24d0fceb203973585243d74ae8" dependencies = [ "bitvec", "fatality", @@ -10501,10 +10535,10 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 13.0.0", - "sp-core 33.0.1", - "sp-keystore 0.39.0", - "sp-runtime 37.0.0", + "polkadot-primitives 14.0.0", + "sp-core 34.0.0", + "sp-keystore 0.40.0", + "sp-runtime 38.0.0", "thiserror", "tokio-util", "tracing-gum", @@ -10525,22 +10559,22 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fed6798f76290be654149afd585cfef09bf796990b68c79d7ee5e5110a04d15" +checksum = "17c72ee63bcf920f963cd7ac066759b0b649350c8ab3781a85a6aac87b1488f2" dependencies = [ "parity-scale-codec", "scale-info", - "sp-core 33.0.1", - "sp-runtime 37.0.0", + "sp-core 34.0.0", + "sp-runtime 38.0.0", "sp-std", ] [[package]] name = "polkadot-dispute-distribution" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8948a0740287f37c431c0d1741f9548ea20e2be2e8ddca00221d463a1ea0de9" +checksum = "afeea4e15a232d97e73be9acddded88df0749e583b6bc80ba5400e6f9a8ea912" dependencies = [ "derive_more", "fatality", @@ -10553,58 +10587,58 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 13.0.0", + "polkadot-primitives 14.0.0", "sc-network", "schnellru", - "sp-application-crypto 36.0.0", - "sp-keystore 0.39.0", + "sp-application-crypto 37.0.0", + "sp-keystore 0.40.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-erasure-coding" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87e898aa343f565e65b48c99e30ab776a2bdcc7088b048942c09594f3e3776e4" +checksum = "6a39a54a269817e09d602b4e9c527905f9e367ff7c6337b1b3e1e048515f6b59" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", - "polkadot-primitives 13.0.0", + "polkadot-primitives 14.0.0", "reed-solomon-novelpoly", - "sp-core 33.0.1", - "sp-trie 35.0.0", + "sp-core 34.0.0", + "sp-trie 36.0.0", "thiserror", ] [[package]] name = "polkadot-gossip-support" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "824bf17499380d6038106160125c14977f771e5889f85bee74183c6cb76be30a" +checksum = "45a5a4f4ef27ac178251ab064a2545e9e303e8fd1b1264b6df461e425b054065" dependencies = [ "futures", "futures-timer", "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 13.0.0", + "polkadot-primitives 14.0.0", "rand 0.8.5", "rand_chacha 0.3.1", "sc-network", "sc-network-common", - "sp-application-crypto 36.0.0", - "sp-core 33.0.1", + "sp-application-crypto 37.0.0", + "sp-core 34.0.0", "sp-crypto-hashing", - "sp-keystore 0.39.0", + "sp-keystore 0.40.0", "tracing-gum", ] [[package]] name = "polkadot-network-bridge" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b415a638142f6d0a1e2adee0928fa0ec6a3a195dce4b90e2fd8985fcd11629ca" +checksum = "ebc32407362fa5f8444067bf6b7942ae5f10dfc1a4bde056181a085381d9d60c" dependencies = [ "always-assert", "async-trait", @@ -10617,7 +10651,7 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 13.0.0", + "polkadot-primitives 14.0.0", "sc-network", "sp-consensus", "thiserror", @@ -10626,9 +10660,9 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab2b311707daf7f3183c62fc1c7758be4ae566b5a4d9320dbefe938d31a0831a" +checksum = "c9d84116b4220e2f8f8c5c3933dc4a21c3c8751079b3d89c605121b44fd201e8" dependencies = [ "futures", "parity-scale-codec", @@ -10636,8 +10670,8 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 13.0.0", - "sp-core 33.0.1", + "polkadot-primitives 14.0.0", + "sp-core 34.0.0", "sp-maybe-compressed-blob", "thiserror", "tracing-gum", @@ -10645,9 +10679,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2db9fcf15099e8ecd8e23f636302d137d73dba14236e959fb4ab091cfec3ead4" +checksum = "a9e37706970e30cd57d2aa9d0ab57a6c25474c8bae0a2ef7b7dc4dc262ccd146" dependencies = [ "bitvec", "derive_more", @@ -10662,26 +10696,26 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 13.0.0", + "polkadot-primitives 14.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 36.0.0", + "sp-application-crypto 37.0.0", "sp-consensus", - "sp-consensus-slots 0.38.0", - "sp-runtime 37.0.0", + "sp-consensus-slots 0.39.0", + "sp-runtime 38.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-av-store" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eea8680f339aecffaf2238a5f8e1bc9689cf5d67b7071760707aedfc4eaa3160" +checksum = "503d0c01f6b0f2ed31bd531ef9763719df4355b63d19e489a796912743afd423" dependencies = [ "bitvec", "futures", @@ -10694,7 +10728,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 13.0.0", + "polkadot-primitives 14.0.0", "sp-consensus", "thiserror", "tracing-gum", @@ -10702,9 +10736,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efd7fb51c8affa18d0f5db31b682678d501451584c5ceddf686bad9dffc5950f" +checksum = "01e5505fabfb2b9dcebc05f596c249b57a2b4dcb9d65d5655406fb1693f3f5db" dependencies = [ "bitvec", "fatality", @@ -10713,25 +10747,25 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 13.0.0", + "polkadot-primitives 14.0.0", "polkadot-statement-table", "schnellru", - "sp-keystore 0.39.0", + "sp-keystore 0.40.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-bitfield-signing" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5081cfead44128c0a6628d99437c19f649bc55f8dd2ed59c09874d7622b2d198" +checksum = "2af24edddafe308811f73dbd5a97b26a8ceb9a4ee1da5a6ae8487250b1930b0a" dependencies = [ "futures", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 13.0.0", - "sp-keystore 0.39.0", + "polkadot-primitives 14.0.0", + "sp-keystore 0.40.0", "thiserror", "tracing-gum", "wasm-timer", @@ -10739,9 +10773,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81220717085bd60549c8c5e4adfc4bea56e224f825f03f8660b953bab79fd1b0" +checksum = "9d16611223b95f59b3b3395b97807035114b7b3f4fc91cdea893981534e3a0bb" dependencies = [ "async-trait", "futures", @@ -10753,17 +10787,17 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-parachain-primitives 12.0.0", - "polkadot-primitives 13.0.0", + "polkadot-parachain-primitives 13.0.0", + "polkadot-primitives 14.0.0", "sp-maybe-compressed-blob", "tracing-gum", ] [[package]] name = "polkadot-node-core-chain-api" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "417bc195bb50f5c1b5db5d8d04783b81e8e54e9c82447d9880f58a59670f8db2" +checksum = "09318b543a6e7a1a7309e1841331e8a2d9f0c7ef2a2929efb75f296492cff36b" dependencies = [ "futures", "polkadot-node-metrics", @@ -10776,9 +10810,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9373236b5d0b50c506204f456e32c13a1fda71a0f02ba6b6228c1fe07812e0d" +checksum = "358fd0d04fa636c94b1fdead690d2049e580843cfd623a913297d791d0d9db23" dependencies = [ "futures", "futures-timer", @@ -10787,16 +10821,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 13.0.0", + "polkadot-primitives 14.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-dispute-coordinator" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a854e6e2d8b5570ac2ec3af9f0b39fff70082c7b26df4621460a3f563c06f2a6" +checksum = "ef762a62e1c3894b01c7103710bb17fb8b4bb65444011d5e9e62a78933874d47" dependencies = [ "fatality", "futures", @@ -10805,7 +10839,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 13.0.0", + "polkadot-primitives 14.0.0", "sc-keystore", "schnellru", "thiserror", @@ -10814,27 +10848,27 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4546a35725c881bae40b125237c72fa3ba9398bd7d59cdfc594d018a3d86cfb6" +checksum = "0ad8e655826a7a7f437e53331c6e1959930307c0ec9c174f100cb1a28f95267d" dependencies = [ "async-trait", "futures", "futures-timer", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 13.0.0", + "polkadot-primitives 14.0.0", "sp-blockchain", - "sp-inherents 32.0.0", + "sp-inherents 33.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-prospective-parachains" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d1bb5aa18ecf4e7102b0aca1bf5992ca09b18969c5582852ed81d088a5535dc" +checksum = "3899b61909cc0578ee72f73d67fca81865a2c8459df0a440df07a7203757f587" dependencies = [ "bitvec", "fatality", @@ -10843,16 +10877,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 13.0.0", + "polkadot-primitives 14.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-provisioner" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b087b67faa4ad089f1979fe1a510afe856a9c5a356c78c9f02ba3def02d1d51" +checksum = "16da0e6b5778ac22802fb30c83e6a4e861f8386c8104a63ae0ed15cc959497c4" dependencies = [ "bitvec", "fatality", @@ -10861,7 +10895,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 13.0.0", + "polkadot-primitives 14.0.0", "schnellru", "thiserror", "tracing-gum", @@ -10869,9 +10903,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08225e89f86d7ac77a58e75e2f42f25487575717673d940570dc02b28423047a" +checksum = "147d797f376100bfb83dfff60cd86805e1ccbd5a6d3db76bc2adc73ce95c1818" dependencies = [ "always-assert", "array-bytes", @@ -10881,16 +10915,16 @@ dependencies = [ "futures-timer", "parity-scale-codec", "pin-project", - "polkadot-core-primitives 13.0.0", + "polkadot-core-primitives 14.0.0", "polkadot-node-core-pvf-common", "polkadot-node-metrics", "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-parachain-primitives 12.0.0", - "polkadot-primitives 13.0.0", + "polkadot-parachain-primitives 13.0.0", + "polkadot-primitives 14.0.0", "rand 0.8.5", "slotmap", - "sp-core 33.0.1", + "sp-core 34.0.0", "tempfile", "thiserror", "tokio", @@ -10899,26 +10933,26 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38b4d5b001b0e079ec3043103543d52a6c561ea58afd7e4a552c2b5f82219d99" +checksum = "39152f2c3b313cd901f3c9554a1622b4a2deacd539af3a7bfae6fbb94839ad9c" dependencies = [ "futures", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 13.0.0", - "sp-keystore 0.39.0", + "polkadot-primitives 14.0.0", + "sp-keystore 0.40.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-pvf-common" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da16a57610c19669a557bfbad8619dde57d72392b6ee77ceeae15f6b6e6bc327" +checksum = "d8ab48ae1d313a9053153ad66cd9f80f26731feb54a7f03208d60076f1b3e188" dependencies = [ "cpu-time", "futures", @@ -10926,16 +10960,16 @@ dependencies = [ "libc", "nix 0.28.0", "parity-scale-codec", - "polkadot-parachain-primitives 12.0.0", - "polkadot-primitives 13.0.0", + "polkadot-parachain-primitives 13.0.0", + "polkadot-primitives 14.0.0", "sc-executor", "sc-executor-common", "sc-executor-wasmtime", "seccompiler", - "sp-core 33.0.1", + "sp-core 34.0.0", "sp-crypto-hashing", - "sp-externalities 0.28.0", - "sp-io 36.0.0", + "sp-externalities 0.29.0", + "sp-io 37.0.0", "sp-tracing 17.0.0", "thiserror", "tracing-gum", @@ -10943,25 +10977,25 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb515d39f8fd15b6ea0377feb6c891fe76edcc4845958e1ae0595ae5b4239db2" +checksum = "9c19882aa444012ea6c610b473131b0f15ef12e3dd2f897125ef57b38fdc8acc" dependencies = [ "futures", "polkadot-node-metrics", "polkadot-node-subsystem", "polkadot-node-subsystem-types", - "polkadot-primitives 13.0.0", + "polkadot-primitives 14.0.0", "schnellru", - "sp-consensus-babe 0.38.0", + "sp-consensus-babe 0.39.0", "tracing-gum", ] [[package]] name = "polkadot-node-jaeger" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff7a596644f8861f8a298ca06bd489abb359a42dc4314bd7b9cc9bf8c53f066e" +checksum = "fd5e646fedc21914c77e682e8ec93f6d3440887fb076cd6b7b267f9bc193c025" dependencies = [ "lazy_static", "log", @@ -10969,26 +11003,26 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", "polkadot-node-primitives", - "polkadot-primitives 13.0.0", + "polkadot-primitives 14.0.0", "sc-network", - "sc-network-types 0.11.0", - "sp-core 33.0.1", + "sc-network-types", + "sp-core 34.0.0", "thiserror", "tokio", ] [[package]] name = "polkadot-node-metrics" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b758d586de1b1fb1a83d008be8f1930b131cf3b6959f9a1d24021a2906b9e9b" +checksum = "32a808897db8b9c36f89f148febcbdb0a02b06f8938752113d8972f3a836d518" dependencies = [ "bs58 0.5.1", "futures", "futures-timer", "log", "parity-scale-codec", - "polkadot-primitives 13.0.0", + "polkadot-primitives 14.0.0", "prioritized-metered-channel", "sc-cli", "sc-service", @@ -10999,9 +11033,9 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6da2f608ea60ec601aa33863637de01f325235eaaa0c6193eee9aea27755b5a9" +checksum = "9e745a85464f42b58fc645c020cbd78baa083e0ebf1af2b4f499eb466e19e405" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -11013,12 +11047,12 @@ dependencies = [ "parity-scale-codec", "polkadot-node-jaeger", "polkadot-node-primitives", - "polkadot-primitives 13.0.0", + "polkadot-primitives 14.0.0", "rand 0.8.5", "sc-authority-discovery", "sc-network", - "sc-network-types 0.11.0", - "sp-runtime 37.0.0", + "sc-network-types", + "sp-runtime 38.0.0", "strum 0.26.2", "thiserror", "tracing-gum", @@ -11026,33 +11060,33 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39956470139586e4b10b9e913dc7ae26005a45ba1c4e98feade1d9449e4a25ed" +checksum = "779833f70a1563ed042d3c6b831a45c5ea0f80caa8f4ede487f7bee3130168fb" dependencies = [ "bitvec", "bounded-vec", "futures", "parity-scale-codec", - "polkadot-parachain-primitives 12.0.0", - "polkadot-primitives 13.0.0", + "polkadot-parachain-primitives 13.0.0", + "polkadot-primitives 14.0.0", "schnorrkel 0.11.4", "serde", - "sp-application-crypto 36.0.0", - "sp-consensus-babe 0.38.0", - "sp-core 33.0.1", - "sp-keystore 0.39.0", + "sp-application-crypto 37.0.0", + "sp-consensus-babe 0.39.0", + "sp-core 34.0.0", + "sp-keystore 0.40.0", "sp-maybe-compressed-blob", - "sp-runtime 37.0.0", + "sp-runtime 38.0.0", "thiserror", "zstd 0.12.4", ] [[package]] name = "polkadot-node-subsystem" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a560c09498c1b311e96896e6ed952308d2972577035ac643ed57d070956877b" +checksum = "1496f6759e964605b18d744babe6b4c430f4c0f4580663179f85976deffc5e39" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -11061,39 +11095,40 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f94a624078ec1714b468f57dbc1c8730ec24a4f3241d774c43b5c501b61ed66" +checksum = "a3ec11aa0eec2adede73aa14f0ebeb2794180f1b5322f0e75bfd1215d3f29b68" dependencies = [ "async-trait", "bitvec", "derive_more", + "fatality", "futures", "orchestra", "polkadot-node-jaeger", "polkadot-node-network-protocol", "polkadot-node-primitives", - "polkadot-primitives 13.0.0", + "polkadot-primitives 14.0.0", "polkadot-statement-table", "sc-client-api", "sc-network", - "sc-network-types 0.11.0", + "sc-network-types", "sc-transaction-pool-api", "smallvec", - "sp-api 32.0.0", - "sp-authority-discovery 32.0.0", + "sp-api 33.0.0", + "sp-authority-discovery 33.0.0", "sp-blockchain", - "sp-consensus-babe 0.38.0", - "sp-runtime 37.0.0", + "sp-consensus-babe 0.39.0", + "sp-runtime 38.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "polkadot-node-subsystem-util" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14e7920f7ae2e610b615ecd764c43c356f38492cc3236520e83537cc9e21141f" +checksum = "aaedb65dccd2fa8dc6c060fc93d11c73794f0b3ed3cbae20bd27159e16345785" dependencies = [ "async-trait", "derive_more", @@ -11106,6 +11141,7 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", "pin-project", + "polkadot-erasure-coding", "polkadot-node-jaeger", "polkadot-node-metrics", "polkadot-node-network-protocol", @@ -11113,23 +11149,23 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-types", "polkadot-overseer", - "polkadot-primitives 13.0.0", + "polkadot-primitives 14.0.0", "prioritized-metered-channel", "rand 0.8.5", "sc-client-api", "schnellru", - "sp-application-crypto 36.0.0", - "sp-core 33.0.1", - "sp-keystore 0.39.0", + "sp-application-crypto 37.0.0", + "sp-core 34.0.0", + "sp-keystore 0.40.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-overseer" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95b741afa899f746735fe67e62cbfebc5168b95bcfbaad75f27b01a6e6a5ff8a" +checksum = "4004808b1cdfac76b38d4af1331f63a1ea4dabc64ce95526d2d2db2a637017cf" dependencies = [ "async-trait", "futures", @@ -11140,10 +11176,10 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-primitives", "polkadot-node-subsystem-types", - "polkadot-primitives 13.0.0", + "polkadot-primitives 14.0.0", "sc-client-api", - "sp-api 32.0.0", - "sp-core 33.0.1", + "sp-api 33.0.0", + "sp-core 34.0.0", "tikv-jemalloc-ctl", "tracing-gum", ] @@ -11168,18 +11204,18 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64cbf31ea1fbf6e8f2db854813269abfca3a7eb5e2c4b1493345a29b2a01abd5" +checksum = "f61070d0ff28f596890def0e0d03c231860796130b2a43e293106fa86a50c9a9" dependencies = [ "bounded-collections 0.2.0", "derive_more", "parity-scale-codec", - "polkadot-core-primitives 13.0.0", + "polkadot-core-primitives 14.0.0", "scale-info", "serde", - "sp-core 33.0.1", - "sp-runtime 37.0.0", + "sp-core 34.0.0", + "sp-runtime 38.0.0", "sp-std", "sp-weights 31.0.0", ] @@ -11214,42 +11250,42 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7621b5ba096c04bf81c9e310c6cb327c365de5a68993aea380a1a897f3b0836" +checksum = "5a4879609f4340138930c3c7313256941104a3ff6f7ecb2569d15223da9b35b2" dependencies = [ "bitvec", "hex-literal", "log", "parity-scale-codec", - "polkadot-core-primitives 13.0.0", - "polkadot-parachain-primitives 12.0.0", + "polkadot-core-primitives 14.0.0", + "polkadot-parachain-primitives 13.0.0", "scale-info", "serde", - "sp-api 32.0.0", - "sp-application-crypto 36.0.0", + "sp-api 33.0.0", + "sp-application-crypto 37.0.0", "sp-arithmetic 26.0.0", - "sp-authority-discovery 32.0.0", - "sp-consensus-slots 0.38.0", - "sp-core 33.0.1", - "sp-inherents 32.0.0", - "sp-io 36.0.0", - "sp-keystore 0.39.0", - "sp-runtime 37.0.0", - "sp-staking 32.0.0", + "sp-authority-discovery 33.0.0", + "sp-consensus-slots 0.39.0", + "sp-core 34.0.0", + "sp-inherents 33.0.0", + "sp-io 37.0.0", + "sp-keystore 0.40.0", + "sp-runtime 38.0.0", + "sp-staking 33.0.0", "sp-std", ] [[package]] name = "polkadot-rpc" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c867202b559a9328f8f314d289a5e326f903a758e6b00e1fc1f7d60cf2941115" +checksum = "a9e0ff61f56a02a50d5d894b966e2224c67b9d2b7e38043832480089a7ca11fd" dependencies = [ "jsonrpsee", "mmr-rpc", "pallet-transaction-payment-rpc", - "polkadot-primitives 13.0.0", + "polkadot-primitives 14.0.0", "sc-chain-spec", "sc-client-api", "sc-consensus-babe", @@ -11263,13 +11299,15 @@ dependencies = [ "sc-rpc-spec-v2", "sc-sync-state-rpc", "sc-transaction-pool-api", - "sp-api 32.0.0", - "sp-block-builder 32.0.0", + "sp-api 33.0.0", + "sp-application-crypto 37.0.0", + "sp-block-builder 33.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.38.0", - "sp-keystore 0.39.0", - "sp-runtime 37.0.0", + "sp-consensus-babe 0.39.0", + "sp-consensus-beefy 20.0.0", + "sp-keystore 0.40.0", + "sp-runtime 38.0.0", "substrate-frame-rpc-system", "substrate-state-trie-migration-rpc", ] @@ -11328,53 +11366,53 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1215fb26c995f9a2ac815c28498e90347373d868f9e07bb8f180ea607a678108" +checksum = "929499dd53b664110a787bd700030c0d5aa55ff5732556007e052711920933e8" dependencies = [ "bitvec", - "frame-benchmarking 34.0.0", - "frame-election-provider-support 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-benchmarking 35.0.0", + "frame-election-provider-support 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "impl-trait-for-tuples", "libsecp256k1", "log", - "pallet-asset-rate 13.0.0", - "pallet-authorship 34.0.0", - "pallet-babe 34.0.0", - "pallet-balances 35.0.0", - "pallet-broker 0.12.0", - "pallet-election-provider-multi-phase 33.0.0", - "pallet-fast-unstake 33.0.0", - "pallet-identity 34.0.0", - "pallet-session 34.0.0", - "pallet-staking 34.0.0", + "pallet-asset-rate 14.0.0", + "pallet-authorship 35.0.0", + "pallet-babe 35.0.0", + "pallet-balances 36.0.0", + "pallet-broker 0.14.0", + "pallet-election-provider-multi-phase 34.0.0", + "pallet-fast-unstake 34.0.0", + "pallet-identity 35.0.0", + "pallet-session 35.0.0", + "pallet-staking 35.0.0", "pallet-staking-reward-fn 22.0.0", - "pallet-timestamp 33.0.0", - "pallet-transaction-payment 34.0.0", - "pallet-treasury 33.0.0", - "pallet-vesting 34.0.0", + "pallet-timestamp 34.0.0", + "pallet-transaction-payment 35.0.0", + "pallet-treasury 34.0.0", + "pallet-vesting 35.0.0", "parity-scale-codec", - "polkadot-primitives 13.0.0", - "polkadot-runtime-parachains 13.0.0", + "polkadot-primitives 14.0.0", + "polkadot-runtime-parachains 14.0.0", "rustc-hex", "scale-info", "serde", "serde_derive", - "slot-range-helper 13.0.0", - "sp-api 32.0.0", - "sp-core 33.0.1", - "sp-inherents 32.0.0", - "sp-io 36.0.0", - "sp-npos-elections 32.0.0", - "sp-runtime 37.0.0", - "sp-session 33.0.0", - "sp-staking 32.0.0", + "slot-range-helper 14.0.0", + "sp-api 33.0.0", + "sp-core 34.0.0", + "sp-inherents 33.0.0", + "sp-io 37.0.0", + "sp-npos-elections 33.0.0", + "sp-runtime 38.0.0", + "sp-session 34.0.0", + "sp-staking 33.0.0", "sp-std", - "staging-xcm 13.0.1", - "staging-xcm-builder 13.0.0", - "staging-xcm-executor 13.0.0", + "staging-xcm 14.1.0", + "staging-xcm-builder 14.0.0", + "staging-xcm-executor 14.0.0", "static_assertions", ] @@ -11394,14 +11432,14 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d54a84f56cf84685008ef66eb85d7ce6d87511b9c21a38ab214bbdd2917ae93f" +checksum = "17496ddf5f7bc75db80d8b5c8183a1fbc64d984c39238055c67bd45469d97e37" dependencies = [ "bs58 0.5.1", - "frame-benchmarking 34.0.0", + "frame-benchmarking 35.0.0", "parity-scale-codec", - "polkadot-primitives 13.0.0", + "polkadot-primitives 14.0.0", "sp-std", "sp-tracing 17.0.0", ] @@ -11458,66 +11496,66 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69158a812736547a76333b97da33fdcc2830e6f8c613d8e89541845e294537a6" +checksum = "2502de64c7fea2a931712c3e0eb0830ed0af753115472c7ccb2b74c4eba61c65" dependencies = [ "bitflags 1.3.2", "bitvec", "derive_more", - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "impl-trait-for-tuples", "log", - "pallet-authority-discovery 34.0.0", - "pallet-authorship 34.0.0", - "pallet-babe 34.0.0", - "pallet-balances 35.0.0", - "pallet-broker 0.12.0", - "pallet-message-queue 37.0.0", - "pallet-session 34.0.0", - "pallet-staking 34.0.0", - "pallet-timestamp 33.0.0", - "pallet-vesting 34.0.0", - "parity-scale-codec", - "polkadot-core-primitives 13.0.0", - "polkadot-parachain-primitives 12.0.0", - "polkadot-primitives 13.0.0", - "polkadot-runtime-metrics 13.0.0", + "pallet-authority-discovery 35.0.0", + "pallet-authorship 35.0.0", + "pallet-babe 35.0.0", + "pallet-balances 36.0.0", + "pallet-broker 0.14.0", + "pallet-message-queue 38.0.0", + "pallet-session 35.0.0", + "pallet-staking 35.0.0", + "pallet-timestamp 34.0.0", + "pallet-vesting 35.0.0", + "parity-scale-codec", + "polkadot-core-primitives 14.0.0", + "polkadot-parachain-primitives 13.0.0", + "polkadot-primitives 14.0.0", + "polkadot-runtime-metrics 14.0.0", "rand 0.8.5", "rand_chacha 0.3.1", "rustc-hex", "scale-info", "serde", - "sp-api 32.0.0", - "sp-application-crypto 36.0.0", + "sp-api 33.0.0", + "sp-application-crypto 37.0.0", "sp-arithmetic 26.0.0", - "sp-core 33.0.1", - "sp-inherents 32.0.0", - "sp-io 36.0.0", - "sp-keystore 0.39.0", - "sp-runtime 37.0.0", - "sp-session 33.0.0", - "sp-staking 32.0.0", + "sp-core 34.0.0", + "sp-inherents 33.0.0", + "sp-io 37.0.0", + "sp-keystore 0.40.0", + "sp-runtime 38.0.0", + "sp-session 34.0.0", + "sp-staking 33.0.0", "sp-std", - "staging-xcm 13.0.1", - "staging-xcm-executor 13.0.0", + "staging-xcm 14.1.0", + "staging-xcm-executor 14.0.0", "static_assertions", ] [[package]] name = "polkadot-service" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1cd7113642afd582260667a50d550378310fb68be3991316eda3ab3c82a37ccc" +checksum = "2d0a5439b90eedd716501595b789435d677e7f0aae24ee4c20081572bd4fa56a" dependencies = [ "async-trait", - "frame-benchmarking 34.0.0", + "frame-benchmarking 35.0.0", "frame-benchmarking-cli", - "frame-support 34.0.0", - "frame-system 34.0.1", - "frame-system-rpc-runtime-api 32.0.0", + "frame-support 35.0.0", + "frame-system 35.0.0", + "frame-system-rpc-runtime-api 33.0.0", "futures", "hex-literal", "is_executable", @@ -11525,10 +11563,10 @@ dependencies = [ "kvdb-rocksdb", "log", "mmr-gadget", - "pallet-babe 34.0.0", - "pallet-staking 34.0.0", - "pallet-transaction-payment 34.0.0", - "pallet-transaction-payment-rpc-runtime-api 34.0.0", + "pallet-babe 35.0.0", + "pallet-staking 35.0.0", + "pallet-transaction-payment 35.0.0", + "pallet-transaction-payment-rpc-runtime-api 35.0.0", "parity-db", "parity-scale-codec", "parking_lot 0.12.3", @@ -11537,7 +11575,7 @@ dependencies = [ "polkadot-availability-distribution", "polkadot-availability-recovery", "polkadot-collator-protocol", - "polkadot-core-primitives 13.0.0", + "polkadot-core-primitives 14.0.0", "polkadot-dispute-distribution", "polkadot-gossip-support", "polkadot-network-bridge", @@ -11562,10 +11600,10 @@ dependencies = [ "polkadot-node-subsystem-types", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-parachain-primitives 12.0.0", - "polkadot-primitives 13.0.0", + "polkadot-parachain-primitives 13.0.0", + "polkadot-primitives 14.0.0", "polkadot-rpc", - "polkadot-runtime-parachains 13.0.0", + "polkadot-runtime-parachains 14.0.0", "polkadot-statement-distribution", "rococo-runtime", "sc-authority-discovery", @@ -11594,30 +11632,30 @@ dependencies = [ "schnellru", "serde", "serde_json", - "sp-api 32.0.0", - "sp-authority-discovery 32.0.0", - "sp-block-builder 32.0.0", + "sp-api 33.0.0", + "sp-authority-discovery 33.0.0", + "sp-block-builder 33.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.38.0", - "sp-consensus-beefy 19.0.0", - "sp-consensus-grandpa 19.0.0", - "sp-core 33.0.1", - "sp-inherents 32.0.0", - "sp-io 36.0.0", - "sp-keyring 37.0.0", - "sp-keystore 0.39.0", - "sp-mmr-primitives 32.0.1", - "sp-offchain 32.0.0", - "sp-runtime 37.0.0", - "sp-session 33.0.0", - "sp-state-machine 0.41.0", + "sp-consensus-babe 0.39.0", + "sp-consensus-beefy 20.0.0", + "sp-consensus-grandpa 20.0.0", + "sp-core 34.0.0", + "sp-inherents 33.0.0", + "sp-io 37.0.0", + "sp-keyring 38.0.0", + "sp-keystore 0.40.0", + "sp-mmr-primitives 33.0.0", + "sp-offchain 33.0.0", + "sp-runtime 38.0.0", + "sp-session 34.0.0", + "sp-state-machine 0.42.0", "sp-storage 21.0.0", - "sp-timestamp 32.0.0", - "sp-transaction-pool 32.0.0", - "sp-version 35.0.0", + "sp-timestamp 33.0.0", + "sp-transaction-pool 33.0.0", + "sp-version 36.0.0", "sp-weights 31.0.0", - "staging-xcm 13.0.1", + "staging-xcm 14.1.0", "substrate-prometheus-endpoint", "thiserror", "tracing-gum", @@ -11627,9 +11665,9 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "246d41a17db83e3dce3d0b451887fb22991aceda9c78fe092f54fa98b6296178" +checksum = "4a14f12405ecfc8feab17a38756e3668619cd0df4613211c23e0258c24009c91" dependencies = [ "arrayvec 0.7.4", "bitvec", @@ -11642,22 +11680,22 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 13.0.0", - "sp-keystore 0.39.0", - "sp-staking 32.0.0", + "polkadot-primitives 14.0.0", + "sp-keystore 0.40.0", + "sp-staking 33.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-statement-table" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b9b54c9dbd043cdf485a5e0c2718892fe5c64e6114e2d1ce578fb33605b7c2e" +checksum = "947e9e3c8f71b9678f39a01f371a808b574823967dd9da187e6f886f5f08691c" dependencies = [ "parity-scale-codec", - "polkadot-primitives 13.0.0", - "sp-core 33.0.1", + "polkadot-primitives 14.0.0", + "sp-core 34.0.0", "tracing-gum", ] @@ -11810,11 +11848,11 @@ dependencies = [ "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-service", - "cumulus-primitives-aura 0.13.0", - "cumulus-primitives-core 0.13.0", - "cumulus-primitives-parachain-inherent 0.13.0", + "cumulus-primitives-aura 0.14.0", + "cumulus-primitives-core 0.14.0", + "cumulus-primitives-parachain-inherent 0.14.0", "cumulus-relay-chain-interface", - "frame-benchmarking 34.0.0", + "frame-benchmarking 35.0.0", "frame-benchmarking-cli", "futures", "jsonrpsee", @@ -11822,7 +11860,7 @@ dependencies = [ "pallet-transaction-payment-rpc", "parity-scale-codec", "polkadot-cli", - "polkadot-primitives 13.0.0", + "polkadot-primitives 14.0.0", "pop-runtime-common", "pop-runtime-devnet", "pop-runtime-testnet", @@ -11844,19 +11882,19 @@ dependencies = [ "sc-transaction-pool-api", "serde", "serde_json", - "sp-api 32.0.0", - "sp-block-builder 32.0.0", + "sp-api 33.0.0", + "sp-block-builder 33.0.0", "sp-blockchain", - "sp-consensus-aura 0.38.0", - "sp-core 33.0.1", - "sp-io 36.0.0", - "sp-keystore 0.39.0", - "sp-offchain 32.0.0", - "sp-runtime 37.0.0", - "sp-session 33.0.0", - "sp-timestamp 32.0.0", - "sp-transaction-pool 32.0.0", - "staging-xcm 13.0.1", + "sp-consensus-aura 0.39.0", + "sp-core 34.0.0", + "sp-io 37.0.0", + "sp-keystore 0.40.0", + "sp-offchain 33.0.0", + "sp-runtime 38.0.0", + "sp-session 34.0.0", + "sp-timestamp 33.0.0", + "sp-transaction-pool 33.0.0", + "staging-xcm 14.1.0", "substrate-build-script-utils", "substrate-frame-rpc-system", "substrate-prometheus-endpoint", @@ -11875,12 +11913,12 @@ dependencies = [ name = "pop-runtime-common" version = "0.0.0" dependencies = [ - "frame-support 34.0.0", - "parachains-common 13.0.0", + "frame-support 35.0.0", + "parachains-common 14.0.0", "parity-scale-codec", - "polkadot-primitives 13.0.0", + "polkadot-primitives 14.0.0", "scale-info", - "sp-runtime 37.0.0", + "sp-runtime 38.0.0", "sp-std", ] @@ -11888,147 +11926,149 @@ dependencies = [ name = "pop-runtime-devnet" version = "0.1.0" dependencies = [ - "cumulus-pallet-aura-ext 0.13.0", - "cumulus-pallet-parachain-system 0.13.0", - "cumulus-pallet-session-benchmarking 15.0.0", - "cumulus-pallet-xcm 0.13.0", - "cumulus-pallet-xcmp-queue 0.13.0", - "cumulus-primitives-aura 0.13.0", - "cumulus-primitives-core 0.13.0", + "cumulus-pallet-aura-ext 0.14.0", + "cumulus-pallet-parachain-system 0.14.0", + "cumulus-pallet-session-benchmarking 16.0.0", + "cumulus-pallet-xcm 0.14.0", + "cumulus-pallet-xcmp-queue 0.14.0", + "cumulus-primitives-aura 0.14.0", + "cumulus-primitives-core 0.14.0", "cumulus-primitives-storage-weight-reclaim", - "cumulus-primitives-utility 0.13.0", + "cumulus-primitives-utility 0.14.0", "enumflags2", "env_logger 0.11.5", - "frame-benchmarking 34.0.0", - "frame-executive 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", - "frame-system-benchmarking 34.0.0", - "frame-system-rpc-runtime-api 32.0.0", - "frame-try-runtime 0.40.0", + "frame-benchmarking 35.0.0", + "frame-executive 35.0.0", + "frame-metadata-hash-extension 0.3.0", + "frame-support 35.0.0", + "frame-system 35.0.0", + "frame-system-benchmarking 35.0.0", + "frame-system-rpc-runtime-api 33.0.0", + "frame-try-runtime 0.41.0", "hex", "hex-literal", "log", - "pallet-assets 35.0.0", - "pallet-aura 33.0.0", - "pallet-authorship 34.0.0", - "pallet-balances 35.0.0", - "pallet-collator-selection 15.0.0", + "pallet-assets 36.0.0", + "pallet-aura 34.0.0", + "pallet-authorship 35.0.0", + "pallet-balances 36.0.0", + "pallet-collator-selection 16.0.0", "pallet-contracts", - "pallet-message-queue 37.0.0", - "pallet-multisig 34.0.0", + "pallet-message-queue 38.0.0", + "pallet-multisig 35.0.0", "pallet-nft-fractionalization", - "pallet-nfts 28.0.0", - "pallet-nfts-runtime-api 20.0.0", - "pallet-preimage 34.0.0", - "pallet-proxy 34.0.0", - "pallet-scheduler 35.0.0", - "pallet-session 34.0.0", - "pallet-sudo 34.0.0", - "pallet-timestamp 33.0.0", - "pallet-transaction-payment 34.0.0", - "pallet-transaction-payment-rpc-runtime-api 34.0.0", - "pallet-utility 34.0.0", - "pallet-xcm 13.0.0", - "parachains-common 13.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 12.0.0", - "polkadot-runtime-common 13.0.0", + "pallet-nfts 29.0.0", + "pallet-nfts-runtime-api 21.0.0", + "pallet-preimage 35.0.0", + "pallet-proxy 35.0.0", + "pallet-scheduler 36.0.0", + "pallet-session 35.0.0", + "pallet-sudo 35.0.0", + "pallet-timestamp 34.0.0", + "pallet-transaction-payment 35.0.0", + "pallet-transaction-payment-rpc-runtime-api 35.0.0", + "pallet-utility 35.0.0", + "pallet-xcm 14.0.0", + "parachains-common 14.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 13.0.0", + "polkadot-runtime-common 14.0.0", "pop-primitives", "pop-runtime-common", "scale-info", "smallvec", - "sp-api 32.0.0", - "sp-block-builder 32.0.0", - "sp-consensus-aura 0.38.0", - "sp-core 33.0.1", - "sp-genesis-builder 0.13.0", - "sp-inherents 32.0.0", - "sp-io 36.0.0", - "sp-offchain 32.0.0", - "sp-runtime 37.0.0", - "sp-session 33.0.0", + "sp-api 33.0.0", + "sp-block-builder 33.0.0", + "sp-consensus-aura 0.39.0", + "sp-core 34.0.0", + "sp-genesis-builder 0.14.0", + "sp-inherents 33.0.0", + "sp-io 37.0.0", + "sp-offchain 33.0.0", + "sp-runtime 38.0.0", + "sp-session 34.0.0", "sp-std", - "sp-transaction-pool 32.0.0", - "sp-version 35.0.0", - "staging-parachain-info 0.13.0", - "staging-xcm 13.0.1", - "staging-xcm-builder 13.0.0", - "staging-xcm-executor 13.0.0", - "substrate-wasm-builder 22.0.1", + "sp-transaction-pool 33.0.0", + "sp-version 36.0.0", + "staging-parachain-info 0.14.0", + "staging-xcm 14.1.0", + "staging-xcm-builder 14.0.0", + "staging-xcm-executor 14.0.0", + "substrate-wasm-builder 23.0.0", ] [[package]] name = "pop-runtime-testnet" version = "0.2.0" dependencies = [ - "cumulus-pallet-aura-ext 0.13.0", - "cumulus-pallet-parachain-system 0.13.0", - "cumulus-pallet-session-benchmarking 15.0.0", - "cumulus-pallet-xcm 0.13.0", - "cumulus-pallet-xcmp-queue 0.13.0", - "cumulus-primitives-aura 0.13.0", - "cumulus-primitives-core 0.13.0", - "cumulus-primitives-utility 0.13.0", + "cumulus-pallet-aura-ext 0.14.0", + "cumulus-pallet-parachain-system 0.14.0", + "cumulus-pallet-session-benchmarking 16.0.0", + "cumulus-pallet-xcm 0.14.0", + "cumulus-pallet-xcmp-queue 0.14.0", + "cumulus-primitives-aura 0.14.0", + "cumulus-primitives-core 0.14.0", + "cumulus-primitives-utility 0.14.0", "enumflags2", "env_logger 0.11.5", - "frame-benchmarking 34.0.0", - "frame-executive 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", - "frame-system-benchmarking 34.0.0", - "frame-system-rpc-runtime-api 32.0.0", - "frame-try-runtime 0.40.0", + "frame-benchmarking 35.0.0", + "frame-executive 35.0.0", + "frame-metadata-hash-extension 0.3.0", + "frame-support 35.0.0", + "frame-system 35.0.0", + "frame-system-benchmarking 35.0.0", + "frame-system-rpc-runtime-api 33.0.0", + "frame-try-runtime 0.41.0", "hex", "hex-literal", "log", - "pallet-assets 35.0.0", - "pallet-aura 33.0.0", - "pallet-authorship 34.0.0", - "pallet-balances 35.0.0", - "pallet-collator-selection 15.0.0", + "pallet-assets 36.0.0", + "pallet-aura 34.0.0", + "pallet-authorship 35.0.0", + "pallet-balances 36.0.0", + "pallet-collator-selection 16.0.0", "pallet-contracts", - "pallet-message-queue 37.0.0", - "pallet-multisig 34.0.0", + "pallet-message-queue 38.0.0", + "pallet-multisig 35.0.0", "pallet-nft-fractionalization", - "pallet-nfts 28.0.0", - "pallet-nfts-runtime-api 20.0.0", - "pallet-preimage 34.0.0", - "pallet-proxy 34.0.0", - "pallet-scheduler 35.0.0", - "pallet-session 34.0.0", - "pallet-sudo 34.0.0", - "pallet-timestamp 33.0.0", - "pallet-transaction-payment 34.0.0", - "pallet-transaction-payment-rpc-runtime-api 34.0.0", - "pallet-utility 34.0.0", - "pallet-xcm 13.0.0", - "parachains-common 13.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 12.0.0", - "polkadot-runtime-common 13.0.0", + "pallet-nfts 29.0.0", + "pallet-nfts-runtime-api 21.0.0", + "pallet-preimage 35.0.0", + "pallet-proxy 35.0.0", + "pallet-scheduler 36.0.0", + "pallet-session 35.0.0", + "pallet-sudo 35.0.0", + "pallet-timestamp 34.0.0", + "pallet-transaction-payment 35.0.0", + "pallet-transaction-payment-rpc-runtime-api 35.0.0", + "pallet-utility 35.0.0", + "pallet-xcm 14.0.0", + "parachains-common 14.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 13.0.0", + "polkadot-runtime-common 14.0.0", "pop-primitives", "pop-runtime-common", "scale-info", "smallvec", - "sp-api 32.0.0", - "sp-block-builder 32.0.0", - "sp-consensus-aura 0.38.0", - "sp-core 33.0.1", - "sp-genesis-builder 0.13.0", - "sp-inherents 32.0.0", - "sp-io 36.0.0", - "sp-offchain 32.0.0", - "sp-runtime 37.0.0", - "sp-session 33.0.0", + "sp-api 33.0.0", + "sp-block-builder 33.0.0", + "sp-consensus-aura 0.39.0", + "sp-core 34.0.0", + "sp-genesis-builder 0.14.0", + "sp-inherents 33.0.0", + "sp-io 37.0.0", + "sp-offchain 33.0.0", + "sp-runtime 38.0.0", + "sp-session 34.0.0", "sp-std", - "sp-transaction-pool 32.0.0", - "sp-version 35.0.0", - "staging-parachain-info 0.13.0", - "staging-xcm 13.0.1", - "staging-xcm-builder 13.0.0", - "staging-xcm-executor 13.0.0", - "substrate-wasm-builder 22.0.1", + "sp-transaction-pool 33.0.0", + "sp-version 36.0.0", + "staging-parachain-info 0.14.0", + "staging-xcm 14.1.0", + "staging-xcm-builder 14.0.0", + "staging-xcm-executor 14.0.0", + "substrate-wasm-builder 23.0.0", ] [[package]] @@ -12063,6 +12103,16 @@ dependencies = [ "regex", ] +[[package]] +name = "predicates" +version = "3.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7e9086cc7640c29a356d1a29fd134380bee9d8f79a17410aa76e7ad295f42c97" +dependencies = [ + "anstyle", + "predicates-core", +] + [[package]] name = "predicates-core" version = "1.0.6" @@ -12289,7 +12339,7 @@ checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4" dependencies = [ "bytes", "heck 0.5.0", - "itertools 0.12.1", + "itertools 0.11.0", "log", "multimap 0.10.0", "once_cell", @@ -12322,7 +12372,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" dependencies = [ "anyhow", - "itertools 0.12.1", + "itertools 0.11.0", "proc-macro2", "quote", "syn 2.0.66", @@ -12830,120 +12880,121 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f09353883a98e00d2d8e1e834afa8f8d4fe56f00179843c9b88226db38577ef" +checksum = "79fc69d149aa86315ff2338311308a6ae31734f179ca0f859cddd5df263422f2" dependencies = [ "binary-merkle-tree 15.0.0", "bitvec", - "frame-benchmarking 34.0.0", - "frame-executive 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", - "frame-system-benchmarking 34.0.0", - "frame-system-rpc-runtime-api 32.0.0", - "frame-try-runtime 0.40.0", + "frame-benchmarking 35.0.0", + "frame-executive 35.0.0", + "frame-metadata-hash-extension 0.3.0", + "frame-support 35.0.0", + "frame-system 35.0.0", + "frame-system-benchmarking 35.0.0", + "frame-system-rpc-runtime-api 33.0.0", + "frame-try-runtime 0.41.0", "hex-literal", "log", - "pallet-asset-rate 13.0.0", - "pallet-authority-discovery 34.0.0", - "pallet-authorship 34.0.0", - "pallet-babe 34.0.0", - "pallet-balances 35.0.0", - "pallet-beefy 34.0.0", - "pallet-beefy-mmr 34.0.0", - "pallet-bounties 33.0.0", - "pallet-child-bounties 33.0.0", + "pallet-asset-rate 14.0.0", + "pallet-authority-discovery 35.0.0", + "pallet-authorship 35.0.0", + "pallet-babe 35.0.0", + "pallet-balances 36.0.0", + "pallet-beefy 35.0.0", + "pallet-beefy-mmr 35.0.0", + "pallet-bounties 34.0.0", + "pallet-child-bounties 34.0.0", "pallet-collective", - "pallet-conviction-voting 34.0.0", + "pallet-conviction-voting 35.0.0", "pallet-democracy", "pallet-elections-phragmen", - "pallet-grandpa 34.0.0", - "pallet-identity 34.0.0", - "pallet-indices 34.0.0", + "pallet-grandpa 35.0.0", + "pallet-identity 35.0.0", + "pallet-indices 35.0.0", "pallet-membership", - "pallet-message-queue 37.0.0", - "pallet-mmr 33.0.0", - "pallet-multisig 34.0.0", + "pallet-message-queue 38.0.0", + "pallet-mmr 34.0.0", + "pallet-multisig 35.0.0", "pallet-nis", - "pallet-offences 33.0.0", + "pallet-offences 34.0.0", "pallet-parameters", - "pallet-preimage 34.0.0", - "pallet-proxy 34.0.0", + "pallet-preimage 35.0.0", + "pallet-proxy 35.0.0", "pallet-ranked-collective", "pallet-recovery", - "pallet-referenda 34.0.0", + "pallet-referenda 35.0.0", "pallet-root-testing", - "pallet-scheduler 35.0.0", - "pallet-session 34.0.0", + "pallet-scheduler 36.0.0", + "pallet-session 35.0.0", "pallet-society", - "pallet-staking 34.0.0", - "pallet-state-trie-migration 35.0.0", - "pallet-sudo 34.0.0", - "pallet-timestamp 33.0.0", + "pallet-staking 35.0.0", + "pallet-state-trie-migration 36.0.0", + "pallet-sudo 35.0.0", + "pallet-timestamp 34.0.0", "pallet-tips", - "pallet-transaction-payment 34.0.0", - "pallet-transaction-payment-rpc-runtime-api 34.0.0", - "pallet-treasury 33.0.0", - "pallet-utility 34.0.0", - "pallet-vesting 34.0.0", - "pallet-whitelist 33.0.0", - "pallet-xcm 13.0.0", - "pallet-xcm-benchmarks 13.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 12.0.0", - "polkadot-primitives 13.0.0", - "polkadot-runtime-common 13.0.0", - "polkadot-runtime-parachains 13.0.0", + "pallet-transaction-payment 35.0.0", + "pallet-transaction-payment-rpc-runtime-api 35.0.0", + "pallet-treasury 34.0.0", + "pallet-utility 35.0.0", + "pallet-vesting 35.0.0", + "pallet-whitelist 34.0.0", + "pallet-xcm 14.0.0", + "pallet-xcm-benchmarks 14.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 13.0.0", + "polkadot-primitives 14.0.0", + "polkadot-runtime-common 14.0.0", + "polkadot-runtime-parachains 14.0.0", "rococo-runtime-constants", "scale-info", "serde", "serde_derive", "serde_json", "smallvec", - "sp-api 32.0.0", + "sp-api 33.0.0", "sp-arithmetic 26.0.0", - "sp-authority-discovery 32.0.0", - "sp-block-builder 32.0.0", - "sp-consensus-babe 0.38.0", - "sp-consensus-beefy 19.0.0", - "sp-consensus-grandpa 19.0.0", - "sp-core 33.0.1", - "sp-genesis-builder 0.13.0", - "sp-inherents 32.0.0", - "sp-io 36.0.0", - "sp-mmr-primitives 32.0.1", - "sp-offchain 32.0.0", - "sp-runtime 37.0.0", - "sp-session 33.0.0", - "sp-staking 32.0.0", + "sp-authority-discovery 33.0.0", + "sp-block-builder 33.0.0", + "sp-consensus-babe 0.39.0", + "sp-consensus-beefy 20.0.0", + "sp-consensus-grandpa 20.0.0", + "sp-core 34.0.0", + "sp-genesis-builder 0.14.0", + "sp-inherents 33.0.0", + "sp-io 37.0.0", + "sp-mmr-primitives 33.0.0", + "sp-offchain 33.0.0", + "sp-runtime 38.0.0", + "sp-session 34.0.0", + "sp-staking 33.0.0", "sp-std", "sp-storage 21.0.0", - "sp-transaction-pool 32.0.0", - "sp-version 35.0.0", - "staging-xcm 13.0.1", - "staging-xcm-builder 13.0.0", - "staging-xcm-executor 13.0.0", + "sp-transaction-pool 33.0.0", + "sp-version 36.0.0", + "staging-xcm 14.1.0", + "staging-xcm-builder 14.0.0", + "staging-xcm-executor 14.0.0", "static_assertions", - "substrate-wasm-builder 22.0.1", + "substrate-wasm-builder 23.0.0", "xcm-fee-payment-runtime-api", ] [[package]] name = "rococo-runtime-constants" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f07e4b8066110a58d9e6290b5f5ff189684495a0ae8c4b07eca5f5b8d1353595" +checksum = "22bd236a3170000b05950c1bf5e91ae99d4f99b1186553a21756f0edacc721a9" dependencies = [ - "frame-support 34.0.0", - "polkadot-primitives 13.0.0", - "polkadot-runtime-common 13.0.0", + "frame-support 35.0.0", + "polkadot-primitives 14.0.0", + "polkadot-runtime-common 14.0.0", "smallvec", - "sp-core 33.0.1", - "sp-runtime 37.0.0", + "sp-core 34.0.0", + "sp-runtime 38.0.0", "sp-weights 31.0.0", - "staging-xcm 13.0.1", - "staging-xcm-builder 13.0.0", + "staging-xcm 14.1.0", + "staging-xcm-builder 14.0.0", ] [[package]] @@ -13228,21 +13279,21 @@ dependencies = [ [[package]] name = "sc-allocator" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3f01218e73ea57916be5f08987995ac802d6f4ede4ea5ce0242e468c590e4e2" +checksum = "b975ee3a95eaacb611e7b415737a7fa2db4d8ad7b880cc1b97371b04e95c7903" dependencies = [ "log", - "sp-core 33.0.1", + "sp-core 34.0.0", "sp-wasm-interface 21.0.0", "thiserror", ] [[package]] name = "sc-authority-discovery" -version = "0.40.0" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "218036a165861e60bef6f585c20fd2eb89286056320ffb67c86fd935e80bc9b6" +checksum = "e9aed092c3af161b8e5000e3152a560f8ddec740c7827084a201c8346e85d79d" dependencies = [ "async-trait", "futures", @@ -13259,22 +13310,22 @@ dependencies = [ "rand 0.8.5", "sc-client-api", "sc-network", - "sc-network-types 0.11.0", - "sp-api 32.0.0", - "sp-authority-discovery 32.0.0", + "sc-network-types", + "sp-api 33.0.0", + "sp-authority-discovery 33.0.0", "sp-blockchain", - "sp-core 33.0.1", - "sp-keystore 0.39.0", - "sp-runtime 37.0.0", + "sp-core 34.0.0", + "sp-keystore 0.40.0", + "sp-runtime 38.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-basic-authorship" -version = "0.40.0" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca210a343d5ad2f44846d61e43acc5aca356470f5524b72354653f7270dbf6c6" +checksum = "cdeb3ce0b4f25daa0d3026c2d9f6a21654a798bc5d4dc931272b9b39533b9b09" dependencies = [ "futures", "futures-timer", @@ -13284,36 +13335,36 @@ dependencies = [ "sc-proposer-metrics", "sc-telemetry", "sc-transaction-pool-api", - "sp-api 32.0.0", + "sp-api 33.0.0", "sp-blockchain", "sp-consensus", - "sp-core 33.0.1", - "sp-inherents 32.0.0", - "sp-runtime 37.0.0", + "sp-core 34.0.0", + "sp-inherents 33.0.0", + "sp-runtime 38.0.0", "substrate-prometheus-endpoint", ] [[package]] name = "sc-block-builder" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23c1a029e5f794a859bbda434bb311660fe195106e5ec6147e460bb9dffb3baf" +checksum = "d6345fb862e10aaa7d88d6689a7c247448c40ae465253c83566dc76a17ec1426" dependencies = [ "parity-scale-codec", - "sp-api 32.0.0", - "sp-block-builder 32.0.0", + "sp-api 33.0.0", + "sp-block-builder 33.0.0", "sp-blockchain", - "sp-core 33.0.1", - "sp-inherents 32.0.0", - "sp-runtime 37.0.0", - "sp-trie 35.0.0", + "sp-core 34.0.0", + "sp-inherents 33.0.0", + "sp-runtime 38.0.0", + "sp-trie 36.0.0", ] [[package]] name = "sc-chain-spec" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5b161ea70cfb2340f8fdd288fca185a588e689cf1f07d6439e45541f4b5fe8b" +checksum = "ae230af4bbf2f518da9fd2c710e2b1945011d993017ede3e0f816c6d825bb225" dependencies = [ "array-bytes", "docify", @@ -13328,20 +13379,20 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core 33.0.1", + "sp-core 34.0.0", "sp-crypto-hashing", - "sp-genesis-builder 0.13.0", - "sp-io 36.0.0", - "sp-runtime 37.0.0", - "sp-state-machine 0.41.0", + "sp-genesis-builder 0.14.0", + "sp-io 37.0.0", + "sp-runtime 38.0.0", + "sp-state-machine 0.42.0", "sp-tracing 17.0.0", ] [[package]] name = "sc-chain-spec-derive" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2e80fbdaea194762d4b4b0eec389037c25ad102676203b42d684774ae3019b8" +checksum = "b18cef11d2c69703e0d7c3528202ef4ed1cd2b47a6f063e9e17cad8255b1fa94" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", @@ -13351,9 +13402,9 @@ dependencies = [ [[package]] name = "sc-cli" -version = "0.42.0" +version = "0.43.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25220d6f9120bb49255e6806586eae22c999242fcfc61c3fd797a36180661ee9" +checksum = "f9a727a3ea99b22dd275fa49b05bcf2db195d444f9c3ca1c4388fd2334425f70" dependencies = [ "array-bytes", "chrono", @@ -13381,21 +13432,21 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core 33.0.1", - "sp-keyring 37.0.0", - "sp-keystore 0.39.0", + "sp-core 34.0.0", + "sp-keyring 38.0.0", + "sp-keystore 0.40.0", "sp-panic-handler", - "sp-runtime 37.0.0", - "sp-version 35.0.0", + "sp-runtime 38.0.0", + "sp-version 36.0.0", "thiserror", "tokio", ] [[package]] name = "sc-client-api" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6812c65d63c576e0f61d063fb0794420ce6312c5de9072269643ac1355537ea9" +checksum = "5b1c4e71765e679439a7e5af3f92ad4ebdccc36c02ef485de604bb3dc5d98267" dependencies = [ "fnv", "futures", @@ -13405,25 +13456,25 @@ dependencies = [ "sc-executor", "sc-transaction-pool-api", "sc-utils", - "sp-api 32.0.0", + "sp-api 33.0.0", "sp-blockchain", "sp-consensus", - "sp-core 33.0.1", + "sp-core 34.0.0", "sp-database", - "sp-externalities 0.28.0", - "sp-runtime 37.0.0", - "sp-state-machine 0.41.0", + "sp-externalities 0.29.0", + "sp-runtime 38.0.0", + "sp-state-machine 0.42.0", "sp-statement-store", "sp-storage 21.0.0", - "sp-trie 35.0.0", + "sp-trie 36.0.0", "substrate-prometheus-endpoint", ] [[package]] name = "sc-client-db" -version = "0.41.0" +version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdf275ceb82f4a508c0553df6a0ebc8cbfc6b03fe894ab509cdc4a0aa64d5864" +checksum = "2e3c685871877f39df000ec446f65fc8d502a7cecfc437cdac59866349642dc3" dependencies = [ "hash-db", "kvdb", @@ -13439,44 +13490,44 @@ dependencies = [ "schnellru", "sp-arithmetic 26.0.0", "sp-blockchain", - "sp-core 33.0.1", + "sp-core 34.0.0", "sp-database", - "sp-runtime 37.0.0", - "sp-state-machine 0.41.0", - "sp-trie 35.0.0", + "sp-runtime 38.0.0", + "sp-state-machine 0.42.0", + "sp-trie 36.0.0", ] [[package]] name = "sc-consensus" -version = "0.39.1" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8599723d670725369aca94e0bc76863c14d7a68ee1ba82d0c039359f92b200e" +checksum = "5d7149e17ec363316391119f614ffb0da96284f4ed3aa1d67560687f627605b6" dependencies = [ "async-trait", "futures", "futures-timer", "log", - "mockall", + "mockall 0.11.4", "parking_lot 0.12.3", "sc-client-api", - "sc-network-types 0.11.0", + "sc-network-types", "sc-utils", "serde", - "sp-api 32.0.0", + "sp-api 33.0.0", "sp-blockchain", "sp-consensus", - "sp-core 33.0.1", - "sp-runtime 37.0.0", - "sp-state-machine 0.41.0", + "sp-core 34.0.0", + "sp-runtime 38.0.0", + "sp-state-machine 0.42.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-aura" -version = "0.40.0" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b312ad1c846f78dbfc1f755bd7a0cd61910214b821cf7e0aebce96d4b1b3a0b8" +checksum = "ebdedb86c3939254d7b6a01352f1aef450aaab17b2886a8d233f79e753d77fda" dependencies = [ "async-trait", "futures", @@ -13487,26 +13538,26 @@ dependencies = [ "sc-consensus", "sc-consensus-slots", "sc-telemetry", - "sp-api 32.0.0", - "sp-application-crypto 36.0.0", - "sp-block-builder 32.0.0", + "sp-api 33.0.0", + "sp-application-crypto 37.0.0", + "sp-block-builder 33.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-aura 0.38.0", - "sp-consensus-slots 0.38.0", - "sp-core 33.0.1", - "sp-inherents 32.0.0", - "sp-keystore 0.39.0", - "sp-runtime 37.0.0", + "sp-consensus-aura 0.39.0", + "sp-consensus-slots 0.39.0", + "sp-core 34.0.0", + "sp-inherents 33.0.0", + "sp-keystore 0.40.0", + "sp-runtime 38.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-babe" -version = "0.40.0" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e676a852225485d7f89ed2bd985b14d371964e3f682fb52b32b3d10dced3280" +checksum = "da9ef4db80306f8dca3ec37e05d4b7ab5bf4c5fe5a9cdc6a12ec7b95f01710d0" dependencies = [ "async-trait", "fork-tree", @@ -13523,27 +13574,27 @@ dependencies = [ "sc-consensus-slots", "sc-telemetry", "sc-transaction-pool-api", - "sp-api 32.0.0", - "sp-application-crypto 36.0.0", - "sp-block-builder 32.0.0", + "sp-api 33.0.0", + "sp-application-crypto 37.0.0", + "sp-block-builder 33.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.38.0", - "sp-consensus-slots 0.38.0", - "sp-core 33.0.1", + "sp-consensus-babe 0.39.0", + "sp-consensus-slots 0.39.0", + "sp-core 34.0.0", "sp-crypto-hashing", - "sp-inherents 32.0.0", - "sp-keystore 0.39.0", - "sp-runtime 37.0.0", + "sp-inherents 33.0.0", + "sp-keystore 0.40.0", + "sp-runtime 38.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-babe-rpc" -version = "0.40.1" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d434d7c76dee1c4b0d1594eb517c6f4b923b08b81c3ae890fee6411e70451d73" +checksum = "4336200d7a52573c7e4722b808763ee27db46353807b32300f59fe8114fa43c2" dependencies = [ "futures", "jsonrpsee", @@ -13551,22 +13602,22 @@ dependencies = [ "sc-consensus-epochs", "sc-rpc-api", "serde", - "sp-api 32.0.0", - "sp-application-crypto 36.0.0", + "sp-api 33.0.0", + "sp-application-crypto 37.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.38.0", - "sp-core 33.0.1", - "sp-keystore 0.39.0", - "sp-runtime 37.0.0", + "sp-consensus-babe 0.39.0", + "sp-core 34.0.0", + "sp-keystore 0.40.0", + "sp-runtime 38.0.0", "thiserror", ] [[package]] name = "sc-consensus-beefy" -version = "19.0.0" +version = "20.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4800134697fa5913275969e684ce709d0d73b3cb9d28824b07c4bf2e86bf204c" +checksum = "893b263b88ffa7c92e23bf14132c132b932fb028fe411eacf43f69025f563417" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -13581,18 +13632,18 @@ dependencies = [ "sc-network", "sc-network-gossip", "sc-network-sync", - "sc-network-types 0.11.0", + "sc-network-types", "sc-utils", - "sp-api 32.0.0", - "sp-application-crypto 36.0.0", + "sp-api 33.0.0", + "sp-application-crypto 37.0.0", "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-beefy 19.0.0", - "sp-core 33.0.1", + "sp-consensus-beefy 20.0.0", + "sp-core 34.0.0", "sp-crypto-hashing", - "sp-keystore 0.39.0", - "sp-runtime 37.0.0", + "sp-keystore 0.40.0", + "sp-runtime 38.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -13601,9 +13652,9 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" -version = "19.0.0" +version = "20.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9eec266bc09311db98c10dde271ceef159657d65280df6b2b69c36ef32e3c817" +checksum = "72636eba4c9565a1f1ccd9f18750c15d58122d972aec10c0559e157b9ab9ace6" dependencies = [ "futures", "jsonrpsee", @@ -13613,31 +13664,32 @@ dependencies = [ "sc-consensus-beefy", "sc-rpc", "serde", - "sp-consensus-beefy 19.0.0", - "sp-core 33.0.1", - "sp-runtime 37.0.0", + "sp-application-crypto 37.0.0", + "sp-consensus-beefy 20.0.0", + "sp-core 34.0.0", + "sp-runtime 38.0.0", "thiserror", ] [[package]] name = "sc-consensus-epochs" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84678180c64ce942dd6c38faae95dafdb097b95dbc6bccb2dfb125646114432e" +checksum = "d977b172eb79c6ae78179ef157032a899da449a2cfa093019c03a5e04f8f48a6" dependencies = [ "fork-tree", "parity-scale-codec", "sc-client-api", "sc-consensus", "sp-blockchain", - "sp-runtime 37.0.0", + "sp-runtime 38.0.0", ] [[package]] name = "sc-consensus-grandpa" -version = "0.25.0" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "453c5b758a15d8addfd4874fa370a4dd14a4e3e5911dc663da6f384f4d8090fd" +checksum = "3380570b0c27d2c26dd16a3c73ea99e8b87c0a91b4d7e1e7332dd501d0250d95" dependencies = [ "ahash 0.8.11", "array-bytes", @@ -13659,30 +13711,30 @@ dependencies = [ "sc-network-common", "sc-network-gossip", "sc-network-sync", - "sc-network-types 0.11.0", + "sc-network-types", "sc-telemetry", "sc-transaction-pool-api", "sc-utils", "serde_json", - "sp-api 32.0.0", - "sp-application-crypto 36.0.0", + "sp-api 33.0.0", + "sp-application-crypto 37.0.0", "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-grandpa 19.0.0", - "sp-core 33.0.1", + "sp-consensus-grandpa 20.0.0", + "sp-core 34.0.0", "sp-crypto-hashing", - "sp-keystore 0.39.0", - "sp-runtime 37.0.0", + "sp-keystore 0.40.0", + "sp-runtime 38.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-grandpa-rpc" -version = "0.25.0" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff06659eb842ea2b090a3dc95dd39cddaf00b670c7938f2dec94d1fc30d84c5c" +checksum = "9d7b01772a9d98bc263561fe89b87a2461dedd0d3aa38f05847039ff256020f3" dependencies = [ "finality-grandpa", "futures", @@ -13694,16 +13746,16 @@ dependencies = [ "sc-rpc", "serde", "sp-blockchain", - "sp-core 33.0.1", - "sp-runtime 37.0.0", + "sp-core 34.0.0", + "sp-runtime 38.0.0", "thiserror", ] [[package]] name = "sc-consensus-slots" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68c923c07005b88b62c6e63b2e08c9a45ac707ef90c61ff5f7f193e548ad37af" +checksum = "75e3bfe4d5d4c031e747436291356b7c8bb8a5885a0e3b3a4916aa7eb359d8b2" dependencies = [ "async-trait", "futures", @@ -13716,18 +13768,18 @@ dependencies = [ "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-slots 0.38.0", - "sp-core 33.0.1", - "sp-inherents 32.0.0", - "sp-runtime 37.0.0", - "sp-state-machine 0.41.0", + "sp-consensus-slots 0.39.0", + "sp-core 34.0.0", + "sp-inherents 33.0.0", + "sp-runtime 38.0.0", + "sp-state-machine 0.42.0", ] [[package]] name = "sc-executor" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "321e9431a3d5c95514b1ba775dd425efd4b18bd79dfdb6d8e397f0c96d6831e9" +checksum = "39f5767bf6a6bad29365d6d08fcf940ee453d31457ed034cf14f0392877daafd" dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", @@ -13735,23 +13787,23 @@ dependencies = [ "sc-executor-polkavm", "sc-executor-wasmtime", "schnellru", - "sp-api 32.0.0", - "sp-core 33.0.1", - "sp-externalities 0.28.0", - "sp-io 36.0.0", + "sp-api 33.0.0", + "sp-core 34.0.0", + "sp-externalities 0.29.0", + "sp-io 37.0.0", "sp-panic-handler", - "sp-runtime-interface 27.0.0", - "sp-trie 35.0.0", - "sp-version 35.0.0", + "sp-runtime-interface 28.0.0", + "sp-trie 36.0.0", + "sp-version 36.0.0", "sp-wasm-interface 21.0.0", "tracing", ] [[package]] name = "sc-executor-common" -version = "0.34.0" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aad16187c613f81feab35f0d6c12c15c1d88eea0794c886b5dca3495d26746de" +checksum = "0c3b703a33dcb7cddf19176fdf12294b9a6408125836b0f4afee3e6969e7f190" dependencies = [ "polkavm", "sc-allocator", @@ -13763,9 +13815,9 @@ dependencies = [ [[package]] name = "sc-executor-polkavm" -version = "0.31.0" +version = "0.32.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db336a08ea53b6a89972a6ad6586e664c15db2add9d1cfb508afc768de387304" +checksum = "26fe58d9cacfab73e5595fa84b80f7bd03efebe54a0574daaeb221a1d1f7ab80" dependencies = [ "log", "polkavm", @@ -13775,9 +13827,9 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" -version = "0.34.0" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b97b324b2737447b7b208e913fef4988d5c38ecc21f57c3dd33e3f1e1e3bb08" +checksum = "8cd498f2f77ec1f861c30804f5bfd796d4afcc8ce44ea1f11bfbe2847551d161" dependencies = [ "anyhow", "cfg-if", @@ -13787,16 +13839,16 @@ dependencies = [ "rustix 0.36.17", "sc-allocator", "sc-executor-common", - "sp-runtime-interface 27.0.0", + "sp-runtime-interface 28.0.0", "sp-wasm-interface 21.0.0", "wasmtime", ] [[package]] name = "sc-informant" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74ddef3aa096a40f84599c90c4045ece585fcc06ef64d657fe88f8464f3d7106" +checksum = "ec34fec99cdbc434918f9135c996af1f55e4c65d4247b7ecfeae47e957285588" dependencies = [ "ansi_term", "futures", @@ -13807,29 +13859,29 @@ dependencies = [ "sc-network-common", "sc-network-sync", "sp-blockchain", - "sp-runtime 37.0.0", + "sp-runtime 38.0.0", ] [[package]] name = "sc-keystore" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "076394555f3325fbe66d5e1216eb210c00f877910107a02d3997afbad9b23af6" +checksum = "267c8cfaceaeecb25484bad8668c17036016e46053a23509d44486474dbf44d3" dependencies = [ "array-bytes", "parking_lot 0.12.3", "serde_json", - "sp-application-crypto 36.0.0", - "sp-core 33.0.1", - "sp-keystore 0.39.0", + "sp-application-crypto 37.0.0", + "sp-core 34.0.0", + "sp-keystore 0.40.0", "thiserror", ] [[package]] name = "sc-mixnet" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea3756952a98f6e8aab2715e15d8af73191d736c1c3e35c05a7bac2033c33949" +checksum = "f7f295f4c06dfad60e8a5755a3866bb756bcd8208fa2f4d370c92fe2ec0de07c" dependencies = [ "array-bytes", "arrayvec 0.7.4", @@ -13844,22 +13896,22 @@ dependencies = [ "parking_lot 0.12.3", "sc-client-api", "sc-network", - "sc-network-types 0.11.0", + "sc-network-types", "sc-transaction-pool-api", - "sp-api 32.0.0", + "sp-api 33.0.0", "sp-consensus", - "sp-core 33.0.1", - "sp-keystore 0.39.0", + "sp-core 34.0.0", + "sp-keystore 0.40.0", "sp-mixnet", - "sp-runtime 37.0.0", + "sp-runtime 38.0.0", "thiserror", ] [[package]] name = "sc-network" -version = "0.40.0" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bcd70d3fb1d9ff0165ea9c23cb4f6963e8fe0d65847ccae3fc4c7fc92bd02543" +checksum = "6dc1b9eea5954cd4cec2a13a264f5c54d2f43e155b4f1065eaf285fa602fce1c" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -13874,9 +13926,9 @@ dependencies = [ "ip_network", "libp2p", "linked_hash_set", - "litep2p 0.4.0-rc.1", + "litep2p", "log", - "mockall", + "mockall 0.11.4", "once_cell", "parity-scale-codec", "parking_lot 0.12.3", @@ -13887,7 +13939,7 @@ dependencies = [ "rand 0.8.5", "sc-client-api", "sc-network-common", - "sc-network-types 0.11.0", + "sc-network-types", "sc-utils", "schnellru", "serde", @@ -13895,8 +13947,8 @@ dependencies = [ "smallvec", "sp-arithmetic 26.0.0", "sp-blockchain", - "sp-core 33.0.1", - "sp-runtime 37.0.0", + "sp-core 34.0.0", + "sp-runtime 38.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -13909,9 +13961,9 @@ dependencies = [ [[package]] name = "sc-network-common" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3b9a2597285d5bc18b871d5bd69e99c724caffddee22b002b27e7e89a37e6a9" +checksum = "8a86e8a1a517986fd00fd2c963347f5f459241c2ae4e84083ca34b2078f79651" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -13920,17 +13972,17 @@ dependencies = [ "parity-scale-codec", "prost-build 0.12.6", "sc-consensus", - "sc-network-types 0.10.0", + "sc-network-types", "sp-consensus", - "sp-consensus-grandpa 19.0.0", - "sp-runtime 37.0.0", + "sp-consensus-grandpa 20.0.0", + "sp-runtime 38.0.0", ] [[package]] name = "sc-network-gossip" -version = "0.40.0" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "962b37f9939ea0d678219cd4beae5b604b2ee2836e670c14fe3d347e21d57790" +checksum = "17d8d4b7cc4eb58e9f1e73eb6ba84de8bb0101f14d5c688ae7bd5ff0535ed282" dependencies = [ "ahash 0.8.11", "futures", @@ -13940,18 +13992,18 @@ dependencies = [ "sc-network", "sc-network-common", "sc-network-sync", - "sc-network-types 0.11.0", + "sc-network-types", "schnellru", - "sp-runtime 37.0.0", + "sp-runtime 38.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "sc-network-light" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9d0c7dabde3a1a4a49b383503e4589bb3373044fc8513dbf849547f7d450af4" +checksum = "404aeef08ca7be7c0980cec7e633b3fbc8e325fb6ec7817b38d1b4fa9f2636d2" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -13962,18 +14014,18 @@ dependencies = [ "prost-build 0.12.6", "sc-client-api", "sc-network", - "sc-network-types 0.11.0", + "sc-network-types", "sp-blockchain", - "sp-core 33.0.1", - "sp-runtime 37.0.0", + "sp-core 34.0.0", + "sp-runtime 38.0.0", "thiserror", ] [[package]] name = "sc-network-sync" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61620bf88ffa4e67dfcb245569c293a7a3815b9f8d37f93fa9944bddda68ee9d" +checksum = "4599c3b68457fd150491074de9a3999030953bdc84a79780cb32e6a74c875be8" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -13983,7 +14035,7 @@ dependencies = [ "futures-timer", "libp2p", "log", - "mockall", + "mockall 0.11.4", "parity-scale-codec", "prost 0.12.6", "prost-build 0.12.6", @@ -13991,16 +14043,16 @@ dependencies = [ "sc-consensus", "sc-network", "sc-network-common", - "sc-network-types 0.11.0", + "sc-network-types", "sc-utils", "schnellru", "smallvec", "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-grandpa 19.0.0", - "sp-core 33.0.1", - "sp-runtime 37.0.0", + "sp-consensus-grandpa 20.0.0", + "sp-core 34.0.0", + "sp-runtime 38.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -14009,9 +14061,9 @@ dependencies = [ [[package]] name = "sc-network-transactions" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dee98c3909782dc7aac343b41ea8d8d2525d4def168c005bb1fb37b4e8a4ecc1" +checksum = "e14f67c5914e801e660a6aca7e0055723530f694b98ef8b30df142c918fcb5a1" dependencies = [ "array-bytes", "futures", @@ -14021,48 +14073,35 @@ dependencies = [ "sc-network", "sc-network-common", "sc-network-sync", - "sc-network-types 0.11.0", + "sc-network-types", "sc-utils", "sp-consensus", - "sp-runtime 37.0.0", + "sp-runtime 38.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 0.3.0", - "multiaddr", - "multihash 0.17.0", - "rand 0.8.5", - "thiserror", -] - -[[package]] -name = "sc-network-types" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c78a8ca5b07ab6ac40dd21e7724453a42c186ba546406c198aa8c6f31e4e6f2d" +checksum = "efe67b8d4050c438331b82969d40e4a1e665d0dfd9eb0a5e949c02b925b5484d" dependencies = [ "bs58 0.5.1", + "ed25519-dalek 2.1.1", "libp2p-identity", - "litep2p 0.4.0-rc.1", + "litep2p", "multiaddr", "multihash 0.17.0", "rand 0.8.5", "thiserror", + "zeroize", ] [[package]] name = "sc-offchain" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9230e5537f553bb9dcaa5f782acf0e2de6ba7658fe5fc9b7844c0a675c69946a" +checksum = "aa5e3ad7b5bebfa1a48f77cf6bb415bac4c7642d645d69ab4bd4b5da85c74ddb" dependencies = [ "array-bytes", "bytes", @@ -14081,15 +14120,15 @@ dependencies = [ "sc-client-api", "sc-network", "sc-network-common", - "sc-network-types 0.11.0", + "sc-network-types", "sc-transaction-pool-api", "sc-utils", - "sp-api 32.0.0", - "sp-core 33.0.1", - "sp-externalities 0.28.0", - "sp-keystore 0.39.0", - "sp-offchain 32.0.0", - "sp-runtime 37.0.0", + "sp-api 33.0.0", + "sp-core 34.0.0", + "sp-externalities 0.29.0", + "sp-keystore 0.40.0", + "sp-offchain 33.0.0", + "sp-runtime 38.0.0", "threadpool", "tracing", ] @@ -14106,9 +14145,9 @@ dependencies = [ [[package]] name = "sc-rpc" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01b626348dad6f3eeda3595dd1331dc3f04468e075d61ec53599bcb084f93b41" +checksum = "6cbee238062a62d441cd98694a0a9135c17bad13d8ccb3f54eba917cf14482e3" dependencies = [ "futures", "jsonrpsee", @@ -14124,24 +14163,24 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde_json", - "sp-api 32.0.0", + "sp-api 33.0.0", "sp-blockchain", - "sp-core 33.0.1", - "sp-keystore 0.39.0", - "sp-offchain 32.0.0", + "sp-core 34.0.0", + "sp-keystore 0.40.0", + "sp-offchain 33.0.0", "sp-rpc", - "sp-runtime 37.0.0", - "sp-session 33.0.0", + "sp-runtime 38.0.0", + "sp-session 34.0.0", "sp-statement-store", - "sp-version 35.0.0", + "sp-version 36.0.0", "tokio", ] [[package]] name = "sc-rpc-api" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d9e316c596ddc56f452faa325e0981aa58389cbbb908f7f13aad00a71efbb15" +checksum = "5e383ce9ec80c14694256a55a4e70b9929d4559d9b1fc5decf2d344c39d94208" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -14151,10 +14190,10 @@ dependencies = [ "scale-info", "serde", "serde_json", - "sp-core 33.0.1", + "sp-core 34.0.0", "sp-rpc", - "sp-runtime 37.0.0", - "sp-version 35.0.0", + "sp-runtime 38.0.0", + "sp-version 36.0.0", "thiserror", ] @@ -14181,9 +14220,9 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" -version = "0.40.0" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98b7a2a25ae6329560d7b5b75f0af319629fd0cfbdc23663ce6aa20d439a4439" +checksum = "7f6e14f8562b86f9e1a54fa287b2d26164c1b84871d51719a78976ec747e3e49" dependencies = [ "array-bytes", "futures", @@ -14201,12 +14240,12 @@ dependencies = [ "sc-utils", "schnellru", "serde", - "sp-api 32.0.0", + "sp-api 33.0.0", "sp-blockchain", - "sp-core 33.0.1", + "sp-core 34.0.0", "sp-rpc", - "sp-runtime 37.0.0", - "sp-version 35.0.0", + "sp-runtime 38.0.0", + "sp-version 36.0.0", "thiserror", "tokio", "tokio-stream", @@ -14214,9 +14253,9 @@ dependencies = [ [[package]] name = "sc-service" -version = "0.41.0" +version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e97eceb358fc3755d5675591f707cb978b1032005e8c32bee43da88d58a7a5e" +checksum = "5e6b4822a49f75485f8d95c34818eef4ddd8a62e0c131f72fd7a680bf1ec2ef5" dependencies = [ "async-trait", "directories", @@ -14241,7 +14280,7 @@ dependencies = [ "sc-network-light", "sc-network-sync", "sc-network-transactions", - "sc-network-types 0.11.0", + "sc-network-types", "sc-rpc", "sc-rpc-server", "sc-rpc-spec-v2", @@ -14254,20 +14293,20 @@ dependencies = [ "schnellru", "serde", "serde_json", - "sp-api 32.0.0", + "sp-api 33.0.0", "sp-blockchain", "sp-consensus", - "sp-core 33.0.1", - "sp-externalities 0.28.0", - "sp-keystore 0.39.0", - "sp-runtime 37.0.0", - "sp-session 33.0.0", - "sp-state-machine 0.41.0", + "sp-core 34.0.0", + "sp-externalities 0.29.0", + "sp-keystore 0.40.0", + "sp-runtime 38.0.0", + "sp-session 34.0.0", + "sp-state-machine 0.42.0", "sp-storage 21.0.0", - "sp-transaction-pool 32.0.0", + "sp-transaction-pool 33.0.0", "sp-transaction-storage-proof", - "sp-trie 35.0.0", - "sp-version 35.0.0", + "sp-trie 36.0.0", + "sp-version 36.0.0", "static_init", "substrate-prometheus-endpoint", "tempfile", @@ -14279,35 +14318,35 @@ dependencies = [ [[package]] name = "sc-state-db" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "863b63626c6602167953125b7b0430939b968d6ba13bd795998ac66d3ce124c9" +checksum = "f689d0b97c1bbdb2ca31b5f202bda195947f85c7fef990651cad202b99de896b" dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.3", - "sp-core 33.0.1", + "sp-core 34.0.0", ] [[package]] name = "sc-storage-monitor" -version = "0.21.0" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e69686e7593e6d90432e5476b85219cf8636f0e9941d84d30cf80b2995cc632" +checksum = "1d117c3945c524b9c0e30966359895f5ad551c2cd4ccbb677b53917fbad5039a" dependencies = [ "clap", "fs4", "log", - "sp-core 33.0.1", + "sp-core 34.0.0", "thiserror", "tokio", ] [[package]] name = "sc-sync-state-rpc" -version = "0.40.0" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2de2ec69614f29a2f1a8f9dd92f296a6c8990d156a6737f42744b9462311b15" +checksum = "b92099c0a7713f3de81fcf353f0fa0cff8382c1fc7aa122b90df317d276cb113" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -14319,15 +14358,15 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-runtime 37.0.0", + "sp-runtime 38.0.0", "thiserror", ] [[package]] name = "sc-sysinfo" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a48d1c042e09d19cb4812f5d7b76781095b8832e8ffe07b6679ee524ebbf782" +checksum = "04295dc630eddd421eef0e4148b00b66cd85fdfba900916af140bc84dcbcfeaa" dependencies = [ "derive_more", "futures", @@ -14339,17 +14378,17 @@ dependencies = [ "sc-telemetry", "serde", "serde_json", - "sp-core 33.0.1", + "sp-core 34.0.0", "sp-crypto-hashing", - "sp-io 36.0.0", + "sp-io 37.0.0", "sp-std", ] [[package]] name = "sc-telemetry" -version = "20.0.0" +version = "21.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1186331805100037171f2069a3c3b4a9c8ec01144863626c3276b999960af67" +checksum = "85ee91de6648ca949b8080fe8a787c1bf2d66311fec78fba52136959e0b9719c" dependencies = [ "chrono", "futures", @@ -14368,9 +14407,9 @@ dependencies = [ [[package]] name = "sc-tracing" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86cfe597106614e64cada52406df9d5e6c802c3982ef367d83ff240a0b59e7c4" +checksum = "61151f2d6b7ce3d7174484414dbc4e2f64b05a144c8f0a59ea02284e6c748a19" dependencies = [ "ansi_term", "chrono", @@ -14385,11 +14424,11 @@ dependencies = [ "sc-client-api", "sc-tracing-proc-macro", "serde", - "sp-api 32.0.0", + "sp-api 33.0.0", "sp-blockchain", - "sp-core 33.0.1", + "sp-core 34.0.0", "sp-rpc", - "sp-runtime 37.0.0", + "sp-runtime 38.0.0", "sp-tracing 17.0.0", "thiserror", "tracing", @@ -14411,9 +14450,9 @@ dependencies = [ [[package]] name = "sc-transaction-pool" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7bc0d2515ec772b2391e3e641766c13d1a9b66fd60a7f68a4b82be5ae33801c" +checksum = "800e35d0d2f2b8e17170ec961d58756fe7891026b19d889be388b9585cb12f90" dependencies = [ "async-trait", "futures", @@ -14426,22 +14465,22 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde", - "sp-api 32.0.0", + "sp-api 33.0.0", "sp-blockchain", - "sp-core 33.0.1", + "sp-core 34.0.0", "sp-crypto-hashing", - "sp-runtime 37.0.0", + "sp-runtime 38.0.0", "sp-tracing 17.0.0", - "sp-transaction-pool 32.0.0", + "sp-transaction-pool 33.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-transaction-pool-api" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39dfa40c94e3965547d4fa0e7f7bc491b02bd7891cfd226a5fa8451c707f18a4" +checksum = "b3de6f60df6706970061e225e87d77aab9a764b258fe151b896a700419bc6b9d" dependencies = [ "async-trait", "futures", @@ -14449,8 +14488,8 @@ dependencies = [ "parity-scale-codec", "serde", "sp-blockchain", - "sp-core 33.0.1", - "sp-runtime 37.0.0", + "sp-core 34.0.0", + "sp-runtime 38.0.0", "thiserror", ] @@ -14470,6 +14509,29 @@ dependencies = [ "sp-arithmetic 26.0.0", ] +[[package]] +name = "scale-bits" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e57b1e7f6b65ed1f04e79a85a57d755ad56d76fdf1e9bddcc9ae14f71fcdcf54" +dependencies = [ + "parity-scale-codec", + "scale-type-resolver", +] + +[[package]] +name = "scale-decode" +version = "0.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e98f3262c250d90e700bb802eb704e1f841e03331c2eb815e46516c4edbf5b27" +dependencies = [ + "derive_more", + "parity-scale-codec", + "scale-bits", + "scale-type-resolver", + "smallvec", +] + [[package]] name = "scale-info" version = "2.11.3" @@ -14496,6 +14558,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" @@ -14575,9 +14643,9 @@ dependencies = [ [[package]] name = "sctp-proto" -version = "0.1.7" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f64cef148d3295c730c3cb340b0b252a4d570b1c7d4bf0808f88540b0a888bc" +checksum = "b6220f78bb44c15f326b0596113305f6101097a18755d53727a575c97e09fb24" dependencies = [ "bytes", "crc", @@ -14937,14 +15005,14 @@ dependencies = [ [[package]] name = "slot-range-helper" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12d7d232571cc6f04fee2fa2486dddc222ed2a043fbf9ad942fb7b98a87f4b2d" +checksum = "a4d67aa9b1ccfd746c8529754c4ce06445b1d48e189567402ef856340a3a6b14" dependencies = [ "enumn", "parity-scale-codec", "paste", - "sp-runtime 37.0.0", + "sp-runtime 38.0.0", "sp-std", ] @@ -15275,24 +15343,24 @@ dependencies = [ [[package]] name = "sp-api" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f84f09c4b928e814e07dede0ece91f1f6eae1bff946a0e5e4a76bed19a095f1" +checksum = "b7e43fbf034e9dbaa8ffc6a238a22808777eb38c580f66fc6736d8511631789e" dependencies = [ "hash-db", "log", "parity-scale-codec", "scale-info", - "sp-api-proc-macro 19.0.0", - "sp-core 33.0.1", - "sp-externalities 0.28.0", + "sp-api-proc-macro 20.0.0", + "sp-core 34.0.0", + "sp-externalities 0.29.0", "sp-metadata-ir 0.7.0", - "sp-runtime 37.0.0", - "sp-runtime-interface 27.0.0", - "sp-state-machine 0.41.0", + "sp-runtime 38.0.0", + "sp-runtime-interface 28.0.0", + "sp-state-machine 0.42.0", "sp-std", - "sp-trie 35.0.0", - "sp-version 35.0.0", + "sp-trie 36.0.0", + "sp-version 36.0.0", "thiserror", ] @@ -15313,9 +15381,9 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" -version = "19.0.0" +version = "20.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "213a4bec1b18bd0750e7b81d11d8276c24f68b53cde83950b00b178ecc9ab24a" +checksum = "c9aadf9e97e694f0e343978aa632938c5de309cbcc8afed4136cb71596737278" dependencies = [ "Inflector", "blake2 0.10.6", @@ -15342,15 +15410,15 @@ dependencies = [ [[package]] name = "sp-application-crypto" -version = "36.0.0" +version = "37.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "296282f718f15d4d812664415942665302a484d3495cf8d2e2ab3192b32d2c73" +checksum = "0d96d1fc0f1c741bbcbd0dd5470eff7b66f011708cc1942b088ebf0d4efb3d93" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 33.0.1", - "sp-io 36.0.0", + "sp-core 34.0.0", + "sp-io 37.0.0", "sp-std", ] @@ -15401,15 +15469,15 @@ dependencies = [ [[package]] name = "sp-authority-discovery" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c06b0d26bcc9b5db298c4e270fdff286411912af51bc0d9ef7d04f139ee3146" +checksum = "6a4a1e45abc3277f18484ee0b0f9808e4206eb696ad38500c892c72f33480d69" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 32.0.0", - "sp-application-crypto 36.0.0", - "sp-runtime 37.0.0", + "sp-api 33.0.0", + "sp-application-crypto 37.0.0", + "sp-runtime 38.0.0", ] [[package]] @@ -15426,47 +15494,47 @@ dependencies = [ [[package]] name = "sp-block-builder" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "329e1cfb98f113d91d0db80a6e984cbb7e990f03ef599a8dc356723a47d40509" +checksum = "2cf199dc4f9f77abd3fd91c409759118159ce6ffcd8bc90b229b684ccc8c981f" dependencies = [ - "sp-api 32.0.0", - "sp-inherents 32.0.0", - "sp-runtime 37.0.0", + "sp-api 33.0.0", + "sp-inherents 33.0.0", + "sp-runtime 38.0.0", ] [[package]] name = "sp-blockchain" -version = "34.0.0" +version = "35.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6900a6681cfa8f817e14426e5b5daa7fb101431917182361c995e62f98ed0b09" +checksum = "f27eb18b6ddf7d663f4886f7edba3eb73bd102d68cf10802c1f862e3b3db32ab" dependencies = [ "futures", "log", "parity-scale-codec", "parking_lot 0.12.3", "schnellru", - "sp-api 32.0.0", + "sp-api 33.0.0", "sp-consensus", "sp-database", - "sp-runtime 37.0.0", - "sp-state-machine 0.41.0", + "sp-runtime 38.0.0", + "sp-state-machine 0.42.0", "thiserror", ] [[package]] name = "sp-consensus" -version = "0.38.0" +version = "0.39.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7effe855bb4ca3a24273d10802d6b536d618936fee9dfbcbbdae19ed1bb042e" +checksum = "ab094e8a7e9e5c7f05f8d90592aa1d1cf9b3f547d0dd401daff7ed98af942e12" dependencies = [ "async-trait", "futures", "log", - "sp-core 33.0.1", - "sp-inherents 32.0.0", - "sp-runtime 37.0.0", - "sp-state-machine 0.41.0", + "sp-core 34.0.0", + "sp-inherents 33.0.0", + "sp-runtime 38.0.0", + "sp-state-machine 0.42.0", "thiserror", ] @@ -15490,19 +15558,19 @@ dependencies = [ [[package]] name = "sp-consensus-aura" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "464c5ec1ffcf83739b8ff7c8ecffdb95766d6be0c30e324cd76b22180d3d6f11" +checksum = "05ebb90bf00f331b898eb729a1f707251846c1d5582d7467f083884799a69b89" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-api 32.0.0", - "sp-application-crypto 36.0.0", - "sp-consensus-slots 0.38.0", - "sp-inherents 32.0.0", - "sp-runtime 37.0.0", - "sp-timestamp 32.0.0", + "sp-api 33.0.0", + "sp-application-crypto 37.0.0", + "sp-consensus-slots 0.39.0", + "sp-inherents 33.0.0", + "sp-runtime 38.0.0", + "sp-timestamp 33.0.0", ] [[package]] @@ -15527,21 +15595,21 @@ dependencies = [ [[package]] name = "sp-consensus-babe" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eec35149556b61c81c12b57ef90ff3d382a2b151f28df698e053a9f68f7aeb3e" +checksum = "3aa2de4c7100a3279658d8dd4affd8f92487528deae5cb4b40322717b9175ed5" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", "serde", - "sp-api 32.0.0", - "sp-application-crypto 36.0.0", - "sp-consensus-slots 0.38.0", - "sp-core 33.0.1", - "sp-inherents 32.0.0", - "sp-runtime 37.0.0", - "sp-timestamp 32.0.0", + "sp-api 33.0.0", + "sp-application-crypto 37.0.0", + "sp-consensus-slots 0.39.0", + "sp-core 34.0.0", + "sp-inherents 33.0.0", + "sp-runtime 38.0.0", + "sp-timestamp 33.0.0", ] [[package]] @@ -15567,22 +15635,22 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" -version = "19.0.0" +version = "20.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8f70758400b17ea3bd2788108434cc726a47a057b50acf5d095b02872e52797" +checksum = "b277bc109da8e1c3768d3a046e1cd1ab687aabac821c976c5f510deb6f0bc8d3" dependencies = [ "lazy_static", "parity-scale-codec", "scale-info", "serde", - "sp-api 32.0.0", - "sp-application-crypto 36.0.0", - "sp-core 33.0.1", + "sp-api 33.0.0", + "sp-application-crypto 37.0.0", + "sp-core 34.0.0", "sp-crypto-hashing", - "sp-io 36.0.0", - "sp-keystore 0.39.0", - "sp-mmr-primitives 32.0.1", - "sp-runtime 37.0.0", + "sp-io 37.0.0", + "sp-keystore 0.40.0", + "sp-mmr-primitives 33.0.0", + "sp-runtime 38.0.0", "strum 0.26.2", ] @@ -15607,20 +15675,20 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" -version = "19.0.0" +version = "20.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7deefa0a09cb191c0cb7a7aa8603414283f9aaa3a0fbc94fb68ff9a858f6fab2" +checksum = "21dd06bf366c60f69411668b26d6ab3c55120aa6d423e6af0373ec23d8957300" dependencies = [ "finality-grandpa", "log", "parity-scale-codec", "scale-info", "serde", - "sp-api 32.0.0", - "sp-application-crypto 36.0.0", - "sp-core 33.0.1", - "sp-keystore 0.39.0", - "sp-runtime 37.0.0", + "sp-api 33.0.0", + "sp-application-crypto 37.0.0", + "sp-core 34.0.0", + "sp-keystore 0.40.0", + "sp-runtime 38.0.0", ] [[package]] @@ -15638,14 +15706,14 @@ dependencies = [ [[package]] name = "sp-consensus-slots" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "063ccdb38545602e45205e6b186e3d47508912c9b785321f907201564697f1c0" +checksum = "c8ca60d713f8ddb03bbebcc755d5e6463fdc0b6259fabfc4221b20a5f1e428fd" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-timestamp 32.0.0", + "sp-timestamp 33.0.0", ] [[package]] @@ -15696,9 +15764,9 @@ dependencies = [ [[package]] name = "sp-core" -version = "33.0.1" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3368e32f6fda6e20b8af51f94308d033ab70a021e87f6abbd3fed5aca942b745" +checksum = "c961a5e33fb2962fa775c044ceba43df9c6f917e2c35d63bfe23738468fa76a7" dependencies = [ "array-bytes", "bitflags 1.3.2", @@ -15729,8 +15797,8 @@ dependencies = [ "serde", "sp-crypto-hashing", "sp-debug-derive", - "sp-externalities 0.28.0", - "sp-runtime-interface 27.0.0", + "sp-externalities 0.29.0", + "sp-runtime-interface 28.0.0", "sp-std", "sp-storage 21.0.0", "ss58-registry", @@ -15801,9 +15869,9 @@ dependencies = [ [[package]] name = "sp-externalities" -version = "0.28.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33abaec4be69b1613796bbf430decbbcaaf978756379e2016e683a4d6379cd02" +checksum = "a904407d61cb94228c71b55a9d3708e9d6558991f9e83bd42bd91df37a159d30" dependencies = [ "environmental", "parity-scale-codec", @@ -15824,15 +15892,15 @@ dependencies = [ [[package]] name = "sp-genesis-builder" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6eb26e3653f6a2feac2bcb2749b5fb080e4211b882cafbdba86e4304c03c72c8" +checksum = "fcd065854d96fd81521c103d0aaa287d4f08b9b15c9fae2a3bfb208b0812bf44" dependencies = [ "parity-scale-codec", "scale-info", "serde_json", - "sp-api 32.0.0", - "sp-runtime 37.0.0", + "sp-api 33.0.0", + "sp-runtime 38.0.0", ] [[package]] @@ -15852,15 +15920,15 @@ dependencies = [ [[package]] name = "sp-inherents" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6766db70e0c371d43bfbf7a8950d2cb10cff6b76c8a2c5bd1336e7566b46a0cf" +checksum = "53407ba38ec22ca4a16381722c4bd0b559a0428bc1713079b0d5163ada63186a" dependencies = [ "async-trait", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 37.0.0", + "sp-runtime 38.0.0", "thiserror", ] @@ -15892,9 +15960,9 @@ dependencies = [ [[package]] name = "sp-io" -version = "36.0.0" +version = "37.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7a31ce27358b73656a09b4933f09a700019d63afa15ede966f7c9893c1d4db5" +checksum = "5036cad2e48d41f5caf6785226c8be1a7db15bec14a9fd7aa6cca84f34cf689f" dependencies = [ "bytes", "ed25519-dalek 2.1.1", @@ -15904,15 +15972,15 @@ dependencies = [ "polkavm-derive", "rustversion", "secp256k1", - "sp-core 33.0.1", + "sp-core 34.0.0", "sp-crypto-hashing", - "sp-externalities 0.28.0", - "sp-keystore 0.39.0", - "sp-runtime-interface 27.0.0", - "sp-state-machine 0.41.0", + "sp-externalities 0.29.0", + "sp-keystore 0.40.0", + "sp-runtime-interface 28.0.0", + "sp-state-machine 0.42.0", "sp-std", "sp-tracing 17.0.0", - "sp-trie 35.0.0", + "sp-trie 36.0.0", "tracing", "tracing-core", ] @@ -15930,12 +15998,12 @@ dependencies = [ [[package]] name = "sp-keyring" -version = "37.0.0" +version = "38.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65a24506e9e7c4d66e3b4d9c45e35009b59d3cc545481224bf1e85146d2426ec" +checksum = "b03536e1ff3ec2bd8181eeaa26c0d682ebdcbd01548a055cf591077188b8c3f0" dependencies = [ - "sp-core 33.0.1", - "sp-runtime 37.0.0", + "sp-core 34.0.0", + "sp-runtime 38.0.0", "strum 0.26.2", ] @@ -15954,14 +16022,14 @@ dependencies = [ [[package]] name = "sp-keystore" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92a909528663a80829b95d582a20dd4c9acd6e575650dee2bcaf56f4740b305e" +checksum = "0248b4d784cb4a01472276928977121fa39d977a5bb24793b6b15e64b046df42" dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", - "sp-core 33.0.1", - "sp-externalities 0.28.0", + "sp-core 34.0.0", + "sp-externalities 0.29.0", ] [[package]] @@ -15999,14 +16067,14 @@ dependencies = [ [[package]] name = "sp-mixnet" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1ac523987a20ae4df607dcf1b7c7728b1f7b77f016f27413203e584d22ffde3" +checksum = "2f65a570519da820ce3dc35053497a65f9fbd3f5a7dc81fa03078ca263e9311e" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 32.0.0", - "sp-application-crypto 36.0.0", + "sp-api 33.0.0", + "sp-application-crypto 37.0.0", ] [[package]] @@ -16030,19 +16098,19 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" -version = "32.0.1" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec4370db10d0f7b670ba33d1a69dc2a09a1734d45b3d4edea78328ff9edf5d31" +checksum = "47412a2d2e988430d5f59d7fec1473f229e1ef5ce24c1ea4f601b4b3679cac52" dependencies = [ "log", "parity-scale-codec", "polkadot-ckb-merkle-mountain-range", "scale-info", "serde", - "sp-api 32.0.0", - "sp-core 33.0.1", + "sp-api 33.0.0", + "sp-core 34.0.0", "sp-debug-derive", - "sp-runtime 37.0.0", + "sp-runtime 38.0.0", "thiserror", ] @@ -16063,16 +16131,16 @@ dependencies = [ [[package]] name = "sp-npos-elections" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "643b08058800b3a1bd0ad7155291e75e14c936974837c074ae3cfdc5d1fa294e" +checksum = "0b0c51a7b60cd663f2661e6949069eb316b092f22c239691d5272a4d0cfca0fb" dependencies = [ "parity-scale-codec", "scale-info", "serde", "sp-arithmetic 26.0.0", - "sp-core 33.0.1", - "sp-runtime 37.0.0", + "sp-core 34.0.0", + "sp-runtime 38.0.0", ] [[package]] @@ -16088,13 +16156,13 @@ dependencies = [ [[package]] name = "sp-offchain" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9e7bdda614cb69c087d89d598ac4850e567be09f3de8d510b57147c111d5ce1" +checksum = "cbe721c367760bddf10fcfa24fb48edd64c442f71db971f043c8ac73f51aa6e9" dependencies = [ - "sp-api 32.0.0", - "sp-core 33.0.1", - "sp-runtime 37.0.0", + "sp-api 33.0.0", + "sp-core 34.0.0", + "sp-runtime 38.0.0", ] [[package]] @@ -16110,13 +16178,13 @@ dependencies = [ [[package]] name = "sp-rpc" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f7b352143ee888fc624adff978e32b2ee6cf81d659907190107e1c86e205eeb" +checksum = "45458f0955870a92b3969098d4f1f4e9b55b4282d9f1dc112a51bb5bb6584900" dependencies = [ "rustc-hash", "serde", - "sp-core 33.0.1", + "sp-core 34.0.0", ] [[package]] @@ -16146,9 +16214,9 @@ dependencies = [ [[package]] name = "sp-runtime" -version = "37.0.0" +version = "38.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c2a6148bf0ba74999ecfea9b4c1ade544f0663e0baba19630bb7761b2142b19" +checksum = "89ef409c414546b655ec1e94aaea178e4a97e21284a91b24c762aebf836d3b49" dependencies = [ "docify", "either", @@ -16162,10 +16230,10 @@ dependencies = [ "scale-info", "serde", "simple-mermaid", - "sp-application-crypto 36.0.0", + "sp-application-crypto 37.0.0", "sp-arithmetic 26.0.0", - "sp-core 33.0.1", - "sp-io 36.0.0", + "sp-core 34.0.0", + "sp-io 37.0.0", "sp-std", "sp-weights 31.0.0", ] @@ -16191,16 +16259,16 @@ dependencies = [ [[package]] name = "sp-runtime-interface" -version = "27.0.0" +version = "28.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "647db5e1dc481686628b41554e832df6ab400c4b43a6a54e54d3b0a71ca404aa" +checksum = "985eb981f40c689c6a0012c937b68ed58dabb4341d06f2dfe4dfd5ed72fa4017" dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", "polkavm-derive", "primitive-types", - "sp-externalities 0.28.0", + "sp-externalities 0.29.0", "sp-runtime-interface-proc-macro 18.0.0", "sp-std", "sp-storage 21.0.0", @@ -16255,17 +16323,17 @@ dependencies = [ [[package]] name = "sp-session" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "601e0203c52ac7c1122ad316ae4e5cc355fdf1d69ef5b6c4aa30f7a17921fad9" +checksum = "4daf2e40ffc7e7e8de08efb860eb9534faf614a49c53dc282f430faedb4aed13" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 32.0.0", - "sp-core 33.0.1", - "sp-keystore 0.39.0", - "sp-runtime 37.0.0", - "sp-staking 32.0.0", + "sp-api 33.0.0", + "sp-core 34.0.0", + "sp-keystore 0.40.0", + "sp-runtime 38.0.0", + "sp-staking 33.0.0", ] [[package]] @@ -16285,16 +16353,16 @@ dependencies = [ [[package]] name = "sp-staking" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "817c02b55a84c0fac32fdd8b3f0b959888bad0726009ed62433f4046f4b4b752" +checksum = "0a0b7abfe66c07a3b6eb99e1286dfa9b6f3b057b0e986e7da2ccbf707f6c781a" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "scale-info", "serde", - "sp-core 33.0.1", - "sp-runtime 37.0.0", + "sp-core 34.0.0", + "sp-runtime 38.0.0", ] [[package]] @@ -16321,9 +16389,9 @@ dependencies = [ [[package]] name = "sp-state-machine" -version = "0.41.0" +version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f6ac196ea92c4d0613c071e1a050765dbfa30107a990224a4aba02c7dbcd063" +checksum = "211e528aa6e902261a343f7b40840aa3d66fe4ad3aadbd04a035f10baf96dbc5" dependencies = [ "hash-db", "log", @@ -16331,10 +16399,10 @@ dependencies = [ "parking_lot 0.12.3", "rand 0.8.5", "smallvec", - "sp-core 33.0.1", - "sp-externalities 0.28.0", + "sp-core 34.0.0", + "sp-externalities 0.29.0", "sp-panic-handler", - "sp-trie 35.0.0", + "sp-trie 36.0.0", "thiserror", "tracing", "trie-db 0.29.1", @@ -16342,9 +16410,9 @@ dependencies = [ [[package]] name = "sp-statement-store" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f857a29733a0240105d05f6d36bc7d760d814c22c6b12997f2d153236bfc8220" +checksum = "b03aa86b1b46549889d32348bc85a8135c725665115567507231a6d85712aaac" dependencies = [ "aes-gcm", "curve25519-dalek 4.1.2", @@ -16354,13 +16422,13 @@ dependencies = [ "rand 0.8.5", "scale-info", "sha2 0.10.8", - "sp-api 32.0.0", - "sp-application-crypto 36.0.0", - "sp-core 33.0.1", + "sp-api 33.0.0", + "sp-application-crypto 37.0.0", + "sp-core 34.0.0", "sp-crypto-hashing", - "sp-externalities 0.28.0", - "sp-runtime 37.0.0", - "sp-runtime-interface 27.0.0", + "sp-externalities 0.29.0", + "sp-runtime 38.0.0", + "sp-runtime-interface 28.0.0", "thiserror", "x25519-dalek 2.0.1", ] @@ -16414,14 +16482,14 @@ dependencies = [ [[package]] name = "sp-timestamp" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d48d9246310340b11dc4f4c119fe93975c7c0c325637693da8c755d028fce19" +checksum = "78becf144a76f6fd108dfe94a90e20a185b38c0b310dc5482328196143c8266b" dependencies = [ "async-trait", "parity-scale-codec", - "sp-inherents 32.0.0", - "sp-runtime 37.0.0", + "sp-inherents 33.0.0", + "sp-runtime 38.0.0", "thiserror", ] @@ -16462,27 +16530,27 @@ dependencies = [ [[package]] name = "sp-transaction-pool" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14de2a91e5a2bebaf47993644643c92564cafc55d55e1c854f6637ee62c90b4b" +checksum = "a3c9d1604aadc15b70e95f4388d0b1aa380215520b7ddfd372531a6d8262269c" dependencies = [ - "sp-api 32.0.0", - "sp-runtime 37.0.0", + "sp-api 33.0.0", + "sp-runtime 38.0.0", ] [[package]] name = "sp-transaction-storage-proof" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aeca8215fb05fd67b4d72e39d8e3f0ed9a3cc86c95da95bc856ebc4c23f95c8f" +checksum = "5b5a891cb913015bb99401e372255193cc3848c6fe5c2f6fe2383ef9588cb190" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-core 33.0.1", - "sp-inherents 32.0.0", - "sp-runtime 37.0.0", - "sp-trie 35.0.0", + "sp-core 34.0.0", + "sp-inherents 33.0.0", + "sp-runtime 38.0.0", + "sp-trie 36.0.0", ] [[package]] @@ -16512,9 +16580,9 @@ dependencies = [ [[package]] name = "sp-trie" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a61ab0c3e003f457203702e4753aa5fe9e762380543fada44650b1217e4aa5a5" +checksum = "841d717c0f465f5371569e6fdc25b6f32d47c15d6e4c92b3b779e1c9b18b951d" dependencies = [ "ahash 0.8.11", "hash-db", @@ -16526,8 +16594,8 @@ dependencies = [ "rand 0.8.5", "scale-info", "schnellru", - "sp-core 33.0.1", - "sp-externalities 0.28.0", + "sp-core 34.0.0", + "sp-externalities 0.29.0", "thiserror", "tracing", "trie-db 0.29.1", @@ -16554,9 +16622,9 @@ dependencies = [ [[package]] name = "sp-version" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ff74bf12b4f7d29387eb1caeec5553209a505f90a2511d2831143b970f89659" +checksum = "bccf96fefae339dee7c4453f91be64eb28cce4c2fe82130445cf096b18b2c081" dependencies = [ "impl-serde", "parity-scale-codec", @@ -16564,7 +16632,7 @@ dependencies = [ "scale-info", "serde", "sp-crypto-hashing-proc-macro", - "sp-runtime 37.0.0", + "sp-runtime 38.0.0", "sp-std", "sp-version-proc-macro 14.0.0", "thiserror", @@ -16744,16 +16812,16 @@ dependencies = [ [[package]] name = "staging-parachain-info" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0473f6e6cd7296675188f88b2c29dccea328f9f88ccb18f3a79048505ce7dc2a" +checksum = "7eab4e71683cd8ceb50c1c77badc49772148699ffe33a3e4dbbdb5ea34d90e19" dependencies = [ - "cumulus-primitives-core 0.13.0", - "frame-support 34.0.0", - "frame-system 34.0.1", + "cumulus-primitives-core 0.14.0", + "frame-support 35.0.0", + "frame-system 35.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 37.0.0", + "sp-runtime 38.0.0", "sp-std", ] @@ -16778,9 +16846,9 @@ dependencies = [ [[package]] name = "staging-xcm" -version = "13.0.1" +version = "14.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbc905526a2619dfaa17d0d32d1daa6885fdf4eb2fead2e37411eb9d0a91013e" +checksum = "f2b7b5f531c6bf9629514ef8e5fda0e9e80dd84516957f710940d0e01d3fb36c" dependencies = [ "array-bytes", "bounded-collections 0.2.0", @@ -16792,7 +16860,7 @@ dependencies = [ "scale-info", "serde", "sp-weights 31.0.0", - "xcm-procedural 9.0.0", + "xcm-procedural 10.1.0", ] [[package]] @@ -16820,25 +16888,25 @@ dependencies = [ [[package]] name = "staging-xcm-builder" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bd94fb9634d6276b74b7ee9ec5b761c52c30ec40b7c0a381711c5d25c3a0141" +checksum = "b0517f2de0dd59ecc2693c0cb707ac30cee3d6576978b7287a4c3c9791b7792f" dependencies = [ - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-support 35.0.0", + "frame-system 35.0.0", "impl-trait-for-tuples", "log", - "pallet-transaction-payment 34.0.0", + "pallet-transaction-payment 35.0.0", "parity-scale-codec", - "polkadot-parachain-primitives 12.0.0", + "polkadot-parachain-primitives 13.0.0", "scale-info", "sp-arithmetic 26.0.0", - "sp-io 36.0.0", - "sp-runtime 37.0.0", + "sp-io 37.0.0", + "sp-runtime 38.0.0", "sp-std", "sp-weights 31.0.0", - "staging-xcm 13.0.1", - "staging-xcm-executor 13.0.0", + "staging-xcm 14.1.0", + "staging-xcm-executor 14.0.0", ] [[package]] @@ -16865,24 +16933,24 @@ dependencies = [ [[package]] name = "staging-xcm-executor" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcd7135969e580a14b73bf65fd25d714f3b20c3b2e94ff0949c148820ab3a79d" +checksum = "7a5b83ea34a2ba2083c6f5bfec468fb00535d0e0788a78237d06da32dba76be9" dependencies = [ "environmental", - "frame-benchmarking 34.0.0", - "frame-support 34.0.0", + "frame-benchmarking 35.0.0", + "frame-support 35.0.0", "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", - "sp-core 33.0.1", - "sp-io 36.0.0", - "sp-runtime 37.0.0", + "sp-core 34.0.0", + "sp-io 37.0.0", + "sp-runtime 38.0.0", "sp-std", "sp-weights 31.0.0", - "staging-xcm 13.0.1", + "staging-xcm 14.1.0", ] [[package]] @@ -16921,37 +16989,17 @@ dependencies = [ [[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 = "str0m" -version = "0.4.1" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3f10d3f68e60168d81110410428a435dbde28cc5525f5f7c6fdec92dbdc2800" +checksum = "6706347e49b13373f7ddfafad47df7583ed52083d6fc8a594eb2c80497ef959d" dependencies = [ "combine", "crc", + "fastrand 2.1.0", "hmac 0.12.1", "once_cell", "openssl", "openssl-sys", - "rand 0.8.5", "sctp-proto", "serde", "sha-1 0.10.1", @@ -17056,22 +17104,22 @@ checksum = "b285e7d183a32732fdc119f3d81b7915790191fad602b7c709ef247073c77a2e" [[package]] name = "substrate-frame-rpc-system" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51bbe199ad82e3b69312a50b7024db70568d1bc1c4de6c21d89a2efd6cd59104" +checksum = "8d077968f7a3352f4cd8791f9fc3553cca050fd3499f9ba602fe956813e8730d" dependencies = [ - "frame-system-rpc-runtime-api 32.0.0", + "frame-system-rpc-runtime-api 33.0.0", "futures", "jsonrpsee", "log", "parity-scale-codec", "sc-rpc-api", "sc-transaction-pool-api", - "sp-api 32.0.0", - "sp-block-builder 32.0.0", + "sp-api 33.0.0", + "sp-block-builder 33.0.0", "sp-blockchain", - "sp-core 33.0.1", - "sp-runtime 37.0.0", + "sp-core 34.0.0", + "sp-runtime 38.0.0", ] [[package]] @@ -17089,19 +17137,19 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ec3140547debbca2c3cfa23d4d1b3e08761c09f67ac6fa5c9467b7f82d3e4e9" +checksum = "6abf207b8db70d0ed674fac384e616a4613a93cd7f91ec7e6103c075be4b23cc" dependencies = [ "jsonrpsee", "parity-scale-codec", "sc-client-api", "sc-rpc-api", "serde", - "sp-core 33.0.1", - "sp-runtime 37.0.0", - "sp-state-machine 0.41.0", - "sp-trie 35.0.0", + "sp-core 34.0.0", + "sp-runtime 38.0.0", + "sp-state-machine 0.42.0", + "sp-trie 36.0.0", "trie-db 0.29.1", ] @@ -17126,17 +17174,26 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" -version = "22.0.1" +version = "23.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6567b61eca9459dbe71385caef9f6eab826abbd4a0743abf27034d96d34b9062" +checksum = "7dc993ad871b63fbba60362f3ea86583f5e7e1256e8fdcb3b5b249c9ead354bf" dependencies = [ + "array-bytes", "build-helper", "cargo_metadata", "console", "filetime", + "frame-metadata", + "merkleized-metadata", + "parity-scale-codec", "parity-wasm", "polkavm-linker", + "sc-executor", + "sp-core 34.0.0", + "sp-io 37.0.0", "sp-maybe-compressed-blob", + "sp-tracing 17.0.0", + "sp-version 36.0.0", "strum 0.26.2", "tempfile", "toml 0.8.14", @@ -17702,12 +17759,12 @@ dependencies = [ [[package]] name = "tracing-gum" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "518b1159d234d0833152f6f60501ed28a04e9e263293746dad886ec0a8bb20e7" +checksum = "d07f52b2b1a1c1c21094bd0b6fdcf1b7dbe785b937b30e82dba688d55d988efb" dependencies = [ "coarsetime", - "polkadot-primitives 13.0.0", + "polkadot-primitives 14.0.0", "tracing", "tracing-gum-proc-macro", ] @@ -17970,7 +18027,7 @@ checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ "cfg-if", "digest 0.10.7", - "rand 0.8.5", + "rand 0.7.3", "static_assertions", ] @@ -18601,126 +18658,128 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01b641fb4783e441a32ddc3e3f7927a6092cec39af9de2f85becacba412b6815" +checksum = "c0623e48f65c5e5368c7044cbd09c79bfc6418b258ad31892936a203b8b5509a" dependencies = [ "binary-merkle-tree 15.0.0", "bitvec", - "frame-benchmarking 34.0.0", - "frame-election-provider-support 34.0.0", - "frame-executive 34.0.0", - "frame-support 34.0.0", - "frame-system 34.0.1", - "frame-system-benchmarking 34.0.0", - "frame-system-rpc-runtime-api 32.0.0", - "frame-try-runtime 0.40.0", + "frame-benchmarking 35.0.0", + "frame-election-provider-support 35.0.0", + "frame-executive 35.0.0", + "frame-metadata-hash-extension 0.3.0", + "frame-support 35.0.0", + "frame-system 35.0.0", + "frame-system-benchmarking 35.0.0", + "frame-system-rpc-runtime-api 33.0.0", + "frame-try-runtime 0.41.0", "hex-literal", "log", - "pallet-asset-rate 13.0.0", - "pallet-authority-discovery 34.0.0", - "pallet-authorship 34.0.0", - "pallet-babe 34.0.0", - "pallet-bags-list 33.0.0", - "pallet-balances 35.0.0", - "pallet-beefy 34.0.0", - "pallet-beefy-mmr 34.0.0", + "pallet-asset-rate 14.0.0", + "pallet-authority-discovery 35.0.0", + "pallet-authorship 35.0.0", + "pallet-babe 35.0.0", + "pallet-bags-list 34.0.0", + "pallet-balances 36.0.0", + "pallet-beefy 35.0.0", + "pallet-beefy-mmr 35.0.0", "pallet-collective", - "pallet-conviction-voting 34.0.0", + "pallet-conviction-voting 35.0.0", + "pallet-delegated-staking", "pallet-democracy", - "pallet-election-provider-multi-phase 33.0.0", - "pallet-election-provider-support-benchmarking 33.0.0", + "pallet-election-provider-multi-phase 34.0.0", + "pallet-election-provider-support-benchmarking 34.0.0", "pallet-elections-phragmen", - "pallet-fast-unstake 33.0.0", - "pallet-grandpa 34.0.0", - "pallet-identity 34.0.0", - "pallet-indices 34.0.0", + "pallet-fast-unstake 34.0.0", + "pallet-grandpa 35.0.0", + "pallet-identity 35.0.0", + "pallet-indices 35.0.0", "pallet-membership", - "pallet-message-queue 37.0.0", - "pallet-mmr 33.0.0", - "pallet-multisig 34.0.0", - "pallet-nomination-pools 31.0.0", - "pallet-nomination-pools-benchmarking 32.0.0", - "pallet-nomination-pools-runtime-api 29.0.0", - "pallet-offences 33.0.0", - "pallet-offences-benchmarking 34.0.0", - "pallet-preimage 34.0.0", - "pallet-proxy 34.0.0", + "pallet-message-queue 38.0.0", + "pallet-mmr 34.0.0", + "pallet-multisig 35.0.0", + "pallet-nomination-pools 32.0.0", + "pallet-nomination-pools-benchmarking 33.0.0", + "pallet-nomination-pools-runtime-api 30.0.0", + "pallet-offences 34.0.0", + "pallet-offences-benchmarking 35.0.0", + "pallet-preimage 35.0.0", + "pallet-proxy 35.0.0", "pallet-recovery", - "pallet-referenda 34.0.0", + "pallet-referenda 35.0.0", "pallet-root-testing", - "pallet-scheduler 35.0.0", - "pallet-session 34.0.0", - "pallet-session-benchmarking 34.0.0", + "pallet-scheduler 36.0.0", + "pallet-session 35.0.0", + "pallet-session-benchmarking 35.0.0", "pallet-society", - "pallet-staking 34.0.0", - "pallet-staking-reward-curve", - "pallet-staking-runtime-api 20.0.0", - "pallet-state-trie-migration 35.0.0", - "pallet-sudo 34.0.0", - "pallet-timestamp 33.0.0", - "pallet-transaction-payment 34.0.0", - "pallet-transaction-payment-rpc-runtime-api 34.0.0", - "pallet-treasury 33.0.0", - "pallet-utility 34.0.0", - "pallet-vesting 34.0.0", - "pallet-whitelist 33.0.0", - "pallet-xcm 13.0.0", - "pallet-xcm-benchmarks 13.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 12.0.0", - "polkadot-primitives 13.0.0", - "polkadot-runtime-common 13.0.0", - "polkadot-runtime-parachains 13.0.0", + "pallet-staking 35.0.0", + "pallet-staking-reward-curve 12.0.0", + "pallet-staking-runtime-api 21.0.0", + "pallet-state-trie-migration 36.0.0", + "pallet-sudo 35.0.0", + "pallet-timestamp 34.0.0", + "pallet-transaction-payment 35.0.0", + "pallet-transaction-payment-rpc-runtime-api 35.0.0", + "pallet-treasury 34.0.0", + "pallet-utility 35.0.0", + "pallet-vesting 35.0.0", + "pallet-whitelist 34.0.0", + "pallet-xcm 14.0.0", + "pallet-xcm-benchmarks 14.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 13.0.0", + "polkadot-primitives 14.0.0", + "polkadot-runtime-common 14.0.0", + "polkadot-runtime-parachains 14.0.0", "rustc-hex", "scale-info", "serde", "serde_derive", "smallvec", - "sp-api 32.0.0", - "sp-application-crypto 36.0.0", + "sp-api 33.0.0", + "sp-application-crypto 37.0.0", "sp-arithmetic 26.0.0", - "sp-authority-discovery 32.0.0", - "sp-block-builder 32.0.0", - "sp-consensus-babe 0.38.0", - "sp-consensus-beefy 19.0.0", - "sp-core 33.0.1", - "sp-genesis-builder 0.13.0", - "sp-inherents 32.0.0", - "sp-io 36.0.0", - "sp-mmr-primitives 32.0.1", - "sp-npos-elections 32.0.0", - "sp-offchain 32.0.0", - "sp-runtime 37.0.0", - "sp-session 33.0.0", - "sp-staking 32.0.0", + "sp-authority-discovery 33.0.0", + "sp-block-builder 33.0.0", + "sp-consensus-babe 0.39.0", + "sp-consensus-beefy 20.0.0", + "sp-core 34.0.0", + "sp-genesis-builder 0.14.0", + "sp-inherents 33.0.0", + "sp-io 37.0.0", + "sp-mmr-primitives 33.0.0", + "sp-npos-elections 33.0.0", + "sp-offchain 33.0.0", + "sp-runtime 38.0.0", + "sp-session 34.0.0", + "sp-staking 33.0.0", "sp-std", "sp-storage 21.0.0", - "sp-transaction-pool 32.0.0", - "sp-version 35.0.0", - "staging-xcm 13.0.1", - "staging-xcm-builder 13.0.0", - "staging-xcm-executor 13.0.0", - "substrate-wasm-builder 22.0.1", + "sp-transaction-pool 33.0.0", + "sp-version 36.0.0", + "staging-xcm 14.1.0", + "staging-xcm-builder 14.0.0", + "staging-xcm-executor 14.0.0", + "substrate-wasm-builder 23.0.0", "westend-runtime-constants", "xcm-fee-payment-runtime-api", ] [[package]] name = "westend-runtime-constants" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55241a1b789ae6acf4bbe62687f2876fa83b151abf3d94e275c92ba4a2b59fe8" +checksum = "c68089302095f1bf7fada4ab0a42aeee1d9b56280bcab18cf6359c35cae761b7" dependencies = [ - "frame-support 34.0.0", - "polkadot-primitives 13.0.0", - "polkadot-runtime-common 13.0.0", + "frame-support 35.0.0", + "polkadot-primitives 14.0.0", + "polkadot-runtime-common 14.0.0", "smallvec", - "sp-core 33.0.1", - "sp-runtime 37.0.0", + "sp-core 34.0.0", + "sp-runtime 38.0.0", "sp-weights 31.0.0", - "staging-xcm 13.0.1", - "staging-xcm-builder 13.0.0", + "staging-xcm 14.1.0", + "staging-xcm-builder 14.0.0", ] [[package]] @@ -18788,7 +18847,7 @@ version = "0.51.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ca229916c5ee38c2f2bc1e9d8f04df975b4bd93f9955dc69fabb5d91270045c9" dependencies = [ - "windows-core 0.51.1", + "windows-core", "windows-targets 0.48.5", ] @@ -18801,15 +18860,6 @@ dependencies = [ "windows-targets 0.48.5", ] -[[package]] -name = "windows-core" -version = "0.52.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" -dependencies = [ - "windows-targets 0.52.5", -] - [[package]] name = "windows-sys" version = "0.42.0" @@ -19139,53 +19189,53 @@ dependencies = [ [[package]] name = "xcm-emulator" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78cdb92db9f5334f6dc32c1acd2830482e745dd0f11bd411757d0ffeb9bd564c" +checksum = "4fec574213c6c373641128fdea17886fb8a9ae5e3a5f25f80371ffd304dfa080" dependencies = [ - "cumulus-pallet-parachain-system 0.13.0", - "cumulus-pallet-xcmp-queue 0.13.0", - "cumulus-primitives-core 0.13.0", - "cumulus-primitives-parachain-inherent 0.13.0", + "cumulus-pallet-parachain-system 0.14.0", + "cumulus-pallet-xcmp-queue 0.14.0", + "cumulus-primitives-core 0.14.0", + "cumulus-primitives-parachain-inherent 0.14.0", "cumulus-test-relay-sproof-builder", - "frame-support 34.0.0", - "frame-system 34.0.1", + "frame-support 35.0.0", + "frame-system 35.0.0", "impl-trait-for-tuples", "lazy_static", "log", - "pallet-balances 35.0.0", - "pallet-message-queue 37.0.0", - "parachains-common 13.0.0", + "pallet-balances 36.0.0", + "pallet-message-queue 38.0.0", + "parachains-common 14.0.0", "parity-scale-codec", "paste", - "polkadot-parachain-primitives 12.0.0", - "polkadot-primitives 13.0.0", - "polkadot-runtime-parachains 13.0.0", + "polkadot-parachain-primitives 13.0.0", + "polkadot-primitives 14.0.0", + "polkadot-runtime-parachains 14.0.0", "sp-arithmetic 26.0.0", - "sp-core 33.0.1", + "sp-core 34.0.0", "sp-crypto-hashing", - "sp-io 36.0.0", - "sp-runtime 37.0.0", + "sp-io 37.0.0", + "sp-runtime 38.0.0", "sp-std", "sp-tracing 17.0.0", - "staging-xcm 13.0.1", - "staging-xcm-executor 13.0.0", + "staging-xcm 14.1.0", + "staging-xcm-executor 14.0.0", ] [[package]] name = "xcm-fee-payment-runtime-api" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a08b02854d1e3f844dec37dcf5897524f8e7ac6f227d225cba4ab43dadd0b691" +checksum = "1d4261279994b1cb0d16a77cc12734fca18b88b56b65b8740de543af6d6a17dc" dependencies = [ - "frame-support 34.0.0", + "frame-support 35.0.0", "parity-scale-codec", "scale-info", - "sp-api 32.0.0", - "sp-runtime 37.0.0", + "sp-api 33.0.0", + "sp-runtime 38.0.0", "sp-std", "sp-weights 31.0.0", - "staging-xcm 13.0.1", + "staging-xcm 14.1.0", ] [[package]] @@ -19202,9 +19252,9 @@ dependencies = [ [[package]] name = "xcm-procedural" -version = "9.0.0" +version = "10.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd9498be6aff2d380250c4b155faaebe4a83da181a00402dedac6c8166850198" +checksum = "87fb4f14094d65c500a59bcf540cf42b99ee82c706edd6226a92e769ad60563e" dependencies = [ "Inflector", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 83117c21..6c70c7e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ scale-info = { version = "2.10.0", default-features = false, features = [ smallvec = "1.11.0" serde = "1.0.195" clap = { version = "4.4.18", features = ["derive"] } -jsonrpsee = { version = "0.22.0", features = ["server"] } +jsonrpsee = { version = "0.22.5", features = ["server"] } futures = "0.3.28" serde_json = "1.0.111" tracing-subscriber = { version = "0.3", default-features = false } @@ -48,7 +48,7 @@ tokio = { version = "1.36", features = ["macros", "time", "rt-multi-thread"] } # Build substrate-build-script-utils = "11.0.0" -substrate-wasm-builder = "22.0.0" +substrate-wasm-builder = "23.0.0" # Local pop-runtime-devnet = { path = "runtime/devnet", default-features = true, features = [ @@ -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.40.0" -sc-chain-spec = "33.0.0" -sc-cli = "0.42.0" -sc-client-api = "34.0.0" -sc-offchain = "35.0.0" -sc-consensus = "0.39.1" -sc-executor = "0.38.0" -sc-network = "0.40.0" -sc-network-sync = "0.39.0" -sc-rpc = "35.0.0" -sc-service = "0.41.0" -sc-sysinfo = "33.0.0" -sc-telemetry = "20.0.0" -sc-tracing = "34.0.0" -sc-transaction-pool = "34.0.0" -sc-transaction-pool-api = "34.0.0" -frame-benchmarking = { version = "34.0.0", default-features = false } -frame-benchmarking-cli = "38.0.0" -frame-executive = { version = "34.0.0", default-features = false } -frame-support = { version = "34.0.0", default-features = false } -frame-system = { version = "34.0.1", default-features = false } -frame-system-benchmarking = { version = "34.0.0", default-features = false } -frame-system-rpc-runtime-api = { version = "32.0.0", default-features = false } -frame-try-runtime = { version = "0.40.0", default-features = false } -pallet-aura = { version = "33.0.0", default-features = false } -pallet-authorship = { version = "34.0.0", default-features = false } -pallet-assets = { version = "35.0.0", default-features = false } -pallet-balances = { version = "35.0.0", default-features = false } -pallet-contracts = { version = "33.0.0", default-features = false } -pallet-message-queue = { version = "37.0.0", default-features = false } -pallet-multisig = { version = "34.0.0", default-features = false } -pallet-nft-fractionalization = { version = "16.0.0", default-features = false } -pallet-nfts = { version = "28.0.0", default-features = false } -pallet-nfts-runtime-api = { version = "20.0.0", default-features = false } -pallet-preimage = { version = "34.0.0", default-features = false } -pallet-proxy = { version = "34.0.0", default-features = false } -pallet-scheduler = { version = "35.0.0", default-features = false } -pallet-session = { version = "34.0.0", default-features = false } -pallet-sudo = { version = "34.0.0", default-features = false } -pallet-timestamp = { version = "33.0.0", default-features = false } -pallet-transaction-payment = { version = "34.0.0", default-features = false } -pallet-transaction-payment-rpc = "36.0.0" -pallet-transaction-payment-rpc-runtime-api = { version = "34.0.0", default-features = false } -pallet-utility = { version = "34.0.0", default-features = false } -sp-api = { version = "32.0.0", default-features = false } -sp-authority-discovery = { version = "32.0.0", default-features = false } -sp-block-builder = { version = "32.0.0", default-features = false } -sp-blockchain = "34.0.0" -sp-consensus-aura = { version = "0.38.0", default-features = false } -sp-consensus-babe = { version = "0.38.0", default-features = false } -sp-consensus-beefy = { version = "19.0.0", default-features = false } -sp-consensus-grandpa = { version = "19.0.0", default-features = false } -sp-core = { version = "33.0.1", default-features = false } -sp-keystore = "0.39.0" -sp-io = { version = "36.0.0", default-features = false } -sp-genesis-builder = { version = "0.13.0", default-features = false } -sp-inherents = { version = "32.0.0", default-features = false } -sp-offchain = { version = "32.0.0", default-features = false } -sp-runtime = { version = "37.0.0", default-features = false } -sp-timestamp = "32.0.0" -substrate-frame-rpc-system = "34.0.0" +sc-basic-authorship = "0.41.0" +sc-chain-spec = "34.0.0" +sc-cli = "0.43.0" +sc-client-api = "=35.0.0" +sc-offchain = "36.0.0" +sc-consensus = "0.40.0" +sc-executor = "0.39.0" +sc-network = "0.41.0" +sc-network-sync = "0.40.0" +sc-rpc = "36.0.0" +sc-service = "0.42.0" +sc-sysinfo = "34.0.0" +sc-telemetry = "21.0.0" +sc-tracing = "35.0.0" +sc-transaction-pool = "35.0.0" +sc-transaction-pool-api = "35.0.0" +frame-benchmarking = { version = "35.0.0", default-features = false } +frame-benchmarking-cli = "39.0.0" +frame-executive = { version = "35.0.0", default-features = false } +frame-support = { version = "35.0.0", default-features = false } +frame-system = { version = "35.0.0", default-features = false } +frame-system-benchmarking = { version = "35.0.0", default-features = false } +frame-system-rpc-runtime-api = { version = "33.0.0", default-features = false } +frame-try-runtime = { version = "0.41.0", default-features = false } +frame-metadata-hash-extension = { version = "0.3.0", default-features = false } +pallet-aura = { version = "34.0.0", default-features = false } +pallet-authorship = { version = "35.0.0", default-features = false } +pallet-assets = { version = "36.0.0", default-features = false } +pallet-balances = { version = "36.0.0", default-features = false } +pallet-contracts = { version = "34.0.0", default-features = false } +pallet-message-queue = { version = "38.0.0", default-features = false } +pallet-multisig = { version = "35.0.0", default-features = false } +pallet-nft-fractionalization = { version = "17.0.0", default-features = false } +pallet-nfts = { version = "29.0.0", default-features = false } +pallet-nfts-runtime-api = { version = "21.0.0", default-features = false } +pallet-preimage = { version = "35.0.0", default-features = false } +pallet-proxy = { version = "35.0.0", default-features = false } +pallet-scheduler = { version = "36.0.0", default-features = false } +pallet-session = { version = "35.0.0", default-features = false } +pallet-sudo = { version = "35.0.0", default-features = false } +pallet-timestamp = { version = "34.0.0", default-features = false } +pallet-transaction-payment = { version = "35.0.0", default-features = false } +pallet-transaction-payment-rpc = "37.0.0" +pallet-transaction-payment-rpc-runtime-api = { version = "35.0.0", default-features = false } +pallet-utility = { version = "35.0.0", default-features = false } +sp-api = { version = "33.0.0", default-features = false } +sp-authority-discovery = { version = "33.0.0", default-features = false } +sp-block-builder = { version = "33.0.0", default-features = false } +sp-blockchain = "35.0.0" +sp-consensus-aura = { version = "0.39.0", default-features = false } +sp-consensus-babe = { version = "0.39.0", default-features = false } +sp-consensus-beefy = { version = "20.0.0", default-features = false } +sp-consensus-grandpa = { version = "20.0.0", default-features = false } +sp-core = { version = "34.0.0", default-features = false } +sp-keystore = "0.40.0" +sp-io = { version = "37.0.0", default-features = false } +sp-genesis-builder = { version = "0.14.0", default-features = false } +sp-inherents = { version = "33.0.0", default-features = false } +sp-offchain = { version = "33.0.0", default-features = false } +sp-runtime = { version = "=38.0.0", default-features = false } +sp-timestamp = "33.0.0" +substrate-frame-rpc-system = "35.0.0" substrate-prometheus-endpoint = "0.17.0" -sp-session = { version = "33.0.0", default-features = false } +sp-session = { version = "34.0.0", default-features = false } sp-std = { version = "14.0.0", default-features = false } -sp-transaction-pool = { version = "32.0.0", default-features = false } -sp-version = { version = "35.0.0", default-features = false } +sp-transaction-pool = { version = "33.0.0", default-features = false } +sp-version = { version = "36.0.0", default-features = false } # Polkadot -pallet-xcm = { version = "13.0.0", default-features = false } -polkadot-cli = "13.0.0" -polkadot-parachain-primitives = { version = "12.0.0", default-features = false } -polkadot-runtime-parachains = { version = "13.0.0", default-features = false } -polkadot-primitives = { version = "13.0.0", default-features = false } -polkadot-runtime-common = { version = "13.0.0", default-features = false } -rococo-runtime-constants = { version = "13.0.0", default-features = false } -rococo-runtime = { version = "13.0.0", default-features = false } -xcm = { version = "13.0.1", package = "staging-xcm", default-features = false } -xcm-builder = { version = "13.0.0", package = "staging-xcm-builder", default-features = false } -xcm-executor = { version = "13.0.0", package = "staging-xcm-executor", default-features = false } +pallet-xcm = { version = "14.0.0", default-features = false } +polkadot-cli = "14.0.0" +polkadot-parachain-primitives = { version = "13.0.0", default-features = false } +polkadot-runtime-parachains = { version = "14.0.0", default-features = false } +polkadot-primitives = { version = "14.0.0", default-features = false } +polkadot-runtime-common = { version = "14.0.0", default-features = false } +rococo-runtime-constants = { version = "14.0.0", default-features = false } +rococo-runtime = { version = "14.0.0", default-features = false } +xcm = { version = "14.0.0", package = "staging-xcm", default-features = false } +xcm-builder = { version = "14.0.0", package = "staging-xcm-builder", default-features = false } +xcm-executor = { version = "14.0.0", package = "staging-xcm-executor", default-features = false } # Cumulus -asset-hub-rococo-runtime = { version = "0.17.0", default-features = false } -asset-test-utils = { version = "13.0.0", default-features = false } -cumulus-pallet-aura-ext = { version = "0.13.0", default-features = false } -cumulus-pallet-parachain-system = { version = "0.13.0", default-features = false, features = [ - "parameterized-consensus-hook", -] } -cumulus-pallet-session-benchmarking = { version = "15.0.0", default-features = false } -cumulus-pallet-xcm = { version = "0.13.0", default-features = false } -cumulus-pallet-xcmp-queue = { version = "0.13.0", default-features = false } -cumulus-primitives-aura = { version = "0.13.0", default-features = false } -cumulus-primitives-core = { version = "0.13.0", default-features = false } -cumulus-primitives-storage-weight-reclaim = { version = "4.0.0", default-features = false } -cumulus-primitives-utility = { version = "0.13.0", default-features = false } -emulated-integration-tests-common = { version = "9.0.0", default-features = false } -pallet-collator-selection = { version = "15.0.0", default-features = false } -parachains-common = { version = "13.0.0", default-features = false } -parachain-info = { version = "0.13.0", package = "staging-parachain-info", default-features = false } -cumulus-primitives-parachain-inherent = "0.13.0" -cumulus-relay-chain-interface = "0.13.0" +asset-hub-rococo-runtime = { version = "0.18.0", default-features = false } +asset-test-utils = { version = "14.0.0", default-features = false } +cumulus-pallet-aura-ext = { version = "0.14.0", default-features = false } +cumulus-pallet-parachain-system = { version = "0.14.0", default-features = false } +cumulus-pallet-session-benchmarking = { version = "16.0.0", default-features = false } +cumulus-pallet-xcm = { version = "0.14.0", default-features = false } +cumulus-pallet-xcmp-queue = { version = "0.14.0", default-features = false } +cumulus-primitives-aura = { version = "0.14.0", default-features = false } +cumulus-primitives-core = { version = "0.14.0", default-features = false } +cumulus-primitives-storage-weight-reclaim = { version = "5.0.0", default-features = false } +cumulus-primitives-utility = { version = "0.14.0", default-features = false } +emulated-integration-tests-common = { version = "10.0.0", default-features = false } +pallet-collator-selection = { version = "16.0.0", default-features = false } +parachains-common = { version = "14.0.0", default-features = false } +parachain-info = { version = "0.14.0", package = "staging-parachain-info", default-features = false } +cumulus-primitives-parachain-inherent = "0.14.0" +cumulus-relay-chain-interface = "0.14.0" color-print = "0.3.4" -cumulus-client-cli = "0.13.0" -cumulus-client-collator = "0.13.0" -cumulus-client-consensus-aura = "0.13.0" -cumulus-client-consensus-common = "0.13.0" -cumulus-client-consensus-proposer = "0.13.0" -cumulus-client-service = "0.13.0" +cumulus-client-cli = "0.14.0" +cumulus-client-collator = "0.14.0" +cumulus-client-consensus-aura = "0.14.0" +cumulus-client-consensus-common = "0.14.0" +cumulus-client-consensus-proposer = "0.14.0" +cumulus-client-service = "0.14.0" # Paseo asset-hub-paseo-runtime = { git = "https://github.com/paseo-network/runtimes/", tag = "v1.2.5-system-chains", default-features = false } diff --git a/node/src/chain_spec.rs b/node/src/chain_spec.rs index e32d18af..2d208eb1 100644 --- a/node/src/chain_spec.rs +++ b/node/src/chain_spec.rs @@ -7,12 +7,10 @@ use sp_core::{crypto::Ss58Codec, sr25519, Pair, Public}; use sp_runtime::traits::{IdentifyAccount, Verify}; /// Specialized `ChainSpec` for the development parachain runtime. -pub type DevnetChainSpec = - sc_service::GenericChainSpec; +pub type DevnetChainSpec = sc_service::GenericChainSpec; /// Specialized `ChainSpec` for the testnet parachain runtime. -pub type TestnetChainSpec = - sc_service::GenericChainSpec; +pub type TestnetChainSpec = sc_service::GenericChainSpec; /// The default XCM version to set in genesis config. const SAFE_XCM_VERSION: u32 = xcm::prelude::XCM_VERSION; diff --git a/runtime/devnet/Cargo.toml b/runtime/devnet/Cargo.toml index cbecc7f2..5585479b 100644 --- a/runtime/devnet/Cargo.toml +++ b/runtime/devnet/Cargo.toml @@ -28,6 +28,7 @@ pop-runtime-common = { workspace = true, default-features = false } # Substrate frame-benchmarking.workspace = true frame-executive.workspace = true +frame-metadata-hash-extension.workspace = true frame-support.workspace = true frame-system.workspace = true frame-system-benchmarking.workspace = true @@ -226,3 +227,16 @@ try-runtime = [ ] experimental = [] + +# Enable the metadata hash generation. +# +# This is hidden behind a feature because it increases the compile time. +# The wasm binary needs to be compiled twice, once to fetch the metadata, +# generate the metadata hash and then a second time with the +# `RUNTIME_METADATA_HASH` environment variable set for the `CheckMetadataHash` +# extension. +metadata-hash = ["substrate-wasm-builder/metadata-hash"] + +# A convenience feature for enabling things when doing a build +# for an on-chain release. +on-chain-release-build = ["metadata-hash"] diff --git a/runtime/devnet/build.rs b/runtime/devnet/build.rs index 02d6973f..9fc445de 100644 --- a/runtime/devnet/build.rs +++ b/runtime/devnet/build.rs @@ -1,4 +1,14 @@ -#[cfg(feature = "std")] +#[cfg(all(feature = "std", feature = "metadata-hash"))] +fn main() { + substrate_wasm_builder::WasmBuilder::new() + .with_current_project() + .export_heap_base() + .import_memory() + .enable_metadata_hash("UNIT", 12) + .build() +} + +#[cfg(all(feature = "std", not(feature = "metadata-hash")))] fn main() { substrate_wasm_builder::WasmBuilder::new() .with_current_project() diff --git a/runtime/devnet/src/extensions.rs b/runtime/devnet/src/extensions.rs index d2d11598..8a2e0fbd 100644 --- a/runtime/devnet/src/extensions.rs +++ b/runtime/devnet/src/extensions.rs @@ -6,6 +6,7 @@ use frame_support::{ use pallet_contracts::chain_extension::{ BufInBufOutState, ChainExtension, ChargedAmount, Environment, Ext, InitState, RetVal, }; +use pallet_contracts::WeightInfo; use pop_primitives::storage_keys::RuntimeStateKeys; use sp_core::crypto::UncheckedFrom; use sp_runtime::{traits::Dispatchable, DispatchError}; @@ -15,8 +16,6 @@ use crate::{AccountId, AllowedApiCalls, RuntimeCall, RuntimeOrigin}; const LOG_TARGET: &str = "pop-api::extension"; -type ContractSchedule = ::Schedule; - #[derive(Default)] pub struct PopApiExtension; @@ -124,16 +123,14 @@ where T: pallet_contracts::Config, E: Ext, { - let contract_host_weight = ContractSchedule::::get().host_fn_weights; - // calculate weight for reading bytes of `len` - // reference: https://github.com/paritytech/polkadot-sdk/blob/117a9433dac88d5ac00c058c9b39c511d47749d2/substrate/frame/contracts/src/wasm/runtime.rs#L267 - let base_weight: Weight = contract_host_weight.return_per_byte.saturating_mul(len.into()); + // reference: https://github.com/paritytech/polkadot-sdk/pull/4233/files#:~:text=CopyToContract(len)%20%3D%3E%20T%3A%3AWeightInfo%3A%3Aseal_input(len)%2C + let base_weight: Weight = T::WeightInfo::seal_return(len); // debug_message weight is a good approximation of the additional overhead of going // from contract layer to substrate layer. - // reference: https://github.com/paritytech/ink-examples/blob/b8d2caa52cf4691e0ddd7c919e4462311deb5ad0/psp22-extension/runtime/psp22-extension-example.rs#L236 - let overhead = contract_host_weight.debug_message; + // reference: https://github.com/paritytech/polkadot-sdk/pull/4233/files#:~:text=DebugMessage(len)%20%3D%3E%20T%3A%3AWeightInfo%3A%3Aseal_debug_message(len)%2C + let overhead = T::WeightInfo::seal_debug_message(len); let charged_weight = env.charge_weight(base_weight.saturating_add(overhead))?; log::debug!(target: LOG_TARGET, "{} charged weight: {:?}", log_prefix, charged_weight); @@ -173,10 +170,7 @@ where let mut env = env.buf_in_buf_out(); // To be conservative, we charge the weight for reading the input bytes of a fixed-size type. - let base_weight: Weight = ContractSchedule::::get() - .host_fn_weights - .return_per_byte - .saturating_mul(env.in_len().into()); + let base_weight: Weight = T::WeightInfo::seal_return(env.in_len()); let charged_weight = env.charge_weight(base_weight)?; log::debug!(target:LOG_TARGET, "{} charged weight: {:?}", LOG_PREFIX, charged_weight); diff --git a/runtime/devnet/src/lib.rs b/runtime/devnet/src/lib.rs index b8d0cb59..23029ce2 100644 --- a/runtime/devnet/src/lib.rs +++ b/runtime/devnet/src/lib.rs @@ -431,6 +431,10 @@ impl cumulus_pallet_xcmp_queue::Config for Runtime { type ControllerOriginConverter = XcmOriginToTransactDispatchOrigin; type WeightInfo = (); type PriceForSiblingDelivery = NoPriceForMessageDelivery; + // Limit the number of messages and signals a HRML channel can have at most + type MaxActiveOutboundChannels = ConstU32<128>; + // Limit the number of HRML channels + type MaxPageSize = ConstU32<{ 1 << 16 }>; } parameter_types! { @@ -656,7 +660,7 @@ impl_runtime_apis! { Runtime::metadata_at_version(version) } - fn metadata_versions() -> sp_std::vec::Vec { + fn metadata_versions() -> Vec { Runtime::metadata_versions() } } @@ -930,7 +934,7 @@ impl_runtime_apis! { use frame_system_benchmarking::Pallet as SystemBench; impl frame_system_benchmarking::Config for Runtime { - fn setup_set_code_requirements(code: &sp_std::vec::Vec) -> Result<(), BenchmarkError> { + fn setup_set_code_requirements(code: &Vec) -> Result<(), BenchmarkError> { ParachainSystem::initialize_for_set_code_benchmark(code.len() as u32); Ok(()) } diff --git a/runtime/testnet/Cargo.toml b/runtime/testnet/Cargo.toml index 1cd8982e..a8a49437 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 @@ -224,3 +225,16 @@ try-runtime = [ ] experimental = [] + +# Enable the metadata hash generation. +# +# This is hidden behind a feature because it increases the compile time. +# The wasm binary needs to be compiled twice, once to fetch the metadata, +# generate the metadata hash and then a second time with the +# `RUNTIME_METADATA_HASH` environment variable set for the `CheckMetadataHash` +# extension. +metadata-hash = ["substrate-wasm-builder/metadata-hash"] + +# A convenience feature for enabling things when doing a build +# for an on-chain release. +on-chain-release-build = ["metadata-hash"] diff --git a/runtime/testnet/build.rs b/runtime/testnet/build.rs index 02d6973f..9fc445de 100644 --- a/runtime/testnet/build.rs +++ b/runtime/testnet/build.rs @@ -1,4 +1,14 @@ -#[cfg(feature = "std")] +#[cfg(all(feature = "std", feature = "metadata-hash"))] +fn main() { + substrate_wasm_builder::WasmBuilder::new() + .with_current_project() + .export_heap_base() + .import_memory() + .enable_metadata_hash("UNIT", 12) + .build() +} + +#[cfg(all(feature = "std", not(feature = "metadata-hash")))] fn main() { substrate_wasm_builder::WasmBuilder::new() .with_current_project() diff --git a/runtime/testnet/src/extensions.rs b/runtime/testnet/src/extensions.rs index d2d11598..9e5af893 100644 --- a/runtime/testnet/src/extensions.rs +++ b/runtime/testnet/src/extensions.rs @@ -6,6 +6,7 @@ use frame_support::{ use pallet_contracts::chain_extension::{ BufInBufOutState, ChainExtension, ChargedAmount, Environment, Ext, InitState, RetVal, }; +use pallet_contracts::WeightInfo; use pop_primitives::storage_keys::RuntimeStateKeys; use sp_core::crypto::UncheckedFrom; use sp_runtime::{traits::Dispatchable, DispatchError}; @@ -15,8 +16,6 @@ use crate::{AccountId, AllowedApiCalls, RuntimeCall, RuntimeOrigin}; const LOG_TARGET: &str = "pop-api::extension"; -type ContractSchedule = ::Schedule; - #[derive(Default)] pub struct PopApiExtension; @@ -124,16 +123,14 @@ where T: pallet_contracts::Config, E: Ext, { - let contract_host_weight = ContractSchedule::::get().host_fn_weights; - // calculate weight for reading bytes of `len` // reference: https://github.com/paritytech/polkadot-sdk/blob/117a9433dac88d5ac00c058c9b39c511d47749d2/substrate/frame/contracts/src/wasm/runtime.rs#L267 - let base_weight: Weight = contract_host_weight.return_per_byte.saturating_mul(len.into()); + let base_weight: Weight = T::WeightInfo::seal_return(len); // debug_message weight is a good approximation of the additional overhead of going // from contract layer to substrate layer. // reference: https://github.com/paritytech/ink-examples/blob/b8d2caa52cf4691e0ddd7c919e4462311deb5ad0/psp22-extension/runtime/psp22-extension-example.rs#L236 - let overhead = contract_host_weight.debug_message; + let overhead: Weight = T::WeightInfo::seal_debug_message(len); let charged_weight = env.charge_weight(base_weight.saturating_add(overhead))?; log::debug!(target: LOG_TARGET, "{} charged weight: {:?}", log_prefix, charged_weight); @@ -173,10 +170,7 @@ where let mut env = env.buf_in_buf_out(); // To be conservative, we charge the weight for reading the input bytes of a fixed-size type. - let base_weight: Weight = ContractSchedule::::get() - .host_fn_weights - .return_per_byte - .saturating_mul(env.in_len().into()); + let base_weight: Weight = T::WeightInfo::seal_return(env.in_len()); let charged_weight = env.charge_weight(base_weight)?; log::debug!(target:LOG_TARGET, "{} charged weight: {:?}", LOG_PREFIX, charged_weight); diff --git a/runtime/testnet/src/lib.rs b/runtime/testnet/src/lib.rs index d1d1a4ef..f8e09e51 100644 --- a/runtime/testnet/src/lib.rs +++ b/runtime/testnet/src/lib.rs @@ -419,6 +419,10 @@ impl cumulus_pallet_xcmp_queue::Config for Runtime { type ControllerOriginConverter = XcmOriginToTransactDispatchOrigin; type WeightInfo = (); type PriceForSiblingDelivery = NoPriceForMessageDelivery; + // Limit the number of messages and signals a HRML channel can have at most + type MaxActiveOutboundChannels = ConstU32<128>; + // Limit the number of HRML channels + type MaxPageSize = ConstU32<{ 1 << 16 }>; } parameter_types! { From 4eb9d97cc47c927dadac06d0b398d8ee1e3f0f31 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Thu, 15 Aug 2024 17:30:20 +0700 Subject: [PATCH 35/95] fix: add missing signed extra for metadata hash --- 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 23029ce2..e25658db 100644 --- a/runtime/devnet/src/lib.rs +++ b/runtime/devnet/src/lib.rs @@ -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. diff --git a/runtime/testnet/src/lib.rs b/runtime/testnet/src/lib.rs index f8e09e51..67b236ad 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, + frame_metadata_hash_extension::CheckMetadataHash, ); /// 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 36/95] chore: update lock file --- Cargo.lock | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f088f26..c4ddaf19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2695,24 +2695,6 @@ dependencies = [ "sp-trie 33.0.0", ] -[[package]] -name = "cumulus-primitives-storage-weight-reclaim" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd8596e26f2d3b2c70c00b695eb9edc8fca4533105bf6b2f0c4c0ecc8075bf99" -dependencies = [ - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-proof-size-hostfunction 0.6.0", - "docify", - "frame-support 32.0.0", - "frame-system 32.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime 35.0.0", - "sp-std", -] - [[package]] name = "cumulus-primitives-utility" version = "0.8.1" @@ -11502,7 +11484,6 @@ dependencies = [ "cumulus-pallet-xcmp-queue 0.11.0", "cumulus-primitives-aura 0.11.0", "cumulus-primitives-core 0.11.0", - "cumulus-primitives-storage-weight-reclaim", "cumulus-primitives-utility 0.11.0", "enumflags2", "env_logger 0.11.3", From 9cd01ddd8cd30fc63545c8f98cf3a68ad93458bc Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Mon, 12 Aug 2024 16:46:33 +0700 Subject: [PATCH 37/95] chore: upgrade to v1.9.0 --- Cargo.lock | 4577 ++++++++++++----------- Cargo.toml | 194 +- runtime/devnet/src/config/contracts.rs | 4 +- runtime/devnet/src/lib.rs | 6 +- runtime/testnet/src/config/contracts.rs | 4 +- runtime/testnet/src/lib.rs | 6 +- 6 files changed, 2485 insertions(+), 2306 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 19462803..29a91410 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -203,6 +203,20 @@ dependencies = [ "num-traits", ] +[[package]] +name = "aquamarine" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d1da02abba9f9063d786eab1509833ebb2fac0f966862ca59439c76b9c566760" +dependencies = [ + "include_dir", + "itertools 0.10.5", + "proc-macro-error", + "proc-macro2", + "quote", + "syn 1.0.109", +] + [[package]] name = "aquamarine" version = "0.5.0" @@ -505,33 +519,33 @@ dependencies = [ [[package]] name = "asset-test-utils" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f064aa017f01e30c8e63a616df8dbcaeec8b32f5cfd52a37abe16c9f6d073be2" -dependencies = [ - "cumulus-pallet-parachain-system 0.9.0", - "cumulus-pallet-xcmp-queue 0.9.0", - "cumulus-primitives-core 0.9.0", - "frame-support 30.0.0", - "frame-system 30.0.0", - "pallet-assets 31.0.0", - "pallet-balances 30.0.0", - "pallet-collator-selection 11.0.1", - "pallet-session 30.0.0", - "pallet-timestamp 29.0.0", - "pallet-xcm 9.0.1", - "pallet-xcm-bridge-hub-router 0.7.0", - "parachains-common 9.0.0", +checksum = "1c81733430dbb312765566043bcb2c022dbb7492bacbe67018c630dbce753936" +dependencies = [ + "cumulus-pallet-parachain-system 0.10.0", + "cumulus-pallet-xcmp-queue 0.10.0", + "cumulus-primitives-core 0.10.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "pallet-assets 32.0.0", + "pallet-balances 31.0.0", + "pallet-collator-selection 12.0.1", + "pallet-session 31.0.0", + "pallet-timestamp 30.0.0", + "pallet-xcm 10.0.1", + "pallet-xcm-bridge-hub-router 0.8.0", + "parachains-common 10.0.0", "parachains-runtimes-test-utils", "parity-scale-codec", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "staging-parachain-info 0.9.0", - "staging-xcm 9.0.0", - "staging-xcm-builder 9.0.0", - "staging-xcm-executor 9.0.1", - "substrate-wasm-builder 19.0.0", + "staging-parachain-info 0.10.0", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", + "staging-xcm-executor 10.0.0", + "substrate-wasm-builder 20.0.0", ] [[package]] @@ -877,19 +891,35 @@ version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "93f2635620bf0b9d4576eb7bb9a38a55df78bd1205d26fa994b25911a69f212f" dependencies = [ - "bitcoin_hashes", + "bitcoin_hashes 0.11.0", "rand", "rand_core 0.6.4", "serde", "unicode-normalization", ] +[[package]] +name = "bitcoin-internals" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9425c3bf7089c983facbae04de54513cce73b41c7f9ff8c845b54e7bc64ebbfb" + [[package]] name = "bitcoin_hashes" version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "90064b8dee6815a6470d60bad07bbbaee885c0e12d04177138fa3291a01b7bc4" +[[package]] +name = "bitcoin_hashes" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1930a4dabfebb8d7d9992db18ebe3ae2876f0a305fab206fd168df931ede293b" +dependencies = [ + "bitcoin-internals", + "hex-conservative", +] + [[package]] name = "bitflags" version = "1.3.2" @@ -1113,19 +1143,19 @@ dependencies = [ [[package]] name = "bp-header-chain" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0385451093c090de3cd21df0fc167d850cd1593ebe92ab46a3cc94134a9ee9f7" +checksum = "700fa6f4a3258a0eee471c7f70698c69d5b911d125f49f8139f0c61b7fdb6c9d" dependencies = [ - "bp-runtime 0.9.0", + "bp-runtime 0.10.0", "finality-grandpa", - "frame-support 30.0.0", + "frame-support 31.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-grandpa 15.0.0", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-consensus-grandpa 16.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -1147,35 +1177,35 @@ dependencies = [ [[package]] name = "bp-messages" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92750c1e1c3acf6ad275b98dbdf39e5f712c6191200e918c72f3971dc68bd3dc" +checksum = "ebfb4d04936f86b63257d32b128b5e757de0273abf22794d3ae827323416e385" dependencies = [ - "bp-header-chain 0.9.0", - "bp-runtime 0.9.0", - "frame-support 30.0.0", + "bp-header-chain 0.10.0", + "bp-runtime 0.10.0", + "frame-support 31.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-std", ] [[package]] name = "bp-parachains" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9f687d8cdbc20a020c47bdba2e4a4036d89c0b653e790e2b88381e7b83ca902" +checksum = "7f0c940507c4db7652a660228daefd82317bf6cd8aacff33df9e6ac9c45371c2" dependencies = [ - "bp-header-chain 0.9.0", - "bp-polkadot-core 0.9.0", - "bp-runtime 0.9.0", - "frame-support 30.0.0", + "bp-header-chain 0.10.0", + "bp-polkadot-core 0.10.0", + "bp-runtime 0.10.0", + "frame-support 31.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -1200,35 +1230,35 @@ dependencies = [ [[package]] name = "bp-polkadot-core" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d7c738771da06f4625df5fe80c8d1500bfeb96222dd84953e56205ed1f1f235" +checksum = "d14dd5cfb1176aebe8d9dc0c42273f978f63a6137ff10709caf380219847c010" dependencies = [ - "bp-messages 0.9.0", - "bp-runtime 0.9.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "bp-messages 0.10.0", + "bp-runtime 0.10.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "parity-util-mem", "scale-info", "serde", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "bp-relayers" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7d60cd3e121ea701141a3501fd7414d3274150866214678b24d0ad9e322ad8d" +checksum = "41101efa1afc121ed8f4b5b93c9ee28bdab3f912237103521eea67c164c86c20" dependencies = [ - "bp-messages 0.9.0", - "bp-runtime 0.9.0", - "frame-support 30.0.0", + "bp-messages 0.10.0", + "bp-runtime 0.10.0", + "frame-support 31.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -1258,12 +1288,12 @@ dependencies = [ [[package]] name = "bp-runtime" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "054cd0a70ff7f847a9072e097e493bfa5cd0434c26d257132f9a05ebc5f73bce" +checksum = "a97193ef70796e6c3bb1e0de930d2174a07c7b8cb07f19eead5b5c3f56d6b7b9" dependencies = [ - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "hash-db", "impl-trait-for-tuples", "log", @@ -1271,34 +1301,34 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", "sp-std", - "sp-trie 31.0.0", + "sp-trie 32.0.0", "trie-db", ] [[package]] name = "bp-test-utils" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6a7cd5acb864eb002cb324def3e92fc7aea3b890dcf8467c23d102413e54268" +checksum = "2eac8331de5fc5e0012e3c5b0c245b9b6b33878edbe64cdfd133c2dce9443898" dependencies = [ - "bp-header-chain 0.9.0", + "bp-header-chain 0.10.0", "bp-parachains", - "bp-polkadot-core 0.9.0", - "bp-runtime 0.9.0", + "bp-polkadot-core 0.10.0", + "bp-runtime 0.10.0", "ed25519-dalek", "finality-grandpa", "parity-scale-codec", - "sp-application-crypto 32.0.0", - "sp-consensus-grandpa 15.0.0", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-application-crypto 33.0.0", + "sp-consensus-grandpa 16.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-trie 31.0.0", + "sp-trie 32.0.0", ] [[package]] @@ -1324,50 +1354,50 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub-router" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c4f6632dc163635dac350d682f84513e506d8b156a6e936ed531586cf83624c" +checksum = "7366e856da4c5f49e1ef94c3ea401854fe52310696561e24b7509d2f963d7210" dependencies = [ "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", ] [[package]] name = "bridge-runtime-common" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79be531ae384634bb02bbe75b8107959a297dba4f4743eae75b8249d9df3c9e2" +checksum = "4857eb39e46b6490b5b36e6485a1364907b767c917c8efe3c84456d6bc0a72b6" dependencies = [ - "bp-header-chain 0.9.0", - "bp-messages 0.9.0", + "bp-header-chain 0.10.0", + "bp-messages 0.10.0", "bp-parachains", - "bp-polkadot-core 0.9.0", + "bp-polkadot-core 0.10.0", "bp-relayers", - "bp-runtime 0.9.0", + "bp-runtime 0.10.0", "bp-xcm-bridge-hub", - "bp-xcm-bridge-hub-router 0.8.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "bp-xcm-bridge-hub-router 0.9.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "hash-db", "log", "pallet-bridge-grandpa", "pallet-bridge-messages", "pallet-bridge-parachains", "pallet-bridge-relayers", - "pallet-transaction-payment 30.0.0", - "pallet-utility 30.0.0", + "pallet-transaction-payment 31.0.0", + "pallet-utility 31.0.0", "parity-scale-codec", "scale-info", - "sp-api 28.0.0", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-api 29.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-trie 31.0.0", - "staging-xcm 9.0.0", - "staging-xcm-builder 9.0.0", + "sp-trie 32.0.0", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", ] [[package]] @@ -2066,9 +2096,9 @@ dependencies = [ [[package]] name = "cumulus-client-cli" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7973210fbe9e3aa9e0c3526a640e53ca4d337edd831bba36ad95477f15be2d6" +checksum = "d2b5137986e7a4374bf410e4e11ce02c9807c5d3200d590960056220963ecdbf" dependencies = [ "clap", "parity-scale-codec", @@ -2077,55 +2107,55 @@ dependencies = [ "sc-client-api", "sc-service", "sp-blockchain", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "url", ] [[package]] name = "cumulus-client-collator" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcc86757baaf304dc5e31f4258494cb555684b1192880f099c1804461afd9c76" +checksum = "9f7dde39268c86d2975bdd608d114dd52cd8803618196bc7606e684b9090d24d" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", - "cumulus-primitives-core 0.9.0", + "cumulus-primitives-core 0.10.0", "futures", "parity-scale-codec", "parking_lot 0.12.1", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "sc-client-api", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-consensus", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "tracing", ] [[package]] name = "cumulus-client-consensus-aura" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38090a161c97a592632642de9937536031f400a6342167fb694459e7d7a0868f" +checksum = "8fbbba68555835c2e2d7f1c17060d3cd6fafafdb16597a2e680e7376f71dec51" dependencies = [ "async-trait", "cumulus-client-collator", "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-parachain-inherent", - "cumulus-primitives-aura 0.9.0", - "cumulus-primitives-core 0.9.0", + "cumulus-primitives-aura 0.10.0", + "cumulus-primitives-core 0.10.0", "cumulus-relay-chain-interface", "futures", "parity-scale-codec", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "sc-client-api", "sc-consensus", "sc-consensus-aura", @@ -2133,73 +2163,73 @@ dependencies = [ "sc-consensus-slots", "sc-telemetry", "schnellru", - "sp-api 28.0.0", - "sp-application-crypto 32.0.0", - "sp-block-builder 28.0.0", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-block-builder 29.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-aura 0.34.0", - "sp-core 30.0.0", - "sp-inherents 28.0.0", - "sp-keystore 0.36.0", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", - "sp-timestamp 28.0.0", + "sp-consensus-aura 0.35.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "sp-timestamp 29.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "cumulus-client-consensus-common" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1b4650279485c065ef0d320fe3eca76c28b118884985aedf6bfc9a4a567efae" +checksum = "8b6ff3972c798e87b918e3065d7b52aabb3fc871136b7dde7c708d20567b509f" dependencies = [ "async-trait", "cumulus-client-pov-recovery", - "cumulus-primitives-core 0.9.0", + "cumulus-primitives-core 0.10.0", "cumulus-relay-chain-interface", "dyn-clone", "futures", "log", "parity-scale-codec", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "sc-client-api", "sc-consensus", "sc-consensus-babe", "schnellru", "sp-blockchain", "sp-consensus", - "sp-consensus-slots 0.34.0", - "sp-core 30.0.0", - "sp-runtime 33.0.0", - "sp-timestamp 28.0.0", - "sp-trie 31.0.0", + "sp-consensus-slots 0.35.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-timestamp 29.0.0", + "sp-trie 32.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "cumulus-client-consensus-proposer" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f09f56940da9f0479a7a4a823c1d6abf772263efeb6de60eb54a414816031ee7" +checksum = "cf2ff43b5735f8f1a306aa8c44d9efe5bb50c3a3b29afa18728e7a5321a6ba70" dependencies = [ "anyhow", "async-trait", - "cumulus-primitives-parachain-inherent 0.9.0", + "cumulus-primitives-parachain-inherent 0.10.0", "sp-consensus", - "sp-inherents 28.0.0", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", "thiserror", ] [[package]] name = "cumulus-client-network" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b07a201d4bdbbe3a704fb24401e95320ca8f4d36a6b21dd16b6e64ea9fc2f53" +checksum = "f10d8141b3de22f002b94fafd9a372f351ee55ad41e1c40ad6534024f176f5bb" dependencies = [ "async-trait", "cumulus-relay-chain-interface", @@ -2208,50 +2238,50 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "polkadot-node-primitives", - "polkadot-parachain-primitives 8.0.0", - "polkadot-primitives 9.0.0", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", "sc-client-api", "sp-blockchain", "sp-consensus", - "sp-core 30.0.0", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", "tracing", ] [[package]] name = "cumulus-client-parachain-inherent" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f691d5c3cd55f18d377b171c37d388f60c8cc86b123dde2419b0995e21f114cb" +checksum = "6ebeda41b913144e0dbaf57a9537fed6f37ee14c5f31f1bd23808f87e8515ec7" dependencies = [ "async-trait", - "cumulus-primitives-core 0.9.0", - "cumulus-primitives-parachain-inherent 0.9.0", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-parachain-inherent 0.10.0", "cumulus-relay-chain-interface", "cumulus-test-relay-sproof-builder", "parity-scale-codec", "sc-client-api", "scale-info", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-crypto-hashing", - "sp-inherents 28.0.0", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", "sp-std", "sp-storage", - "sp-trie 31.0.0", + "sp-trie 32.0.0", "tracing", ] [[package]] name = "cumulus-client-pov-recovery" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4169440db89a04618d9a030d9443171b865649d298e27b087604a0b9f70ffa8f" +checksum = "1cf51e1e7cfe82e68a93a4f3221181f8258664f0c4113e4d7c846e449b3596f3" dependencies = [ "async-trait", - "cumulus-primitives-core 0.9.0", + "cumulus-primitives-core 0.10.0", "cumulus-relay-chain-interface", "futures", "futures-timer", @@ -2259,34 +2289,34 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "rand", "sc-client-api", "sc-consensus", "sp-consensus", "sp-maybe-compressed-blob", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "tracing", ] [[package]] name = "cumulus-client-service" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1b5b0f16d370cb4bdb1db6ef852a121607441b2ffe98603de5961d35feb187b" +checksum = "ebb334fbaedca019671b900bba71fb7cf70244d9436a832b1c5d67491569359d" dependencies = [ "cumulus-client-cli", "cumulus-client-collator", "cumulus-client-consensus-common", "cumulus-client-network", "cumulus-client-pov-recovery", - "cumulus-primitives-core 0.9.0", - "cumulus-primitives-proof-size-hostfunction 0.4.0", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-proof-size-hostfunction 0.5.0", "cumulus-relay-chain-inprocess-interface", "cumulus-relay-chain-interface", "cumulus-relay-chain-minimal-node", "futures", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "sc-client-api", "sc-consensus", "sc-network", @@ -2298,12 +2328,12 @@ dependencies = [ "sc-telemetry", "sc-transaction-pool", "sc-utils", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-blockchain", "sp-consensus", - "sp-core 30.0.0", - "sp-runtime 33.0.0", - "sp-transaction-pool 28.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-transaction-pool 29.0.0", ] [[package]] @@ -2327,20 +2357,20 @@ dependencies = [ [[package]] name = "cumulus-pallet-aura-ext" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c8c0f09547fdc04119cf10f7c7fef2365e50c4ebb994501ff49c59b4513d860" +checksum = "47ec277f09a2c2b693bca6283eb6bc10aede2eaee43a7c395911235d8b632dab" dependencies = [ - "cumulus-pallet-parachain-system 0.9.0", - "frame-support 30.0.0", - "frame-system 30.0.0", - "pallet-aura 29.0.0", - "pallet-timestamp 29.0.0", + "cumulus-pallet-parachain-system 0.10.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "pallet-aura 30.0.0", + "pallet-timestamp 30.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 32.0.0", - "sp-consensus-aura 0.34.0", - "sp-runtime 33.0.0", + "sp-application-crypto 33.0.0", + "sp-consensus-aura 0.35.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -2382,37 +2412,37 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60ed4784ab971a10b3b5d4094e6dd391a994ac9d5f48ee18cb1db1fe5b2b1e4a" +checksum = "a19c40a5d04f60562fb38195766104deeb8cec71c11ec77796ee9373cccdb325" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", - "cumulus-primitives-core 0.9.0", - "cumulus-primitives-parachain-inherent 0.9.0", - "cumulus-primitives-proof-size-hostfunction 0.4.0", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-parachain-inherent 0.10.0", + "cumulus-primitives-proof-size-hostfunction 0.5.0", "environmental", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "impl-trait-for-tuples", "log", - "pallet-message-queue 33.0.0", + "pallet-message-queue 34.0.0", "parity-scale-codec", - "polkadot-parachain-primitives 8.0.0", - "polkadot-runtime-common 9.0.0", - "polkadot-runtime-parachains 9.0.0", + "polkadot-parachain-primitives 9.0.0", + "polkadot-runtime-common 10.0.0", + "polkadot-runtime-parachains 10.0.0", "scale-info", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-externalities 0.27.0", - "sp-inherents 28.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", - "sp-std", - "sp-trie 31.0.0", - "sp-version 31.0.0", - "staging-xcm 9.0.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "sp-std", + "sp-trie 32.0.0", + "sp-version 32.0.0", + "staging-xcm 10.0.0", "trie-db", ] @@ -2445,16 +2475,16 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07d60332d340bbf286af82553bd497bc958985b883c7e71a2cbb46ac8e814adb" +checksum = "4c178666b3a6d0457cb85104475cc0be5f9908a98429710afd29fbd5984cb539" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", - "pallet-session 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "pallet-session 31.0.0", "parity-scale-codec", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -2477,19 +2507,19 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ff39e7420c30c2f1d528e254e993e21414c4a3c01f90d7c2e6dcfbd19049c18" +checksum = "7610ae16cac552adc823ba68deb26e5d3a9de189ef79ae26c79e43ddcfeabef1" dependencies = [ - "cumulus-primitives-core 0.9.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "cumulus-primitives-core 0.10.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "scale-info", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "staging-xcm 9.0.0", + "staging-xcm 10.0.0", ] [[package]] @@ -2520,28 +2550,28 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "753e8fcd97b3ae801bad71b2909c1e323683c0c49f7c92b2b3766ab58189a45f" +checksum = "6614dcdbe6c24fcc8677bf158a8c627a3467d262acdc8a0e7d8a3d3d767a757c" dependencies = [ "bounded-collections 0.2.0", - "bp-xcm-bridge-hub-router 0.8.0", - "cumulus-primitives-core 0.9.0", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "bp-xcm-bridge-hub-router 0.9.0", + "cumulus-primitives-core 0.10.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-message-queue 33.0.0", + "pallet-message-queue 34.0.0", "parity-scale-codec", - "polkadot-runtime-common 9.0.0", - "polkadot-runtime-parachains 9.0.0", + "polkadot-runtime-common 10.0.0", + "polkadot-runtime-parachains 10.0.0", "scale-info", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "staging-xcm 9.0.0", - "staging-xcm-executor 9.0.1", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", ] [[package]] @@ -2561,16 +2591,16 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14b362f87e3fe8c8bd4c2b95fe4f8fcf601d1cf134c2c584297fdce18d8f60eb" +checksum = "1b70d13f3fca1dfaeb868f4fff79c58fef8fa4f8e381a9002d93c50c23683abf" dependencies = [ "parity-scale-codec", - "polkadot-core-primitives 9.0.0", - "polkadot-primitives 9.0.0", - "sp-api 28.0.0", - "sp-consensus-aura 0.34.0", - "sp-runtime 33.0.0", + "polkadot-core-primitives 10.0.0", + "polkadot-primitives 10.0.0", + "sp-api 29.0.0", + "sp-consensus-aura 0.35.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -2594,20 +2624,20 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "855c15fa25c6b55446e1c07f5cc830cfc0547e4d6d2b46b66dc28b088e69db75" +checksum = "617d02361f5c7df87b6be98b4974241b6836fbaa7d9e786db80eb38bc8636751" dependencies = [ "parity-scale-codec", - "polkadot-core-primitives 9.0.0", - "polkadot-parachain-primitives 8.0.0", - "polkadot-primitives 9.0.0", + "polkadot-core-primitives 10.0.0", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", "scale-info", - "sp-api 28.0.0", - "sp-runtime 33.0.0", + "sp-api 29.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-trie 31.0.0", - "staging-xcm 9.0.0", + "sp-trie 32.0.0", + "staging-xcm 10.0.0", ] [[package]] @@ -2628,18 +2658,18 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4043915fbee54cc0acc83450f035989aa2e1170210e9e6d7fc2a5773cd81eef" +checksum = "87d64a55b7b9c3a945e543712630708f36407ab49ad8a2fa9f3d1404093a3e8e" dependencies = [ "async-trait", - "cumulus-primitives-core 0.9.0", + "cumulus-primitives-core 0.10.0", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-inherents 28.0.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", "sp-std", - "sp-trie 31.0.0", + "sp-trie 32.0.0", ] [[package]] @@ -2655,13 +2685,13 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7034e98f0883e9f5601063c7d252406ee5cc9c98090635e33fa3070bfcb62cb" +checksum = "764e27968dce7d5c455dbaf9ba81c037fc5690afc085aa4aa2a4cdfe53716b74" dependencies = [ "sp-externalities 0.27.0", "sp-runtime-interface 26.0.0", - "sp-trie 31.0.0", + "sp-trie 32.0.0", ] [[package]] @@ -2687,33 +2717,33 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6dc4ccf3de0ffcd12b50954651421074699c4e103d9e17b8cb90265b2a72abcc" +checksum = "beeca40e85d6da3751343a3fc8dd5b335c9a06ba9897a5b36f726d139b7646de" dependencies = [ - "cumulus-primitives-core 0.9.0", - "frame-support 30.0.0", + "cumulus-primitives-core 0.10.0", + "frame-support 31.0.0", "log", - "pallet-asset-conversion 12.0.0", + "pallet-asset-conversion 13.0.0", "parity-scale-codec", - "polkadot-runtime-common 9.0.0", - "polkadot-runtime-parachains 9.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "polkadot-runtime-common 10.0.0", + "polkadot-runtime-parachains 10.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "staging-xcm 9.0.0", - "staging-xcm-builder 9.0.0", - "staging-xcm-executor 9.0.1", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", + "staging-xcm-executor 10.0.0", ] [[package]] name = "cumulus-relay-chain-inprocess-interface" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf009edca50d0be7e7408c16482dc2f389cfcf5d490c0e4700d41f9487ddd86f" +checksum = "2ec58113249ac91ceb4da1c846f6474cd4b6616100d0b29a86845b177caad52f" dependencies = [ "async-trait", - "cumulus-primitives-core 0.9.0", + "cumulus-primitives-core 0.10.0", "cumulus-relay-chain-interface", "futures", "futures-timer", @@ -2724,48 +2754,48 @@ dependencies = [ "sc-sysinfo", "sc-telemetry", "sc-tracing", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-consensus", - "sp-core 30.0.0", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", ] [[package]] name = "cumulus-relay-chain-interface" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d70b6d323b475b48c5e5cb215b032d685683d5c94ae9a4e808fb171b88a5e66" +checksum = "cbb531263c11cfd73f17090106fff2385ca7b02b39102c367f4c13fb1251e9dd" dependencies = [ "async-trait", - "cumulus-primitives-core 0.9.0", + "cumulus-primitives-core 0.10.0", "futures", "jsonrpsee-core", "parity-scale-codec", "polkadot-overseer", "sc-client-api", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-blockchain", - "sp-state-machine 0.37.0", + "sp-state-machine 0.38.0", "thiserror", ] [[package]] name = "cumulus-relay-chain-minimal-node" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "689c2b0c1fc49c58e5d51faa45ae361f993f8d0f313abeab1990ac58c10cbcbd" +checksum = "e1a416b2e6a5c99d78049b91425dbdb844f4351fd9fb61da47b70c2f90cf2ed4" dependencies = [ "array-bytes 6.2.2", "async-trait", - "cumulus-primitives-core 0.9.0", + "cumulus-primitives-core 0.10.0", "cumulus-relay-chain-interface", "cumulus-relay-chain-rpc-interface", "futures", "parking_lot 0.12.1", "polkadot-availability-recovery", "polkadot-collator-protocol", - "polkadot-core-primitives 9.0.0", + "polkadot-core-primitives 10.0.0", "polkadot-network-bridge", "polkadot-node-collation-generation", "polkadot-node-core-chain-api", @@ -2774,7 +2804,8 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", + "polkadot-service", "sc-authority-discovery", "sc-client-api", "sc-network", @@ -2782,11 +2813,11 @@ dependencies = [ "sc-service", "sc-tracing", "sc-utils", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.34.0", - "sp-runtime 33.0.0", + "sp-consensus-babe 0.35.0", + "sp-runtime 34.0.0", "substrate-prometheus-endpoint", "tokio", "tracing", @@ -2794,12 +2825,12 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a094c62e40c3731c7cb4a0a78f80bbbe73e665e0bf367a28213e68d5b80a8ba3" +checksum = "e011f8da350318316e80356dca70bee537d8f8fb29bb99d1765348b0ab6f6d88" dependencies = [ "async-trait", - "cumulus-primitives-core 0.9.0", + "cumulus-primitives-core 0.10.0", "cumulus-relay-chain-interface", "either", "futures", @@ -2817,14 +2848,14 @@ dependencies = [ "serde_json", "smoldot", "smoldot-light", - "sp-api 28.0.0", - "sp-authority-discovery 28.0.0", - "sp-consensus-babe 0.34.0", - "sp-core 30.0.0", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", + "sp-api 29.0.0", + "sp-authority-discovery 29.0.0", + "sp-consensus-babe 0.35.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", "sp-storage", - "sp-version 31.0.0", + "sp-version 32.0.0", "thiserror", "tokio", "tokio-util", @@ -2834,17 +2865,17 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b934962b9161c12a09521d2919cec1923a9dc7361beae6850e627c9da99c807c" +checksum = "d1e730a7524f50acb03c24476323c4dad35690baf85175ad0f91a2dffed85b39" dependencies = [ - "cumulus-primitives-core 0.9.0", + "cumulus-primitives-core 0.10.0", "parity-scale-codec", - "polkadot-primitives 9.0.0", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", + "polkadot-primitives 10.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", "sp-std", - "sp-trie 31.0.0", + "sp-trie 32.0.0", ] [[package]] @@ -3234,6 +3265,7 @@ dependencies = [ "digest 0.10.7", "elliptic-curve", "rfc6979", + "serdect", "signature", "spki", ] @@ -3313,40 +3345,41 @@ dependencies = [ "pkcs8", "rand_core 0.6.4", "sec1", + "serdect", "subtle 2.5.0", "zeroize", ] [[package]] name = "emulated-integration-tests-common" -version = "5.0.0" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b408b688947a0f16d131985840918b23dfc52aa6be4a9318598da22e0e13f870" +checksum = "47f0799ab64756b6751d3ebcb17a30c3ba756193b6c193d14783afb312a16322" dependencies = [ "asset-test-utils", - "bp-messages 0.9.0", + "bp-messages 0.10.0", "bridge-runtime-common", - "cumulus-pallet-parachain-system 0.9.0", - "cumulus-pallet-xcmp-queue 0.9.0", - "cumulus-primitives-core 0.9.0", - "frame-support 30.0.0", - "pallet-assets 31.0.0", - "pallet-balances 30.0.0", + "cumulus-pallet-parachain-system 0.10.0", + "cumulus-pallet-xcmp-queue 0.10.0", + "cumulus-primitives-core 0.10.0", + "frame-support 31.0.0", + "pallet-assets 32.0.0", + "pallet-balances 31.0.0", "pallet-bridge-messages", - "pallet-message-queue 33.0.0", - "pallet-xcm 9.0.1", - "parachains-common 9.0.0", + "pallet-message-queue 34.0.0", + "pallet-xcm 10.0.1", + "parachains-common 10.0.0", "parity-scale-codec", "paste", - "polkadot-primitives 9.0.0", - "polkadot-runtime-parachains 9.0.0", + "polkadot-primitives 10.0.0", + "polkadot-runtime-parachains 10.0.0", "sc-consensus-grandpa", - "sp-authority-discovery 28.0.0", - "sp-consensus-babe 0.34.0", - "sp-consensus-beefy 15.0.0", - "sp-core 30.0.0", - "sp-runtime 33.0.0", - "staging-xcm 9.0.0", + "sp-authority-discovery 29.0.0", + "sp-consensus-babe 0.35.0", + "sp-consensus-beefy 16.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "staging-xcm 10.0.0", "xcm-emulator", ] @@ -3804,24 +3837,24 @@ dependencies = [ [[package]] name = "frame-benchmarking" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34134abd64876c2cba150b703d8c74b1b222147e61dbc33cbb9db72f7c1cdb2f" +checksum = "9fee087c6a7ddbc6dcfb6a6015d4b2787ecbb2113ed8b8bee8ff15f2bdf93f94" dependencies = [ - "frame-support 30.0.0", - "frame-support-procedural 25.0.0", - "frame-system 30.0.0", + "frame-support 31.0.0", + "frame-support-procedural 26.0.1", + "frame-system 31.0.0", "linregress", "log", "parity-scale-codec", "paste", "scale-info", "serde", - "sp-api 28.0.0", - "sp-application-crypto 32.0.0", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-runtime-interface 26.0.0", "sp-std", "sp-storage", @@ -3830,18 +3863,18 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" -version = "34.0.0" +version = "35.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e618a6cbce60ed9a94850b2cb7d08a08e391ee0f287ee20082430da2d385916b" +checksum = "38f1660c2e59d206386658ca7fa867c2ccdb44429cc8a5a16a2975a338aa7047" dependencies = [ "Inflector", "array-bytes 6.2.2", "chrono", "clap", "comfy-table", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "gethostname", "handlebars", "itertools 0.10.5", @@ -3860,18 +3893,18 @@ dependencies = [ "sc-sysinfo", "serde", "serde_json", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-blockchain", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-database", "sp-externalities 0.27.0", - "sp-inherents 28.0.0", - "sp-io 32.0.0", - "sp-keystore 0.36.0", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", "sp-storage", - "sp-trie 31.0.0", + "sp-trie 32.0.0", "sp-wasm-interface", "thiserror", "thousands", @@ -3909,19 +3942,19 @@ dependencies = [ [[package]] name = "frame-election-provider-support" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53ff3c76750b481f9fd633ccddeed955426adc28aee566dd7233b7ac22cda9f5" +checksum = "d651327ec98d12fbdb0d25346de929e3ea2ab8a1ef85570794d9d8d54f204f28" dependencies = [ "frame-election-provider-solution-type", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "scale-info", "sp-arithmetic 25.0.0", - "sp-core 30.0.0", - "sp-npos-elections 28.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-npos-elections 29.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -3946,19 +3979,20 @@ dependencies = [ [[package]] name = "frame-executive" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d4542ef9abae48cb665f9992ece20ecded914ecfdaafb3f76968c645358b8df" +checksum = "e3d4502dd4218aaf90240527adb789b9620fcada2af76f4751a8a852583eb0c2" dependencies = [ - "frame-support 30.0.0", - "frame-system 30.0.0", - "frame-try-runtime 0.36.0", + "aquamarine 0.3.3", + "frame-support 31.0.0", + "frame-system 31.0.0", + "frame-try-runtime 0.37.0", "log", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", "sp-tracing", ] @@ -3993,9 +4027,9 @@ dependencies = [ [[package]] name = "frame-remote-externalities" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e11f19ac2855385880d96366287a52fa4cc513e2d5ec53b891a5f7ac7be2a71" +checksum = "c935bea33258c329e9ad4784a720aa4b1faff8c5af474f14e0898db11b7cb8ab" dependencies = [ "futures", "indicatif", @@ -4003,11 +4037,11 @@ dependencies = [ "log", "parity-scale-codec", "serde", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-crypto-hashing", - "sp-io 32.0.0", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", "spinners", "substrate-rpc-client", "tokio", @@ -4020,7 +4054,7 @@ version = "29.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b8e52c84b611d2049d9253f83a62ab0f093e4be5c42a7ef42ea5bb16d6611e32" dependencies = [ - "aquamarine", + "aquamarine 0.5.0", "array-bytes 6.2.2", "bitflags 1.3.2", "docify", @@ -4058,17 +4092,17 @@ dependencies = [ [[package]] name = "frame-support" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40bde5b74ac70a1c9fe4f846220ea10e78b81b0ffcdb567d16d28472bc332f95" +checksum = "81aecbbc1c62055e8ce472283bc655bf6c0f968a4d22d504bf6aad4ea44ccbc4" dependencies = [ - "aquamarine", + "aquamarine 0.5.0", "array-bytes 6.2.2", "bitflags 1.3.2", "docify", "environmental", "frame-metadata", - "frame-support-procedural 25.0.0", + "frame-support-procedural 26.0.1", "impl-trait-for-tuples", "k256", "log", @@ -4079,21 +4113,21 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-arithmetic 25.0.0", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-crypto-hashing-proc-macro", "sp-debug-derive", - "sp-genesis-builder 0.9.0", - "sp-inherents 28.0.0", - "sp-io 32.0.0", + "sp-genesis-builder 0.10.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", "sp-metadata-ir", - "sp-runtime 33.0.0", - "sp-staking 28.0.0", - "sp-state-machine 0.37.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", + "sp-state-machine 0.38.0", "sp-std", "sp-tracing", - "sp-weights 29.0.0", + "sp-weights 30.0.0", "static_assertions", "tt-call", ] @@ -4120,9 +4154,9 @@ dependencies = [ [[package]] name = "frame-support-procedural" -version = "25.0.0" +version = "26.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c762bf871c6655636a40a74d06f7f1bf69813f8037ad269704ae35b1c56c42ec" +checksum = "732fa43a05789f4ffb96955017e40643199d586c3d211754df5824a195f4eab5" dependencies = [ "Inflector", "cfg-expr", @@ -4209,23 +4243,23 @@ dependencies = [ [[package]] name = "frame-system" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c302f711acf3196b4bf2b4629a07a2ac6e44cd1782434ec88b85d59adfb1204d" +checksum = "f7537b5e23f584bf54f26c6297e0260b54fac5298be43a115176a310f256a4ab" dependencies = [ "cfg-if", "docify", - "frame-support 30.0.0", + "frame-support 31.0.0", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-version 31.0.0", - "sp-weights 29.0.0", + "sp-version 32.0.0", + "sp-weights 30.0.0", ] [[package]] @@ -4246,17 +4280,17 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e41213421daaf14370e6d59016bd1be5e8d8c990bb336b72e72b3c60d874d3df" +checksum = "ea3c6bd0f5700363a845d4c0f83ea3478cdfcfe404d08f35865b78ebc5d37c0a" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -4272,12 +4306,12 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b48b28339a07bb7e797d3546c29600dd0b7c97ffd9d6642665dc96d81c0b475" +checksum = "7ae4e8decf1630ed6731e8912d1ed4ac3986d86c68f59580f2a9f61909150c41" dependencies = [ "parity-scale-codec", - "sp-api 28.0.0", + "sp-api 29.0.0", ] [[package]] @@ -4295,14 +4329,14 @@ dependencies = [ [[package]] name = "frame-try-runtime" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3be404b49a2c947a77ec813b372ca5119182f8de131ee98a5656bc1043958b8b" +checksum = "bad42234b76beabf35bbc9a54566f0060b8d3d4fe93726007f02896e8beb91e3" dependencies = [ - "frame-support 30.0.0", + "frame-support 31.0.0", "parity-scale-codec", - "sp-api 28.0.0", - "sp-runtime 33.0.0", + "sp-api 29.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -4636,9 +4670,9 @@ dependencies = [ [[package]] name = "handlebars" -version = "4.5.0" +version = "5.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225" +checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b" dependencies = [ "log", "pest", @@ -4725,6 +4759,12 @@ version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" +[[package]] +name = "hex-conservative" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "212ab92002354b4819390025006c897e8140934349e8635c9b077f47b4dcbd20" + [[package]] name = "hex-literal" version = "0.4.1" @@ -5106,29 +5146,29 @@ version = "0.0.0" dependencies = [ "asset-hub-paseo-runtime", "asset-test-utils", - "cumulus-primitives-core 0.9.0", + "cumulus-primitives-core 0.10.0", "emulated-integration-tests-common", - "frame-support 30.0.0", - "pallet-assets 31.0.0", - "pallet-balances 30.0.0", - "pallet-message-queue 33.0.0", - "pallet-xcm 9.0.1", + "frame-support 31.0.0", + "pallet-assets 32.0.0", + "pallet-balances 31.0.0", + "pallet-message-queue 34.0.0", + "pallet-xcm 10.0.1", "parity-scale-codec", "paseo-runtime", "paseo-runtime-constants", - "polkadot-primitives 9.0.0", - "polkadot-runtime-parachains 9.0.0", + "polkadot-primitives 10.0.0", + "polkadot-runtime-parachains 10.0.0", "pop-runtime-common", "pop-runtime-devnet", - "sp-authority-discovery 28.0.0", - "sp-consensus-aura 0.34.0", - "sp-consensus-babe 0.34.0", - "sp-consensus-beefy 15.0.0", - "sp-consensus-grandpa 15.0.0", - "sp-core 30.0.0", - "sp-runtime 33.0.0", - "staging-xcm 9.0.0", - "staging-xcm-executor 9.0.1", + "sp-authority-discovery 29.0.0", + "sp-consensus-aura 0.35.0", + "sp-consensus-babe 0.35.0", + "sp-consensus-beefy 16.0.0", + "sp-consensus-grandpa 16.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", "tracing-subscriber 0.3.18", ] @@ -5384,6 +5424,7 @@ dependencies = [ "ecdsa", "elliptic-curve", "once_cell", + "serdect", "sha2 0.10.8", ] @@ -6320,38 +6361,38 @@ dependencies = [ [[package]] name = "mmr-gadget" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5bc2f5c2f4d5e8ad1c275708b7d7e23fa2812cc94e3591b864d9d89f96b3fea4" +checksum = "59b5265ecba4e5fc2c242798fc7795f6bf7ce7c9ab909ecea7df3f8242fa74af" dependencies = [ "futures", "log", "parity-scale-codec", "sc-client-api", "sc-offchain", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-beefy 15.0.0", - "sp-core 30.0.0", - "sp-mmr-primitives 28.0.0", - "sp-runtime 33.0.0", + "sp-consensus-beefy 16.0.0", + "sp-core 31.0.0", + "sp-mmr-primitives 29.0.0", + "sp-runtime 34.0.0", ] [[package]] name = "mmr-rpc" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93c2b8a657edbe89a72f0d95e31d7f31837035a067f0316499aaa9bddf6dda78" +checksum = "dfab619df48bac956375483e4d57e995fbfaec310c86cfbc420e905506b67002" dependencies = [ "jsonrpsee", "parity-scale-codec", "serde", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-blockchain", - "sp-core 30.0.0", - "sp-mmr-primitives 28.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-mmr-primitives 29.0.0", + "sp-runtime 34.0.0", ] [[package]] @@ -6912,20 +6953,20 @@ dependencies = [ [[package]] name = "pallet-asset-conversion" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c423381a64cf1d9ee7b5d6be968e4b94019a7b993ba8c92eca5842bfdba40651" +checksum = "4dbd5ff1c6f662d330beb109f6180ee66ed9cd7710cad28f3d15c444556fcce4" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "scale-info", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-arithmetic 25.0.0", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -6963,17 +7004,17 @@ dependencies = [ [[package]] name = "pallet-asset-rate" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "561cfeb28ce89a79f4e1663a44724a1f551536bd41c1d2c6e66432480f948f68" +checksum = "a5a492d16d0f7423cb2d7ca6fa6b4d423a4f4e2f67d2dc92d84d5988fcc33cfb" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -6998,20 +7039,20 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6530bad86d493df89539037e6dca0114d979f8e6c3c9f0c704ff6ee2dc6df676" +checksum = "cfcf34819002b9d6c8d7a28d89207498f63288de6689061fe9c1fb7c55454ff8" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", - "pallet-transaction-payment 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "pallet-transaction-payment 31.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -7034,18 +7075,18 @@ dependencies = [ [[package]] name = "pallet-assets" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c54b67fb2fab83382f7cd860aa5e0e0d478c914f81b87a7c24df2d93f740a89" +checksum = "805543c2ea1f10f14bc767f156b8ec80785345b683eaa59dea84d28745a87ee3" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -7069,19 +7110,19 @@ dependencies = [ [[package]] name = "pallet-aura" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b1085f847e49c5a56d4a7f87815f4ac6d37cd7e3997e2444abc105e2207aeca" +checksum = "e3f1176f435a94b510b99bc2aaaa84788d60f8c5352c5f34f165b37523e448a1" dependencies = [ - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-timestamp 29.0.0", + "pallet-timestamp 30.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 32.0.0", - "sp-consensus-aura 0.34.0", - "sp-runtime 33.0.0", + "sp-application-crypto 33.0.0", + "sp-consensus-aura 0.35.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -7104,18 +7145,18 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" -version = "30.0.1" +version = "31.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "485ca0e15ffc8c60d8e101112f3ce26fe139582f7416e2697955b63f478cf038" +checksum = "6a9c124d86227da7ae9073cc2984c0384c7830f7fa61450c0990c56837335da2" dependencies = [ - "frame-support 30.0.0", - "frame-system 30.0.0", - "pallet-session 30.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "pallet-session 31.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 32.0.0", - "sp-authority-discovery 28.0.0", - "sp-runtime 33.0.0", + "sp-application-crypto 33.0.0", + "sp-authority-discovery 29.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -7136,16 +7177,16 @@ dependencies = [ [[package]] name = "pallet-authorship" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa1f02863403c1cf5e9f49fd492c8cdb329d4b45029f3f19f278b3ba832a2b81" +checksum = "8168348a94c479b7da001b3f0d1100210704eda8ce72c58aac456f1d866d7d67" dependencies = [ - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -7176,26 +7217,26 @@ dependencies = [ [[package]] name = "pallet-babe" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b91a0fdb62c2d72c3c680deca50121d4bf2d8ed4b24dedd85f5b98ac454e781b" +checksum = "37353294183655c76cdc56ffc5edf777b1e2275af59ae73c8aa255b6d941b362" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-authorship 30.0.0", - "pallet-session 30.0.0", - "pallet-timestamp 29.0.0", + "pallet-authorship 31.0.0", + "pallet-session 31.0.0", + "pallet-timestamp 30.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 32.0.0", - "sp-consensus-babe 0.34.0", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", - "sp-session 29.0.0", - "sp-staking 28.0.0", + "sp-application-crypto 33.0.0", + "sp-consensus-babe 0.35.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-staking 29.0.0", "sp-std", ] @@ -7205,7 +7246,7 @@ version = "28.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dd27bfa4bfa5751652842b81241c7eff3e68f2806d9dacc17b03d2cb20a39756" dependencies = [ - "aquamarine", + "aquamarine 0.5.0", "docify", "frame-benchmarking 29.0.0", "frame-election-provider-support 29.0.0", @@ -7224,23 +7265,23 @@ dependencies = [ [[package]] name = "pallet-bags-list" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69670ec14dc7b2c1cc0786a7cec891d1c7e0e2ce67e155721dd493cb3096b50b" +checksum = "dc3f838e96a2cbd06731beb72b755ccc5bd05bcc696717a1148bdddfe9062e93" dependencies = [ - "aquamarine", + "aquamarine 0.5.0", "docify", - "frame-benchmarking 30.0.0", - "frame-election-provider-support 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-election-provider-support 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-balances 30.0.0", + "pallet-balances 31.0.0", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", "sp-tracing", ] @@ -7264,18 +7305,18 @@ dependencies = [ [[package]] name = "pallet-balances" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f68b79a1f9f10c63377177155a4ac3ac08db356027a3d8bc826e1af65c885b8d" +checksum = "d3565d525dd88e07da5b2309cd6ffe7447ddc5406eeaa2cb26157d35787a69a7" dependencies = [ "docify", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -7302,22 +7343,22 @@ dependencies = [ [[package]] name = "pallet-beefy" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f32bf6b3fec18e3ad0831e98e39857e2be1a8c3c240b978930f98f6df82cfa7" +checksum = "a1371a2f241fd33b794b0e824f28be9de76e7544a2602421e1c4a58cb0eccef6" dependencies = [ - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-authorship 30.0.0", - "pallet-session 30.0.0", + "pallet-authorship 31.0.0", + "pallet-session 31.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-beefy 15.0.0", - "sp-runtime 33.0.0", - "sp-session 29.0.0", - "sp-staking 28.0.0", + "sp-consensus-beefy 16.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-staking 29.0.0", "sp-std", ] @@ -7349,27 +7390,27 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c960ba2f8be1e52f238ccf2e7bffb5b96adf8d15fb19ac24ac01571c4b61954a" +checksum = "c32a1e978b043f4bf7cfcdb130a51dda4dbade1de5b85d2d634082edbc08f9cb" dependencies = [ "array-bytes 6.2.2", "binary-merkle-tree 15.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-beefy 30.0.0", - "pallet-mmr 29.0.0", - "pallet-session 30.0.0", + "pallet-beefy 31.0.0", + "pallet-mmr 30.0.0", + "pallet-session 31.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-api 28.0.0", - "sp-consensus-beefy 15.0.0", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", + "sp-api 29.0.0", + "sp-consensus-beefy 16.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", "sp-std", ] @@ -7394,104 +7435,104 @@ dependencies = [ [[package]] name = "pallet-bounties" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abeb09ea0290befa44738288c5dfe72ed9b21ec5e3c5d7e82e081376f1c029be" +checksum = "e23273ffc30d94c725cb37ac1f45a40e308d8e8bfab251a299d4ed1fa9e8e46f" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-treasury 29.0.0", + "pallet-treasury 30.0.0", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "pallet-bridge-grandpa" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30a34d35e77a6c807dd2a03d482573e6d82693b3bccd2d7621b97118ff93484a" +checksum = "e0034e29cd8f1547e0688ba3cb3a621c1dcb076c59f548eb40e0680ba37f14e7" dependencies = [ - "bp-header-chain 0.9.0", - "bp-runtime 0.9.0", + "bp-header-chain 0.10.0", + "bp-runtime 0.10.0", "bp-test-utils", "finality-grandpa", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-consensus-grandpa 15.0.0", - "sp-runtime 33.0.0", + "sp-consensus-grandpa 16.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-trie 31.0.0", + "sp-trie 32.0.0", ] [[package]] name = "pallet-bridge-messages" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4231cbbb2405ad29a7199b8be029115b8eec029cef061e74336913fbb703e84e" +checksum = "fe205f990c97a766b317378617c3ac8548530e0e29011250ad4c669cf4d86773" dependencies = [ - "bp-messages 0.9.0", - "bp-runtime 0.9.0", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "bp-messages 0.10.0", + "bp-runtime 0.10.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "num-traits", "parity-scale-codec", "scale-info", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "pallet-bridge-parachains" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "839082293926b4dc240cf418b9674cc810e04a370853a60632f4d883ff7ffc45" +checksum = "d4315c1346e60031afc119b051fbe9aa32c29143abb1b6b771d82c0e9fe5a4a8" dependencies = [ - "bp-header-chain 0.9.0", + "bp-header-chain 0.10.0", "bp-parachains", - "bp-polkadot-core 0.9.0", - "bp-runtime 0.9.0", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "bp-polkadot-core 0.10.0", + "bp-runtime 0.10.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "pallet-bridge-grandpa", "parity-scale-codec", "scale-info", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-trie 31.0.0", + "sp-trie 32.0.0", ] [[package]] name = "pallet-bridge-relayers" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd122c0aa3e8842b49b3d1d11a994818eec477904178b13e21f4395f8aa6cd95" +checksum = "e85310662790097b4f391b32822eb55d5088bc09ac91343d68e48e4fc582cb31" dependencies = [ - "bp-messages 0.9.0", + "bp-messages 0.10.0", "bp-relayers", - "bp-runtime 0.9.0", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "bp-runtime 0.10.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "pallet-bridge-messages", "parity-scale-codec", "scale-info", "sp-arithmetic 25.0.0", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -7516,19 +7557,19 @@ dependencies = [ [[package]] name = "pallet-broker" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16828306edf66de7412d769f4716fd54f9046713e8e63a774f75814c9ca7a898" +checksum = "c1b05f01c3d279cd661eba2c391844bac03fa5f979b9de821e6eb1cbe6069dfc" dependencies = [ "bitvec", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "scale-info", "sp-arithmetic 25.0.0", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -7554,21 +7595,21 @@ dependencies = [ [[package]] name = "pallet-child-bounties" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d309cc33a3cc3485527faf3429e2f776dd64311d031d330d079444231f85c5c4" +checksum = "46f1f5d1f6420b72e7fff2fa9146f1f13f68e3a3d293b421d9b9d34ad0dfa134" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-bounties 29.0.0", - "pallet-treasury 29.0.0", + "pallet-bounties 30.0.0", + "pallet-treasury 30.0.0", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -7595,57 +7636,57 @@ dependencies = [ [[package]] name = "pallet-collator-selection" -version = "11.0.1" +version = "12.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf453482e8f6d7d6534f982a02d1b61b1997c561d541cdb67477cd6b66636fcf" +checksum = "26edc27ed73c658e6f3d37b4cc8822be3f293e1f0dc58830b42c272781ac8a44" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-authorship 30.0.0", - "pallet-balances 30.0.0", - "pallet-session 30.0.0", + "pallet-authorship 31.0.0", + "pallet-balances 31.0.0", + "pallet-session 31.0.0", "parity-scale-codec", "rand", "scale-info", - "sp-runtime 33.0.0", - "sp-staking 28.0.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", "sp-std", ] [[package]] name = "pallet-collective" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3241a9f6ba5fde426bc306ae514550377f3407dcfcc351d47e9fff297ccde6a0" +checksum = "241ffbf21673fca6bf8caa2ee35088a18704b95d174e32280cb7569f58af7c61" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "pallet-contracts" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d67a473c8b28c22d998cc948fa2131ce2981af23dd65a5f7199518ac6d02c86" +checksum = "9a186a60e5b6f7927f8aa77e2fbd7b331b22ad8de870f261dc9d87627d21cbe3" dependencies = [ "bitflags 1.3.2", "environmental", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "impl-trait-for-tuples", "log", - "pallet-balances 30.0.0", + "pallet-balances 31.0.0", "pallet-contracts-proc-macro", "pallet-contracts-uapi", "parity-scale-codec", @@ -7654,22 +7695,22 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-api 28.0.0", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-api 29.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "staging-xcm 9.0.0", - "staging-xcm-builder 9.0.0", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", "wasm-instrument", "wasmi", ] [[package]] name = "pallet-contracts-proc-macro" -version = "20.0.0" +version = "21.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c46c4f00188ed27e1cbe8eab750147d63daf25e9b7d66749646cf46d8a21ab96" +checksum = "de0cb1d904c58964cf5015adc7683fb9467b8b7e8f281619aae403f43dc2c48c" dependencies = [ "proc-macro2", "quote", @@ -7678,9 +7719,9 @@ dependencies = [ [[package]] name = "pallet-contracts-uapi" -version = "7.0.0" +version = "8.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0a220fabeb1e7484f691248aa68101dc045ef8dc2cad5b5cc88c31df022c6e6" +checksum = "ab2b8fce1fa76a3d59b49a532cb43de816f9e5c77dba87d9a7367d764a04e8d7" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -7709,38 +7750,38 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb246d7cb84a78d1847770cf7c76e52d8b85dc80e8b6cd34414f9cbae0f5511f" +checksum = "f51344679f168ecc258bf52d0a9578f6c3043e2aff4b9147004c7b8429460370" dependencies = [ "assert_matches", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "pallet-democracy" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "247fc95fd76eff387678b251f56ea6832df0dcd55269cd76fe1b8a9fa888d0f4" +checksum = "1603fc7a149fd1f8bc43349035a69370a024acc95d6a10a37d3b9e1f22cc58ab" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -7770,24 +7811,24 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea7ebcb00352d6a814f3f92ed702a898eb4d78edba740930f97b6a38e577f820" +checksum = "da78b2feeba1286b66ac20cbfbcd321fe9d1d2bc15e9e31292023e9a66dbb819" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-election-provider-support 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-election-provider-support 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-election-provider-support-benchmarking 29.0.0", + "pallet-election-provider-support-benchmarking 30.0.0", "parity-scale-codec", "rand", "scale-info", "sp-arithmetic 25.0.0", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-npos-elections 28.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-npos-elections 29.0.0", + "sp-runtime 34.0.0", "sp-std", "strum 0.24.1", ] @@ -7809,36 +7850,36 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c57509f5a4fd41a953c2e29813a2ba09f30a5bf59c5f98bfcbb7c2619b7d931" +checksum = "e1b20f98b9a1497a59d2b0eca0051c5ada89851bf29b26fda3a2cfe934a32116" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-election-provider-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-election-provider-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", - "sp-npos-elections 28.0.0", - "sp-runtime 33.0.0", + "sp-npos-elections 29.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "pallet-elections-phragmen" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be4cdc5615ff4651a9e85f980781b0023fff25572130006cd73bf287b7c160b3" +checksum = "de22659bdd6190e4f94936f0d338e67dde80e537fe22c30eb96ceab9f0d9914f" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-npos-elections 28.0.0", - "sp-runtime 33.0.0", - "sp-staking 28.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-npos-elections 29.0.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", "sp-std", ] @@ -7864,21 +7905,21 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09c915f2da843cd2bfbdbe6379624c94e1e93296488f17be4e380a7086b59cf9" +checksum = "24717c932bd68705e3a5b6b9311a31e57b354274de1c373feb9ca920f6a3e439" dependencies = [ "docify", - "frame-benchmarking 30.0.0", - "frame-election-provider-support 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-election-provider-support 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 32.0.0", - "sp-runtime 33.0.0", - "sp-staking 28.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", "sp-std", ] @@ -7908,25 +7949,25 @@ dependencies = [ [[package]] name = "pallet-grandpa" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16b22d7b2ad0fa9811c441051cc90792924d58fe6d0cfeff8db231da68fcc9fa" +checksum = "d9f8a78e4f5e2399596fa918f22e588e034d78c13a46925313abb4b152a9d919" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-authorship 30.0.0", - "pallet-session 30.0.0", + "pallet-authorship 31.0.0", + "pallet-session 31.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 32.0.0", - "sp-consensus-grandpa 15.0.0", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", - "sp-session 29.0.0", - "sp-staking 28.0.0", + "sp-application-crypto 33.0.0", + "sp-consensus-grandpa 16.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-staking 29.0.0", "sp-std", ] @@ -7950,19 +7991,19 @@ dependencies = [ [[package]] name = "pallet-identity" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04f0a43b8d840ffd170fa05e277160dedfafa10c83cb39089afcce571fed5e08" +checksum = "33bca13843a11add3909a8c4bffae547ba9fa3a11c07ac2f8afd670acd85cb15" dependencies = [ "enumflags2", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -7989,22 +8030,22 @@ dependencies = [ [[package]] name = "pallet-im-online" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57205599c150041e666cbdb53300201de5378b603f12d1efcf7dfa8d61fd8829" +checksum = "39cb6cbcef9e9ab68a5e79429a1f32ebc8114e4c9c2c2b0356c1db212e3e0bc2" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-authorship 30.0.0", + "pallet-authorship 31.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 32.0.0", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", - "sp-staking 28.0.0", + "sp-application-crypto 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", "sp-std", ] @@ -8028,37 +8069,37 @@ dependencies = [ [[package]] name = "pallet-indices" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97b5330b6bed6d82e0aa9ae18af0f8ce1f79cf86cf7cb49efc38920a652ad948" +checksum = "a3e23345544e9b6635d296195c355a768c82a9e1d82138378ef5b80102828664" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-keyring 33.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-keyring 34.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "pallet-membership" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db551d8d3fec5f7b584db0b28af396412e25bb0ae0e018c3cb75761efc71115c" +checksum = "b8bb958b03ec28b6e7e97abfca28acb1c1d8e91ad5194537f6550c348fc60f54" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -8085,23 +8126,23 @@ dependencies = [ [[package]] name = "pallet-message-queue" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31856e2c797c6a262c22b63ce195901ef48b66d7b80a8a1d0f3b5f1c88a51332" +checksum = "063b2e7912fbbe67985e68e460f2f242b90de48a63a1f03dd2ae022154ba25e9" dependencies = [ "environmental", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", "sp-arithmetic 25.0.0", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-weights 29.0.0", + "sp-weights 30.0.0", ] [[package]] @@ -8125,20 +8166,20 @@ dependencies = [ [[package]] name = "pallet-mmr" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "992df88910f526671b357d9269a5c7d6c8ab025ee7126fce897d2869e2059390" +checksum = "44f5356b869f71205d53ed686846075ebb7d67824f334289ebbe6c61766c90c6" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-mmr-primitives 28.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-mmr-primitives 29.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -8161,36 +8202,36 @@ dependencies = [ [[package]] name = "pallet-multisig" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e06afee42c1b10c172500e3c455543ecaae7c7f3aa9631e23a66d82547f6108" +checksum = "284ff5c6675ac6438c2f4a20d75627ad4b6d7c78bb5fd911198e34ce48bc7cf2" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "pallet-nft-fractionalization" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ceef81be60fa271dbf8404bf548e16e09677cc095fb28cc97c000cf5200e2f18" +checksum = "146f26bb84d332034fe4bb1d5938179b23bed20f8aaf3cf37c777014eb35cad6" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-assets 31.0.0", - "pallet-nfts 24.0.0", + "pallet-assets 32.0.0", + "pallet-nfts 25.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -8215,20 +8256,20 @@ dependencies = [ [[package]] name = "pallet-nfts" -version = "24.0.0" +version = "25.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44cd4652db25a5136fb6ded7032b1a68b36e3a5d8d22802fc42a07cbfd71d581" +checksum = "6fed85cb8969cfbbf7681f16bc2d240cf377af021046c5628d563c8ed041aa26" dependencies = [ "enumflags2", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -8246,30 +8287,30 @@ dependencies = [ [[package]] name = "pallet-nfts-runtime-api" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a16bbcc2ca90e45afb58f031d1f1c350e74f4b8ea5fefeed556b8a4d77df1761" +checksum = "d3881d652cf44b1cb8fb6f2b2b25a950338692c3d5f49c5e621a5cf9a1a88c76" dependencies = [ - "pallet-nfts 24.0.0", + "pallet-nfts 25.0.0", "parity-scale-codec", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-std", ] [[package]] name = "pallet-nis" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71526b32ab454e10db38f35aff90ed5d537962597e1aa9cc9211c8020e566e85" +checksum = "948a11c933d345bfd7750e92b5650656e4d967f4fbcf7e36200ef7063985b9c6" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "scale-info", "sp-arithmetic 25.0.0", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -8295,20 +8336,20 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" -version = "27.0.0" +version = "28.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f327bb93b56ce995d95eaf05b1bfc6b23a453b9412aa41ff6d362dff722413c" +checksum = "781148c86c07aca84f471d06b449d7098e94d76bc08dd7e69bcb2572264d1b20" dependencies = [ - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-balances 30.0.0", + "pallet-balances 31.0.0", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", - "sp-staking 28.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", "sp-std", "sp-tracing", ] @@ -8336,22 +8377,22 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f4c7bb170227cbbfcc8d1795cb0e2053c79a1d2738c5f85b13afee151e2d334" +checksum = "d267d96d52b7bb17b5bd1333375f86a58595a457218ddc82ddec32c194806713" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-election-provider-support 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", - "pallet-bags-list 29.0.0", - "pallet-nomination-pools 27.0.0", - "pallet-staking 30.0.2", + "frame-benchmarking 31.0.0", + "frame-election-provider-support 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "pallet-bags-list 30.0.0", + "pallet-nomination-pools 28.0.0", + "pallet-staking 31.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-runtime-interface 26.0.0", - "sp-staking 28.0.0", + "sp-staking 29.0.0", "sp-std", ] @@ -8369,13 +8410,13 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" -version = "25.0.0" +version = "26.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4eb2bb3ab695ec7e79a668823bfa63329fd087f02ce707316f8f33fe7c5577e6" +checksum = "cc2055f407f235071239494548d86f4f6d5c6ec24968fd8dcac553e00e08588d" dependencies = [ - "pallet-nomination-pools 27.0.0", + "pallet-nomination-pools 28.0.0", "parity-scale-codec", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-std", ] @@ -8399,19 +8440,19 @@ dependencies = [ [[package]] name = "pallet-offences" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e2f06e9da4dff8765a4bbae81b06932ff6ab8f0197d26497a5edd2b58efa303" +checksum = "8f42b47ac29f107f30213d259cc0f73e1270743b66909fc7c9079d691a891b5a" dependencies = [ - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-balances 30.0.0", + "pallet-balances 31.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-runtime 33.0.0", - "sp-staking 28.0.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", "sp-std", ] @@ -8442,26 +8483,26 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "812bc221afa5d12ff341455a1d62a2516e734af84324433392c8b2923d89d80b" +checksum = "2d0745d6fd98a6ef7b19139470a28f9b9530b425c03dc02fbd773c989fe0a96b" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-election-provider-support 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-election-provider-support 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-babe 30.0.0", - "pallet-balances 30.0.0", - "pallet-grandpa 30.0.0", - "pallet-im-online 29.0.0", - "pallet-offences 29.0.0", - "pallet-session 30.0.0", - "pallet-staking 30.0.2", + "pallet-babe 31.0.0", + "pallet-balances 31.0.0", + "pallet-grandpa 31.0.0", + "pallet-im-online 30.0.0", + "pallet-offences 30.0.0", + "pallet-session 31.0.0", + "pallet-staking 31.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 33.0.0", - "sp-staking 28.0.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", "sp-std", ] @@ -8485,19 +8526,19 @@ dependencies = [ [[package]] name = "pallet-preimage" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8573ce5aad3f488b2565707624c675c25af8b67d6ece102565d9fdbf57eaed8" +checksum = "6d01a900fe79c5f0762ccc29a11dda2799830ce233aa5384b2f13d9cc28e2e70" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -8519,53 +8560,53 @@ dependencies = [ [[package]] name = "pallet-proxy" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3d6b9f7210b6cd4dcf531c1f8729eaeb7dfbed8e8b1b01b1747240b0f8a715d" +checksum = "61918227f99ed2b322bf9050337773c8a40908b2f6a800352a20485e5ba0ef1c" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "scale-info", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "pallet-ranked-collective" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e06d19491f9a6a0cde4ba3e6c02d8366af60efea8fbf9ffb27ca674b1ecca622" +checksum = "47fbdfc5da0a70c788be3ea594153c825b4e79ae6a83499f38c251cdb5a726c0" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", "sp-arithmetic 25.0.0", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "pallet-recovery" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "786d77701ccba3306b0c4bf8a2c3d2f160723eb219db7e2248cf505e5cdb86f6" +checksum = "7cf473e4b04cd9ba40ed8963a03499de0a1a84c8eb9343b569b15bab6bb47a79" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "scale-info", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -8591,37 +8632,37 @@ dependencies = [ [[package]] name = "pallet-referenda" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6866372ff2428967876e906c725b97a4b32612c9a2a9d9c3c1478c7060ea5ff6" +checksum = "b515fdbcade5b8a507e1a8ffc8b5a59725b1c8c71cfc6f8f5ae490e4a33f732c" dependencies = [ "assert_matches", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", "serde", "sp-arithmetic 25.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "pallet-root-testing" -version = "6.0.0" +version = "7.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eec41db5afabcc945d98ce427980faa56a867bdcd40133e662cf96546ff951de" +checksum = "7926eb378bda52162a713aca44a6faab5fc7d6867f82ac14ba375df2b33eaa7f" dependencies = [ - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -8646,21 +8687,21 @@ dependencies = [ [[package]] name = "pallet-scheduler" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5daf9f2a35fb6902011fc66e0d8c9831acd86512a78f298b52aba4970b121075" +checksum = "44f81ff1151067225c2c359a132880e084a1c72656457fe443147ed2e6daaac2" dependencies = [ "docify", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-weights 29.0.0", + "sp-weights 30.0.0", ] [[package]] @@ -8688,25 +8729,25 @@ dependencies = [ [[package]] name = "pallet-session" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42218759d10405996ae378968751a9b1142b47f6b887562f2df50cc14b1c7eaa" +checksum = "17951aa288869e5afe5815eedc7038dd50b9741d215b66323ff4a12f5686ac15" dependencies = [ - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "impl-trait-for-tuples", "log", - "pallet-timestamp 29.0.0", + "pallet-timestamp 30.0.0", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", - "sp-session 29.0.0", - "sp-staking 28.0.0", - "sp-state-machine 0.37.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-staking 29.0.0", + "sp-state-machine 0.38.0", "sp-std", - "sp-trie 31.0.0", + "sp-trie 32.0.0", ] [[package]] @@ -8729,38 +8770,38 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aafe03e451af13c599da6f2cca66e20a5c0b522b31ad7c35d6a1a261081a2f70" +checksum = "118d0e5a8c09dbb1c7326021335aab36546846c678b3ce79301ace02cec260f7" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", - "pallet-session 30.0.0", - "pallet-staking 30.0.2", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "pallet-session 31.0.0", + "pallet-staking 31.0.0", "parity-scale-codec", "rand", - "sp-runtime 33.0.0", - "sp-session 29.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", "sp-std", ] [[package]] name = "pallet-society" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3ce9f43cb5d254f17a3f747b5aa4ecfaace31d765bd102a4b4b2565b8353c3a" +checksum = "7f3255dc30ce7ebfd7ee59b1890d1f0091f416f486532d4eaf795dc209e3c28e" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "rand_chacha 0.2.2", "scale-info", "sp-arithmetic 25.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -8790,25 +8831,25 @@ dependencies = [ [[package]] name = "pallet-staking" -version = "30.0.2" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0eb21ca0ce32bc5dc5df451001bff611e8cf530b8606f9b5705e4a428c6fa0cf" +checksum = "baeb3d22e737307280e2047cba983cc9aa477a6f4c3001e8c1f07077d148c8f7" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-election-provider-support 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-election-provider-support 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-authorship 30.0.0", - "pallet-session 30.0.0", + "pallet-authorship 31.0.0", + "pallet-session 31.0.0", "parity-scale-codec", "rand_chacha 0.2.2", "scale-info", "serde", - "sp-application-crypto 32.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", - "sp-staking 28.0.0", + "sp-application-crypto 33.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", "sp-std", ] @@ -8857,13 +8898,13 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2773af1f9c4c4d70ec9a0a4feed15ac47355544aee9520c2901d751eef644cef" +checksum = "b398bbc910ed6e7e2fd76251910a8895e7c3343023e2279124568a1c860cab54" dependencies = [ "parity-scale-codec", - "sp-api 28.0.0", - "sp-staking 28.0.0", + "sp-api 29.0.0", + "sp-staking 29.0.0", ] [[package]] @@ -8886,19 +8927,19 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99e81be14eff1fa562bb0b9af69932e91803d9e5c63888ad9c390741a7906058" +checksum = "de51e792bcf770a00c5adf8db67f35dae450f445d36fa4b650980017063a62aa" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -8921,18 +8962,18 @@ dependencies = [ [[package]] name = "pallet-sudo" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78e1b72aeabc9f0ba731229ccef31d8e5a160faae5edf2651a8cdacaa2690124" +checksum = "a00abb554e916fd31ffbc792bff01e2dd9961a0a4bb781d27ef5f30c908ac2f6" dependencies = [ "docify", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "scale-info", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -8959,42 +9000,42 @@ dependencies = [ [[package]] name = "pallet-timestamp" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c307589adc04a0d578ae00231bc04f1a53ef07a0aa2f3e9d4c7e4bf419bf6e3d" +checksum = "bb766403f8cabcedb1725326befd7253de3e4c1d3b3d5f7c40adc49ebee5040c" dependencies = [ "docify", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-inherents 28.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", "sp-storage", - "sp-timestamp 28.0.0", + "sp-timestamp 29.0.0", ] [[package]] name = "pallet-tips" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efa45c34750ebd677c4d449695e84cc25c1ce5b9eea531332d1c60e22b69ff01" +checksum = "fee0ebf5ee31239f9017785cecd54b46be26edef126b6369af477d67f5088ffb" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-treasury 29.0.0", + "pallet-treasury 30.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -9017,36 +9058,36 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d598d0ad779d19fa44ce6f80c57192537fa9f84995953bf2a8c104b7676b6b7" +checksum = "12df1de833ad0abff5daa53f80594d6ef66d250cc1ae073c01e406ce37bbf25e" dependencies = [ - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "pallet-transaction-payment-rpc" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4fac4e459db3c002ddebfbce82d055dbe8885eb4c2f9dcd9da5675eafef9bb7" +checksum = "17b3e7cc2ef454af06e0d73e180d2f22c7f6714dca7c1d4a3cc95786041e42c2" dependencies = [ "jsonrpsee", - "pallet-transaction-payment-rpc-runtime-api 30.0.0", + "pallet-transaction-payment-rpc-runtime-api 31.0.0", "parity-scale-codec", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-blockchain", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-rpc", - "sp-runtime 33.0.0", - "sp-weights 29.0.0", + "sp-runtime 34.0.0", + "sp-weights 30.0.0", ] [[package]] @@ -9064,15 +9105,15 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d34487aec13e174906b6bba112f672e72948d16b8ee0752b8bebd659ac528dc" +checksum = "4e060567db5e59e3f26cc274cb9fc5db5af160ac67062d61e488f7887fef5470" dependencies = [ - "pallet-transaction-payment 30.0.0", + "pallet-transaction-payment 31.0.0", "parity-scale-codec", - "sp-api 28.0.0", - "sp-runtime 33.0.0", - "sp-weights 29.0.0", + "sp-api 29.0.0", + "sp-runtime 34.0.0", + "sp-weights 30.0.0", ] [[package]] @@ -9097,21 +9138,21 @@ dependencies = [ [[package]] name = "pallet-treasury" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "317d231ff8a773e94fe5be8d3710213215208e7993bfeedd96bd6f4402da114a" +checksum = "174da255855136b4bf7174a1499ddf20134efe75d59fac4709244fe813534656" dependencies = [ "docify", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "impl-trait-for-tuples", - "pallet-balances 30.0.0", + "pallet-balances 31.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -9150,18 +9191,18 @@ dependencies = [ [[package]] name = "pallet-utility" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79b879fb8c20405663309986621856050efc31969c2d2a209d78373356a62e27" +checksum = "73c54ec28e67769b35a650d497ddd10bf0dd783d14965a1034cdcb71ae1d1442" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -9183,17 +9224,17 @@ dependencies = [ [[package]] name = "pallet-vesting" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "391edd70faa651c43c2bbd03fcb5cd3f0be8b45ed38231991fe46d33a4cc4ef5" +checksum = "4a5627016e1cb40d02bf589507429558208c05948d1399ab405307bfe3b1d967" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -9215,17 +9256,17 @@ dependencies = [ [[package]] name = "pallet-whitelist" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92b496a76f13982cd754be92c9167d71acad169d101db197910e2a6e94f49997" +checksum = "a68e2271ffe7a20565b7539931b9c01f29039ab151ac14fd93032e81f250727f" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "scale-info", - "sp-api 28.0.0", - "sp-runtime 33.0.0", + "sp-api 29.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -9255,26 +9296,26 @@ dependencies = [ [[package]] name = "pallet-xcm" -version = "9.0.1" +version = "10.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5d45837646e1468bd766dc8f9006a0bd3a59410004134d7f2bb63aee3d63fa0" +checksum = "bd52ee00a54f8b6ff3a90e97622b2403667ef25105dd08d71d45a7075c0ba478" dependencies = [ "bounded-collections 0.2.0", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-balances 30.0.0", + "pallet-balances 31.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "staging-xcm 9.0.0", - "staging-xcm-builder 9.0.0", - "staging-xcm-executor 9.0.1", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", + "staging-xcm-executor 10.0.0", ] [[package]] @@ -9299,22 +9340,22 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "287ba50bd51c3c923fd35aa8e25f778092c7f3027d583389688bc003b24897c4" +checksum = "3af346fe874360fdd3e36a63cac72a891283b63a2865b28f8afccaa63472fd40" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "staging-xcm 9.0.0", - "staging-xcm-builder 9.0.0", - "staging-xcm-executor 9.0.1", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", + "staging-xcm-executor 10.0.0", ] [[package]] @@ -9339,22 +9380,22 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub-router" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bee9e23c2cbc3a999f9730364631bddba767af25e85aa9a76894866b46bf840f" +checksum = "1d565232e0b191f9ba84ae2b0549122493e283daee73c8f1d46864b2151d17c3" dependencies = [ - "bp-xcm-bridge-hub-router 0.8.0", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "bp-xcm-bridge-hub-router 0.9.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", - "staging-xcm 9.0.0", - "staging-xcm-builder 9.0.0", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", ] [[package]] @@ -9391,66 +9432,79 @@ dependencies = [ [[package]] name = "parachains-common" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4225b381c6f6f70e1d8e459207de9383270a781da1a581af1b9400955e7319e0" +checksum = "5539fb10c2901cf120d3db87f6ee1568696ccce30cea1a0d0cdee31f64f1da37" dependencies = [ - "cumulus-primitives-core 0.9.0", - "cumulus-primitives-utility 0.9.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-utility 0.10.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-asset-tx-payment 30.0.0", - "pallet-assets 31.0.0", - "pallet-authorship 30.0.0", - "pallet-balances 30.0.0", - "pallet-collator-selection 11.0.1", - "pallet-message-queue 33.0.0", - "pallet-xcm 9.0.1", - "parity-scale-codec", - "polkadot-primitives 9.0.0", + "pallet-asset-tx-payment 31.0.0", + "pallet-assets 32.0.0", + "pallet-authorship 31.0.0", + "pallet-balances 31.0.0", + "pallet-collator-selection 12.0.1", + "pallet-message-queue 34.0.0", + "pallet-xcm 10.0.1", + "parity-scale-codec", + "polkadot-primitives 10.0.0", "scale-info", - "sp-consensus-aura 0.34.0", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-consensus-aura 0.35.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "staging-parachain-info 0.9.0", - "staging-xcm 9.0.0", - "staging-xcm-executor 9.0.1", - "substrate-wasm-builder 19.0.0", + "staging-parachain-info 0.10.0", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", + "substrate-wasm-builder 20.0.0", ] [[package]] name = "parachains-runtimes-test-utils" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79c4a40146c4a3cddf66a731ea4faf613143ab101f04b8924b857fe8846bfab5" +checksum = "f99223f27fe88a1d071e0ddf6e10556aacb6cb507658acc70957783830f6fc37" dependencies = [ - "cumulus-pallet-parachain-system 0.9.0", - "cumulus-pallet-xcmp-queue 0.9.0", - "cumulus-primitives-core 0.9.0", - "cumulus-primitives-parachain-inherent 0.9.0", + "cumulus-pallet-parachain-system 0.10.0", + "cumulus-pallet-xcmp-queue 0.10.0", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-parachain-inherent 0.10.0", "cumulus-test-relay-sproof-builder", - "frame-support 30.0.0", - "frame-system 30.0.0", - "pallet-balances 30.0.0", - "pallet-collator-selection 11.0.1", - "pallet-session 30.0.0", - "pallet-timestamp 29.0.0", - "pallet-xcm 9.0.1", - "parity-scale-codec", - "polkadot-parachain-primitives 8.0.0", - "sp-consensus-aura 0.34.0", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "pallet-balances 31.0.0", + "pallet-collator-selection 12.0.1", + "pallet-session 31.0.0", + "pallet-timestamp 30.0.0", + "pallet-xcm 10.0.1", + "parity-scale-codec", + "polkadot-parachain-primitives 9.0.0", + "sp-consensus-aura 0.35.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", "sp-tracing", - "staging-parachain-info 0.9.0", - "staging-xcm 9.0.0", - "staging-xcm-executor 9.0.1", - "substrate-wasm-builder 19.0.0", + "staging-parachain-info 0.10.0", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", + "substrate-wasm-builder 20.0.0", +] + +[[package]] +name = "parity-bip39" +version = "2.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4e69bf016dc406eff7d53a7d3f7cf1c2e72c82b9088aac1118591e36dd2cd3e9" +dependencies = [ + "bitcoin_hashes 0.13.0", + "rand", + "rand_core 0.6.4", + "serde", + "unicode-normalization", ] [[package]] @@ -9718,6 +9772,17 @@ dependencies = [ "staging-xcm-builder 8.0.3", ] +[[package]] +name = "password-hash" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166" +dependencies = [ + "base64ct", + "rand_core 0.6.4", + "subtle 2.5.0", +] + [[package]] name = "paste" version = "1.0.14" @@ -9740,6 +9805,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2" dependencies = [ "digest 0.10.7", + "password-hash", ] [[package]] @@ -9891,9 +9957,9 @@ checksum = "626dec3cac7cc0e1577a2ec3fc496277ec2baa084bebad95bb6fdbfae235f84c" [[package]] name = "polkadot-approval-distribution" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "700317e8e7be1a4cad0dc3f626b7ce7382af553bf3f1752bc975a887035a39d1" +checksum = "c71bcf7eaa793354f996553b9b472833f761d9cd9e9bf6b2123895da4df6a25b" dependencies = [ "bitvec", "futures", @@ -9905,16 +9971,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "rand", "tracing-gum", ] [[package]] name = "polkadot-availability-bitfield-distribution" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11b46382396d07d3d34f7676dd58c6eb6f9f94dd1b1aa48f89264bf132d11dd2" +checksum = "9b156f5a0a20ffcd852e266b865ad9149c6180a4cf1af07f334567c3b86f0fec" dependencies = [ "always-assert", "futures", @@ -9922,16 +9988,16 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "rand", "tracing-gum", ] [[package]] name = "polkadot-availability-distribution" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5baac9436b7bb35824af5153517d8f8309a9bd4c5805d6c0971dd0035c60d0ed" +checksum = "156b913d3eb7981ac8d540bacef09d5dac3a5d0584fa5a27fc8971870a02040a" dependencies = [ "derive_more", "fatality", @@ -9942,20 +10008,20 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "rand", "schnellru", - "sp-core 30.0.0", - "sp-keystore 0.36.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-availability-recovery" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "273446475e356832b4bbb0df6bfa264d03368438f34038a676e60b99062ff4ff" +checksum = "d736bca91fe70f303d09a1e251b7d3cb39164c94948d95a7769256ece066a3ed" dependencies = [ "async-trait", "fatality", @@ -9966,7 +10032,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "rand", "sc-network", "schnellru", @@ -9977,9 +10043,9 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6bdf424d53f877dcfdeddb12542810e1475f496f9e48034b6870fb5921dd7e2" +checksum = "5509ed80ddcbb63c88b9f346b22f4b663e52dadf475118ec06406a0688817c55" dependencies = [ "cfg-if", "clap", @@ -9995,11 +10061,11 @@ dependencies = [ "sc-storage-monitor", "sc-sysinfo", "sc-tracing", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-keyring 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-keyring 34.0.0", "sp-maybe-compressed-blob", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "substrate-build-script-utils", "thiserror", "try-runtime-cli", @@ -10007,9 +10073,9 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "559a7962f04ba8ebc1f149703cb50580265b4539b09d37cde71590863efaa0a8" +checksum = "c82682bdd0aea251ab8f31a1b06f4c2c1c494e80fed4fc13ca9bc7622870bc82" dependencies = [ "bitvec", "fatality", @@ -10019,10 +10085,10 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 9.0.0", - "sp-core 30.0.0", - "sp-keystore 0.36.0", - "sp-runtime 33.0.0", + "polkadot-primitives 10.0.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", "thiserror", "tokio-util", "tracing-gum", @@ -10043,22 +10109,22 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89a881f63ab7a652aba19300f95f9341ee245ad45a3f89cf02053ecace474769" +checksum = "44c2f38f3195108e9da39b9845895bb3dff76f1c7b31409143febeb1560cd276" dependencies = [ "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "polkadot-dispute-distribution" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d07a449ae0d91325e9be1bbc6b17cb43554d6bf571f07185270785e8b26695d1" +checksum = "f5331cccd51a1593bc26a1619964f49876629589139cdf46151c21a6308c6bad" dependencies = [ "derive_more", "fatality", @@ -10071,58 +10137,58 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "sc-network", "schnellru", - "sp-application-crypto 32.0.0", - "sp-keystore 0.36.0", + "sp-application-crypto 33.0.0", + "sp-keystore 0.37.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-erasure-coding" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f506b0ec86fcabb49bfd5b3ff80ae512d2a54fa2b0ff69edef10c565cd23db9" +checksum = "4842b32ecf4ab29521f1f9dd199c35398cd101883912f74e070658cd465037af" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "reed-solomon-novelpoly", - "sp-core 30.0.0", - "sp-trie 31.0.0", + "sp-core 31.0.0", + "sp-trie 32.0.0", "thiserror", ] [[package]] name = "polkadot-gossip-support" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90f2c8cae6865a9e7b8f8b8b5521e3ed9d9d02ca54002a641d746e37be98e87d" +checksum = "3165cced1fd975f43d21e8a0701b19461d07131ace5feae2bfeb8ea005953683" dependencies = [ "futures", "futures-timer", "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "rand", "rand_chacha 0.3.1", "sc-network", "sc-network-common", - "sp-application-crypto 32.0.0", - "sp-core 30.0.0", + "sp-application-crypto 33.0.0", + "sp-core 31.0.0", "sp-crypto-hashing", - "sp-keystore 0.36.0", + "sp-keystore 0.37.0", "tracing-gum", ] [[package]] name = "polkadot-network-bridge" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67319452213c24a5c565f3e9171e99bd7a56280e1fea8b67612ce8058ee619a3" +checksum = "48f34d1b7dde0d43c37aeacb37c199cbfc1c541a3ff03317fcb6bcc2d69501f6" dependencies = [ "always-assert", "async-trait", @@ -10135,7 +10201,7 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "sc-network", "sp-consensus", "thiserror", @@ -10144,9 +10210,9 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67f2683d1c65dd1e17b84ac32011fe6018faed0612cfa3ea71e64dc9cee52862" +checksum = "1060f6954c43f120751ad3f2a54155541893fcf9a966f4a9ce5192ee7888fa1f" dependencies = [ "futures", "parity-scale-codec", @@ -10154,8 +10220,8 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 9.0.0", - "sp-core 30.0.0", + "polkadot-primitives 10.0.0", + "sp-core 31.0.0", "sp-maybe-compressed-blob", "thiserror", "tracing-gum", @@ -10163,9 +10229,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8144a2c26eff4c0e1d162a450392dd4b2646c232f8cd8eaa4c75fd9764b69e4" +checksum = "427edaa41cc878f0d22b3248e900d1f65760a92f6e230e7a54ff6118b8ef9c79" dependencies = [ "bitvec", "derive_more", @@ -10180,26 +10246,26 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "rand", "rand_chacha 0.3.1", "rand_core 0.6.4", "sc-keystore", "schnellru", "schnorrkel 0.11.4", - "sp-application-crypto 32.0.0", + "sp-application-crypto 33.0.0", "sp-consensus", - "sp-consensus-slots 0.34.0", - "sp-runtime 33.0.0", + "sp-consensus-slots 0.35.0", + "sp-runtime 34.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-av-store" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1c442c0ee75b1b2f861414778c2b05ab0e6a673eb524652f012b9639653806b" +checksum = "669f4ba3485a915853e94db99cf0dc5af9bccacd76b4d6f06550c5ecbd33d4aa" dependencies = [ "bitvec", "futures", @@ -10212,7 +10278,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "sp-consensus", "thiserror", "tracing-gum", @@ -10220,9 +10286,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3eeeda38afb82f8ea95f5860725a4ae1b060840ced6332dd7ca0b4b906f0b3b7" +checksum = "307ec8006475fd2f5f878bbfd7c74368f4fde0fd10096925a85b5e027ace4889" dependencies = [ "bitvec", "fatality", @@ -10231,25 +10297,25 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "polkadot-statement-table", "schnellru", - "sp-keystore 0.36.0", + "sp-keystore 0.37.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-bitfield-signing" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce8d886e3b3fa9e3c3dbe3ca44df415ec41fe0b01686e48aa20a47120721304d" +checksum = "b8133ce90b5bfc6d81c8d124dd26ec86624eb88bb33e57c0fb59d1262c9224ea" dependencies = [ "futures", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 9.0.0", - "sp-keystore 0.36.0", + "polkadot-primitives 10.0.0", + "sp-keystore 0.37.0", "thiserror", "tracing-gum", "wasm-timer", @@ -10257,9 +10323,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7eacb9a860d87ced5280f47fc2c023282047b4cabdd5e33865302782dd77cce5" +checksum = "1a4335b31f5d7dd3c59a7a061ca32061d290244fde416186fd22bee5093cf4bb" dependencies = [ "async-trait", "futures", @@ -10271,17 +10337,17 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-parachain-primitives 8.0.0", - "polkadot-primitives 9.0.0", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", "sp-maybe-compressed-blob", "tracing-gum", ] [[package]] name = "polkadot-node-core-chain-api" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15faa14a59751ce1493f5389140b6c19751cc2f7e53b1f2261b1c8e71d1b2373" +checksum = "23b25733a45754fa4f049d26289994e379be21b132ca36982378604b53341104" dependencies = [ "futures", "polkadot-node-metrics", @@ -10294,9 +10360,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7ed635cd100270b52802f9c8486787514bd13565ec2f07cce40c0918c53635c" +checksum = "c77a7c69bd67b0840c0f97c61637b798f6ec49c6a1c4cf153e4d8e8b22e34c45" dependencies = [ "futures", "futures-timer", @@ -10305,16 +10371,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-dispute-coordinator" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3849f92ea7a2b52dc39ba7e8edcbaff01afcf9ed219765ec1d986a1380251601" +checksum = "ea6fb7b632e37b5eff4d3ceb246a6d7277c82bb573cbc2360c37719a5e00df82" dependencies = [ "fatality", "futures", @@ -10323,7 +10389,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "sc-keystore", "schnellru", "thiserror", @@ -10332,27 +10398,27 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d68062a903ac7ec9bb5407e0510172797c2d3b62c1b28d59bb90c34d0710b488" +checksum = "8c904246202cb80fc3e3872e142d74958903515c3b91d3d4d88907cf8bca46e2" dependencies = [ "async-trait", "futures", "futures-timer", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "sp-blockchain", - "sp-inherents 28.0.0", + "sp-inherents 29.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-prospective-parachains" -version = "8.0.0" +version = "9.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82a512f6bdf897ef113dca7db016c0cc029d230d7d4059c69df9462e13589f2c" +checksum = "d343298e502e687bc2f8ae837cad538a9b5d60ce714ace58120cb91aeb41d1c1" dependencies = [ "bitvec", "fatality", @@ -10361,16 +10427,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-provisioner" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e84786bfd62419354ecad7090b2e4106edef8d8e65b74823ab251f35133bb6f" +checksum = "f9be87118cc96f05bd5a35bee2f8c495b894d23fbff1c954b15d7dbe4516564c" dependencies = [ "bitvec", "fatality", @@ -10379,16 +10445,17 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", + "schnellru", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-pvf" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c774546fb65783d59090c8be6a01ca87c4f2966f090eab9ad0e73fb12924bb5d" +checksum = "99c07e2dad8712e1e5978c6404aca20d2c7f1b5d6151d60277f49ce949b3ed5d" dependencies = [ "always-assert", "array-bytes 6.2.2", @@ -10400,16 +10467,16 @@ dependencies = [ "libc", "parity-scale-codec", "pin-project", - "polkadot-core-primitives 9.0.0", + "polkadot-core-primitives 10.0.0", "polkadot-node-core-pvf-common", "polkadot-node-metrics", "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-parachain-primitives 8.0.0", - "polkadot-primitives 9.0.0", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", "rand", "slotmap", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-maybe-compressed-blob", "sp-wasm-interface", "tempfile", @@ -10420,26 +10487,26 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f125ffe763ce46419ed26ba3454244e3573e75936b52531bba0262ae99cc2d8" +checksum = "1536bf89078dca39061f2a4d742e11dc14da38ffa5b6ce84e5c454cf9fd9b151" dependencies = [ "futures", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 9.0.0", - "sp-keystore 0.36.0", + "polkadot-primitives 10.0.0", + "sp-keystore 0.37.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-pvf-common" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e75d55ed5b6b835a087fa97fc11f70fc388a23eecc2e02a40d922cd3a88f78f5" +checksum = "2781bf5b07873b37ed5a76b28866367ea2529d4b91497c3db560c0eb59b2a2d9" dependencies = [ "cfg-if", "cpu-time", @@ -10448,16 +10515,16 @@ dependencies = [ "libc", "nix 0.27.1", "parity-scale-codec", - "polkadot-parachain-primitives 8.0.0", - "polkadot-primitives 9.0.0", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", "sc-executor", "sc-executor-common", "sc-executor-wasmtime", "seccompiler", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-crypto-hashing", "sp-externalities 0.27.0", - "sp-io 32.0.0", + "sp-io 33.0.0", "sp-tracing", "thiserror", "tracing-gum", @@ -10465,25 +10532,25 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d027fdd36799a4d14693817e8364bb9b7942efd6a8d21f64181f44d96edc6cb" +checksum = "7065d7dd209b05ceaf3781ca0a7cdfcb0071c3a61a8357e37dff8587a94928d2" dependencies = [ "futures", "polkadot-node-metrics", "polkadot-node-subsystem", "polkadot-node-subsystem-types", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "schnellru", - "sp-consensus-babe 0.34.0", + "sp-consensus-babe 0.35.0", "tracing-gum", ] [[package]] name = "polkadot-node-jaeger" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0bf1270f55774b17d7cf822b99cd932da86f2e960260b0532302e6aef391795" +checksum = "e14e65e3d9990d1f8f793a23c05c6aa82a551e551225ab86d2625474afef748f" dependencies = [ "lazy_static", "log", @@ -10491,25 +10558,25 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "polkadot-node-primitives", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "sc-network", - "sp-core 30.0.0", + "sp-core 31.0.0", "thiserror", "tokio", ] [[package]] name = "polkadot-node-metrics" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ebd5bc6a4e659504941f274fbc1cfb2e6e3108ff1994826c9b39fcf0254b010" +checksum = "a4ca58a67371546b66a011f0e27551094a8499a53223b16c164e769d25d981d0" dependencies = [ "bs58 0.5.1", "futures", "futures-timer", "log", "parity-scale-codec", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "prioritized-metered-channel", "sc-cli", "sc-service", @@ -10520,9 +10587,9 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48d36d184c0a1edc1cb21cda372bd875257b0d3a1cf35f1d79f325ad7dba0811" +checksum = "67c3b078794c9c383ee3ceff65f2713ec81c033c6d8785ead5f7797e914c1fe3" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -10534,7 +10601,7 @@ dependencies = [ "parity-scale-codec", "polkadot-node-jaeger", "polkadot-node-primitives", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "rand", "sc-authority-discovery", "sc-network", @@ -10545,33 +10612,33 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30bbe56f395b6dc07eb2f7929c8ee98e20004b9d71c1af2122994626e0ec3549" +checksum = "1d9521abb7028ce7040f66a0786423bee2cdb7725ca46e5cee1f86191bcb2ed3" dependencies = [ "bitvec", "bounded-vec", "futures", "parity-scale-codec", - "polkadot-parachain-primitives 8.0.0", - "polkadot-primitives 9.0.0", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", "schnorrkel 0.11.4", "serde", - "sp-application-crypto 32.0.0", - "sp-consensus-babe 0.34.0", - "sp-core 30.0.0", - "sp-keystore 0.36.0", + "sp-application-crypto 33.0.0", + "sp-consensus-babe 0.35.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", "sp-maybe-compressed-blob", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "thiserror", "zstd 0.12.4", ] [[package]] name = "polkadot-node-subsystem" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba2902ddd1af2c5cb9d9e5504efd39845cc75cc9184d3146c48081e83ed94767" +checksum = "c7865c507f0eab9d816c40b1d4e2acb4e8f77db9efc8c0af23942d6b0f50e6f6" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -10580,9 +10647,9 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f754c9e481ee0a50c234884ca5424cec1358fb044c37645a65b154c8fb8a8a8" +checksum = "bf0e971c1377901212059b794b48acac9a855cac83f2e07dc1b708ca0e77ba64" dependencies = [ "async-trait", "bitvec", @@ -10592,26 +10659,26 @@ dependencies = [ "polkadot-node-jaeger", "polkadot-node-network-protocol", "polkadot-node-primitives", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "polkadot-statement-table", "sc-client-api", "sc-network", "sc-transaction-pool-api", "smallvec", - "sp-api 28.0.0", - "sp-authority-discovery 28.0.0", + "sp-api 29.0.0", + "sp-authority-discovery 29.0.0", "sp-blockchain", - "sp-consensus-babe 0.34.0", - "sp-runtime 33.0.0", + "sp-consensus-babe 0.35.0", + "sp-runtime 34.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "polkadot-node-subsystem-util" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98926d96c3a5ca4fec1e9ca28bef44204569244839f9252ca0df19e23a8142f7" +checksum = "4937553bd1a5f9ee9343a1a227ae07237b48a29c99ecd53217b090ca84b753c6" dependencies = [ "async-trait", "derive_more", @@ -10631,23 +10698,23 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-types", "polkadot-overseer", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "prioritized-metered-channel", "rand", "sc-client-api", "schnellru", - "sp-application-crypto 32.0.0", - "sp-core 30.0.0", - "sp-keystore 0.36.0", + "sp-application-crypto 33.0.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-overseer" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35434f12f38e9fe1898ee9d0e46459b59c6613122f89fdc68ba677a6080fda8f" +checksum = "97415bc09e9dd20d44a019eaf0bb803ab3239a7eca20820b181e53901966fdbc" dependencies = [ "async-trait", "futures", @@ -10658,10 +10725,10 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-primitives", "polkadot-node-subsystem-types", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "sc-client-api", - "sp-api 28.0.0", - "sp-core 30.0.0", + "sp-api 29.0.0", + "sp-core 31.0.0", "tikv-jemalloc-ctl", "tracing-gum", ] @@ -10686,20 +10753,20 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" -version = "8.0.0" +version = "9.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "567c738aa6b8d7eb113fe73e50fb9b6292f818f54da98bb25c7fe73e98d1709a" +checksum = "4b87dda07862f2b16f2c2b7d315f2b4549c896562d973d466b6d19de36aba30d" dependencies = [ "bounded-collections 0.2.0", "derive_more", "parity-scale-codec", - "polkadot-core-primitives 9.0.0", + "polkadot-core-primitives 10.0.0", "scale-info", "serde", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-weights 29.0.0", + "sp-weights 30.0.0", ] [[package]] @@ -10732,42 +10799,42 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20a6d6b36fdda53a0c50c4c6fbbda8ff557c9cf5b0a9edaea1f9641756ec1981" +checksum = "7e01b525a35852e2861397eecbdb4a03dda69f14f7ca04968f2e06d6cba51dfb" dependencies = [ "bitvec", "hex-literal", "log", "parity-scale-codec", - "polkadot-core-primitives 9.0.0", - "polkadot-parachain-primitives 8.0.0", + "polkadot-core-primitives 10.0.0", + "polkadot-parachain-primitives 9.0.0", "scale-info", "serde", - "sp-api 28.0.0", - "sp-application-crypto 32.0.0", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", "sp-arithmetic 25.0.0", - "sp-authority-discovery 28.0.0", - "sp-consensus-slots 0.34.0", - "sp-core 30.0.0", - "sp-inherents 28.0.0", - "sp-io 32.0.0", - "sp-keystore 0.36.0", - "sp-runtime 33.0.0", - "sp-staking 28.0.0", + "sp-authority-discovery 29.0.0", + "sp-consensus-slots 0.35.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", "sp-std", ] [[package]] name = "polkadot-rpc" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9c02431c0f9947cf931113d492512b99478b4aefe2a3a2e49b59e45219f5d6f" +checksum = "9bf68469a4e01a0c8a16869fde6de3071fbebdf836058c8afe8396470ef2c462" dependencies = [ "jsonrpsee", "mmr-rpc", "pallet-transaction-payment-rpc", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "sc-chain-spec", "sc-client-api", "sc-consensus-babe", @@ -10781,13 +10848,13 @@ dependencies = [ "sc-rpc-spec-v2", "sc-sync-state-rpc", "sc-transaction-pool-api", - "sp-api 28.0.0", - "sp-block-builder 28.0.0", + "sp-api 29.0.0", + "sp-block-builder 29.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.34.0", - "sp-keystore 0.36.0", - "sp-runtime 33.0.0", + "sp-consensus-babe 0.35.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", "substrate-frame-rpc-system", "substrate-state-trie-migration-rpc", ] @@ -10846,53 +10913,53 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "647ece8082c13a03f19c6e0c1c486891c02169be2e0f9898afe5db607fc6aa7a" +checksum = "b1abd7bff20e17e025a4e001aff55dfefcfd7ef8a8ae138de44998a012e227f2" dependencies = [ "bitvec", - "frame-benchmarking 30.0.0", - "frame-election-provider-support 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-election-provider-support 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "impl-trait-for-tuples", "libsecp256k1", "log", - "pallet-asset-rate 9.0.0", - "pallet-authorship 30.0.0", - "pallet-babe 30.0.0", - "pallet-balances 30.0.0", - "pallet-broker 0.8.0", - "pallet-election-provider-multi-phase 29.0.0", - "pallet-fast-unstake 29.0.0", - "pallet-identity 30.0.0", - "pallet-session 30.0.0", - "pallet-staking 30.0.2", + "pallet-asset-rate 10.0.0", + "pallet-authorship 31.0.0", + "pallet-babe 31.0.0", + "pallet-balances 31.0.0", + "pallet-broker 0.9.0", + "pallet-election-provider-multi-phase 30.0.0", + "pallet-fast-unstake 30.0.0", + "pallet-identity 31.0.0", + "pallet-session 31.0.0", + "pallet-staking 31.0.0", "pallet-staking-reward-fn 21.0.0", - "pallet-timestamp 29.0.0", - "pallet-transaction-payment 30.0.0", - "pallet-treasury 29.0.0", - "pallet-vesting 30.0.0", + "pallet-timestamp 30.0.0", + "pallet-transaction-payment 31.0.0", + "pallet-treasury 30.0.0", + "pallet-vesting 31.0.0", "parity-scale-codec", - "polkadot-primitives 9.0.0", - "polkadot-runtime-parachains 9.0.0", + "polkadot-primitives 10.0.0", + "polkadot-runtime-parachains 10.0.0", "rustc-hex", "scale-info", "serde", "serde_derive", - "slot-range-helper 9.0.0", - "sp-api 28.0.0", - "sp-core 30.0.0", - "sp-inherents 28.0.0", - "sp-io 32.0.0", - "sp-npos-elections 28.0.0", - "sp-runtime 33.0.0", - "sp-session 29.0.0", - "sp-staking 28.0.0", - "sp-std", - "staging-xcm 9.0.0", - "staging-xcm-builder 9.0.0", - "staging-xcm-executor 9.0.1", + "slot-range-helper 10.0.0", + "sp-api 29.0.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-npos-elections 29.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-staking 29.0.0", + "sp-std", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", + "staging-xcm-executor 10.0.0", "static_assertions", ] @@ -10912,14 +10979,14 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3881206c09c9aafc5a8a801013d4069f012a0a68eb7edf5f1ac423196f76481e" +checksum = "4fed9088becfd874b6dbf064f9d1dd1bfa2e3c2188459a572aac2e689c028772" dependencies = [ "bs58 0.5.1", - "frame-benchmarking 30.0.0", + "frame-benchmarking 31.0.0", "parity-scale-codec", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "sp-std", "sp-tracing", ] @@ -10976,66 +11043,66 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5003965d03a5b6c8b98350f8f10f42a6ce04875a048a98e4c1523e42cf3f72b4" +checksum = "8ce601c5f1005ff1d315c1e5c161a73e63e54bf23527f98c2bfa3ffc5b22f5e6" dependencies = [ "bitflags 1.3.2", "bitvec", "derive_more", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "impl-trait-for-tuples", "log", - "pallet-authority-discovery 30.0.1", - "pallet-authorship 30.0.0", - "pallet-babe 30.0.0", - "pallet-balances 30.0.0", - "pallet-broker 0.8.0", - "pallet-message-queue 33.0.0", - "pallet-session 30.0.0", - "pallet-staking 30.0.2", - "pallet-timestamp 29.0.0", - "pallet-vesting 30.0.0", - "parity-scale-codec", - "polkadot-core-primitives 9.0.0", - "polkadot-parachain-primitives 8.0.0", - "polkadot-primitives 9.0.0", - "polkadot-runtime-metrics 9.0.0", + "pallet-authority-discovery 31.0.1", + "pallet-authorship 31.0.0", + "pallet-babe 31.0.0", + "pallet-balances 31.0.0", + "pallet-broker 0.9.0", + "pallet-message-queue 34.0.0", + "pallet-session 31.0.0", + "pallet-staking 31.0.0", + "pallet-timestamp 30.0.0", + "pallet-vesting 31.0.0", + "parity-scale-codec", + "polkadot-core-primitives 10.0.0", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", + "polkadot-runtime-metrics 10.0.0", "rand", "rand_chacha 0.3.1", "rustc-hex", "scale-info", "serde", - "sp-api 28.0.0", - "sp-application-crypto 32.0.0", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", "sp-arithmetic 25.0.0", - "sp-core 30.0.0", - "sp-inherents 28.0.0", - "sp-io 32.0.0", - "sp-keystore 0.36.0", - "sp-runtime 33.0.0", - "sp-session 29.0.0", - "sp-staking 28.0.0", - "sp-std", - "staging-xcm 9.0.0", - "staging-xcm-executor 9.0.1", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-staking 29.0.0", + "sp-std", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", "static_assertions", ] [[package]] name = "polkadot-service" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9709302c0e87754ec1eb90ac817978f737fb68b5f1184308a818a3602fe390e6" +checksum = "322db94a98084bf62ac2c58194856d823455ceb74000c9602f817b8b738a8f78" dependencies = [ "async-trait", - "frame-benchmarking 30.0.0", + "frame-benchmarking 31.0.0", "frame-benchmarking-cli", - "frame-support 30.0.0", - "frame-system 30.0.0", - "frame-system-rpc-runtime-api 28.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "frame-system-rpc-runtime-api 29.0.0", "futures", "hex-literal", "is_executable", @@ -11043,11 +11110,11 @@ dependencies = [ "kvdb-rocksdb", "log", "mmr-gadget", - "pallet-babe 30.0.0", - "pallet-im-online 29.0.0", - "pallet-staking 30.0.2", - "pallet-transaction-payment 30.0.0", - "pallet-transaction-payment-rpc-runtime-api 30.0.0", + "pallet-babe 31.0.0", + "pallet-im-online 30.0.0", + "pallet-staking 31.0.0", + "pallet-transaction-payment 31.0.0", + "pallet-transaction-payment-rpc-runtime-api 31.0.0", "parity-db", "parity-scale-codec", "parking_lot 0.12.1", @@ -11056,7 +11123,7 @@ dependencies = [ "polkadot-availability-distribution", "polkadot-availability-recovery", "polkadot-collator-protocol", - "polkadot-core-primitives 9.0.0", + "polkadot-core-primitives 10.0.0", "polkadot-dispute-distribution", "polkadot-gossip-support", "polkadot-network-bridge", @@ -11081,10 +11148,10 @@ dependencies = [ "polkadot-node-subsystem-types", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-parachain-primitives 8.0.0", - "polkadot-primitives 9.0.0", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", "polkadot-rpc", - "polkadot-runtime-parachains 9.0.0", + "polkadot-runtime-parachains 10.0.0", "polkadot-statement-distribution", "rococo-runtime", "sc-authority-discovery", @@ -11113,29 +11180,29 @@ dependencies = [ "schnellru", "serde", "serde_json", - "sp-api 28.0.0", - "sp-authority-discovery 28.0.0", - "sp-block-builder 28.0.0", + "sp-api 29.0.0", + "sp-authority-discovery 29.0.0", + "sp-block-builder 29.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.34.0", - "sp-consensus-beefy 15.0.0", - "sp-consensus-grandpa 15.0.0", - "sp-core 30.0.0", - "sp-inherents 28.0.0", - "sp-io 32.0.0", - "sp-keyring 33.0.0", - "sp-keystore 0.36.0", - "sp-mmr-primitives 28.0.0", - "sp-offchain 28.0.0", - "sp-runtime 33.0.0", - "sp-session 29.0.0", - "sp-state-machine 0.37.0", + "sp-consensus-babe 0.35.0", + "sp-consensus-beefy 16.0.0", + "sp-consensus-grandpa 16.0.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-keyring 34.0.0", + "sp-keystore 0.37.0", + "sp-mmr-primitives 29.0.0", + "sp-offchain 29.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-state-machine 0.38.0", "sp-storage", - "sp-timestamp 28.0.0", - "sp-transaction-pool 28.0.0", - "sp-version 31.0.0", - "sp-weights 29.0.0", + "sp-timestamp 29.0.0", + "sp-transaction-pool 29.0.0", + "sp-version 32.0.0", + "sp-weights 30.0.0", "substrate-prometheus-endpoint", "thiserror", "tracing-gum", @@ -11144,9 +11211,9 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e58f5c1ec49dabd807c0bd5c77c53774d9c094652d4c198a832e7ddc754c945" +checksum = "38a4ef148c9bbed26f8630311ac26c9df1c07195a46a84fb5e8e7e7122e90248" dependencies = [ "arrayvec 0.7.4", "bitvec", @@ -11159,25 +11226,47 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 9.0.0", - "sp-keystore 0.36.0", - "sp-staking 28.0.0", + "polkadot-primitives 10.0.0", + "sp-keystore 0.37.0", + "sp-staking 29.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-statement-table" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2fb894021b1318d752d29b1b65721833aa668876e1a780ac760c59d40f5d759" +checksum = "a18144720acd47e1243b60c20bfb03f73dc67cbaf61bf2820991961e1ebb803b" dependencies = [ "parity-scale-codec", - "polkadot-primitives 9.0.0", - "sp-core 30.0.0", + "polkadot-primitives 10.0.0", + "sp-core 31.0.0", "tracing-gum", ] +[[package]] +name = "polkavm" +version = "0.9.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8a3693e5efdb2bf74e449cd25fd777a28bd7ed87e41f5d5da75eb31b4de48b94" +dependencies = [ + "libc", + "log", + "polkavm-assembler", + "polkavm-common 0.9.0", + "polkavm-linux-raw", +] + +[[package]] +name = "polkavm-assembler" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1fa96d6d868243acc12de813dd48e756cbadcc8e13964c70d272753266deadc1" +dependencies = [ + "log", +] + [[package]] name = "polkavm-common" version = "0.5.0" @@ -11190,6 +11279,15 @@ version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "92c99f7eee94e7be43ba37eef65ad0ee8cbaf89b7c00001c3f6d2be985cb1817" +[[package]] +name = "polkavm-common" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d9428a5cfcc85c5d7b9fc4b6a18c4b802d0173d768182a51cc7751640f08b92" +dependencies = [ + "log", +] + [[package]] name = "polkavm-derive" version = "0.5.0" @@ -11206,7 +11304,16 @@ version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "79fa916f7962348bd1bb1a65a83401675e6fc86c51a0fdbcf92a3108e58e6125" dependencies = [ - "polkavm-derive-impl-macro", + "polkavm-derive-impl-macro 0.8.0", +] + +[[package]] +name = "polkavm-derive" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ae8c4bea6f3e11cd89bb18bcdddac10bd9a24015399bd1c485ad68a985a19606" +dependencies = [ + "polkavm-derive-impl-macro 0.9.0", ] [[package]] @@ -11233,6 +11340,18 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "polkavm-derive-impl" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5c4fdfc49717fb9a196e74a5d28e0bc764eb394a2c803eb11133a31ac996c60c" +dependencies = [ + "polkavm-common 0.9.0", + "proc-macro2", + "quote", + "syn 2.0.55", +] + [[package]] name = "polkavm-derive-impl-macro" version = "0.8.0" @@ -11243,21 +11362,37 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "polkavm-derive-impl-macro" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ba81f7b5faac81e528eb6158a6f3c9e0bb1008e0ffa19653bc8dea925ecb429" +dependencies = [ + "polkavm-derive-impl 0.9.0", + "syn 2.0.55", +] + [[package]] name = "polkavm-linker" -version = "0.8.2" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdec1451cb18261d5d01de82acc15305e417fb59588cdcb3127d3dcc9672b925" +checksum = "9c7be503e60cf56c0eb785f90aaba4b583b36bff00e93997d93fef97f9553c39" dependencies = [ "gimli 0.28.1", "hashbrown 0.14.3", "log", "object 0.32.2", - "polkavm-common 0.8.0", + "polkavm-common 0.9.0", "regalloc2 0.9.3", "rustc-demangle", ] +[[package]] +name = "polkavm-linux-raw" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26e85d3456948e650dff0cfc85603915847faf893ed1e66b020bb82ef4557120" + [[package]] name = "polling" version = "2.8.0" @@ -11324,11 +11459,11 @@ dependencies = [ "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-service", - "cumulus-primitives-aura 0.9.0", - "cumulus-primitives-core 0.9.0", - "cumulus-primitives-parachain-inherent 0.9.0", + "cumulus-primitives-aura 0.10.0", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-parachain-inherent 0.10.0", "cumulus-relay-chain-interface", - "frame-benchmarking 30.0.0", + "frame-benchmarking 31.0.0", "frame-benchmarking-cli", "futures", "jsonrpsee", @@ -11336,7 +11471,7 @@ dependencies = [ "pallet-transaction-payment-rpc", "parity-scale-codec", "polkadot-cli", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "pop-runtime-common", "pop-runtime-devnet", "pop-runtime-testnet", @@ -11358,19 +11493,19 @@ dependencies = [ "sc-transaction-pool-api", "serde", "serde_json", - "sp-api 28.0.0", - "sp-block-builder 28.0.0", + "sp-api 29.0.0", + "sp-block-builder 29.0.0", "sp-blockchain", - "sp-consensus-aura 0.34.0", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-keystore 0.36.0", - "sp-offchain 28.0.0", - "sp-runtime 33.0.0", - "sp-session 29.0.0", - "sp-timestamp 28.0.0", - "sp-transaction-pool 28.0.0", - "staging-xcm 9.0.0", + "sp-consensus-aura 0.35.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-keystore 0.37.0", + "sp-offchain 29.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-timestamp 29.0.0", + "sp-transaction-pool 29.0.0", + "staging-xcm 10.0.0", "substrate-build-script-utils", "substrate-frame-rpc-system", "substrate-prometheus-endpoint", @@ -11389,12 +11524,12 @@ dependencies = [ name = "pop-runtime-common" version = "0.0.0" dependencies = [ - "frame-support 30.0.0", - "parachains-common 9.0.0", + "frame-support 31.0.0", + "parachains-common 10.0.0", "parity-scale-codec", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "scale-info", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -11402,146 +11537,146 @@ dependencies = [ name = "pop-runtime-devnet" version = "0.1.0" dependencies = [ - "cumulus-pallet-aura-ext 0.9.0", - "cumulus-pallet-parachain-system 0.9.0", - "cumulus-pallet-session-benchmarking 11.0.0", - "cumulus-pallet-xcm 0.9.0", - "cumulus-pallet-xcmp-queue 0.9.0", - "cumulus-primitives-aura 0.9.0", - "cumulus-primitives-core 0.9.0", - "cumulus-primitives-utility 0.9.0", + "cumulus-pallet-aura-ext 0.10.0", + "cumulus-pallet-parachain-system 0.10.0", + "cumulus-pallet-session-benchmarking 12.0.0", + "cumulus-pallet-xcm 0.10.0", + "cumulus-pallet-xcmp-queue 0.10.0", + "cumulus-primitives-aura 0.10.0", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-utility 0.10.0", "enumflags2", "env_logger 0.11.3", - "frame-benchmarking 30.0.0", - "frame-executive 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", - "frame-system-benchmarking 30.0.0", - "frame-system-rpc-runtime-api 28.0.0", - "frame-try-runtime 0.36.0", + "frame-benchmarking 31.0.0", + "frame-executive 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "frame-system-benchmarking 31.0.0", + "frame-system-rpc-runtime-api 29.0.0", + "frame-try-runtime 0.37.0", "hex", "hex-literal", "log", - "pallet-assets 31.0.0", - "pallet-aura 29.0.0", - "pallet-authorship 30.0.0", - "pallet-balances 30.0.0", - "pallet-collator-selection 11.0.1", + "pallet-assets 32.0.0", + "pallet-aura 30.0.0", + "pallet-authorship 31.0.0", + "pallet-balances 31.0.0", + "pallet-collator-selection 12.0.1", "pallet-contracts", - "pallet-message-queue 33.0.0", - "pallet-multisig 30.0.0", + "pallet-message-queue 34.0.0", + "pallet-multisig 31.0.0", "pallet-nft-fractionalization", - "pallet-nfts 24.0.0", - "pallet-nfts-runtime-api 16.0.0", - "pallet-preimage 30.0.0", - "pallet-proxy 30.0.0", - "pallet-scheduler 31.0.0", - "pallet-session 30.0.0", - "pallet-sudo 30.0.0", - "pallet-timestamp 29.0.0", - "pallet-transaction-payment 30.0.0", - "pallet-transaction-payment-rpc-runtime-api 30.0.0", - "pallet-utility 30.0.0", - "pallet-xcm 9.0.1", - "parachains-common 9.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 8.0.0", - "polkadot-runtime-common 9.0.0", + "pallet-nfts 25.0.0", + "pallet-nfts-runtime-api 17.0.0", + "pallet-preimage 31.0.0", + "pallet-proxy 31.0.0", + "pallet-scheduler 32.0.0", + "pallet-session 31.0.0", + "pallet-sudo 31.0.0", + "pallet-timestamp 30.0.0", + "pallet-transaction-payment 31.0.0", + "pallet-transaction-payment-rpc-runtime-api 31.0.0", + "pallet-utility 31.0.0", + "pallet-xcm 10.0.1", + "parachains-common 10.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 9.0.0", + "polkadot-runtime-common 10.0.0", "pop-primitives", "pop-runtime-common", "scale-info", "smallvec", - "sp-api 28.0.0", - "sp-block-builder 28.0.0", - "sp-consensus-aura 0.34.0", - "sp-core 30.0.0", - "sp-genesis-builder 0.9.0", - "sp-inherents 28.0.0", - "sp-io 32.0.0", - "sp-offchain 28.0.0", - "sp-runtime 33.0.0", - "sp-session 29.0.0", - "sp-std", - "sp-transaction-pool 28.0.0", - "sp-version 31.0.0", - "staging-parachain-info 0.9.0", - "staging-xcm 9.0.0", - "staging-xcm-builder 9.0.0", - "staging-xcm-executor 9.0.1", - "substrate-wasm-builder 19.0.0", + "sp-api 29.0.0", + "sp-block-builder 29.0.0", + "sp-consensus-aura 0.35.0", + "sp-core 31.0.0", + "sp-genesis-builder 0.10.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-offchain 29.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-std", + "sp-transaction-pool 29.0.0", + "sp-version 32.0.0", + "staging-parachain-info 0.10.0", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", + "staging-xcm-executor 10.0.0", + "substrate-wasm-builder 20.0.0", ] [[package]] name = "pop-runtime-testnet" version = "0.2.0" dependencies = [ - "cumulus-pallet-aura-ext 0.9.0", - "cumulus-pallet-parachain-system 0.9.0", - "cumulus-pallet-session-benchmarking 11.0.0", - "cumulus-pallet-xcm 0.9.0", - "cumulus-pallet-xcmp-queue 0.9.0", - "cumulus-primitives-aura 0.9.0", - "cumulus-primitives-core 0.9.0", - "cumulus-primitives-utility 0.9.0", + "cumulus-pallet-aura-ext 0.10.0", + "cumulus-pallet-parachain-system 0.10.0", + "cumulus-pallet-session-benchmarking 12.0.0", + "cumulus-pallet-xcm 0.10.0", + "cumulus-pallet-xcmp-queue 0.10.0", + "cumulus-primitives-aura 0.10.0", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-utility 0.10.0", "enumflags2", "env_logger 0.11.3", - "frame-benchmarking 30.0.0", - "frame-executive 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", - "frame-system-benchmarking 30.0.0", - "frame-system-rpc-runtime-api 28.0.0", - "frame-try-runtime 0.36.0", + "frame-benchmarking 31.0.0", + "frame-executive 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "frame-system-benchmarking 31.0.0", + "frame-system-rpc-runtime-api 29.0.0", + "frame-try-runtime 0.37.0", "hex", "hex-literal", "log", - "pallet-assets 31.0.0", - "pallet-aura 29.0.0", - "pallet-authorship 30.0.0", - "pallet-balances 30.0.0", - "pallet-collator-selection 11.0.1", + "pallet-assets 32.0.0", + "pallet-aura 30.0.0", + "pallet-authorship 31.0.0", + "pallet-balances 31.0.0", + "pallet-collator-selection 12.0.1", "pallet-contracts", - "pallet-message-queue 33.0.0", - "pallet-multisig 30.0.0", + "pallet-message-queue 34.0.0", + "pallet-multisig 31.0.0", "pallet-nft-fractionalization", - "pallet-nfts 24.0.0", - "pallet-nfts-runtime-api 16.0.0", - "pallet-preimage 30.0.0", - "pallet-proxy 30.0.0", - "pallet-scheduler 31.0.0", - "pallet-session 30.0.0", - "pallet-sudo 30.0.0", - "pallet-timestamp 29.0.0", - "pallet-transaction-payment 30.0.0", - "pallet-transaction-payment-rpc-runtime-api 30.0.0", - "pallet-utility 30.0.0", - "pallet-xcm 9.0.1", - "parachains-common 9.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 8.0.0", - "polkadot-runtime-common 9.0.0", + "pallet-nfts 25.0.0", + "pallet-nfts-runtime-api 17.0.0", + "pallet-preimage 31.0.0", + "pallet-proxy 31.0.0", + "pallet-scheduler 32.0.0", + "pallet-session 31.0.0", + "pallet-sudo 31.0.0", + "pallet-timestamp 30.0.0", + "pallet-transaction-payment 31.0.0", + "pallet-transaction-payment-rpc-runtime-api 31.0.0", + "pallet-utility 31.0.0", + "pallet-xcm 10.0.1", + "parachains-common 10.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 9.0.0", + "polkadot-runtime-common 10.0.0", "pop-primitives", "pop-runtime-common", "scale-info", "smallvec", - "sp-api 28.0.0", - "sp-block-builder 28.0.0", - "sp-consensus-aura 0.34.0", - "sp-core 30.0.0", - "sp-genesis-builder 0.9.0", - "sp-inherents 28.0.0", - "sp-io 32.0.0", - "sp-offchain 28.0.0", - "sp-runtime 33.0.0", - "sp-session 29.0.0", - "sp-std", - "sp-transaction-pool 28.0.0", - "sp-version 31.0.0", - "staging-parachain-info 0.9.0", - "staging-xcm 9.0.0", - "staging-xcm-builder 9.0.0", - "staging-xcm-executor 9.0.1", - "substrate-wasm-builder 19.0.0", + "sp-api 29.0.0", + "sp-block-builder 29.0.0", + "sp-consensus-aura 0.35.0", + "sp-core 31.0.0", + "sp-genesis-builder 0.10.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-offchain 29.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-std", + "sp-transaction-pool 29.0.0", + "sp-version 32.0.0", + "staging-parachain-info 0.10.0", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", + "staging-xcm-executor 10.0.0", + "substrate-wasm-builder 20.0.0", ] [[package]] @@ -12252,116 +12387,116 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24202c576ef8aec7a65e0662e031936a1311a8cef51caffaae2cb3fd0c97f7fe" +checksum = "165988588402ce7dc2d32dfba280cbbd59befc444d8f95579b999ecd8575ef27" dependencies = [ "binary-merkle-tree 15.0.0", - "frame-benchmarking 30.0.0", - "frame-executive 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", - "frame-system-benchmarking 30.0.0", - "frame-system-rpc-runtime-api 28.0.0", - "frame-try-runtime 0.36.0", + "frame-benchmarking 31.0.0", + "frame-executive 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "frame-system-benchmarking 31.0.0", + "frame-system-rpc-runtime-api 29.0.0", + "frame-try-runtime 0.37.0", "hex-literal", "log", - "pallet-asset-rate 9.0.0", - "pallet-authority-discovery 30.0.1", - "pallet-authorship 30.0.0", - "pallet-babe 30.0.0", - "pallet-balances 30.0.0", - "pallet-beefy 30.0.0", - "pallet-beefy-mmr 30.0.0", - "pallet-bounties 29.0.0", - "pallet-child-bounties 29.0.0", + "pallet-asset-rate 10.0.0", + "pallet-authority-discovery 31.0.1", + "pallet-authorship 31.0.0", + "pallet-babe 31.0.0", + "pallet-balances 31.0.0", + "pallet-beefy 31.0.0", + "pallet-beefy-mmr 31.0.0", + "pallet-bounties 30.0.0", + "pallet-child-bounties 30.0.0", "pallet-collective", - "pallet-conviction-voting 30.0.0", + "pallet-conviction-voting 31.0.0", "pallet-democracy", "pallet-elections-phragmen", - "pallet-grandpa 30.0.0", - "pallet-identity 30.0.0", - "pallet-im-online 29.0.0", - "pallet-indices 30.0.0", + "pallet-grandpa 31.0.0", + "pallet-identity 31.0.0", + "pallet-im-online 30.0.0", + "pallet-indices 31.0.0", "pallet-membership", - "pallet-message-queue 33.0.0", - "pallet-mmr 29.0.0", - "pallet-multisig 30.0.0", + "pallet-message-queue 34.0.0", + "pallet-mmr 30.0.0", + "pallet-multisig 31.0.0", "pallet-nis", - "pallet-offences 29.0.0", - "pallet-preimage 30.0.0", - "pallet-proxy 30.0.0", + "pallet-offences 30.0.0", + "pallet-preimage 31.0.0", + "pallet-proxy 31.0.0", "pallet-ranked-collective", "pallet-recovery", - "pallet-referenda 30.0.0", + "pallet-referenda 31.0.0", "pallet-root-testing", - "pallet-scheduler 31.0.0", - "pallet-session 30.0.0", + "pallet-scheduler 32.0.0", + "pallet-session 31.0.0", "pallet-society", - "pallet-staking 30.0.2", - "pallet-state-trie-migration 31.0.0", - "pallet-sudo 30.0.0", - "pallet-timestamp 29.0.0", + "pallet-staking 31.0.0", + "pallet-state-trie-migration 32.0.0", + "pallet-sudo 31.0.0", + "pallet-timestamp 30.0.0", "pallet-tips", - "pallet-transaction-payment 30.0.0", - "pallet-transaction-payment-rpc-runtime-api 30.0.0", - "pallet-treasury 29.0.0", - "pallet-utility 30.0.0", - "pallet-vesting 30.0.0", - "pallet-whitelist 29.0.0", - "pallet-xcm 9.0.1", - "pallet-xcm-benchmarks 9.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 8.0.0", - "polkadot-primitives 9.0.0", - "polkadot-runtime-common 9.0.0", - "polkadot-runtime-parachains 9.0.0", + "pallet-transaction-payment 31.0.0", + "pallet-transaction-payment-rpc-runtime-api 31.0.0", + "pallet-treasury 30.0.0", + "pallet-utility 31.0.0", + "pallet-vesting 31.0.0", + "pallet-whitelist 30.0.0", + "pallet-xcm 10.0.1", + "pallet-xcm-benchmarks 10.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", + "polkadot-runtime-common 10.0.0", + "polkadot-runtime-parachains 10.0.0", "rococo-runtime-constants", "scale-info", "serde", "serde_derive", "smallvec", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-arithmetic 25.0.0", - "sp-authority-discovery 28.0.0", - "sp-block-builder 28.0.0", - "sp-consensus-babe 0.34.0", - "sp-consensus-beefy 15.0.0", - "sp-core 30.0.0", - "sp-genesis-builder 0.9.0", - "sp-inherents 28.0.0", - "sp-io 32.0.0", - "sp-mmr-primitives 28.0.0", - "sp-offchain 28.0.0", - "sp-runtime 33.0.0", - "sp-session 29.0.0", - "sp-staking 28.0.0", + "sp-authority-discovery 29.0.0", + "sp-block-builder 29.0.0", + "sp-consensus-babe 0.35.0", + "sp-consensus-beefy 16.0.0", + "sp-core 31.0.0", + "sp-genesis-builder 0.10.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-mmr-primitives 29.0.0", + "sp-offchain 29.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-staking 29.0.0", "sp-std", "sp-storage", - "sp-transaction-pool 28.0.0", - "sp-version 31.0.0", - "staging-xcm 9.0.0", - "staging-xcm-builder 9.0.0", - "staging-xcm-executor 9.0.1", + "sp-transaction-pool 29.0.0", + "sp-version 32.0.0", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", + "staging-xcm-executor 10.0.0", "static_assertions", - "substrate-wasm-builder 19.0.0", + "substrate-wasm-builder 20.0.0", ] [[package]] name = "rococo-runtime-constants" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74f036bf3c4f8cc01301dbe91e601e736e1939f42ef7a364058f26752305527e" +checksum = "0033b0335cd7cb691fbcd16346e151ffb21ad4e2a8675eda06b48275b8f52549" dependencies = [ - "frame-support 30.0.0", - "polkadot-primitives 9.0.0", - "polkadot-runtime-common 9.0.0", + "frame-support 31.0.0", + "polkadot-primitives 10.0.0", + "polkadot-runtime-common 10.0.0", "smallvec", - "sp-core 30.0.0", - "sp-runtime 33.0.0", - "sp-weights 29.0.0", - "staging-xcm 9.0.0", - "staging-xcm-builder 9.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-weights 30.0.0", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", ] [[package]] @@ -12646,21 +12781,21 @@ dependencies = [ [[package]] name = "sc-allocator" -version = "25.0.0" +version = "26.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97e78cc21b2bb1d13b33d9c64fbb02a10efde428e8f0a68a0ca2084203123933" +checksum = "4715fddb2bd1862aa21f6312528ab339b7d03ef5ec654e3aa200a3119392392f" dependencies = [ "log", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-wasm-interface", "thiserror", ] [[package]] name = "sc-authority-discovery" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0f294602dc9f593e8aae35288f02d16f87ff49f96b8e6d442cb9f1d3aa6967e" +checksum = "f987a536468e06b66fe3cac296b27dc532f301199e0278bc42ac32b8eb3a4a9d" dependencies = [ "async-trait", "futures", @@ -12676,21 +12811,21 @@ dependencies = [ "rand", "sc-client-api", "sc-network", - "sp-api 28.0.0", - "sp-authority-discovery 28.0.0", + "sp-api 29.0.0", + "sp-authority-discovery 29.0.0", "sp-blockchain", - "sp-core 30.0.0", - "sp-keystore 0.36.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-basic-authorship" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cede898c7079b789b42c4fdd8f1ff74f7007232406cd0299e2c3a5ada1db2910" +checksum = "295be922b93bd4bc77edadffe66ac85a09436284afe7f12c1efd4d01ec530d07" dependencies = [ "futures", "futures-timer", @@ -12700,36 +12835,36 @@ dependencies = [ "sc-proposer-metrics", "sc-telemetry", "sc-transaction-pool-api", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-blockchain", "sp-consensus", - "sp-core 30.0.0", - "sp-inherents 28.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", "substrate-prometheus-endpoint", ] [[package]] name = "sc-block-builder" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb2a2f425079daf382b0f1cf3b9085bed25db13ec8ad0ff64b0dc75ff457c0f7" +checksum = "033b5ee0fa6d770c9db8cd59f6d1f88e792c088238278fcb836b5c851936a62d" dependencies = [ "parity-scale-codec", - "sp-api 28.0.0", - "sp-block-builder 28.0.0", + "sp-api 29.0.0", + "sp-block-builder 29.0.0", "sp-blockchain", - "sp-core 30.0.0", - "sp-inherents 28.0.0", - "sp-runtime 33.0.0", - "sp-trie 31.0.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-trie 32.0.0", ] [[package]] name = "sc-chain-spec" -version = "29.0.0" +version = "30.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41472507ca721651ef117a2702a9bd6d9d9e8ce5f16840a71741993319926191" +checksum = "5dfb28048e5b2d168870e2205d3e41db1f387a781831a8b8b82c9f10536c2742" dependencies = [ "array-bytes 6.2.2", "docify", @@ -12744,12 +12879,12 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-crypto-hashing", - "sp-genesis-builder 0.9.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", + "sp-genesis-builder 0.10.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", ] [[package]] @@ -12766,12 +12901,11 @@ dependencies = [ [[package]] name = "sc-cli" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "274117ab32d7b3b2f790c841b61f22027d80f344c00b8ce38df772553a8a5409" +checksum = "20c2eae4d9396b19403f89f058a6a684066b58e051b1310f246eb9b41a7b54fe" dependencies = [ "array-bytes 6.2.2", - "bip39", "chrono", "clap", "fdlimit", @@ -12780,6 +12914,7 @@ dependencies = [ "libp2p-identity", "log", "names", + "parity-bip39", "parity-scale-codec", "rand", "regex", @@ -12796,21 +12931,21 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core 30.0.0", - "sp-keyring 33.0.0", - "sp-keystore 0.36.0", + "sp-core 31.0.0", + "sp-keyring 34.0.0", + "sp-keystore 0.37.0", "sp-panic-handler", - "sp-runtime 33.0.0", - "sp-version 31.0.0", + "sp-runtime 34.0.0", + "sp-version 32.0.0", "thiserror", "tokio", ] [[package]] name = "sc-client-api" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7acaa6df639ac7a7f10060daf50461afddf6635ea148514a1eceba3384046c30" +checksum = "08db275ca98f1fe44db2e2058893b182b85ef11cee7cf271edffd449a1179fc4" dependencies = [ "fnv", "futures", @@ -12820,25 +12955,25 @@ dependencies = [ "sc-executor", "sc-transaction-pool-api", "sc-utils", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-blockchain", "sp-consensus", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-database", "sp-externalities 0.27.0", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", "sp-statement-store", "sp-storage", - "sp-trie 31.0.0", + "sp-trie 32.0.0", "substrate-prometheus-endpoint", ] [[package]] name = "sc-client-db" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d946e00b4bef179ef7c2d29966935d96e38176a543249c1b17fdeacfc3446bb4" +checksum = "6bd93f124c30ec885696128a639e190293bee2a6430cc04248d656093b5d4f42" dependencies = [ "hash-db", "kvdb", @@ -12854,18 +12989,18 @@ dependencies = [ "schnellru", "sp-arithmetic 25.0.0", "sp-blockchain", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-database", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", - "sp-trie 31.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "sp-trie 32.0.0", ] [[package]] name = "sc-consensus" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "081b1b7bd2894e4614acbfa47424771a5102bf907b31d2bbd379e8c4f3b55b09" +checksum = "4da51746e9689ecee65d6c1ac32e89a7b0452ee1ce377485e94c285e9690dcfd" dependencies = [ "async-trait", "futures", @@ -12877,21 +13012,21 @@ dependencies = [ "sc-client-api", "sc-utils", "serde", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-blockchain", "sp-consensus", - "sp-core 30.0.0", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-aura" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ca4c0040ba696f6eac9a6b627dbb487b27076203c5ed1b03fac6c993df5b627" +checksum = "988701c58dcd9521412cfcbb54457b17546bb4363f021ee8131af409a027b879" dependencies = [ "async-trait", "futures", @@ -12902,26 +13037,26 @@ dependencies = [ "sc-consensus", "sc-consensus-slots", "sc-telemetry", - "sp-api 28.0.0", - "sp-application-crypto 32.0.0", - "sp-block-builder 28.0.0", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-block-builder 29.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-aura 0.34.0", - "sp-consensus-slots 0.34.0", - "sp-core 30.0.0", - "sp-inherents 28.0.0", - "sp-keystore 0.36.0", - "sp-runtime 33.0.0", + "sp-consensus-aura 0.35.0", + "sp-consensus-slots 0.35.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-babe" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34c140923b84be4b0cd089755aeed53e4da9008d364f61e3c9d46f263112582d" +checksum = "a65da2a2d198d0c06be3614eabc254b40ebb27516dd17bee56d24cbe08d0c19e" dependencies = [ "async-trait", "fork-tree", @@ -12938,27 +13073,27 @@ dependencies = [ "sc-consensus-slots", "sc-telemetry", "sc-transaction-pool-api", - "sp-api 28.0.0", - "sp-application-crypto 32.0.0", - "sp-block-builder 28.0.0", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-block-builder 29.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.34.0", - "sp-consensus-slots 0.34.0", - "sp-core 30.0.0", + "sp-consensus-babe 0.35.0", + "sp-consensus-slots 0.35.0", + "sp-core 31.0.0", "sp-crypto-hashing", - "sp-inherents 28.0.0", - "sp-keystore 0.36.0", - "sp-runtime 33.0.0", + "sp-inherents 29.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-babe-rpc" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83ad369cae7dbeb4da4007dc8b1b27b905bf027172bbbf6dbede15e2539f0b2b" +checksum = "ec114d8e12b82b298abdfbca76e7aac3af42865510dfb0f92fd3992e7edbb383" dependencies = [ "futures", "jsonrpsee", @@ -12966,22 +13101,22 @@ dependencies = [ "sc-consensus-epochs", "sc-rpc-api", "serde", - "sp-api 28.0.0", - "sp-application-crypto 32.0.0", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.34.0", - "sp-core 30.0.0", - "sp-keystore 0.36.0", - "sp-runtime 33.0.0", + "sp-consensus-babe 0.35.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", "thiserror", ] [[package]] name = "sc-consensus-beefy" -version = "15.0.0" +version = "16.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7db11fe9923a5c11e9d2a65e32b324cb970fa2abf1b59f7e7844f89be77c1b28" +checksum = "5a49993da0847cf1ef84184e24e8d95f71efac2e940556678bf9e45a8fd0a47f" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -12997,17 +13132,17 @@ dependencies = [ "sc-network-gossip", "sc-network-sync", "sc-utils", - "sp-api 28.0.0", - "sp-application-crypto 32.0.0", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", "sp-arithmetic 25.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-beefy 15.0.0", - "sp-core 30.0.0", + "sp-consensus-beefy 16.0.0", + "sp-core 31.0.0", "sp-crypto-hashing", - "sp-keystore 0.36.0", - "sp-mmr-primitives 28.0.0", - "sp-runtime 33.0.0", + "sp-keystore 0.37.0", + "sp-mmr-primitives 29.0.0", + "sp-runtime 34.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -13016,9 +13151,9 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" -version = "15.0.0" +version = "16.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36862ae5859008621ae53fcf6f8e5a960637aedf4de6995344672ba2619053ce" +checksum = "179b561aa302c0a5a572c5484a50f85e4ccd55025fc14daddabf5fe16e8150e1" dependencies = [ "futures", "jsonrpsee", @@ -13028,31 +13163,31 @@ dependencies = [ "sc-consensus-beefy", "sc-rpc", "serde", - "sp-consensus-beefy 15.0.0", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-consensus-beefy 16.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "thiserror", ] [[package]] name = "sc-consensus-epochs" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe1b2a3983e135b897079cbe20a6998fc83bfdffc9e803cb2a7e5326af30d60c" +checksum = "e892ae8bf5faa9042b6ec46396db1b4d9ded180a5f82afe3236fdebe0195f850" dependencies = [ "fork-tree", "parity-scale-codec", "sc-client-api", "sc-consensus", "sp-blockchain", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", ] [[package]] name = "sc-consensus-grandpa" -version = "0.21.0" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86ea4771511dfcabe0e0dd3a43368ba3f430b0aaf736463b14286cc10a6494e6" +checksum = "e19945689693bbea950220bf7af1c79a2f70f5f37b97f7e6d136dcaf2b34f4a5" dependencies = [ "ahash 0.8.11", "array-bytes 6.2.2", @@ -13078,25 +13213,25 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde_json", - "sp-api 28.0.0", - "sp-application-crypto 32.0.0", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", "sp-arithmetic 25.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-grandpa 15.0.0", - "sp-core 30.0.0", + "sp-consensus-grandpa 16.0.0", + "sp-core 31.0.0", "sp-crypto-hashing", - "sp-keystore 0.36.0", - "sp-runtime 33.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-grandpa-rpc" -version = "0.21.0" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df4f1fb2262e1f96c66664da4b7045069013ffcaefbf44730913d5ac74f77c2f" +checksum = "68cd632a2a33d82e67cfd57dda6d966a6e25df08a4698c8d6ea7010515c5aebc" dependencies = [ "finality-grandpa", "futures", @@ -13108,16 +13243,16 @@ dependencies = [ "sc-rpc", "serde", "sp-blockchain", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "thiserror", ] [[package]] name = "sc-consensus-slots" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ddad1b613fa5118016c11f1015ba5ff9a9f2ce914a72482ec0303d4d828e2f9" +checksum = "80b431251c43b5af64b0f2758a387061f53fa045bdbf97d7353fe06aa9ddfb7b" dependencies = [ "async-trait", "futures", @@ -13130,42 +13265,44 @@ dependencies = [ "sp-arithmetic 25.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-slots 0.34.0", - "sp-core 30.0.0", - "sp-inherents 28.0.0", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", + "sp-consensus-slots 0.35.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", ] [[package]] name = "sc-executor" -version = "0.34.0" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a331ae16b0a17ed474eaf9c2dc01b145511cf4bd62ffc165d7dd1d3f13e48a94" +checksum = "7b8f8ddc63df8219768b729f9098ecd4362d2756b40784071cd44c3041f1d51d" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "sc-executor-common", + "sc-executor-polkavm", "sc-executor-wasmtime", "schnellru", - "sp-api 28.0.0", - "sp-core 30.0.0", + "sp-api 29.0.0", + "sp-core 31.0.0", "sp-externalities 0.27.0", - "sp-io 32.0.0", + "sp-io 33.0.0", "sp-panic-handler", "sp-runtime-interface 26.0.0", - "sp-trie 31.0.0", - "sp-version 31.0.0", + "sp-trie 32.0.0", + "sp-version 32.0.0", "sp-wasm-interface", "tracing", ] [[package]] name = "sc-executor-common" -version = "0.31.0" +version = "0.32.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3f414028dc468aafd449cb659f7664e39540f3308945ec9cf2209c1359fa67e" +checksum = "00308c10173ec6446ccc2b96cd3a3037e64c94a424f94daa8c96f288794f4d34" dependencies = [ + "polkavm", "sc-allocator", "sp-maybe-compressed-blob", "sp-wasm-interface", @@ -13173,11 +13310,23 @@ dependencies = [ "wasm-instrument", ] +[[package]] +name = "sc-executor-polkavm" +version = "0.29.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "63b9c814d3a94df7a323d728a6961a3b9ec8c5c5979eb858ec098ddf2838cfc0" +dependencies = [ + "log", + "polkavm", + "sc-executor-common", + "sp-wasm-interface", +] + [[package]] name = "sc-executor-wasmtime" -version = "0.31.0" +version = "0.32.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4dcacfc88265486c337ef97a042ba42ccd1903520dbff40116dbe837e3ee6b89" +checksum = "fa37286464bd16146c612e3193a56df728815d23f9bf0faac7df898c0944c87f" dependencies = [ "anyhow", "cfg-if", @@ -13194,9 +13343,9 @@ dependencies = [ [[package]] name = "sc-informant" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea5d24b1f02efd53092a78be46b7e6fc4805b3fb723bbcc8928574d9fa309a94" +checksum = "2e9005c37100c6ea2b06668f72ba5bc927b5a2445ed26b008ddf1875998dea41" dependencies = [ "ansi_term", "futures", @@ -13207,29 +13356,29 @@ dependencies = [ "sc-network-common", "sc-network-sync", "sp-blockchain", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", ] [[package]] name = "sc-keystore" -version = "27.0.0" +version = "28.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0413f82a27eded5a12e1f3d02c478b378e72912fbdf3b8b9cae7c5995c5a8f89" +checksum = "3ef7283da5d643ef89ed094e1b23451ec70386a9474d337cdaa0ef81870bb2d4" dependencies = [ "array-bytes 6.2.2", "parking_lot 0.12.1", "serde_json", - "sp-application-crypto 32.0.0", - "sp-core 30.0.0", - "sp-keystore 0.36.0", + "sp-application-crypto 33.0.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", "thiserror", ] [[package]] name = "sc-mixnet" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9aaa5a9d17d0ea54a5da0af04f0c187f65500d7597395eaae313c511a08db6c" +checksum = "248d9be75de68e34f6490065c398b8177ff967902d93e6b88527a0e8c00903ad" dependencies = [ "array-bytes 4.2.0", "arrayvec 0.7.4", @@ -13246,20 +13395,20 @@ dependencies = [ "sc-client-api", "sc-network", "sc-transaction-pool-api", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-consensus", - "sp-core 30.0.0", - "sp-keystore 0.36.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", "sp-mixnet", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "thiserror", ] [[package]] name = "sc-network" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf955c8966573e7e3cc940e831d792945a41d6e443766ad50e50a5af75e1ef74" +checksum = "4067423488686ff78561ed0d32ac7e2617edd31219088b1322e85e945e62de29" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -13288,8 +13437,8 @@ dependencies = [ "smallvec", "sp-arithmetic 25.0.0", "sp-blockchain", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -13301,9 +13450,9 @@ dependencies = [ [[package]] name = "sc-network-bitswap" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5b34047c641db262b9035ef809b1184e55b3f6c45bf3f6110f293d3652ec663" +checksum = "8dacf210f4e36e53dc3d3ff1cfd72e4378eb973568c261e7c62bc8daaec9f945" dependencies = [ "async-channel 1.9.0", "cid", @@ -13315,16 +13464,16 @@ dependencies = [ "sc-client-api", "sc-network", "sp-blockchain", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "thiserror", "unsigned-varint", ] [[package]] name = "sc-network-common" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec7cfe68e017be02fd9911cd1e4db50bae31671e01e988ef5c375d0092ff7c71" +checksum = "551dba7ce65d136788c3154044fb425e2cb6e883d20c3cd25c0720a5b5251ed4" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -13334,15 +13483,15 @@ dependencies = [ "prost-build", "sc-consensus", "sp-consensus", - "sp-consensus-grandpa 15.0.0", - "sp-runtime 33.0.0", + "sp-consensus-grandpa 16.0.0", + "sp-runtime 34.0.0", ] [[package]] name = "sc-network-gossip" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a6c4ffd60fe240d9b0963ec60752810660a201755a77b922aa5e8ef7256f6b5" +checksum = "06e36f8665cba733bd0690e864ef59cb87627120e57607b768e6e7cf30cecd20" dependencies = [ "ahash 0.8.11", "futures", @@ -13353,16 +13502,16 @@ dependencies = [ "sc-network-common", "sc-network-sync", "schnellru", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "sc-network-light" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01f3ca1b7e567ca60535bb76b3f8617e8d40de0067f7d1794d3f5ef7ed7a4d0e" +checksum = "d4c4a77832e7d86e2b8f579339a47ebc16eec560bb4d62c42f0daad10700a512" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -13375,16 +13524,16 @@ dependencies = [ "sc-client-api", "sc-network", "sp-blockchain", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "thiserror", ] [[package]] name = "sc-network-sync" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50a16e2817ef6def510a89b2e439b13f53b31d783344061b8551a37b6fb61ef4" +checksum = "b7dfdaf49edeaa23ae0da1a9bf6ea3e308c11822cb3a853996f1203b06249411" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -13408,9 +13557,9 @@ dependencies = [ "sp-arithmetic 25.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-grandpa 15.0.0", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-consensus-grandpa 16.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -13419,9 +13568,9 @@ dependencies = [ [[package]] name = "sc-network-transactions" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "658a81c4a24f874ada1cac70db349ff7983956563e39e1468eb6e8703f07057e" +checksum = "1b3824e7a1aa29ed3d2294810c8e018a6df3798eec236f3043a62945daf7d9b1" dependencies = [ "array-bytes 6.2.2", "futures", @@ -13433,15 +13582,15 @@ dependencies = [ "sc-network-sync", "sc-utils", "sp-consensus", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "substrate-prometheus-endpoint", ] [[package]] name = "sc-offchain" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d099f8d2f399be5b7d163e4236faaa47e7ce131f4021b9fe8e3e607e0ca51364" +checksum = "d9d03fd90a535f30badaee9763a2124b9c68dae406e29497f406bfd45cbc7eac" dependencies = [ "array-bytes 6.2.2", "bytes", @@ -13462,21 +13611,21 @@ dependencies = [ "sc-network-common", "sc-transaction-pool-api", "sc-utils", - "sp-api 28.0.0", - "sp-core 30.0.0", + "sp-api 29.0.0", + "sp-core 31.0.0", "sp-externalities 0.27.0", - "sp-keystore 0.36.0", - "sp-offchain 28.0.0", - "sp-runtime 33.0.0", + "sp-keystore 0.37.0", + "sp-offchain 29.0.0", + "sp-runtime 34.0.0", "threadpool", "tracing", ] [[package]] name = "sc-proposer-metrics" -version = "0.17.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb8dadb2ae5a316e4d08cad6aacd5de1dec792f3bd94e3960795ff7ffd07211c" +checksum = "f680a0bed67dab19898624246376ba85d5f70a89859ba030830aacd079c28d3c" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -13484,9 +13633,9 @@ dependencies = [ [[package]] name = "sc-rpc" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61faa018966cb794e36be31af4ed4d19deaa93c751ff32512637c7bca104e9e8" +checksum = "6d796d75b22785b09c58478f1418b75c9787d598a0d2ab8edbd0072731ec4aaa" dependencies = [ "futures", "jsonrpsee", @@ -13502,24 +13651,24 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde_json", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-blockchain", - "sp-core 30.0.0", - "sp-keystore 0.36.0", - "sp-offchain 28.0.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "sp-offchain 29.0.0", "sp-rpc", - "sp-runtime 33.0.0", - "sp-session 29.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", "sp-statement-store", - "sp-version 31.0.0", + "sp-version 32.0.0", "tokio", ] [[package]] name = "sc-rpc-api" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f716a273af4f4782430ebe4fe6d0f8b1490ff7c103dc78193706bfff370c250f" +checksum = "3705feca378ef3f3f84fb337480405a611a15c8637b2449ed514ca63765e421b" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -13529,18 +13678,18 @@ dependencies = [ "scale-info", "serde", "serde_json", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-rpc", - "sp-runtime 33.0.0", - "sp-version 31.0.0", + "sp-runtime 34.0.0", + "sp-version 32.0.0", "thiserror", ] [[package]] name = "sc-rpc-server" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42ae724afa9862381f77b6d3a205baef5daceec9e584f17069546eb7dfca5400" +checksum = "65f705946ae375fc47ee9a2e2df0b7e339a1fb8c8eb5c9eb6f206619d27946a7" dependencies = [ "futures", "governor", @@ -13548,7 +13697,6 @@ dependencies = [ "hyper", "jsonrpsee", "log", - "pin-project", "serde_json", "substrate-prometheus-endpoint", "tokio", @@ -13558,9 +13706,9 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8599ca0b78580328cafa11fdb2d89d8678ba64e937c957515816492e87066bad" +checksum = "66dcea3fe5f0bcbaf08d6a42e877ae8f50b9cdbc87f65f7c79fbe5003e3969dc" dependencies = [ "array-bytes 6.2.2", "futures", @@ -13577,12 +13725,12 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-blockchain", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-rpc", - "sp-runtime 33.0.0", - "sp-version 31.0.0", + "sp-runtime 34.0.0", + "sp-version 32.0.0", "thiserror", "tokio", "tokio-stream", @@ -13590,9 +13738,9 @@ dependencies = [ [[package]] name = "sc-service" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32ea0efa7cf58f6cacb04034939e62f12ce7bf2df6a60f67e2d5c2f27fe54999" +checksum = "42678fb737ea101658a8288cd3fcc0bff59ef40cd1a1c4f4d4042c3fa17bae41" dependencies = [ "async-trait", "directories", @@ -13627,22 +13775,23 @@ dependencies = [ "sc-transaction-pool", "sc-transaction-pool-api", "sc-utils", + "schnellru", "serde", "serde_json", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-blockchain", "sp-consensus", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-externalities 0.27.0", - "sp-keystore 0.36.0", - "sp-runtime 33.0.0", - "sp-session 29.0.0", - "sp-state-machine 0.37.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-state-machine 0.38.0", "sp-storage", - "sp-transaction-pool 28.0.0", + "sp-transaction-pool 29.0.0", "sp-transaction-storage-proof", - "sp-trie 31.0.0", - "sp-version 31.0.0", + "sp-trie 32.0.0", + "sp-version 32.0.0", "static_init", "substrate-prometheus-endpoint", "tempfile", @@ -13654,35 +13803,35 @@ dependencies = [ [[package]] name = "sc-state-db" -version = "0.32.0" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "748f92aa2827647932a04685df8e00b9763d4060635ca84eaeb3788822198013" +checksum = "9863fb81595a25b908d7143c1a3e162d237e67890088363df4a121fe37c49d08" dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sp-core 30.0.0", + "sp-core 31.0.0", ] [[package]] name = "sc-storage-monitor" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d112a704c9dc76c78c3f17d5912c4ee17fce6d4b1c7cac55ca4acd78a8985c5" +checksum = "d54aa61816b82fbe136f3c39b40ecb27bc7302c0c9039cc426b2c6f492666ac5" dependencies = [ "clap", "fs4", "log", - "sp-core 30.0.0", + "sp-core 31.0.0", "thiserror", "tokio", ] [[package]] name = "sc-sync-state-rpc" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e2a59d517a60a3fdc0b12e7a1f112a2affbc9caf4f93b53d44c5e0edb485945" +checksum = "8fa4c5d5add3ee03e2b0aa02c827b8e3bc307be7c403eb534f95d5c81d372f78" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -13694,15 +13843,15 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "thiserror", ] [[package]] name = "sc-sysinfo" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "399e72ba964c0394181db8680c34b3503116c217b0fe3564696857ea9ca4aa68" +checksum = "f098da1a83dc5b4e69ef66f7dfc5c0a82bc63defe8dcb0aaa1819e9b2bd6d744" dependencies = [ "derive_more", "futures", @@ -13714,9 +13863,9 @@ dependencies = [ "sc-telemetry", "serde", "serde_json", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-crypto-hashing", - "sp-io 32.0.0", + "sp-io 33.0.0", "sp-std", ] @@ -13742,9 +13891,9 @@ dependencies = [ [[package]] name = "sc-tracing" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7abee1c60e6f55a09ae0b9055093709bc84ff2bb55a3828167d556f724f82cc" +checksum = "83e8f5e8eb36f887dba06e1392717e27e4edf12d23d5220dba8ee851de8b174e" dependencies = [ "ansi_term", "chrono", @@ -13759,11 +13908,11 @@ dependencies = [ "sc-client-api", "sc-tracing-proc-macro", "serde", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-blockchain", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-rpc", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-tracing", "thiserror", "tracing", @@ -13785,9 +13934,9 @@ dependencies = [ [[package]] name = "sc-transaction-pool" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfe004c916f4be7eebf52f05df1d44a240b653cb42c7a6c49692553620b46d5f" +checksum = "d56300f466670067cca98a931b0b6cbc8b018c0d296eb915c1473bac45b7cd73" dependencies = [ "async-trait", "futures", @@ -13800,22 +13949,22 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-blockchain", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-crypto-hashing", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-tracing", - "sp-transaction-pool 28.0.0", + "sp-transaction-pool 29.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-transaction-pool-api" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fe0eeb21d4f09a9edffee481df544bb6fc83cccc0788c19ceebd760f1afd167" +checksum = "3609025d39a1b75f1ee4f490dc52e000de144948a73cacd788f5995df5ebe8bf" dependencies = [ "async-trait", "futures", @@ -13823,8 +13972,8 @@ dependencies = [ "parity-scale-codec", "serde", "sp-blockchain", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "thiserror", ] @@ -13957,6 +14106,7 @@ dependencies = [ "der", "generic-array 0.14.7", "pkcs8", + "serdect", "subtle 2.5.0", "zeroize", ] @@ -14102,6 +14252,16 @@ dependencies = [ "serde", ] +[[package]] +name = "serdect" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a84f14a19e9a014bb9f4512488d9829a68e04ecabffb0f9904cd1ace94598177" +dependencies = [ + "base16ct", + "serde", +] + [[package]] name = "sha-1" version = "0.9.8" @@ -14249,14 +14409,14 @@ dependencies = [ [[package]] name = "slot-range-helper" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a140c7f8a757329f7448053a512e937f8cb3def1ea37a25991625a8a592d4ef" +checksum = "ada4c82b85daa6134837918889b341716e4918c608b3cc5345ae67ea85a187c6" dependencies = [ "enumn", "parity-scale-codec", "paste", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -14587,24 +14747,24 @@ dependencies = [ [[package]] name = "sp-api" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "298331cb47a948244f6fb4921b5cbeece267d72139fb90760993b6ec37b2212c" +checksum = "cb3fb2cdf7ee9b8d6ec7c2d8740b1a506e393dc18c7c2776764b47136d72dce7" dependencies = [ "hash-db", "log", "parity-scale-codec", "scale-info", - "sp-api-proc-macro 16.0.0", - "sp-core 30.0.0", + "sp-api-proc-macro 17.0.1", + "sp-core 31.0.0", "sp-externalities 0.27.0", "sp-metadata-ir", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-runtime-interface 26.0.0", - "sp-state-machine 0.37.0", + "sp-state-machine 0.38.0", "sp-std", - "sp-trie 31.0.0", - "sp-version 31.0.0", + "sp-trie 32.0.0", + "sp-version 32.0.0", "thiserror", ] @@ -14625,9 +14785,9 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" -version = "16.0.0" +version = "17.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18cfbb3ae0216e842dfb805ea8e896e85b07a7c34d432a6c7b7d770924431ed2" +checksum = "63a5680d94c55e1c7dc54e9e09b4827314fab44f9300f0be170898dc402318de" dependencies = [ "Inflector", "blake2 0.10.6", @@ -14654,15 +14814,15 @@ dependencies = [ [[package]] name = "sp-application-crypto" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b4b7b12922cb90cf8dff0cab14087ba0ca25c1f04ba060c7294ce42c78d89ab" +checksum = "13ca6121c22c8bd3d1dce1f05c479101fd0d7b159bef2a3e8c834138d839c75c" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 30.0.0", - "sp-io 32.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", "sp-std", ] @@ -14712,15 +14872,15 @@ dependencies = [ [[package]] name = "sp-authority-discovery" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0addabbce9f90c614145067139122420cfc940c495d2c3c1acc4a3b5f392f914" +checksum = "5ab47c385784b3f9646a21d5dcb236399083d77420a1269e70c04772336c519f" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 28.0.0", - "sp-application-crypto 32.0.0", - "sp-runtime 33.0.0", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -14738,48 +14898,48 @@ dependencies = [ [[package]] name = "sp-block-builder" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b35d0992e2183686215dccb4bcb5003b4eb52feec82d82dabd81db7401d845a" +checksum = "97e155e388d7e41c39a27f40f50c2517facdbf20dde4a73f40ec8f1f30ce190e" dependencies = [ - "sp-api 28.0.0", - "sp-inherents 28.0.0", - "sp-runtime 33.0.0", + "sp-api 29.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "sp-blockchain" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c24a17e8e5406725ab805ee5cbab4b2a9181b7b8dd93f9c302eed76216c6321a" +checksum = "d00084ddd62a3bad1fc4c04cdb1cdbcbb55d813dbd4e42d52e42e8b6599fb210" dependencies = [ "futures", "log", "parity-scale-codec", "parking_lot 0.12.1", "schnellru", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-consensus", "sp-database", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", "thiserror", ] [[package]] name = "sp-consensus" -version = "0.34.0" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e3841d5b5929080c92ef846db7e1a8323d6352b981a6b5cbccd0886fdf1a85e" +checksum = "ed6f1ae58a74d619bd2c1d7939b4aa805f4226c7454ec3591c8a59fb0cc6477f" dependencies = [ "async-trait", "futures", "log", - "sp-core 30.0.0", - "sp-inherents 28.0.0", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", "thiserror", ] @@ -14803,20 +14963,20 @@ dependencies = [ [[package]] name = "sp-consensus-aura" -version = "0.34.0" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14dc8e041fcb128e9e6a0d706c243b7263dae7d45098a9450498a1657abac2f3" +checksum = "334d0088b7de70a94d58e7e93acd8d5101b35fadca7e19fa26788203b22e309b" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-api 28.0.0", - "sp-application-crypto 32.0.0", - "sp-consensus-slots 0.34.0", - "sp-inherents 28.0.0", - "sp-runtime 33.0.0", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-consensus-slots 0.35.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-timestamp 28.0.0", + "sp-timestamp 29.0.0", ] [[package]] @@ -14841,22 +15001,22 @@ dependencies = [ [[package]] name = "sp-consensus-babe" -version = "0.34.0" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "473409ca152309b11898dd53130a578b341bc285ca9410246cbf1acc02996126" +checksum = "eb593ec8ec674a583d6fc5386b7f8964a9db78dcaabc0595559145a4053c9f6c" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", "serde", - "sp-api 28.0.0", - "sp-application-crypto 32.0.0", - "sp-consensus-slots 0.34.0", - "sp-core 30.0.0", - "sp-inherents 28.0.0", - "sp-runtime 33.0.0", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-consensus-slots 0.35.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-timestamp 28.0.0", + "sp-timestamp 29.0.0", ] [[package]] @@ -14882,22 +15042,22 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" -version = "15.0.0" +version = "16.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35714055bde4332baf54bad9ab324d9d205efe91f96b2af4171c6105ff68d7ea" +checksum = "7e2b03bc552702dd20fd3dad01631b13ca3e62e814ad278fe3012f5e3bb3e100" dependencies = [ "lazy_static", "parity-scale-codec", "scale-info", "serde", - "sp-api 28.0.0", - "sp-application-crypto 32.0.0", - "sp-core 30.0.0", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-core 31.0.0", "sp-crypto-hashing", - "sp-io 32.0.0", - "sp-keystore 0.36.0", - "sp-mmr-primitives 28.0.0", - "sp-runtime 33.0.0", + "sp-io 33.0.0", + "sp-keystore 0.37.0", + "sp-mmr-primitives 29.0.0", + "sp-runtime 34.0.0", "sp-std", "strum 0.24.1", ] @@ -14923,20 +15083,20 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" -version = "15.0.0" +version = "16.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a47109ea7b003030bc7cff2724e785859b9b8e6504866ffa1a3b55380cb11d53" +checksum = "71df706a104a752101b52f12cca7f5b7ffe1ca6ce9b4b1eb8c5d04356f248fa5" dependencies = [ "finality-grandpa", "log", "parity-scale-codec", "scale-info", "serde", - "sp-api 28.0.0", - "sp-application-crypto 32.0.0", - "sp-core 30.0.0", - "sp-keystore 0.36.0", - "sp-runtime 33.0.0", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -14955,15 +15115,15 @@ dependencies = [ [[package]] name = "sp-consensus-slots" -version = "0.34.0" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c72408adadb54b6f4eb287729166528cdb83e08c796685edc9bee09571b6474" +checksum = "e0a5c47c52ad58aa349f7c13cb356ab45c32964ee28354c27fd6e4b417cb2644" dependencies = [ "parity-scale-codec", "scale-info", "serde", "sp-std", - "sp-timestamp 28.0.0", + "sp-timestamp 29.0.0", ] [[package]] @@ -15005,7 +15165,7 @@ dependencies = [ "sp-std", "sp-storage", "ss58-registry", - "substrate-bip39", + "substrate-bip39 0.4.6", "thiserror", "tracing", "w3f-bls", @@ -15014,12 +15174,11 @@ dependencies = [ [[package]] name = "sp-core" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "586e0d5185e4545f465fc9a04fb9c4572d3e294137312496db2b67b0bb579e1f" +checksum = "26d7a0fd8f16dcc3761198fc83be12872f823b37b749bc72a3a6a1f702509366" dependencies = [ "array-bytes 6.2.2", - "bip39", "bitflags 1.3.2", "blake2 0.10.6", "bounded-collections 0.2.0", @@ -15031,9 +15190,11 @@ dependencies = [ "hash256-std-hasher", "impl-serde", "itertools 0.10.5", + "k256", "libsecp256k1", "log", "merlin", + "parity-bip39", "parity-scale-codec", "parking_lot 0.12.1", "paste", @@ -15051,7 +15212,7 @@ dependencies = [ "sp-std", "sp-storage", "ss58-registry", - "substrate-bip39", + "substrate-bip39 0.5.0", "thiserror", "tracing", "w3f-bls", @@ -15142,13 +15303,13 @@ dependencies = [ [[package]] name = "sp-genesis-builder" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a862db099e8a799417b63ea79c90079811cdf68fcf3013d81cdceeddcec8f142" +checksum = "16a1192b502d38c6d17b1005a7b3e7a6ab835df996803968ae3be9e8f7399ee4" dependencies = [ "serde_json", - "sp-api 28.0.0", - "sp-runtime 33.0.0", + "sp-api 29.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -15169,15 +15330,15 @@ dependencies = [ [[package]] name = "sp-inherents" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42eb3c88572c7c80e7ecb6365601a490350b09d11000fcc7839efd304e172177" +checksum = "3b5e46ccc5848542648dcf05f882e41de2e341d0eeca97ff2b7dfad0f38e8500" dependencies = [ "async-trait", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-std", "thiserror", ] @@ -15210,26 +15371,27 @@ dependencies = [ [[package]] name = "sp-io" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ca29e042628cb94cbcaefa935e624a9b48f9230dbce6324908e9b4f768317ef" +checksum = "3e09bba780b55bd9e67979cd8f654a31e4a6cf45426ff371394a65953d2177f2" dependencies = [ "bytes", "ed25519-dalek", "libsecp256k1", "log", "parity-scale-codec", + "polkavm-derive 0.9.1", "rustversion", "secp256k1", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-crypto-hashing", "sp-externalities 0.27.0", - "sp-keystore 0.36.0", + "sp-keystore 0.37.0", "sp-runtime-interface 26.0.0", - "sp-state-machine 0.37.0", + "sp-state-machine 0.38.0", "sp-std", "sp-tracing", - "sp-trie 31.0.0", + "sp-trie 32.0.0", "tracing", "tracing-core", ] @@ -15247,12 +15409,12 @@ dependencies = [ [[package]] name = "sp-keyring" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f9c74648e593b45309dfddf34f4edfd0a91816d1d97dd5e0bd93c46e7cdb0d6" +checksum = "a07a31da596d705b3a3458d784a897af7fd2f8090de436dc386a112e8ea7f34f" dependencies = [ - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "strum 0.24.1", ] @@ -15271,13 +15433,13 @@ dependencies = [ [[package]] name = "sp-keystore" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd4bf9e5fa486416c92c2bb497b7ce2c43eac80cbdc407ffe2d34b365694ac29" +checksum = "bdbab8b61bd61d5f8625a0c75753b5d5a23be55d3445419acd42caf59cf6236b" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-externalities 0.27.0", ] @@ -15305,14 +15467,14 @@ dependencies = [ [[package]] name = "sp-mixnet" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15a8078f19b1292220b7110115b49f4fcd427324f3b184f6d8dbeb6b4dd40d4d" +checksum = "22d9da31673ad5771faf8cd0e62ab0c183ea71a630d187b926bc52af379cb1de" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 28.0.0", - "sp-application-crypto 32.0.0", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", "sp-std", ] @@ -15337,19 +15499,19 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "813e0a7e40c9a993d58baff7c6e742901a93fd63cc2ed9f253ed8c1b39fe9343" +checksum = "518fcd8710618d104e04c9e63e697d3406180afbe55cc5400168019647fc5880" dependencies = [ "ckb-merkle-mountain-range", "log", "parity-scale-codec", "scale-info", "serde", - "sp-api 28.0.0", - "sp-core 30.0.0", + "sp-api 29.0.0", + "sp-core 31.0.0", "sp-debug-derive", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-std", "thiserror", ] @@ -15371,16 +15533,16 @@ dependencies = [ [[package]] name = "sp-npos-elections" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bc47d1b765ddd3d73678edd25eed4c33193e67929060d729bd751790026077b" +checksum = "e03ec553bc1a0f4d3aa902d3c5b3cdbe76f8218c642cbca0305722b3f8bbc826" dependencies = [ "parity-scale-codec", "scale-info", "serde", "sp-arithmetic 25.0.0", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -15397,13 +15559,13 @@ dependencies = [ [[package]] name = "sp-offchain" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f826efe7bdd6d142ced34f5ef1ed9a2070887e78d3146220250edeb67e6791d5" +checksum = "c041d932d7debf1d2e073ecece1425aadae7482689cd4bf148d5886b28bd10d7" dependencies = [ - "sp-api 28.0.0", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-api 29.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", ] [[package]] @@ -15419,13 +15581,13 @@ dependencies = [ [[package]] name = "sp-rpc" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffa9924fc1d0e7b79550493b8b8ac3fa58593cbdb169ee6cf6c1ee3ef25882dd" +checksum = "b26650747f5c204afd8c637df5e882ea912a890cf974fe67c36b430318fc451c" dependencies = [ "rustc-hash", "serde", - "sp-core 30.0.0", + "sp-core 31.0.0", ] [[package]] @@ -15455,9 +15617,9 @@ dependencies = [ [[package]] name = "sp-runtime" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b28fcf8f53d917e420e783dd27d06fd276f55160301c5bc977cc5898c4130f6f" +checksum = "ec3cb126971e7db2f0fcf8053dce740684c438c7180cfca1959598230f342c58" dependencies = [ "docify", "either", @@ -15470,12 +15632,12 @@ dependencies = [ "scale-info", "serde", "simple-mermaid", - "sp-application-crypto 32.0.0", + "sp-application-crypto 33.0.0", "sp-arithmetic 25.0.0", - "sp-core 30.0.0", - "sp-io 32.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", "sp-std", - "sp-weights 29.0.0", + "sp-weights 30.0.0", ] [[package]] @@ -15563,17 +15725,17 @@ dependencies = [ [[package]] name = "sp-session" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0399eb885209b51b2999fe35883a579b0848674f0679019ce262f19d0a853325" +checksum = "6a61ea4ca90f644da2c25edee711b53b1c0b8d50628ceef372224ea24d252b57" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 28.0.0", - "sp-core 30.0.0", - "sp-keystore 0.36.0", - "sp-runtime 33.0.0", - "sp-staking 28.0.0", + "sp-api 29.0.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", "sp-std", ] @@ -15594,16 +15756,16 @@ dependencies = [ [[package]] name = "sp-staking" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48b92f4f66b40cbf7cf00d7808d8eec16e25cb420a29ec4060a74c0e9f7c2938" +checksum = "4114cde17987eaa2f17b8850a8c856b90364666cdbc920d511e7a1cde0574d24" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "scale-info", "serde", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -15631,9 +15793,9 @@ dependencies = [ [[package]] name = "sp-state-machine" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23ae47765916d342b53d07be012a71efc4c1377d875ade31340cc4fb784b9921" +checksum = "1eae0eac8034ba14437e772366336f579398a46d101de13dbb781ab1e35e67c5" dependencies = [ "hash-db", "log", @@ -15641,11 +15803,11 @@ dependencies = [ "parking_lot 0.12.1", "rand", "smallvec", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-externalities 0.27.0", "sp-panic-handler", "sp-std", - "sp-trie 31.0.0", + "sp-trie 32.0.0", "thiserror", "tracing", "trie-db", @@ -15653,9 +15815,9 @@ dependencies = [ [[package]] name = "sp-statement-store" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b95ede4523fc978585383465a406289235a71dd6febe7f79e1114794afae5cd0" +checksum = "b90e8440d72e0ae5d273374af3ebe16768d05b40dff1f487835dd2f826ee9568" dependencies = [ "aes-gcm", "curve25519-dalek 4.1.2", @@ -15665,12 +15827,12 @@ dependencies = [ "rand", "scale-info", "sha2 0.10.8", - "sp-api 28.0.0", - "sp-application-crypto 32.0.0", - "sp-core 30.0.0", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-core 31.0.0", "sp-crypto-hashing", "sp-externalities 0.27.0", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-runtime-interface 26.0.0", "sp-std", "thiserror", @@ -15713,14 +15875,14 @@ dependencies = [ [[package]] name = "sp-timestamp" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee9532c2e4c8fcd7753cb4c741daeb8d9e3ac7cbc15a84c78d4c96492ed20eba" +checksum = "64d51fcd008fd5a79d61dba98c7ae89c2460a49dff07001bf1e9b12535d49536" dependencies = [ "async-trait", "parity-scale-codec", - "sp-inherents 28.0.0", - "sp-runtime 33.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", "sp-std", "thiserror", ] @@ -15750,28 +15912,28 @@ dependencies = [ [[package]] name = "sp-transaction-pool" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8e8b3208d1c8347ab75b28192dc7354489369ae652f2d9936521c8ccd92ca06" +checksum = "0484eaf40c2abda75bda9688298cc8f6e02161176e3aab501207c8ccf4d4b3e1" dependencies = [ - "sp-api 28.0.0", - "sp-runtime 33.0.0", + "sp-api 29.0.0", + "sp-runtime 34.0.0", ] [[package]] name = "sp-transaction-storage-proof" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fa2b7cfb16da80934eab7e37c317969f0a19f31396c530279ce1110b3ecbd95" +checksum = "ba0c99e0852ddd18159c2dc6100c2b5852e49211d8afe373cbce33d1da0050dd" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-inherents 28.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-trie 31.0.0", + "sp-trie 32.0.0", ] [[package]] @@ -15801,9 +15963,9 @@ dependencies = [ [[package]] name = "sp-trie" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5791e2e310cf88abedbd5f60ff3d9c9a09d95b182b4a7510f3648a2170ace593" +checksum = "f1aa91ad26c62b93d73e65f9ce7ebd04459c4bad086599348846a81988d6faa4" dependencies = [ "ahash 0.8.11", "hash-db", @@ -15815,7 +15977,7 @@ dependencies = [ "rand", "scale-info", "schnellru", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-externalities 0.27.0", "sp-std", "thiserror", @@ -15844,9 +16006,9 @@ dependencies = [ [[package]] name = "sp-version" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "973478ac076be7cb8e0a7968ee43cd7c46fb26e323d36020a9f3bb229e033cd2" +checksum = "1c0219b1aeb89e36d13bd43a718920a9087dbb66c567e672c4639cefb2fefc05" dependencies = [ "impl-serde", "parity-scale-codec", @@ -15854,7 +16016,7 @@ dependencies = [ "scale-info", "serde", "sp-crypto-hashing-proc-macro", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-std", "sp-version-proc-macro", "thiserror", @@ -15904,9 +16066,9 @@ dependencies = [ [[package]] name = "sp-weights" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab8a9c7a1b64fa7dba38622ad1de26f0b2e595727c0e42c7b109ecb8e7120688" +checksum = "9af6c661fe3066b29f9e1d258000f402ff5cc2529a9191972d214e5871d0ba87" dependencies = [ "bounded-collections 0.2.0", "parity-scale-codec", @@ -16021,16 +16183,16 @@ dependencies = [ [[package]] name = "staging-parachain-info" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ea840dfaa900fe1d6fef60bdfb446b1a03101a1c2620f50c7d43443b93df207" +checksum = "4df1c48ca2892cb0694c7e10fbcfc8d15fe0fd0b763d61fbc587a870fbb97147" dependencies = [ - "cumulus-primitives-core 0.9.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "cumulus-primitives-core 0.10.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -16055,9 +16217,9 @@ dependencies = [ [[package]] name = "staging-xcm" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3028e3a4ee8493767ee66266571f5cf1fc3edc546bba650b2040c5418b318340" +checksum = "e6ee775f7fc9dfae15d9d5a806efa7d3215f7b7b1cfd225809285a0281addeab" dependencies = [ "array-bytes 6.2.2", "bounded-collections 0.2.0", @@ -16068,7 +16230,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-weights 29.0.0", + "sp-weights 30.0.0", "xcm-procedural", ] @@ -16097,25 +16259,25 @@ dependencies = [ [[package]] name = "staging-xcm-builder" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ea27e235bcca331e5ba693fd224fcc16c17b53f53fca875c8dc54b733dba3c6" +checksum = "41c905c7e545eb80efdbf62470575a37935260503494453ffa3c1ac6207d06c9" dependencies = [ - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "impl-trait-for-tuples", "log", - "pallet-transaction-payment 30.0.0", + "pallet-transaction-payment 31.0.0", "parity-scale-codec", - "polkadot-parachain-primitives 8.0.0", + "polkadot-parachain-primitives 9.0.0", "scale-info", "sp-arithmetic 25.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-weights 29.0.0", - "staging-xcm 9.0.0", - "staging-xcm-executor 9.0.1", + "sp-weights 30.0.0", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", ] [[package]] @@ -16142,24 +16304,24 @@ dependencies = [ [[package]] name = "staging-xcm-executor" -version = "9.0.1" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe8c62fe1eee71592828a513693106ff301cdafd5ac5bd52e06d9315fd4f4f7a" +checksum = "e30434a78d4392b698bc7854c00f52d83c1c544da4be1912f898958c3e32f062" dependencies = [ "environmental", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", "sp-arithmetic 25.0.0", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-weights 29.0.0", - "staging-xcm 9.0.0", + "sp-weights 30.0.0", + "staging-xcm 10.0.0", ] [[package]] @@ -16269,6 +16431,19 @@ dependencies = [ "zeroize", ] +[[package]] +name = "substrate-bip39" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a2b564c293e6194e8b222e52436bcb99f60de72043c7f845cf6c4406db4df121" +dependencies = [ + "hmac 0.12.1", + "pbkdf2 0.12.2", + "schnorrkel 0.11.4", + "sha2 0.10.8", + "zeroize", +] + [[package]] name = "substrate-build-script-utils" version = "11.0.0" @@ -16277,22 +16452,22 @@ checksum = "b285e7d183a32732fdc119f3d81b7915790191fad602b7c709ef247073c77a2e" [[package]] name = "substrate-frame-rpc-system" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74fba95234990a0eecb3199ee2589112a1a3763db1fa7739a316f3e26f7693c9" +checksum = "3c0da351445855b0d5bff2721c64508dc790d5cc0804d1d395074c8dafeb2170" dependencies = [ - "frame-system-rpc-runtime-api 28.0.0", + "frame-system-rpc-runtime-api 29.0.0", "futures", "jsonrpsee", "log", "parity-scale-codec", "sc-rpc-api", "sc-transaction-pool-api", - "sp-api 28.0.0", - "sp-block-builder 28.0.0", + "sp-api 29.0.0", + "sp-block-builder 29.0.0", "sp-blockchain", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", ] [[package]] @@ -16310,33 +16485,33 @@ dependencies = [ [[package]] name = "substrate-rpc-client" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0aa04291d8b0e96b475c2abc26fe96f59478e23af38307c294a6f6c3d2a06fc8" +checksum = "e71c3305c6159e3f4cfc158f88ceefb94dd86b2c92c6120ad51a9d9c31c0dce6" dependencies = [ "async-trait", "jsonrpsee", "log", "sc-rpc-api", "serde", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", ] [[package]] name = "substrate-state-trie-migration-rpc" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a62395e13acaff44193068733ca986dd5b5be54055cabcee9cdad075b3a5f496" +checksum = "ff3afa7be8eca9226448012fa58eeaaab9c42be60214471d304658ac4856052b" dependencies = [ "jsonrpsee", "parity-scale-codec", "sc-client-api", "sc-rpc-api", "serde", - "sp-core 30.0.0", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", - "sp-trie 31.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "sp-trie 32.0.0", "trie-db", ] @@ -16361,9 +16536,9 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" -version = "19.0.0" +version = "20.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d182ae093d473b5947e32c392b10fb12125318c4470ff8adf32b0cbf2e9e6611" +checksum = "f55ed4ff2945faa132b9658cb581a3a5cf14dd90b5e217b3e16724eb202ed6c6" dependencies = [ "build-helper", "cargo_metadata", @@ -16913,12 +17088,12 @@ dependencies = [ [[package]] name = "tracing-gum" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae8140321b63c471a47f6a5bcb46198a0a44535cd2afb26be624a9898d362422" +checksum = "461fe686e103f3afc4c93a56474193ffc46d4b2770f8df5d56e025e8bb54960c" dependencies = [ "coarsetime", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "tracing", "tracing-gum-proc-macro", ] @@ -17083,14 +17258,14 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "try-runtime-cli" -version = "0.40.0" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a6fda4ce30fe4bb6b3066b30669ebfabecaa8c974cc0411525256e465863347" +checksum = "80765dc36d90e9f2112dccc6e5d70df50ab1239dba8e004bcc70cc77b3a9712d" dependencies = [ "async-trait", "clap", "frame-remote-externalities", - "frame-try-runtime 0.36.0", + "frame-try-runtime 0.37.0", "hex", "log", "parity-scale-codec", @@ -17098,22 +17273,22 @@ dependencies = [ "sc-executor", "serde", "serde_json", - "sp-api 28.0.0", - "sp-consensus-aura 0.34.0", - "sp-consensus-babe 0.34.0", - "sp-core 30.0.0", + "sp-api 29.0.0", + "sp-consensus-aura 0.35.0", + "sp-consensus-babe 0.35.0", + "sp-core 31.0.0", "sp-debug-derive", "sp-externalities 0.27.0", - "sp-inherents 28.0.0", - "sp-io 32.0.0", - "sp-keystore 0.36.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-keystore 0.37.0", "sp-rpc", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", - "sp-timestamp 28.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "sp-timestamp 29.0.0", "sp-transaction-storage-proof", - "sp-version 31.0.0", - "sp-weights 29.0.0", + "sp-version 32.0.0", + "sp-weights 30.0.0", "substrate-rpc-client", "zstd 0.12.4", ] @@ -17744,126 +17919,126 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6b66d94f5a1e81c045ead285988614cdf1869e1c6292e4f1b4b0a4a3c534074" +checksum = "3ef1f629f711d7d110a1d13a12d3b4ab8fdc4ec3f97abbe9d1f0d248014a9e72" dependencies = [ "binary-merkle-tree 15.0.0", "bitvec", - "frame-benchmarking 30.0.0", - "frame-election-provider-support 30.0.0", - "frame-executive 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", - "frame-system-benchmarking 30.0.0", - "frame-system-rpc-runtime-api 28.0.0", - "frame-try-runtime 0.36.0", + "frame-benchmarking 31.0.0", + "frame-election-provider-support 31.0.0", + "frame-executive 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "frame-system-benchmarking 31.0.0", + "frame-system-rpc-runtime-api 29.0.0", + "frame-try-runtime 0.37.0", "hex-literal", "log", - "pallet-asset-rate 9.0.0", - "pallet-authority-discovery 30.0.1", - "pallet-authorship 30.0.0", - "pallet-babe 30.0.0", - "pallet-bags-list 29.0.0", - "pallet-balances 30.0.0", - "pallet-beefy 30.0.0", - "pallet-beefy-mmr 30.0.0", + "pallet-asset-rate 10.0.0", + "pallet-authority-discovery 31.0.1", + "pallet-authorship 31.0.0", + "pallet-babe 31.0.0", + "pallet-bags-list 30.0.0", + "pallet-balances 31.0.0", + "pallet-beefy 31.0.0", + "pallet-beefy-mmr 31.0.0", "pallet-collective", - "pallet-conviction-voting 30.0.0", + "pallet-conviction-voting 31.0.0", "pallet-democracy", - "pallet-election-provider-multi-phase 29.0.0", - "pallet-election-provider-support-benchmarking 29.0.0", + "pallet-election-provider-multi-phase 30.0.0", + "pallet-election-provider-support-benchmarking 30.0.0", "pallet-elections-phragmen", - "pallet-fast-unstake 29.0.0", - "pallet-grandpa 30.0.0", - "pallet-identity 30.0.0", - "pallet-im-online 29.0.0", - "pallet-indices 30.0.0", + "pallet-fast-unstake 30.0.0", + "pallet-grandpa 31.0.0", + "pallet-identity 31.0.0", + "pallet-im-online 30.0.0", + "pallet-indices 31.0.0", "pallet-membership", - "pallet-message-queue 33.0.0", - "pallet-mmr 29.0.0", - "pallet-multisig 30.0.0", - "pallet-nomination-pools 27.0.0", - "pallet-nomination-pools-benchmarking 28.0.0", - "pallet-nomination-pools-runtime-api 25.0.0", - "pallet-offences 29.0.0", - "pallet-offences-benchmarking 30.0.0", - "pallet-preimage 30.0.0", - "pallet-proxy 30.0.0", + "pallet-message-queue 34.0.0", + "pallet-mmr 30.0.0", + "pallet-multisig 31.0.0", + "pallet-nomination-pools 28.0.0", + "pallet-nomination-pools-benchmarking 29.0.0", + "pallet-nomination-pools-runtime-api 26.0.0", + "pallet-offences 30.0.0", + "pallet-offences-benchmarking 31.0.0", + "pallet-preimage 31.0.0", + "pallet-proxy 31.0.0", "pallet-recovery", - "pallet-referenda 30.0.0", + "pallet-referenda 31.0.0", "pallet-root-testing", - "pallet-scheduler 31.0.0", - "pallet-session 30.0.0", - "pallet-session-benchmarking 30.0.0", + "pallet-scheduler 32.0.0", + "pallet-session 31.0.0", + "pallet-session-benchmarking 31.0.0", "pallet-society", - "pallet-staking 30.0.2", + "pallet-staking 31.0.0", "pallet-staking-reward-curve", - "pallet-staking-runtime-api 16.0.0", - "pallet-state-trie-migration 31.0.0", - "pallet-sudo 30.0.0", - "pallet-timestamp 29.0.0", - "pallet-transaction-payment 30.0.0", - "pallet-transaction-payment-rpc-runtime-api 30.0.0", - "pallet-treasury 29.0.0", - "pallet-utility 30.0.0", - "pallet-vesting 30.0.0", - "pallet-whitelist 29.0.0", - "pallet-xcm 9.0.1", - "pallet-xcm-benchmarks 9.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 8.0.0", - "polkadot-primitives 9.0.0", - "polkadot-runtime-common 9.0.0", - "polkadot-runtime-parachains 9.0.0", + "pallet-staking-runtime-api 17.0.0", + "pallet-state-trie-migration 32.0.0", + "pallet-sudo 31.0.0", + "pallet-timestamp 30.0.0", + "pallet-transaction-payment 31.0.0", + "pallet-transaction-payment-rpc-runtime-api 31.0.0", + "pallet-treasury 30.0.0", + "pallet-utility 31.0.0", + "pallet-vesting 31.0.0", + "pallet-whitelist 30.0.0", + "pallet-xcm 10.0.1", + "pallet-xcm-benchmarks 10.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", + "polkadot-runtime-common 10.0.0", + "polkadot-runtime-parachains 10.0.0", "rustc-hex", "scale-info", "serde", "serde_derive", "smallvec", - "sp-api 28.0.0", - "sp-application-crypto 32.0.0", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", "sp-arithmetic 25.0.0", - "sp-authority-discovery 28.0.0", - "sp-block-builder 28.0.0", - "sp-consensus-babe 0.34.0", - "sp-consensus-beefy 15.0.0", - "sp-core 30.0.0", - "sp-genesis-builder 0.9.0", - "sp-inherents 28.0.0", - "sp-io 32.0.0", - "sp-mmr-primitives 28.0.0", - "sp-npos-elections 28.0.0", - "sp-offchain 28.0.0", - "sp-runtime 33.0.0", - "sp-session 29.0.0", - "sp-staking 28.0.0", + "sp-authority-discovery 29.0.0", + "sp-block-builder 29.0.0", + "sp-consensus-babe 0.35.0", + "sp-consensus-beefy 16.0.0", + "sp-core 31.0.0", + "sp-genesis-builder 0.10.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-mmr-primitives 29.0.0", + "sp-npos-elections 29.0.0", + "sp-offchain 29.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-staking 29.0.0", "sp-std", "sp-storage", - "sp-transaction-pool 28.0.0", - "sp-version 31.0.0", - "staging-xcm 9.0.0", - "staging-xcm-builder 9.0.0", - "staging-xcm-executor 9.0.1", - "substrate-wasm-builder 19.0.0", + "sp-transaction-pool 29.0.0", + "sp-version 32.0.0", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", + "staging-xcm-executor 10.0.0", + "substrate-wasm-builder 20.0.0", "westend-runtime-constants", ] [[package]] name = "westend-runtime-constants" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4143f3b5d631cb2bc1e0c4a4284dca4861ba0fcc62bfe861e505ff43fa1aa3dc" +checksum = "38ee9606d7d954aef2b22107e80fc128a467cd8d6f1d347f64e417f88b2833c8" dependencies = [ - "frame-support 30.0.0", - "polkadot-primitives 9.0.0", - "polkadot-runtime-common 9.0.0", + "frame-support 31.0.0", + "polkadot-primitives 10.0.0", + "polkadot-runtime-common 10.0.0", "smallvec", - "sp-core 30.0.0", - "sp-runtime 33.0.0", - "sp-weights 29.0.0", - "staging-xcm 9.0.0", - "staging-xcm-builder 9.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-weights 30.0.0", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", ] [[package]] @@ -18222,37 +18397,37 @@ dependencies = [ [[package]] name = "xcm-emulator" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afbc43df852e6a8a0bc3be53da4630f31fada7e6e3fb356cb559cf1988377dfb" +checksum = "ea6acd5a2d4c654cb659666c7bc3730b6b29b6caf4d98c6799911069d81b1ed2" dependencies = [ - "cumulus-pallet-parachain-system 0.9.0", - "cumulus-pallet-xcmp-queue 0.9.0", - "cumulus-primitives-core 0.9.0", - "cumulus-primitives-parachain-inherent 0.9.0", + "cumulus-pallet-parachain-system 0.10.0", + "cumulus-pallet-xcmp-queue 0.10.0", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-parachain-inherent 0.10.0", "cumulus-test-relay-sproof-builder", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "impl-trait-for-tuples", "lazy_static", "log", - "pallet-balances 30.0.0", - "pallet-message-queue 33.0.0", - "parachains-common 9.0.0", + "pallet-balances 31.0.0", + "pallet-message-queue 34.0.0", + "parachains-common 10.0.0", "parity-scale-codec", "paste", - "polkadot-parachain-primitives 8.0.0", - "polkadot-primitives 9.0.0", - "polkadot-runtime-parachains 9.0.0", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", + "polkadot-runtime-parachains 10.0.0", "sp-arithmetic 25.0.0", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-crypto-hashing", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", "sp-tracing", - "staging-xcm 9.0.0", - "staging-xcm-executor 9.0.1", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", ] [[package]] @@ -18376,4 +18551,4 @@ checksum = "9e16efa8a874a0481a574084d34cc26fdb3b99627480f785888deb6386506656" dependencies = [ "cc", "pkg-config", -] \ No newline at end of file +] diff --git a/Cargo.toml b/Cargo.toml index 01bcb2c4..80723f7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ subxt-signer = "0.34.0" tokio = { version = "1.36", features = ["macros", "time", "rt-multi-thread"] } # Build -substrate-wasm-builder = "19.0.0" +substrate-wasm-builder = "20.0.0" substrate-build-script-utils = "11.0.0" # Local @@ -61,112 +61,112 @@ pop-runtime-common = { path = "runtime/common", default-features = false } pop-primitives = { path = "./primitives", default-features = false } # Substrate -sc-basic-authorship = "0.36.0" -sc-chain-spec = "29.0.0" -sc-cli = "0.38.0" -sc-client-api = "30.0.0" -sc-offchain = "31.0.0" -sc-consensus = "0.35.0" -sc-executor = "0.34.0" -sc-network = "0.36.0" -sc-network-sync = "0.35.0" -sc-rpc = "31.0.0" -sc-service = "0.37.0" -sc-sysinfo = "29.0.0" +sc-basic-authorship = "0.37.0" +sc-chain-spec = "30.0.1" +sc-cli = "0.39.0" +sc-client-api = "31.0.0" +sc-offchain = "32.0.0" +sc-consensus = "0.36.0" +sc-executor = "0.35.0" +sc-network = "0.37.0" +sc-network-sync = "0.36.0" +sc-rpc = "32.0.0" +sc-service = "0.38.0" +sc-sysinfo = "30.0.0" sc-telemetry = "17.0.0" -sc-tracing = "30.0.0" -sc-transaction-pool = "30.0.0" -sc-transaction-pool-api = "30.0.0" -frame-benchmarking = { version = "30.0.0", default-features = false } -frame-benchmarking-cli = "34.0.0" -frame-executive = { version = "30.0.0", default-features = false } -frame-support = { version = "30.0.0", default-features = false } -frame-system = { version = "30.0.0", default-features = false } -frame-system-benchmarking = { version = "30.0.0", default-features = false } -frame-system-rpc-runtime-api = { version = "28.0.0", default-features = false } -frame-try-runtime = { version = "0.36.0", default-features = false } -pallet-aura = { version = "29.0.0", default-features = false } -pallet-authorship = { version = "30.0.0", default-features = false } -pallet-assets = { version = "31.0.0", default-features = false } -pallet-balances = { version = "30.0.0", default-features = false } -pallet-contracts = { version = "29.0.0", default-features = false } -pallet-message-queue = { version = "33.0.0", default-features = false } -pallet-multisig = { version = "30.0.0", default-features = false } -pallet-nft-fractionalization = { version = "12.0.0", default-features = false } -pallet-nfts = { version = "24.0.0", default-features = false } -pallet-nfts-runtime-api = { version = "16.0.0", default-features = false } -pallet-preimage = { version = "30.0.0", default-features = false } -pallet-proxy = { version = "30.0.0", default-features = false } -pallet-scheduler = { version = "31.0.0", default-features = false } -pallet-session = { version = "30.0.0", default-features = false } -pallet-sudo = { version = "30.0.0", default-features = false } -pallet-timestamp = { version = "29.0.0", default-features = false } -pallet-transaction-payment = { version = "30.0.0", default-features = false } -pallet-transaction-payment-rpc = "32.0.0" -pallet-transaction-payment-rpc-runtime-api = { version = "30.0.0", default-features = false } -pallet-utility = { version = "30.0.0", default-features = false } -sp-api = { version = "28.0.0", default-features = false } -sp-authority-discovery = { version = "28.0.0", default-features = false } -sp-block-builder = { version = "28.0.0", default-features = false } -sp-blockchain = "30.0.0" -sp-consensus-aura = { version = "0.34.0", default-features = false } -sp-consensus-babe = { version = "0.34.0", default-features = false } -sp-consensus-beefy = { version = "15.0.0", default-features = false } -sp-consensus-grandpa = { version = "15.0.0", default-features = false } -sp-core = { version = "30.0.0", default-features = false } -sp-keystore = "0.36.0" -sp-io = { version = "32.0.0", default-features = false } -sp-genesis-builder = { version = "0.9.0", default-features = false } -sp-inherents = { version = "28.0.0", default-features = false } -sp-offchain = { version = "28.0.0", default-features = false } -sp-runtime = { version = "33.0.0", default-features = false } -sp-timestamp = "28.0.0" -substrate-frame-rpc-system = "30.0.0" +sc-tracing = "31.0.0" +sc-transaction-pool = "31.0.0" +sc-transaction-pool-api = "31.0.0" +frame-benchmarking = { version = "31.0.0", default-features = false } +frame-benchmarking-cli = "35.0.1" +frame-executive = { version = "31.0.0", default-features = false } +frame-support = { version = "31.0.0", default-features = false } +frame-system = { version = "31.0.0", default-features = false } +frame-system-benchmarking = { version = "31.0.0", default-features = false } +frame-system-rpc-runtime-api = { version = "29.0.0", default-features = false } +frame-try-runtime = { version = "0.37.0", default-features = false } +pallet-aura = { version = "30.0.0", default-features = false } +pallet-authorship = { version = "31.0.0", default-features = false } +pallet-assets = { version = "32.0.0", default-features = false } +pallet-balances = { version = "31.0.0", default-features = false } +pallet-contracts = { version = "30.0.0", default-features = false } +pallet-message-queue = { version = "34.0.0", default-features = false } +pallet-multisig = { version = "31.0.0", default-features = false } +pallet-nft-fractionalization = { version = "13.0.0", default-features = false } +pallet-nfts = { version = "25.0.0", default-features = false } +pallet-nfts-runtime-api = { version = "17.0.0", default-features = false } +pallet-preimage = { version = "31.0.0", default-features = false } +pallet-proxy = { version = "31.0.0", default-features = false } +pallet-scheduler = { version = "32.0.0", default-features = false } +pallet-session = { version = "31.0.0", default-features = false } +pallet-sudo = { version = "31.0.0", default-features = false } +pallet-timestamp = { version = "30.0.0", default-features = false } +pallet-transaction-payment = { version = "31.0.0", default-features = false } +pallet-transaction-payment-rpc = "33.0.0" +pallet-transaction-payment-rpc-runtime-api = { version = "31.0.0", default-features = false } +pallet-utility = { version = "31.0.0", default-features = false } +sp-api = { version = "29.0.0", default-features = false } +sp-authority-discovery = { version = "29.0.0", default-features = false } +sp-block-builder = { version = "29.0.0", default-features = false } +sp-blockchain = "31.0.0" +sp-consensus-aura = { version = "0.35.0", default-features = false } +sp-consensus-babe = { version = "0.35.0", default-features = false } +sp-consensus-beefy = { version = "16.0.0", default-features = false } +sp-consensus-grandpa = { version = "16.0.0", default-features = false } +sp-core = { version = "31.0.0", default-features = false } +sp-keystore = "0.37.0" +sp-io = { version = "33.0.0", default-features = false } +sp-genesis-builder = { version = "0.10.0", default-features = false } +sp-inherents = { version = "29.0.0", default-features = false } +sp-offchain = { version = "29.0.0", default-features = false } +sp-runtime = { version = "34.0.0", default-features = false } +sp-timestamp = "29.0.0" +substrate-frame-rpc-system = "31.0.0" substrate-prometheus-endpoint = "0.17.0" -sp-session = { version = "29.0.0", default-features = false } +sp-session = { version = "30.0.0", default-features = false } sp-std = { version = "14.0.0", default-features = false } -sp-transaction-pool = { version = "28.0.0", default-features = false } -sp-version = { version = "31.0.0", default-features = false } +sp-transaction-pool = { version = "29.0.0", default-features = false } +sp-version = { version = "32.0.0", default-features = false } # Polkadot -pallet-xcm = { version = "9.0.1", default-features = false } -polkadot-cli = "9.0.0" -polkadot-parachain-primitives = { version = "8.0.0", default-features = false } -polkadot-runtime-parachains = { version = "9.0.0", default-features = false } -polkadot-primitives = { version = "9.0.0", default-features = false } -polkadot-runtime-common = { version = "9.0.0", default-features = false } -rococo-runtime-constants = { version = "9.0.0", default-features = false } -rococo-runtime = { version = "9.0.0", default-features = false } -xcm = { version = "9.0.0", package = "staging-xcm", default-features = false } -xcm-builder = { version = "9.0.0", package = "staging-xcm-builder", default-features = false } -xcm-executor = { version = "9.0.1", package = "staging-xcm-executor", default-features = false } +pallet-xcm = { version = "10.0.1", default-features = false } +polkadot-cli = "10.0.0" +polkadot-parachain-primitives = { version = "9.0.0", default-features = false } +polkadot-runtime-parachains = { version = "10.0.0", default-features = false } +polkadot-primitives = { version = "10.0.0", default-features = false } +polkadot-runtime-common = { version = "10.0.0", default-features = false } +rococo-runtime-constants = { version = "10.0.0", default-features = false } +rococo-runtime = { version = "10.0.0", default-features = false } +xcm = { version = "10.0.0", package = "staging-xcm", default-features = false } +xcm-builder = { version = "10.0.0", package = "staging-xcm-builder", default-features = false } +xcm-executor = { version = "10.0.0", package = "staging-xcm-executor", default-features = false } # Cumulus -asset-hub-rococo-runtime = { version = "0.13.0", default-features = false } -asset-test-utils = { version = "9.0.0", default-features = false } -cumulus-pallet-aura-ext = { version = "0.9.0", default-features = false } -cumulus-pallet-parachain-system = { version = "0.9.0", default-features = false, features = [ +asset-hub-rococo-runtime = { version = "0.14.0", default-features = false } +asset-test-utils = { version = "10.0.0", default-features = false } +cumulus-pallet-aura-ext = { version = "0.10.0", default-features = false } +cumulus-pallet-parachain-system = { version = "0.10.0", default-features = false, features = [ "parameterized-consensus-hook", ] } -cumulus-pallet-session-benchmarking = { version = "11.0.0", default-features = false } -cumulus-pallet-xcm = { version = "0.9.0", default-features = false } -cumulus-pallet-xcmp-queue = { version = "0.9.0", default-features = false } -cumulus-primitives-aura = { version = "0.9.0", default-features = false } -cumulus-primitives-core = { version = "0.9.0", default-features = false } -cumulus-primitives-utility = { version = "0.9.0", default-features = false } -emulated-integration-tests-common = { version = "5.0.0", default-features = false } -pallet-collator-selection = { version = "11.0.1", default-features = false } -parachains-common = { version = "9.0.0", default-features = false } -parachain-info = { version = "0.9.0", package = "staging-parachain-info", default-features = false } -cumulus-primitives-parachain-inherent = "0.9.0" -cumulus-relay-chain-interface = "0.9.0" +cumulus-pallet-session-benchmarking = { version = "12.0.0", default-features = false } +cumulus-pallet-xcm = { version = "0.10.0", default-features = false } +cumulus-pallet-xcmp-queue = { version = "0.10.0", default-features = false } +cumulus-primitives-aura = { version = "0.10.0", default-features = false } +cumulus-primitives-core = { version = "0.10.0", default-features = false } +cumulus-primitives-utility = { version = "0.10.0", default-features = false } +emulated-integration-tests-common = { version = "6.0.0", default-features = false } +pallet-collator-selection = { version = "12.0.1", default-features = false } +parachains-common = { version = "10.0.0", default-features = false } +parachain-info = { version = "0.10.0", package = "staging-parachain-info", default-features = false } +cumulus-primitives-parachain-inherent = "0.10.0" +cumulus-relay-chain-interface = "0.10.0" color-print = "0.3.4" -cumulus-client-cli = "0.9.0" -cumulus-client-collator = "0.9.0" -cumulus-client-consensus-aura = "0.9.0" -cumulus-client-consensus-common = "0.9.0" -cumulus-client-consensus-proposer = "0.9.0" -cumulus-client-service = "0.9.0" +cumulus-client-cli = "0.10.0" +cumulus-client-collator = "0.10.0" +cumulus-client-consensus-aura = "0.10.0" +cumulus-client-consensus-common = "0.10.0" +cumulus-client-consensus-proposer = "0.10.0" +cumulus-client-service = "0.10.0" # Paseo asset-hub-paseo-runtime = { git = "https://github.com/paseo-network/runtimes/", tag = "v1.2.5-system-chains", default-features = false } diff --git a/runtime/devnet/src/config/contracts.rs b/runtime/devnet/src/config/contracts.rs index d6f596da..8e5b2695 100644 --- a/runtime/devnet/src/config/contracts.rs +++ b/runtime/devnet/src/config/contracts.rs @@ -6,7 +6,7 @@ use frame_support::{ parameter_types, traits::{ConstBool, ConstU32, Randomness}, }; -use frame_system::pallet_prelude::BlockNumberFor; +use frame_system::{pallet_prelude::BlockNumberFor, EnsureSigned}; pub enum AllowBalancesCall {} @@ -79,6 +79,8 @@ impl pallet_contracts::Config for Runtime { type MaxStorageKeyLen = ConstU32<128>; type MaxDebugBufferLen = ConstU32<{ 2 * 1024 * 1024 }>; type UnsafeUnstableInterface = ConstBool; + type UploadOrigin = EnsureSigned; + type InstantiateOrigin = EnsureSigned; type CodeHashLockupDepositPercent = CodeHashLockupDepositPercent; type MaxDelegateDependencies = ConstU32<32>; type RuntimeHoldReason = RuntimeHoldReason; diff --git a/runtime/devnet/src/lib.rs b/runtime/devnet/src/lib.rs index 295398f9..913c38d1 100644 --- a/runtime/devnet/src/lib.rs +++ b/runtime/devnet/src/lib.rs @@ -57,7 +57,7 @@ pub use pop_runtime_common::{ BLOCK_PROCESSING_VELOCITY, EXISTENTIAL_DEPOSIT, MICROUNIT, MILLIUNIT, NORMAL_DISPATCH_RATIO, RELAY_CHAIN_SLOT_DURATION_MILLIS, UNIT, }; -pub use sp_runtime::{MultiAddress, Perbill, Permill}; +pub use sp_runtime::{ExtrinsicInclusionMode, MultiAddress, Perbill, Permill}; #[cfg(any(feature = "std", test))] pub use sp_runtime::BuildStorage; @@ -260,7 +260,7 @@ impl Contains for AllowedApiCalls { /// The default types are being injected by [`derive_impl`](`frame_support::derive_impl`) from /// [`ParaChainDefaultConfig`](`struct@frame_system::config_preludes::ParaChainDefaultConfig`), /// but overridden as needed. -#[derive_impl(frame_system::config_preludes::ParaChainDefaultConfig as frame_system::DefaultConfig)] +#[derive_impl(frame_system::config_preludes::ParaChainDefaultConfig)] impl frame_system::Config for Runtime { /// The identifier used to distinguish between accounts. type AccountId = AccountId; @@ -641,7 +641,7 @@ impl_runtime_apis! { Executive::execute_block(block) } - fn initialize_block(header: &::Header) { + fn initialize_block(header: &::Header) -> ExtrinsicInclusionMode { Executive::initialize_block(header) } } diff --git a/runtime/testnet/src/config/contracts.rs b/runtime/testnet/src/config/contracts.rs index d6f596da..8e5b2695 100644 --- a/runtime/testnet/src/config/contracts.rs +++ b/runtime/testnet/src/config/contracts.rs @@ -6,7 +6,7 @@ use frame_support::{ parameter_types, traits::{ConstBool, ConstU32, Randomness}, }; -use frame_system::pallet_prelude::BlockNumberFor; +use frame_system::{pallet_prelude::BlockNumberFor, EnsureSigned}; pub enum AllowBalancesCall {} @@ -79,6 +79,8 @@ impl pallet_contracts::Config for Runtime { type MaxStorageKeyLen = ConstU32<128>; type MaxDebugBufferLen = ConstU32<{ 2 * 1024 * 1024 }>; type UnsafeUnstableInterface = ConstBool; + type UploadOrigin = EnsureSigned; + type InstantiateOrigin = EnsureSigned; type CodeHashLockupDepositPercent = CodeHashLockupDepositPercent; type MaxDelegateDependencies = ConstU32<32>; type RuntimeHoldReason = RuntimeHoldReason; diff --git a/runtime/testnet/src/lib.rs b/runtime/testnet/src/lib.rs index e1b23843..36e5f710 100644 --- a/runtime/testnet/src/lib.rs +++ b/runtime/testnet/src/lib.rs @@ -57,7 +57,7 @@ pub use pop_runtime_common::{ MILLISECS_PER_BLOCK, MILLIUNIT, MINUTES, NORMAL_DISPATCH_RATIO, RELAY_CHAIN_SLOT_DURATION_MILLIS, SLOT_DURATION, UNINCLUDED_SEGMENT_CAPACITY, UNIT, }; -pub use sp_runtime::{MultiAddress, Perbill, Permill}; +pub use sp_runtime::{ExtrinsicInclusionMode, MultiAddress, Perbill, Permill}; #[cfg(any(feature = "std", test))] pub use sp_runtime::BuildStorage; @@ -264,7 +264,7 @@ impl Contains for AllowedApiCalls { /// The default types are being injected by [`derive_impl`](`frame_support::derive_impl`) from /// [`ParaChainDefaultConfig`](`struct@frame_system::config_preludes::ParaChainDefaultConfig`), /// but overridden as needed. -#[derive_impl(frame_system::config_preludes::ParaChainDefaultConfig as frame_system::DefaultConfig)] +#[derive_impl(frame_system::config_preludes::ParaChainDefaultConfig)] impl frame_system::Config for Runtime { /// The identifier used to distinguish between accounts. type AccountId = AccountId; @@ -633,7 +633,7 @@ impl_runtime_apis! { Executive::execute_block(block) } - fn initialize_block(header: &::Header) { + fn initialize_block(header: &::Header) -> ExtrinsicInclusionMode{ Executive::initialize_block(header) } } From e68615e63d3dbb3f66720c169184cf453f664c5e Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Tue, 13 Aug 2024 23:42:59 +0700 Subject: [PATCH 38/95] feat: pov claim feature --- Cargo.lock | 19 +++++++++++++++++++ Cargo.toml | 1 + node/src/command.rs | 3 ++- node/src/service.rs | 8 ++++++-- runtime/devnet/Cargo.toml | 2 ++ 5 files changed, 30 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 29a91410..526a173f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2694,6 +2694,24 @@ dependencies = [ "sp-trie 32.0.0", ] +[[package]] +name = "cumulus-primitives-storage-weight-reclaim" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "21d52a6f23cf094b01b33330e4f8d9a4c225620646cf0ad4e21ad299dddbe193" +dependencies = [ + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-proof-size-hostfunction 0.5.0", + "docify", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "cumulus-primitives-utility" version = "0.8.1" @@ -11544,6 +11562,7 @@ dependencies = [ "cumulus-pallet-xcmp-queue 0.10.0", "cumulus-primitives-aura 0.10.0", "cumulus-primitives-core 0.10.0", + "cumulus-primitives-storage-weight-reclaim", "cumulus-primitives-utility 0.10.0", "enumflags2", "env_logger 0.11.3", diff --git a/Cargo.toml b/Cargo.toml index 80723f7b..db4a9b21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -153,6 +153,7 @@ cumulus-pallet-xcm = { version = "0.10.0", default-features = false } cumulus-pallet-xcmp-queue = { version = "0.10.0", default-features = false } cumulus-primitives-aura = { version = "0.10.0", default-features = false } cumulus-primitives-core = { version = "0.10.0", default-features = false } +cumulus-primitives-storage-weight-reclaim = { version = "1.0.0", default-features = false } cumulus-primitives-utility = { version = "0.10.0", default-features = false } emulated-integration-tests-common = { version = "6.0.0", default-features = false } pallet-collator-selection = { version = "12.0.1", default-features = false } diff --git a/node/src/command.rs b/node/src/command.rs index dcda471f..27901ef0 100644 --- a/node/src/command.rs +++ b/node/src/command.rs @@ -1,5 +1,6 @@ use std::{net::SocketAddr, path::PathBuf}; +use cumulus_client_service::storage_proof_size::HostFunctions as ReclaimHostFunctions; use cumulus_primitives_core::ParaId; use frame_benchmarking_cli::{BenchmarkCmd, SUBSTRATE_REFERENCE_HARDWARE}; use log::info; @@ -270,7 +271,7 @@ pub fn run() -> Result<()> { match cmd { BenchmarkCmd::Pallet(cmd) => if cfg!(feature = "runtime-benchmarks") { - runner.sync_run(|config| cmd.run::, ()>(config)) + runner.sync_run(|config| cmd.run::, ReclaimHostFunctions>(config)) } else { Err("Benchmarking wasn't enabled when building the node. \ You can enable it with `--features runtime-benchmarks`." diff --git a/node/src/service.rs b/node/src/service.rs index e79877a8..79ea908f 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -44,7 +44,10 @@ use substrate_prometheus_endpoint::Registry; pub struct DevnetRuntimeExecutor; impl NativeExecutionDispatch for DevnetRuntimeExecutor { - type ExtendHostFunctions = frame_benchmarking::benchmarking::HostFunctions; + type ExtendHostFunctions = ( + cumulus_client_service::storage_proof_size::HostFunctions, + frame_benchmarking::benchmarking::HostFunctions, + ); fn dispatch(method: &str, data: &[u8]) -> Option> { pop_runtime_devnet::api::dispatch(method, data) @@ -131,10 +134,11 @@ where let executor = NativeElseWasmExecutor::::new_with_wasm_executor(wasm); let (client, backend, keystore_container, task_manager) = - sc_service::new_full_parts::( + sc_service::new_full_parts_record_import::( config, telemetry.as_ref().map(|(_, telemetry)| telemetry.handle()), executor, + true, )?; let client = Arc::new(client); diff --git a/runtime/devnet/Cargo.toml b/runtime/devnet/Cargo.toml index a6824acb..35183429 100644 --- a/runtime/devnet/Cargo.toml +++ b/runtime/devnet/Cargo.toml @@ -83,6 +83,7 @@ cumulus-pallet-xcmp-queue.workspace = true cumulus-primitives-aura.workspace = true cumulus-primitives-core.workspace = true cumulus-primitives-utility.workspace = true +cumulus-primitives-storage-weight-reclaim.workspace = true pallet-collator-selection.workspace = true parachains-common.workspace = true parachain-info.workspace = true @@ -103,6 +104,7 @@ std = [ "cumulus-pallet-xcmp-queue/std", "cumulus-primitives-aura/std", "cumulus-primitives-core/std", + "cumulus-primitives-storage-weight-reclaim/std", "cumulus-primitives-utility/std", "frame-benchmarking/std", "frame-executive/std", From f22d339b94ed67586304ac464f6e239926abdfcb Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 17:16:38 +0700 Subject: [PATCH 39/95] fix: add missing signed extra --- runtime/devnet/src/lib.rs | 1 + runtime/testnet/src/lib.rs | 1 + 2 files changed, 2 insertions(+) diff --git a/runtime/devnet/src/lib.rs b/runtime/devnet/src/lib.rs index 913c38d1..667d4ebd 100644 --- a/runtime/devnet/src/lib.rs +++ b/runtime/devnet/src/lib.rs @@ -101,6 +101,7 @@ pub type SignedExtra = ( frame_system::CheckNonce, frame_system::CheckWeight, pallet_transaction_payment::ChargeTransactionPayment, + cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim, ); /// Unchecked extrinsic type as expected by this runtime. diff --git a/runtime/testnet/src/lib.rs b/runtime/testnet/src/lib.rs index 36e5f710..5d38a10f 100644 --- a/runtime/testnet/src/lib.rs +++ b/runtime/testnet/src/lib.rs @@ -101,6 +101,7 @@ pub type SignedExtra = ( frame_system::CheckNonce, frame_system::CheckWeight, pallet_transaction_payment::ChargeTransactionPayment, + cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim, ); /// Unchecked extrinsic type as expected by this runtime. From a3e6de2f7f02ecfbdf53dec8baab97b39aa83f8b Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Tue, 13 Aug 2024 14:31:59 +0700 Subject: [PATCH 40/95] chore: upgrade to 1.10.0 --- Cargo.lock | 4866 +++++++++++++++-------------- Cargo.toml | 197 +- runtime/devnet/Cargo.toml | 2 +- runtime/devnet/src/config/xcm.rs | 3 + runtime/devnet/src/lib.rs | 4 +- runtime/testnet/Cargo.toml | 2 +- runtime/testnet/src/config/xcm.rs | 3 + runtime/testnet/src/lib.rs | 4 +- 8 files changed, 2553 insertions(+), 2528 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 526a173f..7f088f26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -505,7 +505,7 @@ dependencies = [ "sp-runtime 32.0.0", "sp-session 28.0.0", "sp-std", - "sp-storage", + "sp-storage 20.0.0", "sp-transaction-pool 27.0.0", "sp-version 30.0.0", "sp-weights 28.0.0", @@ -519,33 +519,33 @@ dependencies = [ [[package]] name = "asset-test-utils" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c81733430dbb312765566043bcb2c022dbb7492bacbe67018c630dbce753936" -dependencies = [ - "cumulus-pallet-parachain-system 0.10.0", - "cumulus-pallet-xcmp-queue 0.10.0", - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-assets 32.0.0", - "pallet-balances 31.0.0", - "pallet-collator-selection 12.0.1", - "pallet-session 31.0.0", - "pallet-timestamp 30.0.0", - "pallet-xcm 10.0.1", - "pallet-xcm-bridge-hub-router 0.8.0", - "parachains-common 10.0.0", +checksum = "d2e1d4077fc518abe25e26f3963a080686cabecb97f192d9124be3e04cc21cad" +dependencies = [ + "cumulus-pallet-parachain-system 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-core 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-assets 33.0.0", + "pallet-balances 33.0.0", + "pallet-collator-selection 13.0.1", + "pallet-session 32.0.0", + "pallet-timestamp 31.0.0", + "pallet-xcm 11.0.0", + "pallet-xcm-bridge-hub-router 0.9.0", + "parachains-common 11.0.0", "parachains-runtimes-test-utils", "parity-scale-codec", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-parachain-info 0.10.0", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", - "substrate-wasm-builder 20.0.0", + "staging-parachain-info 0.11.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", + "staging-xcm-executor 11.0.0", + "substrate-wasm-builder 21.0.0", ] [[package]] @@ -1143,19 +1143,19 @@ dependencies = [ [[package]] name = "bp-header-chain" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "700fa6f4a3258a0eee471c7f70698c69d5b911d125f49f8139f0c61b7fdb6c9d" +checksum = "7b4a86e6438700a4217675ef3088fb08694ab69b1bdce4124099b1dcff9a6ff8" dependencies = [ - "bp-runtime 0.10.0", + "bp-runtime 0.11.0", "finality-grandpa", - "frame-support 31.0.0", + "frame-support 32.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -1177,35 +1177,35 @@ dependencies = [ [[package]] name = "bp-messages" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebfb4d04936f86b63257d32b128b5e757de0273abf22794d3ae827323416e385" +checksum = "e6a8b4356728ca03a8246104e320a2b1d7ba8c7fbd2917bf62395290f6ef2cc1" dependencies = [ - "bp-header-chain 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", + "bp-header-chain 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-std", ] [[package]] name = "bp-parachains" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f0c940507c4db7652a660228daefd82317bf6cd8aacff33df9e6ac9c45371c2" +checksum = "9d5a4983aec89871fe61f700cd4edaaf30288e7fbd927f7e4f879951f61569d4" dependencies = [ - "bp-header-chain 0.10.0", - "bp-polkadot-core 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", + "bp-header-chain 0.11.0", + "bp-polkadot-core 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -1230,35 +1230,35 @@ dependencies = [ [[package]] name = "bp-polkadot-core" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d14dd5cfb1176aebe8d9dc0c42273f978f63a6137ff10709caf380219847c010" +checksum = "54ef42ed5eb5ea249ee3f26f38ad114e379accfa1f2a8ee1ff87dc6bbc00b399" dependencies = [ - "bp-messages 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-messages 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "parity-util-mem", "scale-info", "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "bp-relayers" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41101efa1afc121ed8f4b5b93c9ee28bdab3f912237103521eea67c164c86c20" +checksum = "36f6f38407e79458fefb4c14a6f9f2cd9779b2dfeb3b11112e20902ee9dfea5f" dependencies = [ - "bp-messages 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", + "bp-messages 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -1288,12 +1288,12 @@ dependencies = [ [[package]] name = "bp-runtime" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a97193ef70796e6c3bb1e0de930d2174a07c7b8cb07f19eead5b5c3f56d6b7b9" +checksum = "67f4b1696822790b449046bdb89c273852ef2201a046b64b24293871a953e5e3" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "hash-db", "impl-trait-for-tuples", "log", @@ -1301,41 +1301,41 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", "trie-db", ] [[package]] name = "bp-test-utils" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2eac8331de5fc5e0012e3c5b0c245b9b6b33878edbe64cdfd133c2dce9443898" +checksum = "c0462cedd4f4dba1dde9d296df6b0e128a61abecde6ff6efa3b122ee8ac2f811" dependencies = [ - "bp-header-chain 0.10.0", + "bp-header-chain 0.11.0", "bp-parachains", - "bp-polkadot-core 0.10.0", - "bp-runtime 0.10.0", + "bp-polkadot-core 0.11.0", + "bp-runtime 0.11.0", "ed25519-dalek", "finality-grandpa", "parity-scale-codec", - "sp-application-crypto 33.0.0", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-application-crypto 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] name = "bp-xcm-bridge-hub" -version = "0.2.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6663e0179d475e30cfcf28cf597cdc8f4bb1c2c39a557b4cbe0057db0657fb67" +checksum = "192804908f1d3b7bfad12abce448fb3b7ec8dda765cac4a8d811fa75557e528f" dependencies = [ "sp-std", ] @@ -1354,50 +1354,50 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub-router" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7366e856da4c5f49e1ef94c3ea401854fe52310696561e24b7509d2f963d7210" +checksum = "063e9ce60db859f26172c1428b251e628751850e7862065104e750310c6afbad" dependencies = [ "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", ] [[package]] name = "bridge-runtime-common" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4857eb39e46b6490b5b36e6485a1364907b767c917c8efe3c84456d6bc0a72b6" +checksum = "9dde81c8af81ee9bdf0374010288cf03ff3ccd7f57802f24889884f73d0b3bd3" dependencies = [ - "bp-header-chain 0.10.0", - "bp-messages 0.10.0", + "bp-header-chain 0.11.0", + "bp-messages 0.11.0", "bp-parachains", - "bp-polkadot-core 0.10.0", + "bp-polkadot-core 0.11.0", "bp-relayers", - "bp-runtime 0.10.0", + "bp-runtime 0.11.0", "bp-xcm-bridge-hub", - "bp-xcm-bridge-hub-router 0.9.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-xcm-bridge-hub-router 0.10.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "hash-db", "log", "pallet-bridge-grandpa", "pallet-bridge-messages", "pallet-bridge-parachains", "pallet-bridge-relayers", - "pallet-transaction-payment 31.0.0", - "pallet-utility 31.0.0", + "pallet-transaction-payment 32.0.0", + "pallet-utility 32.0.0", "parity-scale-codec", "scale-info", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", + "sp-trie 33.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", ] [[package]] @@ -2096,9 +2096,9 @@ dependencies = [ [[package]] name = "cumulus-client-cli" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2b5137986e7a4374bf410e4e11ce02c9807c5d3200d590960056220963ecdbf" +checksum = "b169c6bebaa58a8f0f2078747919ebd98df45d0d018a0f8caa66ec15e2ad43d4" dependencies = [ "clap", "parity-scale-codec", @@ -2107,55 +2107,55 @@ dependencies = [ "sc-client-api", "sc-service", "sp-blockchain", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "url", ] [[package]] name = "cumulus-client-collator" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f7dde39268c86d2975bdd608d114dd52cd8803618196bc7606e684b9090d24d" +checksum = "9d1ffccac45cddcbb37b8c18283bd57638f648f725091d28c3ac3be515f8dd1d" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "futures", "parity-scale-codec", "parking_lot 0.12.1", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-client-api", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-consensus", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "tracing", ] [[package]] name = "cumulus-client-consensus-aura" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fbbba68555835c2e2d7f1c17060d3cd6fafafdb16597a2e680e7376f71dec51" +checksum = "c6d112f874c998d174f034532d238d5e0616c3455f8bf9bb5946c5617e7c7c0f" dependencies = [ "async-trait", "cumulus-client-collator", "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-parachain-inherent", - "cumulus-primitives-aura 0.10.0", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-aura 0.11.0", + "cumulus-primitives-core 0.11.0", "cumulus-relay-chain-interface", "futures", "parity-scale-codec", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-client-api", "sc-consensus", "sc-consensus-aura", @@ -2163,73 +2163,73 @@ dependencies = [ "sc-consensus-slots", "sc-telemetry", "schnellru", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-block-builder 29.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-block-builder 30.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-aura 0.35.0", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-timestamp 29.0.0", + "sp-consensus-aura 0.36.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", + "sp-timestamp 30.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "cumulus-client-consensus-common" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b6ff3972c798e87b918e3065d7b52aabb3fc871136b7dde7c708d20567b509f" +checksum = "7b6fc5e8237ff0e649c24fb1c31407fddb05cdf4773f83ca2a7b497305ae19b0" dependencies = [ "async-trait", "cumulus-client-pov-recovery", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "cumulus-relay-chain-interface", "dyn-clone", "futures", "log", "parity-scale-codec", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-client-api", "sc-consensus", "sc-consensus-babe", "schnellru", "sp-blockchain", "sp-consensus", - "sp-consensus-slots 0.35.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-timestamp 29.0.0", - "sp-trie 32.0.0", + "sp-consensus-slots 0.36.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-timestamp 30.0.0", + "sp-trie 33.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "cumulus-client-consensus-proposer" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf2ff43b5735f8f1a306aa8c44d9efe5bb50c3a3b29afa18728e7a5321a6ba70" +checksum = "2fb01ccc8275a4ded0caf788e561c7400e630585d34feec8a22700cbbe44f8bb" dependencies = [ "anyhow", "async-trait", - "cumulus-primitives-parachain-inherent 0.10.0", + "cumulus-primitives-parachain-inherent 0.11.0", "sp-consensus", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "thiserror", ] [[package]] name = "cumulus-client-network" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f10d8141b3de22f002b94fafd9a372f351ee55ad41e1c40ad6534024f176f5bb" +checksum = "0f70b5f3eb4385498880a74684be6bd17669f2a2b5c7db805eef16337af1d0cd" dependencies = [ "async-trait", "cumulus-relay-chain-interface", @@ -2238,50 +2238,50 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "polkadot-node-primitives", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-client-api", "sp-blockchain", "sp-consensus", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "tracing", ] [[package]] name = "cumulus-client-parachain-inherent" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ebeda41b913144e0dbaf57a9537fed6f37ee14c5f31f1bd23808f87e8515ec7" +checksum = "0a0342e88f2079d7b3287bd52b4e0f7885e563439ff2e8b8d36f99aa596b219e" dependencies = [ "async-trait", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-parachain-inherent 0.10.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-parachain-inherent 0.11.0", "cumulus-relay-chain-interface", "cumulus-test-relay-sproof-builder", "parity-scale-codec", "sc-client-api", "scale-info", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-crypto-hashing", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "sp-std", - "sp-storage", - "sp-trie 32.0.0", + "sp-storage 21.0.0", + "sp-trie 33.0.0", "tracing", ] [[package]] name = "cumulus-client-pov-recovery" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1cf51e1e7cfe82e68a93a4f3221181f8258664f0c4113e4d7c846e449b3596f3" +checksum = "e877fcdae06369ce17fd4d1fd0467d21b08338f7c944e225c5461472f54a166a" dependencies = [ "async-trait", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "cumulus-relay-chain-interface", "futures", "futures-timer", @@ -2289,34 +2289,34 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "rand", "sc-client-api", "sc-consensus", "sp-consensus", "sp-maybe-compressed-blob", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "tracing", ] [[package]] name = "cumulus-client-service" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebb334fbaedca019671b900bba71fb7cf70244d9436a832b1c5d67491569359d" +checksum = "920c64fd704a14c571b79f5d0f19dd2638240f6a9f633f02072a35ab30db3341" dependencies = [ "cumulus-client-cli", "cumulus-client-collator", "cumulus-client-consensus-common", "cumulus-client-network", "cumulus-client-pov-recovery", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-proof-size-hostfunction 0.5.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-proof-size-hostfunction 0.6.0", "cumulus-relay-chain-inprocess-interface", "cumulus-relay-chain-interface", "cumulus-relay-chain-minimal-node", "futures", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-client-api", "sc-consensus", "sc-network", @@ -2328,12 +2328,13 @@ dependencies = [ "sc-telemetry", "sc-transaction-pool", "sc-utils", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", "sp-consensus", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-transaction-pool 29.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-transaction-pool 30.0.0", ] [[package]] @@ -2357,20 +2358,20 @@ dependencies = [ [[package]] name = "cumulus-pallet-aura-ext" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47ec277f09a2c2b693bca6283eb6bc10aede2eaee43a7c395911235d8b632dab" +checksum = "135b720fe4cd7d2e6282c0c13fbbcf68cd7dcb19d060b5032709c34582d574ad" dependencies = [ - "cumulus-pallet-parachain-system 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-aura 30.0.0", - "pallet-timestamp 30.0.0", + "cumulus-pallet-parachain-system 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-aura 31.0.0", + "pallet-timestamp 31.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 33.0.0", - "sp-consensus-aura 0.35.0", - "sp-runtime 34.0.0", + "sp-application-crypto 34.0.0", + "sp-consensus-aura 0.36.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -2412,37 +2413,37 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a19c40a5d04f60562fb38195766104deeb8cec71c11ec77796ee9373cccdb325" +checksum = "6b426ade835b03cb4eb0b7299a5918e96cb53ed0e38b0d07676be7ed8df772ff" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-parachain-inherent 0.10.0", - "cumulus-primitives-proof-size-hostfunction 0.5.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-primitives-proof-size-hostfunction 0.6.0", "environmental", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "log", - "pallet-message-queue 34.0.0", + "pallet-message-queue 35.0.0", "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "polkadot-runtime-common 10.0.0", - "polkadot-runtime-parachains 10.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-runtime-common 11.0.0", + "polkadot-runtime-parachains 11.0.0", "scale-info", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-std", - "sp-trie 32.0.0", - "sp-version 32.0.0", - "staging-xcm 10.0.0", + "sp-core 32.0.0", + "sp-externalities 0.28.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", + "sp-std", + "sp-trie 33.0.0", + "sp-version 33.0.0", + "staging-xcm 11.0.0", "trie-db", ] @@ -2475,16 +2476,16 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c178666b3a6d0457cb85104475cc0be5f9908a98429710afd29fbd5984cb539" +checksum = "63b08b5e3bba454f8eaa01a7507c1bacde9343a7a67fc20801e59e0c9c0ec9db" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-session 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-session 32.0.0", "parity-scale-codec", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -2507,19 +2508,19 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7610ae16cac552adc823ba68deb26e5d3a9de189ef79ae26c79e43ddcfeabef1" +checksum = "7f14dc8bc002babf1596515a2f1c0158ddeccbf1ef7f5656fe71c8e1fa4bde55" dependencies = [ - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "cumulus-primitives-core 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-xcm 10.0.0", + "staging-xcm 11.0.0", ] [[package]] @@ -2550,28 +2551,28 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6614dcdbe6c24fcc8677bf158a8c627a3467d262acdc8a0e7d8a3d3d767a757c" +checksum = "5810a98c95f4219d7dcd6bd89d0c149fc45162e7e0c335579ba5545ec4b9c216" dependencies = [ "bounded-collections 0.2.0", - "bp-xcm-bridge-hub-router 0.9.0", - "cumulus-primitives-core 0.10.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-xcm-bridge-hub-router 0.10.0", + "cumulus-primitives-core 0.11.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-message-queue 34.0.0", + "pallet-message-queue 35.0.0", "parity-scale-codec", - "polkadot-runtime-common 10.0.0", - "polkadot-runtime-parachains 10.0.0", + "polkadot-runtime-common 11.0.0", + "polkadot-runtime-parachains 11.0.0", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", + "staging-xcm 11.0.0", + "staging-xcm-executor 11.0.0", ] [[package]] @@ -2591,16 +2592,16 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b70d13f3fca1dfaeb868f4fff79c58fef8fa4f8e381a9002d93c50c23683abf" +checksum = "ca5e91498fef0a7502070d55949b3413361060b1e0556592ed851f220f8aafb4" dependencies = [ "parity-scale-codec", - "polkadot-core-primitives 10.0.0", - "polkadot-primitives 10.0.0", - "sp-api 29.0.0", - "sp-consensus-aura 0.35.0", - "sp-runtime 34.0.0", + "polkadot-core-primitives 11.0.0", + "polkadot-primitives 11.0.0", + "sp-api 30.0.0", + "sp-consensus-aura 0.36.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -2624,20 +2625,20 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "617d02361f5c7df87b6be98b4974241b6836fbaa7d9e786db80eb38bc8636751" +checksum = "12a1b925068ede5dd9f571f3afcfca877b2f94f988d308d757224464a27bc6ce" dependencies = [ "parity-scale-codec", - "polkadot-core-primitives 10.0.0", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", + "polkadot-core-primitives 11.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", "scale-info", - "sp-api 29.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", - "staging-xcm 10.0.0", + "sp-trie 33.0.0", + "staging-xcm 11.0.0", ] [[package]] @@ -2658,18 +2659,18 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87d64a55b7b9c3a945e543712630708f36407ab49ad8a2fa9f3d1404093a3e8e" +checksum = "e01642f846368bd7305a2b9c9874a4280b5097c62c33da84b2048e2e3b38bb03" dependencies = [ "async-trait", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-inherents 29.0.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] @@ -2685,30 +2686,30 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "764e27968dce7d5c455dbaf9ba81c037fc5690afc085aa4aa2a4cdfe53716b74" +checksum = "3a9ce5326ecf86a75ee9a2d53ba8a6950f98d278a1cc88480f1dcbc90077d7dc" dependencies = [ - "sp-externalities 0.27.0", - "sp-runtime-interface 26.0.0", - "sp-trie 32.0.0", + "sp-externalities 0.28.0", + "sp-runtime-interface 27.0.0", + "sp-trie 33.0.0", ] [[package]] name = "cumulus-primitives-storage-weight-reclaim" -version = "1.0.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21d52a6f23cf094b01b33330e4f8d9a4c225620646cf0ad4e21ad299dddbe193" +checksum = "dd8596e26f2d3b2c70c00b695eb9edc8fca4533105bf6b2f0c4c0ecc8075bf99" dependencies = [ - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-proof-size-hostfunction 0.5.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-proof-size-hostfunction 0.6.0", "docify", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -2735,33 +2736,33 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "beeca40e85d6da3751343a3fc8dd5b335c9a06ba9897a5b36f726d139b7646de" +checksum = "6b02524805657a76fcca354c2a9466580d7f980a9a9616a4ac1cb91597d1f451" dependencies = [ - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", + "cumulus-primitives-core 0.11.0", + "frame-support 32.0.0", "log", - "pallet-asset-conversion 13.0.0", + "pallet-asset-conversion 14.0.0", "parity-scale-codec", - "polkadot-runtime-common 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "polkadot-runtime-common 11.0.0", + "polkadot-runtime-parachains 11.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", + "staging-xcm-executor 11.0.0", ] [[package]] name = "cumulus-relay-chain-inprocess-interface" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ec58113249ac91ceb4da1c846f6474cd4b6616100d0b29a86845b177caad52f" +checksum = "842505bb9820f5d3c7d2561ed9783cd495d3665729e42590b12641e73c69fcf5" dependencies = [ "async-trait", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "cumulus-relay-chain-interface", "futures", "futures-timer", @@ -2772,48 +2773,48 @@ dependencies = [ "sc-sysinfo", "sc-telemetry", "sc-tracing", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-consensus", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", ] [[package]] name = "cumulus-relay-chain-interface" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbb531263c11cfd73f17090106fff2385ca7b02b39102c367f4c13fb1251e9dd" +checksum = "a457e637e70eccddfdd06feaf5736e3fa3fd9955ef2dc9ef696cdea640fc6e4c" dependencies = [ "async-trait", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "futures", "jsonrpsee-core", "parity-scale-codec", "polkadot-overseer", "sc-client-api", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", - "sp-state-machine 0.38.0", + "sp-state-machine 0.39.0", "thiserror", ] [[package]] name = "cumulus-relay-chain-minimal-node" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1a416b2e6a5c99d78049b91425dbdb844f4351fd9fb61da47b70c2f90cf2ed4" +checksum = "0f946e5e8f6199bad20b4e65b3e56fb6feeb3c59d50ede9909dcfa9c73697db2" dependencies = [ "array-bytes 6.2.2", "async-trait", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "cumulus-relay-chain-interface", "cumulus-relay-chain-rpc-interface", "futures", "parking_lot 0.12.1", "polkadot-availability-recovery", "polkadot-collator-protocol", - "polkadot-core-primitives 10.0.0", + "polkadot-core-primitives 11.0.0", "polkadot-network-bridge", "polkadot-node-collation-generation", "polkadot-node-core-chain-api", @@ -2822,7 +2823,7 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "polkadot-service", "sc-authority-discovery", "sc-client-api", @@ -2831,11 +2832,11 @@ dependencies = [ "sc-service", "sc-tracing", "sc-utils", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.35.0", - "sp-runtime 34.0.0", + "sp-consensus-babe 0.36.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "tokio", "tracing", @@ -2843,12 +2844,12 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e011f8da350318316e80356dca70bee537d8f8fb29bb99d1765348b0ab6f6d88" +checksum = "b173a09d24c4ea2b6f90eb682276f844db7b180651f22a9e918f8bac0642075f" dependencies = [ "async-trait", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "cumulus-relay-chain-interface", "either", "futures", @@ -2866,14 +2867,14 @@ dependencies = [ "serde_json", "smoldot", "smoldot-light", - "sp-api 29.0.0", - "sp-authority-discovery 29.0.0", - "sp-consensus-babe 0.35.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-storage", - "sp-version 32.0.0", + "sp-api 30.0.0", + "sp-authority-discovery 30.0.0", + "sp-consensus-babe 0.36.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", + "sp-storage 21.0.0", + "sp-version 33.0.0", "thiserror", "tokio", "tokio-util", @@ -2883,17 +2884,17 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1e730a7524f50acb03c24476323c4dad35690baf85175ad0f91a2dffed85b39" +checksum = "48f27d17ab307b0e255431fa21113f2aca1e0b27f54d272198972b29e2eeb88b" dependencies = [ - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "parity-scale-codec", - "polkadot-primitives 10.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "polkadot-primitives 11.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] @@ -3370,34 +3371,35 @@ dependencies = [ [[package]] name = "emulated-integration-tests-common" -version = "6.0.0" +version = "7.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47f0799ab64756b6751d3ebcb17a30c3ba756193b6c193d14783afb312a16322" +checksum = "2117a0c89f2afd71f15eebe18f4b48790b675314426773ea282e9f3ff08e5afa" dependencies = [ "asset-test-utils", - "bp-messages 0.10.0", + "bp-messages 0.11.0", "bridge-runtime-common", - "cumulus-pallet-parachain-system 0.10.0", - "cumulus-pallet-xcmp-queue 0.10.0", - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", - "pallet-assets 32.0.0", - "pallet-balances 31.0.0", + "cumulus-pallet-parachain-system 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-core 0.11.0", + "frame-support 32.0.0", + "pallet-assets 33.0.0", + "pallet-balances 33.0.0", "pallet-bridge-messages", - "pallet-message-queue 34.0.0", - "pallet-xcm 10.0.1", - "parachains-common 10.0.0", + "pallet-message-queue 35.0.0", + "pallet-xcm 11.0.0", + "parachains-common 11.0.0", "parity-scale-codec", "paste", - "polkadot-primitives 10.0.0", - "polkadot-runtime-parachains 10.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-parachains 11.0.0", "sc-consensus-grandpa", - "sp-authority-discovery 29.0.0", - "sp-consensus-babe 0.35.0", - "sp-consensus-beefy 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "staging-xcm 10.0.0", + "sp-authority-discovery 30.0.0", + "sp-consensus-babe 0.36.0", + "sp-consensus-beefy 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "staging-xcm 11.0.0", "xcm-emulator", ] @@ -3805,9 +3807,9 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e93d3f0315c2eccf23453609e0ab92fe7c6ad1ca8129bcaf80b9a08c8d7fc52b" +checksum = "ad4cc2314d3be8b49c555f6a7e550f5559e73ffd6ef9690ffbd9a706774452e0" dependencies = [ "parity-scale-codec", ] @@ -3849,50 +3851,50 @@ dependencies = [ "sp-runtime 32.0.0", "sp-runtime-interface 25.0.0", "sp-std", - "sp-storage", + "sp-storage 20.0.0", "static_assertions", ] [[package]] name = "frame-benchmarking" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fee087c6a7ddbc6dcfb6a6015d4b2787ecbb2113ed8b8bee8ff15f2bdf93f94" +checksum = "7f6f8e21cbac73688175cf9b531ed1c3f6578420a0f6106282aa8e5ed6fe3347" dependencies = [ - "frame-support 31.0.0", - "frame-support-procedural 26.0.1", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-support-procedural 27.0.0", + "frame-system 32.0.0", "linregress", "log", "parity-scale-codec", "paste", "scale-info", "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-runtime-interface 26.0.0", - "sp-std", - "sp-storage", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-runtime-interface 27.0.0", + "sp-std", + "sp-storage 21.0.0", "static_assertions", ] [[package]] name = "frame-benchmarking-cli" -version = "35.0.1" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38f1660c2e59d206386658ca7fa867c2ccdb44429cc8a5a16a2975a338aa7047" +checksum = "1be33471ac5fa10ca585d3e06642cc8c754ecd9cb8a76905bf648cff17990e32" dependencies = [ "Inflector", "array-bytes 6.2.2", "chrono", "clap", "comfy-table", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "gethostname", "handlebars", "itertools 0.10.5", @@ -3911,19 +3913,19 @@ dependencies = [ "sc-sysinfo", "serde", "serde_json", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-database", - "sp-externalities 0.27.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-storage", - "sp-trie 32.0.0", - "sp-wasm-interface", + "sp-externalities 0.28.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", + "sp-storage 21.0.0", + "sp-trie 33.0.0", + "sp-wasm-interface 21.0.0", "thiserror", "thousands", ] @@ -3960,19 +3962,19 @@ dependencies = [ [[package]] name = "frame-election-provider-support" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d651327ec98d12fbdb0d25346de929e3ea2ab8a1ef85570794d9d8d54f204f28" +checksum = "9c897b912f222280123eedee768b172ed74600292dfbb22843c95c9177e97358" dependencies = [ "frame-election-provider-solution-type", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-npos-elections 29.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-npos-elections 30.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -3992,27 +3994,27 @@ dependencies = [ "sp-io 31.0.0", "sp-runtime 32.0.0", "sp-std", - "sp-tracing", + "sp-tracing 16.0.0", ] [[package]] name = "frame-executive" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3d4502dd4218aaf90240527adb789b9620fcada2af76f4751a8a852583eb0c2" +checksum = "2cbd97de3a8af65a9e1752b465fc19c7fe19c62ca1842ccec47f3002667c2172" dependencies = [ "aquamarine 0.3.3", - "frame-support 31.0.0", - "frame-system 31.0.0", - "frame-try-runtime 0.37.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "frame-try-runtime 0.38.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-tracing", + "sp-tracing 17.0.0", ] [[package]] @@ -4045,9 +4047,9 @@ dependencies = [ [[package]] name = "frame-remote-externalities" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c935bea33258c329e9ad4784a720aa4b1faff8c5af474f14e0898db11b7cb8ab" +checksum = "8f4afeb0769c0ef010c0dcc681a60167692a1cd52f0c0729b327a4415facddc5" dependencies = [ "futures", "indicatif", @@ -4055,11 +4057,11 @@ dependencies = [ "log", "parity-scale-codec", "serde", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "spinners", "substrate-rpc-client", "tokio", @@ -4097,12 +4099,12 @@ dependencies = [ "sp-genesis-builder 0.8.0", "sp-inherents 27.0.0", "sp-io 31.0.0", - "sp-metadata-ir", + "sp-metadata-ir 0.6.0", "sp-runtime 32.0.0", "sp-staking 27.0.0", "sp-state-machine 0.36.0", "sp-std", - "sp-tracing", + "sp-tracing 16.0.0", "sp-weights 28.0.0", "static_assertions", "tt-call", @@ -4110,9 +4112,9 @@ dependencies = [ [[package]] name = "frame-support" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81aecbbc1c62055e8ce472283bc655bf6c0f968a4d22d504bf6aad4ea44ccbc4" +checksum = "97100a956a2cd152ad4e63a5ec7b5e58503653223a73fff6e916b910b37f12ed" dependencies = [ "aquamarine 0.5.0", "array-bytes 6.2.2", @@ -4120,7 +4122,7 @@ dependencies = [ "docify", "environmental", "frame-metadata", - "frame-support-procedural 26.0.1", + "frame-support-procedural 27.0.0", "impl-trait-for-tuples", "k256", "log", @@ -4131,21 +4133,21 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-api 29.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", + "sp-api 30.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", "sp-crypto-hashing-proc-macro", "sp-debug-derive", - "sp-genesis-builder 0.10.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-metadata-ir", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", - "sp-state-machine 0.38.0", - "sp-std", - "sp-tracing", - "sp-weights 30.0.0", + "sp-genesis-builder 0.11.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-metadata-ir 0.7.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", + "sp-state-machine 0.39.0", + "sp-std", + "sp-tracing 17.0.0", + "sp-weights 31.0.0", "static_assertions", "tt-call", ] @@ -4172,13 +4174,13 @@ dependencies = [ [[package]] name = "frame-support-procedural" -version = "26.0.1" +version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "732fa43a05789f4ffb96955017e40643199d586c3d211754df5824a195f4eab5" +checksum = "7a74eda80052082e8acd36c7fa232569ce1f968c7ae2adc56d082039ac9d6ba4" dependencies = [ "Inflector", "cfg-expr", - "derive-syn-parse 0.1.5", + "derive-syn-parse 0.2.0", "expander 2.1.0", "frame-support-procedural-tools 11.0.1", "itertools 0.10.5", @@ -4261,23 +4263,23 @@ dependencies = [ [[package]] name = "frame-system" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7537b5e23f584bf54f26c6297e0260b54fac5298be43a115176a310f256a4ab" +checksum = "562e02f5139f1beb0edd3cac2db3f974d98b7459342210d101f451d26886ca33" dependencies = [ "cfg-if", "docify", - "frame-support 31.0.0", + "frame-support 32.0.0", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-version 32.0.0", - "sp-weights 30.0.0", + "sp-version 33.0.0", + "sp-weights 31.0.0", ] [[package]] @@ -4298,17 +4300,17 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea3c6bd0f5700363a845d4c0f83ea3478cdfcfe404d08f35865b78ebc5d37c0a" +checksum = "4976a4dfad8b4abff9dfc5e1a5bcdfa0452765f5c726805499ea30be0df4eaa4" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -4324,12 +4326,12 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ae4e8decf1630ed6731e8912d1ed4ac3986d86c68f59580f2a9f61909150c41" +checksum = "24451c0fef0c35c50bf577aadd16bb3c7b9eb74f12bb1708114d24c6f750e165" dependencies = [ "parity-scale-codec", - "sp-api 29.0.0", + "sp-api 30.0.0", ] [[package]] @@ -4347,14 +4349,14 @@ dependencies = [ [[package]] name = "frame-try-runtime" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bad42234b76beabf35bbc9a54566f0060b8d3d4fe93726007f02896e8beb91e3" +checksum = "883f2a531ab7857e8b4bb09997f1333635da1b5e627ac1651c16b5e5152d8fa3" dependencies = [ - "frame-support 31.0.0", + "frame-support 32.0.0", "parity-scale-codec", - "sp-api 29.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -5164,29 +5166,29 @@ version = "0.0.0" dependencies = [ "asset-hub-paseo-runtime", "asset-test-utils", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "emulated-integration-tests-common", - "frame-support 31.0.0", - "pallet-assets 32.0.0", - "pallet-balances 31.0.0", - "pallet-message-queue 34.0.0", - "pallet-xcm 10.0.1", + "frame-support 32.0.0", + "pallet-assets 33.0.0", + "pallet-balances 33.0.0", + "pallet-message-queue 35.0.0", + "pallet-xcm 11.0.0", "parity-scale-codec", "paseo-runtime", "paseo-runtime-constants", - "polkadot-primitives 10.0.0", - "polkadot-runtime-parachains 10.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-parachains 11.0.0", "pop-runtime-common", "pop-runtime-devnet", - "sp-authority-discovery 29.0.0", - "sp-consensus-aura 0.35.0", - "sp-consensus-babe 0.35.0", - "sp-consensus-beefy 16.0.0", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", + "sp-authority-discovery 30.0.0", + "sp-consensus-aura 0.36.0", + "sp-consensus-babe 0.36.0", + "sp-consensus-beefy 17.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "staging-xcm 11.0.0", + "staging-xcm-executor 11.0.0", "tracing-subscriber 0.3.18", ] @@ -6379,38 +6381,38 @@ dependencies = [ [[package]] name = "mmr-gadget" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59b5265ecba4e5fc2c242798fc7795f6bf7ce7c9ab909ecea7df3f8242fa74af" +checksum = "463f3038aebf0766b75c231e293293dec7b85f2358120a2696470159008ddfd2" dependencies = [ "futures", "log", "parity-scale-codec", "sc-client-api", "sc-offchain", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-beefy 16.0.0", - "sp-core 31.0.0", - "sp-mmr-primitives 29.0.0", - "sp-runtime 34.0.0", + "sp-consensus-beefy 17.0.0", + "sp-core 32.0.0", + "sp-mmr-primitives 30.0.0", + "sp-runtime 35.0.0", ] [[package]] name = "mmr-rpc" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dfab619df48bac956375483e4d57e995fbfaec310c86cfbc420e905506b67002" +checksum = "d17ec87c5d04009e7d7b149abb2aa8495e2893c5920ce4a83679c76e5d6320f7" dependencies = [ "jsonrpsee", "parity-scale-codec", "serde", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", - "sp-core 31.0.0", - "sp-mmr-primitives 29.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-mmr-primitives 30.0.0", + "sp-runtime 35.0.0", ] [[package]] @@ -6971,20 +6973,20 @@ dependencies = [ [[package]] name = "pallet-asset-conversion" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4dbd5ff1c6f662d330beb109f6180ee66ed9cd7710cad28f3d15c444556fcce4" +checksum = "a66fbfb4b9a3a6430f5925a09257c61a048bf0dfbad26f814e0f0e517f43c06a" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-api 29.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7022,17 +7024,17 @@ dependencies = [ [[package]] name = "pallet-asset-rate" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5a492d16d0f7423cb2d7ca6fa6b4d423a4f4e2f67d2dc92d84d5988fcc33cfb" +checksum = "a63f90c10e0746fce0512e37e1a354fe8c48f32e4e20211e0c1ac9b0e4b3febb" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7057,20 +7059,20 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfcf34819002b9d6c8d7a28d89207498f63288de6689061fe9c1fb7c55454ff8" +checksum = "d27f76cc9151160c08fcee2e095b91048a2d1cb041b7c022a88f98ba220827b4" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-transaction-payment 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-transaction-payment 32.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7093,18 +7095,18 @@ dependencies = [ [[package]] name = "pallet-assets" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "805543c2ea1f10f14bc767f156b8ec80785345b683eaa59dea84d28745a87ee3" +checksum = "eda0d9362dc1b75cead58f5e9a6004d305f81b2bf38c52e5454d1d868e2cc98f" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7128,19 +7130,19 @@ dependencies = [ [[package]] name = "pallet-aura" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3f1176f435a94b510b99bc2aaaa84788d60f8c5352c5f34f165b37523e448a1" +checksum = "8cb27318bf97e8116b1383c726427ab8d6d9dac4da99c8540a247518398c2a55" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-timestamp 30.0.0", + "pallet-timestamp 31.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 33.0.0", - "sp-consensus-aura 0.35.0", - "sp-runtime 34.0.0", + "sp-application-crypto 34.0.0", + "sp-consensus-aura 0.36.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7163,18 +7165,18 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" -version = "31.0.1" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a9c124d86227da7ae9073cc2984c0384c7830f7fa61450c0990c56837335da2" +checksum = "303077e7ec8808fdd9df22a6eaf9d38932a9b7df07c29423935384cf43babb2f" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-session 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-session 32.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 33.0.0", - "sp-authority-discovery 29.0.0", - "sp-runtime 34.0.0", + "sp-application-crypto 34.0.0", + "sp-authority-discovery 30.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7195,16 +7197,16 @@ dependencies = [ [[package]] name = "pallet-authorship" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8168348a94c479b7da001b3f0d1100210704eda8ce72c58aac456f1d866d7d67" +checksum = "f3544ca79d7b1f3b9a0efe6b54038143962e8b05d57a3a4172cd11e7216c43d6" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7235,26 +7237,26 @@ dependencies = [ [[package]] name = "pallet-babe" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37353294183655c76cdc56ffc5edf777b1e2275af59ae73c8aa255b6d941b362" +checksum = "ac02d082761843190fddfea58ce3a8cf042e92d2d78bb21426d2f960880a875c" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-authorship 31.0.0", - "pallet-session 31.0.0", - "pallet-timestamp 30.0.0", + "pallet-authorship 32.0.0", + "pallet-session 32.0.0", + "pallet-timestamp 31.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 33.0.0", - "sp-consensus-babe 0.35.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-staking 29.0.0", + "sp-application-crypto 34.0.0", + "sp-consensus-babe 0.36.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -7278,30 +7280,30 @@ dependencies = [ "sp-io 31.0.0", "sp-runtime 32.0.0", "sp-std", - "sp-tracing", + "sp-tracing 16.0.0", ] [[package]] name = "pallet-bags-list" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc3f838e96a2cbd06731beb72b755ccc5bd05bcc696717a1148bdddfe9062e93" +checksum = "664e6da2fe296a6597f2508f8754bfedaf06b5fc7bc657f7327b7d91896f84f7" dependencies = [ "aquamarine 0.5.0", "docify", - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-election-provider-support 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-balances 31.0.0", + "pallet-balances 33.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-tracing", + "sp-tracing 17.0.0", ] [[package]] @@ -7323,18 +7325,18 @@ dependencies = [ [[package]] name = "pallet-balances" -version = "31.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3565d525dd88e07da5b2309cd6ffe7447ddc5406eeaa2cb26157d35787a69a7" +checksum = "b56b559fbf1b04e08f42b08c0cb133cf732b4b0cafd315a3a24ba1ae60669d7e" dependencies = [ "docify", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7361,22 +7363,22 @@ dependencies = [ [[package]] name = "pallet-beefy" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1371a2f241fd33b794b0e824f28be9de76e7544a2602421e1c4a58cb0eccef6" +checksum = "b36b750d43f02589284a26ae4bcdaa9cd957abd12ffcedccf5de7f3ede20e14e" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-authorship 31.0.0", - "pallet-session 31.0.0", + "pallet-authorship 32.0.0", + "pallet-session 32.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-beefy 16.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-staking 29.0.0", + "sp-consensus-beefy 17.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -7408,27 +7410,27 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c32a1e978b043f4bf7cfcdb130a51dda4dbade1de5b85d2d634082edbc08f9cb" +checksum = "3a0ec062385375cee83f44985bf4d32c86e6ca4018e0a867b448a9a572896388" dependencies = [ "array-bytes 6.2.2", "binary-merkle-tree 15.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-beefy 31.0.0", - "pallet-mmr 30.0.0", - "pallet-session 31.0.0", + "pallet-beefy 32.0.0", + "pallet-mmr 31.0.0", + "pallet-session 32.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-api 29.0.0", - "sp-consensus-beefy 16.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-api 30.0.0", + "sp-consensus-beefy 17.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "sp-std", ] @@ -7453,104 +7455,104 @@ dependencies = [ [[package]] name = "pallet-bounties" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e23273ffc30d94c725cb37ac1f45a40e308d8e8bfab251a299d4ed1fa9e8e46f" +checksum = "fe92916d8bb2f2ce84195ae5e6baec83c5a65bf685613d7cc207f0b8fd26ea43" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-treasury 30.0.0", + "pallet-treasury 31.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-bridge-grandpa" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0034e29cd8f1547e0688ba3cb3a621c1dcb076c59f548eb40e0680ba37f14e7" +checksum = "88e0f44b87681bafd9deec464b7f0d4f3c9b050b53ef1588eb5312d26ebc30a5" dependencies = [ - "bp-header-chain 0.10.0", - "bp-runtime 0.10.0", + "bp-header-chain 0.11.0", + "bp-runtime 0.11.0", "bp-test-utils", "finality-grandpa", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-consensus-grandpa 16.0.0", - "sp-runtime 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] name = "pallet-bridge-messages" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe205f990c97a766b317378617c3ac8548530e0e29011250ad4c669cf4d86773" +checksum = "a9da377cff690ae52d872bdc6dd00ef7ebb3b2eb092ddacc2e26e9efb9f13631" dependencies = [ - "bp-messages 0.10.0", - "bp-runtime 0.10.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-messages 0.11.0", + "bp-runtime 0.11.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "num-traits", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-bridge-parachains" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4315c1346e60031afc119b051fbe9aa32c29143abb1b6b771d82c0e9fe5a4a8" +checksum = "1c9e9466750027c10df653ac91eaaffe042d1f94dca5f561b6ea9f54f389d496" dependencies = [ - "bp-header-chain 0.10.0", + "bp-header-chain 0.11.0", "bp-parachains", - "bp-polkadot-core 0.10.0", - "bp-runtime 0.10.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-polkadot-core 0.11.0", + "bp-runtime 0.11.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "pallet-bridge-grandpa", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] name = "pallet-bridge-relayers" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e85310662790097b4f391b32822eb55d5088bc09ac91343d68e48e4fc582cb31" +checksum = "9380cbce05df9451cb9b2149e1284090c0da3f3ab9615b8810b1cb0e2ab3aed5" dependencies = [ - "bp-messages 0.10.0", + "bp-messages 0.11.0", "bp-relayers", - "bp-runtime 0.10.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-runtime 0.11.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "pallet-bridge-messages", "parity-scale-codec", "scale-info", - "sp-arithmetic 25.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7575,19 +7577,19 @@ dependencies = [ [[package]] name = "pallet-broker" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1b05f01c3d279cd661eba2c391844bac03fa5f979b9de821e6eb1cbe6069dfc" +checksum = "c0d73ed3f977ca5874e32936f7605e83e96f7eb0cb7fca46b9a3f5a8df1933d5" dependencies = [ "bitvec", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7613,21 +7615,21 @@ dependencies = [ [[package]] name = "pallet-child-bounties" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46f1f5d1f6420b72e7fff2fa9146f1f13f68e3a3d293b421d9b9d34ad0dfa134" +checksum = "5612487abb09a9e5b6f3a694639fd0826a8b3bae1335047899f032f292f7f410" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-bounties 30.0.0", - "pallet-treasury 30.0.0", + "pallet-bounties 31.0.0", + "pallet-treasury 31.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7654,72 +7656,73 @@ dependencies = [ [[package]] name = "pallet-collator-selection" -version = "12.0.1" +version = "13.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26edc27ed73c658e6f3d37b4cc8822be3f293e1f0dc58830b42c272781ac8a44" +checksum = "7e0724831b2b1775542055c80918e78478953ee8d6777962a947404f22001c75" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-authorship 31.0.0", - "pallet-balances 31.0.0", - "pallet-session 31.0.0", + "pallet-authorship 32.0.0", + "pallet-balances 33.0.0", + "pallet-session 32.0.0", "parity-scale-codec", "rand", "scale-info", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", "sp-std", ] [[package]] name = "pallet-collective" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "241ffbf21673fca6bf8caa2ee35088a18704b95d174e32280cb7569f58af7c61" +checksum = "0f84d7ad169667bcf184da694db6322bd9a68d9d0bb05b2727005cfadd2b8a17" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-contracts" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a186a60e5b6f7927f8aa77e2fbd7b331b22ad8de870f261dc9d87627d21cbe3" +checksum = "3ae7354ec341dbdd1df77fd0a55708fa49a164901db89920fdca4132f3991ee1" dependencies = [ "bitflags 1.3.2", "environmental", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "log", - "pallet-balances 31.0.0", + "pallet-balances 33.0.0", "pallet-contracts-proc-macro", "pallet-contracts-uapi", "parity-scale-codec", + "paste", "rand", "rand_pcg", "scale-info", "serde", "smallvec", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", "wasm-instrument", "wasmi", ] @@ -7737,14 +7740,14 @@ dependencies = [ [[package]] name = "pallet-contracts-uapi" -version = "8.0.0" +version = "9.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab2b8fce1fa76a3d59b49a532cb43de816f9e5c77dba87d9a7367d764a04e8d7" +checksum = "2d7a51646d9ff1d91abd0186d2c074f0dfd3b1a2d55f08a229a2f2e4bc6d1e49" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", "paste", - "polkavm-derive 0.5.0", + "polkavm-derive", "scale-info", ] @@ -7768,38 +7771,38 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f51344679f168ecc258bf52d0a9578f6c3043e2aff4b9147004c7b8429460370" +checksum = "43080685819927c77fb38dda17e593eab2478406d674dd8c69200129cf613e77" dependencies = [ "assert_matches", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-democracy" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1603fc7a149fd1f8bc43349035a69370a024acc95d6a10a37d3b9e1f22cc58ab" +checksum = "83740afbabdabd41a9af23e1085db431b7d0aa10e542f6e1862aa14ff76eeec9" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7829,26 +7832,26 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da78b2feeba1286b66ac20cbfbcd321fe9d1d2bc15e9e31292023e9a66dbb819" +checksum = "fd4127300982c54fb31630a3a002daeb060556c0d0ca17031975fe25d613f432" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-election-provider-support 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-election-provider-support-benchmarking 30.0.0", + "pallet-election-provider-support-benchmarking 31.0.0", "parity-scale-codec", "rand", "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-npos-elections 29.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-npos-elections 30.0.0", + "sp-runtime 35.0.0", "sp-std", - "strum 0.24.1", + "strum 0.26.3", ] [[package]] @@ -7868,36 +7871,36 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1b20f98b9a1497a59d2b0eca0051c5ada89851bf29b26fda3a2cfe934a32116" +checksum = "8d47f77fc73b1caf6317515e884a1451786c8b71fddd910b753a73da7ee4fe84" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-election-provider-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", - "sp-npos-elections 29.0.0", - "sp-runtime 34.0.0", + "sp-npos-elections 30.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-elections-phragmen" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de22659bdd6190e4f94936f0d338e67dde80e537fe22c30eb96ceab9f0d9914f" +checksum = "08fe6701c248d87e489e998230180b112e639db09c0a50cf6e44cf399bc1028f" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-npos-elections 29.0.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-npos-elections 30.0.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -7923,21 +7926,21 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24717c932bd68705e3a5b6b9311a31e57b354274de1c373feb9ca920f6a3e439" +checksum = "df2f9df9cbcba5c986e8abb00dc6184cacebcd96064f706bbd47c870255fa4f1" dependencies = [ "docify", - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-election-provider-support 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -7967,25 +7970,25 @@ dependencies = [ [[package]] name = "pallet-grandpa" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9f8a78e4f5e2399596fa918f22e588e034d78c13a46925313abb4b152a9d919" +checksum = "6beb51686baee78fc838861b825c1b8f1b66a7633dc502dc70da491aed82dcbb" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-authorship 31.0.0", - "pallet-session 31.0.0", + "pallet-authorship 32.0.0", + "pallet-session 32.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 33.0.0", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-staking 29.0.0", + "sp-application-crypto 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -8009,19 +8012,19 @@ dependencies = [ [[package]] name = "pallet-identity" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33bca13843a11add3909a8c4bffae547ba9fa3a11c07ac2f8afd670acd85cb15" +checksum = "6c5e41c45a18b5e71b05fd5789b210ce79dbddd454e9bc783dd188790be99d91" dependencies = [ "enumflags2", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8048,22 +8051,22 @@ dependencies = [ [[package]] name = "pallet-im-online" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39cb6cbcef9e9ab68a5e79429a1f32ebc8114e4c9c2c2b0356c1db212e3e0bc2" +checksum = "1c771c379dfa58623a6d88d021c7cebe1f9f4f4537155917f7a9c03b5b36c3ec" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-authorship 31.0.0", + "pallet-authorship 32.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", + "sp-application-crypto 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -8087,37 +8090,37 @@ dependencies = [ [[package]] name = "pallet-indices" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3e23345544e9b6635d296195c355a768c82a9e1d82138378ef5b80102828664" +checksum = "5b75dd0463b1ac775e8d154879e174e06fb8745b0896b8d9a3bd99d57135e914" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-keyring 34.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-keyring 35.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-membership" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8bb958b03ec28b6e7e97abfca28acb1c1d8e91ad5194537f6550c348fc60f54" +checksum = "b6d889d1ab1f8c78dddbe5aa107ae0004f066a79384af010e58539a71c84cbe1" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8144,23 +8147,23 @@ dependencies = [ [[package]] name = "pallet-message-queue" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "063b2e7912fbbe67985e68e460f2f242b90de48a63a1f03dd2ae022154ba25e9" +checksum = "1bd58fa73c9e498414c9e6757f5ff1dbb81b9c7439231018c19aca99c35fd35b" dependencies = [ "environmental", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-weights 30.0.0", + "sp-weights 31.0.0", ] [[package]] @@ -8184,20 +8187,20 @@ dependencies = [ [[package]] name = "pallet-mmr" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44f5356b869f71205d53ed686846075ebb7d67824f334289ebbe6c61766c90c6" +checksum = "cfe22ce913c1862862a7ce3180b1a52b544a04a629b92c6dff43c3975ee89d39" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-mmr-primitives 29.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-mmr-primitives 30.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8220,36 +8223,36 @@ dependencies = [ [[package]] name = "pallet-multisig" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "284ff5c6675ac6438c2f4a20d75627ad4b6d7c78bb5fd911198e34ce48bc7cf2" +checksum = "57b3d75a9319f7bcb58920ecc087aa246cc4cac0bcf5c9f29bb44260315961db" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-nft-fractionalization" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "146f26bb84d332034fe4bb1d5938179b23bed20f8aaf3cf37c777014eb35cad6" +checksum = "677e05e538410a056620e737a4b9c9073a2636fcaab99609a57d0c706af4b186" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-assets 32.0.0", - "pallet-nfts 25.0.0", + "pallet-assets 33.0.0", + "pallet-nfts 26.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8274,20 +8277,20 @@ dependencies = [ [[package]] name = "pallet-nfts" -version = "25.0.0" +version = "26.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fed85cb8969cfbbf7681f16bc2d240cf377af021046c5628d563c8ed041aa26" +checksum = "190767bc88a1a23f51fccc445a271639fd5a88f1811291d801221e5b9b5b48cc" dependencies = [ "enumflags2", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8305,30 +8308,30 @@ dependencies = [ [[package]] name = "pallet-nfts-runtime-api" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3881d652cf44b1cb8fb6f2b2b25a950338692c3d5f49c5e621a5cf9a1a88c76" +checksum = "b086ef37b5a2ab6d9c67929bd26480dfc128023039f238f6bc2b25a7348c1232" dependencies = [ - "pallet-nfts 25.0.0", + "pallet-nfts 26.0.0", "parity-scale-codec", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-std", ] [[package]] name = "pallet-nis" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "948a11c933d345bfd7750e92b5650656e4d967f4fbcf7e36200ef7063985b9c6" +checksum = "5f73f50b2cfeb31dad13e3bd628245bf9f2d8edc98ba3c7591c2f3303304a185" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8349,27 +8352,27 @@ dependencies = [ "sp-runtime 32.0.0", "sp-staking 27.0.0", "sp-std", - "sp-tracing", + "sp-tracing 16.0.0", ] [[package]] name = "pallet-nomination-pools" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "781148c86c07aca84f471d06b449d7098e94d76bc08dd7e69bcb2572264d1b20" +checksum = "e763dbe561c25187466eabb92d6193ad6098fb656a0dc807ebefbb237f903171" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-balances 31.0.0", + "pallet-balances 33.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", "sp-std", - "sp-tracing", + "sp-tracing 17.0.0", ] [[package]] @@ -8395,22 +8398,22 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d267d96d52b7bb17b5bd1333375f86a58595a457218ddc82ddec32c194806713" +checksum = "a563a0a45f55c747819f1220adc27e492c5c7040e3a4f597d6e0e959f9742aa1" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-bags-list 30.0.0", - "pallet-nomination-pools 28.0.0", - "pallet-staking 31.0.0", + "frame-benchmarking 32.0.0", + "frame-election-provider-support 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-bags-list 31.0.0", + "pallet-nomination-pools 29.0.0", + "pallet-staking 32.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", - "sp-runtime-interface 26.0.0", - "sp-staking 29.0.0", + "sp-runtime 35.0.0", + "sp-runtime-interface 27.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -8428,13 +8431,13 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" -version = "26.0.0" +version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc2055f407f235071239494548d86f4f6d5c6ec24968fd8dcac553e00e08588d" +checksum = "8ce49d48a75a006539583808e526d303a09afd8621d3351ad52f8a4ca62fe8a8" dependencies = [ - "pallet-nomination-pools 28.0.0", + "pallet-nomination-pools 29.0.0", "parity-scale-codec", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-std", ] @@ -8458,19 +8461,19 @@ dependencies = [ [[package]] name = "pallet-offences" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f42b47ac29f107f30213d259cc0f73e1270743b66909fc7c9079d691a891b5a" +checksum = "621a7fe9a24a3f69cbb14b06c94894b81ad0aa549dbfff178c9236876cf5a892" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-balances 31.0.0", + "pallet-balances 33.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -8501,26 +8504,26 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d0745d6fd98a6ef7b19139470a28f9b9530b425c03dc02fbd773c989fe0a96b" +checksum = "ca2c55d655bb56fb48c12fa98f1b6ea292ff58a0cf791cc7c180bb77ea73ac83" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-election-provider-support 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-babe 31.0.0", - "pallet-balances 31.0.0", - "pallet-grandpa 31.0.0", - "pallet-im-online 30.0.0", - "pallet-offences 30.0.0", - "pallet-session 31.0.0", - "pallet-staking 31.0.0", + "pallet-babe 32.0.0", + "pallet-balances 33.0.0", + "pallet-grandpa 32.0.0", + "pallet-im-online 31.0.0", + "pallet-offences 31.0.0", + "pallet-session 32.0.0", + "pallet-staking 32.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -8544,19 +8547,19 @@ dependencies = [ [[package]] name = "pallet-preimage" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d01a900fe79c5f0762ccc29a11dda2799830ce233aa5384b2f13d9cc28e2e70" +checksum = "c28de923b335df5fc38c9e0b565230120184f5e195624a386cd9bec90fda4b55" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8578,53 +8581,53 @@ dependencies = [ [[package]] name = "pallet-proxy" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61918227f99ed2b322bf9050337773c8a40908b2f6a800352a20485e5ba0ef1c" +checksum = "936d02c265142821c0144336d6724ec1fc56ddf333837f5ab502798fab5a447e" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-ranked-collective" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47fbdfc5da0a70c788be3ea594153c825b4e79ae6a83499f38c251cdb5a726c0" +checksum = "9a6a4587dc3f5438631db3c2ec019f31723c4a7949cf63945f111b6c509d0a97" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-recovery" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7cf473e4b04cd9ba40ed8963a03499de0a1a84c8eb9343b569b15bab6bb47a79" +checksum = "dc2320f4d3b35c47180c80a6ea560d25e491d5812486c8691bdd297b5425f11b" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8650,37 +8653,37 @@ dependencies = [ [[package]] name = "pallet-referenda" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b515fdbcade5b8a507e1a8ffc8b5a59725b1c8c71cfc6f8f5ae490e4a33f732c" +checksum = "dbf5abb788c5e8e7960820288caa043f5d037a63248453d493e617a2445790a4" dependencies = [ "assert_matches", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic 25.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-root-testing" -version = "7.0.0" +version = "8.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7926eb378bda52162a713aca44a6faab5fc7d6867f82ac14ba375df2b33eaa7f" +checksum = "cd630721c9f07bdf90e4cade8f825d1842af9f68f470de186087a3d1f0090970" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8705,21 +8708,21 @@ dependencies = [ [[package]] name = "pallet-scheduler" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44f81ff1151067225c2c359a132880e084a1c72656457fe443147ed2e6daaac2" +checksum = "87fac215d9cf301396720219c4d04e4fe7fcf44d14d4be71f9c3ae3df3cead74" dependencies = [ "docify", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-weights 30.0.0", + "sp-weights 31.0.0", ] [[package]] @@ -8747,25 +8750,25 @@ dependencies = [ [[package]] name = "pallet-session" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17951aa288869e5afe5815eedc7038dd50b9741d215b66323ff4a12f5686ac15" +checksum = "061827f23d4a702a2e159ff84286a0a89488615c31ad05a9af7cc93a57e2b441" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "log", - "pallet-timestamp 30.0.0", + "pallet-timestamp 31.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-staking 29.0.0", - "sp-state-machine 0.38.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-staking 30.0.0", + "sp-state-machine 0.39.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] @@ -8788,38 +8791,38 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "118d0e5a8c09dbb1c7326021335aab36546846c678b3ce79301ace02cec260f7" +checksum = "817dd673f7d0b965639d27def260f7ff7a1535f2c5016a611445a8e4dedcf5cd" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-session 31.0.0", - "pallet-staking 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-session 32.0.0", + "pallet-staking 32.0.0", "parity-scale-codec", "rand", - "sp-runtime 34.0.0", - "sp-session 30.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", "sp-std", ] [[package]] name = "pallet-society" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f3255dc30ce7ebfd7ee59b1890d1f0091f416f486532d4eaf795dc209e3c28e" +checksum = "4a89d24f9a15ae30d56fb9de190200d43735f4c055dcbe1c1259d3d4219da42a" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "rand_chacha 0.2.2", "scale-info", - "sp-arithmetic 25.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8849,25 +8852,25 @@ dependencies = [ [[package]] name = "pallet-staking" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baeb3d22e737307280e2047cba983cc9aa477a6f4c3001e8c1f07077d148c8f7" +checksum = "2b8ab61dc6b74c79ad396732c1850dafa89109b749b2b651a1d4f20f45f596a3" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-election-provider-support 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-authorship 31.0.0", - "pallet-session 31.0.0", + "pallet-authorship 32.0.0", + "pallet-session 32.0.0", "parity-scale-codec", "rand_chacha 0.2.2", "scale-info", "serde", - "sp-application-crypto 33.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", + "sp-application-crypto 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -8895,12 +8898,12 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" -version = "21.0.0" +version = "22.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e341c47481040b68edcf166ad34633c4c5da20d1559413e68387da935a6ae18" +checksum = "988a7ebeacc84d4bdb0b12409681e956ffe35438447d8f8bc78db547cffb6ebc" dependencies = [ "log", - "sp-arithmetic 25.0.0", + "sp-arithmetic 26.0.0", ] [[package]] @@ -8916,13 +8919,13 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b398bbc910ed6e7e2fd76251910a8895e7c3343023e2279124568a1c860cab54" +checksum = "4b8792b235b42d70e177301cd7e2e2b1afc828f1a6ddfa0639c481cd0c125078" dependencies = [ "parity-scale-codec", - "sp-api 29.0.0", - "sp-staking 29.0.0", + "sp-api 30.0.0", + "sp-staking 30.0.0", ] [[package]] @@ -8945,19 +8948,19 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de51e792bcf770a00c5adf8db67f35dae450f445d36fa4b650980017063a62aa" +checksum = "bd3e2b1355eb2e08c2de3b14b175decf8ed49bf50de6cc44f97279257c325694" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8980,18 +8983,18 @@ dependencies = [ [[package]] name = "pallet-sudo" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a00abb554e916fd31ffbc792bff01e2dd9961a0a4bb781d27ef5f30c908ac2f6" +checksum = "abdecbca3760e93bb757313495ca7d2437e6141e728a2d266a85884c43d74c0e" dependencies = [ "docify", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -9012,48 +9015,48 @@ dependencies = [ "sp-io 31.0.0", "sp-runtime 32.0.0", "sp-std", - "sp-storage", + "sp-storage 20.0.0", "sp-timestamp 27.0.0", ] [[package]] name = "pallet-timestamp" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb766403f8cabcedb1725326befd7253de3e4c1d3b3d5f7c40adc49ebee5040c" +checksum = "196720afcbee2f2fd1acfed5a667cffb3914d1311b36adb4d1a3a67d7010e2a5" dependencies = [ "docify", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-storage", - "sp-timestamp 29.0.0", + "sp-storage 21.0.0", + "sp-timestamp 30.0.0", ] [[package]] name = "pallet-tips" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fee0ebf5ee31239f9017785cecd54b46be26edef126b6369af477d67f5088ffb" +checksum = "5e3c596b6fb68e70f890436d212af74d19154be438ae0255e5ddeea10e5ec91a" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-treasury 30.0.0", + "pallet-treasury 31.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -9076,36 +9079,36 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12df1de833ad0abff5daa53f80594d6ef66d250cc1ae073c01e406ce37bbf25e" +checksum = "dedf412abd258989da4a26946f7e480c4335ffc837baef4ef21ba91cd56ba8ee" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-transaction-payment-rpc" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17b3e7cc2ef454af06e0d73e180d2f22c7f6714dca7c1d4a3cc95786041e42c2" +checksum = "95122a5483521f5186a008326514e5a579931cc1d36980bbca5bb2b566ca334f" dependencies = [ "jsonrpsee", - "pallet-transaction-payment-rpc-runtime-api 31.0.0", + "pallet-transaction-payment-rpc-runtime-api 32.0.0", "parity-scale-codec", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-rpc", - "sp-runtime 34.0.0", - "sp-weights 30.0.0", + "sp-runtime 35.0.0", + "sp-weights 31.0.0", ] [[package]] @@ -9123,15 +9126,15 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e060567db5e59e3f26cc274cb9fc5db5af160ac67062d61e488f7887fef5470" +checksum = "37d4686402973e542eb83da077b46641643834220fbae74a98bcffa762d99e91" dependencies = [ - "pallet-transaction-payment 31.0.0", + "pallet-transaction-payment 32.0.0", "parity-scale-codec", - "sp-api 29.0.0", - "sp-runtime 34.0.0", - "sp-weights 30.0.0", + "sp-api 30.0.0", + "sp-runtime 35.0.0", + "sp-weights 31.0.0", ] [[package]] @@ -9156,21 +9159,21 @@ dependencies = [ [[package]] name = "pallet-treasury" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "174da255855136b4bf7174a1499ddf20134efe75d59fac4709244fe813534656" +checksum = "ac957446c936a57417ff7a4866f3463f7f2f49d9bb2daed81093c2de8f0cceaf" dependencies = [ "docify", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", - "pallet-balances 31.0.0", + "pallet-balances 33.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -9209,18 +9212,18 @@ dependencies = [ [[package]] name = "pallet-utility" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73c54ec28e67769b35a650d497ddd10bf0dd783d14965a1034cdcb71ae1d1442" +checksum = "9d770b7c961afe12adc5a727a5d02b44ef09ce38d1dd5923793b3e52e5afde3c" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -9242,17 +9245,17 @@ dependencies = [ [[package]] name = "pallet-vesting" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a5627016e1cb40d02bf589507429558208c05948d1399ab405307bfe3b1d967" +checksum = "24ce37af22cc31883dfdafa334c4e1f7cea8f2d4fb964f3aa88d77d5eea7ba94" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -9274,17 +9277,17 @@ dependencies = [ [[package]] name = "pallet-whitelist" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a68e2271ffe7a20565b7539931b9c01f29039ab151ac14fd93032e81f250727f" +checksum = "28f118e773504b4160eb199d5504d3351d360e9ba64197d72384ee0c5ce1c0e1" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-api 29.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -9314,26 +9317,27 @@ dependencies = [ [[package]] name = "pallet-xcm" -version = "10.0.1" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd52ee00a54f8b6ff3a90e97622b2403667ef25105dd08d71d45a7075c0ba478" +checksum = "649a096b0c178cb81b0e11fac4d2c67eda7cdae949d2a4c7ef693d2b39d677c6" dependencies = [ "bounded-collections 0.2.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-balances 31.0.0", + "pallet-balances 33.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", + "staging-xcm-executor 11.0.0", + "xcm-fee-payment-runtime-api", ] [[package]] @@ -9358,22 +9362,22 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3af346fe874360fdd3e36a63cac72a891283b63a2865b28f8afccaa63472fd40" +checksum = "14af05792aec4a80c211f029ddc370cc3b0d2153f8adbbb0982d637768837bf0" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", + "staging-xcm-executor 11.0.0", ] [[package]] @@ -9398,22 +9402,22 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub-router" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d565232e0b191f9ba84ae2b0549122493e283daee73c8f1d46864b2151d17c3" +checksum = "5e3e699ac017c1ea645c97e6a42d4c193f69282ca37c4197fc2a1cc9e69c2dc6" dependencies = [ - "bp-xcm-bridge-hub-router 0.9.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-xcm-bridge-hub-router 0.10.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", ] [[package]] @@ -9450,66 +9454,66 @@ dependencies = [ [[package]] name = "parachains-common" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5539fb10c2901cf120d3db87f6ee1568696ccce30cea1a0d0cdee31f64f1da37" +checksum = "375e035fedfe5e0a6b4de6d29c56f8ed5ca64f421a883e7e5bcdc37a76a7c715" dependencies = [ - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-utility 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-utility 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-asset-tx-payment 31.0.0", - "pallet-assets 32.0.0", - "pallet-authorship 31.0.0", - "pallet-balances 31.0.0", - "pallet-collator-selection 12.0.1", - "pallet-message-queue 34.0.0", - "pallet-xcm 10.0.1", + "pallet-asset-tx-payment 32.0.0", + "pallet-assets 33.0.0", + "pallet-authorship 32.0.0", + "pallet-balances 33.0.0", + "pallet-collator-selection 13.0.1", + "pallet-message-queue 35.0.0", + "pallet-xcm 11.0.0", "parity-scale-codec", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "scale-info", - "sp-consensus-aura 0.35.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-consensus-aura 0.36.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-parachain-info 0.10.0", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", - "substrate-wasm-builder 20.0.0", + "staging-parachain-info 0.11.0", + "staging-xcm 11.0.0", + "staging-xcm-executor 11.0.0", + "substrate-wasm-builder 21.0.0", ] [[package]] name = "parachains-runtimes-test-utils" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f99223f27fe88a1d071e0ddf6e10556aacb6cb507658acc70957783830f6fc37" +checksum = "562cc3f9874133635992672539509c087126ada17ab738853b93b6fd76033a02" dependencies = [ - "cumulus-pallet-parachain-system 0.10.0", - "cumulus-pallet-xcmp-queue 0.10.0", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-parachain-inherent 0.10.0", + "cumulus-pallet-parachain-system 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-parachain-inherent 0.11.0", "cumulus-test-relay-sproof-builder", - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-balances 31.0.0", - "pallet-collator-selection 12.0.1", - "pallet-session 31.0.0", - "pallet-timestamp 30.0.0", - "pallet-xcm 10.0.1", - "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "sp-consensus-aura 0.35.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-balances 33.0.0", + "pallet-collator-selection 13.0.1", + "pallet-session 32.0.0", + "pallet-timestamp 31.0.0", + "pallet-xcm 11.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 10.0.0", + "sp-consensus-aura 0.36.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-tracing", - "staging-parachain-info 0.10.0", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", - "substrate-wasm-builder 20.0.0", + "sp-tracing 17.0.0", + "staging-parachain-info 0.11.0", + "staging-xcm 11.0.0", + "staging-xcm-executor 11.0.0", + "substrate-wasm-builder 21.0.0", ] [[package]] @@ -9766,7 +9770,7 @@ dependencies = [ "sp-session 28.0.0", "sp-staking 27.0.0", "sp-std", - "sp-storage", + "sp-storage 20.0.0", "sp-transaction-pool 27.0.0", "sp-version 30.0.0", "staging-xcm 8.0.1", @@ -9975,9 +9979,9 @@ checksum = "626dec3cac7cc0e1577a2ec3fc496277ec2baa084bebad95bb6fdbfae235f84c" [[package]] name = "polkadot-approval-distribution" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c71bcf7eaa793354f996553b9b472833f761d9cd9e9bf6b2123895da4df6a25b" +checksum = "9022a11f7a24b293242c08357ab90ca725b9a9153489fae32425ff8d43401dee" dependencies = [ "bitvec", "futures", @@ -9989,16 +9993,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "rand", "tracing-gum", ] [[package]] name = "polkadot-availability-bitfield-distribution" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b156f5a0a20ffcd852e266b865ad9149c6180a4cf1af07f334567c3b86f0fec" +checksum = "630bd08d1b8eeaab90585e50da11114827dbbd0fdf1e6e2a417a57dde01b40d8" dependencies = [ "always-assert", "futures", @@ -10006,16 +10010,16 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "rand", "tracing-gum", ] [[package]] name = "polkadot-availability-distribution" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "156b913d3eb7981ac8d540bacef09d5dac3a5d0584fa5a27fc8971870a02040a" +checksum = "74aab8badb2e230830978ea27a34749ec6d0a096ff5c12fb08935f85e7881283" dependencies = [ "derive_more", "fatality", @@ -10026,20 +10030,20 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "rand", "schnellru", - "sp-core 31.0.0", - "sp-keystore 0.37.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-availability-recovery" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d736bca91fe70f303d09a1e251b7d3cb39164c94948d95a7769256ece066a3ed" +checksum = "1366718a28780768e5f2bd00c28445b0d37be21829b071a8b763534411978d81" dependencies = [ "async-trait", "fatality", @@ -10050,7 +10054,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "rand", "sc-network", "schnellru", @@ -10061,9 +10065,9 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5509ed80ddcbb63c88b9f346b22f4b663e52dadf475118ec06406a0688817c55" +checksum = "a6cbe8ee58650efc6a414c940e0bc09462926cfa806ace62207297f6a78c65a7" dependencies = [ "cfg-if", "clap", @@ -10079,11 +10083,11 @@ dependencies = [ "sc-storage-monitor", "sc-sysinfo", "sc-tracing", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-keyring 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-keyring 35.0.0", "sp-maybe-compressed-blob", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "substrate-build-script-utils", "thiserror", "try-runtime-cli", @@ -10091,9 +10095,9 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c82682bdd0aea251ab8f31a1b06f4c2c1c494e80fed4fc13ca9bc7622870bc82" +checksum = "fdade551b33b767772d5bca1e19e4b8ea3dadb0154401dac2e578d9f73889d55" dependencies = [ "bitvec", "fatality", @@ -10103,10 +10107,10 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", + "polkadot-primitives 11.0.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", "thiserror", "tokio-util", "tracing-gum", @@ -10127,22 +10131,22 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44c2f38f3195108e9da39b9845895bb3dff76f1c7b31409143febeb1560cd276" +checksum = "9792d6e3323b0bd7372a489bd3dd52afb09436919d073d45302f8e55f48ea4fd" dependencies = [ "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "polkadot-dispute-distribution" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5331cccd51a1593bc26a1619964f49876629589139cdf46151c21a6308c6bad" +checksum = "62c223fda0baf1414d963922e555001b32f6c13308b8b47081fa75959933cf2c" dependencies = [ "derive_more", "fatality", @@ -10155,58 +10159,58 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-network", "schnellru", - "sp-application-crypto 33.0.0", - "sp-keystore 0.37.0", + "sp-application-crypto 34.0.0", + "sp-keystore 0.38.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-erasure-coding" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4842b32ecf4ab29521f1f9dd199c35398cd101883912f74e070658cd465037af" +checksum = "cf840ff7a6337715e20e1afd76fd20dae11ebb049d89855ee2bf47b36b0e6249" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "reed-solomon-novelpoly", - "sp-core 31.0.0", - "sp-trie 32.0.0", + "sp-core 32.0.0", + "sp-trie 33.0.0", "thiserror", ] [[package]] name = "polkadot-gossip-support" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3165cced1fd975f43d21e8a0701b19461d07131ace5feae2bfeb8ea005953683" +checksum = "477f94e8c3eedd6cfcfdfe50a33d610d38dfec4668ff7f3baef8814ffb7da85e" dependencies = [ "futures", "futures-timer", "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "rand", "rand_chacha 0.3.1", "sc-network", "sc-network-common", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", + "sp-application-crypto 34.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-keystore 0.37.0", + "sp-keystore 0.38.0", "tracing-gum", ] [[package]] name = "polkadot-network-bridge" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48f34d1b7dde0d43c37aeacb37c199cbfc1c541a3ff03317fcb6bcc2d69501f6" +checksum = "bada301d390179f38d18f10435412c81f35fc8f6e357ed84516ca0018f8c6e21" dependencies = [ "always-assert", "async-trait", @@ -10219,7 +10223,7 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-network", "sp-consensus", "thiserror", @@ -10228,9 +10232,9 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1060f6954c43f120751ad3f2a54155541893fcf9a966f4a9ce5192ee7888fa1f" +checksum = "b81555b3a87382c8a7c5660b0b8a09dfd2573615086e7351ef95475a17e76b2d" dependencies = [ "futures", "parity-scale-codec", @@ -10238,8 +10242,8 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", - "sp-core 31.0.0", + "polkadot-primitives 11.0.0", + "sp-core 32.0.0", "sp-maybe-compressed-blob", "thiserror", "tracing-gum", @@ -10247,9 +10251,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "427edaa41cc878f0d22b3248e900d1f65760a92f6e230e7a54ff6118b8ef9c79" +checksum = "05e3f49e8102d9a0b20f6f96199040ea253708b34bd30e679481228ebf76ab23" dependencies = [ "bitvec", "derive_more", @@ -10264,26 +10268,26 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "rand", "rand_chacha 0.3.1", "rand_core 0.6.4", "sc-keystore", "schnellru", "schnorrkel 0.11.4", - "sp-application-crypto 33.0.0", + "sp-application-crypto 34.0.0", "sp-consensus", - "sp-consensus-slots 0.35.0", - "sp-runtime 34.0.0", + "sp-consensus-slots 0.36.0", + "sp-runtime 35.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-av-store" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "669f4ba3485a915853e94db99cf0dc5af9bccacd76b4d6f06550c5ecbd33d4aa" +checksum = "bb6fe8e8eaf3e368e93a24309d812bc1e5f91fe865a80c1c7cd182fe217c50a7" dependencies = [ "bitvec", "futures", @@ -10296,7 +10300,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sp-consensus", "thiserror", "tracing-gum", @@ -10304,9 +10308,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "307ec8006475fd2f5f878bbfd7c74368f4fde0fd10096925a85b5e027ace4889" +checksum = "2b5417cf48b5948ed665f847240135f1fa5415cc5d3e9013cc3140a632cbf156" dependencies = [ "bitvec", "fatality", @@ -10315,25 +10319,25 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "polkadot-statement-table", "schnellru", - "sp-keystore 0.37.0", + "sp-keystore 0.38.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-bitfield-signing" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8133ce90b5bfc6d81c8d124dd26ec86624eb88bb33e57c0fb59d1262c9224ea" +checksum = "c2365e3ddb8073f54e81b222e51a364cd3e38b7371bcd042017b73db2d523028" dependencies = [ "futures", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", - "sp-keystore 0.37.0", + "polkadot-primitives 11.0.0", + "sp-keystore 0.38.0", "thiserror", "tracing-gum", "wasm-timer", @@ -10341,9 +10345,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a4335b31f5d7dd3c59a7a061ca32061d290244fde416186fd22bee5093cf4bb" +checksum = "867b7c560556d063b4b93d0cec3a5f6932735311b5d66666105705b87fc36a9c" dependencies = [ "async-trait", "futures", @@ -10355,17 +10359,17 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sp-maybe-compressed-blob", "tracing-gum", ] [[package]] name = "polkadot-node-core-chain-api" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23b25733a45754fa4f049d26289994e379be21b132ca36982378604b53341104" +checksum = "c2ffcc24bbbc2a2523c599022b106f0b48213bf80ef75f490fe02ec79ab972e4" dependencies = [ "futures", "polkadot-node-metrics", @@ -10378,9 +10382,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c77a7c69bd67b0840c0f97c61637b798f6ec49c6a1c4cf153e4d8e8b22e34c45" +checksum = "a9971f3ef6226f6f12bede58e009aae16fc6fc636159ec1dc7f1add2bad87638" dependencies = [ "futures", "futures-timer", @@ -10389,16 +10393,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-dispute-coordinator" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea6fb7b632e37b5eff4d3ceb246a6d7277c82bb573cbc2360c37719a5e00df82" +checksum = "d3d839dc81ec2f6593fb33bfc4d0e469c56ee0953fd129cc10fe224f7f2ff0bd" dependencies = [ "fatality", "futures", @@ -10407,7 +10411,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-keystore", "schnellru", "thiserror", @@ -10416,27 +10420,27 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c904246202cb80fc3e3872e142d74958903515c3b91d3d4d88907cf8bca46e2" +checksum = "9d3f8faa7a013b08ebdf4e018b8f7daccfc2b13fdac154d361ceb5be9992647b" dependencies = [ "async-trait", "futures", "futures-timer", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sp-blockchain", - "sp-inherents 29.0.0", + "sp-inherents 30.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-prospective-parachains" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d343298e502e687bc2f8ae837cad538a9b5d60ce714ace58120cb91aeb41d1c1" +checksum = "5995f6998c35e9bbb8ab784714fcab7c9ddc6f0125cbd99a7175674a3f99f187" dependencies = [ "bitvec", "fatality", @@ -10445,16 +10449,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-provisioner" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9be87118cc96f05bd5a35bee2f8c495b894d23fbff1c954b15d7dbe4516564c" +checksum = "5ccd98d226f1a650827183e6807466d0569691dd4a8434a3974eea041c73a677" dependencies = [ "bitvec", "fatality", @@ -10463,7 +10467,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "schnellru", "thiserror", "tracing-gum", @@ -10471,9 +10475,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99c07e2dad8712e1e5978c6404aca20d2c7f1b5d6151d60277f49ce949b3ed5d" +checksum = "6db5f945f8f26982b46c5cb1ed9c37f29d7e851bd06dae97b2b04e6d46dd4b77" dependencies = [ "always-assert", "array-bytes 6.2.2", @@ -10485,18 +10489,18 @@ dependencies = [ "libc", "parity-scale-codec", "pin-project", - "polkadot-core-primitives 10.0.0", + "polkadot-core-primitives 11.0.0", "polkadot-node-core-pvf-common", "polkadot-node-metrics", "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", "rand", "slotmap", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-maybe-compressed-blob", - "sp-wasm-interface", + "sp-wasm-interface 21.0.0", "tempfile", "thiserror", "tokio", @@ -10505,26 +10509,26 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1536bf89078dca39061f2a4d742e11dc14da38ffa5b6ce84e5c454cf9fd9b151" +checksum = "275cab7ad2b38fdfb0c097485fe4f51e55e36c96330255edc38ccf121aa2171c" dependencies = [ "futures", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 10.0.0", - "sp-keystore 0.37.0", + "polkadot-primitives 11.0.0", + "sp-keystore 0.38.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-pvf-common" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2781bf5b07873b37ed5a76b28866367ea2529d4b91497c3db560c0eb59b2a2d9" +checksum = "2d1cf57c2204d9f80da258cfd1ca8e2ef7f366fa7810333da5f8519a05ba574d" dependencies = [ "cfg-if", "cpu-time", @@ -10533,42 +10537,42 @@ dependencies = [ "libc", "nix 0.27.1", "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-executor", "sc-executor-common", "sc-executor-wasmtime", "seccompiler", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-externalities 0.27.0", - "sp-io 33.0.0", - "sp-tracing", + "sp-externalities 0.28.0", + "sp-io 34.0.0", + "sp-tracing 17.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-runtime-api" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7065d7dd209b05ceaf3781ca0a7cdfcb0071c3a61a8357e37dff8587a94928d2" +checksum = "fd9c685da442b6dde17f0f1e4bd6bb4d6827c6af0dbe96bc603d3d4f8fd05953" dependencies = [ "futures", "polkadot-node-metrics", "polkadot-node-subsystem", "polkadot-node-subsystem-types", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "schnellru", - "sp-consensus-babe 0.35.0", + "sp-consensus-babe 0.36.0", "tracing-gum", ] [[package]] name = "polkadot-node-jaeger" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e14e65e3d9990d1f8f793a23c05c6aa82a551e551225ab86d2625474afef748f" +checksum = "cbefc5402f4eadf6dc976d8013c0e050947809a1442a6fc3c44640841c7df712" dependencies = [ "lazy_static", "log", @@ -10576,25 +10580,25 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "polkadot-node-primitives", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-network", - "sp-core 31.0.0", + "sp-core 32.0.0", "thiserror", "tokio", ] [[package]] name = "polkadot-node-metrics" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4ca58a67371546b66a011f0e27551094a8499a53223b16c164e769d25d981d0" +checksum = "ba41f6bbcb2261a92c452ffa2960301079a0922c832491b4e9aa3400887e33ac" dependencies = [ "bs58 0.5.1", "futures", "futures-timer", "log", "parity-scale-codec", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "prioritized-metered-channel", "sc-cli", "sc-service", @@ -10605,9 +10609,9 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67c3b078794c9c383ee3ceff65f2713ec81c033c6d8785ead5f7797e914c1fe3" +checksum = "915df9a38d99dc98216f8dce9a90f3ff2cee0d7fdf9b956c055844421b0d231b" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -10619,44 +10623,44 @@ dependencies = [ "parity-scale-codec", "polkadot-node-jaeger", "polkadot-node-primitives", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "rand", "sc-authority-discovery", "sc-network", - "strum 0.24.1", + "strum 0.26.3", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-primitives" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d9521abb7028ce7040f66a0786423bee2cdb7725ca46e5cee1f86191bcb2ed3" +checksum = "cf8d9fa95f0752c64635b2c8fc8c39b55eedb960f18a068d10720085c8ad06f6" dependencies = [ "bitvec", "bounded-vec", "futures", "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", "schnorrkel 0.11.4", "serde", - "sp-application-crypto 33.0.0", - "sp-consensus-babe 0.35.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", + "sp-application-crypto 34.0.0", + "sp-consensus-babe 0.36.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", "sp-maybe-compressed-blob", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "thiserror", "zstd 0.12.4", ] [[package]] name = "polkadot-node-subsystem" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7865c507f0eab9d816c40b1d4e2acb4e8f77db9efc8c0af23942d6b0f50e6f6" +checksum = "6d5bbd86b3014ce7cc71e1a90bf641e26c4cea98955522d350268efa97c58de9" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -10665,9 +10669,9 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf0e971c1377901212059b794b48acac9a855cac83f2e07dc1b708ca0e77ba64" +checksum = "ca25de72c086250c6b53ba0a868fcb1c99c305e0abbf5e3faf5568310dd4672b" dependencies = [ "async-trait", "bitvec", @@ -10677,26 +10681,26 @@ dependencies = [ "polkadot-node-jaeger", "polkadot-node-network-protocol", "polkadot-node-primitives", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "polkadot-statement-table", "sc-client-api", "sc-network", "sc-transaction-pool-api", "smallvec", - "sp-api 29.0.0", - "sp-authority-discovery 29.0.0", + "sp-api 30.0.0", + "sp-authority-discovery 30.0.0", "sp-blockchain", - "sp-consensus-babe 0.35.0", - "sp-runtime 34.0.0", + "sp-consensus-babe 0.36.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "polkadot-node-subsystem-util" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4937553bd1a5f9ee9343a1a227ae07237b48a29c99ecd53217b090ca84b753c6" +checksum = "3d61ee42f50de06ae2d0209cb49af9805b780d1042a49f74f9841d2095784827" dependencies = [ "async-trait", "derive_more", @@ -10716,23 +10720,23 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-types", "polkadot-overseer", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "prioritized-metered-channel", "rand", "sc-client-api", "schnellru", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", + "sp-application-crypto 34.0.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-overseer" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97415bc09e9dd20d44a019eaf0bb803ab3239a7eca20820b181e53901966fdbc" +checksum = "b6fa9663b506f2c6632468e1207e4a651ca16f2f4aba17d0a3d9e2fb828f02c5" dependencies = [ "async-trait", "futures", @@ -10743,10 +10747,10 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-primitives", "polkadot-node-subsystem-types", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-client-api", - "sp-api 29.0.0", - "sp-core 31.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", "tikv-jemalloc-ctl", "tracing-gum", ] @@ -10771,20 +10775,20 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b87dda07862f2b16f2c2b7d315f2b4549c896562d973d466b6d19de36aba30d" +checksum = "fe77e2febc4b87e7c0a63f857ce5c32a2680cae5f9c2740285cd7378ed1586ca" dependencies = [ "bounded-collections 0.2.0", "derive_more", "parity-scale-codec", - "polkadot-core-primitives 10.0.0", + "polkadot-core-primitives 11.0.0", "scale-info", "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-weights 30.0.0", + "sp-weights 31.0.0", ] [[package]] @@ -10817,42 +10821,42 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e01b525a35852e2861397eecbdb4a03dda69f14f7ca04968f2e06d6cba51dfb" +checksum = "71eabc294df35faa0877f6427e9a37d3b8323922aa0372cc9208e492d8f1b2f5" dependencies = [ "bitvec", "hex-literal", "log", "parity-scale-codec", - "polkadot-core-primitives 10.0.0", - "polkadot-parachain-primitives 9.0.0", + "polkadot-core-primitives 11.0.0", + "polkadot-parachain-primitives 10.0.0", "scale-info", "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.0", - "sp-authority-discovery 29.0.0", - "sp-consensus-slots 0.35.0", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-arithmetic 26.0.0", + "sp-authority-discovery 30.0.0", + "sp-consensus-slots 0.36.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", "sp-std", ] [[package]] name = "polkadot-rpc" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9bf68469a4e01a0c8a16869fde6de3071fbebdf836058c8afe8396470ef2c462" +checksum = "fb29231d3184c38d011a7bffea09a2c1724b5d7544d43d6159aaa3870ae74e26" dependencies = [ "jsonrpsee", "mmr-rpc", "pallet-transaction-payment-rpc", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-chain-spec", "sc-client-api", "sc-consensus-babe", @@ -10866,13 +10870,13 @@ dependencies = [ "sc-rpc-spec-v2", "sc-sync-state-rpc", "sc-transaction-pool-api", - "sp-api 29.0.0", - "sp-block-builder 29.0.0", + "sp-api 30.0.0", + "sp-block-builder 30.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.35.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", + "sp-consensus-babe 0.36.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", "substrate-frame-rpc-system", "substrate-state-trie-migration-rpc", ] @@ -10931,53 +10935,53 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1abd7bff20e17e025a4e001aff55dfefcfd7ef8a8ae138de44998a012e227f2" +checksum = "27c9469b179e1bef848bbf051df1bd529b2b9a2a0428c0f87527586a5bca3848" dependencies = [ "bitvec", - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-election-provider-support 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "libsecp256k1", "log", - "pallet-asset-rate 10.0.0", - "pallet-authorship 31.0.0", - "pallet-babe 31.0.0", - "pallet-balances 31.0.0", - "pallet-broker 0.9.0", - "pallet-election-provider-multi-phase 30.0.0", - "pallet-fast-unstake 30.0.0", - "pallet-identity 31.0.0", - "pallet-session 31.0.0", - "pallet-staking 31.0.0", - "pallet-staking-reward-fn 21.0.0", - "pallet-timestamp 30.0.0", - "pallet-transaction-payment 31.0.0", - "pallet-treasury 30.0.0", - "pallet-vesting 31.0.0", - "parity-scale-codec", - "polkadot-primitives 10.0.0", - "polkadot-runtime-parachains 10.0.0", + "pallet-asset-rate 11.0.0", + "pallet-authorship 32.0.0", + "pallet-babe 32.0.0", + "pallet-balances 33.0.0", + "pallet-broker 0.10.0", + "pallet-election-provider-multi-phase 31.0.0", + "pallet-fast-unstake 31.0.0", + "pallet-identity 32.0.0", + "pallet-session 32.0.0", + "pallet-staking 32.0.0", + "pallet-staking-reward-fn 22.0.0", + "pallet-timestamp 31.0.0", + "pallet-transaction-payment 32.0.0", + "pallet-treasury 31.0.0", + "pallet-vesting 32.0.0", + "parity-scale-codec", + "polkadot-primitives 11.0.0", + "polkadot-runtime-parachains 11.0.0", "rustc-hex", "scale-info", "serde", "serde_derive", - "slot-range-helper 10.0.0", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-npos-elections 29.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-staking 29.0.0", - "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", + "slot-range-helper 11.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-npos-elections 30.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-staking 30.0.0", + "sp-std", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", + "staging-xcm-executor 11.0.0", "static_assertions", ] @@ -10992,21 +10996,21 @@ dependencies = [ "parity-scale-codec", "polkadot-primitives 8.0.1", "sp-std", - "sp-tracing", + "sp-tracing 16.0.0", ] [[package]] name = "polkadot-runtime-metrics" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fed9088becfd874b6dbf064f9d1dd1bfa2e3c2188459a572aac2e689c028772" +checksum = "d3c04cc730f9ddcd9a663eddb95915d783704d11ea12eb2882c0abe18968b9de" dependencies = [ "bs58 0.5.1", - "frame-benchmarking 31.0.0", + "frame-benchmarking 32.0.0", "parity-scale-codec", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sp-std", - "sp-tracing", + "sp-tracing 17.0.0", ] [[package]] @@ -11061,66 +11065,66 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ce601c5f1005ff1d315c1e5c161a73e63e54bf23527f98c2bfa3ffc5b22f5e6" +checksum = "32edd5b366f1e45995f613997ed259993cd2746f0407f186136696d54e24d784" dependencies = [ "bitflags 1.3.2", "bitvec", "derive_more", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "log", - "pallet-authority-discovery 31.0.1", - "pallet-authorship 31.0.0", - "pallet-babe 31.0.0", - "pallet-balances 31.0.0", - "pallet-broker 0.9.0", - "pallet-message-queue 34.0.0", - "pallet-session 31.0.0", - "pallet-staking 31.0.0", - "pallet-timestamp 30.0.0", - "pallet-vesting 31.0.0", - "parity-scale-codec", - "polkadot-core-primitives 10.0.0", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", - "polkadot-runtime-metrics 10.0.0", + "pallet-authority-discovery 32.0.0", + "pallet-authorship 32.0.0", + "pallet-babe 32.0.0", + "pallet-balances 33.0.0", + "pallet-broker 0.10.0", + "pallet-message-queue 35.0.0", + "pallet-session 32.0.0", + "pallet-staking 32.0.0", + "pallet-timestamp 31.0.0", + "pallet-vesting 32.0.0", + "parity-scale-codec", + "polkadot-core-primitives 11.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-metrics 11.0.0", "rand", "rand_chacha 0.3.1", "rustc-hex", "scale-info", "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-staking 29.0.0", - "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-staking 30.0.0", + "sp-std", + "staging-xcm 11.0.0", + "staging-xcm-executor 11.0.0", "static_assertions", ] [[package]] name = "polkadot-service" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "322db94a98084bf62ac2c58194856d823455ceb74000c9602f817b8b738a8f78" +checksum = "f276b38deaab6bff3ddfe061331901196ff992f76398bd0abc78382f4f115cf0" dependencies = [ "async-trait", - "frame-benchmarking 31.0.0", + "frame-benchmarking 32.0.0", "frame-benchmarking-cli", - "frame-support 31.0.0", - "frame-system 31.0.0", - "frame-system-rpc-runtime-api 29.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "frame-system-rpc-runtime-api 30.0.0", "futures", "hex-literal", "is_executable", @@ -11128,11 +11132,10 @@ dependencies = [ "kvdb-rocksdb", "log", "mmr-gadget", - "pallet-babe 31.0.0", - "pallet-im-online 30.0.0", - "pallet-staking 31.0.0", - "pallet-transaction-payment 31.0.0", - "pallet-transaction-payment-rpc-runtime-api 31.0.0", + "pallet-babe 32.0.0", + "pallet-staking 32.0.0", + "pallet-transaction-payment 32.0.0", + "pallet-transaction-payment-rpc-runtime-api 32.0.0", "parity-db", "parity-scale-codec", "parking_lot 0.12.1", @@ -11141,7 +11144,7 @@ dependencies = [ "polkadot-availability-distribution", "polkadot-availability-recovery", "polkadot-collator-protocol", - "polkadot-core-primitives 10.0.0", + "polkadot-core-primitives 11.0.0", "polkadot-dispute-distribution", "polkadot-gossip-support", "polkadot-network-bridge", @@ -11166,10 +11169,10 @@ dependencies = [ "polkadot-node-subsystem-types", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", "polkadot-rpc", - "polkadot-runtime-parachains 10.0.0", + "polkadot-runtime-parachains 11.0.0", "polkadot-statement-distribution", "rococo-runtime", "sc-authority-discovery", @@ -11198,40 +11201,42 @@ dependencies = [ "schnellru", "serde", "serde_json", - "sp-api 29.0.0", - "sp-authority-discovery 29.0.0", - "sp-block-builder 29.0.0", + "sp-api 30.0.0", + "sp-authority-discovery 30.0.0", + "sp-block-builder 30.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.35.0", - "sp-consensus-beefy 16.0.0", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-keyring 34.0.0", - "sp-keystore 0.37.0", - "sp-mmr-primitives 29.0.0", - "sp-offchain 29.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-state-machine 0.38.0", - "sp-storage", - "sp-timestamp 29.0.0", - "sp-transaction-pool 29.0.0", - "sp-version 32.0.0", - "sp-weights 30.0.0", + "sp-consensus-babe 0.36.0", + "sp-consensus-beefy 17.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-keyring 35.0.0", + "sp-keystore 0.38.0", + "sp-mmr-primitives 30.0.0", + "sp-offchain 30.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-state-machine 0.39.0", + "sp-storage 21.0.0", + "sp-timestamp 30.0.0", + "sp-transaction-pool 30.0.0", + "sp-version 33.0.0", + "sp-weights 31.0.0", + "staging-xcm 11.0.0", "substrate-prometheus-endpoint", "thiserror", "tracing-gum", "westend-runtime", + "xcm-fee-payment-runtime-api", ] [[package]] name = "polkadot-statement-distribution" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38a4ef148c9bbed26f8630311ac26c9df1c07195a46a84fb5e8e7e7122e90248" +checksum = "ded486e00b2d5bdc589b4b75c722d7a2b2f4669bd3b492227d3501d60db1b4ec" dependencies = [ "arrayvec 0.7.4", "bitvec", @@ -11244,22 +11249,22 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", - "sp-keystore 0.37.0", - "sp-staking 29.0.0", + "polkadot-primitives 11.0.0", + "sp-keystore 0.38.0", + "sp-staking 30.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-statement-table" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a18144720acd47e1243b60c20bfb03f73dc67cbaf61bf2820991961e1ebb803b" +checksum = "efc9894c6ae63eb4ba1724cc4859db2224038b770b3ac1bf05f0650cbf01dca7" dependencies = [ "parity-scale-codec", - "polkadot-primitives 10.0.0", - "sp-core 31.0.0", + "polkadot-primitives 11.0.0", + "sp-core 32.0.0", "tracing-gum", ] @@ -11272,7 +11277,7 @@ dependencies = [ "libc", "log", "polkavm-assembler", - "polkavm-common 0.9.0", + "polkavm-common", "polkavm-linux-raw", ] @@ -11285,18 +11290,6 @@ dependencies = [ "log", ] -[[package]] -name = "polkavm-common" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88b4e215c80fe876147f3d58158d5dfeae7dabdd6047e175af77095b78d0035c" - -[[package]] -name = "polkavm-common" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92c99f7eee94e7be43ba37eef65ad0ee8cbaf89b7c00001c3f6d2be985cb1817" - [[package]] name = "polkavm-common" version = "0.9.0" @@ -11306,56 +11299,13 @@ dependencies = [ "log", ] -[[package]] -name = "polkavm-derive" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6380dbe1fb03ecc74ad55d841cfc75480222d153ba69ddcb00977866cbdabdb8" -dependencies = [ - "polkavm-derive-impl 0.5.0", - "syn 2.0.55", -] - -[[package]] -name = "polkavm-derive" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79fa916f7962348bd1bb1a65a83401675e6fc86c51a0fdbcf92a3108e58e6125" -dependencies = [ - "polkavm-derive-impl-macro 0.8.0", -] - [[package]] name = "polkavm-derive" version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ae8c4bea6f3e11cd89bb18bcdddac10bd9a24015399bd1c485ad68a985a19606" dependencies = [ - "polkavm-derive-impl-macro 0.9.0", -] - -[[package]] -name = "polkavm-derive-impl" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc8211b3365bbafb2fb32057d68b0e1ca55d079f5cf6f9da9b98079b94b3987d" -dependencies = [ - "polkavm-common 0.5.0", - "proc-macro2", - "quote", - "syn 2.0.55", -] - -[[package]] -name = "polkavm-derive-impl" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c10b2654a8a10a83c260bfb93e97b262cf0017494ab94a65d389e0eda6de6c9c" -dependencies = [ - "polkavm-common 0.8.0", - "proc-macro2", - "quote", - "syn 2.0.55", + "polkavm-derive-impl-macro", ] [[package]] @@ -11364,29 +11314,19 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c4fdfc49717fb9a196e74a5d28e0bc764eb394a2c803eb11133a31ac996c60c" dependencies = [ - "polkavm-common 0.9.0", + "polkavm-common", "proc-macro2", "quote", "syn 2.0.55", ] -[[package]] -name = "polkavm-derive-impl-macro" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15e85319a0d5129dc9f021c62607e0804f5fb777a05cdda44d750ac0732def66" -dependencies = [ - "polkavm-derive-impl 0.8.0", - "syn 2.0.55", -] - [[package]] name = "polkavm-derive-impl-macro" version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ba81f7b5faac81e528eb6158a6f3c9e0bb1008e0ffa19653bc8dea925ecb429" dependencies = [ - "polkavm-derive-impl 0.9.0", + "polkavm-derive-impl", "syn 2.0.55", ] @@ -11400,7 +11340,7 @@ dependencies = [ "hashbrown 0.14.3", "log", "object 0.32.2", - "polkavm-common 0.9.0", + "polkavm-common", "regalloc2 0.9.3", "rustc-demangle", ] @@ -11477,11 +11417,11 @@ dependencies = [ "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-service", - "cumulus-primitives-aura 0.10.0", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-parachain-inherent 0.10.0", + "cumulus-primitives-aura 0.11.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-parachain-inherent 0.11.0", "cumulus-relay-chain-interface", - "frame-benchmarking 31.0.0", + "frame-benchmarking 32.0.0", "frame-benchmarking-cli", "futures", "jsonrpsee", @@ -11489,7 +11429,7 @@ dependencies = [ "pallet-transaction-payment-rpc", "parity-scale-codec", "polkadot-cli", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "pop-runtime-common", "pop-runtime-devnet", "pop-runtime-testnet", @@ -11511,19 +11451,19 @@ dependencies = [ "sc-transaction-pool-api", "serde", "serde_json", - "sp-api 29.0.0", - "sp-block-builder 29.0.0", + "sp-api 30.0.0", + "sp-block-builder 30.0.0", "sp-blockchain", - "sp-consensus-aura 0.35.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-keystore 0.37.0", - "sp-offchain 29.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-timestamp 29.0.0", - "sp-transaction-pool 29.0.0", - "staging-xcm 10.0.0", + "sp-consensus-aura 0.36.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-keystore 0.38.0", + "sp-offchain 30.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-timestamp 30.0.0", + "sp-transaction-pool 30.0.0", + "staging-xcm 11.0.0", "substrate-build-script-utils", "substrate-frame-rpc-system", "substrate-prometheus-endpoint", @@ -11542,12 +11482,12 @@ dependencies = [ name = "pop-runtime-common" version = "0.0.0" dependencies = [ - "frame-support 31.0.0", - "parachains-common 10.0.0", + "frame-support 32.0.0", + "parachains-common 11.0.0", "parity-scale-codec", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -11555,147 +11495,147 @@ dependencies = [ name = "pop-runtime-devnet" version = "0.1.0" dependencies = [ - "cumulus-pallet-aura-ext 0.10.0", - "cumulus-pallet-parachain-system 0.10.0", - "cumulus-pallet-session-benchmarking 12.0.0", - "cumulus-pallet-xcm 0.10.0", - "cumulus-pallet-xcmp-queue 0.10.0", - "cumulus-primitives-aura 0.10.0", - "cumulus-primitives-core 0.10.0", + "cumulus-pallet-aura-ext 0.11.0", + "cumulus-pallet-parachain-system 0.11.0", + "cumulus-pallet-session-benchmarking 13.0.0", + "cumulus-pallet-xcm 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-aura 0.11.0", + "cumulus-primitives-core 0.11.0", "cumulus-primitives-storage-weight-reclaim", - "cumulus-primitives-utility 0.10.0", + "cumulus-primitives-utility 0.11.0", "enumflags2", "env_logger 0.11.3", - "frame-benchmarking 31.0.0", - "frame-executive 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "frame-system-benchmarking 31.0.0", - "frame-system-rpc-runtime-api 29.0.0", - "frame-try-runtime 0.37.0", + "frame-benchmarking 32.0.0", + "frame-executive 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "frame-system-benchmarking 32.0.0", + "frame-system-rpc-runtime-api 30.0.0", + "frame-try-runtime 0.38.0", "hex", "hex-literal", "log", - "pallet-assets 32.0.0", - "pallet-aura 30.0.0", - "pallet-authorship 31.0.0", - "pallet-balances 31.0.0", - "pallet-collator-selection 12.0.1", + "pallet-assets 33.0.0", + "pallet-aura 31.0.0", + "pallet-authorship 32.0.0", + "pallet-balances 33.0.0", + "pallet-collator-selection 13.0.1", "pallet-contracts", - "pallet-message-queue 34.0.0", - "pallet-multisig 31.0.0", + "pallet-message-queue 35.0.0", + "pallet-multisig 32.0.0", "pallet-nft-fractionalization", - "pallet-nfts 25.0.0", - "pallet-nfts-runtime-api 17.0.0", - "pallet-preimage 31.0.0", - "pallet-proxy 31.0.0", - "pallet-scheduler 32.0.0", - "pallet-session 31.0.0", - "pallet-sudo 31.0.0", - "pallet-timestamp 30.0.0", - "pallet-transaction-payment 31.0.0", - "pallet-transaction-payment-rpc-runtime-api 31.0.0", - "pallet-utility 31.0.0", - "pallet-xcm 10.0.1", - "parachains-common 10.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "polkadot-runtime-common 10.0.0", + "pallet-nfts 26.0.0", + "pallet-nfts-runtime-api 18.0.0", + "pallet-preimage 32.0.0", + "pallet-proxy 32.0.0", + "pallet-scheduler 33.0.0", + "pallet-session 32.0.0", + "pallet-sudo 32.0.0", + "pallet-timestamp 31.0.0", + "pallet-transaction-payment 32.0.0", + "pallet-transaction-payment-rpc-runtime-api 32.0.0", + "pallet-utility 32.0.0", + "pallet-xcm 11.0.0", + "parachains-common 11.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 10.0.0", + "polkadot-runtime-common 11.0.0", "pop-primitives", "pop-runtime-common", "scale-info", "smallvec", - "sp-api 29.0.0", - "sp-block-builder 29.0.0", - "sp-consensus-aura 0.35.0", - "sp-core 31.0.0", - "sp-genesis-builder 0.10.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-offchain 29.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-std", - "sp-transaction-pool 29.0.0", - "sp-version 32.0.0", - "staging-parachain-info 0.10.0", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", - "substrate-wasm-builder 20.0.0", + "sp-api 30.0.0", + "sp-block-builder 30.0.0", + "sp-consensus-aura 0.36.0", + "sp-core 32.0.0", + "sp-genesis-builder 0.11.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-offchain 30.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-std", + "sp-transaction-pool 30.0.0", + "sp-version 33.0.0", + "staging-parachain-info 0.11.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", + "staging-xcm-executor 11.0.0", + "substrate-wasm-builder 21.0.0", ] [[package]] name = "pop-runtime-testnet" version = "0.2.0" dependencies = [ - "cumulus-pallet-aura-ext 0.10.0", - "cumulus-pallet-parachain-system 0.10.0", - "cumulus-pallet-session-benchmarking 12.0.0", - "cumulus-pallet-xcm 0.10.0", - "cumulus-pallet-xcmp-queue 0.10.0", - "cumulus-primitives-aura 0.10.0", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-utility 0.10.0", + "cumulus-pallet-aura-ext 0.11.0", + "cumulus-pallet-parachain-system 0.11.0", + "cumulus-pallet-session-benchmarking 13.0.0", + "cumulus-pallet-xcm 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-aura 0.11.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-utility 0.11.0", "enumflags2", "env_logger 0.11.3", - "frame-benchmarking 31.0.0", - "frame-executive 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "frame-system-benchmarking 31.0.0", - "frame-system-rpc-runtime-api 29.0.0", - "frame-try-runtime 0.37.0", + "frame-benchmarking 32.0.0", + "frame-executive 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "frame-system-benchmarking 32.0.0", + "frame-system-rpc-runtime-api 30.0.0", + "frame-try-runtime 0.38.0", "hex", "hex-literal", "log", - "pallet-assets 32.0.0", - "pallet-aura 30.0.0", - "pallet-authorship 31.0.0", - "pallet-balances 31.0.0", - "pallet-collator-selection 12.0.1", + "pallet-assets 33.0.0", + "pallet-aura 31.0.0", + "pallet-authorship 32.0.0", + "pallet-balances 33.0.0", + "pallet-collator-selection 13.0.1", "pallet-contracts", - "pallet-message-queue 34.0.0", - "pallet-multisig 31.0.0", + "pallet-message-queue 35.0.0", + "pallet-multisig 32.0.0", "pallet-nft-fractionalization", - "pallet-nfts 25.0.0", - "pallet-nfts-runtime-api 17.0.0", - "pallet-preimage 31.0.0", - "pallet-proxy 31.0.0", - "pallet-scheduler 32.0.0", - "pallet-session 31.0.0", - "pallet-sudo 31.0.0", - "pallet-timestamp 30.0.0", - "pallet-transaction-payment 31.0.0", - "pallet-transaction-payment-rpc-runtime-api 31.0.0", - "pallet-utility 31.0.0", - "pallet-xcm 10.0.1", - "parachains-common 10.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "polkadot-runtime-common 10.0.0", + "pallet-nfts 26.0.0", + "pallet-nfts-runtime-api 18.0.0", + "pallet-preimage 32.0.0", + "pallet-proxy 32.0.0", + "pallet-scheduler 33.0.0", + "pallet-session 32.0.0", + "pallet-sudo 32.0.0", + "pallet-timestamp 31.0.0", + "pallet-transaction-payment 32.0.0", + "pallet-transaction-payment-rpc-runtime-api 32.0.0", + "pallet-utility 32.0.0", + "pallet-xcm 11.0.0", + "parachains-common 11.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 10.0.0", + "polkadot-runtime-common 11.0.0", "pop-primitives", "pop-runtime-common", "scale-info", "smallvec", - "sp-api 29.0.0", - "sp-block-builder 29.0.0", - "sp-consensus-aura 0.35.0", - "sp-core 31.0.0", - "sp-genesis-builder 0.10.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-offchain 29.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-std", - "sp-transaction-pool 29.0.0", - "sp-version 32.0.0", - "staging-parachain-info 0.10.0", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", - "substrate-wasm-builder 20.0.0", + "sp-api 30.0.0", + "sp-block-builder 30.0.0", + "sp-consensus-aura 0.36.0", + "sp-core 32.0.0", + "sp-genesis-builder 0.11.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-offchain 30.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-std", + "sp-transaction-pool 30.0.0", + "sp-version 33.0.0", + "staging-parachain-info 0.11.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", + "staging-xcm-executor 11.0.0", + "substrate-wasm-builder 21.0.0", ] [[package]] @@ -12406,116 +12346,116 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "165988588402ce7dc2d32dfba280cbbd59befc444d8f95579b999ecd8575ef27" +checksum = "ee1a30be097c0e02d2aacc4b2b73ecba2c795ae9246f2c37711ebae0e69dd95c" dependencies = [ "binary-merkle-tree 15.0.0", - "frame-benchmarking 31.0.0", - "frame-executive 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "frame-system-benchmarking 31.0.0", - "frame-system-rpc-runtime-api 29.0.0", - "frame-try-runtime 0.37.0", + "frame-benchmarking 32.0.0", + "frame-executive 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "frame-system-benchmarking 32.0.0", + "frame-system-rpc-runtime-api 30.0.0", + "frame-try-runtime 0.38.0", "hex-literal", "log", - "pallet-asset-rate 10.0.0", - "pallet-authority-discovery 31.0.1", - "pallet-authorship 31.0.0", - "pallet-babe 31.0.0", - "pallet-balances 31.0.0", - "pallet-beefy 31.0.0", - "pallet-beefy-mmr 31.0.0", - "pallet-bounties 30.0.0", - "pallet-child-bounties 30.0.0", + "pallet-asset-rate 11.0.0", + "pallet-authority-discovery 32.0.0", + "pallet-authorship 32.0.0", + "pallet-babe 32.0.0", + "pallet-balances 33.0.0", + "pallet-beefy 32.0.0", + "pallet-beefy-mmr 32.0.0", + "pallet-bounties 31.0.0", + "pallet-child-bounties 31.0.0", "pallet-collective", - "pallet-conviction-voting 31.0.0", + "pallet-conviction-voting 32.0.0", "pallet-democracy", "pallet-elections-phragmen", - "pallet-grandpa 31.0.0", - "pallet-identity 31.0.0", - "pallet-im-online 30.0.0", - "pallet-indices 31.0.0", + "pallet-grandpa 32.0.0", + "pallet-identity 32.0.0", + "pallet-indices 32.0.0", "pallet-membership", - "pallet-message-queue 34.0.0", - "pallet-mmr 30.0.0", - "pallet-multisig 31.0.0", + "pallet-message-queue 35.0.0", + "pallet-mmr 31.0.0", + "pallet-multisig 32.0.0", "pallet-nis", - "pallet-offences 30.0.0", - "pallet-preimage 31.0.0", - "pallet-proxy 31.0.0", + "pallet-offences 31.0.0", + "pallet-preimage 32.0.0", + "pallet-proxy 32.0.0", "pallet-ranked-collective", "pallet-recovery", - "pallet-referenda 31.0.0", + "pallet-referenda 32.0.0", "pallet-root-testing", - "pallet-scheduler 32.0.0", - "pallet-session 31.0.0", + "pallet-scheduler 33.0.0", + "pallet-session 32.0.0", "pallet-society", - "pallet-staking 31.0.0", - "pallet-state-trie-migration 32.0.0", - "pallet-sudo 31.0.0", - "pallet-timestamp 30.0.0", + "pallet-staking 32.0.0", + "pallet-state-trie-migration 33.0.0", + "pallet-sudo 32.0.0", + "pallet-timestamp 31.0.0", "pallet-tips", - "pallet-transaction-payment 31.0.0", - "pallet-transaction-payment-rpc-runtime-api 31.0.0", - "pallet-treasury 30.0.0", - "pallet-utility 31.0.0", - "pallet-vesting 31.0.0", - "pallet-whitelist 30.0.0", - "pallet-xcm 10.0.1", - "pallet-xcm-benchmarks 10.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", - "polkadot-runtime-common 10.0.0", - "polkadot-runtime-parachains 10.0.0", + "pallet-transaction-payment 32.0.0", + "pallet-transaction-payment-rpc-runtime-api 32.0.0", + "pallet-treasury 31.0.0", + "pallet-utility 32.0.0", + "pallet-vesting 32.0.0", + "pallet-whitelist 31.0.0", + "pallet-xcm 11.0.0", + "pallet-xcm-benchmarks 11.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-common 11.0.0", + "polkadot-runtime-parachains 11.0.0", "rococo-runtime-constants", "scale-info", "serde", "serde_derive", "smallvec", - "sp-api 29.0.0", - "sp-arithmetic 25.0.0", - "sp-authority-discovery 29.0.0", - "sp-block-builder 29.0.0", - "sp-consensus-babe 0.35.0", - "sp-consensus-beefy 16.0.0", - "sp-core 31.0.0", - "sp-genesis-builder 0.10.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-mmr-primitives 29.0.0", - "sp-offchain 29.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-staking 29.0.0", - "sp-std", - "sp-storage", - "sp-transaction-pool 29.0.0", - "sp-version 32.0.0", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", + "sp-api 30.0.0", + "sp-arithmetic 26.0.0", + "sp-authority-discovery 30.0.0", + "sp-block-builder 30.0.0", + "sp-consensus-babe 0.36.0", + "sp-consensus-beefy 17.0.0", + "sp-core 32.0.0", + "sp-genesis-builder 0.11.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-mmr-primitives 30.0.0", + "sp-offchain 30.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-staking 30.0.0", + "sp-std", + "sp-storage 21.0.0", + "sp-transaction-pool 30.0.0", + "sp-version 33.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", + "staging-xcm-executor 11.0.0", "static_assertions", - "substrate-wasm-builder 20.0.0", + "substrate-wasm-builder 21.0.0", + "xcm-fee-payment-runtime-api", ] [[package]] name = "rococo-runtime-constants" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0033b0335cd7cb691fbcd16346e151ffb21ad4e2a8675eda06b48275b8f52549" +checksum = "aa26847ef6b32b5fd41d4f86538ef15b8d74f208d211644dc14e4dda74559116" dependencies = [ - "frame-support 31.0.0", - "polkadot-primitives 10.0.0", - "polkadot-runtime-common 10.0.0", + "frame-support 32.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-common 11.0.0", "smallvec", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-weights 30.0.0", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-weights 31.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", ] [[package]] @@ -12800,27 +12740,28 @@ dependencies = [ [[package]] name = "sc-allocator" -version = "26.0.0" +version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4715fddb2bd1862aa21f6312528ab339b7d03ef5ec654e3aa200a3119392392f" +checksum = "97e78771bbc491d4d601afbbf01f5718d6d724d0d971c8581cf5b4c62a9502f7" dependencies = [ "log", - "sp-core 31.0.0", - "sp-wasm-interface", + "sp-core 32.0.0", + "sp-wasm-interface 21.0.0", "thiserror", ] [[package]] name = "sc-authority-discovery" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f987a536468e06b66fe3cac296b27dc532f301199e0278bc42ac32b8eb3a4a9d" +checksum = "e9cd4cf9f2f6a12f1cc042831474f33103aad8ebf9fa6d49f7119521ed89b1ec" dependencies = [ "async-trait", "futures", "futures-timer", "ip_network", "libp2p", + "linked_hash_set", "log", "multihash 0.18.1", "multihash-codetable", @@ -12830,21 +12771,21 @@ dependencies = [ "rand", "sc-client-api", "sc-network", - "sp-api 29.0.0", - "sp-authority-discovery 29.0.0", + "sp-api 30.0.0", + "sp-authority-discovery 30.0.0", "sp-blockchain", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-basic-authorship" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "295be922b93bd4bc77edadffe66ac85a09436284afe7f12c1efd4d01ec530d07" +checksum = "a2354138e44624d68245b9490c0d30f73bac7c00f218643ff03fc0dbd1536b98" dependencies = [ "futures", "futures-timer", @@ -12854,36 +12795,36 @@ dependencies = [ "sc-proposer-metrics", "sc-telemetry", "sc-transaction-pool-api", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", "sp-consensus", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", ] [[package]] name = "sc-block-builder" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "033b5ee0fa6d770c9db8cd59f6d1f88e792c088238278fcb836b5c851936a62d" +checksum = "7d54ed880c04f6df650dcf4672d7d4a2d08b30e95c51f07b4a3be75eaa535082" dependencies = [ "parity-scale-codec", - "sp-api 29.0.0", - "sp-block-builder 29.0.0", + "sp-api 30.0.0", + "sp-block-builder 30.0.0", "sp-blockchain", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-trie 32.0.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", + "sp-trie 33.0.0", ] [[package]] name = "sc-chain-spec" -version = "30.0.1" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5dfb28048e5b2d168870e2205d3e41db1f387a781831a8b8b82c9f10536c2742" +checksum = "e8d25ff00e77262342bd85a71de32170b136773f6a8cdd5641ce8b81fb4e16be" dependencies = [ "array-bytes 6.2.2", "docify", @@ -12898,12 +12839,12 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-genesis-builder 0.10.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-genesis-builder 0.11.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", ] [[package]] @@ -12920,9 +12861,9 @@ dependencies = [ [[package]] name = "sc-cli" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20c2eae4d9396b19403f89f058a6a684066b58e051b1310f246eb9b41a7b54fe" +checksum = "eade6864cba8ab29c4c7572c6a4a080c0423bc53cb48b00f70eef7d57d22abae" dependencies = [ "array-bytes 6.2.2", "chrono", @@ -12950,21 +12891,21 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core 31.0.0", - "sp-keyring 34.0.0", - "sp-keystore 0.37.0", + "sp-core 32.0.0", + "sp-keyring 35.0.0", + "sp-keystore 0.38.0", "sp-panic-handler", - "sp-runtime 34.0.0", - "sp-version 32.0.0", + "sp-runtime 35.0.0", + "sp-version 33.0.0", "thiserror", "tokio", ] [[package]] name = "sc-client-api" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08db275ca98f1fe44db2e2058893b182b85ef11cee7cf271edffd449a1179fc4" +checksum = "a6f69c592a2cab8b5cb7860bf57c5084a590d2e0c5df9308f62ddb405ca4d97e" dependencies = [ "fnv", "futures", @@ -12974,25 +12915,25 @@ dependencies = [ "sc-executor", "sc-transaction-pool-api", "sc-utils", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", "sp-consensus", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-database", - "sp-externalities 0.27.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-externalities 0.28.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "sp-statement-store", - "sp-storage", - "sp-trie 32.0.0", + "sp-storage 21.0.0", + "sp-trie 33.0.0", "substrate-prometheus-endpoint", ] [[package]] name = "sc-client-db" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6bd93f124c30ec885696128a639e190293bee2a6430cc04248d656093b5d4f42" +checksum = "3f4e8c9db1025f0b17438f5db8937c53022b417593f30d4624b8b2e0d3300b9f" dependencies = [ "hash-db", "kvdb", @@ -13006,20 +12947,20 @@ dependencies = [ "sc-client-api", "sc-state-db", "schnellru", - "sp-arithmetic 25.0.0", + "sp-arithmetic 26.0.0", "sp-blockchain", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-database", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-trie 32.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", + "sp-trie 33.0.0", ] [[package]] name = "sc-consensus" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4da51746e9689ecee65d6c1ac32e89a7b0452ee1ce377485e94c285e9690dcfd" +checksum = "a051ffa28788f7ec47e46d6236132126d5aa563469e6c852e87cfbe5069e0687" dependencies = [ "async-trait", "futures", @@ -13031,21 +12972,21 @@ dependencies = [ "sc-client-api", "sc-utils", "serde", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", "sp-consensus", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-aura" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "988701c58dcd9521412cfcbb54457b17546bb4363f021ee8131af409a027b879" +checksum = "6cd537650a8f23d6775456a5a06e1cf27722fedc5515769983e18ef856a6aad3" dependencies = [ "async-trait", "futures", @@ -13056,26 +12997,26 @@ dependencies = [ "sc-consensus", "sc-consensus-slots", "sc-telemetry", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-block-builder 29.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-block-builder 30.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-aura 0.35.0", - "sp-consensus-slots 0.35.0", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", + "sp-consensus-aura 0.36.0", + "sp-consensus-slots 0.36.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-babe" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a65da2a2d198d0c06be3614eabc254b40ebb27516dd17bee56d24cbe08d0c19e" +checksum = "efe6f127a27ea6ace8e4391ba847ccf21d3512499e1c5e7c300e7e5115642544" dependencies = [ "async-trait", "fork-tree", @@ -13092,27 +13033,27 @@ dependencies = [ "sc-consensus-slots", "sc-telemetry", "sc-transaction-pool-api", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-block-builder 29.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-block-builder 30.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.35.0", - "sp-consensus-slots 0.35.0", - "sp-core 31.0.0", + "sp-consensus-babe 0.36.0", + "sp-consensus-slots 0.36.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-inherents 29.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", + "sp-inherents 30.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-babe-rpc" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec114d8e12b82b298abdfbca76e7aac3af42865510dfb0f92fd3992e7edbb383" +checksum = "c93183245d51eab164ab5513f5ad723964c38f293427d99066f8aed02ae715e1" dependencies = [ "futures", "jsonrpsee", @@ -13120,22 +13061,22 @@ dependencies = [ "sc-consensus-epochs", "sc-rpc-api", "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.35.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", + "sp-consensus-babe 0.36.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", "thiserror", ] [[package]] name = "sc-consensus-beefy" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a49993da0847cf1ef84184e24e8d95f71efac2e940556678bf9e45a8fd0a47f" +checksum = "87f0cdd776453ce7d73fdb548648bdfefdac6c497d198083222aa0d7636445ed" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -13151,17 +13092,17 @@ dependencies = [ "sc-network-gossip", "sc-network-sync", "sc-utils", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-beefy 16.0.0", - "sp-core 31.0.0", + "sp-consensus-beefy 17.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-keystore 0.37.0", - "sp-mmr-primitives 29.0.0", - "sp-runtime 34.0.0", + "sp-keystore 0.38.0", + "sp-mmr-primitives 30.0.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -13170,9 +13111,9 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "179b561aa302c0a5a572c5484a50f85e4ccd55025fc14daddabf5fe16e8150e1" +checksum = "3f8193f51766e9bf5a94f044333f4807918f7243eab404e9ff91b98ba268f2e9" dependencies = [ "futures", "jsonrpsee", @@ -13182,31 +13123,31 @@ dependencies = [ "sc-consensus-beefy", "sc-rpc", "serde", - "sp-consensus-beefy 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-consensus-beefy 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "thiserror", ] [[package]] name = "sc-consensus-epochs" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e892ae8bf5faa9042b6ec46396db1b4d9ded180a5f82afe3236fdebe0195f850" +checksum = "b2217e53886dbfd4749eaa2e671f8e59807a2fb711ffa0023b3dc5b30f5db458" dependencies = [ "fork-tree", "parity-scale-codec", "sc-client-api", "sc-consensus", "sp-blockchain", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", ] [[package]] name = "sc-consensus-grandpa" -version = "0.22.0" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e19945689693bbea950220bf7af1c79a2f70f5f37b97f7e6d136dcaf2b34f4a5" +checksum = "5d666c23af4325c6d2ca35bfe2874917f5dfdd94bfca165ad89b92191489e2d8" dependencies = [ "ahash 0.8.11", "array-bytes 6.2.2", @@ -13232,25 +13173,25 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde_json", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-grandpa-rpc" -version = "0.22.0" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68cd632a2a33d82e67cfd57dda6d966a6e25df08a4698c8d6ea7010515c5aebc" +checksum = "24ff3f1dc9c74563e559725736e07f4817e3429cdfd593e4a8c583d2c8da0894" dependencies = [ "finality-grandpa", "futures", @@ -13262,16 +13203,16 @@ dependencies = [ "sc-rpc", "serde", "sp-blockchain", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "thiserror", ] [[package]] name = "sc-consensus-slots" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80b431251c43b5af64b0f2758a387061f53fa045bdbf97d7353fe06aa9ddfb7b" +checksum = "80382f4da8a76c05c23b84d5c369bb5d617d499749171335e9b47599885fb202" dependencies = [ "async-trait", "futures", @@ -13281,21 +13222,21 @@ dependencies = [ "sc-client-api", "sc-consensus", "sc-telemetry", - "sp-arithmetic 25.0.0", + "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-slots 0.35.0", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-consensus-slots 0.36.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", ] [[package]] name = "sc-executor" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b8f8ddc63df8219768b729f9098ecd4362d2756b40784071cd44c3041f1d51d" +checksum = "cc6b47b642a92adcabaeadb7d76bd1a02bcf5a93f2b649e81afe8b940107bbda" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -13303,49 +13244,49 @@ dependencies = [ "sc-executor-polkavm", "sc-executor-wasmtime", "schnellru", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-io 33.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", + "sp-externalities 0.28.0", + "sp-io 34.0.0", "sp-panic-handler", - "sp-runtime-interface 26.0.0", - "sp-trie 32.0.0", - "sp-version 32.0.0", - "sp-wasm-interface", + "sp-runtime-interface 27.0.0", + "sp-trie 33.0.0", + "sp-version 33.0.0", + "sp-wasm-interface 21.0.0", "tracing", ] [[package]] name = "sc-executor-common" -version = "0.32.0" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00308c10173ec6446ccc2b96cd3a3037e64c94a424f94daa8c96f288794f4d34" +checksum = "88c61ef111d7ccc7697ee4788654f4f998662db057c27ca2de4b94f20e3e6ed1" dependencies = [ "polkavm", "sc-allocator", "sp-maybe-compressed-blob", - "sp-wasm-interface", + "sp-wasm-interface 21.0.0", "thiserror", "wasm-instrument", ] [[package]] name = "sc-executor-polkavm" -version = "0.29.0" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63b9c814d3a94df7a323d728a6961a3b9ec8c5c5979eb858ec098ddf2838cfc0" +checksum = "6fb96b22b779ba14f449d114b63efd162f95f1cdf773cdac29f75fe6a250de24" dependencies = [ "log", "polkavm", "sc-executor-common", - "sp-wasm-interface", + "sp-wasm-interface 21.0.0", ] [[package]] name = "sc-executor-wasmtime" -version = "0.32.0" +version = "0.33.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa37286464bd16146c612e3193a56df728815d23f9bf0faac7df898c0944c87f" +checksum = "1f45912e90278c06bacf2c37a11937ed6878ee0cd056ae2be2d0b45ec7ac34d1" dependencies = [ "anyhow", "cfg-if", @@ -13355,16 +13296,16 @@ dependencies = [ "rustix 0.36.17", "sc-allocator", "sc-executor-common", - "sp-runtime-interface 26.0.0", - "sp-wasm-interface", + "sp-runtime-interface 27.0.0", + "sp-wasm-interface 21.0.0", "wasmtime", ] [[package]] name = "sc-informant" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e9005c37100c6ea2b06668f72ba5bc927b5a2445ed26b008ddf1875998dea41" +checksum = "061006dce0dcae3ece90d5d9f656ade507dd922931911d59deea823f28be54dd" dependencies = [ "ansi_term", "futures", @@ -13375,29 +13316,29 @@ dependencies = [ "sc-network-common", "sc-network-sync", "sp-blockchain", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", ] [[package]] name = "sc-keystore" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ef7283da5d643ef89ed094e1b23451ec70386a9474d337cdaa0ef81870bb2d4" +checksum = "6477f27aa17ada189355325c16992d3e612d2fe276ecef9da1b36b6b297b3ac4" dependencies = [ "array-bytes 6.2.2", "parking_lot 0.12.1", "serde_json", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", + "sp-application-crypto 34.0.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", "thiserror", ] [[package]] name = "sc-mixnet" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "248d9be75de68e34f6490065c398b8177ff967902d93e6b88527a0e8c00903ad" +checksum = "c8e04fecf6e55e4597e473c87e8f3cea5a9963835af30a971203290d62bb2d03" dependencies = [ "array-bytes 4.2.0", "arrayvec 0.7.4", @@ -13414,20 +13355,20 @@ dependencies = [ "sc-client-api", "sc-network", "sc-transaction-pool-api", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-consensus", - "sp-core 31.0.0", - "sp-keystore 0.37.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", "sp-mixnet", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "thiserror", ] [[package]] name = "sc-network" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4067423488686ff78561ed0d32ac7e2617edd31219088b1322e85e945e62de29" +checksum = "39e68214c9245ee374a6c51fca3c00feddbe20a86451d92c76585a9cc9553425" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -13454,10 +13395,10 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-arithmetic 25.0.0", + "sp-arithmetic 26.0.0", "sp-blockchain", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -13469,9 +13410,9 @@ dependencies = [ [[package]] name = "sc-network-bitswap" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8dacf210f4e36e53dc3d3ff1cfd72e4378eb973568c261e7c62bc8daaec9f945" +checksum = "cf7cf01e661f39303737596859139fcdd31bd106a979fae0828f3e5b0decce89" dependencies = [ "async-channel 1.9.0", "cid", @@ -13483,16 +13424,16 @@ dependencies = [ "sc-client-api", "sc-network", "sp-blockchain", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "thiserror", "unsigned-varint", ] [[package]] name = "sc-network-common" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "551dba7ce65d136788c3154044fb425e2cb6e883d20c3cd25c0720a5b5251ed4" +checksum = "98b1732616f6fd5bcdabd44eac79b466c2075f3f47ebf0cf2f6d52d790890736" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -13502,15 +13443,15 @@ dependencies = [ "prost-build", "sc-consensus", "sp-consensus", - "sp-consensus-grandpa 16.0.0", - "sp-runtime 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-runtime 35.0.0", ] [[package]] name = "sc-network-gossip" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06e36f8665cba733bd0690e864ef59cb87627120e57607b768e6e7cf30cecd20" +checksum = "ebb8b10666371dc53bd9e11dbb99e0763307203ecc70f4d9bb20169cf7ad69db" dependencies = [ "ahash 0.8.11", "futures", @@ -13521,16 +13462,16 @@ dependencies = [ "sc-network-common", "sc-network-sync", "schnellru", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "sc-network-light" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4c4a77832e7d86e2b8f579339a47ebc16eec560bb4d62c42f0daad10700a512" +checksum = "7be9c7b3d18d5ef3ed493be173e9cb00537585cd9b21bb4ebe24b9b555cf4fa4" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -13543,16 +13484,16 @@ dependencies = [ "sc-client-api", "sc-network", "sp-blockchain", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "thiserror", ] [[package]] name = "sc-network-sync" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7dfdaf49edeaa23ae0da1a9bf6ea3e308c11822cb3a853996f1203b06249411" +checksum = "1df8a240043ecd1c5ca54d1dfdc654878aed6b96fe7292c11dc9e8bc7c4884fb" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -13573,12 +13514,12 @@ dependencies = [ "sc-utils", "schnellru", "smallvec", - "sp-arithmetic 25.0.0", + "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -13587,9 +13528,9 @@ dependencies = [ [[package]] name = "sc-network-transactions" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b3824e7a1aa29ed3d2294810c8e018a6df3798eec236f3043a62945daf7d9b1" +checksum = "a1514ca1cc195842970b3a35b80cc14ed002296f3565c19d4659be44ca9255b8" dependencies = [ "array-bytes 6.2.2", "futures", @@ -13601,15 +13542,15 @@ dependencies = [ "sc-network-sync", "sc-utils", "sp-consensus", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", ] [[package]] name = "sc-offchain" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9d03fd90a535f30badaee9763a2124b9c68dae406e29497f406bfd45cbc7eac" +checksum = "91f289809d0c3fd09474637bfe2dc732f41fb211d1241885194232c5d612a641" dependencies = [ "array-bytes 6.2.2", "bytes", @@ -13630,12 +13571,12 @@ dependencies = [ "sc-network-common", "sc-transaction-pool-api", "sc-utils", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-keystore 0.37.0", - "sp-offchain 29.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", + "sp-externalities 0.28.0", + "sp-keystore 0.38.0", + "sp-offchain 30.0.0", + "sp-runtime 35.0.0", "threadpool", "tracing", ] @@ -13652,9 +13593,9 @@ dependencies = [ [[package]] name = "sc-rpc" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d796d75b22785b09c58478f1418b75c9787d598a0d2ab8edbd0072731ec4aaa" +checksum = "d3d7b43d6ce2c57d90dab64a0eab4673158a7a240119fd3ae934ce95f8ad973f" dependencies = [ "futures", "jsonrpsee", @@ -13670,24 +13611,24 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde_json", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-offchain 29.0.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", + "sp-offchain 30.0.0", "sp-rpc", - "sp-runtime 34.0.0", - "sp-session 30.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", "sp-statement-store", - "sp-version 32.0.0", + "sp-version 33.0.0", "tokio", ] [[package]] name = "sc-rpc-api" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3705feca378ef3f3f84fb337480405a611a15c8637b2449ed514ca63765e421b" +checksum = "b82060f09f886f59fd19a77cc6668c209e883fc93511e9c441ef84adfea80f36" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -13697,18 +13638,18 @@ dependencies = [ "scale-info", "serde", "serde_json", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-rpc", - "sp-runtime 34.0.0", - "sp-version 32.0.0", + "sp-runtime 35.0.0", + "sp-version 33.0.0", "thiserror", ] [[package]] name = "sc-rpc-server" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65f705946ae375fc47ee9a2e2df0b7e339a1fb8c8eb5c9eb6f206619d27946a7" +checksum = "76f6d0924de213aa5c72a47c7bd0d7668531c5845e832d1ac5c33c96d0ff7b9b" dependencies = [ "futures", "governor", @@ -13725,9 +13666,9 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66dcea3fe5f0bcbaf08d6a42e877ae8f50b9cdbc87f65f7c79fbe5003e3969dc" +checksum = "ad831d2524de44a89b1801e306fd9718dc5fadb26ea3e88f486faa29c6fdd710" dependencies = [ "array-bytes 6.2.2", "futures", @@ -13744,12 +13685,12 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-rpc", - "sp-runtime 34.0.0", - "sp-version 32.0.0", + "sp-runtime 35.0.0", + "sp-version 33.0.0", "thiserror", "tokio", "tokio-stream", @@ -13757,9 +13698,9 @@ dependencies = [ [[package]] name = "sc-service" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42678fb737ea101658a8288cd3fcc0bff59ef40cd1a1c4f4d4042c3fa17bae41" +checksum = "3ff048cda961d13a0978bf6e75b1978c0fa886d2087133a4d2107a034afd27c8" dependencies = [ "async-trait", "directories", @@ -13797,20 +13738,20 @@ dependencies = [ "schnellru", "serde", "serde_json", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", "sp-consensus", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-state-machine 0.38.0", - "sp-storage", - "sp-transaction-pool 29.0.0", + "sp-core 32.0.0", + "sp-externalities 0.28.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-state-machine 0.39.0", + "sp-storage 21.0.0", + "sp-transaction-pool 30.0.0", "sp-transaction-storage-proof", - "sp-trie 32.0.0", - "sp-version 32.0.0", + "sp-trie 33.0.0", + "sp-version 33.0.0", "static_init", "substrate-prometheus-endpoint", "tempfile", @@ -13822,35 +13763,35 @@ dependencies = [ [[package]] name = "sc-state-db" -version = "0.33.0" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9863fb81595a25b908d7143c1a3e162d237e67890088363df4a121fe37c49d08" +checksum = "7259ab2e8e2fa1e7a1c38dd8a88353f80e66369ef8b48d5f7098dbc18c67887f" dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sp-core 31.0.0", + "sp-core 32.0.0", ] [[package]] name = "sc-storage-monitor" -version = "0.19.0" +version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d54aa61816b82fbe136f3c39b40ecb27bc7302c0c9039cc426b2c6f492666ac5" +checksum = "4536eb51128eed3d3780f442ca74a4464f26401065bc4cf038609c0f9efeab9c" dependencies = [ "clap", "fs4", "log", - "sp-core 31.0.0", + "sp-core 32.0.0", "thiserror", "tokio", ] [[package]] name = "sc-sync-state-rpc" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fa4c5d5add3ee03e2b0aa02c827b8e3bc307be7c403eb534f95d5c81d372f78" +checksum = "75577af6d7128f3c0cd1dfa83f9ec056dbe4cdce297f1d257f2a1253134c6e9a" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -13862,15 +13803,15 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "thiserror", ] [[package]] name = "sc-sysinfo" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f098da1a83dc5b4e69ef66f7dfc5c0a82bc63defe8dcb0aaa1819e9b2bd6d744" +checksum = "d6a838bf3ba61e83c0f3be4a41ba7ed8c71d19c2adee6396046f78317006637b" dependencies = [ "derive_more", "futures", @@ -13882,17 +13823,17 @@ dependencies = [ "sc-telemetry", "serde", "serde_json", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-io 33.0.0", + "sp-io 34.0.0", "sp-std", ] [[package]] name = "sc-telemetry" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c6807ebd9f43ab628931842d3aaa9404ddfd07013e9c7027ca603f496939577" +checksum = "72a5a306d8c75e61e8c59e18b92886f85db6b4102c4669240eca101954fec79e" dependencies = [ "chrono", "futures", @@ -13910,9 +13851,9 @@ dependencies = [ [[package]] name = "sc-tracing" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83e8f5e8eb36f887dba06e1392717e27e4edf12d23d5220dba8ee851de8b174e" +checksum = "584e4f81defe03776909ce283429c9cd3d80fea6b2f3a303dc2bdf913e11d9e8" dependencies = [ "ansi_term", "chrono", @@ -13927,12 +13868,12 @@ dependencies = [ "sc-client-api", "sc-tracing-proc-macro", "serde", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-rpc", - "sp-runtime 34.0.0", - "sp-tracing", + "sp-runtime 35.0.0", + "sp-tracing 17.0.0", "thiserror", "tracing", "tracing-log 0.1.4", @@ -13953,9 +13894,9 @@ dependencies = [ [[package]] name = "sc-transaction-pool" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d56300f466670067cca98a931b0b6cbc8b018c0d296eb915c1473bac45b7cd73" +checksum = "54754bf43dede417a8e64a0d6a46bf2bbed47ff050c1f81c8a575f9b94416886" dependencies = [ "async-trait", "futures", @@ -13968,22 +13909,22 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-runtime 34.0.0", - "sp-tracing", - "sp-transaction-pool 29.0.0", + "sp-runtime 35.0.0", + "sp-tracing 17.0.0", + "sp-transaction-pool 30.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-transaction-pool-api" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3609025d39a1b75f1ee4f490dc52e000de144948a73cacd788f5995df5ebe8bf" +checksum = "41b563c7257ab650b2639d623da13d1a50a5a6c4ec582bc92e118c73d072bcd4" dependencies = [ "async-trait", "futures", @@ -13991,16 +13932,16 @@ dependencies = [ "parity-scale-codec", "serde", "sp-blockchain", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "thiserror", ] [[package]] name = "sc-utils" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1863d482be044f4768ef5de6119dc70b5e31e6e9f71ad225c177474d6540e424" +checksum = "acf1bad736c230f16beb1cf48af9e69564df23b13aca9e5751a61266340b4bb5" dependencies = [ "async-channel 1.9.0", "futures", @@ -14009,7 +13950,7 @@ dependencies = [ "log", "parking_lot 0.12.1", "prometheus", - "sp-arithmetic 25.0.0", + "sp-arithmetic 26.0.0", ] [[package]] @@ -14428,14 +14369,14 @@ dependencies = [ [[package]] name = "slot-range-helper" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ada4c82b85daa6134837918889b341716e4918c608b3cc5345ae67ea85a187c6" +checksum = "8a0e4ae8d02b43620ca7f567ca94fff494d85aecc73ffebda6c8fa19545b1673" dependencies = [ "enumn", "parity-scale-codec", "paste", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -14755,7 +14696,7 @@ dependencies = [ "sp-api-proc-macro 15.0.1", "sp-core 29.0.0", "sp-externalities 0.26.0", - "sp-metadata-ir", + "sp-metadata-ir 0.6.0", "sp-runtime 32.0.0", "sp-state-machine 0.36.0", "sp-std", @@ -14766,24 +14707,24 @@ dependencies = [ [[package]] name = "sp-api" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb3fb2cdf7ee9b8d6ec7c2d8740b1a506e393dc18c7c2776764b47136d72dce7" +checksum = "c8abd1d0732054ad896db8f092abe822106f1acf8bbc462c70f57d0f24c0dcdf" dependencies = [ "hash-db", "log", "parity-scale-codec", "scale-info", - "sp-api-proc-macro 17.0.1", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-metadata-ir", - "sp-runtime 34.0.0", - "sp-runtime-interface 26.0.0", - "sp-state-machine 0.38.0", - "sp-std", - "sp-trie 32.0.0", - "sp-version 32.0.0", + "sp-api-proc-macro 18.0.0", + "sp-core 32.0.0", + "sp-externalities 0.28.0", + "sp-metadata-ir 0.7.0", + "sp-runtime 35.0.0", + "sp-runtime-interface 27.0.0", + "sp-state-machine 0.39.0", + "sp-std", + "sp-trie 33.0.0", + "sp-version 33.0.0", "thiserror", ] @@ -14804,9 +14745,9 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" -version = "17.0.1" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63a5680d94c55e1c7dc54e9e09b4827314fab44f9300f0be170898dc402318de" +checksum = "681e80c1b259ee71880cd3b4ad2a2d41454596252bd267c3edf4e14552ab40e1" dependencies = [ "Inflector", "blake2 0.10.6", @@ -14833,15 +14774,15 @@ dependencies = [ [[package]] name = "sp-application-crypto" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13ca6121c22c8bd3d1dce1f05c479101fd0d7b159bef2a3e8c834138d839c75c" +checksum = "1505fad69251900048ddddc6387265e1545d1a366e3b4dcd57b76a03f0a65ae7" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", "sp-std", ] @@ -14862,10 +14803,11 @@ dependencies = [ [[package]] name = "sp-arithmetic" -version = "25.0.0" +version = "26.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "910c07fa263b20bf7271fdd4adcb5d3217dfdac14270592e0780223542e7e114" +checksum = "46d0d0a4c591c421d3231ddd5e27d828618c24456d51445d21a1f79fcee97c23" dependencies = [ + "docify", "integer-sqrt", "num-traits", "parity-scale-codec", @@ -14891,16 +14833,15 @@ dependencies = [ [[package]] name = "sp-authority-discovery" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ab47c385784b3f9646a21d5dcb236399083d77420a1269e70c04772336c519f" +checksum = "4f5700c6f51afc80af2dd2b39973183d7527e8b5be390fa125d777f948db0e88" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-runtime 34.0.0", - "sp-std", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-runtime 35.0.0", ] [[package]] @@ -14917,48 +14858,47 @@ dependencies = [ [[package]] name = "sp-block-builder" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97e155e388d7e41c39a27f40f50c2517facdbf20dde4a73f40ec8f1f30ce190e" +checksum = "466eaa1fe1745e9456a5e5afc033b67a52211463a137ea3551bff36b4d72ce03" dependencies = [ - "sp-api 29.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-std", + "sp-api 30.0.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", ] [[package]] name = "sp-blockchain" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d00084ddd62a3bad1fc4c04cdb1cdbcbb55d813dbd4e42d52e42e8b6599fb210" +checksum = "eed0dc760fde2b2cd07ca9428e3d6b7ecc02bbd00a5dc32b7f829c80889b152b" dependencies = [ "futures", "log", "parity-scale-codec", "parking_lot 0.12.1", "schnellru", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-consensus", "sp-database", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "thiserror", ] [[package]] name = "sp-consensus" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed6f1ae58a74d619bd2c1d7939b4aa805f4226c7454ec3591c8a59fb0cc6477f" +checksum = "19910bc7cd10336a1b13611df1212bce5cabbcfcd92a9394e23476498aa360c7" dependencies = [ "async-trait", "futures", "log", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "thiserror", ] @@ -14982,20 +14922,19 @@ dependencies = [ [[package]] name = "sp-consensus-aura" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "334d0088b7de70a94d58e7e93acd8d5101b35fadca7e19fa26788203b22e309b" +checksum = "67647dc44d2f47f8b96a56f30a896926485e55a8209cfe916cf8d08a6d488f03" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-consensus-slots 0.35.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-timestamp 29.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-consensus-slots 0.36.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", + "sp-timestamp 30.0.0", ] [[package]] @@ -15020,22 +14959,21 @@ dependencies = [ [[package]] name = "sp-consensus-babe" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb593ec8ec674a583d6fc5386b7f8964a9db78dcaabc0595559145a4053c9f6c" +checksum = "a3500dd1ceb99ca5e6f399d37c4e42f22fcbb6505e07378791ebe57eec6a1960" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-consensus-slots 0.35.0", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-timestamp 29.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-consensus-slots 0.36.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", + "sp-timestamp 30.0.0", ] [[package]] @@ -15061,24 +14999,23 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e2b03bc552702dd20fd3dad01631b13ca3e62e814ad278fe3012f5e3bb3e100" +checksum = "160ad989b247b55fdc2acd8baa7d5a0b9daca5ad0d4fac6e94ee119ed0fdf164" dependencies = [ "lazy_static", "parity-scale-codec", "scale-info", "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-io 33.0.0", - "sp-keystore 0.37.0", - "sp-mmr-primitives 29.0.0", - "sp-runtime 34.0.0", - "sp-std", - "strum 0.24.1", + "sp-io 34.0.0", + "sp-keystore 0.38.0", + "sp-mmr-primitives 30.0.0", + "sp-runtime 35.0.0", + "strum 0.26.3", ] [[package]] @@ -15102,21 +15039,20 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71df706a104a752101b52f12cca7f5b7ffe1ca6ce9b4b1eb8c5d04356f248fa5" +checksum = "0ffc3f88b33c2a8c14f4d05a3c69c5fc7b02cdd3300993a22d6d2175d35447f6" dependencies = [ "finality-grandpa", "log", "parity-scale-codec", "scale-info", "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "sp-std", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", ] [[package]] @@ -15134,15 +15070,14 @@ dependencies = [ [[package]] name = "sp-consensus-slots" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0a5c47c52ad58aa349f7c13cb356ab45c32964ee28354c27fd6e4b417cb2644" +checksum = "52dcae1dac6908d80bceaff4f311bc694c3b9c0d3ac6e74128ed4e3a29e9e31f" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-std", - "sp-timestamp 29.0.0", + "sp-timestamp 30.0.0", ] [[package]] @@ -15182,7 +15117,7 @@ dependencies = [ "sp-externalities 0.26.0", "sp-runtime-interface 25.0.0", "sp-std", - "sp-storage", + "sp-storage 20.0.0", "ss58-registry", "substrate-bip39 0.4.6", "thiserror", @@ -15193,9 +15128,9 @@ dependencies = [ [[package]] name = "sp-core" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26d7a0fd8f16dcc3761198fc83be12872f823b37b749bc72a3a6a1f702509366" +checksum = "bb2dac7e47c7ddbb61efe196d5cce99f6ea88926c961fa39909bfeae46fc5a7b" dependencies = [ "array-bytes 6.2.2", "bitflags 1.3.2", @@ -15226,12 +15161,12 @@ dependencies = [ "serde", "sp-crypto-hashing", "sp-debug-derive", - "sp-externalities 0.27.0", - "sp-runtime-interface 26.0.0", + "sp-externalities 0.28.0", + "sp-runtime-interface 27.0.0", "sp-std", - "sp-storage", + "sp-storage 21.0.0", "ss58-registry", - "substrate-bip39 0.5.0", + "substrate-bip39 0.6.0", "thiserror", "tracing", "w3f-bls", @@ -15293,19 +15228,18 @@ dependencies = [ "environmental", "parity-scale-codec", "sp-std", - "sp-storage", + "sp-storage 20.0.0", ] [[package]] name = "sp-externalities" -version = "0.27.0" +version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1d6a4572eadd4a63cff92509a210bf425501a0c5e76574b30a366ac77653787" +checksum = "33abaec4be69b1613796bbf430decbbcaaf978756379e2016e683a4d6379cd02" dependencies = [ "environmental", "parity-scale-codec", - "sp-std", - "sp-storage", + "sp-storage 21.0.0", ] [[package]] @@ -15322,14 +15256,13 @@ dependencies = [ [[package]] name = "sp-genesis-builder" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16a1192b502d38c6d17b1005a7b3e7a6ab835df996803968ae3be9e8f7399ee4" +checksum = "ee8a812b56fb4ed6a598ad7b43be127702aba1f7351ad4916f5bab995054cdc5" dependencies = [ "serde_json", - "sp-api 29.0.0", - "sp-runtime 34.0.0", - "sp-std", + "sp-api 30.0.0", + "sp-runtime 35.0.0", ] [[package]] @@ -15349,16 +15282,15 @@ dependencies = [ [[package]] name = "sp-inherents" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b5e46ccc5848542648dcf05f882e41de2e341d0eeca97ff2b7dfad0f38e8500" +checksum = "0fcba3b816fdfadf30d8c7c484e1873f1af89ed2560c77d2b2137d152cc5a585" dependencies = [ "async-trait", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", - "sp-std", + "sp-runtime 35.0.0", "thiserror", ] @@ -15382,7 +15314,7 @@ dependencies = [ "sp-runtime-interface 25.0.0", "sp-state-machine 0.36.0", "sp-std", - "sp-tracing", + "sp-tracing 16.0.0", "sp-trie 30.0.0", "tracing", "tracing-core", @@ -15390,27 +15322,27 @@ dependencies = [ [[package]] name = "sp-io" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e09bba780b55bd9e67979cd8f654a31e4a6cf45426ff371394a65953d2177f2" +checksum = "c44ed47247b6eee76ff703f9fa9f04f99c4104ac1faf629e6d1128e09066b57b" dependencies = [ "bytes", "ed25519-dalek", "libsecp256k1", "log", "parity-scale-codec", - "polkavm-derive 0.9.1", + "polkavm-derive", "rustversion", "secp256k1", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-externalities 0.27.0", - "sp-keystore 0.37.0", - "sp-runtime-interface 26.0.0", - "sp-state-machine 0.38.0", + "sp-externalities 0.28.0", + "sp-keystore 0.38.0", + "sp-runtime-interface 27.0.0", + "sp-state-machine 0.39.0", "sp-std", - "sp-tracing", - "sp-trie 32.0.0", + "sp-tracing 17.0.0", + "sp-trie 33.0.0", "tracing", "tracing-core", ] @@ -15428,13 +15360,13 @@ dependencies = [ [[package]] name = "sp-keyring" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a07a31da596d705b3a3458d784a897af7fd2f8090de436dc386a112e8ea7f34f" +checksum = "089da5d08c4a6b4a36de664de287f4a391ac338e351a923b79aedfc46162f201" dependencies = [ - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "strum 0.24.1", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "strum 0.26.3", ] [[package]] @@ -15452,14 +15384,14 @@ dependencies = [ [[package]] name = "sp-keystore" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdbab8b61bd61d5f8625a0c75753b5d5a23be55d3445419acd42caf59cf6236b" +checksum = "4e6c7a7abd860a5211a356cf9d5fcabf0eb37d997985e5d722b6b33dcc815528" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", - "sp-core 31.0.0", - "sp-externalities 0.27.0", + "sp-core 32.0.0", + "sp-externalities 0.28.0", ] [[package]] @@ -15485,16 +15417,26 @@ dependencies = [ ] [[package]] -name = "sp-mixnet" +name = "sp-metadata-ir" version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22d9da31673ad5771faf8cd0e62ab0c183ea71a630d187b926bc52af379cb1de" +checksum = "a616fa51350b35326682a472ee8e6ba742fdacb18babac38ecd46b3e05ead869" dependencies = [ + "frame-metadata", "parity-scale-codec", "scale-info", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-std", +] + +[[package]] +name = "sp-mixnet" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "01ba1e6ceede3aa5e36ee161dc02f1b294a659823887cefc4f0f2fce589e3c11" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", ] [[package]] @@ -15518,20 +15460,19 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "518fcd8710618d104e04c9e63e697d3406180afbe55cc5400168019647fc5880" +checksum = "e8abf5586785c20bb4bdbc81243877d5bb2bdf6dff6a03c101b6a3a875bc9278" dependencies = [ "ckb-merkle-mountain-range", "log", "parity-scale-codec", "scale-info", "serde", - "sp-api 29.0.0", - "sp-core 31.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", "sp-debug-derive", - "sp-runtime 34.0.0", - "sp-std", + "sp-runtime 35.0.0", "thiserror", ] @@ -15552,17 +15493,16 @@ dependencies = [ [[package]] name = "sp-npos-elections" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e03ec553bc1a0f4d3aa902d3c5b3cdbe76f8218c642cbca0305722b3f8bbc826" +checksum = "3ae4f90a3a36f052f4f9aa6f6ab1d59cf6f895f3a939f40dbe1f3e14907a2e31" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", ] [[package]] @@ -15578,13 +15518,13 @@ dependencies = [ [[package]] name = "sp-offchain" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c041d932d7debf1d2e073ecece1425aadae7482689cd4bf148d5886b28bd10d7" +checksum = "50efea44dfc8e40c59e9f9099c6a4f64dc750ad224fd8dbf9aec12fc857fa145" dependencies = [ - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", ] [[package]] @@ -15600,13 +15540,13 @@ dependencies = [ [[package]] name = "sp-rpc" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b26650747f5c204afd8c637df5e882ea912a890cf974fe67c36b430318fc451c" +checksum = "51104c3cab9d6c9e8361adbd487dd409a8343e740744fb0b3f983bc775fd1847" dependencies = [ "rustc-hash", "serde", - "sp-core 31.0.0", + "sp-core 32.0.0", ] [[package]] @@ -15636,9 +15576,9 @@ dependencies = [ [[package]] name = "sp-runtime" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec3cb126971e7db2f0fcf8053dce740684c438c7180cfca1959598230f342c58" +checksum = "42ce931b7fbfdeeca1340801dbd4a1cae54ad4c97a1e3dcfcc79709bc800dd46" dependencies = [ "docify", "either", @@ -15651,12 +15591,12 @@ dependencies = [ "scale-info", "serde", "simple-mermaid", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", + "sp-application-crypto 34.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", "sp-std", - "sp-weights 30.0.0", + "sp-weights 31.0.0", ] [[package]] @@ -15672,29 +15612,29 @@ dependencies = [ "sp-externalities 0.26.0", "sp-runtime-interface-proc-macro 17.0.0", "sp-std", - "sp-storage", - "sp-tracing", - "sp-wasm-interface", + "sp-storage 20.0.0", + "sp-tracing 16.0.0", + "sp-wasm-interface 20.0.0", "static_assertions", ] [[package]] name = "sp-runtime-interface" -version = "26.0.0" +version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e48a675ea4858333d4d755899ed5ed780174aa34fec15953428d516af5452295" +checksum = "647db5e1dc481686628b41554e832df6ab400c4b43a6a54e54d3b0a71ca404aa" dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", - "polkavm-derive 0.8.0", + "polkavm-derive", "primitive-types", - "sp-externalities 0.27.0", + "sp-externalities 0.28.0", "sp-runtime-interface-proc-macro 18.0.0", "sp-std", - "sp-storage", - "sp-tracing", - "sp-wasm-interface", + "sp-storage 21.0.0", + "sp-tracing 17.0.0", + "sp-wasm-interface 21.0.0", "static_assertions", ] @@ -15744,18 +15684,17 @@ dependencies = [ [[package]] name = "sp-session" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a61ea4ca90f644da2c25edee711b53b1c0b8d50628ceef372224ea24d252b57" +checksum = "3d66f0f2f00e4c520deae07eeab7acf04c1a41dd875c7a4689e4e4302fb89925" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", - "sp-std", + "sp-api 30.0.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", ] [[package]] @@ -15775,17 +15714,16 @@ dependencies = [ [[package]] name = "sp-staking" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4114cde17987eaa2f17b8850a8c856b90364666cdbc920d511e7a1cde0574d24" +checksum = "09a43ec7f6c9759ba3011a16bb022afe056bc26f88b3c424598737cba71d3ef0" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", + "sp-core 32.0.0", + "sp-runtime 35.0.0", ] [[package]] @@ -15812,9 +15750,9 @@ dependencies = [ [[package]] name = "sp-state-machine" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1eae0eac8034ba14437e772366336f579398a46d101de13dbb781ab1e35e67c5" +checksum = "21d9078306c3066f1824e41153e1ceec34231d39d9a7e7956b101eadf7b9fd3a" dependencies = [ "hash-db", "log", @@ -15822,11 +15760,10 @@ dependencies = [ "parking_lot 0.12.1", "rand", "smallvec", - "sp-core 31.0.0", - "sp-externalities 0.27.0", + "sp-core 32.0.0", + "sp-externalities 0.28.0", "sp-panic-handler", - "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", "thiserror", "tracing", "trie-db", @@ -15834,9 +15771,9 @@ dependencies = [ [[package]] name = "sp-statement-store" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b90e8440d72e0ae5d273374af3ebe16768d05b40dff1f487835dd2f826ee9568" +checksum = "0e22e2d355461e02aa8325a819d24403fb7232a828bf1e21ad8982fde3f0dc0e" dependencies = [ "aes-gcm", "curve25519-dalek 4.1.2", @@ -15846,14 +15783,13 @@ dependencies = [ "rand", "scale-info", "sha2 0.10.8", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-externalities 0.27.0", - "sp-runtime 34.0.0", - "sp-runtime-interface 26.0.0", - "sp-std", + "sp-externalities 0.28.0", + "sp-runtime 35.0.0", + "sp-runtime-interface 27.0.0", "thiserror", "x25519-dalek 2.0.1", ] @@ -15878,6 +15814,19 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-storage" +version = "21.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "99c82989b3a4979a7e1ad848aad9f5d0b4388f1f454cc131766526601ab9e8f8" +dependencies = [ + "impl-serde", + "parity-scale-codec", + "ref-cast", + "serde", + "sp-debug-derive", +] + [[package]] name = "sp-timestamp" version = "27.0.0" @@ -15894,15 +15843,14 @@ dependencies = [ [[package]] name = "sp-timestamp" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64d51fcd008fd5a79d61dba98c7ae89c2460a49dff07001bf1e9b12535d49536" +checksum = "d6d3965ef60cc066fcc01dbcb7837404f40de8ac58f1115e3a3a1d6550575ff6" dependencies = [ "async-trait", "parity-scale-codec", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-std", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", "thiserror", ] @@ -15919,6 +15867,18 @@ dependencies = [ "tracing-subscriber 0.2.25", ] +[[package]] +name = "sp-tracing" +version = "17.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "90b3decf116db9f1dfaf1f1597096b043d0e12c952d3bcdc018c6d6b77deec7e" +dependencies = [ + "parity-scale-codec", + "tracing", + "tracing-core", + "tracing-subscriber 0.2.25", +] + [[package]] name = "sp-transaction-pool" version = "27.0.0" @@ -15931,28 +15891,27 @@ dependencies = [ [[package]] name = "sp-transaction-pool" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0484eaf40c2abda75bda9688298cc8f6e02161176e3aab501207c8ccf4d4b3e1" +checksum = "7bddae32e6935eedda993b7371b79e69af901a277e11be2bbd6d9bc7643b49cb" dependencies = [ - "sp-api 29.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-runtime 35.0.0", ] [[package]] name = "sp-transaction-storage-proof" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba0c99e0852ddd18159c2dc6100c2b5852e49211d8afe373cbce33d1da0050dd" +checksum = "726f90279766e231ad86f884e5f07d9331852a59d739f27c5f5e28bee0fc6da5" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-trie 32.0.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", + "sp-trie 33.0.0", ] [[package]] @@ -15982,9 +15941,9 @@ dependencies = [ [[package]] name = "sp-trie" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1aa91ad26c62b93d73e65f9ce7ebd04459c4bad086599348846a81988d6faa4" +checksum = "d1f5b3620a1c87c265a83d85d7519c6b60c47acf7f77593966afe313d086f00e" dependencies = [ "ahash 0.8.11", "hash-db", @@ -15996,9 +15955,8 @@ dependencies = [ "rand", "scale-info", "schnellru", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-std", + "sp-core 32.0.0", + "sp-externalities 0.28.0", "thiserror", "tracing", "trie-db", @@ -16019,15 +15977,15 @@ dependencies = [ "sp-crypto-hashing-proc-macro", "sp-runtime 32.0.0", "sp-std", - "sp-version-proc-macro", + "sp-version-proc-macro 13.0.0", "thiserror", ] [[package]] name = "sp-version" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c0219b1aeb89e36d13bd43a718920a9087dbb66c567e672c4639cefb2fefc05" +checksum = "3ba2f18b89ac5f356fb247f70163098bc976117221c373d5590079a5797a3b43" dependencies = [ "impl-serde", "parity-scale-codec", @@ -16035,9 +15993,9 @@ dependencies = [ "scale-info", "serde", "sp-crypto-hashing-proc-macro", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-version-proc-macro", + "sp-version-proc-macro 14.0.0", "thiserror", ] @@ -16053,6 +16011,18 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "sp-version-proc-macro" +version = "14.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5aee8f6730641a65fcf0c8f9b1e448af4b3bb083d08058b47528188bccc7b7a7" +dependencies = [ + "parity-scale-codec", + "proc-macro2", + "quote", + "syn 2.0.55", +] + [[package]] name = "sp-wasm-interface" version = "20.0.0" @@ -16067,6 +16037,19 @@ dependencies = [ "wasmtime", ] +[[package]] +name = "sp-wasm-interface" +version = "21.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3b04b919e150b4736d85089d49327eab65507deb1485eec929af69daa2278eb3" +dependencies = [ + "anyhow", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "wasmtime", +] + [[package]] name = "sp-weights" version = "28.0.0" @@ -16085,18 +16068,17 @@ dependencies = [ [[package]] name = "sp-weights" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9af6c661fe3066b29f9e1d258000f402ff5cc2529a9191972d214e5871d0ba87" +checksum = "93cdaf72a1dad537bbb130ba4d47307ebe5170405280ed1aa31fa712718a400e" dependencies = [ "bounded-collections 0.2.0", "parity-scale-codec", "scale-info", "serde", "smallvec", - "sp-arithmetic 25.0.0", + "sp-arithmetic 26.0.0", "sp-debug-derive", - "sp-std", ] [[package]] @@ -16202,16 +16184,16 @@ dependencies = [ [[package]] name = "staging-parachain-info" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4df1c48ca2892cb0694c7e10fbcfc8d15fe0fd0b763d61fbc587a870fbb97147" +checksum = "1383aa763f2cea1a816761948bfc1245040740d418c6b77d36fd4f259b944d84" dependencies = [ - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "cumulus-primitives-core 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -16236,9 +16218,9 @@ dependencies = [ [[package]] name = "staging-xcm" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6ee775f7fc9dfae15d9d5a806efa7d3215f7b7b1cfd225809285a0281addeab" +checksum = "aded0292274ad473250c22ed3deaf2d9ed47d15786d700e9e83ab7c1cad2ad44" dependencies = [ "array-bytes 6.2.2", "bounded-collections 0.2.0", @@ -16249,7 +16231,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-weights 30.0.0", + "sp-weights 31.0.0", "xcm-procedural", ] @@ -16278,25 +16260,25 @@ dependencies = [ [[package]] name = "staging-xcm-builder" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41c905c7e545eb80efdbf62470575a37935260503494453ffa3c1ac6207d06c9" +checksum = "0681b0a478c2f5e1f1ae9b7e8e4970d79ec8ef94f4efebc011ea335822bc264e" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "log", - "pallet-transaction-payment 31.0.0", + "pallet-transaction-payment 32.0.0", "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", + "polkadot-parachain-primitives 10.0.0", "scale-info", - "sp-arithmetic 25.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-weights 30.0.0", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", + "sp-weights 31.0.0", + "staging-xcm 11.0.0", + "staging-xcm-executor 11.0.0", ] [[package]] @@ -16323,24 +16305,24 @@ dependencies = [ [[package]] name = "staging-xcm-executor" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e30434a78d4392b698bc7854c00f52d83c1c544da4be1912f898958c3e32f062" +checksum = "cb518e82e9982c90c32b66263642385fc186c76f329766884d3360b65e84dd46" dependencies = [ "environmental", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-weights 30.0.0", - "staging-xcm 10.0.0", + "sp-weights 31.0.0", + "staging-xcm 11.0.0", ] [[package]] @@ -16411,6 +16393,15 @@ version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" +[[package]] +name = "strum" +version = "0.26.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" +dependencies = [ + "strum_macros 0.26.4", +] + [[package]] name = "strum_macros" version = "0.24.3" @@ -16437,6 +16428,19 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "strum_macros" +version = "0.26.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" +dependencies = [ + "heck 0.5.0", + "proc-macro2", + "quote", + "rustversion", + "syn 2.0.55", +] + [[package]] name = "substrate-bip39" version = "0.4.6" @@ -16452,9 +16456,9 @@ dependencies = [ [[package]] name = "substrate-bip39" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2b564c293e6194e8b222e52436bcb99f60de72043c7f845cf6c4406db4df121" +checksum = "ca58ffd742f693dc13d69bdbb2e642ae239e0053f6aab3b104252892f856700a" dependencies = [ "hmac 0.12.1", "pbkdf2 0.12.2", @@ -16471,22 +16475,22 @@ checksum = "b285e7d183a32732fdc119f3d81b7915790191fad602b7c709ef247073c77a2e" [[package]] name = "substrate-frame-rpc-system" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c0da351445855b0d5bff2721c64508dc790d5cc0804d1d395074c8dafeb2170" +checksum = "949d14f7bb2a53b77985bd17a8eb2e9edf8d5bbf4409e9acb036fa3bf7310d8f" dependencies = [ - "frame-system-rpc-runtime-api 29.0.0", + "frame-system-rpc-runtime-api 30.0.0", "futures", "jsonrpsee", "log", "parity-scale-codec", "sc-rpc-api", "sc-transaction-pool-api", - "sp-api 29.0.0", - "sp-block-builder 29.0.0", + "sp-api 30.0.0", + "sp-block-builder 30.0.0", "sp-blockchain", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", ] [[package]] @@ -16504,33 +16508,33 @@ dependencies = [ [[package]] name = "substrate-rpc-client" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e71c3305c6159e3f4cfc158f88ceefb94dd86b2c92c6120ad51a9d9c31c0dce6" +checksum = "812076602836d6d90242c431729814c790c49685d142f47ec41f3b897a5fb6ad" dependencies = [ "async-trait", "jsonrpsee", "log", "sc-rpc-api", "serde", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", ] [[package]] name = "substrate-state-trie-migration-rpc" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff3afa7be8eca9226448012fa58eeaaab9c42be60214471d304658ac4856052b" +checksum = "0da2e823fb02fbd5c77d6949cde60ff3e320c100278818000b39e9f0a8c8c428" dependencies = [ "jsonrpsee", "parity-scale-codec", "sc-client-api", "sc-rpc-api", "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-trie 32.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", + "sp-trie 33.0.0", "trie-db", ] @@ -16555,9 +16559,9 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" -version = "20.0.0" +version = "21.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f55ed4ff2945faa132b9658cb581a3a5cf14dd90b5e217b3e16724eb202ed6c6" +checksum = "82a7c3e61041eaa76a89ded469f84d243fb34557ba4ee1e60335e65c8b5540c9" dependencies = [ "build-helper", "cargo_metadata", @@ -16566,7 +16570,7 @@ dependencies = [ "parity-wasm", "polkavm-linker", "sp-maybe-compressed-blob", - "strum 0.24.1", + "strum 0.26.3", "tempfile", "toml 0.8.12", "walkdir", @@ -17107,12 +17111,12 @@ dependencies = [ [[package]] name = "tracing-gum" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "461fe686e103f3afc4c93a56474193ffc46d4b2770f8df5d56e025e8bb54960c" +checksum = "48057e9b12f413d8d104aeb84d6efad65e8bd325acbfa91f7f97724bcf1dd2ed" dependencies = [ "coarsetime", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "tracing", "tracing-gum-proc-macro", ] @@ -17277,14 +17281,14 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "try-runtime-cli" -version = "0.41.0" +version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80765dc36d90e9f2112dccc6e5d70df50ab1239dba8e004bcc70cc77b3a9712d" +checksum = "a45904e10377e9973238ae9e52bd0fbbb0bba5d7be9198458ba9d3fe0a4173ed" dependencies = [ "async-trait", "clap", "frame-remote-externalities", - "frame-try-runtime 0.37.0", + "frame-try-runtime 0.38.0", "hex", "log", "parity-scale-codec", @@ -17292,22 +17296,22 @@ dependencies = [ "sc-executor", "serde", "serde_json", - "sp-api 29.0.0", - "sp-consensus-aura 0.35.0", - "sp-consensus-babe 0.35.0", - "sp-core 31.0.0", + "sp-api 30.0.0", + "sp-consensus-aura 0.36.0", + "sp-consensus-babe 0.36.0", + "sp-core 32.0.0", "sp-debug-derive", - "sp-externalities 0.27.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-keystore 0.37.0", + "sp-externalities 0.28.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-keystore 0.38.0", "sp-rpc", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-timestamp 29.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", + "sp-timestamp 30.0.0", "sp-transaction-storage-proof", - "sp-version 32.0.0", - "sp-weights 30.0.0", + "sp-version 33.0.0", + "sp-weights 31.0.0", "substrate-rpc-client", "zstd 0.12.4", ] @@ -17938,126 +17942,126 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ef1f629f711d7d110a1d13a12d3b4ab8fdc4ec3f97abbe9d1f0d248014a9e72" +checksum = "c6d7d64eabcbf938ac7978ebc0e3385caedacb2967ee6e2a9b9e1b69a2590498" dependencies = [ "binary-merkle-tree 15.0.0", "bitvec", - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-executive 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "frame-system-benchmarking 31.0.0", - "frame-system-rpc-runtime-api 29.0.0", - "frame-try-runtime 0.37.0", + "frame-benchmarking 32.0.0", + "frame-election-provider-support 32.0.0", + "frame-executive 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "frame-system-benchmarking 32.0.0", + "frame-system-rpc-runtime-api 30.0.0", + "frame-try-runtime 0.38.0", "hex-literal", "log", - "pallet-asset-rate 10.0.0", - "pallet-authority-discovery 31.0.1", - "pallet-authorship 31.0.0", - "pallet-babe 31.0.0", - "pallet-bags-list 30.0.0", - "pallet-balances 31.0.0", - "pallet-beefy 31.0.0", - "pallet-beefy-mmr 31.0.0", + "pallet-asset-rate 11.0.0", + "pallet-authority-discovery 32.0.0", + "pallet-authorship 32.0.0", + "pallet-babe 32.0.0", + "pallet-bags-list 31.0.0", + "pallet-balances 33.0.0", + "pallet-beefy 32.0.0", + "pallet-beefy-mmr 32.0.0", "pallet-collective", - "pallet-conviction-voting 31.0.0", + "pallet-conviction-voting 32.0.0", "pallet-democracy", - "pallet-election-provider-multi-phase 30.0.0", - "pallet-election-provider-support-benchmarking 30.0.0", + "pallet-election-provider-multi-phase 31.0.0", + "pallet-election-provider-support-benchmarking 31.0.0", "pallet-elections-phragmen", - "pallet-fast-unstake 30.0.0", - "pallet-grandpa 31.0.0", - "pallet-identity 31.0.0", - "pallet-im-online 30.0.0", - "pallet-indices 31.0.0", + "pallet-fast-unstake 31.0.0", + "pallet-grandpa 32.0.0", + "pallet-identity 32.0.0", + "pallet-indices 32.0.0", "pallet-membership", - "pallet-message-queue 34.0.0", - "pallet-mmr 30.0.0", - "pallet-multisig 31.0.0", - "pallet-nomination-pools 28.0.0", - "pallet-nomination-pools-benchmarking 29.0.0", - "pallet-nomination-pools-runtime-api 26.0.0", - "pallet-offences 30.0.0", - "pallet-offences-benchmarking 31.0.0", - "pallet-preimage 31.0.0", - "pallet-proxy 31.0.0", + "pallet-message-queue 35.0.0", + "pallet-mmr 31.0.0", + "pallet-multisig 32.0.0", + "pallet-nomination-pools 29.0.0", + "pallet-nomination-pools-benchmarking 30.0.0", + "pallet-nomination-pools-runtime-api 27.0.0", + "pallet-offences 31.0.0", + "pallet-offences-benchmarking 32.0.0", + "pallet-preimage 32.0.0", + "pallet-proxy 32.0.0", "pallet-recovery", - "pallet-referenda 31.0.0", + "pallet-referenda 32.0.0", "pallet-root-testing", - "pallet-scheduler 32.0.0", - "pallet-session 31.0.0", - "pallet-session-benchmarking 31.0.0", + "pallet-scheduler 33.0.0", + "pallet-session 32.0.0", + "pallet-session-benchmarking 32.0.0", "pallet-society", - "pallet-staking 31.0.0", + "pallet-staking 32.0.0", "pallet-staking-reward-curve", - "pallet-staking-runtime-api 17.0.0", - "pallet-state-trie-migration 32.0.0", - "pallet-sudo 31.0.0", - "pallet-timestamp 30.0.0", - "pallet-transaction-payment 31.0.0", - "pallet-transaction-payment-rpc-runtime-api 31.0.0", - "pallet-treasury 30.0.0", - "pallet-utility 31.0.0", - "pallet-vesting 31.0.0", - "pallet-whitelist 30.0.0", - "pallet-xcm 10.0.1", - "pallet-xcm-benchmarks 10.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", - "polkadot-runtime-common 10.0.0", - "polkadot-runtime-parachains 10.0.0", + "pallet-staking-runtime-api 18.0.0", + "pallet-state-trie-migration 33.0.0", + "pallet-sudo 32.0.0", + "pallet-timestamp 31.0.0", + "pallet-transaction-payment 32.0.0", + "pallet-transaction-payment-rpc-runtime-api 32.0.0", + "pallet-treasury 31.0.0", + "pallet-utility 32.0.0", + "pallet-vesting 32.0.0", + "pallet-whitelist 31.0.0", + "pallet-xcm 11.0.0", + "pallet-xcm-benchmarks 11.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-common 11.0.0", + "polkadot-runtime-parachains 11.0.0", "rustc-hex", "scale-info", "serde", "serde_derive", "smallvec", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.0", - "sp-authority-discovery 29.0.0", - "sp-block-builder 29.0.0", - "sp-consensus-babe 0.35.0", - "sp-consensus-beefy 16.0.0", - "sp-core 31.0.0", - "sp-genesis-builder 0.10.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-mmr-primitives 29.0.0", - "sp-npos-elections 29.0.0", - "sp-offchain 29.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-staking 29.0.0", - "sp-std", - "sp-storage", - "sp-transaction-pool 29.0.0", - "sp-version 32.0.0", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", - "substrate-wasm-builder 20.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-arithmetic 26.0.0", + "sp-authority-discovery 30.0.0", + "sp-block-builder 30.0.0", + "sp-consensus-babe 0.36.0", + "sp-consensus-beefy 17.0.0", + "sp-core 32.0.0", + "sp-genesis-builder 0.11.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-mmr-primitives 30.0.0", + "sp-npos-elections 30.0.0", + "sp-offchain 30.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-staking 30.0.0", + "sp-std", + "sp-storage 21.0.0", + "sp-transaction-pool 30.0.0", + "sp-version 33.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", + "staging-xcm-executor 11.0.0", + "substrate-wasm-builder 21.0.0", "westend-runtime-constants", + "xcm-fee-payment-runtime-api", ] [[package]] name = "westend-runtime-constants" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38ee9606d7d954aef2b22107e80fc128a467cd8d6f1d347f64e417f88b2833c8" +checksum = "56e49413f666c93595698e3e3283fb05d7d5e0a522ecb6d4c6220d959691d479" dependencies = [ - "frame-support 31.0.0", - "polkadot-primitives 10.0.0", - "polkadot-runtime-common 10.0.0", + "frame-support 32.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-common 11.0.0", "smallvec", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-weights 30.0.0", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-weights 31.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", ] [[package]] @@ -18416,37 +18420,53 @@ dependencies = [ [[package]] name = "xcm-emulator" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea6acd5a2d4c654cb659666c7bc3730b6b29b6caf4d98c6799911069d81b1ed2" +checksum = "37e42f8cc343d8c52d9412350da0fa8597ddd91c9b4d5664c06f63bb813c69de" dependencies = [ - "cumulus-pallet-parachain-system 0.10.0", - "cumulus-pallet-xcmp-queue 0.10.0", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-parachain-inherent 0.10.0", + "cumulus-pallet-parachain-system 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-parachain-inherent 0.11.0", "cumulus-test-relay-sproof-builder", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "lazy_static", "log", - "pallet-balances 31.0.0", - "pallet-message-queue 34.0.0", - "parachains-common 10.0.0", + "pallet-balances 33.0.0", + "pallet-message-queue 35.0.0", + "parachains-common 11.0.0", "parity-scale-codec", "paste", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-parachains 11.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-std", + "sp-tracing 17.0.0", + "staging-xcm 11.0.0", + "staging-xcm-executor 11.0.0", +] + +[[package]] +name = "xcm-fee-payment-runtime-api" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd9c9513e249ed6d355d0243748c70cb0d7ca81d0604707f334fd481d54e8264" +dependencies = [ + "frame-support 32.0.0", + "parity-scale-codec", + "scale-info", + "sp-api 30.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-tracing", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", + "sp-weights 31.0.0", + "staging-xcm 11.0.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index db4a9b21..d78f96be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ subxt-signer = "0.34.0" tokio = { version = "1.36", features = ["macros", "time", "rt-multi-thread"] } # Build -substrate-wasm-builder = "20.0.0" +substrate-wasm-builder = "21.0.0" substrate-build-script-utils = "11.0.0" # Local @@ -61,113 +61,112 @@ pop-runtime-common = { path = "runtime/common", default-features = false } pop-primitives = { path = "./primitives", default-features = false } # Substrate -sc-basic-authorship = "0.37.0" -sc-chain-spec = "30.0.1" -sc-cli = "0.39.0" -sc-client-api = "31.0.0" -sc-offchain = "32.0.0" -sc-consensus = "0.36.0" -sc-executor = "0.35.0" -sc-network = "0.37.0" -sc-network-sync = "0.36.0" -sc-rpc = "32.0.0" -sc-service = "0.38.0" -sc-sysinfo = "30.0.0" -sc-telemetry = "17.0.0" -sc-tracing = "31.0.0" -sc-transaction-pool = "31.0.0" -sc-transaction-pool-api = "31.0.0" -frame-benchmarking = { version = "31.0.0", default-features = false } -frame-benchmarking-cli = "35.0.1" -frame-executive = { version = "31.0.0", default-features = false } -frame-support = { version = "31.0.0", default-features = false } -frame-system = { version = "31.0.0", default-features = false } -frame-system-benchmarking = { version = "31.0.0", default-features = false } -frame-system-rpc-runtime-api = { version = "29.0.0", default-features = false } -frame-try-runtime = { version = "0.37.0", default-features = false } -pallet-aura = { version = "30.0.0", default-features = false } -pallet-authorship = { version = "31.0.0", default-features = false } -pallet-assets = { version = "32.0.0", default-features = false } -pallet-balances = { version = "31.0.0", default-features = false } -pallet-contracts = { version = "30.0.0", default-features = false } -pallet-message-queue = { version = "34.0.0", default-features = false } -pallet-multisig = { version = "31.0.0", default-features = false } -pallet-nft-fractionalization = { version = "13.0.0", default-features = false } -pallet-nfts = { version = "25.0.0", default-features = false } -pallet-nfts-runtime-api = { version = "17.0.0", default-features = false } -pallet-preimage = { version = "31.0.0", default-features = false } -pallet-proxy = { version = "31.0.0", default-features = false } -pallet-scheduler = { version = "32.0.0", default-features = false } -pallet-session = { version = "31.0.0", default-features = false } -pallet-sudo = { version = "31.0.0", default-features = false } -pallet-timestamp = { version = "30.0.0", default-features = false } -pallet-transaction-payment = { version = "31.0.0", default-features = false } -pallet-transaction-payment-rpc = "33.0.0" -pallet-transaction-payment-rpc-runtime-api = { version = "31.0.0", default-features = false } -pallet-utility = { version = "31.0.0", default-features = false } -sp-api = { version = "29.0.0", default-features = false } -sp-authority-discovery = { version = "29.0.0", default-features = false } -sp-block-builder = { version = "29.0.0", default-features = false } -sp-blockchain = "31.0.0" -sp-consensus-aura = { version = "0.35.0", default-features = false } -sp-consensus-babe = { version = "0.35.0", default-features = false } -sp-consensus-beefy = { version = "16.0.0", default-features = false } -sp-consensus-grandpa = { version = "16.0.0", default-features = false } -sp-core = { version = "31.0.0", default-features = false } -sp-keystore = "0.37.0" -sp-io = { version = "33.0.0", default-features = false } -sp-genesis-builder = { version = "0.10.0", default-features = false } -sp-inherents = { version = "29.0.0", default-features = false } -sp-offchain = { version = "29.0.0", default-features = false } -sp-runtime = { version = "34.0.0", default-features = false } -sp-timestamp = "29.0.0" -substrate-frame-rpc-system = "31.0.0" +sc-basic-authorship = "0.38.0" +sc-chain-spec = "31.0.0" +sc-cli = "0.40.0" +sc-client-api = "32.0.0" +sc-offchain = "33.0.0" +sc-consensus = "0.37.0" +sc-executor = "0.36.0" +sc-network = "0.38.0" +sc-network-sync = "0.37.0" +sc-rpc = "33.0.0" +sc-service = "0.39.0" +sc-sysinfo = "31.0.0" +sc-telemetry = "18.0.0" +sc-tracing = "32.0.0" +sc-transaction-pool = "32.0.0" +sc-transaction-pool-api = "32.0.0" +frame-benchmarking = { version = "32.0.0", default-features = false } +frame-benchmarking-cli = "36.0.0" +frame-executive = { version = "32.0.0", default-features = false } +frame-support = { version = "32.0.0", default-features = false } +frame-system = { version = "32.0.0", default-features = false } +frame-system-benchmarking = { version = "32.0.0", default-features = false } +frame-system-rpc-runtime-api = { version = "30.0.0", default-features = false } +frame-try-runtime = { version = "0.38.0", default-features = false } +pallet-aura = { version = "31.0.0", default-features = false } +pallet-authorship = { version = "32.0.0", default-features = false } +pallet-assets = { version = "33.0.0", default-features = false } +pallet-balances = { version = "33.0.0", default-features = false } +pallet-contracts = { version = "31.0.0", default-features = false } +pallet-message-queue = { version = "35.0.0", default-features = false } +pallet-multisig = { version = "32.0.0", default-features = false } +pallet-nft-fractionalization = { version = "14.0.0", default-features = false } +pallet-nfts = { version = "26.0.0", default-features = false } +pallet-nfts-runtime-api = { version = "18.0.0", default-features = false } +pallet-preimage = { version = "32.0.0", default-features = false } +pallet-proxy = { version = "32.0.0", default-features = false } +pallet-scheduler = { version = "33.0.0", default-features = false } +pallet-session = { version = "32.0.0", default-features = false } +pallet-sudo = { version = "32.0.0", default-features = false } +pallet-timestamp = { version = "31.0.0", default-features = false } +pallet-transaction-payment = { version = "32.0.0", default-features = false } +pallet-transaction-payment-rpc = "34.0.0" +pallet-transaction-payment-rpc-runtime-api = { version = "32.0.0", default-features = false } +pallet-utility = { version = "32.0.0", default-features = false } +sp-api = { version = "30.0.0", default-features = false } +sp-authority-discovery = { version = "30.0.0", default-features = false } +sp-block-builder = { version = "30.0.0", default-features = false } +sp-blockchain = "32.0.0" +sp-consensus-aura = { version = "0.36.0", default-features = false } +sp-consensus-babe = { version = "0.36.0", default-features = false } +sp-consensus-beefy = { version = "17.0.0", default-features = false } +sp-consensus-grandpa = { version = "17.0.0", default-features = false } +sp-core = { version = "32.0.0", default-features = false } +sp-keystore = "0.38.0" +sp-io = { version = "34.0.0", default-features = false } +sp-genesis-builder = { version = "0.11.0", default-features = false } +sp-inherents = { version = "30.0.0", default-features = false } +sp-offchain = { version = "30.0.0", default-features = false } +sp-runtime = { version = "35.0.0", default-features = false } +sp-timestamp = "30.0.0" +substrate-frame-rpc-system = "32.0.0" substrate-prometheus-endpoint = "0.17.0" -sp-session = { version = "30.0.0", default-features = false } +sp-session = { version = "31.0.0", default-features = false } sp-std = { version = "14.0.0", default-features = false } -sp-transaction-pool = { version = "29.0.0", default-features = false } -sp-version = { version = "32.0.0", default-features = false } +sp-transaction-pool = { version = "30.0.0", default-features = false } +sp-version = { version = "33.0.0", default-features = false } # Polkadot -pallet-xcm = { version = "10.0.1", default-features = false } -polkadot-cli = "10.0.0" -polkadot-parachain-primitives = { version = "9.0.0", default-features = false } -polkadot-runtime-parachains = { version = "10.0.0", default-features = false } -polkadot-primitives = { version = "10.0.0", default-features = false } -polkadot-runtime-common = { version = "10.0.0", default-features = false } -rococo-runtime-constants = { version = "10.0.0", default-features = false } -rococo-runtime = { version = "10.0.0", default-features = false } -xcm = { version = "10.0.0", package = "staging-xcm", default-features = false } -xcm-builder = { version = "10.0.0", package = "staging-xcm-builder", default-features = false } -xcm-executor = { version = "10.0.0", package = "staging-xcm-executor", default-features = false } +pallet-xcm = { version = "11.0.0", default-features = false } +polkadot-cli = "11.0.0" +polkadot-parachain-primitives = { version = "10.0.0", default-features = false } +polkadot-runtime-parachains = { version = "11.0.0", default-features = false } +polkadot-primitives = { version = "11.0.0", default-features = false } +polkadot-runtime-common = { version = "11.0.0", default-features = false } +rococo-runtime-constants = { version = "11.0.0", default-features = false } +rococo-runtime = { version = "11.0.0", default-features = false } +xcm = { version = "11.0.0", package = "staging-xcm", default-features = false } +xcm-builder = { version = "11.0.0", package = "staging-xcm-builder", default-features = false } +xcm-executor = { version = "11.0.0", package = "staging-xcm-executor", default-features = false } # Cumulus -asset-hub-rococo-runtime = { version = "0.14.0", default-features = false } -asset-test-utils = { version = "10.0.0", default-features = false } -cumulus-pallet-aura-ext = { version = "0.10.0", default-features = false } -cumulus-pallet-parachain-system = { version = "0.10.0", default-features = false, features = [ +asset-hub-rococo-runtime = { version = "0.15.0", default-features = false } +asset-test-utils = { version = "11.0.0", default-features = false } +cumulus-pallet-aura-ext = { version = "0.11.0", default-features = false } +cumulus-pallet-parachain-system = { version = "0.11.0", default-features = false, features = [ "parameterized-consensus-hook", ] } -cumulus-pallet-session-benchmarking = { version = "12.0.0", default-features = false } -cumulus-pallet-xcm = { version = "0.10.0", default-features = false } -cumulus-pallet-xcmp-queue = { version = "0.10.0", default-features = false } -cumulus-primitives-aura = { version = "0.10.0", default-features = false } -cumulus-primitives-core = { version = "0.10.0", default-features = false } -cumulus-primitives-storage-weight-reclaim = { version = "1.0.0", default-features = false } -cumulus-primitives-utility = { version = "0.10.0", default-features = false } -emulated-integration-tests-common = { version = "6.0.0", default-features = false } -pallet-collator-selection = { version = "12.0.1", default-features = false } -parachains-common = { version = "10.0.0", default-features = false } -parachain-info = { version = "0.10.0", package = "staging-parachain-info", default-features = false } -cumulus-primitives-parachain-inherent = "0.10.0" -cumulus-relay-chain-interface = "0.10.0" +cumulus-pallet-session-benchmarking = { version = "13.0.0", default-features = false } +cumulus-pallet-xcm = { version = "0.11.0", default-features = false } +cumulus-pallet-xcmp-queue = { version = "0.11.0", default-features = false } +cumulus-primitives-aura = { version = "0.11.0", default-features = false } +cumulus-primitives-core = { version = "0.11.0", default-features = false } +cumulus-primitives-utility = { version = "0.11.0", default-features = false } +emulated-integration-tests-common = { version = "7.0.0", default-features = false } +pallet-collator-selection = { version = "13.0.1", default-features = false } +parachains-common = { version = "11.0.0", default-features = false } +parachain-info = { version = "0.11.0", package = "staging-parachain-info", default-features = false } +cumulus-primitives-parachain-inherent = "0.11.0" +cumulus-relay-chain-interface = "0.11.0" color-print = "0.3.4" -cumulus-client-cli = "0.10.0" -cumulus-client-collator = "0.10.0" -cumulus-client-consensus-aura = "0.10.0" -cumulus-client-consensus-common = "0.10.0" -cumulus-client-consensus-proposer = "0.10.0" -cumulus-client-service = "0.10.0" +cumulus-client-cli = "0.11.0" +cumulus-client-collator = "0.11.0" +cumulus-client-consensus-aura = "0.11.0" +cumulus-client-consensus-common = "0.11.0" +cumulus-client-consensus-proposer = "0.11.0" +cumulus-client-service = "0.11.0" # Paseo asset-hub-paseo-runtime = { git = "https://github.com/paseo-network/runtimes/", tag = "v1.2.5-system-chains", default-features = false } diff --git a/runtime/devnet/Cargo.toml b/runtime/devnet/Cargo.toml index 35183429..13d4fe77 100644 --- a/runtime/devnet/Cargo.toml +++ b/runtime/devnet/Cargo.toml @@ -225,4 +225,4 @@ try-runtime = [ "sp-runtime/try-runtime", ] -experimental = ["pallet-aura/experimental"] +experimental = [] diff --git a/runtime/devnet/src/config/xcm.rs b/runtime/devnet/src/config/xcm.rs index da756fe9..d73ece85 100644 --- a/runtime/devnet/src/config/xcm.rs +++ b/runtime/devnet/src/config/xcm.rs @@ -150,6 +150,9 @@ impl xcm_executor::Config for XcmConfig { type SafeCallFilter = Everything; type Aliasers = Nothing; type TransactionalProcessor = FrameTransactionalProcessor; + type HrmpNewChannelOpenRequestHandler = (); + type HrmpChannelAcceptedHandler = (); + type HrmpChannelClosingHandler = (); } /// No local origins on this chain are allowed to dispatch XCM sends/executions. diff --git a/runtime/devnet/src/lib.rs b/runtime/devnet/src/lib.rs index 667d4ebd..f0264043 100644 --- a/runtime/devnet/src/lib.rs +++ b/runtime/devnet/src/lib.rs @@ -415,6 +415,7 @@ impl pallet_message_queue::Config for Runtime { type HeapSize = sp_core::ConstU32<{ 64 * 1024 }>; type MaxStale = sp_core::ConstU32<8>; type ServiceWeight = MessageQueueServiceWeight; + type IdleMaxServiceWeight = (); } impl cumulus_pallet_aura_ext::Config for Runtime {} @@ -456,7 +457,6 @@ impl pallet_aura::Config for Runtime { type DisabledValidators = (); type MaxAuthorities = ConstU32<100_000>; type AllowMultipleBlocksPerSlot = ConstBool; - #[cfg(feature = "experimental")] type SlotDuration = ConstU64; } @@ -629,7 +629,7 @@ impl_runtime_apis! { } fn authorities() -> Vec { - Aura::authorities().into_inner() + pallet_aura::Authorities::::get().into_inner() } } diff --git a/runtime/testnet/Cargo.toml b/runtime/testnet/Cargo.toml index d77274ec..1cd8982e 100644 --- a/runtime/testnet/Cargo.toml +++ b/runtime/testnet/Cargo.toml @@ -223,4 +223,4 @@ try-runtime = [ "sp-runtime/try-runtime", ] -experimental = ["pallet-aura/experimental"] +experimental = [] diff --git a/runtime/testnet/src/config/xcm.rs b/runtime/testnet/src/config/xcm.rs index da756fe9..d73ece85 100644 --- a/runtime/testnet/src/config/xcm.rs +++ b/runtime/testnet/src/config/xcm.rs @@ -150,6 +150,9 @@ impl xcm_executor::Config for XcmConfig { type SafeCallFilter = Everything; type Aliasers = Nothing; type TransactionalProcessor = FrameTransactionalProcessor; + type HrmpNewChannelOpenRequestHandler = (); + type HrmpChannelAcceptedHandler = (); + type HrmpChannelClosingHandler = (); } /// No local origins on this chain are allowed to dispatch XCM sends/executions. diff --git a/runtime/testnet/src/lib.rs b/runtime/testnet/src/lib.rs index 5d38a10f..d2e1918b 100644 --- a/runtime/testnet/src/lib.rs +++ b/runtime/testnet/src/lib.rs @@ -404,6 +404,7 @@ impl pallet_message_queue::Config for Runtime { type HeapSize = sp_core::ConstU32<{ 64 * 1024 }>; type MaxStale = sp_core::ConstU32<8>; type ServiceWeight = MessageQueueServiceWeight; + type IdleMaxServiceWeight = (); } impl cumulus_pallet_aura_ext::Config for Runtime {} @@ -448,7 +449,6 @@ impl pallet_aura::Config for Runtime { // Note: SlotDuration potentially enabled here due to devnet runtime and Rust's feature // unification, requiring the setting of a backwards compatible value. // See https://github.com/paritytech/polkadot-sdk/blob/09df373db9cd5dfed82c5cdb0736d417d54249e6/substrate/frame/aura/src/lib.rs#L262 - #[cfg(feature = "experimental")] type SlotDuration = pallet_aura::MinimumPeriodTimesTwo; } @@ -621,7 +621,7 @@ impl_runtime_apis! { } fn authorities() -> Vec { - Aura::authorities().into_inner() + pallet_aura::Authorities::::get().into_inner() } } From 7943f0a8517d8d812e85951208c843192fb239ba Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Tue, 13 Aug 2024 15:32:20 +0700 Subject: [PATCH 41/95] refactor: remove native executor, add unified host functions --- node/src/command.rs | 16 ++--- node/src/service.rs | 139 ++++++++++++++------------------------------ 2 files changed, 49 insertions(+), 106 deletions(-) diff --git a/node/src/command.rs b/node/src/command.rs index 27901ef0..f0f1ad25 100644 --- a/node/src/command.rs +++ b/node/src/command.rs @@ -16,7 +16,7 @@ use crate::{ chain_spec, chain_spec::Relay, cli::{Cli, RelayChainCli, Subcommand}, - service::{new_partial, DevnetRuntimeExecutor, TestnetRuntimeExecutor}, + service::new_partial, }; #[derive(Debug, PartialEq)] @@ -158,7 +158,7 @@ macro_rules! construct_async_run { match runner.config().chain_spec.runtime() { Runtime::Devnet => { runner.async_run(|$config| { - let $components = new_partial::( + let $components = new_partial::( &$config )?; let task_manager = $components.task_manager; @@ -167,7 +167,7 @@ macro_rules! construct_async_run { } Runtime::Testnet => { runner.async_run(|$config| { - let $components = new_partial::( + let $components = new_partial::( &$config )?; let task_manager = $components.task_manager; @@ -182,15 +182,11 @@ macro_rules! construct_benchmark_partials { ($config:expr, |$partials:ident| $code:expr) => { match $config.chain_spec.runtime() { Runtime::Devnet => { - let $partials = - new_partial::(&$config)?; + let $partials = new_partial::(&$config)?; $code }, Runtime::Testnet => { - let $partials = new_partial::< - pop_runtime_testnet::RuntimeApi, - TestnetRuntimeExecutor, - >(&$config)?; + let $partials = new_partial::(&$config)?; $code }, } @@ -349,7 +345,6 @@ pub fn run() -> Result<()> { ); crate::service::start_parachain_node::< pop_runtime_devnet::RuntimeApi, - DevnetRuntimeExecutor, >( config, polkadot_config, @@ -367,7 +362,6 @@ pub fn run() -> Result<()> { ); crate::service::start_parachain_node::< pop_runtime_testnet::RuntimeApi, - TestnetRuntimeExecutor, >( config, polkadot_config, diff --git a/node/src/service.rs b/node/src/service.rs index 79ea908f..b2d39caf 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -13,7 +13,8 @@ use cumulus_client_consensus_common::ParachainBlockImport as TParachainBlockImpo use cumulus_client_consensus_proposer::Proposer; use cumulus_client_service::{ build_network, build_relay_chain_interface, prepare_node_config, start_relay_chain_tasks, - BuildNetworkParams, CollatorSybilResistance, DARecoveryProfile, StartRelayChainTasksParams, + BuildNetworkParams, CollatorSybilResistance, DARecoveryProfile, ParachainHostFunctions, + StartRelayChainTasksParams, }; use cumulus_primitives_core::{ relay_chain::{CollatorPair, ValidationCode}, @@ -25,10 +26,7 @@ use cumulus_relay_chain_interface::{OverseerHandle, RelayChainInterface}; use frame_benchmarking_cli::SUBSTRATE_REFERENCE_HARDWARE; use sc_client_api::Backend; use sc_consensus::ImportQueue; -use sc_executor::{ - HeapAllocStrategy, NativeElseWasmExecutor, NativeExecutionDispatch, WasmExecutor, - DEFAULT_HEAP_ALLOC_STRATEGY, -}; +use sc_executor::{HeapAllocStrategy, WasmExecutor, DEFAULT_HEAP_ALLOC_STRATEGY}; use sc_network::NetworkBlock; use sc_network_sync::SyncingService; use sc_service::{Configuration, PartialComponents, TFullBackend, TFullClient, TaskManager}; @@ -40,73 +38,37 @@ use sp_keystore::KeystorePtr; use sp_runtime::{app_crypto::AppCrypto, traits::BlakeTwo256}; use substrate_prometheus_endpoint::Registry; -/// Devnet Native executor type. -pub struct DevnetRuntimeExecutor; - -impl NativeExecutionDispatch for DevnetRuntimeExecutor { - type ExtendHostFunctions = ( - cumulus_client_service::storage_proof_size::HostFunctions, - frame_benchmarking::benchmarking::HostFunctions, - ); - - fn dispatch(method: &str, data: &[u8]) -> Option> { - pop_runtime_devnet::api::dispatch(method, data) - } - - fn native_version() -> sc_executor::NativeVersion { - pop_runtime_devnet::native_version() - } -} - -/// Testnet Native executor type. -pub struct TestnetRuntimeExecutor; +type ParachainExecutor = WasmExecutor; -impl NativeExecutionDispatch for TestnetRuntimeExecutor { - type ExtendHostFunctions = frame_benchmarking::benchmarking::HostFunctions; - - fn dispatch(method: &str, data: &[u8]) -> Option> { - pop_runtime_testnet::api::dispatch(method, data) - } - - fn native_version() -> sc_executor::NativeVersion { - pop_runtime_testnet::native_version() - } -} - -type ParachainExecutor = NativeElseWasmExecutor; - -type ParachainClient = - TFullClient>; +type ParachainClient = TFullClient; type ParachainBackend = TFullBackend; -type ParachainBlockImport = - TParachainBlockImport>, ParachainBackend>; +type ParachainBlockImport = + TParachainBlockImport>, ParachainBackend>; /// Assembly of PartialComponents (enough to run chain ops subcommands) -type Service = PartialComponents< - ParachainClient, +type Service = PartialComponents< + ParachainClient, ParachainBackend, (), sc_consensus::DefaultImportQueue, - sc_transaction_pool::FullPool>, - (ParachainBlockImport, Option, Option), + sc_transaction_pool::FullPool>, + (ParachainBlockImport, Option, Option), >; /// Starts a `ServiceBuilder` for a full service. /// /// Use this macro if you don't actually need the full service, but just the builder in order to /// be able to perform chain operations. -pub fn new_partial( +pub fn new_partial( config: &Configuration, -) -> Result, sc_service::Error> +) -> Result, sc_service::Error> where - RuntimeApi: - ConstructRuntimeApi> + Send + Sync + 'static, - RuntimeApi::RuntimeApi: RuntimeApiExt, + RuntimeApi: ConstructRuntimeApi> + Send + Sync + 'static, + RuntimeApi::RuntimeApi: RuntimeApiExt, sc_client_api::StateBackendFor, Block>: sc_client_api::StateBackend, - Executor: NativeExecutionDispatch + 'static, { let telemetry = config .telemetry_endpoints @@ -123,7 +85,7 @@ where .default_heap_pages .map_or(DEFAULT_HEAP_ALLOC_STRATEGY, |h| HeapAllocStrategy::Static { extra_pages: h as _ }); - let wasm = WasmExecutor::builder() + let executor = ParachainExecutor::builder() .with_execution_method(config.wasm_method) .with_onchain_heap_alloc_strategy(heap_pages) .with_offchain_heap_alloc_strategy(heap_pages) @@ -131,8 +93,6 @@ where .with_runtime_cache_size(config.runtime_cache_size) .build(); - let executor = NativeElseWasmExecutor::::new_with_wasm_executor(wasm); - let (client, backend, keystore_container, task_manager) = sc_service::new_full_parts_record_import::( config, @@ -157,8 +117,7 @@ where client.clone(), ); - let block_import = - ParachainBlockImport::::new(client.clone(), backend.clone()); + let block_import = ParachainBlockImport::::new(client.clone(), backend.clone()); let import_queue = build_import_queue( client.clone(), @@ -184,28 +143,26 @@ where /// /// This is the actual implementation that is abstract over the executor and the runtime api. #[sc_tracing::logging::prefix_logs_with("Parachain")] -async fn start_node_impl( +async fn start_node_impl( parachain_config: Configuration, polkadot_config: Configuration, collator_options: CollatorOptions, para_id: ParaId, start_consensus: SC, hwbench: Option, -) -> sc_service::error::Result<(TaskManager, Arc>)> +) -> sc_service::error::Result<(TaskManager, Arc>)> where - RuntimeApi: - ConstructRuntimeApi> + Send + Sync + 'static, - RuntimeApi::RuntimeApi: RuntimeApiExt, - Executor: NativeExecutionDispatch + 'static, + RuntimeApi: ConstructRuntimeApi> + Send + Sync + 'static, + RuntimeApi::RuntimeApi: RuntimeApiExt, SC: FnOnce( - Arc>, + Arc>, Arc, - ParachainBlockImport, + ParachainBlockImport, Option<&Registry>, Option, &TaskManager, Arc, - Arc>>, + Arc>>, Arc>, KeystorePtr, Duration, @@ -217,7 +174,7 @@ where { let parachain_config = prepare_node_config(parachain_config); - let params = new_partial::(¶chain_config)?; + let params = new_partial::(¶chain_config)?; let (block_import, mut telemetry, telemetry_worker_handle) = params.other; let net_config = sc_network::config::FullNetworkConfiguration::new(¶chain_config.network); @@ -384,17 +341,16 @@ where /// Build the import queue for the parachain runtime. #[allow(clippy::type_complexity)] -pub(crate) fn build_import_queue( - client: Arc>, - block_import: ParachainBlockImport, +pub(crate) fn build_import_queue( + client: Arc>, + block_import: ParachainBlockImport, config: &Configuration, telemetry: Option, task_manager: &TaskManager, ) -> Result, sc_service::Error> where - RuntimeApi: - ConstructRuntimeApi> + Send + Sync + 'static, - RuntimeApi::RuntimeApi: RuntimeApiExt, + RuntimeApi: ConstructRuntimeApi> + Send + Sync + 'static, + RuntimeApi::RuntimeApi: RuntimeApiExt, { let slot_duration = cumulus_client_consensus_aura::slot_duration(&*client)?; @@ -419,17 +375,15 @@ where } #[allow(clippy::too_many_arguments)] -fn start_consensus( - client: Arc>, +fn start_consensus( + client: Arc>, backend: Arc, - block_import: ParachainBlockImport, + block_import: ParachainBlockImport, prometheus_registry: Option<&Registry>, telemetry: Option, task_manager: &TaskManager, relay_chain_interface: Arc, - transaction_pool: Arc< - sc_transaction_pool::FullPool>, - >, + transaction_pool: Arc>>, sync_oracle: Arc>, keystore: KeystorePtr, relay_chain_slot_duration: Duration, @@ -439,10 +393,8 @@ fn start_consensus( announce_block: Arc>) + Send + Sync>, ) -> Result<(), sc_service::Error> where - RuntimeApi: - ConstructRuntimeApi> + Send + Sync + 'static, - RuntimeApi::RuntimeApi: RuntimeApiExt, - Executor: NativeExecutionDispatch + 'static, + RuntimeApi: ConstructRuntimeApi> + Send + Sync + 'static, + RuntimeApi::RuntimeApi: RuntimeApiExt, { use cumulus_client_consensus_aura::collators::lookahead::{self as aura, Params as AuraParams}; @@ -497,32 +449,30 @@ where } /// Start a parachain node. -pub async fn start_parachain_node( +pub async fn start_parachain_node( parachain_config: Configuration, polkadot_config: Configuration, collator_options: CollatorOptions, para_id: ParaId, hwbench: Option, -) -> sc_service::error::Result<(TaskManager, Arc>)> +) -> sc_service::error::Result<(TaskManager, Arc>)> where - Executor: NativeExecutionDispatch + 'static, - RuntimeApi: - ConstructRuntimeApi> + Send + Sync + 'static, - RuntimeApi::RuntimeApi: RuntimeApiExt, + RuntimeApi: ConstructRuntimeApi> + Send + Sync + 'static, + RuntimeApi::RuntimeApi: RuntimeApiExt, { - start_node_impl::( + start_node_impl::( parachain_config, polkadot_config, collator_options, para_id, - start_consensus::, + start_consensus::, hwbench, ) .await } // Trait alias refactored out from above to simplify repeated trait bounds -pub(crate) trait RuntimeApiExt: +pub(crate) trait RuntimeApiExt: sp_transaction_pool::runtime_api::TaggedTransactionQueue + sp_api::Metadata + sp_session::SessionKeys @@ -549,7 +499,6 @@ impl< + substrate_frame_rpc_system::AccountNonceApi + cumulus_primitives_aura::AuraUnincludedSegmentApi, RuntimeApi, - Executor, - > RuntimeApiExt for T + > RuntimeApiExt for T { } From 8e91a8d88ad53b98d73ef18b98066c5a47c22236 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Tue, 13 Aug 2024 23:42:59 +0700 Subject: [PATCH 42/95] feat: pov claim feature --- Cargo.lock | 14 +++++++------- Cargo.toml | 25 +++++++++++++------------ 2 files changed, 20 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f088f26..49989667 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2697,19 +2697,19 @@ dependencies = [ [[package]] name = "cumulus-primitives-storage-weight-reclaim" -version = "2.0.0" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd8596e26f2d3b2c70c00b695eb9edc8fca4533105bf6b2f0c4c0ecc8075bf99" +checksum = "21d52a6f23cf094b01b33330e4f8d9a4c225620646cf0ad4e21ad299dddbe193" dependencies = [ - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-proof-size-hostfunction 0.6.0", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-proof-size-hostfunction 0.5.0", "docify", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 34.0.0", "sp-std", ] diff --git a/Cargo.toml b/Cargo.toml index d78f96be..bf71f28e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -148,18 +148,19 @@ cumulus-pallet-aura-ext = { version = "0.11.0", default-features = false } cumulus-pallet-parachain-system = { version = "0.11.0", default-features = false, features = [ "parameterized-consensus-hook", ] } -cumulus-pallet-session-benchmarking = { version = "13.0.0", default-features = false } -cumulus-pallet-xcm = { version = "0.11.0", default-features = false } -cumulus-pallet-xcmp-queue = { version = "0.11.0", default-features = false } -cumulus-primitives-aura = { version = "0.11.0", default-features = false } -cumulus-primitives-core = { version = "0.11.0", default-features = false } -cumulus-primitives-utility = { version = "0.11.0", default-features = false } -emulated-integration-tests-common = { version = "7.0.0", default-features = false } -pallet-collator-selection = { version = "13.0.1", default-features = false } -parachains-common = { version = "11.0.0", default-features = false } -parachain-info = { version = "0.11.0", package = "staging-parachain-info", default-features = false } -cumulus-primitives-parachain-inherent = "0.11.0" -cumulus-relay-chain-interface = "0.11.0" +cumulus-pallet-session-benchmarking = { version = "12.0.0", default-features = false } +cumulus-pallet-xcm = { version = "0.10.0", default-features = false } +cumulus-pallet-xcmp-queue = { version = "0.10.0", default-features = false } +cumulus-primitives-aura = { version = "0.10.0", default-features = false } +cumulus-primitives-core = { version = "0.10.0", default-features = false } +cumulus-primitives-storage-weight-reclaim = { version = "1.0.0", default-features = false } +cumulus-primitives-utility = { version = "0.10.0", default-features = false } +emulated-integration-tests-common = { version = "6.0.0", default-features = false } +pallet-collator-selection = { version = "12.0.1", default-features = false } +parachains-common = { version = "10.0.0", default-features = false } +parachain-info = { version = "0.10.0", package = "staging-parachain-info", default-features = false } +cumulus-primitives-parachain-inherent = "0.10.0" +cumulus-relay-chain-interface = "0.10.0" color-print = "0.3.4" cumulus-client-cli = "0.11.0" cumulus-client-collator = "0.11.0" From 833e4ba4cc1d55a851ab863f7768dd8bccb0c0dc Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Tue, 13 Aug 2024 14:31:59 +0700 Subject: [PATCH 43/95] chore: upgrade to 1.10.0 --- Cargo.lock | 4341 +++++++++++++++++++++++++++++++++++++++++++--------- Cargo.toml | 25 +- 2 files changed, 3641 insertions(+), 725 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 49989667..ae6a8e30 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -517,6 +517,37 @@ dependencies = [ "system-parachains-constants", ] +[[package]] +name = "asset-test-utils" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1c81733430dbb312765566043bcb2c022dbb7492bacbe67018c630dbce753936" +dependencies = [ + "cumulus-pallet-parachain-system 0.10.0", + "cumulus-pallet-xcmp-queue 0.10.0", + "cumulus-primitives-core 0.10.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "pallet-assets 32.0.0", + "pallet-balances 31.0.0", + "pallet-collator-selection 12.0.1", + "pallet-session 31.0.0", + "pallet-timestamp 30.0.0", + "pallet-xcm 10.0.1", + "pallet-xcm-bridge-hub-router 0.8.0", + "parachains-common 10.0.0", + "parachains-runtimes-test-utils 10.0.0", + "parity-scale-codec", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "staging-parachain-info 0.10.0", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", + "staging-xcm-executor 10.0.0", + "substrate-wasm-builder 20.0.0", +] + [[package]] name = "asset-test-utils" version = "11.0.0" @@ -536,7 +567,7 @@ dependencies = [ "pallet-xcm 11.0.0", "pallet-xcm-bridge-hub-router 0.9.0", "parachains-common 11.0.0", - "parachains-runtimes-test-utils", + "parachains-runtimes-test-utils 11.0.0", "parity-scale-codec", "sp-io 34.0.0", "sp-runtime 35.0.0", @@ -1143,19 +1174,19 @@ dependencies = [ [[package]] name = "bp-header-chain" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b4a86e6438700a4217675ef3088fb08694ab69b1bdce4124099b1dcff9a6ff8" +checksum = "700fa6f4a3258a0eee471c7f70698c69d5b911d125f49f8139f0c61b7fdb6c9d" dependencies = [ - "bp-runtime 0.11.0", + "bp-runtime 0.10.0", "finality-grandpa", - "frame-support 32.0.0", + "frame-support 31.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-grandpa 17.0.0", - "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-consensus-grandpa 16.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -1177,35 +1208,35 @@ dependencies = [ [[package]] name = "bp-messages" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6a8b4356728ca03a8246104e320a2b1d7ba8c7fbd2917bf62395290f6ef2cc1" +checksum = "ebfb4d04936f86b63257d32b128b5e757de0273abf22794d3ae827323416e385" dependencies = [ - "bp-header-chain 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", + "bp-header-chain 0.10.0", + "bp-runtime 0.10.0", + "frame-support 31.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 32.0.0", + "sp-core 31.0.0", "sp-std", ] [[package]] name = "bp-parachains" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d5a4983aec89871fe61f700cd4edaaf30288e7fbd927f7e4f879951f61569d4" +checksum = "7f0c940507c4db7652a660228daefd82317bf6cd8aacff33df9e6ac9c45371c2" dependencies = [ - "bp-header-chain 0.11.0", - "bp-polkadot-core 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", + "bp-header-chain 0.10.0", + "bp-polkadot-core 0.10.0", + "bp-runtime 0.10.0", + "frame-support 31.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -1230,35 +1261,35 @@ dependencies = [ [[package]] name = "bp-polkadot-core" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54ef42ed5eb5ea249ee3f26f38ad114e379accfa1f2a8ee1ff87dc6bbc00b399" +checksum = "d14dd5cfb1176aebe8d9dc0c42273f978f63a6137ff10709caf380219847c010" dependencies = [ - "bp-messages 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-messages 0.10.0", + "bp-runtime 0.10.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "parity-util-mem", "scale-info", "serde", - "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "bp-relayers" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36f6f38407e79458fefb4c14a6f9f2cd9779b2dfeb3b11112e20902ee9dfea5f" +checksum = "41101efa1afc121ed8f4b5b93c9ee28bdab3f912237103521eea67c164c86c20" dependencies = [ - "bp-messages 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", + "bp-messages 0.10.0", + "bp-runtime 0.10.0", + "frame-support 31.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -1288,12 +1319,12 @@ dependencies = [ [[package]] name = "bp-runtime" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67f4b1696822790b449046bdb89c273852ef2201a046b64b24293871a953e5e3" +checksum = "a97193ef70796e6c3bb1e0de930d2174a07c7b8cb07f19eead5b5c3f56d6b7b9" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "hash-db", "impl-trait-for-tuples", "log", @@ -1301,41 +1332,41 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 32.0.0", "trie-db", ] [[package]] name = "bp-test-utils" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0462cedd4f4dba1dde9d296df6b0e128a61abecde6ff6efa3b122ee8ac2f811" +checksum = "2eac8331de5fc5e0012e3c5b0c245b9b6b33878edbe64cdfd133c2dce9443898" dependencies = [ - "bp-header-chain 0.11.0", + "bp-header-chain 0.10.0", "bp-parachains", - "bp-polkadot-core 0.11.0", - "bp-runtime 0.11.0", + "bp-polkadot-core 0.10.0", + "bp-runtime 0.10.0", "ed25519-dalek", "finality-grandpa", "parity-scale-codec", - "sp-application-crypto 34.0.0", - "sp-consensus-grandpa 17.0.0", - "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-application-crypto 33.0.0", + "sp-consensus-grandpa 16.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 32.0.0", ] [[package]] name = "bp-xcm-bridge-hub" -version = "0.3.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "192804908f1d3b7bfad12abce448fb3b7ec8dda765cac4a8d811fa75557e528f" +checksum = "6663e0179d475e30cfcf28cf597cdc8f4bb1c2c39a557b4cbe0057db0657fb67" dependencies = [ "sp-std", ] @@ -1352,6 +1383,18 @@ dependencies = [ "sp-runtime 32.0.0", ] +[[package]] +name = "bp-xcm-bridge-hub-router" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7366e856da4c5f49e1ef94c3ea401854fe52310696561e24b7509d2f963d7210" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-runtime 34.0.0", +] + [[package]] name = "bp-xcm-bridge-hub-router" version = "0.10.0" @@ -1366,38 +1409,38 @@ dependencies = [ [[package]] name = "bridge-runtime-common" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9dde81c8af81ee9bdf0374010288cf03ff3ccd7f57802f24889884f73d0b3bd3" +checksum = "4857eb39e46b6490b5b36e6485a1364907b767c917c8efe3c84456d6bc0a72b6" dependencies = [ - "bp-header-chain 0.11.0", - "bp-messages 0.11.0", + "bp-header-chain 0.10.0", + "bp-messages 0.10.0", "bp-parachains", - "bp-polkadot-core 0.11.0", + "bp-polkadot-core 0.10.0", "bp-relayers", - "bp-runtime 0.11.0", + "bp-runtime 0.10.0", "bp-xcm-bridge-hub", - "bp-xcm-bridge-hub-router 0.10.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-xcm-bridge-hub-router 0.9.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "hash-db", "log", "pallet-bridge-grandpa", "pallet-bridge-messages", "pallet-bridge-parachains", "pallet-bridge-relayers", - "pallet-transaction-payment 32.0.0", - "pallet-utility 32.0.0", + "pallet-transaction-payment 31.0.0", + "pallet-utility 31.0.0", "parity-scale-codec", "scale-info", - "sp-api 30.0.0", - "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-api 29.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-trie 33.0.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", + "sp-trie 32.0.0", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", ] [[package]] @@ -2102,11 +2145,11 @@ checksum = "b169c6bebaa58a8f0f2078747919ebd98df45d0d018a0f8caa66ec15e2ad43d4" dependencies = [ "clap", "parity-scale-codec", - "sc-chain-spec", - "sc-cli", - "sc-client-api", - "sc-service", - "sp-blockchain", + "sc-chain-spec 31.0.0", + "sc-cli 0.40.0", + "sc-client-api 32.0.0", + "sc-service 0.39.0", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "url", @@ -2124,13 +2167,13 @@ dependencies = [ "futures", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", - "sc-client-api", + "sc-client-api 32.0.0", "sp-api 30.0.0", - "sp-consensus", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "tracing", @@ -2149,25 +2192,25 @@ dependencies = [ "cumulus-client-parachain-inherent", "cumulus-primitives-aura 0.11.0", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "futures", "parity-scale-codec", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", - "sc-client-api", - "sc-consensus", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", "sc-consensus-aura", "sc-consensus-babe", "sc-consensus-slots", - "sc-telemetry", + "sc-telemetry 18.0.0", "schnellru", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-aura 0.36.0", "sp-core 32.0.0", "sp-inherents 30.0.0", @@ -2188,18 +2231,18 @@ dependencies = [ "async-trait", "cumulus-client-pov-recovery", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "dyn-clone", "futures", "log", "parity-scale-codec", "polkadot-primitives 11.0.0", - "sc-client-api", - "sc-consensus", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", "sc-consensus-babe", "schnellru", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", "sp-runtime 35.0.0", @@ -2218,7 +2261,7 @@ dependencies = [ "anyhow", "async-trait", "cumulus-primitives-parachain-inherent 0.11.0", - "sp-consensus", + "sp-consensus 0.36.0", "sp-inherents 30.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", @@ -2232,17 +2275,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0f70b5f3eb4385498880a74684be6bd17669f2a2b5c7db805eef16337af1d0cd" dependencies = [ "async-trait", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "futures", "futures-timer", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", - "sc-client-api", - "sp-blockchain", - "sp-consensus", + "sc-client-api 32.0.0", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", @@ -2258,10 +2301,10 @@ dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-relay-chain-interface", - "cumulus-test-relay-sproof-builder", + "cumulus-relay-chain-interface 0.11.0", + "cumulus-test-relay-sproof-builder 0.11.0", "parity-scale-codec", - "sc-client-api", + "sc-client-api 32.0.0", "scale-info", "sp-api 30.0.0", "sp-crypto-hashing", @@ -2282,18 +2325,18 @@ checksum = "e877fcdae06369ce17fd4d1fd0467d21b08338f7c944e225c5461472f54a166a" dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "futures", "futures-timer", "parity-scale-codec", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", "rand", - "sc-client-api", - "sc-consensus", - "sp-consensus", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sp-consensus 0.36.0", "sp-maybe-compressed-blob", "sp-runtime 35.0.0", "tracing", @@ -2313,24 +2356,24 @@ dependencies = [ "cumulus-primitives-core 0.11.0", "cumulus-primitives-proof-size-hostfunction 0.6.0", "cumulus-relay-chain-inprocess-interface", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "cumulus-relay-chain-minimal-node", "futures", "polkadot-primitives 11.0.0", - "sc-client-api", - "sc-consensus", - "sc-network", - "sc-network-sync", - "sc-network-transactions", - "sc-rpc", - "sc-service", - "sc-sysinfo", - "sc-telemetry", - "sc-transaction-pool", - "sc-utils", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sc-network 0.38.0", + "sc-network-sync 0.37.0", + "sc-network-transactions 0.37.0", + "sc-rpc 33.0.0", + "sc-service 0.39.0", + "sc-sysinfo 31.0.0", + "sc-telemetry 18.0.0", + "sc-transaction-pool 32.0.0", + "sc-utils 17.0.0", "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-io 34.0.0", "sp-runtime 35.0.0", @@ -2411,6 +2454,42 @@ dependencies = [ "trie-db", ] +[[package]] +name = "cumulus-pallet-parachain-system" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a19c40a5d04f60562fb38195766104deeb8cec71c11ec77796ee9373cccdb325" +dependencies = [ + "bytes", + "cumulus-pallet-parachain-system-proc-macro", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-parachain-inherent 0.10.0", + "cumulus-primitives-proof-size-hostfunction 0.5.0", + "environmental", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "impl-trait-for-tuples", + "log", + "pallet-message-queue 34.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 9.0.0", + "polkadot-runtime-common 10.0.0", + "polkadot-runtime-parachains 10.0.0", + "scale-info", + "sp-core 31.0.0", + "sp-externalities 0.27.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "sp-std", + "sp-trie 32.0.0", + "sp-version 32.0.0", + "staging-xcm 10.0.0", + "trie-db", +] + [[package]] name = "cumulus-pallet-parachain-system" version = "0.11.0" @@ -2476,16 +2555,16 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" -version = "13.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63b08b5e3bba454f8eaa01a7507c1bacde9343a7a67fc20801e59e0c9c0ec9db" +checksum = "4c178666b3a6d0457cb85104475cc0be5f9908a98429710afd29fbd5984cb539" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-session 32.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "pallet-session 31.0.0", "parity-scale-codec", - "sp-runtime 35.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -2508,19 +2587,19 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f14dc8bc002babf1596515a2f1c0158ddeccbf1ef7f5656fe71c8e1fa4bde55" +checksum = "7610ae16cac552adc823ba68deb26e5d3a9de189ef79ae26c79e43ddcfeabef1" dependencies = [ - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "cumulus-primitives-core 0.10.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "staging-xcm 11.0.0", + "staging-xcm 10.0.0", ] [[package]] @@ -2549,6 +2628,32 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] +[[package]] +name = "cumulus-pallet-xcmp-queue" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6614dcdbe6c24fcc8677bf158a8c627a3467d262acdc8a0e7d8a3d3d767a757c" +dependencies = [ + "bounded-collections 0.2.0", + "bp-xcm-bridge-hub-router 0.9.0", + "cumulus-primitives-core 0.10.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "pallet-message-queue 34.0.0", + "parity-scale-codec", + "polkadot-runtime-common 10.0.0", + "polkadot-runtime-parachains 10.0.0", + "scale-info", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", +] + [[package]] name = "cumulus-pallet-xcmp-queue" version = "0.11.0" @@ -2556,9 +2661,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5810a98c95f4219d7dcd6bd89d0c149fc45162e7e0c335579ba5545ec4b9c216" dependencies = [ "bounded-collections 0.2.0", - "bp-xcm-bridge-hub-router 0.10.0", "cumulus-primitives-core 0.11.0", - "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "log", @@ -2590,6 +2693,21 @@ dependencies = [ "sp-std", ] +[[package]] +name = "cumulus-primitives-aura" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1b70d13f3fca1dfaeb868f4fff79c58fef8fa4f8e381a9002d93c50c23683abf" +dependencies = [ + "parity-scale-codec", + "polkadot-core-primitives 10.0.0", + "polkadot-primitives 10.0.0", + "sp-api 29.0.0", + "sp-consensus-aura 0.35.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "cumulus-primitives-aura" version = "0.11.0" @@ -2623,6 +2741,24 @@ dependencies = [ "staging-xcm 8.0.1", ] +[[package]] +name = "cumulus-primitives-core" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "617d02361f5c7df87b6be98b4974241b6836fbaa7d9e786db80eb38bc8636751" +dependencies = [ + "parity-scale-codec", + "polkadot-core-primitives 10.0.0", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", + "scale-info", + "sp-api 29.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-trie 32.0.0", + "staging-xcm 10.0.0", +] + [[package]] name = "cumulus-primitives-core" version = "0.11.0" @@ -2657,6 +2793,22 @@ dependencies = [ "sp-trie 30.0.0", ] +[[package]] +name = "cumulus-primitives-parachain-inherent" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "87d64a55b7b9c3a945e543712630708f36407ab49ad8a2fa9f3d1404093a3e8e" +dependencies = [ + "async-trait", + "cumulus-primitives-core 0.10.0", + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-std", + "sp-trie 32.0.0", +] + [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.11.0" @@ -2684,6 +2836,17 @@ dependencies = [ "sp-trie 30.0.0", ] +[[package]] +name = "cumulus-primitives-proof-size-hostfunction" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "764e27968dce7d5c455dbaf9ba81c037fc5690afc085aa4aa2a4cdfe53716b74" +dependencies = [ + "sp-externalities 0.27.0", + "sp-runtime-interface 26.0.0", + "sp-trie 32.0.0", +] + [[package]] name = "cumulus-primitives-proof-size-hostfunction" version = "0.6.0" @@ -2734,6 +2897,27 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] +[[package]] +name = "cumulus-primitives-utility" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "beeca40e85d6da3751343a3fc8dd5b335c9a06ba9897a5b36f726d139b7646de" +dependencies = [ + "cumulus-primitives-core 0.10.0", + "frame-support 31.0.0", + "log", + "pallet-asset-conversion 13.0.0", + "parity-scale-codec", + "polkadot-runtime-common 10.0.0", + "polkadot-runtime-parachains 10.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", + "staging-xcm-executor 10.0.0", +] + [[package]] name = "cumulus-primitives-utility" version = "0.11.0" @@ -2763,23 +2947,42 @@ checksum = "842505bb9820f5d3c7d2561ed9783cd495d3665729e42590b12641e73c69fcf5" dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "futures", "futures-timer", "polkadot-cli", "polkadot-service", - "sc-cli", - "sc-client-api", - "sc-sysinfo", - "sc-telemetry", - "sc-tracing", + "sc-cli 0.40.0", + "sc-client-api 32.0.0", + "sc-sysinfo 31.0.0", + "sc-telemetry 18.0.0", + "sc-tracing 32.0.0", "sp-api 30.0.0", - "sp-consensus", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", ] +[[package]] +name = "cumulus-relay-chain-interface" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cbb531263c11cfd73f17090106fff2385ca7b02b39102c367f4c13fb1251e9dd" +dependencies = [ + "async-trait", + "cumulus-primitives-core 0.10.0", + "futures", + "jsonrpsee-core", + "parity-scale-codec", + "polkadot-overseer 10.0.0", + "sc-client-api 31.0.0", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-state-machine 0.38.0", + "thiserror", +] + [[package]] name = "cumulus-relay-chain-interface" version = "0.11.0" @@ -2791,10 +2994,10 @@ dependencies = [ "futures", "jsonrpsee-core", "parity-scale-codec", - "polkadot-overseer", - "sc-client-api", + "polkadot-overseer 11.0.0", + "sc-client-api 32.0.0", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-state-machine 0.39.0", "thiserror", ] @@ -2808,7 +3011,7 @@ dependencies = [ "array-bytes 6.2.2", "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "cumulus-relay-chain-rpc-interface", "futures", "parking_lot 0.12.1", @@ -2820,21 +3023,21 @@ dependencies = [ "polkadot-node-core-chain-api", "polkadot-node-core-prospective-parachains", "polkadot-node-core-runtime-api", - "polkadot-node-network-protocol", + "polkadot-node-network-protocol 11.0.0", "polkadot-node-subsystem-util", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", "polkadot-service", - "sc-authority-discovery", - "sc-client-api", - "sc-network", - "sc-network-common", - "sc-service", - "sc-tracing", - "sc-utils", + "sc-authority-discovery 0.38.0", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-service 0.39.0", + "sc-tracing 32.0.0", + "sc-utils 17.0.0", "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-babe 0.36.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", @@ -2850,18 +3053,18 @@ checksum = "b173a09d24c4ea2b6f90eb682276f844db7b180651f22a9e918f8bac0642075f" dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "either", "futures", "futures-timer", "jsonrpsee", "parity-scale-codec", "pin-project", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "rand", - "sc-client-api", - "sc-rpc-api", - "sc-service", + "sc-client-api 32.0.0", + "sc-rpc-api 0.37.0", + "sc-service 0.39.0", "schnellru", "serde", "serde_json", @@ -2882,6 +3085,21 @@ dependencies = [ "url", ] +[[package]] +name = "cumulus-test-relay-sproof-builder" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d1e730a7524f50acb03c24476323c4dad35690baf85175ad0f91a2dffed85b39" +dependencies = [ + "cumulus-primitives-core 0.10.0", + "parity-scale-codec", + "polkadot-primitives 10.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "sp-std", + "sp-trie 32.0.0", +] + [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.11.0" @@ -3371,35 +3589,34 @@ dependencies = [ [[package]] name = "emulated-integration-tests-common" -version = "7.0.0" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2117a0c89f2afd71f15eebe18f4b48790b675314426773ea282e9f3ff08e5afa" +checksum = "47f0799ab64756b6751d3ebcb17a30c3ba756193b6c193d14783afb312a16322" dependencies = [ - "asset-test-utils", - "bp-messages 0.11.0", + "asset-test-utils 10.0.0", + "bp-messages 0.10.0", "bridge-runtime-common", - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", - "pallet-assets 33.0.0", - "pallet-balances 33.0.0", + "cumulus-pallet-parachain-system 0.10.0", + "cumulus-pallet-xcmp-queue 0.10.0", + "cumulus-primitives-core 0.10.0", + "frame-support 31.0.0", + "pallet-assets 32.0.0", + "pallet-balances 31.0.0", "pallet-bridge-messages", - "pallet-message-queue 35.0.0", - "pallet-xcm 11.0.0", - "parachains-common 11.0.0", + "pallet-message-queue 34.0.0", + "pallet-xcm 10.0.1", + "parachains-common 10.0.0", "parity-scale-codec", "paste", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-parachains 11.0.0", - "sc-consensus-grandpa", - "sp-authority-discovery 30.0.0", - "sp-consensus-babe 0.36.0", - "sp-consensus-beefy 17.0.0", - "sp-core 32.0.0", - "sp-runtime 35.0.0", - "staging-xcm 11.0.0", + "polkadot-primitives 10.0.0", + "polkadot-runtime-parachains 10.0.0", + "sc-consensus-grandpa 0.22.0", + "sp-authority-discovery 29.0.0", + "sp-consensus-babe 0.35.0", + "sp-consensus-beefy 16.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "staging-xcm 10.0.0", "xcm-emulator", ] @@ -3805,6 +4022,15 @@ version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" +[[package]] +name = "fork-tree" +version = "12.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e93d3f0315c2eccf23453609e0ab92fe7c6ad1ca8129bcaf80b9a08c8d7fc52b" +dependencies = [ + "parity-scale-codec", +] + [[package]] name = "fork-tree" version = "13.0.0" @@ -3855,6 +4081,32 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "frame-benchmarking" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9fee087c6a7ddbc6dcfb6a6015d4b2787ecbb2113ed8b8bee8ff15f2bdf93f94" +dependencies = [ + "frame-support 31.0.0", + "frame-support-procedural 26.0.1", + "frame-system 31.0.0", + "linregress", + "log", + "parity-scale-codec", + "paste", + "scale-info", + "serde", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-runtime-interface 26.0.0", + "sp-std", + "sp-storage 20.0.0", + "static_assertions", +] + [[package]] name = "frame-benchmarking" version = "32.0.0" @@ -3904,17 +4156,17 @@ dependencies = [ "parity-scale-codec", "rand", "rand_pcg", - "sc-block-builder", - "sc-cli", - "sc-client-api", - "sc-client-db", - "sc-executor", - "sc-service", - "sc-sysinfo", + "sc-block-builder 0.37.0", + "sc-cli 0.40.0", + "sc-client-api 32.0.0", + "sc-client-db 0.39.0", + "sc-executor 0.36.0", + "sc-service 0.39.0", + "sc-sysinfo 31.0.0", "serde", "serde_json", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-database", "sp-externalities 0.28.0", @@ -3960,6 +4212,24 @@ dependencies = [ "sp-std", ] +[[package]] +name = "frame-election-provider-support" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d651327ec98d12fbdb0d25346de929e3ea2ab8a1ef85570794d9d8d54f204f28" +dependencies = [ + "frame-election-provider-solution-type", + "frame-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "scale-info", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-npos-elections 29.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "frame-election-provider-support" version = "32.0.0" @@ -4110,6 +4380,48 @@ dependencies = [ "tt-call", ] +[[package]] +name = "frame-support" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "81aecbbc1c62055e8ce472283bc655bf6c0f968a4d22d504bf6aad4ea44ccbc4" +dependencies = [ + "aquamarine 0.5.0", + "array-bytes 6.2.2", + "bitflags 1.3.2", + "docify", + "environmental", + "frame-metadata", + "frame-support-procedural 26.0.1", + "impl-trait-for-tuples", + "k256", + "log", + "macro_magic", + "parity-scale-codec", + "paste", + "scale-info", + "serde", + "serde_json", + "smallvec", + "sp-api 29.0.0", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-crypto-hashing-proc-macro", + "sp-debug-derive", + "sp-genesis-builder 0.10.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-metadata-ir 0.6.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", + "sp-state-machine 0.38.0", + "sp-std", + "sp-tracing 16.0.0", + "sp-weights 30.0.0", + "static_assertions", + "tt-call", +] + [[package]] name = "frame-support" version = "32.0.0" @@ -4172,6 +4484,26 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "frame-support-procedural" +version = "26.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "732fa43a05789f4ffb96955017e40643199d586c3d211754df5824a195f4eab5" +dependencies = [ + "Inflector", + "cfg-expr", + "derive-syn-parse 0.1.5", + "expander 2.1.0", + "frame-support-procedural-tools 11.0.1", + "itertools 0.10.5", + "macro_magic", + "proc-macro-warning", + "proc-macro2", + "quote", + "sp-crypto-hashing", + "syn 2.0.55", +] + [[package]] name = "frame-support-procedural" version = "27.0.0" @@ -4261,6 +4593,27 @@ dependencies = [ "sp-weights 28.0.0", ] +[[package]] +name = "frame-system" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f7537b5e23f584bf54f26c6297e0260b54fac5298be43a115176a310f256a4ab" +dependencies = [ + "cfg-if", + "docify", + "frame-support 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-version 32.0.0", + "sp-weights 30.0.0", +] + [[package]] name = "frame-system" version = "32.0.0" @@ -5165,8 +5518,8 @@ name = "integration-tests" version = "0.0.0" dependencies = [ "asset-hub-paseo-runtime", - "asset-test-utils", - "cumulus-primitives-core 0.11.0", + "asset-test-utils 11.0.0", + "cumulus-primitives-core 0.10.0", "emulated-integration-tests-common", "frame-support 32.0.0", "pallet-assets 33.0.0", @@ -6388,11 +6741,11 @@ dependencies = [ "futures", "log", "parity-scale-codec", - "sc-client-api", + "sc-client-api 32.0.0", "sc-offchain", "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-beefy 17.0.0", "sp-core 32.0.0", "sp-mmr-primitives 30.0.0", @@ -6409,7 +6762,7 @@ dependencies = [ "parity-scale-codec", "serde", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-mmr-primitives 30.0.0", "sp-runtime 35.0.0", @@ -6971,13 +7324,31 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-asset-conversion" +version = "13.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4dbd5ff1c6f662d330beb109f6180ee66ed9cd7710cad28f3d15c444556fcce4" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "scale-info", + "sp-api 29.0.0", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-asset-conversion" version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a66fbfb4b9a3a6430f5925a09257c61a048bf0dfbad26f814e0f0e517f43c06a" dependencies = [ - "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "parity-scale-codec", @@ -7022,6 +7393,22 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-asset-rate" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a5a492d16d0f7423cb2d7ca6fa6b4d423a4f4e2f67d2dc92d84d5988fcc33cfb" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-asset-rate" version = "11.0.0" @@ -7057,19 +7444,36 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-asset-tx-payment" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cfcf34819002b9d6c8d7a28d89207498f63288de6689061fe9c1fb7c55454ff8" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "pallet-transaction-payment 31.0.0", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-asset-tx-payment" version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d27f76cc9151160c08fcee2e095b91048a2d1cb041b7c022a88f98ba220827b4" dependencies = [ - "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "pallet-transaction-payment 32.0.0", "parity-scale-codec", "scale-info", - "serde", "sp-core 32.0.0", "sp-io 34.0.0", "sp-runtime 35.0.0", @@ -7093,6 +7497,23 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-assets" +version = "32.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "805543c2ea1f10f14bc767f156b8ec80785345b683eaa59dea84d28745a87ee3" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-assets" version = "33.0.0" @@ -7163,6 +7584,23 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-authority-discovery" +version = "31.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6a9c124d86227da7ae9073cc2984c0384c7830f7fa61450c0990c56837335da2" +dependencies = [ + "frame-support 31.0.0", + "frame-system 31.0.0", + "pallet-session 31.0.0", + "parity-scale-codec", + "scale-info", + "sp-application-crypto 33.0.0", + "sp-authority-discovery 29.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-authority-discovery" version = "32.0.0" @@ -7195,6 +7633,21 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-authorship" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8168348a94c479b7da001b3f0d1100210704eda8ce72c58aac456f1d866d7d67" +dependencies = [ + "frame-support 31.0.0", + "frame-system 31.0.0", + "impl-trait-for-tuples", + "parity-scale-codec", + "scale-info", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-authorship" version = "32.0.0" @@ -7235,6 +7688,31 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-babe" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "37353294183655c76cdc56ffc5edf777b1e2275af59ae73c8aa255b6d941b362" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "pallet-authorship 31.0.0", + "pallet-session 31.0.0", + "pallet-timestamp 30.0.0", + "parity-scale-codec", + "scale-info", + "sp-application-crypto 33.0.0", + "sp-consensus-babe 0.35.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-staking 29.0.0", + "sp-std", +] + [[package]] name = "pallet-babe" version = "32.0.0" @@ -7323,6 +7801,23 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-balances" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3565d525dd88e07da5b2309cd6ffe7447ddc5406eeaa2cb26157d35787a69a7" +dependencies = [ + "docify", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-balances" version = "33.0.0" @@ -7474,85 +7969,85 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88e0f44b87681bafd9deec464b7f0d4f3c9b050b53ef1588eb5312d26ebc30a5" +checksum = "e0034e29cd8f1547e0688ba3cb3a621c1dcb076c59f548eb40e0680ba37f14e7" dependencies = [ - "bp-header-chain 0.11.0", - "bp-runtime 0.11.0", + "bp-header-chain 0.10.0", + "bp-runtime 0.10.0", "bp-test-utils", "finality-grandpa", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-consensus-grandpa 17.0.0", - "sp-runtime 35.0.0", + "sp-consensus-grandpa 16.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 32.0.0", ] [[package]] name = "pallet-bridge-messages" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9da377cff690ae52d872bdc6dd00ef7ebb3b2eb092ddacc2e26e9efb9f13631" +checksum = "fe205f990c97a766b317378617c3ac8548530e0e29011250ad4c669cf4d86773" dependencies = [ - "bp-messages 0.11.0", - "bp-runtime 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-messages 0.10.0", + "bp-runtime 0.10.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "num-traits", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "pallet-bridge-parachains" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c9e9466750027c10df653ac91eaaffe042d1f94dca5f561b6ea9f54f389d496" +checksum = "d4315c1346e60031afc119b051fbe9aa32c29143abb1b6b771d82c0e9fe5a4a8" dependencies = [ - "bp-header-chain 0.11.0", + "bp-header-chain 0.10.0", "bp-parachains", - "bp-polkadot-core 0.11.0", - "bp-runtime 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-polkadot-core 0.10.0", + "bp-runtime 0.10.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "pallet-bridge-grandpa", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 32.0.0", ] [[package]] name = "pallet-bridge-relayers" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9380cbce05df9451cb9b2149e1284090c0da3f3ab9615b8810b1cb0e2ab3aed5" +checksum = "e85310662790097b4f391b32822eb55d5088bc09ac91343d68e48e4fc582cb31" dependencies = [ - "bp-messages 0.11.0", + "bp-messages 0.10.0", "bp-relayers", - "bp-runtime 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-runtime 0.10.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "pallet-bridge-messages", "parity-scale-codec", "scale-info", - "sp-arithmetic 26.0.0", - "sp-runtime 35.0.0", + "sp-arithmetic 25.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -7575,6 +8070,24 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-broker" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c1b05f01c3d279cd661eba2c391844bac03fa5f979b9de821e6eb1cbe6069dfc" +dependencies = [ + "bitvec", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "scale-info", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-broker" version = "0.10.0" @@ -7654,13 +8167,33 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-collator-selection" +version = "12.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26edc27ed73c658e6f3d37b4cc8822be3f293e1f0dc58830b42c272781ac8a44" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "pallet-authorship 31.0.0", + "pallet-balances 31.0.0", + "pallet-session 31.0.0", + "parity-scale-codec", + "rand", + "scale-info", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", + "sp-std", +] + [[package]] name = "pallet-collator-selection" version = "13.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7e0724831b2b1775542055c80918e78478953ee8d6777962a947404f22001c75" dependencies = [ - "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "log", @@ -7747,7 +8280,7 @@ dependencies = [ "bitflags 1.3.2", "parity-scale-codec", "paste", - "polkavm-derive", + "polkavm-derive 0.9.1", "scale-info", ] @@ -7830,6 +8363,30 @@ dependencies = [ "strum 0.24.1", ] +[[package]] +name = "pallet-election-provider-multi-phase" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "da78b2feeba1286b66ac20cbfbcd321fe9d1d2bc15e9e31292023e9a66dbb819" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-election-provider-support 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "pallet-election-provider-support-benchmarking 30.0.0", + "parity-scale-codec", + "rand", + "scale-info", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-npos-elections 29.0.0", + "sp-runtime 34.0.0", + "sp-std", + "strum 0.24.1", +] + [[package]] name = "pallet-election-provider-multi-phase" version = "31.0.0" @@ -7869,6 +8426,21 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-election-provider-support-benchmarking" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e1b20f98b9a1497a59d2b0eca0051c5ada89851bf29b26fda3a2cfe934a32116" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-election-provider-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "sp-npos-elections 29.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-election-provider-support-benchmarking" version = "31.0.0" @@ -7924,6 +8496,26 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-fast-unstake" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "24717c932bd68705e3a5b6b9311a31e57b354274de1c373feb9ca920f6a3e439" +dependencies = [ + "docify", + "frame-benchmarking 31.0.0", + "frame-election-provider-support 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", + "sp-std", +] + [[package]] name = "pallet-fast-unstake" version = "31.0.0" @@ -8010,6 +8602,24 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-identity" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "33bca13843a11add3909a8c4bffae547ba9fa3a11c07ac2f8afd670acd85cb15" +dependencies = [ + "enumflags2", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-identity" version = "32.0.0" @@ -8145,6 +8755,27 @@ dependencies = [ "sp-weights 28.0.0", ] +[[package]] +name = "pallet-message-queue" +version = "34.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "063b2e7912fbbe67985e68e460f2f242b90de48a63a1f03dd2ae022154ba25e9" +dependencies = [ + "environmental", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-weights 30.0.0", +] + [[package]] name = "pallet-message-queue" version = "35.0.0" @@ -8748,6 +9379,29 @@ dependencies = [ "sp-trie 30.0.0", ] +[[package]] +name = "pallet-session" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "17951aa288869e5afe5815eedc7038dd50b9741d215b66323ff4a12f5686ac15" +dependencies = [ + "frame-support 31.0.0", + "frame-system 31.0.0", + "impl-trait-for-tuples", + "log", + "pallet-timestamp 30.0.0", + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-staking 29.0.0", + "sp-state-machine 0.38.0", + "sp-std", + "sp-trie 32.0.0", +] + [[package]] name = "pallet-session" version = "32.0.0" @@ -8850,6 +9504,30 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-staking" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "baeb3d22e737307280e2047cba983cc9aa477a6f4c3001e8c1f07077d148c8f7" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-election-provider-support 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "pallet-authorship 31.0.0", + "pallet-session 31.0.0", + "parity-scale-codec", + "rand_chacha 0.2.2", + "scale-info", + "serde", + "sp-application-crypto 33.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", + "sp-std", +] + [[package]] name = "pallet-staking" version = "32.0.0" @@ -8896,6 +9574,16 @@ dependencies = [ "sp-arithmetic 24.0.0", ] +[[package]] +name = "pallet-staking-reward-fn" +version = "21.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e341c47481040b68edcf166ad34633c4c5da20d1559413e68387da935a6ae18" +dependencies = [ + "log", + "sp-arithmetic 25.0.0", +] + [[package]] name = "pallet-staking-reward-fn" version = "22.0.0" @@ -9019,6 +9707,27 @@ dependencies = [ "sp-timestamp 27.0.0", ] +[[package]] +name = "pallet-timestamp" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bb766403f8cabcedb1725326befd7253de3e4c1d3b3d5f7c40adc49ebee5040c" +dependencies = [ + "docify", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-storage 20.0.0", + "sp-timestamp 29.0.0", +] + [[package]] name = "pallet-timestamp" version = "31.0.0" @@ -9077,6 +9786,23 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-transaction-payment" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "12df1de833ad0abff5daa53f80594d6ef66d250cc1ae073c01e406ce37bbf25e" +dependencies = [ + "frame-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-transaction-payment" version = "32.0.0" @@ -9104,9 +9830,9 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 32.0.0", "parity-scale-codec", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", - "sp-rpc", + "sp-rpc 30.0.0", "sp-runtime 35.0.0", "sp-weights 31.0.0", ] @@ -9157,6 +9883,26 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-treasury" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "174da255855136b4bf7174a1499ddf20134efe75d59fac4709244fe813534656" +dependencies = [ + "docify", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "impl-trait-for-tuples", + "pallet-balances 31.0.0", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-treasury" version = "31.0.0" @@ -9210,6 +9956,23 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-utility" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "73c54ec28e67769b35a650d497ddd10bf0dd783d14965a1034cdcb71ae1d1442" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-utility" version = "32.0.0" @@ -9243,6 +10006,22 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-vesting" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4a5627016e1cb40d02bf589507429558208c05948d1399ab405307bfe3b1d967" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-vesting" version = "32.0.0" @@ -9315,6 +10094,30 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] +[[package]] +name = "pallet-xcm" +version = "10.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bd52ee00a54f8b6ff3a90e97622b2403667ef25105dd08d71d45a7075c0ba478" +dependencies = [ + "bounded-collections 0.2.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "pallet-balances 31.0.0", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", + "staging-xcm-executor 10.0.0", +] + [[package]] name = "pallet-xcm" version = "11.0.0" @@ -9400,6 +10203,26 @@ dependencies = [ "staging-xcm-builder 8.0.3", ] +[[package]] +name = "pallet-xcm-bridge-hub-router" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d565232e0b191f9ba84ae2b0549122493e283daee73c8f1d46864b2151d17c3" +dependencies = [ + "bp-xcm-bridge-hub-router 0.9.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", +] + [[package]] name = "pallet-xcm-bridge-hub-router" version = "0.9.0" @@ -9407,7 +10230,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5e3e699ac017c1ea645c97e6a42d4c193f69282ca37c4197fc2a1cc9e69c2dc6" dependencies = [ "bp-xcm-bridge-hub-router 0.10.0", - "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "log", @@ -9454,15 +10276,47 @@ dependencies = [ [[package]] name = "parachains-common" -version = "11.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "375e035fedfe5e0a6b4de6d29c56f8ed5ca64f421a883e7e5bcdc37a76a7c715" +checksum = "5539fb10c2901cf120d3db87f6ee1568696ccce30cea1a0d0cdee31f64f1da37" dependencies = [ - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-utility 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "log", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-utility 0.10.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "pallet-asset-tx-payment 31.0.0", + "pallet-assets 32.0.0", + "pallet-authorship 31.0.0", + "pallet-balances 31.0.0", + "pallet-collator-selection 12.0.1", + "pallet-message-queue 34.0.0", + "pallet-xcm 10.0.1", + "parity-scale-codec", + "polkadot-primitives 10.0.0", + "scale-info", + "sp-consensus-aura 0.35.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "staging-parachain-info 0.10.0", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", + "substrate-wasm-builder 20.0.0", +] + +[[package]] +name = "parachains-common" +version = "11.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "375e035fedfe5e0a6b4de6d29c56f8ed5ca64f421a883e7e5bcdc37a76a7c715" +dependencies = [ + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-utility 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "log", "pallet-asset-tx-payment 32.0.0", "pallet-assets 33.0.0", "pallet-authorship 32.0.0", @@ -9484,6 +10338,38 @@ dependencies = [ "substrate-wasm-builder 21.0.0", ] +[[package]] +name = "parachains-runtimes-test-utils" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f99223f27fe88a1d071e0ddf6e10556aacb6cb507658acc70957783830f6fc37" +dependencies = [ + "cumulus-pallet-parachain-system 0.10.0", + "cumulus-pallet-xcmp-queue 0.10.0", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-parachain-inherent 0.10.0", + "cumulus-test-relay-sproof-builder 0.10.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "pallet-balances 31.0.0", + "pallet-collator-selection 12.0.1", + "pallet-session 31.0.0", + "pallet-timestamp 30.0.0", + "pallet-xcm 10.0.1", + "parity-scale-codec", + "polkadot-parachain-primitives 9.0.0", + "sp-consensus-aura 0.35.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-tracing 16.0.0", + "staging-parachain-info 0.10.0", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", + "substrate-wasm-builder 20.0.0", +] + [[package]] name = "parachains-runtimes-test-utils" version = "11.0.0" @@ -9494,7 +10380,7 @@ dependencies = [ "cumulus-pallet-xcmp-queue 0.11.0", "cumulus-primitives-core 0.11.0", "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-test-relay-sproof-builder", + "cumulus-test-relay-sproof-builder 0.11.0", "frame-support 32.0.0", "frame-system 32.0.0", "pallet-balances 33.0.0", @@ -9987,15 +10873,15 @@ dependencies = [ "futures", "futures-timer", "itertools 0.10.5", - "polkadot-node-jaeger", - "polkadot-node-metrics", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-metrics 11.0.0", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10007,12 +10893,12 @@ dependencies = [ "always-assert", "futures", "futures-timer", - "polkadot-node-network-protocol", + "polkadot-node-network-protocol 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10026,8 +10912,8 @@ dependencies = [ "futures", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", @@ -10036,7 +10922,7 @@ dependencies = [ "sp-core 32.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10050,17 +10936,17 @@ dependencies = [ "futures", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", - "sc-network", + "sc-network 0.38.0", "schnellru", "thiserror", "tokio", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10074,15 +10960,15 @@ dependencies = [ "frame-benchmarking-cli", "futures", "log", - "polkadot-node-metrics", - "polkadot-node-primitives", + "polkadot-node-metrics 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-service", - "sc-cli", - "sc-executor", - "sc-service", + "sc-cli 0.40.0", + "sc-executor 0.36.0", + "sc-service 0.39.0", "sc-storage-monitor", - "sc-sysinfo", - "sc-tracing", + "sc-sysinfo 31.0.0", + "sc-tracing 32.0.0", "sp-core 32.0.0", "sp-io 34.0.0", "sp-keyring 35.0.0", @@ -10103,8 +10989,8 @@ dependencies = [ "fatality", "futures", "futures-timer", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", @@ -10113,7 +10999,7 @@ dependencies = [ "sp-runtime 35.0.0", "thiserror", "tokio-util", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10129,6 +11015,19 @@ dependencies = [ "sp-std", ] +[[package]] +name = "polkadot-core-primitives" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "44c2f38f3195108e9da39b9845895bb3dff76f1c7b31409143febeb1560cd276" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "polkadot-core-primitives" version = "11.0.0" @@ -10155,17 +11054,17 @@ dependencies = [ "indexmap 2.2.6", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", - "sc-network", + "sc-network 0.38.0", "schnellru", "sp-application-crypto 34.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10175,7 +11074,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf840ff7a6337715e20e1afd76fd20dae11ebb049d89855ee2bf47b36b0e6249" dependencies = [ "parity-scale-codec", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-primitives 11.0.0", "reed-solomon-novelpoly", "sp-core 32.0.0", @@ -10191,19 +11090,19 @@ checksum = "477f94e8c3eedd6cfcfdfe50a33d610d38dfec4668ff7f3baef8814ffb7da85e" dependencies = [ "futures", "futures-timer", - "polkadot-node-network-protocol", + "polkadot-node-network-protocol 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", "rand_chacha 0.3.1", - "sc-network", - "sc-network-common", + "sc-network 0.38.0", + "sc-network-common 0.37.0", "sp-application-crypto 34.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-keystore 0.38.0", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10219,15 +11118,15 @@ dependencies = [ "futures", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-metrics", - "polkadot-node-network-protocol", + "polkadot-node-metrics 11.0.0", + "polkadot-node-network-protocol 11.0.0", "polkadot-node-subsystem", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", - "sc-network", - "sp-consensus", + "sc-network 0.38.0", + "sp-consensus 0.36.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10239,14 +11138,14 @@ dependencies = [ "futures", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "sp-core 32.0.0", "sp-maybe-compressed-blob", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10263,24 +11162,24 @@ dependencies = [ "kvdb", "merlin", "parity-scale-codec", - "polkadot-node-jaeger", - "polkadot-node-primitives", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", "rand", "rand_chacha 0.3.1", "rand_core 0.6.4", - "sc-keystore", + "sc-keystore 29.0.0", "schnellru", "schnorrkel 0.11.4", "sp-application-crypto 34.0.0", - "sp-consensus", + "sp-consensus 0.36.0", "sp-consensus-slots 0.36.0", "sp-runtime 35.0.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10295,15 +11194,15 @@ dependencies = [ "kvdb", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-jaeger", - "polkadot-node-primitives", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", - "sp-consensus", + "sp-consensus 0.36.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10316,15 +11215,15 @@ dependencies = [ "fatality", "futures", "polkadot-erasure-coding", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", - "polkadot-statement-table", + "polkadot-statement-table 11.0.0", "schnellru", "sp-keystore 0.38.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10339,7 +11238,7 @@ dependencies = [ "polkadot-primitives 11.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", "wasm-timer", ] @@ -10354,15 +11253,15 @@ dependencies = [ "futures-timer", "parity-scale-codec", "polkadot-node-core-pvf", - "polkadot-node-metrics", - "polkadot-node-primitives", + "polkadot-node-metrics 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", "sp-maybe-compressed-blob", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10372,12 +11271,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2ffcc24bbbc2a2523c599022b106f0b48213bf80ef75f490fe02ec79ab972e4" dependencies = [ "futures", - "polkadot-node-metrics", + "polkadot-node-metrics 11.0.0", "polkadot-node-subsystem", - "polkadot-node-subsystem-types", - "sc-client-api", + "polkadot-node-subsystem-types 11.0.0", + "sc-client-api 32.0.0", "sc-consensus-babe", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10390,12 +11289,12 @@ dependencies = [ "futures-timer", "kvdb", "parity-scale-codec", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10408,14 +11307,14 @@ dependencies = [ "futures", "kvdb", "parity-scale-codec", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", - "sc-keystore", + "sc-keystore 29.0.0", "schnellru", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10428,12 +11327,12 @@ dependencies = [ "futures", "futures-timer", "polkadot-node-subsystem", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-inherents 30.0.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10446,12 +11345,12 @@ dependencies = [ "fatality", "futures", "parity-scale-codec", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10464,13 +11363,13 @@ dependencies = [ "fatality", "futures", "futures-timer", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "schnellru", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10491,8 +11390,8 @@ dependencies = [ "pin-project", "polkadot-core-primitives 11.0.0", "polkadot-node-core-pvf-common", - "polkadot-node-metrics", - "polkadot-node-primitives", + "polkadot-node-metrics 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", @@ -10504,7 +11403,7 @@ dependencies = [ "tempfile", "thiserror", "tokio", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10514,14 +11413,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "275cab7ad2b38fdfb0c097485fe4f51e55e36c96330255edc38ccf121aa2171c" dependencies = [ "futures", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10539,9 +11438,9 @@ dependencies = [ "parity-scale-codec", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", - "sc-executor", - "sc-executor-common", - "sc-executor-wasmtime", + "sc-executor 0.36.0", + "sc-executor-common 0.33.0", + "sc-executor-wasmtime 0.33.1", "seccompiler", "sp-core 32.0.0", "sp-crypto-hashing", @@ -10549,7 +11448,7 @@ dependencies = [ "sp-io 34.0.0", "sp-tracing 17.0.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10559,13 +11458,32 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fd9c685da442b6dde17f0f1e4bd6bb4d6827c6af0dbe96bc603d3d4f8fd05953" dependencies = [ "futures", - "polkadot-node-metrics", + "polkadot-node-metrics 11.0.0", "polkadot-node-subsystem", - "polkadot-node-subsystem-types", + "polkadot-node-subsystem-types 11.0.0", "polkadot-primitives 11.0.0", "schnellru", "sp-consensus-babe 0.36.0", - "tracing-gum", + "tracing-gum 11.0.0", +] + +[[package]] +name = "polkadot-node-jaeger" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e14e65e3d9990d1f8f793a23c05c6aa82a551e551225ab86d2625474afef748f" +dependencies = [ + "lazy_static", + "log", + "mick-jaeger", + "parity-scale-codec", + "parking_lot 0.12.1", + "polkadot-node-primitives 10.0.0", + "polkadot-primitives 10.0.0", + "sc-network 0.37.0", + "sp-core 31.0.0", + "thiserror", + "tokio", ] [[package]] @@ -10579,14 +11497,34 @@ dependencies = [ "mick-jaeger", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-primitives 11.0.0", - "sc-network", + "sc-network 0.38.0", "sp-core 32.0.0", "thiserror", "tokio", ] +[[package]] +name = "polkadot-node-metrics" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4ca58a67371546b66a011f0e27551094a8499a53223b16c164e769d25d981d0" +dependencies = [ + "bs58 0.5.1", + "futures", + "futures-timer", + "log", + "parity-scale-codec", + "polkadot-primitives 10.0.0", + "prioritized-metered-channel", + "sc-cli 0.39.0", + "sc-service 0.38.0", + "sc-tracing 31.0.0", + "substrate-prometheus-endpoint", + "tracing-gum 10.0.0", +] + [[package]] name = "polkadot-node-metrics" version = "11.0.0" @@ -10600,11 +11538,36 @@ dependencies = [ "parity-scale-codec", "polkadot-primitives 11.0.0", "prioritized-metered-channel", - "sc-cli", - "sc-service", - "sc-tracing", + "sc-cli 0.40.0", + "sc-service 0.39.0", + "sc-tracing 32.0.0", "substrate-prometheus-endpoint", - "tracing-gum", + "tracing-gum 11.0.0", +] + +[[package]] +name = "polkadot-node-network-protocol" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "67c3b078794c9c383ee3ceff65f2713ec81c033c6d8785ead5f7797e914c1fe3" +dependencies = [ + "async-channel 1.9.0", + "async-trait", + "bitvec", + "derive_more", + "fatality", + "futures", + "hex", + "parity-scale-codec", + "polkadot-node-jaeger 10.0.0", + "polkadot-node-primitives 10.0.0", + "polkadot-primitives 10.0.0", + "rand", + "sc-authority-discovery 0.37.0", + "sc-network 0.37.0", + "strum 0.24.1", + "thiserror", + "tracing-gum 10.0.0", ] [[package]] @@ -10621,15 +11584,39 @@ dependencies = [ "futures", "hex", "parity-scale-codec", - "polkadot-node-jaeger", - "polkadot-node-primitives", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-primitives 11.0.0", "rand", - "sc-authority-discovery", - "sc-network", + "sc-authority-discovery 0.38.0", + "sc-network 0.38.0", "strum 0.26.3", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", +] + +[[package]] +name = "polkadot-node-primitives" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d9521abb7028ce7040f66a0786423bee2cdb7725ca46e5cee1f86191bcb2ed3" +dependencies = [ + "bitvec", + "bounded-vec", + "futures", + "parity-scale-codec", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", + "schnorrkel 0.11.4", + "serde", + "sp-application-crypto 33.0.0", + "sp-consensus-babe 0.35.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "sp-maybe-compressed-blob", + "sp-runtime 34.0.0", + "thiserror", + "zstd 0.12.4", ] [[package]] @@ -10662,9 +11649,38 @@ version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6d5bbd86b3014ce7cc71e1a90bf641e26c4cea98955522d350268efa97c58de9" dependencies = [ - "polkadot-node-jaeger", - "polkadot-node-subsystem-types", - "polkadot-overseer", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-subsystem-types 11.0.0", + "polkadot-overseer 11.0.0", +] + +[[package]] +name = "polkadot-node-subsystem-types" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bf0e971c1377901212059b794b48acac9a855cac83f2e07dc1b708ca0e77ba64" +dependencies = [ + "async-trait", + "bitvec", + "derive_more", + "futures", + "orchestra", + "polkadot-node-jaeger 10.0.0", + "polkadot-node-network-protocol 10.0.0", + "polkadot-node-primitives 10.0.0", + "polkadot-primitives 10.0.0", + "polkadot-statement-table 10.0.0", + "sc-client-api 31.0.0", + "sc-network 0.37.0", + "sc-transaction-pool-api 31.0.0", + "smallvec", + "sp-api 29.0.0", + "sp-authority-discovery 29.0.0", + "sp-blockchain 31.0.0", + "sp-consensus-babe 0.35.0", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", + "thiserror", ] [[package]] @@ -10678,18 +11694,18 @@ dependencies = [ "derive_more", "futures", "orchestra", - "polkadot-node-jaeger", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-primitives 11.0.0", - "polkadot-statement-table", - "sc-client-api", - "sc-network", - "sc-transaction-pool-api", + "polkadot-statement-table 11.0.0", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sc-transaction-pool-api 32.0.0", "smallvec", "sp-api 30.0.0", "sp-authority-discovery 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-consensus-babe 0.36.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", @@ -10713,23 +11729,46 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "pin-project", - "polkadot-node-jaeger", - "polkadot-node-metrics", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-metrics 11.0.0", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", - "polkadot-node-subsystem-types", - "polkadot-overseer", + "polkadot-node-subsystem-types 11.0.0", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", "prioritized-metered-channel", "rand", - "sc-client-api", + "sc-client-api 32.0.0", "schnellru", "sp-application-crypto 34.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", +] + +[[package]] +name = "polkadot-overseer" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "97415bc09e9dd20d44a019eaf0bb803ab3239a7eca20820b181e53901966fdbc" +dependencies = [ + "async-trait", + "futures", + "futures-timer", + "orchestra", + "parking_lot 0.12.1", + "polkadot-node-metrics 10.0.0", + "polkadot-node-network-protocol 10.0.0", + "polkadot-node-primitives 10.0.0", + "polkadot-node-subsystem-types 10.0.0", + "polkadot-primitives 10.0.0", + "sc-client-api 31.0.0", + "sp-api 29.0.0", + "sp-core 31.0.0", + "tikv-jemalloc-ctl", + "tracing-gum 10.0.0", ] [[package]] @@ -10743,16 +11782,16 @@ dependencies = [ "futures-timer", "orchestra", "parking_lot 0.12.1", - "polkadot-node-metrics", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem-types", + "polkadot-node-metrics 11.0.0", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", + "polkadot-node-subsystem-types 11.0.0", "polkadot-primitives 11.0.0", - "sc-client-api", + "sc-client-api 32.0.0", "sp-api 30.0.0", "sp-core 32.0.0", "tikv-jemalloc-ctl", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10773,6 +11812,24 @@ dependencies = [ "sp-weights 28.0.0", ] +[[package]] +name = "polkadot-parachain-primitives" +version = "9.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4b87dda07862f2b16f2c2b7d315f2b4549c896562d973d466b6d19de36aba30d" +dependencies = [ + "bounded-collections 0.2.0", + "derive_more", + "parity-scale-codec", + "polkadot-core-primitives 10.0.0", + "scale-info", + "serde", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-weights 30.0.0", +] + [[package]] name = "polkadot-parachain-primitives" version = "10.0.0" @@ -10819,6 +11876,34 @@ dependencies = [ "sp-std", ] +[[package]] +name = "polkadot-primitives" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7e01b525a35852e2861397eecbdb4a03dda69f14f7ca04968f2e06d6cba51dfb" +dependencies = [ + "bitvec", + "hex-literal", + "log", + "parity-scale-codec", + "polkadot-core-primitives 10.0.0", + "polkadot-parachain-primitives 9.0.0", + "scale-info", + "serde", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-arithmetic 25.0.0", + "sp-authority-discovery 29.0.0", + "sp-consensus-slots 0.35.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", + "sp-std", +] + [[package]] name = "polkadot-primitives" version = "11.0.0" @@ -10857,23 +11942,23 @@ dependencies = [ "mmr-rpc", "pallet-transaction-payment-rpc", "polkadot-primitives 11.0.0", - "sc-chain-spec", - "sc-client-api", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", "sc-consensus-babe", "sc-consensus-babe-rpc", "sc-consensus-beefy", "sc-consensus-beefy-rpc", "sc-consensus-epochs", - "sc-consensus-grandpa", + "sc-consensus-grandpa 0.23.0", "sc-consensus-grandpa-rpc", - "sc-rpc", - "sc-rpc-spec-v2", + "sc-rpc 33.0.0", + "sc-rpc-spec-v2 0.38.0", "sc-sync-state-rpc", - "sc-transaction-pool-api", + "sc-transaction-pool-api 32.0.0", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-babe 0.36.0", "sp-keystore 0.38.0", "sp-runtime 35.0.0", @@ -10933,6 +12018,58 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "polkadot-runtime-common" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b1abd7bff20e17e025a4e001aff55dfefcfd7ef8a8ae138de44998a012e227f2" +dependencies = [ + "bitvec", + "frame-benchmarking 31.0.0", + "frame-election-provider-support 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "impl-trait-for-tuples", + "libsecp256k1", + "log", + "pallet-asset-rate 10.0.0", + "pallet-authorship 31.0.0", + "pallet-babe 31.0.0", + "pallet-balances 31.0.0", + "pallet-broker 0.9.0", + "pallet-election-provider-multi-phase 30.0.0", + "pallet-fast-unstake 30.0.0", + "pallet-identity 31.0.0", + "pallet-session 31.0.0", + "pallet-staking 31.0.0", + "pallet-staking-reward-fn 21.0.0", + "pallet-timestamp 30.0.0", + "pallet-transaction-payment 31.0.0", + "pallet-treasury 30.0.0", + "pallet-vesting 31.0.0", + "parity-scale-codec", + "polkadot-primitives 10.0.0", + "polkadot-runtime-parachains 10.0.0", + "rustc-hex", + "scale-info", + "serde", + "serde_derive", + "slot-range-helper 10.0.0", + "sp-api 29.0.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-npos-elections 29.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-staking 29.0.0", + "sp-std", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", + "staging-xcm-executor 10.0.0", + "static_assertions", +] + [[package]] name = "polkadot-runtime-common" version = "11.0.0" @@ -10999,6 +12136,20 @@ dependencies = [ "sp-tracing 16.0.0", ] +[[package]] +name = "polkadot-runtime-metrics" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4fed9088becfd874b6dbf064f9d1dd1bfa2e3c2188459a572aac2e689c028772" +dependencies = [ + "bs58 0.5.1", + "frame-benchmarking 31.0.0", + "parity-scale-codec", + "polkadot-primitives 10.0.0", + "sp-std", + "sp-tracing 16.0.0", +] + [[package]] name = "polkadot-runtime-metrics" version = "11.0.0" @@ -11063,6 +12214,56 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "polkadot-runtime-parachains" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ce601c5f1005ff1d315c1e5c161a73e63e54bf23527f98c2bfa3ffc5b22f5e6" +dependencies = [ + "bitflags 1.3.2", + "bitvec", + "derive_more", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "impl-trait-for-tuples", + "log", + "pallet-authority-discovery 31.0.1", + "pallet-authorship 31.0.0", + "pallet-babe 31.0.0", + "pallet-balances 31.0.0", + "pallet-broker 0.9.0", + "pallet-message-queue 34.0.0", + "pallet-session 31.0.0", + "pallet-staking 31.0.0", + "pallet-timestamp 30.0.0", + "pallet-vesting 31.0.0", + "parity-scale-codec", + "polkadot-core-primitives 10.0.0", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", + "polkadot-runtime-metrics 10.0.0", + "rand", + "rand_chacha 0.3.1", + "rustc-hex", + "scale-info", + "serde", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-staking 29.0.0", + "sp-std", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", + "static_assertions", +] + [[package]] name = "polkadot-runtime-parachains" version = "11.0.0" @@ -11163,49 +12364,49 @@ dependencies = [ "polkadot-node-core-pvf", "polkadot-node-core-pvf-checker", "polkadot-node-core-runtime-api", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", - "polkadot-node-subsystem-types", + "polkadot-node-subsystem-types 11.0.0", "polkadot-node-subsystem-util", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", "polkadot-rpc", "polkadot-runtime-parachains 11.0.0", "polkadot-statement-distribution", "rococo-runtime", - "sc-authority-discovery", + "sc-authority-discovery 0.38.0", "sc-basic-authorship", - "sc-block-builder", - "sc-chain-spec", - "sc-client-api", - "sc-client-db", - "sc-consensus", + "sc-block-builder 0.37.0", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", + "sc-client-db 0.39.0", + "sc-consensus 0.37.0", "sc-consensus-babe", "sc-consensus-beefy", - "sc-consensus-grandpa", + "sc-consensus-grandpa 0.23.0", "sc-consensus-slots", - "sc-executor", - "sc-keystore", - "sc-network", - "sc-network-common", - "sc-network-sync", + "sc-executor 0.36.0", + "sc-keystore 29.0.0", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-network-sync 0.37.0", "sc-offchain", - "sc-service", + "sc-service 0.39.0", "sc-sync-state-rpc", - "sc-sysinfo", - "sc-telemetry", - "sc-transaction-pool", - "sc-transaction-pool-api", + "sc-sysinfo 31.0.0", + "sc-telemetry 18.0.0", + "sc-transaction-pool 32.0.0", + "sc-transaction-pool-api 32.0.0", "schnellru", "serde", "serde_json", "sp-api 30.0.0", "sp-authority-discovery 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-babe 0.36.0", "sp-consensus-beefy 17.0.0", "sp-consensus-grandpa 17.0.0", @@ -11227,7 +12428,7 @@ dependencies = [ "staging-xcm 11.0.0", "substrate-prometheus-endpoint", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", "westend-runtime", "xcm-fee-payment-runtime-api", ] @@ -11245,15 +12446,27 @@ dependencies = [ "futures-timer", "indexmap 2.2.6", "parity-scale-codec", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "sp-keystore 0.38.0", "sp-staking 30.0.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", +] + +[[package]] +name = "polkadot-statement-table" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a18144720acd47e1243b60c20bfb03f73dc67cbaf61bf2820991961e1ebb803b" +dependencies = [ + "parity-scale-codec", + "polkadot-primitives 10.0.0", + "sp-core 31.0.0", + "tracing-gum 10.0.0", ] [[package]] @@ -11265,7 +12478,7 @@ dependencies = [ "parity-scale-codec", "polkadot-primitives 11.0.0", "sp-core 32.0.0", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -11277,7 +12490,7 @@ dependencies = [ "libc", "log", "polkavm-assembler", - "polkavm-common", + "polkavm-common 0.9.0", "polkavm-linux-raw", ] @@ -11290,6 +12503,12 @@ dependencies = [ "log", ] +[[package]] +name = "polkavm-common" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "92c99f7eee94e7be43ba37eef65ad0ee8cbaf89b7c00001c3f6d2be985cb1817" + [[package]] name = "polkavm-common" version = "0.9.0" @@ -11299,13 +12518,34 @@ dependencies = [ "log", ] +[[package]] +name = "polkavm-derive" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "79fa916f7962348bd1bb1a65a83401675e6fc86c51a0fdbcf92a3108e58e6125" +dependencies = [ + "polkavm-derive-impl-macro 0.8.0", +] + [[package]] name = "polkavm-derive" version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ae8c4bea6f3e11cd89bb18bcdddac10bd9a24015399bd1c485ad68a985a19606" dependencies = [ - "polkavm-derive-impl-macro", + "polkavm-derive-impl-macro 0.9.0", +] + +[[package]] +name = "polkavm-derive-impl" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c10b2654a8a10a83c260bfb93e97b262cf0017494ab94a65d389e0eda6de6c9c" +dependencies = [ + "polkavm-common 0.8.0", + "proc-macro2", + "quote", + "syn 2.0.55", ] [[package]] @@ -11314,7 +12554,7 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c4fdfc49717fb9a196e74a5d28e0bc764eb394a2c803eb11133a31ac996c60c" dependencies = [ - "polkavm-common", + "polkavm-common 0.9.0", "proc-macro2", "quote", "syn 2.0.55", @@ -11322,17 +12562,27 @@ dependencies = [ [[package]] name = "polkavm-derive-impl-macro" -version = "0.9.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ba81f7b5faac81e528eb6158a6f3c9e0bb1008e0ffa19653bc8dea925ecb429" +checksum = "15e85319a0d5129dc9f021c62607e0804f5fb777a05cdda44d750ac0732def66" dependencies = [ - "polkavm-derive-impl", + "polkavm-derive-impl 0.8.0", "syn 2.0.55", ] [[package]] -name = "polkavm-linker" -version = "0.9.2" +name = "polkavm-derive-impl-macro" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ba81f7b5faac81e528eb6158a6f3c9e0bb1008e0ffa19653bc8dea925ecb429" +dependencies = [ + "polkavm-derive-impl 0.9.0", + "syn 2.0.55", +] + +[[package]] +name = "polkavm-linker" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c7be503e60cf56c0eb785f90aaba4b583b36bff00e93997d93fef97f9553c39" dependencies = [ @@ -11340,7 +12590,7 @@ dependencies = [ "hashbrown 0.14.3", "log", "object 0.32.2", - "polkavm-common", + "polkavm-common 0.9.0", "regalloc2 0.9.3", "rustc-demangle", ] @@ -11417,10 +12667,10 @@ dependencies = [ "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-service", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-primitives-aura 0.10.0", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-parachain-inherent 0.10.0", + "cumulus-relay-chain-interface 0.10.0", "frame-benchmarking 32.0.0", "frame-benchmarking-cli", "futures", @@ -11434,26 +12684,26 @@ dependencies = [ "pop-runtime-devnet", "pop-runtime-testnet", "sc-basic-authorship", - "sc-chain-spec", - "sc-cli", - "sc-client-api", - "sc-consensus", - "sc-executor", - "sc-network", - "sc-network-sync", + "sc-chain-spec 31.0.0", + "sc-cli 0.40.0", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sc-executor 0.36.0", + "sc-network 0.38.0", + "sc-network-sync 0.37.0", "sc-offchain", - "sc-rpc", - "sc-service", - "sc-sysinfo", - "sc-telemetry", - "sc-tracing", - "sc-transaction-pool", - "sc-transaction-pool-api", + "sc-rpc 33.0.0", + "sc-service 0.39.0", + "sc-sysinfo 31.0.0", + "sc-telemetry 18.0.0", + "sc-tracing 32.0.0", + "sc-transaction-pool 32.0.0", + "sc-transaction-pool-api 32.0.0", "serde", "serde_json", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-consensus-aura 0.36.0", "sp-core 32.0.0", "sp-io 34.0.0", @@ -11483,7 +12733,7 @@ name = "pop-runtime-common" version = "0.0.0" dependencies = [ "frame-support 32.0.0", - "parachains-common 11.0.0", + "parachains-common 10.0.0", "parity-scale-codec", "polkadot-primitives 11.0.0", "scale-info", @@ -11497,13 +12747,13 @@ version = "0.1.0" dependencies = [ "cumulus-pallet-aura-ext 0.11.0", "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-session-benchmarking 13.0.0", - "cumulus-pallet-xcm 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.0", + "cumulus-pallet-session-benchmarking 12.0.0", + "cumulus-pallet-xcm 0.10.0", + "cumulus-pallet-xcmp-queue 0.10.0", + "cumulus-primitives-aura 0.10.0", + "cumulus-primitives-core 0.10.0", "cumulus-primitives-storage-weight-reclaim", - "cumulus-primitives-utility 0.11.0", + "cumulus-primitives-utility 0.10.0", "enumflags2", "env_logger 0.11.3", "frame-benchmarking 32.0.0", @@ -11520,7 +12770,7 @@ dependencies = [ "pallet-aura 31.0.0", "pallet-authorship 32.0.0", "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", + "pallet-collator-selection 12.0.1", "pallet-contracts", "pallet-message-queue 35.0.0", "pallet-multisig 32.0.0", @@ -11537,7 +12787,7 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 32.0.0", "pallet-utility 32.0.0", "pallet-xcm 11.0.0", - "parachains-common 11.0.0", + "parachains-common 10.0.0", "parity-scale-codec", "polkadot-parachain-primitives 10.0.0", "polkadot-runtime-common 11.0.0", @@ -11558,7 +12808,7 @@ dependencies = [ "sp-std", "sp-transaction-pool 30.0.0", "sp-version 33.0.0", - "staging-parachain-info 0.11.0", + "staging-parachain-info 0.10.0", "staging-xcm 11.0.0", "staging-xcm-builder 11.0.0", "staging-xcm-executor 11.0.0", @@ -11571,12 +12821,12 @@ version = "0.2.0" dependencies = [ "cumulus-pallet-aura-ext 0.11.0", "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-session-benchmarking 13.0.0", - "cumulus-pallet-xcm 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-utility 0.11.0", + "cumulus-pallet-session-benchmarking 12.0.0", + "cumulus-pallet-xcm 0.10.0", + "cumulus-pallet-xcmp-queue 0.10.0", + "cumulus-primitives-aura 0.10.0", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-utility 0.10.0", "enumflags2", "env_logger 0.11.3", "frame-benchmarking 32.0.0", @@ -11593,7 +12843,7 @@ dependencies = [ "pallet-aura 31.0.0", "pallet-authorship 32.0.0", "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", + "pallet-collator-selection 12.0.1", "pallet-contracts", "pallet-message-queue 35.0.0", "pallet-multisig 32.0.0", @@ -11610,7 +12860,7 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 32.0.0", "pallet-utility 32.0.0", "pallet-xcm 11.0.0", - "parachains-common 11.0.0", + "parachains-common 10.0.0", "parity-scale-codec", "polkadot-parachain-primitives 10.0.0", "polkadot-runtime-common 11.0.0", @@ -11631,7 +12881,7 @@ dependencies = [ "sp-std", "sp-transaction-pool 30.0.0", "sp-version 33.0.0", - "staging-parachain-info 0.11.0", + "staging-parachain-info 0.10.0", "staging-xcm 11.0.0", "staging-xcm-builder 11.0.0", "staging-xcm-executor 11.0.0", @@ -12738,6 +13988,18 @@ dependencies = [ "winapi-util", ] +[[package]] +name = "sc-allocator" +version = "26.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4715fddb2bd1862aa21f6312528ab339b7d03ef5ec654e3aa200a3119392392f" +dependencies = [ + "log", + "sp-core 31.0.0", + "sp-wasm-interface 20.0.0", + "thiserror", +] + [[package]] name = "sc-allocator" version = "27.0.0" @@ -12750,6 +14012,36 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sc-authority-discovery" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f987a536468e06b66fe3cac296b27dc532f301199e0278bc42ac32b8eb3a4a9d" +dependencies = [ + "async-trait", + "futures", + "futures-timer", + "ip_network", + "libp2p", + "log", + "multihash 0.18.1", + "multihash-codetable", + "parity-scale-codec", + "prost 0.12.3", + "prost-build", + "rand", + "sc-client-api 31.0.0", + "sc-network 0.37.0", + "sp-api 29.0.0", + "sp-authority-discovery 29.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", + "thiserror", +] + [[package]] name = "sc-authority-discovery" version = "0.38.0" @@ -12769,11 +14061,11 @@ dependencies = [ "prost 0.12.3", "prost-build", "rand", - "sc-client-api", - "sc-network", + "sc-client-api 32.0.0", + "sc-network 0.38.0", "sp-api 30.0.0", "sp-authority-discovery 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "sp-runtime 35.0.0", @@ -12791,19 +14083,35 @@ dependencies = [ "futures-timer", "log", "parity-scale-codec", - "sc-block-builder", + "sc-block-builder 0.37.0", "sc-proposer-metrics", - "sc-telemetry", - "sc-transaction-pool-api", + "sc-telemetry 18.0.0", + "sc-transaction-pool-api 32.0.0", "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-inherents 30.0.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", ] +[[package]] +name = "sc-block-builder" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "033b5ee0fa6d770c9db8cd59f6d1f88e792c088238278fcb836b5c851936a62d" +dependencies = [ + "parity-scale-codec", + "sp-api 29.0.0", + "sp-block-builder 29.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-trie 32.0.0", +] + [[package]] name = "sc-block-builder" version = "0.37.0" @@ -12813,13 +14121,40 @@ dependencies = [ "parity-scale-codec", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-inherents 30.0.0", "sp-runtime 35.0.0", "sp-trie 33.0.0", ] +[[package]] +name = "sc-chain-spec" +version = "30.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5dfb28048e5b2d168870e2205d3e41db1f387a781831a8b8b82c9f10536c2742" +dependencies = [ + "array-bytes 6.2.2", + "docify", + "log", + "memmap2 0.9.4", + "parity-scale-codec", + "sc-chain-spec-derive", + "sc-client-api 31.0.0", + "sc-executor 0.35.0", + "sc-network 0.37.0", + "sc-telemetry 17.0.0", + "serde", + "serde_json", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-crypto-hashing", + "sp-genesis-builder 0.10.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", +] + [[package]] name = "sc-chain-spec" version = "31.0.0" @@ -12832,13 +14167,13 @@ dependencies = [ "memmap2 0.9.4", "parity-scale-codec", "sc-chain-spec-derive", - "sc-client-api", - "sc-executor", - "sc-network", - "sc-telemetry", + "sc-client-api 32.0.0", + "sc-executor 0.36.0", + "sc-network 0.38.0", + "sc-telemetry 18.0.0", "serde", "serde_json", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-genesis-builder 0.11.0", @@ -12859,6 +14194,48 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "sc-cli" +version = "0.39.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "20c2eae4d9396b19403f89f058a6a684066b58e051b1310f246eb9b41a7b54fe" +dependencies = [ + "array-bytes 6.2.2", + "chrono", + "clap", + "fdlimit", + "futures", + "itertools 0.10.5", + "libp2p-identity", + "log", + "names", + "parity-bip39", + "parity-scale-codec", + "rand", + "regex", + "rpassword", + "sc-client-api 31.0.0", + "sc-client-db 0.38.0", + "sc-keystore 28.0.0", + "sc-mixnet 0.7.0", + "sc-network 0.37.0", + "sc-service 0.38.0", + "sc-telemetry 17.0.0", + "sc-tracing 31.0.0", + "sc-utils 16.0.0", + "serde", + "serde_json", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-keyring 34.0.0", + "sp-keystore 0.37.0", + "sp-panic-handler", + "sp-runtime 34.0.0", + "sp-version 32.0.0", + "thiserror", + "tokio", +] + [[package]] name = "sc-cli" version = "0.40.0" @@ -12879,18 +14256,18 @@ dependencies = [ "rand", "regex", "rpassword", - "sc-client-api", - "sc-client-db", - "sc-keystore", - "sc-mixnet", - "sc-network", - "sc-service", - "sc-telemetry", - "sc-tracing", - "sc-utils", + "sc-client-api 32.0.0", + "sc-client-db 0.39.0", + "sc-keystore 29.0.0", + "sc-mixnet 0.8.0", + "sc-network 0.38.0", + "sc-service 0.39.0", + "sc-telemetry 18.0.0", + "sc-tracing 32.0.0", + "sc-utils 17.0.0", "serde", "serde_json", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-keyring 35.0.0", "sp-keystore 0.38.0", @@ -12901,6 +14278,34 @@ dependencies = [ "tokio", ] +[[package]] +name = "sc-client-api" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "08db275ca98f1fe44db2e2058893b182b85ef11cee7cf271edffd449a1179fc4" +dependencies = [ + "fnv", + "futures", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-executor 0.35.0", + "sc-transaction-pool-api 31.0.0", + "sc-utils 16.0.0", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-consensus 0.35.0", + "sp-core 31.0.0", + "sp-database", + "sp-externalities 0.27.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "sp-statement-store 13.0.0", + "sp-storage 20.0.0", + "sp-trie 32.0.0", + "substrate-prometheus-endpoint", +] + [[package]] name = "sc-client-api" version = "32.0.0" @@ -12912,23 +14317,50 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-executor", - "sc-transaction-pool-api", - "sc-utils", + "sc-executor 0.36.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-database", "sp-externalities 0.28.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", - "sp-statement-store", + "sp-statement-store 14.0.0", "sp-storage 21.0.0", "sp-trie 33.0.0", "substrate-prometheus-endpoint", ] +[[package]] +name = "sc-client-db" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6bd93f124c30ec885696128a639e190293bee2a6430cc04248d656093b5d4f42" +dependencies = [ + "hash-db", + "kvdb", + "kvdb-memorydb", + "kvdb-rocksdb", + "linked-hash-map", + "log", + "parity-db", + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-client-api 31.0.0", + "sc-state-db 0.33.0", + "schnellru", + "sp-arithmetic 25.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-database", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "sp-trie 32.0.0", +] + [[package]] name = "sc-client-db" version = "0.39.0" @@ -12944,11 +14376,11 @@ dependencies = [ "parity-db", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api", - "sc-state-db", + "sc-client-api 32.0.0", + "sc-state-db 0.34.0", "schnellru", "sp-arithmetic 26.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-database", "sp-runtime 35.0.0", @@ -12956,6 +14388,32 @@ dependencies = [ "sp-trie 33.0.0", ] +[[package]] +name = "sc-consensus" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4da51746e9689ecee65d6c1ac32e89a7b0452ee1ce377485e94c285e9690dcfd" +dependencies = [ + "async-trait", + "futures", + "futures-timer", + "libp2p-identity", + "log", + "mockall", + "parking_lot 0.12.1", + "sc-client-api 31.0.0", + "sc-utils 16.0.0", + "serde", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-consensus 0.35.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "substrate-prometheus-endpoint", + "thiserror", +] + [[package]] name = "sc-consensus" version = "0.37.0" @@ -12969,12 +14427,12 @@ dependencies = [ "log", "mockall", "parking_lot 0.12.1", - "sc-client-api", - "sc-utils", + "sc-client-api 32.0.0", + "sc-utils 17.0.0", "serde", "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", @@ -12992,16 +14450,16 @@ dependencies = [ "futures", "log", "parity-scale-codec", - "sc-block-builder", - "sc-client-api", - "sc-consensus", + "sc-block-builder 0.37.0", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", "sc-consensus-slots", - "sc-telemetry", + "sc-telemetry 18.0.0", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-aura 0.36.0", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", @@ -13019,7 +14477,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "efe6f127a27ea6ace8e4391ba847ccf21d3512499e1c5e7c300e7e5115642544" dependencies = [ "async-trait", - "fork-tree", + "fork-tree 13.0.0", "futures", "log", "num-bigint", @@ -13027,17 +14485,17 @@ dependencies = [ "num-traits", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api", - "sc-consensus", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", "sc-consensus-epochs", "sc-consensus-slots", - "sc-telemetry", - "sc-transaction-pool-api", + "sc-telemetry 18.0.0", + "sc-transaction-pool-api 32.0.0", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-babe 0.36.0", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", @@ -13059,12 +14517,12 @@ dependencies = [ "jsonrpsee", "sc-consensus-babe", "sc-consensus-epochs", - "sc-rpc-api", + "sc-rpc-api 0.37.0", "serde", "sp-api 30.0.0", "sp-application-crypto 34.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-babe 0.36.0", "sp-core 32.0.0", "sp-keystore 0.38.0", @@ -13086,17 +14544,17 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api", - "sc-consensus", - "sc-network", - "sc-network-gossip", - "sc-network-sync", - "sc-utils", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sc-network 0.38.0", + "sc-network-gossip 0.38.0", + "sc-network-sync 0.37.0", + "sc-utils 17.0.0", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-arithmetic 26.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-beefy 17.0.0", "sp-core 32.0.0", "sp-crypto-hashing", @@ -13121,7 +14579,7 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "sc-consensus-beefy", - "sc-rpc", + "sc-rpc 33.0.0", "serde", "sp-consensus-beefy 17.0.0", "sp-core 32.0.0", @@ -13135,14 +14593,58 @@ version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b2217e53886dbfd4749eaa2e671f8e59807a2fb711ffa0023b3dc5b30f5db458" dependencies = [ - "fork-tree", + "fork-tree 13.0.0", "parity-scale-codec", - "sc-client-api", - "sc-consensus", - "sp-blockchain", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sp-blockchain 32.0.0", "sp-runtime 35.0.0", ] +[[package]] +name = "sc-consensus-grandpa" +version = "0.22.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e19945689693bbea950220bf7af1c79a2f70f5f37b97f7e6d136dcaf2b34f4a5" +dependencies = [ + "ahash 0.8.11", + "array-bytes 6.2.2", + "async-trait", + "dyn-clone", + "finality-grandpa", + "fork-tree 12.0.0", + "futures", + "futures-timer", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "rand", + "sc-block-builder 0.36.0", + "sc-chain-spec 30.0.1", + "sc-client-api 31.0.0", + "sc-consensus 0.36.0", + "sc-network 0.37.0", + "sc-network-common 0.36.0", + "sc-network-gossip 0.37.0", + "sc-network-sync 0.36.0", + "sc-telemetry 17.0.0", + "sc-transaction-pool-api 31.0.0", + "sc-utils 16.0.0", + "serde_json", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-arithmetic 25.0.0", + "sp-blockchain 31.0.0", + "sp-consensus 0.35.0", + "sp-consensus-grandpa 16.0.0", + "sp-core 31.0.0", + "sp-crypto-hashing", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", + "thiserror", +] + [[package]] name = "sc-consensus-grandpa" version = "0.23.0" @@ -13154,30 +14656,30 @@ dependencies = [ "async-trait", "dyn-clone", "finality-grandpa", - "fork-tree", + "fork-tree 13.0.0", "futures", "futures-timer", "log", "parity-scale-codec", "parking_lot 0.12.1", "rand", - "sc-block-builder", - "sc-chain-spec", - "sc-client-api", - "sc-consensus", - "sc-network", - "sc-network-common", - "sc-network-gossip", - "sc-network-sync", - "sc-telemetry", - "sc-transaction-pool-api", - "sc-utils", + "sc-block-builder 0.37.0", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-network-gossip 0.38.0", + "sc-network-sync 0.37.0", + "sc-telemetry 18.0.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", "serde_json", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-arithmetic 26.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-grandpa 17.0.0", "sp-core 32.0.0", "sp-crypto-hashing", @@ -13198,11 +14700,11 @@ dependencies = [ "jsonrpsee", "log", "parity-scale-codec", - "sc-client-api", - "sc-consensus-grandpa", - "sc-rpc", + "sc-client-api 32.0.0", + "sc-consensus-grandpa 0.23.0", + "sc-rpc 33.0.0", "serde", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "thiserror", @@ -13219,12 +14721,12 @@ dependencies = [ "futures-timer", "log", "parity-scale-codec", - "sc-client-api", - "sc-consensus", - "sc-telemetry", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sc-telemetry 18.0.0", "sp-arithmetic 26.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", "sp-inherents 30.0.0", @@ -13232,6 +14734,30 @@ dependencies = [ "sp-state-machine 0.39.0", ] +[[package]] +name = "sc-executor" +version = "0.35.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b8f8ddc63df8219768b729f9098ecd4362d2756b40784071cd44c3041f1d51d" +dependencies = [ + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-executor-common 0.32.0", + "sc-executor-polkavm 0.29.0", + "sc-executor-wasmtime 0.32.0", + "schnellru", + "sp-api 29.0.0", + "sp-core 31.0.0", + "sp-externalities 0.27.0", + "sp-io 33.0.0", + "sp-panic-handler", + "sp-runtime-interface 26.0.0", + "sp-trie 32.0.0", + "sp-version 32.0.0", + "sp-wasm-interface 20.0.0", + "tracing", +] + [[package]] name = "sc-executor" version = "0.36.0" @@ -13240,9 +14766,9 @@ checksum = "cc6b47b642a92adcabaeadb7d76bd1a02bcf5a93f2b649e81afe8b940107bbda" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", - "sc-executor-common", - "sc-executor-polkavm", - "sc-executor-wasmtime", + "sc-executor-common 0.33.0", + "sc-executor-polkavm 0.30.0", + "sc-executor-wasmtime 0.33.1", "schnellru", "sp-api 30.0.0", "sp-core 32.0.0", @@ -13256,6 +14782,20 @@ dependencies = [ "tracing", ] +[[package]] +name = "sc-executor-common" +version = "0.32.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "00308c10173ec6446ccc2b96cd3a3037e64c94a424f94daa8c96f288794f4d34" +dependencies = [ + "polkavm", + "sc-allocator 26.0.0", + "sp-maybe-compressed-blob", + "sp-wasm-interface 20.0.0", + "thiserror", + "wasm-instrument", +] + [[package]] name = "sc-executor-common" version = "0.33.0" @@ -13263,13 +14803,25 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "88c61ef111d7ccc7697ee4788654f4f998662db057c27ca2de4b94f20e3e6ed1" dependencies = [ "polkavm", - "sc-allocator", + "sc-allocator 27.0.0", "sp-maybe-compressed-blob", "sp-wasm-interface 21.0.0", "thiserror", "wasm-instrument", ] +[[package]] +name = "sc-executor-polkavm" +version = "0.29.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "63b9c814d3a94df7a323d728a6961a3b9ec8c5c5979eb858ec098ddf2838cfc0" +dependencies = [ + "log", + "polkavm", + "sc-executor-common 0.32.0", + "sp-wasm-interface 20.0.0", +] + [[package]] name = "sc-executor-polkavm" version = "0.30.0" @@ -13278,10 +14830,29 @@ checksum = "6fb96b22b779ba14f449d114b63efd162f95f1cdf773cdac29f75fe6a250de24" dependencies = [ "log", "polkavm", - "sc-executor-common", + "sc-executor-common 0.33.0", "sp-wasm-interface 21.0.0", ] +[[package]] +name = "sc-executor-wasmtime" +version = "0.32.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fa37286464bd16146c612e3193a56df728815d23f9bf0faac7df898c0944c87f" +dependencies = [ + "anyhow", + "cfg-if", + "libc", + "log", + "parking_lot 0.12.1", + "rustix 0.36.17", + "sc-allocator 26.0.0", + "sc-executor-common 0.32.0", + "sp-runtime-interface 26.0.0", + "sp-wasm-interface 20.0.0", + "wasmtime", +] + [[package]] name = "sc-executor-wasmtime" version = "0.33.1" @@ -13294,13 +14865,31 @@ dependencies = [ "log", "parking_lot 0.12.1", "rustix 0.36.17", - "sc-allocator", - "sc-executor-common", + "sc-allocator 27.0.0", + "sc-executor-common 0.33.0", "sp-runtime-interface 27.0.0", "sp-wasm-interface 21.0.0", "wasmtime", ] +[[package]] +name = "sc-informant" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2e9005c37100c6ea2b06668f72ba5bc927b5a2445ed26b008ddf1875998dea41" +dependencies = [ + "ansi_term", + "futures", + "futures-timer", + "log", + "sc-client-api 31.0.0", + "sc-network 0.37.0", + "sc-network-common 0.36.0", + "sc-network-sync 0.36.0", + "sp-blockchain 31.0.0", + "sp-runtime 34.0.0", +] + [[package]] name = "sc-informant" version = "0.37.0" @@ -13311,29 +14900,74 @@ dependencies = [ "futures", "futures-timer", "log", - "sc-client-api", - "sc-network", - "sc-network-common", - "sc-network-sync", - "sp-blockchain", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-network-sync 0.37.0", + "sp-blockchain 32.0.0", "sp-runtime 35.0.0", ] [[package]] name = "sc-keystore" -version = "29.0.0" +version = "28.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6477f27aa17ada189355325c16992d3e612d2fe276ecef9da1b36b6b297b3ac4" +checksum = "3ef7283da5d643ef89ed094e1b23451ec70386a9474d337cdaa0ef81870bb2d4" dependencies = [ "array-bytes 6.2.2", "parking_lot 0.12.1", "serde_json", - "sp-application-crypto 34.0.0", - "sp-core 32.0.0", + "sp-application-crypto 33.0.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "thiserror", +] + +[[package]] +name = "sc-keystore" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6477f27aa17ada189355325c16992d3e612d2fe276ecef9da1b36b6b297b3ac4" +dependencies = [ + "array-bytes 6.2.2", + "parking_lot 0.12.1", + "serde_json", + "sp-application-crypto 34.0.0", + "sp-core 32.0.0", "sp-keystore 0.38.0", "thiserror", ] +[[package]] +name = "sc-mixnet" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "248d9be75de68e34f6490065c398b8177ff967902d93e6b88527a0e8c00903ad" +dependencies = [ + "array-bytes 4.2.0", + "arrayvec 0.7.4", + "blake2 0.10.6", + "bytes", + "futures", + "futures-timer", + "libp2p-identity", + "log", + "mixnet", + "multiaddr", + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-client-api 31.0.0", + "sc-network 0.37.0", + "sc-transaction-pool-api 31.0.0", + "sp-api 29.0.0", + "sp-consensus 0.35.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "sp-mixnet 0.7.0", + "sp-runtime 34.0.0", + "thiserror", +] + [[package]] name = "sc-mixnet" version = "0.8.0" @@ -13352,18 +14986,62 @@ dependencies = [ "multiaddr", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api", - "sc-network", - "sc-transaction-pool-api", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sc-transaction-pool-api 32.0.0", "sp-api 30.0.0", - "sp-consensus", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-mixnet", + "sp-mixnet 0.8.0", "sp-runtime 35.0.0", "thiserror", ] +[[package]] +name = "sc-network" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4067423488686ff78561ed0d32ac7e2617edd31219088b1322e85e945e62de29" +dependencies = [ + "array-bytes 6.2.2", + "async-channel 1.9.0", + "async-trait", + "asynchronous-codec", + "bytes", + "either", + "fnv", + "futures", + "futures-timer", + "ip_network", + "libp2p", + "linked_hash_set", + "log", + "mockall", + "parity-scale-codec", + "parking_lot 0.12.1", + "partial_sort", + "pin-project", + "rand", + "sc-client-api 31.0.0", + "sc-network-common 0.36.0", + "sc-utils 16.0.0", + "serde", + "serde_json", + "smallvec", + "sp-arithmetic 25.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", + "thiserror", + "tokio", + "tokio-stream", + "unsigned-varint", + "wasm-timer", + "zeroize", +] + [[package]] name = "sc-network" version = "0.38.0" @@ -13389,14 +15067,14 @@ dependencies = [ "partial_sort", "pin-project", "rand", - "sc-client-api", - "sc-network-common", - "sc-utils", + "sc-client-api 32.0.0", + "sc-network-common 0.37.0", + "sc-utils 17.0.0", "serde", "serde_json", "smallvec", "sp-arithmetic 26.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", @@ -13408,6 +15086,27 @@ dependencies = [ "zeroize", ] +[[package]] +name = "sc-network-bitswap" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8dacf210f4e36e53dc3d3ff1cfd72e4378eb973568c261e7c62bc8daaec9f945" +dependencies = [ + "async-channel 1.9.0", + "cid", + "futures", + "libp2p-identity", + "log", + "prost 0.12.3", + "prost-build", + "sc-client-api 31.0.0", + "sc-network 0.37.0", + "sp-blockchain 31.0.0", + "sp-runtime 34.0.0", + "thiserror", + "unsigned-varint", +] + [[package]] name = "sc-network-bitswap" version = "0.37.0" @@ -13421,14 +15120,32 @@ dependencies = [ "log", "prost 0.12.3", "prost-build", - "sc-client-api", - "sc-network", - "sp-blockchain", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sp-blockchain 32.0.0", "sp-runtime 35.0.0", "thiserror", "unsigned-varint", ] +[[package]] +name = "sc-network-common" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "551dba7ce65d136788c3154044fb425e2cb6e883d20c3cd25c0720a5b5251ed4" +dependencies = [ + "async-trait", + "bitflags 1.3.2", + "futures", + "libp2p-identity", + "parity-scale-codec", + "prost-build", + "sc-consensus 0.36.0", + "sp-consensus 0.35.0", + "sp-consensus-grandpa 16.0.0", + "sp-runtime 34.0.0", +] + [[package]] name = "sc-network-common" version = "0.37.0" @@ -13441,12 +15158,32 @@ dependencies = [ "libp2p-identity", "parity-scale-codec", "prost-build", - "sc-consensus", - "sp-consensus", + "sc-consensus 0.37.0", + "sp-consensus 0.36.0", "sp-consensus-grandpa 17.0.0", "sp-runtime 35.0.0", ] +[[package]] +name = "sc-network-gossip" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "06e36f8665cba733bd0690e864ef59cb87627120e57607b768e6e7cf30cecd20" +dependencies = [ + "ahash 0.8.11", + "futures", + "futures-timer", + "libp2p", + "log", + "sc-network 0.37.0", + "sc-network-common 0.36.0", + "sc-network-sync 0.36.0", + "schnellru", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", + "tracing", +] + [[package]] name = "sc-network-gossip" version = "0.38.0" @@ -13458,15 +15195,37 @@ dependencies = [ "futures-timer", "libp2p", "log", - "sc-network", - "sc-network-common", - "sc-network-sync", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-network-sync 0.37.0", "schnellru", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "tracing", ] +[[package]] +name = "sc-network-light" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d4c4a77832e7d86e2b8f579339a47ebc16eec560bb4d62c42f0daad10700a512" +dependencies = [ + "array-bytes 6.2.2", + "async-channel 1.9.0", + "futures", + "libp2p-identity", + "log", + "parity-scale-codec", + "prost 0.12.3", + "prost-build", + "sc-client-api 31.0.0", + "sc-network 0.37.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "thiserror", +] + [[package]] name = "sc-network-light" version = "0.37.0" @@ -13481,14 +15240,51 @@ dependencies = [ "parity-scale-codec", "prost 0.12.3", "prost-build", - "sc-client-api", - "sc-network", - "sp-blockchain", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "thiserror", ] +[[package]] +name = "sc-network-sync" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b7dfdaf49edeaa23ae0da1a9bf6ea3e308c11822cb3a853996f1203b06249411" +dependencies = [ + "array-bytes 6.2.2", + "async-channel 1.9.0", + "async-trait", + "fork-tree 12.0.0", + "futures", + "futures-timer", + "libp2p", + "log", + "mockall", + "parity-scale-codec", + "prost 0.12.3", + "prost-build", + "sc-client-api 31.0.0", + "sc-consensus 0.36.0", + "sc-network 0.37.0", + "sc-network-common 0.36.0", + "sc-utils 16.0.0", + "schnellru", + "smallvec", + "sp-arithmetic 25.0.0", + "sp-blockchain 31.0.0", + "sp-consensus 0.35.0", + "sp-consensus-grandpa 16.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", + "thiserror", + "tokio", + "tokio-stream", +] + [[package]] name = "sc-network-sync" version = "0.37.0" @@ -13498,7 +15294,7 @@ dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", "async-trait", - "fork-tree", + "fork-tree 13.0.0", "futures", "futures-timer", "libp2p", @@ -13507,16 +15303,16 @@ dependencies = [ "parity-scale-codec", "prost 0.12.3", "prost-build", - "sc-client-api", - "sc-consensus", - "sc-network", - "sc-network-common", - "sc-utils", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-utils 17.0.0", "schnellru", "smallvec", "sp-arithmetic 26.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-grandpa 17.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", @@ -13526,6 +15322,26 @@ dependencies = [ "tokio-stream", ] +[[package]] +name = "sc-network-transactions" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1b3824e7a1aa29ed3d2294810c8e018a6df3798eec236f3043a62945daf7d9b1" +dependencies = [ + "array-bytes 6.2.2", + "futures", + "libp2p", + "log", + "parity-scale-codec", + "sc-network 0.37.0", + "sc-network-common 0.36.0", + "sc-network-sync 0.36.0", + "sc-utils 16.0.0", + "sp-consensus 0.35.0", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", +] + [[package]] name = "sc-network-transactions" version = "0.37.0" @@ -13537,11 +15353,11 @@ dependencies = [ "libp2p", "log", "parity-scale-codec", - "sc-network", - "sc-network-common", - "sc-network-sync", - "sc-utils", - "sp-consensus", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-network-sync 0.37.0", + "sc-utils 17.0.0", + "sp-consensus 0.36.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", ] @@ -13566,11 +15382,11 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "rand", - "sc-client-api", - "sc-network", - "sc-network-common", - "sc-transaction-pool-api", - "sc-utils", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", "sp-api 30.0.0", "sp-core 32.0.0", "sp-externalities 0.28.0", @@ -13591,6 +15407,39 @@ dependencies = [ "substrate-prometheus-endpoint", ] +[[package]] +name = "sc-rpc" +version = "32.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6d796d75b22785b09c58478f1418b75c9787d598a0d2ab8edbd0072731ec4aaa" +dependencies = [ + "futures", + "jsonrpsee", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-block-builder 0.36.0", + "sc-chain-spec 30.0.1", + "sc-client-api 31.0.0", + "sc-mixnet 0.7.0", + "sc-rpc-api 0.36.0", + "sc-tracing 31.0.0", + "sc-transaction-pool-api 31.0.0", + "sc-utils 16.0.0", + "serde_json", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "sp-offchain 29.0.0", + "sp-rpc 29.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-statement-store 13.0.0", + "sp-version 32.0.0", + "tokio", +] + [[package]] name = "sc-rpc" version = "33.0.0" @@ -13602,28 +15451,49 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-block-builder", - "sc-chain-spec", - "sc-client-api", - "sc-mixnet", - "sc-rpc-api", - "sc-tracing", - "sc-transaction-pool-api", - "sc-utils", + "sc-block-builder 0.37.0", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", + "sc-mixnet 0.8.0", + "sc-rpc-api 0.37.0", + "sc-tracing 32.0.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", "serde_json", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "sp-offchain 30.0.0", - "sp-rpc", + "sp-rpc 30.0.0", "sp-runtime 35.0.0", "sp-session 31.0.0", - "sp-statement-store", + "sp-statement-store 14.0.0", "sp-version 33.0.0", "tokio", ] +[[package]] +name = "sc-rpc-api" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3705feca378ef3f3f84fb337480405a611a15c8637b2449ed514ca63765e421b" +dependencies = [ + "jsonrpsee", + "parity-scale-codec", + "sc-chain-spec 30.0.1", + "sc-mixnet 0.7.0", + "sc-transaction-pool-api 31.0.0", + "scale-info", + "serde", + "serde_json", + "sp-core 31.0.0", + "sp-rpc 29.0.0", + "sp-runtime 34.0.0", + "sp-version 32.0.0", + "thiserror", +] + [[package]] name = "sc-rpc-api" version = "0.37.0" @@ -13632,19 +15502,38 @@ checksum = "b82060f09f886f59fd19a77cc6668c209e883fc93511e9c441ef84adfea80f36" dependencies = [ "jsonrpsee", "parity-scale-codec", - "sc-chain-spec", - "sc-mixnet", - "sc-transaction-pool-api", + "sc-chain-spec 31.0.0", + "sc-mixnet 0.8.0", + "sc-transaction-pool-api 32.0.0", "scale-info", "serde", "serde_json", "sp-core 32.0.0", - "sp-rpc", + "sp-rpc 30.0.0", "sp-runtime 35.0.0", "sp-version 33.0.0", "thiserror", ] +[[package]] +name = "sc-rpc-server" +version = "14.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "65f705946ae375fc47ee9a2e2df0b7e339a1fb8c8eb5c9eb6f206619d27946a7" +dependencies = [ + "futures", + "governor", + "http", + "hyper", + "jsonrpsee", + "log", + "serde_json", + "substrate-prometheus-endpoint", + "tokio", + "tower", + "tower-http", +] + [[package]] name = "sc-rpc-server" version = "15.0.0" @@ -13664,6 +15553,38 @@ dependencies = [ "tower-http", ] +[[package]] +name = "sc-rpc-spec-v2" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "66dcea3fe5f0bcbaf08d6a42e877ae8f50b9cdbc87f65f7c79fbe5003e3969dc" +dependencies = [ + "array-bytes 6.2.2", + "futures", + "futures-util", + "hex", + "jsonrpsee", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "rand", + "sc-chain-spec 30.0.1", + "sc-client-api 31.0.0", + "sc-rpc 32.0.0", + "sc-transaction-pool-api 31.0.0", + "sc-utils 16.0.0", + "serde", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-rpc 29.0.0", + "sp-runtime 34.0.0", + "sp-version 32.0.0", + "thiserror", + "tokio", + "tokio-stream", +] + [[package]] name = "sc-rpc-spec-v2" version = "0.38.0" @@ -13679,16 +15600,16 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "rand", - "sc-chain-spec", - "sc-client-api", - "sc-rpc", - "sc-transaction-pool-api", - "sc-utils", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", + "sc-rpc 33.0.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", "serde", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", - "sp-rpc", + "sp-rpc 30.0.0", "sp-runtime 35.0.0", "sp-version 33.0.0", "thiserror", @@ -13696,6 +15617,71 @@ dependencies = [ "tokio-stream", ] +[[package]] +name = "sc-service" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "42678fb737ea101658a8288cd3fcc0bff59ef40cd1a1c4f4d4042c3fa17bae41" +dependencies = [ + "async-trait", + "directories", + "exit-future", + "futures", + "futures-timer", + "jsonrpsee", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "pin-project", + "rand", + "sc-chain-spec 30.0.1", + "sc-client-api 31.0.0", + "sc-client-db 0.38.0", + "sc-consensus 0.36.0", + "sc-executor 0.35.0", + "sc-informant 0.36.0", + "sc-keystore 28.0.0", + "sc-network 0.37.0", + "sc-network-bitswap 0.36.0", + "sc-network-common 0.36.0", + "sc-network-light 0.36.0", + "sc-network-sync 0.36.0", + "sc-network-transactions 0.36.0", + "sc-rpc 32.0.0", + "sc-rpc-server 14.0.0", + "sc-rpc-spec-v2 0.37.0", + "sc-sysinfo 30.0.0", + "sc-telemetry 17.0.0", + "sc-tracing 31.0.0", + "sc-transaction-pool 31.0.0", + "sc-transaction-pool-api 31.0.0", + "sc-utils 16.0.0", + "schnellru", + "serde", + "serde_json", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-consensus 0.35.0", + "sp-core 31.0.0", + "sp-externalities 0.27.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-state-machine 0.38.0", + "sp-storage 20.0.0", + "sp-transaction-pool 29.0.0", + "sp-transaction-storage-proof 29.0.0", + "sp-trie 32.0.0", + "sp-version 32.0.0", + "static_init", + "substrate-prometheus-endpoint", + "tempfile", + "thiserror", + "tokio", + "tracing", + "tracing-futures", +] + [[package]] name = "sc-service" version = "0.39.0" @@ -13713,34 +15699,34 @@ dependencies = [ "parking_lot 0.12.1", "pin-project", "rand", - "sc-chain-spec", - "sc-client-api", - "sc-client-db", - "sc-consensus", - "sc-executor", - "sc-informant", - "sc-keystore", - "sc-network", - "sc-network-bitswap", - "sc-network-common", - "sc-network-light", - "sc-network-sync", - "sc-network-transactions", - "sc-rpc", - "sc-rpc-server", - "sc-rpc-spec-v2", - "sc-sysinfo", - "sc-telemetry", - "sc-tracing", - "sc-transaction-pool", - "sc-transaction-pool-api", - "sc-utils", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", + "sc-client-db 0.39.0", + "sc-consensus 0.37.0", + "sc-executor 0.36.0", + "sc-informant 0.37.0", + "sc-keystore 29.0.0", + "sc-network 0.38.0", + "sc-network-bitswap 0.37.0", + "sc-network-common 0.37.0", + "sc-network-light 0.37.0", + "sc-network-sync 0.37.0", + "sc-network-transactions 0.37.0", + "sc-rpc 33.0.0", + "sc-rpc-server 15.0.0", + "sc-rpc-spec-v2 0.38.0", + "sc-sysinfo 31.0.0", + "sc-telemetry 18.0.0", + "sc-tracing 32.0.0", + "sc-transaction-pool 32.0.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", "schnellru", "serde", "serde_json", "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-externalities 0.28.0", "sp-keystore 0.38.0", @@ -13749,7 +15735,7 @@ dependencies = [ "sp-state-machine 0.39.0", "sp-storage 21.0.0", "sp-transaction-pool 30.0.0", - "sp-transaction-storage-proof", + "sp-transaction-storage-proof 30.0.0", "sp-trie 33.0.0", "sp-version 33.0.0", "static_init", @@ -13761,6 +15747,18 @@ dependencies = [ "tracing-futures", ] +[[package]] +name = "sc-state-db" +version = "0.33.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9863fb81595a25b908d7143c1a3e162d237e67890088363df4a121fe37c49d08" +dependencies = [ + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "sp-core 31.0.0", +] + [[package]] name = "sc-state-db" version = "0.34.0" @@ -13795,16 +15793,38 @@ checksum = "75577af6d7128f3c0cd1dfa83f9ec056dbe4cdce297f1d257f2a1253134c6e9a" dependencies = [ "jsonrpsee", "parity-scale-codec", - "sc-chain-spec", - "sc-client-api", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", "sc-consensus-babe", "sc-consensus-epochs", - "sc-consensus-grandpa", + "sc-consensus-grandpa 0.23.0", + "serde", + "serde_json", + "sp-blockchain 32.0.0", + "sp-runtime 35.0.0", + "thiserror", +] + +[[package]] +name = "sc-sysinfo" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f098da1a83dc5b4e69ef66f7dfc5c0a82bc63defe8dcb0aaa1819e9b2bd6d744" +dependencies = [ + "derive_more", + "futures", + "libc", + "log", + "rand", + "rand_pcg", + "regex", + "sc-telemetry 17.0.0", "serde", "serde_json", - "sp-blockchain", - "sp-runtime 35.0.0", - "thiserror", + "sp-core 31.0.0", + "sp-crypto-hashing", + "sp-io 33.0.0", + "sp-std", ] [[package]] @@ -13820,7 +15840,7 @@ dependencies = [ "rand", "rand_pcg", "regex", - "sc-telemetry", + "sc-telemetry 18.0.0", "serde", "serde_json", "sp-core 32.0.0", @@ -13829,6 +15849,26 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sc-telemetry" +version = "17.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6c6807ebd9f43ab628931842d3aaa9404ddfd07013e9c7027ca603f496939577" +dependencies = [ + "chrono", + "futures", + "libp2p", + "log", + "parking_lot 0.12.1", + "pin-project", + "rand", + "sc-utils 16.0.0", + "serde", + "serde_json", + "thiserror", + "wasm-timer", +] + [[package]] name = "sc-telemetry" version = "18.0.0" @@ -13842,13 +15882,44 @@ dependencies = [ "parking_lot 0.12.1", "pin-project", "rand", - "sc-utils", + "sc-utils 17.0.0", "serde", "serde_json", "thiserror", "wasm-timer", ] +[[package]] +name = "sc-tracing" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "83e8f5e8eb36f887dba06e1392717e27e4edf12d23d5220dba8ee851de8b174e" +dependencies = [ + "ansi_term", + "chrono", + "is-terminal", + "lazy_static", + "libc", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "regex", + "rustc-hash", + "sc-client-api 31.0.0", + "sc-tracing-proc-macro", + "serde", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-rpc 29.0.0", + "sp-runtime 34.0.0", + "sp-tracing 16.0.0", + "thiserror", + "tracing", + "tracing-log 0.1.4", + "tracing-subscriber 0.2.25", +] + [[package]] name = "sc-tracing" version = "32.0.0" @@ -13865,13 +15936,13 @@ dependencies = [ "parking_lot 0.12.1", "regex", "rustc-hash", - "sc-client-api", + "sc-client-api 32.0.0", "sc-tracing-proc-macro", "serde", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", - "sp-rpc", + "sp-rpc 30.0.0", "sp-runtime 35.0.0", "sp-tracing 17.0.0", "thiserror", @@ -13892,6 +15963,34 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "sc-transaction-pool" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d56300f466670067cca98a931b0b6cbc8b018c0d296eb915c1473bac45b7cd73" +dependencies = [ + "async-trait", + "futures", + "futures-timer", + "linked-hash-map", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-client-api 31.0.0", + "sc-transaction-pool-api 31.0.0", + "sc-utils 16.0.0", + "serde", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-crypto-hashing", + "sp-runtime 34.0.0", + "sp-tracing 16.0.0", + "sp-transaction-pool 29.0.0", + "substrate-prometheus-endpoint", + "thiserror", +] + [[package]] name = "sc-transaction-pool" version = "32.0.0" @@ -13905,12 +16004,12 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api", - "sc-transaction-pool-api", - "sc-utils", + "sc-client-api 32.0.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", "serde", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-runtime 35.0.0", @@ -13920,6 +16019,23 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sc-transaction-pool-api" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3609025d39a1b75f1ee4f490dc52e000de144948a73cacd788f5995df5ebe8bf" +dependencies = [ + "async-trait", + "futures", + "log", + "parity-scale-codec", + "serde", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "thiserror", +] + [[package]] name = "sc-transaction-pool-api" version = "32.0.0" @@ -13931,12 +16047,28 @@ dependencies = [ "log", "parity-scale-codec", "serde", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "thiserror", ] +[[package]] +name = "sc-utils" +version = "16.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1863d482be044f4768ef5de6119dc70b5e31e6e9f71ad225c177474d6540e424" +dependencies = [ + "async-channel 1.9.0", + "futures", + "futures-timer", + "lazy_static", + "log", + "parking_lot 0.12.1", + "prometheus", + "sp-arithmetic 25.0.0", +] + [[package]] name = "sc-utils" version = "17.0.0" @@ -14367,6 +16499,19 @@ dependencies = [ "sp-std", ] +[[package]] +name = "slot-range-helper" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ada4c82b85daa6134837918889b341716e4918c608b3cc5345ae67ea85a187c6" +dependencies = [ + "enumn", + "parity-scale-codec", + "paste", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "slot-range-helper" version = "11.0.0" @@ -14705,6 +16850,29 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-api" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cb3fb2cdf7ee9b8d6ec7c2d8740b1a506e393dc18c7c2776764b47136d72dce7" +dependencies = [ + "hash-db", + "log", + "parity-scale-codec", + "scale-info", + "sp-api-proc-macro 17.0.1", + "sp-core 31.0.0", + "sp-externalities 0.27.0", + "sp-metadata-ir 0.6.0", + "sp-runtime 34.0.0", + "sp-runtime-interface 26.0.0", + "sp-state-machine 0.38.0", + "sp-std", + "sp-trie 32.0.0", + "sp-version 32.0.0", + "thiserror", +] + [[package]] name = "sp-api" version = "30.0.0" @@ -14743,6 +16911,21 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "sp-api-proc-macro" +version = "17.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "63a5680d94c55e1c7dc54e9e09b4827314fab44f9300f0be170898dc402318de" +dependencies = [ + "Inflector", + "blake2 0.10.6", + "expander 2.1.0", + "proc-macro-crate 3.1.0", + "proc-macro2", + "quote", + "syn 2.0.55", +] + [[package]] name = "sp-api-proc-macro" version = "18.0.0" @@ -14772,6 +16955,20 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-application-crypto" +version = "33.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "13ca6121c22c8bd3d1dce1f05c479101fd0d7b159bef2a3e8c834138d839c75c" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-std", +] + [[package]] name = "sp-application-crypto" version = "34.0.0" @@ -14801,6 +16998,21 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "sp-arithmetic" +version = "25.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "910c07fa263b20bf7271fdd4adcb5d3217dfdac14270592e0780223542e7e114" +dependencies = [ + "integer-sqrt", + "num-traits", + "parity-scale-codec", + "scale-info", + "serde", + "sp-std", + "static_assertions", +] + [[package]] name = "sp-arithmetic" version = "26.0.0" @@ -14831,6 +17043,20 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-authority-discovery" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5ab47c385784b3f9646a21d5dcb236399083d77420a1269e70c04772336c519f" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "sp-authority-discovery" version = "30.0.0" @@ -14856,6 +17082,18 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-block-builder" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "97e155e388d7e41c39a27f40f50c2517facdbf20dde4a73f40ec8f1f30ce190e" +dependencies = [ + "sp-api 29.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "sp-block-builder" version = "30.0.0" @@ -14867,6 +17105,25 @@ dependencies = [ "sp-runtime 35.0.0", ] +[[package]] +name = "sp-blockchain" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d00084ddd62a3bad1fc4c04cdb1cdbcbb55d813dbd4e42d52e42e8b6599fb210" +dependencies = [ + "futures", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "schnellru", + "sp-api 29.0.0", + "sp-consensus 0.35.0", + "sp-database", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "thiserror", +] + [[package]] name = "sp-blockchain" version = "32.0.0" @@ -14879,13 +17136,29 @@ dependencies = [ "parking_lot 0.12.1", "schnellru", "sp-api 30.0.0", - "sp-consensus", + "sp-consensus 0.36.0", "sp-database", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", "thiserror", ] +[[package]] +name = "sp-consensus" +version = "0.35.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ed6f1ae58a74d619bd2c1d7939b4aa805f4226c7454ec3591c8a59fb0cc6477f" +dependencies = [ + "async-trait", + "futures", + "log", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "thiserror", +] + [[package]] name = "sp-consensus" version = "0.36.0" @@ -14920,6 +17193,24 @@ dependencies = [ "sp-timestamp 27.0.0", ] +[[package]] +name = "sp-consensus-aura" +version = "0.35.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "334d0088b7de70a94d58e7e93acd8d5101b35fadca7e19fa26788203b22e309b" +dependencies = [ + "async-trait", + "parity-scale-codec", + "scale-info", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-consensus-slots 0.35.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-timestamp 29.0.0", +] + [[package]] name = "sp-consensus-aura" version = "0.36.0" @@ -14957,6 +17248,26 @@ dependencies = [ "sp-timestamp 27.0.0", ] +[[package]] +name = "sp-consensus-babe" +version = "0.35.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eb593ec8ec674a583d6fc5386b7f8964a9db78dcaabc0595559145a4053c9f6c" +dependencies = [ + "async-trait", + "parity-scale-codec", + "scale-info", + "serde", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-consensus-slots 0.35.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-timestamp 29.0.0", +] + [[package]] name = "sp-consensus-babe" version = "0.36.0" @@ -14997,6 +17308,28 @@ dependencies = [ "strum 0.24.1", ] +[[package]] +name = "sp-consensus-beefy" +version = "16.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7e2b03bc552702dd20fd3dad01631b13ca3e62e814ad278fe3012f5e3bb3e100" +dependencies = [ + "lazy_static", + "parity-scale-codec", + "scale-info", + "serde", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-core 31.0.0", + "sp-crypto-hashing", + "sp-io 33.0.0", + "sp-keystore 0.37.0", + "sp-mmr-primitives 29.0.0", + "sp-runtime 34.0.0", + "sp-std", + "strum 0.24.1", +] + [[package]] name = "sp-consensus-beefy" version = "17.0.0" @@ -15037,6 +17370,25 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-consensus-grandpa" +version = "16.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "71df706a104a752101b52f12cca7f5b7ffe1ca6ce9b4b1eb8c5d04356f248fa5" +dependencies = [ + "finality-grandpa", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "sp-consensus-grandpa" version = "17.0.0" @@ -15068,6 +17420,19 @@ dependencies = [ "sp-timestamp 27.0.0", ] +[[package]] +name = "sp-consensus-slots" +version = "0.35.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e0a5c47c52ad58aa349f7c13cb356ab45c32964ee28354c27fd6e4b417cb2644" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "sp-std", + "sp-timestamp 29.0.0", +] + [[package]] name = "sp-consensus-slots" version = "0.36.0" @@ -15126,6 +17491,53 @@ dependencies = [ "zeroize", ] +[[package]] +name = "sp-core" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26d7a0fd8f16dcc3761198fc83be12872f823b37b749bc72a3a6a1f702509366" +dependencies = [ + "array-bytes 6.2.2", + "bitflags 1.3.2", + "blake2 0.10.6", + "bounded-collections 0.2.0", + "bs58 0.5.1", + "dyn-clonable", + "ed25519-zebra 3.1.0", + "futures", + "hash-db", + "hash256-std-hasher", + "impl-serde", + "itertools 0.10.5", + "k256", + "libsecp256k1", + "log", + "merlin", + "parity-bip39", + "parity-scale-codec", + "parking_lot 0.12.1", + "paste", + "primitive-types", + "rand", + "scale-info", + "schnorrkel 0.11.4", + "secp256k1", + "secrecy", + "serde", + "sp-crypto-hashing", + "sp-debug-derive", + "sp-externalities 0.27.0", + "sp-runtime-interface 26.0.0", + "sp-std", + "sp-storage 20.0.0", + "ss58-registry", + "substrate-bip39 0.5.0", + "thiserror", + "tracing", + "w3f-bls", + "zeroize", +] + [[package]] name = "sp-core" version = "32.0.0" @@ -15231,6 +17643,18 @@ dependencies = [ "sp-storage 20.0.0", ] +[[package]] +name = "sp-externalities" +version = "0.27.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a1d6a4572eadd4a63cff92509a210bf425501a0c5e76574b30a366ac77653787" +dependencies = [ + "environmental", + "parity-scale-codec", + "sp-std", + "sp-storage 20.0.0", +] + [[package]] name = "sp-externalities" version = "0.28.0" @@ -15254,6 +17678,18 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-genesis-builder" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "16a1192b502d38c6d17b1005a7b3e7a6ab835df996803968ae3be9e8f7399ee4" +dependencies = [ + "serde_json", + "sp-api 29.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "sp-genesis-builder" version = "0.11.0" @@ -15280,6 +17716,21 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-inherents" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3b5e46ccc5848542648dcf05f882e41de2e341d0eeca97ff2b7dfad0f38e8500" +dependencies = [ + "async-trait", + "impl-trait-for-tuples", + "parity-scale-codec", + "scale-info", + "sp-runtime 34.0.0", + "sp-std", + "thiserror", +] + [[package]] name = "sp-inherents" version = "30.0.0" @@ -15320,6 +17771,33 @@ dependencies = [ "tracing-core", ] +[[package]] +name = "sp-io" +version = "33.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3e09bba780b55bd9e67979cd8f654a31e4a6cf45426ff371394a65953d2177f2" +dependencies = [ + "bytes", + "ed25519-dalek", + "libsecp256k1", + "log", + "parity-scale-codec", + "polkavm-derive 0.9.1", + "rustversion", + "secp256k1", + "sp-core 31.0.0", + "sp-crypto-hashing", + "sp-externalities 0.27.0", + "sp-keystore 0.37.0", + "sp-runtime-interface 26.0.0", + "sp-state-machine 0.38.0", + "sp-std", + "sp-tracing 16.0.0", + "sp-trie 32.0.0", + "tracing", + "tracing-core", +] + [[package]] name = "sp-io" version = "34.0.0" @@ -15331,7 +17809,7 @@ dependencies = [ "libsecp256k1", "log", "parity-scale-codec", - "polkavm-derive", + "polkavm-derive 0.9.1", "rustversion", "secp256k1", "sp-core 32.0.0", @@ -15358,6 +17836,17 @@ dependencies = [ "strum 0.24.1", ] +[[package]] +name = "sp-keyring" +version = "34.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a07a31da596d705b3a3458d784a897af7fd2f8090de436dc386a112e8ea7f34f" +dependencies = [ + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "strum 0.24.1", +] + [[package]] name = "sp-keyring" version = "35.0.0" @@ -15382,6 +17871,18 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-keystore" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bdbab8b61bd61d5f8625a0c75753b5d5a23be55d3445419acd42caf59cf6236b" +dependencies = [ + "parity-scale-codec", + "parking_lot 0.12.1", + "sp-core 31.0.0", + "sp-externalities 0.27.0", +] + [[package]] name = "sp-keystore" version = "0.38.0" @@ -15427,6 +17928,19 @@ dependencies = [ "scale-info", ] +[[package]] +name = "sp-mixnet" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "22d9da31673ad5771faf8cd0e62ab0c183ea71a630d187b926bc52af379cb1de" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-std", +] + [[package]] name = "sp-mixnet" version = "0.8.0" @@ -15458,6 +17972,25 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-mmr-primitives" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "518fcd8710618d104e04c9e63e697d3406180afbe55cc5400168019647fc5880" +dependencies = [ + "ckb-merkle-mountain-range", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-api 29.0.0", + "sp-core 31.0.0", + "sp-debug-derive", + "sp-runtime 34.0.0", + "sp-std", + "thiserror", +] + [[package]] name = "sp-mmr-primitives" version = "30.0.0" @@ -15491,6 +18024,21 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-npos-elections" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e03ec553bc1a0f4d3aa902d3c5b3cdbe76f8218c642cbca0305722b3f8bbc826" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "sp-npos-elections" version = "30.0.0" @@ -15516,6 +18064,17 @@ dependencies = [ "sp-runtime 32.0.0", ] +[[package]] +name = "sp-offchain" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c041d932d7debf1d2e073ecece1425aadae7482689cd4bf148d5886b28bd10d7" +dependencies = [ + "sp-api 29.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", +] + [[package]] name = "sp-offchain" version = "30.0.0" @@ -15538,6 +18097,17 @@ dependencies = [ "regex", ] +[[package]] +name = "sp-rpc" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b26650747f5c204afd8c637df5e882ea912a890cf974fe67c36b430318fc451c" +dependencies = [ + "rustc-hash", + "serde", + "sp-core 31.0.0", +] + [[package]] name = "sp-rpc" version = "30.0.0" @@ -15574,6 +18144,31 @@ dependencies = [ "sp-weights 28.0.0", ] +[[package]] +name = "sp-runtime" +version = "34.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec3cb126971e7db2f0fcf8053dce740684c438c7180cfca1959598230f342c58" +dependencies = [ + "docify", + "either", + "hash256-std-hasher", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "paste", + "rand", + "scale-info", + "serde", + "simple-mermaid", + "sp-application-crypto 33.0.0", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-std", + "sp-weights 30.0.0", +] + [[package]] name = "sp-runtime" version = "35.0.0" @@ -15618,6 +18213,26 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "sp-runtime-interface" +version = "26.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e48a675ea4858333d4d755899ed5ed780174aa34fec15953428d516af5452295" +dependencies = [ + "bytes", + "impl-trait-for-tuples", + "parity-scale-codec", + "polkavm-derive 0.8.0", + "primitive-types", + "sp-externalities 0.27.0", + "sp-runtime-interface-proc-macro 18.0.0", + "sp-std", + "sp-storage 20.0.0", + "sp-tracing 16.0.0", + "sp-wasm-interface 20.0.0", + "static_assertions", +] + [[package]] name = "sp-runtime-interface" version = "27.0.0" @@ -15627,7 +18242,7 @@ dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", - "polkavm-derive", + "polkavm-derive 0.9.1", "primitive-types", "sp-externalities 0.28.0", "sp-runtime-interface-proc-macro 18.0.0", @@ -15682,6 +18297,22 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-session" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6a61ea4ca90f644da2c25edee711b53b1c0b8d50628ceef372224ea24d252b57" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-api 29.0.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", + "sp-std", +] + [[package]] name = "sp-session" version = "31.0.0" @@ -15701,14 +18332,29 @@ dependencies = [ name = "sp-staking" version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e14d003ecf0b610bf1305a92bdab875289b39d514c073f30e75e78c2763a788" +checksum = "1e14d003ecf0b610bf1305a92bdab875289b39d514c073f30e75e78c2763a788" +dependencies = [ + "impl-trait-for-tuples", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 29.0.0", + "sp-runtime 32.0.0", + "sp-std", +] + +[[package]] +name = "sp-staking" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4114cde17987eaa2f17b8850a8c856b90364666cdbc920d511e7a1cde0574d24" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "scale-info", "serde", - "sp-core 29.0.0", - "sp-runtime 32.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -15748,6 +18394,28 @@ dependencies = [ "trie-db", ] +[[package]] +name = "sp-state-machine" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1eae0eac8034ba14437e772366336f579398a46d101de13dbb781ab1e35e67c5" +dependencies = [ + "hash-db", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "rand", + "smallvec", + "sp-core 31.0.0", + "sp-externalities 0.27.0", + "sp-panic-handler", + "sp-std", + "sp-trie 32.0.0", + "thiserror", + "tracing", + "trie-db", +] + [[package]] name = "sp-state-machine" version = "0.39.0" @@ -15769,6 +18437,32 @@ dependencies = [ "trie-db", ] +[[package]] +name = "sp-statement-store" +version = "13.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b90e8440d72e0ae5d273374af3ebe16768d05b40dff1f487835dd2f826ee9568" +dependencies = [ + "aes-gcm", + "curve25519-dalek 4.1.2", + "ed25519-dalek", + "hkdf", + "parity-scale-codec", + "rand", + "scale-info", + "sha2 0.10.8", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-core 31.0.0", + "sp-crypto-hashing", + "sp-externalities 0.27.0", + "sp-runtime 34.0.0", + "sp-runtime-interface 26.0.0", + "sp-std", + "thiserror", + "x25519-dalek 2.0.1", +] + [[package]] name = "sp-statement-store" version = "14.0.0" @@ -15841,6 +18535,20 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-timestamp" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "64d51fcd008fd5a79d61dba98c7ae89c2460a49dff07001bf1e9b12535d49536" +dependencies = [ + "async-trait", + "parity-scale-codec", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-std", + "thiserror", +] + [[package]] name = "sp-timestamp" version = "30.0.0" @@ -15889,6 +18597,16 @@ dependencies = [ "sp-runtime 32.0.0", ] +[[package]] +name = "sp-transaction-pool" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0484eaf40c2abda75bda9688298cc8f6e02161176e3aab501207c8ccf4d4b3e1" +dependencies = [ + "sp-api 29.0.0", + "sp-runtime 34.0.0", +] + [[package]] name = "sp-transaction-pool" version = "30.0.0" @@ -15899,6 +18617,22 @@ dependencies = [ "sp-runtime 35.0.0", ] +[[package]] +name = "sp-transaction-storage-proof" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba0c99e0852ddd18159c2dc6100c2b5852e49211d8afe373cbce33d1da0050dd" +dependencies = [ + "async-trait", + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-trie 32.0.0", +] + [[package]] name = "sp-transaction-storage-proof" version = "30.0.0" @@ -15939,6 +18673,31 @@ dependencies = [ "trie-root", ] +[[package]] +name = "sp-trie" +version = "32.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f1aa91ad26c62b93d73e65f9ce7ebd04459c4bad086599348846a81988d6faa4" +dependencies = [ + "ahash 0.8.11", + "hash-db", + "lazy_static", + "memory-db", + "nohash-hasher", + "parity-scale-codec", + "parking_lot 0.12.1", + "rand", + "scale-info", + "schnellru", + "sp-core 31.0.0", + "sp-externalities 0.27.0", + "sp-std", + "thiserror", + "tracing", + "trie-db", + "trie-root", +] + [[package]] name = "sp-trie" version = "33.0.0" @@ -15981,6 +18740,24 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-version" +version = "32.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1c0219b1aeb89e36d13bd43a718920a9087dbb66c567e672c4639cefb2fefc05" +dependencies = [ + "impl-serde", + "parity-scale-codec", + "parity-wasm", + "scale-info", + "serde", + "sp-crypto-hashing-proc-macro", + "sp-runtime 34.0.0", + "sp-std", + "sp-version-proc-macro 13.0.0", + "thiserror", +] + [[package]] name = "sp-version" version = "33.0.0" @@ -16066,6 +18843,22 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-weights" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9af6c661fe3066b29f9e1d258000f402ff5cc2529a9191972d214e5871d0ba87" +dependencies = [ + "bounded-collections 0.2.0", + "parity-scale-codec", + "scale-info", + "serde", + "smallvec", + "sp-arithmetic 25.0.0", + "sp-debug-derive", + "sp-std", +] + [[package]] name = "sp-weights" version = "31.0.0" @@ -16182,6 +18975,21 @@ dependencies = [ "sp-std", ] +[[package]] +name = "staging-parachain-info" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4df1c48ca2892cb0694c7e10fbcfc8d15fe0fd0b763d61fbc587a870fbb97147" +dependencies = [ + "cumulus-primitives-core 0.10.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "scale-info", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "staging-parachain-info" version = "0.11.0" @@ -16216,6 +19024,25 @@ dependencies = [ "xcm-procedural", ] +[[package]] +name = "staging-xcm" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e6ee775f7fc9dfae15d9d5a806efa7d3215f7b7b1cfd225809285a0281addeab" +dependencies = [ + "array-bytes 6.2.2", + "bounded-collections 0.2.0", + "derivative", + "environmental", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-weights 30.0.0", + "xcm-procedural", +] + [[package]] name = "staging-xcm" version = "11.0.0" @@ -16258,6 +19085,29 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] +[[package]] +name = "staging-xcm-builder" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "41c905c7e545eb80efdbf62470575a37935260503494453ffa3c1ac6207d06c9" +dependencies = [ + "frame-support 31.0.0", + "frame-system 31.0.0", + "impl-trait-for-tuples", + "log", + "pallet-transaction-payment 31.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 9.0.0", + "scale-info", + "sp-arithmetic 25.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-weights 30.0.0", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", +] + [[package]] name = "staging-xcm-builder" version = "11.0.0" @@ -16303,6 +19153,28 @@ dependencies = [ "staging-xcm 8.0.1", ] +[[package]] +name = "staging-xcm-executor" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e30434a78d4392b698bc7854c00f52d83c1c544da4be1912f898958c3e32f062" +dependencies = [ + "environmental", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "scale-info", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-weights 30.0.0", + "staging-xcm 10.0.0", +] + [[package]] name = "staging-xcm-executor" version = "11.0.0" @@ -16454,6 +19326,19 @@ dependencies = [ "zeroize", ] +[[package]] +name = "substrate-bip39" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a2b564c293e6194e8b222e52436bcb99f60de72043c7f845cf6c4406db4df121" +dependencies = [ + "hmac 0.12.1", + "pbkdf2 0.12.2", + "schnorrkel 0.11.4", + "sha2 0.10.8", + "zeroize", +] + [[package]] name = "substrate-bip39" version = "0.6.0" @@ -16484,11 +19369,11 @@ dependencies = [ "jsonrpsee", "log", "parity-scale-codec", - "sc-rpc-api", - "sc-transaction-pool-api", + "sc-rpc-api 0.37.0", + "sc-transaction-pool-api 32.0.0", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", ] @@ -16515,7 +19400,7 @@ dependencies = [ "async-trait", "jsonrpsee", "log", - "sc-rpc-api", + "sc-rpc-api 0.37.0", "serde", "sp-runtime 35.0.0", ] @@ -16528,8 +19413,8 @@ checksum = "0da2e823fb02fbd5c77d6949cde60ff3e320c100278818000b39e9f0a8c8c428" dependencies = [ "jsonrpsee", "parity-scale-codec", - "sc-client-api", - "sc-rpc-api", + "sc-client-api 32.0.0", + "sc-rpc-api 0.37.0", "serde", "sp-core 32.0.0", "sp-runtime 35.0.0", @@ -16557,6 +19442,26 @@ dependencies = [ "wasm-opt", ] +[[package]] +name = "substrate-wasm-builder" +version = "20.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f55ed4ff2945faa132b9658cb581a3a5cf14dd90b5e217b3e16724eb202ed6c6" +dependencies = [ + "build-helper", + "cargo_metadata", + "console", + "filetime", + "parity-wasm", + "polkavm-linker", + "sp-maybe-compressed-blob", + "strum 0.24.1", + "tempfile", + "toml 0.8.12", + "walkdir", + "wasm-opt", +] + [[package]] name = "substrate-wasm-builder" version = "21.0.0" @@ -17109,6 +20014,18 @@ dependencies = [ "tracing", ] +[[package]] +name = "tracing-gum" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "461fe686e103f3afc4c93a56474193ffc46d4b2770f8df5d56e025e8bb54960c" +dependencies = [ + "coarsetime", + "polkadot-primitives 10.0.0", + "tracing", + "tracing-gum-proc-macro", +] + [[package]] name = "tracing-gum" version = "11.0.0" @@ -17292,8 +20209,8 @@ dependencies = [ "hex", "log", "parity-scale-codec", - "sc-cli", - "sc-executor", + "sc-cli 0.40.0", + "sc-executor 0.36.0", "serde", "serde_json", "sp-api 30.0.0", @@ -17305,11 +20222,11 @@ dependencies = [ "sp-inherents 30.0.0", "sp-io 34.0.0", "sp-keystore 0.38.0", - "sp-rpc", + "sp-rpc 30.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", "sp-timestamp 30.0.0", - "sp-transaction-storage-proof", + "sp-transaction-storage-proof 30.0.0", "sp-version 33.0.0", "sp-weights 31.0.0", "substrate-rpc-client", @@ -18420,37 +21337,37 @@ dependencies = [ [[package]] name = "xcm-emulator" -version = "0.9.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37e42f8cc343d8c52d9412350da0fa8597ddd91c9b4d5664c06f63bb813c69de" +checksum = "ea6acd5a2d4c654cb659666c7bc3730b6b29b6caf4d98c6799911069d81b1ed2" dependencies = [ - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-test-relay-sproof-builder", - "frame-support 32.0.0", - "frame-system 32.0.0", + "cumulus-pallet-parachain-system 0.10.0", + "cumulus-pallet-xcmp-queue 0.10.0", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-parachain-inherent 0.10.0", + "cumulus-test-relay-sproof-builder 0.10.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "impl-trait-for-tuples", "lazy_static", "log", - "pallet-balances 33.0.0", - "pallet-message-queue 35.0.0", - "parachains-common 11.0.0", + "pallet-balances 31.0.0", + "pallet-message-queue 34.0.0", + "parachains-common 10.0.0", "parity-scale-codec", "paste", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-parachains 11.0.0", - "sp-arithmetic 26.0.0", - "sp-core 32.0.0", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", + "polkadot-runtime-parachains 10.0.0", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", "sp-crypto-hashing", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-tracing 17.0.0", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", + "sp-tracing 16.0.0", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index bf71f28e..d78f96be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -148,19 +148,18 @@ cumulus-pallet-aura-ext = { version = "0.11.0", default-features = false } cumulus-pallet-parachain-system = { version = "0.11.0", default-features = false, features = [ "parameterized-consensus-hook", ] } -cumulus-pallet-session-benchmarking = { version = "12.0.0", default-features = false } -cumulus-pallet-xcm = { version = "0.10.0", default-features = false } -cumulus-pallet-xcmp-queue = { version = "0.10.0", default-features = false } -cumulus-primitives-aura = { version = "0.10.0", default-features = false } -cumulus-primitives-core = { version = "0.10.0", default-features = false } -cumulus-primitives-storage-weight-reclaim = { version = "1.0.0", default-features = false } -cumulus-primitives-utility = { version = "0.10.0", default-features = false } -emulated-integration-tests-common = { version = "6.0.0", default-features = false } -pallet-collator-selection = { version = "12.0.1", default-features = false } -parachains-common = { version = "10.0.0", default-features = false } -parachain-info = { version = "0.10.0", package = "staging-parachain-info", default-features = false } -cumulus-primitives-parachain-inherent = "0.10.0" -cumulus-relay-chain-interface = "0.10.0" +cumulus-pallet-session-benchmarking = { version = "13.0.0", default-features = false } +cumulus-pallet-xcm = { version = "0.11.0", default-features = false } +cumulus-pallet-xcmp-queue = { version = "0.11.0", default-features = false } +cumulus-primitives-aura = { version = "0.11.0", default-features = false } +cumulus-primitives-core = { version = "0.11.0", default-features = false } +cumulus-primitives-utility = { version = "0.11.0", default-features = false } +emulated-integration-tests-common = { version = "7.0.0", default-features = false } +pallet-collator-selection = { version = "13.0.1", default-features = false } +parachains-common = { version = "11.0.0", default-features = false } +parachain-info = { version = "0.11.0", package = "staging-parachain-info", default-features = false } +cumulus-primitives-parachain-inherent = "0.11.0" +cumulus-relay-chain-interface = "0.11.0" color-print = "0.3.4" cumulus-client-cli = "0.11.0" cumulus-client-collator = "0.11.0" From ea2adeedadb40bf39d27c37a062e466416e4a4fd Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 11:40:27 +0700 Subject: [PATCH 44/95] chore: rebase upstream 1.8.0 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index d78f96be..0a44e735 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -153,6 +153,7 @@ cumulus-pallet-xcm = { version = "0.11.0", default-features = false } cumulus-pallet-xcmp-queue = { version = "0.11.0", default-features = false } cumulus-primitives-aura = { version = "0.11.0", default-features = false } cumulus-primitives-core = { version = "0.11.0", default-features = false } +cumulus-primitives-storage-weight-reclaim = { version = "2.0.0", default-features = false } cumulus-primitives-utility = { version = "0.11.0", default-features = false } emulated-integration-tests-common = { version = "7.0.0", default-features = false } pallet-collator-selection = { version = "13.0.1", default-features = false } From e923e9e0cba416d65bab4f8b5de761a8e83f1ba9 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 11:45:52 +0700 Subject: [PATCH 45/95] chore: update cargo.lock --- Cargo.lock | 4387 +++++++++------------------------------------------- 1 file changed, 735 insertions(+), 3652 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ae6a8e30..7f088f26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -517,37 +517,6 @@ dependencies = [ "system-parachains-constants", ] -[[package]] -name = "asset-test-utils" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c81733430dbb312765566043bcb2c022dbb7492bacbe67018c630dbce753936" -dependencies = [ - "cumulus-pallet-parachain-system 0.10.0", - "cumulus-pallet-xcmp-queue 0.10.0", - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-assets 32.0.0", - "pallet-balances 31.0.0", - "pallet-collator-selection 12.0.1", - "pallet-session 31.0.0", - "pallet-timestamp 30.0.0", - "pallet-xcm 10.0.1", - "pallet-xcm-bridge-hub-router 0.8.0", - "parachains-common 10.0.0", - "parachains-runtimes-test-utils 10.0.0", - "parity-scale-codec", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "staging-parachain-info 0.10.0", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", - "substrate-wasm-builder 20.0.0", -] - [[package]] name = "asset-test-utils" version = "11.0.0" @@ -567,7 +536,7 @@ dependencies = [ "pallet-xcm 11.0.0", "pallet-xcm-bridge-hub-router 0.9.0", "parachains-common 11.0.0", - "parachains-runtimes-test-utils 11.0.0", + "parachains-runtimes-test-utils", "parity-scale-codec", "sp-io 34.0.0", "sp-runtime 35.0.0", @@ -1174,19 +1143,19 @@ dependencies = [ [[package]] name = "bp-header-chain" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "700fa6f4a3258a0eee471c7f70698c69d5b911d125f49f8139f0c61b7fdb6c9d" +checksum = "7b4a86e6438700a4217675ef3088fb08694ab69b1bdce4124099b1dcff9a6ff8" dependencies = [ - "bp-runtime 0.10.0", + "bp-runtime 0.11.0", "finality-grandpa", - "frame-support 31.0.0", + "frame-support 32.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -1208,35 +1177,35 @@ dependencies = [ [[package]] name = "bp-messages" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebfb4d04936f86b63257d32b128b5e757de0273abf22794d3ae827323416e385" +checksum = "e6a8b4356728ca03a8246104e320a2b1d7ba8c7fbd2917bf62395290f6ef2cc1" dependencies = [ - "bp-header-chain 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", + "bp-header-chain 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-std", ] [[package]] name = "bp-parachains" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f0c940507c4db7652a660228daefd82317bf6cd8aacff33df9e6ac9c45371c2" +checksum = "9d5a4983aec89871fe61f700cd4edaaf30288e7fbd927f7e4f879951f61569d4" dependencies = [ - "bp-header-chain 0.10.0", - "bp-polkadot-core 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", + "bp-header-chain 0.11.0", + "bp-polkadot-core 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -1261,35 +1230,35 @@ dependencies = [ [[package]] name = "bp-polkadot-core" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d14dd5cfb1176aebe8d9dc0c42273f978f63a6137ff10709caf380219847c010" +checksum = "54ef42ed5eb5ea249ee3f26f38ad114e379accfa1f2a8ee1ff87dc6bbc00b399" dependencies = [ - "bp-messages 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-messages 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "parity-util-mem", "scale-info", "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "bp-relayers" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41101efa1afc121ed8f4b5b93c9ee28bdab3f912237103521eea67c164c86c20" +checksum = "36f6f38407e79458fefb4c14a6f9f2cd9779b2dfeb3b11112e20902ee9dfea5f" dependencies = [ - "bp-messages 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", + "bp-messages 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -1319,12 +1288,12 @@ dependencies = [ [[package]] name = "bp-runtime" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a97193ef70796e6c3bb1e0de930d2174a07c7b8cb07f19eead5b5c3f56d6b7b9" +checksum = "67f4b1696822790b449046bdb89c273852ef2201a046b64b24293871a953e5e3" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "hash-db", "impl-trait-for-tuples", "log", @@ -1332,41 +1301,41 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", "trie-db", ] [[package]] name = "bp-test-utils" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2eac8331de5fc5e0012e3c5b0c245b9b6b33878edbe64cdfd133c2dce9443898" +checksum = "c0462cedd4f4dba1dde9d296df6b0e128a61abecde6ff6efa3b122ee8ac2f811" dependencies = [ - "bp-header-chain 0.10.0", + "bp-header-chain 0.11.0", "bp-parachains", - "bp-polkadot-core 0.10.0", - "bp-runtime 0.10.0", + "bp-polkadot-core 0.11.0", + "bp-runtime 0.11.0", "ed25519-dalek", "finality-grandpa", "parity-scale-codec", - "sp-application-crypto 33.0.0", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-application-crypto 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] name = "bp-xcm-bridge-hub" -version = "0.2.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6663e0179d475e30cfcf28cf597cdc8f4bb1c2c39a557b4cbe0057db0657fb67" +checksum = "192804908f1d3b7bfad12abce448fb3b7ec8dda765cac4a8d811fa75557e528f" dependencies = [ "sp-std", ] @@ -1383,18 +1352,6 @@ dependencies = [ "sp-runtime 32.0.0", ] -[[package]] -name = "bp-xcm-bridge-hub-router" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7366e856da4c5f49e1ef94c3ea401854fe52310696561e24b7509d2f963d7210" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", -] - [[package]] name = "bp-xcm-bridge-hub-router" version = "0.10.0" @@ -1409,38 +1366,38 @@ dependencies = [ [[package]] name = "bridge-runtime-common" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4857eb39e46b6490b5b36e6485a1364907b767c917c8efe3c84456d6bc0a72b6" +checksum = "9dde81c8af81ee9bdf0374010288cf03ff3ccd7f57802f24889884f73d0b3bd3" dependencies = [ - "bp-header-chain 0.10.0", - "bp-messages 0.10.0", + "bp-header-chain 0.11.0", + "bp-messages 0.11.0", "bp-parachains", - "bp-polkadot-core 0.10.0", + "bp-polkadot-core 0.11.0", "bp-relayers", - "bp-runtime 0.10.0", + "bp-runtime 0.11.0", "bp-xcm-bridge-hub", - "bp-xcm-bridge-hub-router 0.9.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-xcm-bridge-hub-router 0.10.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "hash-db", "log", "pallet-bridge-grandpa", "pallet-bridge-messages", "pallet-bridge-parachains", "pallet-bridge-relayers", - "pallet-transaction-payment 31.0.0", - "pallet-utility 31.0.0", + "pallet-transaction-payment 32.0.0", + "pallet-utility 32.0.0", "parity-scale-codec", "scale-info", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", + "sp-trie 33.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", ] [[package]] @@ -2145,11 +2102,11 @@ checksum = "b169c6bebaa58a8f0f2078747919ebd98df45d0d018a0f8caa66ec15e2ad43d4" dependencies = [ "clap", "parity-scale-codec", - "sc-chain-spec 31.0.0", - "sc-cli 0.40.0", - "sc-client-api 32.0.0", - "sc-service 0.39.0", - "sp-blockchain 32.0.0", + "sc-chain-spec", + "sc-cli", + "sc-client-api", + "sc-service", + "sp-blockchain", "sp-core 32.0.0", "sp-runtime 35.0.0", "url", @@ -2167,13 +2124,13 @@ dependencies = [ "futures", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", - "sc-client-api 32.0.0", + "sc-client-api", "sp-api 30.0.0", - "sp-consensus 0.36.0", + "sp-consensus", "sp-core 32.0.0", "sp-runtime 35.0.0", "tracing", @@ -2192,25 +2149,25 @@ dependencies = [ "cumulus-client-parachain-inherent", "cumulus-primitives-aura 0.11.0", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "futures", "parity-scale-codec", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", + "sc-client-api", + "sc-consensus", "sc-consensus-aura", "sc-consensus-babe", "sc-consensus-slots", - "sc-telemetry 18.0.0", + "sc-telemetry", "schnellru", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-aura 0.36.0", "sp-core 32.0.0", "sp-inherents 30.0.0", @@ -2231,18 +2188,18 @@ dependencies = [ "async-trait", "cumulus-client-pov-recovery", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "dyn-clone", "futures", "log", "parity-scale-codec", "polkadot-primitives 11.0.0", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", + "sc-client-api", + "sc-consensus", "sc-consensus-babe", "schnellru", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", "sp-runtime 35.0.0", @@ -2261,7 +2218,7 @@ dependencies = [ "anyhow", "async-trait", "cumulus-primitives-parachain-inherent 0.11.0", - "sp-consensus 0.36.0", + "sp-consensus", "sp-inherents 30.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", @@ -2275,17 +2232,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0f70b5f3eb4385498880a74684be6bd17669f2a2b5c7db805eef16337af1d0cd" dependencies = [ "async-trait", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "futures", "futures-timer", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", - "sc-client-api 32.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sc-client-api", + "sp-blockchain", + "sp-consensus", "sp-core 32.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", @@ -2301,10 +2258,10 @@ dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-relay-chain-interface 0.11.0", - "cumulus-test-relay-sproof-builder 0.11.0", + "cumulus-relay-chain-interface", + "cumulus-test-relay-sproof-builder", "parity-scale-codec", - "sc-client-api 32.0.0", + "sc-client-api", "scale-info", "sp-api 30.0.0", "sp-crypto-hashing", @@ -2325,18 +2282,18 @@ checksum = "e877fcdae06369ce17fd4d1fd0467d21b08338f7c944e225c5461472f54a166a" dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "futures", "futures-timer", "parity-scale-codec", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", "rand", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sp-consensus 0.36.0", + "sc-client-api", + "sc-consensus", + "sp-consensus", "sp-maybe-compressed-blob", "sp-runtime 35.0.0", "tracing", @@ -2356,24 +2313,24 @@ dependencies = [ "cumulus-primitives-core 0.11.0", "cumulus-primitives-proof-size-hostfunction 0.6.0", "cumulus-relay-chain-inprocess-interface", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "cumulus-relay-chain-minimal-node", "futures", "polkadot-primitives 11.0.0", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sc-network 0.38.0", - "sc-network-sync 0.37.0", - "sc-network-transactions 0.37.0", - "sc-rpc 33.0.0", - "sc-service 0.39.0", - "sc-sysinfo 31.0.0", - "sc-telemetry 18.0.0", - "sc-transaction-pool 32.0.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-consensus", + "sc-network", + "sc-network-sync", + "sc-network-transactions", + "sc-rpc", + "sc-service", + "sc-sysinfo", + "sc-telemetry", + "sc-transaction-pool", + "sc-utils", "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-core 32.0.0", "sp-io 34.0.0", "sp-runtime 35.0.0", @@ -2454,42 +2411,6 @@ dependencies = [ "trie-db", ] -[[package]] -name = "cumulus-pallet-parachain-system" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a19c40a5d04f60562fb38195766104deeb8cec71c11ec77796ee9373cccdb325" -dependencies = [ - "bytes", - "cumulus-pallet-parachain-system-proc-macro", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-parachain-inherent 0.10.0", - "cumulus-primitives-proof-size-hostfunction 0.5.0", - "environmental", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "impl-trait-for-tuples", - "log", - "pallet-message-queue 34.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "polkadot-runtime-common 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "scale-info", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-std", - "sp-trie 32.0.0", - "sp-version 32.0.0", - "staging-xcm 10.0.0", - "trie-db", -] - [[package]] name = "cumulus-pallet-parachain-system" version = "0.11.0" @@ -2555,16 +2476,16 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c178666b3a6d0457cb85104475cc0be5f9908a98429710afd29fbd5984cb539" +checksum = "63b08b5e3bba454f8eaa01a7507c1bacde9343a7a67fc20801e59e0c9c0ec9db" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-session 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-session 32.0.0", "parity-scale-codec", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -2587,19 +2508,19 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7610ae16cac552adc823ba68deb26e5d3a9de189ef79ae26c79e43ddcfeabef1" +checksum = "7f14dc8bc002babf1596515a2f1c0158ddeccbf1ef7f5656fe71c8e1fa4bde55" dependencies = [ - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "cumulus-primitives-core 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-xcm 10.0.0", + "staging-xcm 11.0.0", ] [[package]] @@ -2628,32 +2549,6 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] -[[package]] -name = "cumulus-pallet-xcmp-queue" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6614dcdbe6c24fcc8677bf158a8c627a3467d262acdc8a0e7d8a3d3d767a757c" -dependencies = [ - "bounded-collections 0.2.0", - "bp-xcm-bridge-hub-router 0.9.0", - "cumulus-primitives-core 0.10.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "pallet-message-queue 34.0.0", - "parity-scale-codec", - "polkadot-runtime-common 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", -] - [[package]] name = "cumulus-pallet-xcmp-queue" version = "0.11.0" @@ -2661,7 +2556,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5810a98c95f4219d7dcd6bd89d0c149fc45162e7e0c335579ba5545ec4b9c216" dependencies = [ "bounded-collections 0.2.0", + "bp-xcm-bridge-hub-router 0.10.0", "cumulus-primitives-core 0.11.0", + "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "log", @@ -2693,21 +2590,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "cumulus-primitives-aura" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b70d13f3fca1dfaeb868f4fff79c58fef8fa4f8e381a9002d93c50c23683abf" -dependencies = [ - "parity-scale-codec", - "polkadot-core-primitives 10.0.0", - "polkadot-primitives 10.0.0", - "sp-api 29.0.0", - "sp-consensus-aura 0.35.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "cumulus-primitives-aura" version = "0.11.0" @@ -2741,24 +2623,6 @@ dependencies = [ "staging-xcm 8.0.1", ] -[[package]] -name = "cumulus-primitives-core" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "617d02361f5c7df87b6be98b4974241b6836fbaa7d9e786db80eb38bc8636751" -dependencies = [ - "parity-scale-codec", - "polkadot-core-primitives 10.0.0", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", - "scale-info", - "sp-api 29.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-trie 32.0.0", - "staging-xcm 10.0.0", -] - [[package]] name = "cumulus-primitives-core" version = "0.11.0" @@ -2793,22 +2657,6 @@ dependencies = [ "sp-trie 30.0.0", ] -[[package]] -name = "cumulus-primitives-parachain-inherent" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87d64a55b7b9c3a945e543712630708f36407ab49ad8a2fa9f3d1404093a3e8e" -dependencies = [ - "async-trait", - "cumulus-primitives-core 0.10.0", - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-std", - "sp-trie 32.0.0", -] - [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.11.0" @@ -2836,17 +2684,6 @@ dependencies = [ "sp-trie 30.0.0", ] -[[package]] -name = "cumulus-primitives-proof-size-hostfunction" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "764e27968dce7d5c455dbaf9ba81c037fc5690afc085aa4aa2a4cdfe53716b74" -dependencies = [ - "sp-externalities 0.27.0", - "sp-runtime-interface 26.0.0", - "sp-trie 32.0.0", -] - [[package]] name = "cumulus-primitives-proof-size-hostfunction" version = "0.6.0" @@ -2860,19 +2697,19 @@ dependencies = [ [[package]] name = "cumulus-primitives-storage-weight-reclaim" -version = "1.0.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21d52a6f23cf094b01b33330e4f8d9a4c225620646cf0ad4e21ad299dddbe193" +checksum = "dd8596e26f2d3b2c70c00b695eb9edc8fca4533105bf6b2f0c4c0ecc8075bf99" dependencies = [ - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-proof-size-hostfunction 0.5.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-proof-size-hostfunction 0.6.0", "docify", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -2897,27 +2734,6 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] -[[package]] -name = "cumulus-primitives-utility" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "beeca40e85d6da3751343a3fc8dd5b335c9a06ba9897a5b36f726d139b7646de" -dependencies = [ - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", - "log", - "pallet-asset-conversion 13.0.0", - "parity-scale-codec", - "polkadot-runtime-common 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", -] - [[package]] name = "cumulus-primitives-utility" version = "0.11.0" @@ -2947,42 +2763,23 @@ checksum = "842505bb9820f5d3c7d2561ed9783cd495d3665729e42590b12641e73c69fcf5" dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "futures", "futures-timer", "polkadot-cli", "polkadot-service", - "sc-cli 0.40.0", - "sc-client-api 32.0.0", - "sc-sysinfo 31.0.0", - "sc-telemetry 18.0.0", - "sc-tracing 32.0.0", + "sc-cli", + "sc-client-api", + "sc-sysinfo", + "sc-telemetry", + "sc-tracing", "sp-api 30.0.0", - "sp-consensus 0.36.0", + "sp-consensus", "sp-core 32.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", ] -[[package]] -name = "cumulus-relay-chain-interface" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbb531263c11cfd73f17090106fff2385ca7b02b39102c367f4c13fb1251e9dd" -dependencies = [ - "async-trait", - "cumulus-primitives-core 0.10.0", - "futures", - "jsonrpsee-core", - "parity-scale-codec", - "polkadot-overseer 10.0.0", - "sc-client-api 31.0.0", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-state-machine 0.38.0", - "thiserror", -] - [[package]] name = "cumulus-relay-chain-interface" version = "0.11.0" @@ -2994,10 +2791,10 @@ dependencies = [ "futures", "jsonrpsee-core", "parity-scale-codec", - "polkadot-overseer 11.0.0", - "sc-client-api 32.0.0", + "polkadot-overseer", + "sc-client-api", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-state-machine 0.39.0", "thiserror", ] @@ -3011,7 +2808,7 @@ dependencies = [ "array-bytes 6.2.2", "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "cumulus-relay-chain-rpc-interface", "futures", "parking_lot 0.12.1", @@ -3023,21 +2820,21 @@ dependencies = [ "polkadot-node-core-chain-api", "polkadot-node-core-prospective-parachains", "polkadot-node-core-runtime-api", - "polkadot-node-network-protocol 11.0.0", + "polkadot-node-network-protocol", "polkadot-node-subsystem-util", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", "polkadot-service", - "sc-authority-discovery 0.38.0", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-service 0.39.0", - "sc-tracing 32.0.0", - "sc-utils 17.0.0", + "sc-authority-discovery", + "sc-client-api", + "sc-network", + "sc-network-common", + "sc-service", + "sc-tracing", + "sc-utils", "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-babe 0.36.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", @@ -3053,18 +2850,18 @@ checksum = "b173a09d24c4ea2b6f90eb682276f844db7b180651f22a9e918f8bac0642075f" dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "either", "futures", "futures-timer", "jsonrpsee", "parity-scale-codec", "pin-project", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "rand", - "sc-client-api 32.0.0", - "sc-rpc-api 0.37.0", - "sc-service 0.39.0", + "sc-client-api", + "sc-rpc-api", + "sc-service", "schnellru", "serde", "serde_json", @@ -3085,21 +2882,6 @@ dependencies = [ "url", ] -[[package]] -name = "cumulus-test-relay-sproof-builder" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1e730a7524f50acb03c24476323c4dad35690baf85175ad0f91a2dffed85b39" -dependencies = [ - "cumulus-primitives-core 0.10.0", - "parity-scale-codec", - "polkadot-primitives 10.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-std", - "sp-trie 32.0.0", -] - [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.11.0" @@ -3589,34 +3371,35 @@ dependencies = [ [[package]] name = "emulated-integration-tests-common" -version = "6.0.0" +version = "7.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47f0799ab64756b6751d3ebcb17a30c3ba756193b6c193d14783afb312a16322" +checksum = "2117a0c89f2afd71f15eebe18f4b48790b675314426773ea282e9f3ff08e5afa" dependencies = [ - "asset-test-utils 10.0.0", - "bp-messages 0.10.0", + "asset-test-utils", + "bp-messages 0.11.0", "bridge-runtime-common", - "cumulus-pallet-parachain-system 0.10.0", - "cumulus-pallet-xcmp-queue 0.10.0", - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", - "pallet-assets 32.0.0", - "pallet-balances 31.0.0", + "cumulus-pallet-parachain-system 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-core 0.11.0", + "frame-support 32.0.0", + "pallet-assets 33.0.0", + "pallet-balances 33.0.0", "pallet-bridge-messages", - "pallet-message-queue 34.0.0", - "pallet-xcm 10.0.1", - "parachains-common 10.0.0", + "pallet-message-queue 35.0.0", + "pallet-xcm 11.0.0", + "parachains-common 11.0.0", "parity-scale-codec", "paste", - "polkadot-primitives 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "sc-consensus-grandpa 0.22.0", - "sp-authority-discovery 29.0.0", - "sp-consensus-babe 0.35.0", - "sp-consensus-beefy 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "staging-xcm 10.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-parachains 11.0.0", + "sc-consensus-grandpa", + "sp-authority-discovery 30.0.0", + "sp-consensus-babe 0.36.0", + "sp-consensus-beefy 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "staging-xcm 11.0.0", "xcm-emulator", ] @@ -4022,15 +3805,6 @@ version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" -[[package]] -name = "fork-tree" -version = "12.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e93d3f0315c2eccf23453609e0ab92fe7c6ad1ca8129bcaf80b9a08c8d7fc52b" -dependencies = [ - "parity-scale-codec", -] - [[package]] name = "fork-tree" version = "13.0.0" @@ -4081,32 +3855,6 @@ dependencies = [ "static_assertions", ] -[[package]] -name = "frame-benchmarking" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fee087c6a7ddbc6dcfb6a6015d4b2787ecbb2113ed8b8bee8ff15f2bdf93f94" -dependencies = [ - "frame-support 31.0.0", - "frame-support-procedural 26.0.1", - "frame-system 31.0.0", - "linregress", - "log", - "parity-scale-codec", - "paste", - "scale-info", - "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-runtime-interface 26.0.0", - "sp-std", - "sp-storage 20.0.0", - "static_assertions", -] - [[package]] name = "frame-benchmarking" version = "32.0.0" @@ -4156,17 +3904,17 @@ dependencies = [ "parity-scale-codec", "rand", "rand_pcg", - "sc-block-builder 0.37.0", - "sc-cli 0.40.0", - "sc-client-api 32.0.0", - "sc-client-db 0.39.0", - "sc-executor 0.36.0", - "sc-service 0.39.0", - "sc-sysinfo 31.0.0", + "sc-block-builder", + "sc-cli", + "sc-client-api", + "sc-client-db", + "sc-executor", + "sc-service", + "sc-sysinfo", "serde", "serde_json", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-database", "sp-externalities 0.28.0", @@ -4212,24 +3960,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "frame-election-provider-support" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d651327ec98d12fbdb0d25346de929e3ea2ab8a1ef85570794d9d8d54f204f28" -dependencies = [ - "frame-election-provider-solution-type", - "frame-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-npos-elections 29.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "frame-election-provider-support" version = "32.0.0" @@ -4382,9 +4112,9 @@ dependencies = [ [[package]] name = "frame-support" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81aecbbc1c62055e8ce472283bc655bf6c0f968a4d22d504bf6aad4ea44ccbc4" +checksum = "97100a956a2cd152ad4e63a5ec7b5e58503653223a73fff6e916b910b37f12ed" dependencies = [ "aquamarine 0.5.0", "array-bytes 6.2.2", @@ -4392,7 +4122,7 @@ dependencies = [ "docify", "environmental", "frame-metadata", - "frame-support-procedural 26.0.1", + "frame-support-procedural 27.0.0", "impl-trait-for-tuples", "k256", "log", @@ -4403,51 +4133,9 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-api 29.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-crypto-hashing-proc-macro", - "sp-debug-derive", - "sp-genesis-builder 0.10.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-metadata-ir 0.6.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", - "sp-state-machine 0.38.0", - "sp-std", - "sp-tracing 16.0.0", - "sp-weights 30.0.0", - "static_assertions", - "tt-call", -] - -[[package]] -name = "frame-support" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97100a956a2cd152ad4e63a5ec7b5e58503653223a73fff6e916b910b37f12ed" -dependencies = [ - "aquamarine 0.5.0", - "array-bytes 6.2.2", - "bitflags 1.3.2", - "docify", - "environmental", - "frame-metadata", - "frame-support-procedural 27.0.0", - "impl-trait-for-tuples", - "k256", - "log", - "macro_magic", - "parity-scale-codec", - "paste", - "scale-info", - "serde", - "serde_json", - "smallvec", - "sp-api 30.0.0", - "sp-arithmetic 26.0.0", - "sp-core 32.0.0", + "sp-api 30.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", "sp-crypto-hashing-proc-macro", "sp-debug-derive", "sp-genesis-builder 0.11.0", @@ -4484,26 +4172,6 @@ dependencies = [ "syn 2.0.55", ] -[[package]] -name = "frame-support-procedural" -version = "26.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "732fa43a05789f4ffb96955017e40643199d586c3d211754df5824a195f4eab5" -dependencies = [ - "Inflector", - "cfg-expr", - "derive-syn-parse 0.1.5", - "expander 2.1.0", - "frame-support-procedural-tools 11.0.1", - "itertools 0.10.5", - "macro_magic", - "proc-macro-warning", - "proc-macro2", - "quote", - "sp-crypto-hashing", - "syn 2.0.55", -] - [[package]] name = "frame-support-procedural" version = "27.0.0" @@ -4593,27 +4261,6 @@ dependencies = [ "sp-weights 28.0.0", ] -[[package]] -name = "frame-system" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7537b5e23f584bf54f26c6297e0260b54fac5298be43a115176a310f256a4ab" -dependencies = [ - "cfg-if", - "docify", - "frame-support 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-version 32.0.0", - "sp-weights 30.0.0", -] - [[package]] name = "frame-system" version = "32.0.0" @@ -5518,8 +5165,8 @@ name = "integration-tests" version = "0.0.0" dependencies = [ "asset-hub-paseo-runtime", - "asset-test-utils 11.0.0", - "cumulus-primitives-core 0.10.0", + "asset-test-utils", + "cumulus-primitives-core 0.11.0", "emulated-integration-tests-common", "frame-support 32.0.0", "pallet-assets 33.0.0", @@ -6741,11 +6388,11 @@ dependencies = [ "futures", "log", "parity-scale-codec", - "sc-client-api 32.0.0", + "sc-client-api", "sc-offchain", "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-beefy 17.0.0", "sp-core 32.0.0", "sp-mmr-primitives 30.0.0", @@ -6762,7 +6409,7 @@ dependencies = [ "parity-scale-codec", "serde", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-mmr-primitives 30.0.0", "sp-runtime 35.0.0", @@ -7324,31 +6971,13 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-asset-conversion" -version = "13.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4dbd5ff1c6f662d330beb109f6180ee66ed9cd7710cad28f3d15c444556fcce4" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "scale-info", - "sp-api 29.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-asset-conversion" version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a66fbfb4b9a3a6430f5925a09257c61a048bf0dfbad26f814e0f0e517f43c06a" dependencies = [ + "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "parity-scale-codec", @@ -7393,22 +7022,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-asset-rate" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5a492d16d0f7423cb2d7ca6fa6b4d423a4f4e2f67d2dc92d84d5988fcc33cfb" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-asset-rate" version = "11.0.0" @@ -7444,36 +7057,19 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-asset-tx-payment" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfcf34819002b9d6c8d7a28d89207498f63288de6689061fe9c1fb7c55454ff8" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-transaction-payment 31.0.0", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-asset-tx-payment" version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d27f76cc9151160c08fcee2e095b91048a2d1cb041b7c022a88f98ba220827b4" dependencies = [ + "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "pallet-transaction-payment 32.0.0", "parity-scale-codec", "scale-info", + "serde", "sp-core 32.0.0", "sp-io 34.0.0", "sp-runtime 35.0.0", @@ -7497,23 +7093,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-assets" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "805543c2ea1f10f14bc767f156b8ec80785345b683eaa59dea84d28745a87ee3" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-assets" version = "33.0.0" @@ -7584,23 +7163,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-authority-discovery" -version = "31.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a9c124d86227da7ae9073cc2984c0384c7830f7fa61450c0990c56837335da2" -dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-session 31.0.0", - "parity-scale-codec", - "scale-info", - "sp-application-crypto 33.0.0", - "sp-authority-discovery 29.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-authority-discovery" version = "32.0.0" @@ -7633,21 +7195,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-authorship" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8168348a94c479b7da001b3f0d1100210704eda8ce72c58aac456f1d866d7d67" -dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-authorship" version = "32.0.0" @@ -7688,31 +7235,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-babe" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37353294183655c76cdc56ffc5edf777b1e2275af59ae73c8aa255b6d941b362" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "pallet-authorship 31.0.0", - "pallet-session 31.0.0", - "pallet-timestamp 30.0.0", - "parity-scale-codec", - "scale-info", - "sp-application-crypto 33.0.0", - "sp-consensus-babe 0.35.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-staking 29.0.0", - "sp-std", -] - [[package]] name = "pallet-babe" version = "32.0.0" @@ -7801,23 +7323,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-balances" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3565d525dd88e07da5b2309cd6ffe7447ddc5406eeaa2cb26157d35787a69a7" -dependencies = [ - "docify", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-balances" version = "33.0.0" @@ -7969,85 +7474,85 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0034e29cd8f1547e0688ba3cb3a621c1dcb076c59f548eb40e0680ba37f14e7" +checksum = "88e0f44b87681bafd9deec464b7f0d4f3c9b050b53ef1588eb5312d26ebc30a5" dependencies = [ - "bp-header-chain 0.10.0", - "bp-runtime 0.10.0", + "bp-header-chain 0.11.0", + "bp-runtime 0.11.0", "bp-test-utils", "finality-grandpa", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-consensus-grandpa 16.0.0", - "sp-runtime 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] name = "pallet-bridge-messages" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe205f990c97a766b317378617c3ac8548530e0e29011250ad4c669cf4d86773" +checksum = "a9da377cff690ae52d872bdc6dd00ef7ebb3b2eb092ddacc2e26e9efb9f13631" dependencies = [ - "bp-messages 0.10.0", - "bp-runtime 0.10.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-messages 0.11.0", + "bp-runtime 0.11.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "num-traits", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-bridge-parachains" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4315c1346e60031afc119b051fbe9aa32c29143abb1b6b771d82c0e9fe5a4a8" +checksum = "1c9e9466750027c10df653ac91eaaffe042d1f94dca5f561b6ea9f54f389d496" dependencies = [ - "bp-header-chain 0.10.0", + "bp-header-chain 0.11.0", "bp-parachains", - "bp-polkadot-core 0.10.0", - "bp-runtime 0.10.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-polkadot-core 0.11.0", + "bp-runtime 0.11.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "pallet-bridge-grandpa", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] name = "pallet-bridge-relayers" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e85310662790097b4f391b32822eb55d5088bc09ac91343d68e48e4fc582cb31" +checksum = "9380cbce05df9451cb9b2149e1284090c0da3f3ab9615b8810b1cb0e2ab3aed5" dependencies = [ - "bp-messages 0.10.0", + "bp-messages 0.11.0", "bp-relayers", - "bp-runtime 0.10.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-runtime 0.11.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "pallet-bridge-messages", "parity-scale-codec", "scale-info", - "sp-arithmetic 25.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8070,24 +7575,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-broker" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1b05f01c3d279cd661eba2c391844bac03fa5f979b9de821e6eb1cbe6069dfc" -dependencies = [ - "bitvec", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-broker" version = "0.10.0" @@ -8167,33 +7654,13 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-collator-selection" -version = "12.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26edc27ed73c658e6f3d37b4cc8822be3f293e1f0dc58830b42c272781ac8a44" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "pallet-authorship 31.0.0", - "pallet-balances 31.0.0", - "pallet-session 31.0.0", - "parity-scale-codec", - "rand", - "scale-info", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", - "sp-std", -] - [[package]] name = "pallet-collator-selection" version = "13.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7e0724831b2b1775542055c80918e78478953ee8d6777962a947404f22001c75" dependencies = [ + "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "log", @@ -8280,7 +7747,7 @@ dependencies = [ "bitflags 1.3.2", "parity-scale-codec", "paste", - "polkavm-derive 0.9.1", + "polkavm-derive", "scale-info", ] @@ -8363,30 +7830,6 @@ dependencies = [ "strum 0.24.1", ] -[[package]] -name = "pallet-election-provider-multi-phase" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da78b2feeba1286b66ac20cbfbcd321fe9d1d2bc15e9e31292023e9a66dbb819" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "pallet-election-provider-support-benchmarking 30.0.0", - "parity-scale-codec", - "rand", - "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-npos-elections 29.0.0", - "sp-runtime 34.0.0", - "sp-std", - "strum 0.24.1", -] - [[package]] name = "pallet-election-provider-multi-phase" version = "31.0.0" @@ -8426,21 +7869,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-election-provider-support-benchmarking" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1b20f98b9a1497a59d2b0eca0051c5ada89851bf29b26fda3a2cfe934a32116" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "sp-npos-elections 29.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-election-provider-support-benchmarking" version = "31.0.0" @@ -8496,26 +7924,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-fast-unstake" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24717c932bd68705e3a5b6b9311a31e57b354274de1c373feb9ca920f6a3e439" -dependencies = [ - "docify", - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", - "sp-std", -] - [[package]] name = "pallet-fast-unstake" version = "31.0.0" @@ -8602,24 +8010,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-identity" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33bca13843a11add3909a8c4bffae547ba9fa3a11c07ac2f8afd670acd85cb15" -dependencies = [ - "enumflags2", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-identity" version = "32.0.0" @@ -8757,30 +8147,9 @@ dependencies = [ [[package]] name = "pallet-message-queue" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "063b2e7912fbbe67985e68e460f2f242b90de48a63a1f03dd2ae022154ba25e9" -dependencies = [ - "environmental", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-weights 30.0.0", -] - -[[package]] -name = "pallet-message-queue" -version = "35.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bd58fa73c9e498414c9e6757f5ff1dbb81b9c7439231018c19aca99c35fd35b" +checksum = "1bd58fa73c9e498414c9e6757f5ff1dbb81b9c7439231018c19aca99c35fd35b" dependencies = [ "environmental", "frame-benchmarking 32.0.0", @@ -9379,29 +8748,6 @@ dependencies = [ "sp-trie 30.0.0", ] -[[package]] -name = "pallet-session" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17951aa288869e5afe5815eedc7038dd50b9741d215b66323ff4a12f5686ac15" -dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", - "impl-trait-for-tuples", - "log", - "pallet-timestamp 30.0.0", - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-staking 29.0.0", - "sp-state-machine 0.38.0", - "sp-std", - "sp-trie 32.0.0", -] - [[package]] name = "pallet-session" version = "32.0.0" @@ -9504,30 +8850,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-staking" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baeb3d22e737307280e2047cba983cc9aa477a6f4c3001e8c1f07077d148c8f7" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "pallet-authorship 31.0.0", - "pallet-session 31.0.0", - "parity-scale-codec", - "rand_chacha 0.2.2", - "scale-info", - "serde", - "sp-application-crypto 33.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", - "sp-std", -] - [[package]] name = "pallet-staking" version = "32.0.0" @@ -9574,16 +8896,6 @@ dependencies = [ "sp-arithmetic 24.0.0", ] -[[package]] -name = "pallet-staking-reward-fn" -version = "21.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e341c47481040b68edcf166ad34633c4c5da20d1559413e68387da935a6ae18" -dependencies = [ - "log", - "sp-arithmetic 25.0.0", -] - [[package]] name = "pallet-staking-reward-fn" version = "22.0.0" @@ -9707,27 +9019,6 @@ dependencies = [ "sp-timestamp 27.0.0", ] -[[package]] -name = "pallet-timestamp" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb766403f8cabcedb1725326befd7253de3e4c1d3b3d5f7c40adc49ebee5040c" -dependencies = [ - "docify", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-storage 20.0.0", - "sp-timestamp 29.0.0", -] - [[package]] name = "pallet-timestamp" version = "31.0.0" @@ -9786,23 +9077,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-transaction-payment" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12df1de833ad0abff5daa53f80594d6ef66d250cc1ae073c01e406ce37bbf25e" -dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-transaction-payment" version = "32.0.0" @@ -9830,9 +9104,9 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 32.0.0", "parity-scale-codec", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", - "sp-rpc 30.0.0", + "sp-rpc", "sp-runtime 35.0.0", "sp-weights 31.0.0", ] @@ -9883,26 +9157,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-treasury" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "174da255855136b4bf7174a1499ddf20134efe75d59fac4709244fe813534656" -dependencies = [ - "docify", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "impl-trait-for-tuples", - "pallet-balances 31.0.0", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-treasury" version = "31.0.0" @@ -9956,23 +9210,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-utility" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73c54ec28e67769b35a650d497ddd10bf0dd783d14965a1034cdcb71ae1d1442" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-utility" version = "32.0.0" @@ -10006,22 +9243,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-vesting" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a5627016e1cb40d02bf589507429558208c05948d1399ab405307bfe3b1d967" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-vesting" version = "32.0.0" @@ -10094,30 +9315,6 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] -[[package]] -name = "pallet-xcm" -version = "10.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd52ee00a54f8b6ff3a90e97622b2403667ef25105dd08d71d45a7075c0ba478" -dependencies = [ - "bounded-collections 0.2.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "pallet-balances 31.0.0", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", -] - [[package]] name = "pallet-xcm" version = "11.0.0" @@ -10203,26 +9400,6 @@ dependencies = [ "staging-xcm-builder 8.0.3", ] -[[package]] -name = "pallet-xcm-bridge-hub-router" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d565232e0b191f9ba84ae2b0549122493e283daee73c8f1d46864b2151d17c3" -dependencies = [ - "bp-xcm-bridge-hub-router 0.9.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", -] - [[package]] name = "pallet-xcm-bridge-hub-router" version = "0.9.0" @@ -10230,6 +9407,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5e3e699ac017c1ea645c97e6a42d4c193f69282ca37c4197fc2a1cc9e69c2dc6" dependencies = [ "bp-xcm-bridge-hub-router 0.10.0", + "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "log", @@ -10274,38 +9452,6 @@ dependencies = [ "substrate-wasm-builder 18.0.1", ] -[[package]] -name = "parachains-common" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5539fb10c2901cf120d3db87f6ee1568696ccce30cea1a0d0cdee31f64f1da37" -dependencies = [ - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-utility 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "pallet-asset-tx-payment 31.0.0", - "pallet-assets 32.0.0", - "pallet-authorship 31.0.0", - "pallet-balances 31.0.0", - "pallet-collator-selection 12.0.1", - "pallet-message-queue 34.0.0", - "pallet-xcm 10.0.1", - "parity-scale-codec", - "polkadot-primitives 10.0.0", - "scale-info", - "sp-consensus-aura 0.35.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "staging-parachain-info 0.10.0", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", - "substrate-wasm-builder 20.0.0", -] - [[package]] name = "parachains-common" version = "11.0.0" @@ -10338,38 +9484,6 @@ dependencies = [ "substrate-wasm-builder 21.0.0", ] -[[package]] -name = "parachains-runtimes-test-utils" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f99223f27fe88a1d071e0ddf6e10556aacb6cb507658acc70957783830f6fc37" -dependencies = [ - "cumulus-pallet-parachain-system 0.10.0", - "cumulus-pallet-xcmp-queue 0.10.0", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-parachain-inherent 0.10.0", - "cumulus-test-relay-sproof-builder 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-balances 31.0.0", - "pallet-collator-selection 12.0.1", - "pallet-session 31.0.0", - "pallet-timestamp 30.0.0", - "pallet-xcm 10.0.1", - "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "sp-consensus-aura 0.35.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-tracing 16.0.0", - "staging-parachain-info 0.10.0", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", - "substrate-wasm-builder 20.0.0", -] - [[package]] name = "parachains-runtimes-test-utils" version = "11.0.0" @@ -10380,7 +9494,7 @@ dependencies = [ "cumulus-pallet-xcmp-queue 0.11.0", "cumulus-primitives-core 0.11.0", "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-test-relay-sproof-builder 0.11.0", + "cumulus-test-relay-sproof-builder", "frame-support 32.0.0", "frame-system 32.0.0", "pallet-balances 33.0.0", @@ -10873,15 +9987,15 @@ dependencies = [ "futures", "futures-timer", "itertools 0.10.5", - "polkadot-node-jaeger 11.0.0", - "polkadot-node-metrics 11.0.0", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-jaeger", + "polkadot-node-metrics", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -10893,12 +10007,12 @@ dependencies = [ "always-assert", "futures", "futures-timer", - "polkadot-node-network-protocol 11.0.0", + "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -10912,8 +10026,8 @@ dependencies = [ "futures", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", @@ -10922,7 +10036,7 @@ dependencies = [ "sp-core 32.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -10936,17 +10050,17 @@ dependencies = [ "futures", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", - "sc-network 0.38.0", + "sc-network", "schnellru", "thiserror", "tokio", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -10960,15 +10074,15 @@ dependencies = [ "frame-benchmarking-cli", "futures", "log", - "polkadot-node-metrics 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-metrics", + "polkadot-node-primitives", "polkadot-service", - "sc-cli 0.40.0", - "sc-executor 0.36.0", - "sc-service 0.39.0", + "sc-cli", + "sc-executor", + "sc-service", "sc-storage-monitor", - "sc-sysinfo 31.0.0", - "sc-tracing 32.0.0", + "sc-sysinfo", + "sc-tracing", "sp-core 32.0.0", "sp-io 34.0.0", "sp-keyring 35.0.0", @@ -10989,8 +10103,8 @@ dependencies = [ "fatality", "futures", "futures-timer", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", @@ -10999,7 +10113,7 @@ dependencies = [ "sp-runtime 35.0.0", "thiserror", "tokio-util", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11015,19 +10129,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "polkadot-core-primitives" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44c2f38f3195108e9da39b9845895bb3dff76f1c7b31409143febeb1560cd276" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "polkadot-core-primitives" version = "11.0.0" @@ -11054,17 +10155,17 @@ dependencies = [ "indexmap 2.2.6", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", - "sc-network 0.38.0", + "sc-network", "schnellru", "sp-application-crypto 34.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11074,7 +10175,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf840ff7a6337715e20e1afd76fd20dae11ebb049d89855ee2bf47b36b0e6249" dependencies = [ "parity-scale-codec", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-primitives 11.0.0", "reed-solomon-novelpoly", "sp-core 32.0.0", @@ -11090,19 +10191,19 @@ checksum = "477f94e8c3eedd6cfcfdfe50a33d610d38dfec4668ff7f3baef8814ffb7da85e" dependencies = [ "futures", "futures-timer", - "polkadot-node-network-protocol 11.0.0", + "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", "rand_chacha 0.3.1", - "sc-network 0.38.0", - "sc-network-common 0.37.0", + "sc-network", + "sc-network-common", "sp-application-crypto 34.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-keystore 0.38.0", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11118,15 +10219,15 @@ dependencies = [ "futures", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-metrics 11.0.0", - "polkadot-node-network-protocol 11.0.0", + "polkadot-node-metrics", + "polkadot-node-network-protocol", "polkadot-node-subsystem", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", - "sc-network 0.38.0", - "sp-consensus 0.36.0", + "sc-network", + "sp-consensus", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11138,14 +10239,14 @@ dependencies = [ "futures", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "sp-core 32.0.0", "sp-maybe-compressed-blob", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11162,24 +10263,24 @@ dependencies = [ "kvdb", "merlin", "parity-scale-codec", - "polkadot-node-jaeger 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-jaeger", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", "rand", "rand_chacha 0.3.1", "rand_core 0.6.4", - "sc-keystore 29.0.0", + "sc-keystore", "schnellru", "schnorrkel 0.11.4", "sp-application-crypto 34.0.0", - "sp-consensus 0.36.0", + "sp-consensus", "sp-consensus-slots 0.36.0", "sp-runtime 35.0.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11194,15 +10295,15 @@ dependencies = [ "kvdb", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-jaeger 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-jaeger", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", - "sp-consensus 0.36.0", + "sp-consensus", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11215,15 +10316,15 @@ dependencies = [ "fatality", "futures", "polkadot-erasure-coding", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", - "polkadot-statement-table 11.0.0", + "polkadot-statement-table", "schnellru", "sp-keystore 0.38.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11238,7 +10339,7 @@ dependencies = [ "polkadot-primitives 11.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", "wasm-timer", ] @@ -11253,15 +10354,15 @@ dependencies = [ "futures-timer", "parity-scale-codec", "polkadot-node-core-pvf", - "polkadot-node-metrics 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-metrics", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", "sp-maybe-compressed-blob", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11271,12 +10372,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2ffcc24bbbc2a2523c599022b106f0b48213bf80ef75f490fe02ec79ab972e4" dependencies = [ "futures", - "polkadot-node-metrics 11.0.0", + "polkadot-node-metrics", "polkadot-node-subsystem", - "polkadot-node-subsystem-types 11.0.0", - "sc-client-api 32.0.0", + "polkadot-node-subsystem-types", + "sc-client-api", "sc-consensus-babe", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11289,12 +10390,12 @@ dependencies = [ "futures-timer", "kvdb", "parity-scale-codec", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11307,14 +10408,14 @@ dependencies = [ "futures", "kvdb", "parity-scale-codec", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", - "sc-keystore 29.0.0", + "sc-keystore", "schnellru", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11327,12 +10428,12 @@ dependencies = [ "futures", "futures-timer", "polkadot-node-subsystem", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-inherents 30.0.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11345,12 +10446,12 @@ dependencies = [ "fatality", "futures", "parity-scale-codec", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11363,13 +10464,13 @@ dependencies = [ "fatality", "futures", "futures-timer", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "schnellru", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11390,8 +10491,8 @@ dependencies = [ "pin-project", "polkadot-core-primitives 11.0.0", "polkadot-node-core-pvf-common", - "polkadot-node-metrics 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-metrics", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", @@ -11403,7 +10504,7 @@ dependencies = [ "tempfile", "thiserror", "tokio", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11413,14 +10514,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "275cab7ad2b38fdfb0c097485fe4f51e55e36c96330255edc38ccf121aa2171c" dependencies = [ "futures", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11438,9 +10539,9 @@ dependencies = [ "parity-scale-codec", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", - "sc-executor 0.36.0", - "sc-executor-common 0.33.0", - "sc-executor-wasmtime 0.33.1", + "sc-executor", + "sc-executor-common", + "sc-executor-wasmtime", "seccompiler", "sp-core 32.0.0", "sp-crypto-hashing", @@ -11448,7 +10549,7 @@ dependencies = [ "sp-io 34.0.0", "sp-tracing 17.0.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11458,32 +10559,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fd9c685da442b6dde17f0f1e4bd6bb4d6827c6af0dbe96bc603d3d4f8fd05953" dependencies = [ "futures", - "polkadot-node-metrics 11.0.0", + "polkadot-node-metrics", "polkadot-node-subsystem", - "polkadot-node-subsystem-types 11.0.0", + "polkadot-node-subsystem-types", "polkadot-primitives 11.0.0", "schnellru", "sp-consensus-babe 0.36.0", - "tracing-gum 11.0.0", -] - -[[package]] -name = "polkadot-node-jaeger" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e14e65e3d9990d1f8f793a23c05c6aa82a551e551225ab86d2625474afef748f" -dependencies = [ - "lazy_static", - "log", - "mick-jaeger", - "parity-scale-codec", - "parking_lot 0.12.1", - "polkadot-node-primitives 10.0.0", - "polkadot-primitives 10.0.0", - "sc-network 0.37.0", - "sp-core 31.0.0", - "thiserror", - "tokio", + "tracing-gum", ] [[package]] @@ -11497,34 +10579,14 @@ dependencies = [ "mick-jaeger", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-primitives 11.0.0", - "sc-network 0.38.0", + "sc-network", "sp-core 32.0.0", "thiserror", "tokio", ] -[[package]] -name = "polkadot-node-metrics" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4ca58a67371546b66a011f0e27551094a8499a53223b16c164e769d25d981d0" -dependencies = [ - "bs58 0.5.1", - "futures", - "futures-timer", - "log", - "parity-scale-codec", - "polkadot-primitives 10.0.0", - "prioritized-metered-channel", - "sc-cli 0.39.0", - "sc-service 0.38.0", - "sc-tracing 31.0.0", - "substrate-prometheus-endpoint", - "tracing-gum 10.0.0", -] - [[package]] name = "polkadot-node-metrics" version = "11.0.0" @@ -11538,36 +10600,11 @@ dependencies = [ "parity-scale-codec", "polkadot-primitives 11.0.0", "prioritized-metered-channel", - "sc-cli 0.40.0", - "sc-service 0.39.0", - "sc-tracing 32.0.0", + "sc-cli", + "sc-service", + "sc-tracing", "substrate-prometheus-endpoint", - "tracing-gum 11.0.0", -] - -[[package]] -name = "polkadot-node-network-protocol" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67c3b078794c9c383ee3ceff65f2713ec81c033c6d8785ead5f7797e914c1fe3" -dependencies = [ - "async-channel 1.9.0", - "async-trait", - "bitvec", - "derive_more", - "fatality", - "futures", - "hex", - "parity-scale-codec", - "polkadot-node-jaeger 10.0.0", - "polkadot-node-primitives 10.0.0", - "polkadot-primitives 10.0.0", - "rand", - "sc-authority-discovery 0.37.0", - "sc-network 0.37.0", - "strum 0.24.1", - "thiserror", - "tracing-gum 10.0.0", + "tracing-gum", ] [[package]] @@ -11584,39 +10621,15 @@ dependencies = [ "futures", "hex", "parity-scale-codec", - "polkadot-node-jaeger 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-jaeger", + "polkadot-node-primitives", "polkadot-primitives 11.0.0", "rand", - "sc-authority-discovery 0.38.0", - "sc-network 0.38.0", + "sc-authority-discovery", + "sc-network", "strum 0.26.3", "thiserror", - "tracing-gum 11.0.0", -] - -[[package]] -name = "polkadot-node-primitives" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d9521abb7028ce7040f66a0786423bee2cdb7725ca46e5cee1f86191bcb2ed3" -dependencies = [ - "bitvec", - "bounded-vec", - "futures", - "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", - "schnorrkel 0.11.4", - "serde", - "sp-application-crypto 33.0.0", - "sp-consensus-babe 0.35.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-maybe-compressed-blob", - "sp-runtime 34.0.0", - "thiserror", - "zstd 0.12.4", + "tracing-gum", ] [[package]] @@ -11649,38 +10662,9 @@ version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6d5bbd86b3014ce7cc71e1a90bf641e26c4cea98955522d350268efa97c58de9" dependencies = [ - "polkadot-node-jaeger 11.0.0", - "polkadot-node-subsystem-types 11.0.0", - "polkadot-overseer 11.0.0", -] - -[[package]] -name = "polkadot-node-subsystem-types" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf0e971c1377901212059b794b48acac9a855cac83f2e07dc1b708ca0e77ba64" -dependencies = [ - "async-trait", - "bitvec", - "derive_more", - "futures", - "orchestra", - "polkadot-node-jaeger 10.0.0", - "polkadot-node-network-protocol 10.0.0", - "polkadot-node-primitives 10.0.0", - "polkadot-primitives 10.0.0", - "polkadot-statement-table 10.0.0", - "sc-client-api 31.0.0", - "sc-network 0.37.0", - "sc-transaction-pool-api 31.0.0", - "smallvec", - "sp-api 29.0.0", - "sp-authority-discovery 29.0.0", - "sp-blockchain 31.0.0", - "sp-consensus-babe 0.35.0", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", - "thiserror", + "polkadot-node-jaeger", + "polkadot-node-subsystem-types", + "polkadot-overseer", ] [[package]] @@ -11694,18 +10678,18 @@ dependencies = [ "derive_more", "futures", "orchestra", - "polkadot-node-jaeger 11.0.0", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-jaeger", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-primitives 11.0.0", - "polkadot-statement-table 11.0.0", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sc-transaction-pool-api 32.0.0", + "polkadot-statement-table", + "sc-client-api", + "sc-network", + "sc-transaction-pool-api", "smallvec", "sp-api 30.0.0", "sp-authority-discovery 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-consensus-babe 0.36.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", @@ -11729,46 +10713,23 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "pin-project", - "polkadot-node-jaeger 11.0.0", - "polkadot-node-metrics 11.0.0", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-jaeger", + "polkadot-node-metrics", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-node-subsystem-types 11.0.0", - "polkadot-overseer 11.0.0", + "polkadot-node-subsystem-types", + "polkadot-overseer", "polkadot-primitives 11.0.0", "prioritized-metered-channel", "rand", - "sc-client-api 32.0.0", + "sc-client-api", "schnellru", "sp-application-crypto 34.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum 11.0.0", -] - -[[package]] -name = "polkadot-overseer" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97415bc09e9dd20d44a019eaf0bb803ab3239a7eca20820b181e53901966fdbc" -dependencies = [ - "async-trait", - "futures", - "futures-timer", - "orchestra", - "parking_lot 0.12.1", - "polkadot-node-metrics 10.0.0", - "polkadot-node-network-protocol 10.0.0", - "polkadot-node-primitives 10.0.0", - "polkadot-node-subsystem-types 10.0.0", - "polkadot-primitives 10.0.0", - "sc-client-api 31.0.0", - "sp-api 29.0.0", - "sp-core 31.0.0", - "tikv-jemalloc-ctl", - "tracing-gum 10.0.0", + "tracing-gum", ] [[package]] @@ -11782,16 +10743,16 @@ dependencies = [ "futures-timer", "orchestra", "parking_lot 0.12.1", - "polkadot-node-metrics 11.0.0", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", - "polkadot-node-subsystem-types 11.0.0", + "polkadot-node-metrics", + "polkadot-node-network-protocol", + "polkadot-node-primitives", + "polkadot-node-subsystem-types", "polkadot-primitives 11.0.0", - "sc-client-api 32.0.0", + "sc-client-api", "sp-api 30.0.0", "sp-core 32.0.0", "tikv-jemalloc-ctl", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11814,38 +10775,20 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b87dda07862f2b16f2c2b7d315f2b4549c896562d973d466b6d19de36aba30d" +checksum = "fe77e2febc4b87e7c0a63f857ce5c32a2680cae5f9c2740285cd7378ed1586ca" dependencies = [ "bounded-collections 0.2.0", "derive_more", "parity-scale-codec", - "polkadot-core-primitives 10.0.0", + "polkadot-core-primitives 11.0.0", "scale-info", "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-weights 30.0.0", -] - -[[package]] -name = "polkadot-parachain-primitives" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe77e2febc4b87e7c0a63f857ce5c32a2680cae5f9c2740285cd7378ed1586ca" -dependencies = [ - "bounded-collections 0.2.0", - "derive_more", - "parity-scale-codec", - "polkadot-core-primitives 11.0.0", - "scale-info", - "serde", - "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-std", - "sp-weights 31.0.0", + "sp-weights 31.0.0", ] [[package]] @@ -11876,34 +10819,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "polkadot-primitives" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e01b525a35852e2861397eecbdb4a03dda69f14f7ca04968f2e06d6cba51dfb" -dependencies = [ - "bitvec", - "hex-literal", - "log", - "parity-scale-codec", - "polkadot-core-primitives 10.0.0", - "polkadot-parachain-primitives 9.0.0", - "scale-info", - "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.0", - "sp-authority-discovery 29.0.0", - "sp-consensus-slots 0.35.0", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", - "sp-std", -] - [[package]] name = "polkadot-primitives" version = "11.0.0" @@ -11942,23 +10857,23 @@ dependencies = [ "mmr-rpc", "pallet-transaction-payment-rpc", "polkadot-primitives 11.0.0", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", + "sc-chain-spec", + "sc-client-api", "sc-consensus-babe", "sc-consensus-babe-rpc", "sc-consensus-beefy", "sc-consensus-beefy-rpc", "sc-consensus-epochs", - "sc-consensus-grandpa 0.23.0", + "sc-consensus-grandpa", "sc-consensus-grandpa-rpc", - "sc-rpc 33.0.0", - "sc-rpc-spec-v2 0.38.0", + "sc-rpc", + "sc-rpc-spec-v2", "sc-sync-state-rpc", - "sc-transaction-pool-api 32.0.0", + "sc-transaction-pool-api", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-babe 0.36.0", "sp-keystore 0.38.0", "sp-runtime 35.0.0", @@ -12018,58 +10933,6 @@ dependencies = [ "static_assertions", ] -[[package]] -name = "polkadot-runtime-common" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1abd7bff20e17e025a4e001aff55dfefcfd7ef8a8ae138de44998a012e227f2" -dependencies = [ - "bitvec", - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "impl-trait-for-tuples", - "libsecp256k1", - "log", - "pallet-asset-rate 10.0.0", - "pallet-authorship 31.0.0", - "pallet-babe 31.0.0", - "pallet-balances 31.0.0", - "pallet-broker 0.9.0", - "pallet-election-provider-multi-phase 30.0.0", - "pallet-fast-unstake 30.0.0", - "pallet-identity 31.0.0", - "pallet-session 31.0.0", - "pallet-staking 31.0.0", - "pallet-staking-reward-fn 21.0.0", - "pallet-timestamp 30.0.0", - "pallet-transaction-payment 31.0.0", - "pallet-treasury 30.0.0", - "pallet-vesting 31.0.0", - "parity-scale-codec", - "polkadot-primitives 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "rustc-hex", - "scale-info", - "serde", - "serde_derive", - "slot-range-helper 10.0.0", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-npos-elections 29.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-staking 29.0.0", - "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", - "static_assertions", -] - [[package]] name = "polkadot-runtime-common" version = "11.0.0" @@ -12136,20 +10999,6 @@ dependencies = [ "sp-tracing 16.0.0", ] -[[package]] -name = "polkadot-runtime-metrics" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fed9088becfd874b6dbf064f9d1dd1bfa2e3c2188459a572aac2e689c028772" -dependencies = [ - "bs58 0.5.1", - "frame-benchmarking 31.0.0", - "parity-scale-codec", - "polkadot-primitives 10.0.0", - "sp-std", - "sp-tracing 16.0.0", -] - [[package]] name = "polkadot-runtime-metrics" version = "11.0.0" @@ -12214,56 +11063,6 @@ dependencies = [ "static_assertions", ] -[[package]] -name = "polkadot-runtime-parachains" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ce601c5f1005ff1d315c1e5c161a73e63e54bf23527f98c2bfa3ffc5b22f5e6" -dependencies = [ - "bitflags 1.3.2", - "bitvec", - "derive_more", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "impl-trait-for-tuples", - "log", - "pallet-authority-discovery 31.0.1", - "pallet-authorship 31.0.0", - "pallet-babe 31.0.0", - "pallet-balances 31.0.0", - "pallet-broker 0.9.0", - "pallet-message-queue 34.0.0", - "pallet-session 31.0.0", - "pallet-staking 31.0.0", - "pallet-timestamp 30.0.0", - "pallet-vesting 31.0.0", - "parity-scale-codec", - "polkadot-core-primitives 10.0.0", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", - "polkadot-runtime-metrics 10.0.0", - "rand", - "rand_chacha 0.3.1", - "rustc-hex", - "scale-info", - "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-staking 29.0.0", - "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", - "static_assertions", -] - [[package]] name = "polkadot-runtime-parachains" version = "11.0.0" @@ -12364,49 +11163,49 @@ dependencies = [ "polkadot-node-core-pvf", "polkadot-node-core-pvf-checker", "polkadot-node-core-runtime-api", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-node-subsystem-types 11.0.0", + "polkadot-node-subsystem-types", "polkadot-node-subsystem-util", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", "polkadot-rpc", "polkadot-runtime-parachains 11.0.0", "polkadot-statement-distribution", "rococo-runtime", - "sc-authority-discovery 0.38.0", + "sc-authority-discovery", "sc-basic-authorship", - "sc-block-builder 0.37.0", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", - "sc-client-db 0.39.0", - "sc-consensus 0.37.0", + "sc-block-builder", + "sc-chain-spec", + "sc-client-api", + "sc-client-db", + "sc-consensus", "sc-consensus-babe", "sc-consensus-beefy", - "sc-consensus-grandpa 0.23.0", + "sc-consensus-grandpa", "sc-consensus-slots", - "sc-executor 0.36.0", - "sc-keystore 29.0.0", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-network-sync 0.37.0", + "sc-executor", + "sc-keystore", + "sc-network", + "sc-network-common", + "sc-network-sync", "sc-offchain", - "sc-service 0.39.0", + "sc-service", "sc-sync-state-rpc", - "sc-sysinfo 31.0.0", - "sc-telemetry 18.0.0", - "sc-transaction-pool 32.0.0", - "sc-transaction-pool-api 32.0.0", + "sc-sysinfo", + "sc-telemetry", + "sc-transaction-pool", + "sc-transaction-pool-api", "schnellru", "serde", "serde_json", "sp-api 30.0.0", "sp-authority-discovery 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-babe 0.36.0", "sp-consensus-beefy 17.0.0", "sp-consensus-grandpa 17.0.0", @@ -12428,7 +11227,7 @@ dependencies = [ "staging-xcm 11.0.0", "substrate-prometheus-endpoint", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", "westend-runtime", "xcm-fee-payment-runtime-api", ] @@ -12446,27 +11245,15 @@ dependencies = [ "futures-timer", "indexmap 2.2.6", "parity-scale-codec", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "sp-keystore 0.38.0", "sp-staking 30.0.0", "thiserror", - "tracing-gum 11.0.0", -] - -[[package]] -name = "polkadot-statement-table" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a18144720acd47e1243b60c20bfb03f73dc67cbaf61bf2820991961e1ebb803b" -dependencies = [ - "parity-scale-codec", - "polkadot-primitives 10.0.0", - "sp-core 31.0.0", - "tracing-gum 10.0.0", + "tracing-gum", ] [[package]] @@ -12478,7 +11265,7 @@ dependencies = [ "parity-scale-codec", "polkadot-primitives 11.0.0", "sp-core 32.0.0", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -12490,7 +11277,7 @@ dependencies = [ "libc", "log", "polkavm-assembler", - "polkavm-common 0.9.0", + "polkavm-common", "polkavm-linux-raw", ] @@ -12503,12 +11290,6 @@ dependencies = [ "log", ] -[[package]] -name = "polkavm-common" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92c99f7eee94e7be43ba37eef65ad0ee8cbaf89b7c00001c3f6d2be985cb1817" - [[package]] name = "polkavm-common" version = "0.9.0" @@ -12518,34 +11299,13 @@ dependencies = [ "log", ] -[[package]] -name = "polkavm-derive" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79fa916f7962348bd1bb1a65a83401675e6fc86c51a0fdbcf92a3108e58e6125" -dependencies = [ - "polkavm-derive-impl-macro 0.8.0", -] - [[package]] name = "polkavm-derive" version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ae8c4bea6f3e11cd89bb18bcdddac10bd9a24015399bd1c485ad68a985a19606" dependencies = [ - "polkavm-derive-impl-macro 0.9.0", -] - -[[package]] -name = "polkavm-derive-impl" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c10b2654a8a10a83c260bfb93e97b262cf0017494ab94a65d389e0eda6de6c9c" -dependencies = [ - "polkavm-common 0.8.0", - "proc-macro2", - "quote", - "syn 2.0.55", + "polkavm-derive-impl-macro", ] [[package]] @@ -12554,29 +11314,19 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c4fdfc49717fb9a196e74a5d28e0bc764eb394a2c803eb11133a31ac996c60c" dependencies = [ - "polkavm-common 0.9.0", + "polkavm-common", "proc-macro2", "quote", "syn 2.0.55", ] -[[package]] -name = "polkavm-derive-impl-macro" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15e85319a0d5129dc9f021c62607e0804f5fb777a05cdda44d750ac0732def66" -dependencies = [ - "polkavm-derive-impl 0.8.0", - "syn 2.0.55", -] - [[package]] name = "polkavm-derive-impl-macro" version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ba81f7b5faac81e528eb6158a6f3c9e0bb1008e0ffa19653bc8dea925ecb429" dependencies = [ - "polkavm-derive-impl 0.9.0", + "polkavm-derive-impl", "syn 2.0.55", ] @@ -12590,7 +11340,7 @@ dependencies = [ "hashbrown 0.14.3", "log", "object 0.32.2", - "polkavm-common 0.9.0", + "polkavm-common", "regalloc2 0.9.3", "rustc-demangle", ] @@ -12667,10 +11417,10 @@ dependencies = [ "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-service", - "cumulus-primitives-aura 0.10.0", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-parachain-inherent 0.10.0", - "cumulus-relay-chain-interface 0.10.0", + "cumulus-primitives-aura 0.11.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-relay-chain-interface", "frame-benchmarking 32.0.0", "frame-benchmarking-cli", "futures", @@ -12684,26 +11434,26 @@ dependencies = [ "pop-runtime-devnet", "pop-runtime-testnet", "sc-basic-authorship", - "sc-chain-spec 31.0.0", - "sc-cli 0.40.0", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sc-executor 0.36.0", - "sc-network 0.38.0", - "sc-network-sync 0.37.0", + "sc-chain-spec", + "sc-cli", + "sc-client-api", + "sc-consensus", + "sc-executor", + "sc-network", + "sc-network-sync", "sc-offchain", - "sc-rpc 33.0.0", - "sc-service 0.39.0", - "sc-sysinfo 31.0.0", - "sc-telemetry 18.0.0", - "sc-tracing 32.0.0", - "sc-transaction-pool 32.0.0", - "sc-transaction-pool-api 32.0.0", + "sc-rpc", + "sc-service", + "sc-sysinfo", + "sc-telemetry", + "sc-tracing", + "sc-transaction-pool", + "sc-transaction-pool-api", "serde", "serde_json", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-consensus-aura 0.36.0", "sp-core 32.0.0", "sp-io 34.0.0", @@ -12733,7 +11483,7 @@ name = "pop-runtime-common" version = "0.0.0" dependencies = [ "frame-support 32.0.0", - "parachains-common 10.0.0", + "parachains-common 11.0.0", "parity-scale-codec", "polkadot-primitives 11.0.0", "scale-info", @@ -12747,13 +11497,13 @@ version = "0.1.0" dependencies = [ "cumulus-pallet-aura-ext 0.11.0", "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-session-benchmarking 12.0.0", - "cumulus-pallet-xcm 0.10.0", - "cumulus-pallet-xcmp-queue 0.10.0", - "cumulus-primitives-aura 0.10.0", - "cumulus-primitives-core 0.10.0", + "cumulus-pallet-session-benchmarking 13.0.0", + "cumulus-pallet-xcm 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-aura 0.11.0", + "cumulus-primitives-core 0.11.0", "cumulus-primitives-storage-weight-reclaim", - "cumulus-primitives-utility 0.10.0", + "cumulus-primitives-utility 0.11.0", "enumflags2", "env_logger 0.11.3", "frame-benchmarking 32.0.0", @@ -12770,7 +11520,7 @@ dependencies = [ "pallet-aura 31.0.0", "pallet-authorship 32.0.0", "pallet-balances 33.0.0", - "pallet-collator-selection 12.0.1", + "pallet-collator-selection 13.0.1", "pallet-contracts", "pallet-message-queue 35.0.0", "pallet-multisig 32.0.0", @@ -12787,7 +11537,7 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 32.0.0", "pallet-utility 32.0.0", "pallet-xcm 11.0.0", - "parachains-common 10.0.0", + "parachains-common 11.0.0", "parity-scale-codec", "polkadot-parachain-primitives 10.0.0", "polkadot-runtime-common 11.0.0", @@ -12808,7 +11558,7 @@ dependencies = [ "sp-std", "sp-transaction-pool 30.0.0", "sp-version 33.0.0", - "staging-parachain-info 0.10.0", + "staging-parachain-info 0.11.0", "staging-xcm 11.0.0", "staging-xcm-builder 11.0.0", "staging-xcm-executor 11.0.0", @@ -12821,12 +11571,12 @@ version = "0.2.0" dependencies = [ "cumulus-pallet-aura-ext 0.11.0", "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-session-benchmarking 12.0.0", - "cumulus-pallet-xcm 0.10.0", - "cumulus-pallet-xcmp-queue 0.10.0", - "cumulus-primitives-aura 0.10.0", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-utility 0.10.0", + "cumulus-pallet-session-benchmarking 13.0.0", + "cumulus-pallet-xcm 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-aura 0.11.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-utility 0.11.0", "enumflags2", "env_logger 0.11.3", "frame-benchmarking 32.0.0", @@ -12843,7 +11593,7 @@ dependencies = [ "pallet-aura 31.0.0", "pallet-authorship 32.0.0", "pallet-balances 33.0.0", - "pallet-collator-selection 12.0.1", + "pallet-collator-selection 13.0.1", "pallet-contracts", "pallet-message-queue 35.0.0", "pallet-multisig 32.0.0", @@ -12860,7 +11610,7 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 32.0.0", "pallet-utility 32.0.0", "pallet-xcm 11.0.0", - "parachains-common 10.0.0", + "parachains-common 11.0.0", "parity-scale-codec", "polkadot-parachain-primitives 10.0.0", "polkadot-runtime-common 11.0.0", @@ -12881,7 +11631,7 @@ dependencies = [ "sp-std", "sp-transaction-pool 30.0.0", "sp-version 33.0.0", - "staging-parachain-info 0.10.0", + "staging-parachain-info 0.11.0", "staging-xcm 11.0.0", "staging-xcm-builder 11.0.0", "staging-xcm-executor 11.0.0", @@ -13988,18 +12738,6 @@ dependencies = [ "winapi-util", ] -[[package]] -name = "sc-allocator" -version = "26.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4715fddb2bd1862aa21f6312528ab339b7d03ef5ec654e3aa200a3119392392f" -dependencies = [ - "log", - "sp-core 31.0.0", - "sp-wasm-interface 20.0.0", - "thiserror", -] - [[package]] name = "sc-allocator" version = "27.0.0" @@ -14012,36 +12750,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sc-authority-discovery" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f987a536468e06b66fe3cac296b27dc532f301199e0278bc42ac32b8eb3a4a9d" -dependencies = [ - "async-trait", - "futures", - "futures-timer", - "ip_network", - "libp2p", - "log", - "multihash 0.18.1", - "multihash-codetable", - "parity-scale-codec", - "prost 0.12.3", - "prost-build", - "rand", - "sc-client-api 31.0.0", - "sc-network 0.37.0", - "sp-api 29.0.0", - "sp-authority-discovery 29.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", - "thiserror", -] - [[package]] name = "sc-authority-discovery" version = "0.38.0" @@ -14061,11 +12769,11 @@ dependencies = [ "prost 0.12.3", "prost-build", "rand", - "sc-client-api 32.0.0", - "sc-network 0.38.0", + "sc-client-api", + "sc-network", "sp-api 30.0.0", "sp-authority-discovery 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-keystore 0.38.0", "sp-runtime 35.0.0", @@ -14083,35 +12791,19 @@ dependencies = [ "futures-timer", "log", "parity-scale-codec", - "sc-block-builder 0.37.0", + "sc-block-builder", "sc-proposer-metrics", - "sc-telemetry 18.0.0", - "sc-transaction-pool-api 32.0.0", + "sc-telemetry", + "sc-transaction-pool-api", "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-core 32.0.0", "sp-inherents 30.0.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", ] -[[package]] -name = "sc-block-builder" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "033b5ee0fa6d770c9db8cd59f6d1f88e792c088238278fcb836b5c851936a62d" -dependencies = [ - "parity-scale-codec", - "sp-api 29.0.0", - "sp-block-builder 29.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-trie 32.0.0", -] - [[package]] name = "sc-block-builder" version = "0.37.0" @@ -14121,40 +12813,13 @@ dependencies = [ "parity-scale-codec", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-inherents 30.0.0", "sp-runtime 35.0.0", "sp-trie 33.0.0", ] -[[package]] -name = "sc-chain-spec" -version = "30.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5dfb28048e5b2d168870e2205d3e41db1f387a781831a8b8b82c9f10536c2742" -dependencies = [ - "array-bytes 6.2.2", - "docify", - "log", - "memmap2 0.9.4", - "parity-scale-codec", - "sc-chain-spec-derive", - "sc-client-api 31.0.0", - "sc-executor 0.35.0", - "sc-network 0.37.0", - "sc-telemetry 17.0.0", - "serde", - "serde_json", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-crypto-hashing", - "sp-genesis-builder 0.10.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", -] - [[package]] name = "sc-chain-spec" version = "31.0.0" @@ -14167,13 +12832,13 @@ dependencies = [ "memmap2 0.9.4", "parity-scale-codec", "sc-chain-spec-derive", - "sc-client-api 32.0.0", - "sc-executor 0.36.0", - "sc-network 0.38.0", - "sc-telemetry 18.0.0", + "sc-client-api", + "sc-executor", + "sc-network", + "sc-telemetry", "serde", "serde_json", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-crypto-hashing", "sp-genesis-builder 0.11.0", @@ -14194,48 +12859,6 @@ dependencies = [ "syn 2.0.55", ] -[[package]] -name = "sc-cli" -version = "0.39.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20c2eae4d9396b19403f89f058a6a684066b58e051b1310f246eb9b41a7b54fe" -dependencies = [ - "array-bytes 6.2.2", - "chrono", - "clap", - "fdlimit", - "futures", - "itertools 0.10.5", - "libp2p-identity", - "log", - "names", - "parity-bip39", - "parity-scale-codec", - "rand", - "regex", - "rpassword", - "sc-client-api 31.0.0", - "sc-client-db 0.38.0", - "sc-keystore 28.0.0", - "sc-mixnet 0.7.0", - "sc-network 0.37.0", - "sc-service 0.38.0", - "sc-telemetry 17.0.0", - "sc-tracing 31.0.0", - "sc-utils 16.0.0", - "serde", - "serde_json", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-keyring 34.0.0", - "sp-keystore 0.37.0", - "sp-panic-handler", - "sp-runtime 34.0.0", - "sp-version 32.0.0", - "thiserror", - "tokio", -] - [[package]] name = "sc-cli" version = "0.40.0" @@ -14256,18 +12879,18 @@ dependencies = [ "rand", "regex", "rpassword", - "sc-client-api 32.0.0", - "sc-client-db 0.39.0", - "sc-keystore 29.0.0", - "sc-mixnet 0.8.0", - "sc-network 0.38.0", - "sc-service 0.39.0", - "sc-telemetry 18.0.0", - "sc-tracing 32.0.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-client-db", + "sc-keystore", + "sc-mixnet", + "sc-network", + "sc-service", + "sc-telemetry", + "sc-tracing", + "sc-utils", "serde", "serde_json", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-keyring 35.0.0", "sp-keystore 0.38.0", @@ -14278,34 +12901,6 @@ dependencies = [ "tokio", ] -[[package]] -name = "sc-client-api" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08db275ca98f1fe44db2e2058893b182b85ef11cee7cf271edffd449a1179fc4" -dependencies = [ - "fnv", - "futures", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-executor 0.35.0", - "sc-transaction-pool-api 31.0.0", - "sc-utils 16.0.0", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-consensus 0.35.0", - "sp-core 31.0.0", - "sp-database", - "sp-externalities 0.27.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-statement-store 13.0.0", - "sp-storage 20.0.0", - "sp-trie 32.0.0", - "substrate-prometheus-endpoint", -] - [[package]] name = "sc-client-api" version = "32.0.0" @@ -14317,50 +12912,23 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-executor 0.36.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", + "sc-executor", + "sc-transaction-pool-api", + "sc-utils", "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-core 32.0.0", "sp-database", "sp-externalities 0.28.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", - "sp-statement-store 14.0.0", + "sp-statement-store", "sp-storage 21.0.0", "sp-trie 33.0.0", "substrate-prometheus-endpoint", ] -[[package]] -name = "sc-client-db" -version = "0.38.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6bd93f124c30ec885696128a639e190293bee2a6430cc04248d656093b5d4f42" -dependencies = [ - "hash-db", - "kvdb", - "kvdb-memorydb", - "kvdb-rocksdb", - "linked-hash-map", - "log", - "parity-db", - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-client-api 31.0.0", - "sc-state-db 0.33.0", - "schnellru", - "sp-arithmetic 25.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-database", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-trie 32.0.0", -] - [[package]] name = "sc-client-db" version = "0.39.0" @@ -14376,11 +12944,11 @@ dependencies = [ "parity-db", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api 32.0.0", - "sc-state-db 0.34.0", + "sc-client-api", + "sc-state-db", "schnellru", "sp-arithmetic 26.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-database", "sp-runtime 35.0.0", @@ -14390,9 +12958,9 @@ dependencies = [ [[package]] name = "sc-consensus" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4da51746e9689ecee65d6c1ac32e89a7b0452ee1ce377485e94c285e9690dcfd" +checksum = "a051ffa28788f7ec47e46d6236132126d5aa563469e6c852e87cfbe5069e0687" dependencies = [ "async-trait", "futures", @@ -14401,48 +12969,22 @@ dependencies = [ "log", "mockall", "parking_lot 0.12.1", - "sc-client-api 31.0.0", - "sc-utils 16.0.0", + "sc-client-api", + "sc-utils", "serde", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-consensus 0.35.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-api 30.0.0", + "sp-blockchain", + "sp-consensus", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] -name = "sc-consensus" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a051ffa28788f7ec47e46d6236132126d5aa563469e6c852e87cfbe5069e0687" -dependencies = [ - "async-trait", - "futures", - "futures-timer", - "libp2p-identity", - "log", - "mockall", - "parking_lot 0.12.1", - "sc-client-api 32.0.0", - "sc-utils 17.0.0", - "serde", - "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", - "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", - "substrate-prometheus-endpoint", - "thiserror", -] - -[[package]] -name = "sc-consensus-aura" -version = "0.38.0" +name = "sc-consensus-aura" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6cd537650a8f23d6775456a5a06e1cf27722fedc5515769983e18ef856a6aad3" dependencies = [ @@ -14450,16 +12992,16 @@ dependencies = [ "futures", "log", "parity-scale-codec", - "sc-block-builder 0.37.0", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", + "sc-block-builder", + "sc-client-api", + "sc-consensus", "sc-consensus-slots", - "sc-telemetry 18.0.0", + "sc-telemetry", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-aura 0.36.0", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", @@ -14477,7 +13019,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "efe6f127a27ea6ace8e4391ba847ccf21d3512499e1c5e7c300e7e5115642544" dependencies = [ "async-trait", - "fork-tree 13.0.0", + "fork-tree", "futures", "log", "num-bigint", @@ -14485,17 +13027,17 @@ dependencies = [ "num-traits", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", + "sc-client-api", + "sc-consensus", "sc-consensus-epochs", "sc-consensus-slots", - "sc-telemetry 18.0.0", - "sc-transaction-pool-api 32.0.0", + "sc-telemetry", + "sc-transaction-pool-api", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-babe 0.36.0", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", @@ -14517,12 +13059,12 @@ dependencies = [ "jsonrpsee", "sc-consensus-babe", "sc-consensus-epochs", - "sc-rpc-api 0.37.0", + "sc-rpc-api", "serde", "sp-api 30.0.0", "sp-application-crypto 34.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-babe 0.36.0", "sp-core 32.0.0", "sp-keystore 0.38.0", @@ -14544,17 +13086,17 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sc-network 0.38.0", - "sc-network-gossip 0.38.0", - "sc-network-sync 0.37.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-consensus", + "sc-network", + "sc-network-gossip", + "sc-network-sync", + "sc-utils", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-arithmetic 26.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-beefy 17.0.0", "sp-core 32.0.0", "sp-crypto-hashing", @@ -14579,7 +13121,7 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "sc-consensus-beefy", - "sc-rpc 33.0.0", + "sc-rpc", "serde", "sp-consensus-beefy 17.0.0", "sp-core 32.0.0", @@ -14593,58 +13135,14 @@ version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b2217e53886dbfd4749eaa2e671f8e59807a2fb711ffa0023b3dc5b30f5db458" dependencies = [ - "fork-tree 13.0.0", + "fork-tree", "parity-scale-codec", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sp-blockchain 32.0.0", + "sc-client-api", + "sc-consensus", + "sp-blockchain", "sp-runtime 35.0.0", ] -[[package]] -name = "sc-consensus-grandpa" -version = "0.22.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e19945689693bbea950220bf7af1c79a2f70f5f37b97f7e6d136dcaf2b34f4a5" -dependencies = [ - "ahash 0.8.11", - "array-bytes 6.2.2", - "async-trait", - "dyn-clone", - "finality-grandpa", - "fork-tree 12.0.0", - "futures", - "futures-timer", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "rand", - "sc-block-builder 0.36.0", - "sc-chain-spec 30.0.1", - "sc-client-api 31.0.0", - "sc-consensus 0.36.0", - "sc-network 0.37.0", - "sc-network-common 0.36.0", - "sc-network-gossip 0.37.0", - "sc-network-sync 0.36.0", - "sc-telemetry 17.0.0", - "sc-transaction-pool-api 31.0.0", - "sc-utils 16.0.0", - "serde_json", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.0", - "sp-blockchain 31.0.0", - "sp-consensus 0.35.0", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-crypto-hashing", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", - "thiserror", -] - [[package]] name = "sc-consensus-grandpa" version = "0.23.0" @@ -14656,30 +13154,30 @@ dependencies = [ "async-trait", "dyn-clone", "finality-grandpa", - "fork-tree 13.0.0", + "fork-tree", "futures", "futures-timer", "log", "parity-scale-codec", "parking_lot 0.12.1", "rand", - "sc-block-builder 0.37.0", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-network-gossip 0.38.0", - "sc-network-sync 0.37.0", - "sc-telemetry 18.0.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", + "sc-block-builder", + "sc-chain-spec", + "sc-client-api", + "sc-consensus", + "sc-network", + "sc-network-common", + "sc-network-gossip", + "sc-network-sync", + "sc-telemetry", + "sc-transaction-pool-api", + "sc-utils", "serde_json", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-arithmetic 26.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-grandpa 17.0.0", "sp-core 32.0.0", "sp-crypto-hashing", @@ -14700,11 +13198,11 @@ dependencies = [ "jsonrpsee", "log", "parity-scale-codec", - "sc-client-api 32.0.0", - "sc-consensus-grandpa 0.23.0", - "sc-rpc 33.0.0", + "sc-client-api", + "sc-consensus-grandpa", + "sc-rpc", "serde", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-runtime 35.0.0", "thiserror", @@ -14721,12 +13219,12 @@ dependencies = [ "futures-timer", "log", "parity-scale-codec", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sc-telemetry 18.0.0", + "sc-client-api", + "sc-consensus", + "sc-telemetry", "sp-arithmetic 26.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", "sp-inherents 30.0.0", @@ -14734,30 +13232,6 @@ dependencies = [ "sp-state-machine 0.39.0", ] -[[package]] -name = "sc-executor" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b8f8ddc63df8219768b729f9098ecd4362d2756b40784071cd44c3041f1d51d" -dependencies = [ - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-executor-common 0.32.0", - "sc-executor-polkavm 0.29.0", - "sc-executor-wasmtime 0.32.0", - "schnellru", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-io 33.0.0", - "sp-panic-handler", - "sp-runtime-interface 26.0.0", - "sp-trie 32.0.0", - "sp-version 32.0.0", - "sp-wasm-interface 20.0.0", - "tracing", -] - [[package]] name = "sc-executor" version = "0.36.0" @@ -14766,9 +13240,9 @@ checksum = "cc6b47b642a92adcabaeadb7d76bd1a02bcf5a93f2b649e81afe8b940107bbda" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", - "sc-executor-common 0.33.0", - "sc-executor-polkavm 0.30.0", - "sc-executor-wasmtime 0.33.1", + "sc-executor-common", + "sc-executor-polkavm", + "sc-executor-wasmtime", "schnellru", "sp-api 30.0.0", "sp-core 32.0.0", @@ -14782,20 +13256,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "sc-executor-common" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00308c10173ec6446ccc2b96cd3a3037e64c94a424f94daa8c96f288794f4d34" -dependencies = [ - "polkavm", - "sc-allocator 26.0.0", - "sp-maybe-compressed-blob", - "sp-wasm-interface 20.0.0", - "thiserror", - "wasm-instrument", -] - [[package]] name = "sc-executor-common" version = "0.33.0" @@ -14803,25 +13263,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "88c61ef111d7ccc7697ee4788654f4f998662db057c27ca2de4b94f20e3e6ed1" dependencies = [ "polkavm", - "sc-allocator 27.0.0", + "sc-allocator", "sp-maybe-compressed-blob", "sp-wasm-interface 21.0.0", "thiserror", "wasm-instrument", ] -[[package]] -name = "sc-executor-polkavm" -version = "0.29.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63b9c814d3a94df7a323d728a6961a3b9ec8c5c5979eb858ec098ddf2838cfc0" -dependencies = [ - "log", - "polkavm", - "sc-executor-common 0.32.0", - "sp-wasm-interface 20.0.0", -] - [[package]] name = "sc-executor-polkavm" version = "0.30.0" @@ -14830,29 +13278,10 @@ checksum = "6fb96b22b779ba14f449d114b63efd162f95f1cdf773cdac29f75fe6a250de24" dependencies = [ "log", "polkavm", - "sc-executor-common 0.33.0", + "sc-executor-common", "sp-wasm-interface 21.0.0", ] -[[package]] -name = "sc-executor-wasmtime" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa37286464bd16146c612e3193a56df728815d23f9bf0faac7df898c0944c87f" -dependencies = [ - "anyhow", - "cfg-if", - "libc", - "log", - "parking_lot 0.12.1", - "rustix 0.36.17", - "sc-allocator 26.0.0", - "sc-executor-common 0.32.0", - "sp-runtime-interface 26.0.0", - "sp-wasm-interface 20.0.0", - "wasmtime", -] - [[package]] name = "sc-executor-wasmtime" version = "0.33.1" @@ -14865,31 +13294,13 @@ dependencies = [ "log", "parking_lot 0.12.1", "rustix 0.36.17", - "sc-allocator 27.0.0", - "sc-executor-common 0.33.0", + "sc-allocator", + "sc-executor-common", "sp-runtime-interface 27.0.0", "sp-wasm-interface 21.0.0", "wasmtime", ] -[[package]] -name = "sc-informant" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e9005c37100c6ea2b06668f72ba5bc927b5a2445ed26b008ddf1875998dea41" -dependencies = [ - "ansi_term", - "futures", - "futures-timer", - "log", - "sc-client-api 31.0.0", - "sc-network 0.37.0", - "sc-network-common 0.36.0", - "sc-network-sync 0.36.0", - "sp-blockchain 31.0.0", - "sp-runtime 34.0.0", -] - [[package]] name = "sc-informant" version = "0.37.0" @@ -14900,29 +13311,14 @@ dependencies = [ "futures", "futures-timer", "log", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-network-sync 0.37.0", - "sp-blockchain 32.0.0", + "sc-client-api", + "sc-network", + "sc-network-common", + "sc-network-sync", + "sp-blockchain", "sp-runtime 35.0.0", ] -[[package]] -name = "sc-keystore" -version = "28.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ef7283da5d643ef89ed094e1b23451ec70386a9474d337cdaa0ef81870bb2d4" -dependencies = [ - "array-bytes 6.2.2", - "parking_lot 0.12.1", - "serde_json", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "thiserror", -] - [[package]] name = "sc-keystore" version = "29.0.0" @@ -14938,36 +13334,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sc-mixnet" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "248d9be75de68e34f6490065c398b8177ff967902d93e6b88527a0e8c00903ad" -dependencies = [ - "array-bytes 4.2.0", - "arrayvec 0.7.4", - "blake2 0.10.6", - "bytes", - "futures", - "futures-timer", - "libp2p-identity", - "log", - "mixnet", - "multiaddr", - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-client-api 31.0.0", - "sc-network 0.37.0", - "sc-transaction-pool-api 31.0.0", - "sp-api 29.0.0", - "sp-consensus 0.35.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-mixnet 0.7.0", - "sp-runtime 34.0.0", - "thiserror", -] - [[package]] name = "sc-mixnet" version = "0.8.0" @@ -14986,62 +13352,18 @@ dependencies = [ "multiaddr", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sc-transaction-pool-api 32.0.0", + "sc-client-api", + "sc-network", + "sc-transaction-pool-api", "sp-api 30.0.0", - "sp-consensus 0.36.0", + "sp-consensus", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-mixnet 0.8.0", + "sp-mixnet", "sp-runtime 35.0.0", "thiserror", ] -[[package]] -name = "sc-network" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4067423488686ff78561ed0d32ac7e2617edd31219088b1322e85e945e62de29" -dependencies = [ - "array-bytes 6.2.2", - "async-channel 1.9.0", - "async-trait", - "asynchronous-codec", - "bytes", - "either", - "fnv", - "futures", - "futures-timer", - "ip_network", - "libp2p", - "linked_hash_set", - "log", - "mockall", - "parity-scale-codec", - "parking_lot 0.12.1", - "partial_sort", - "pin-project", - "rand", - "sc-client-api 31.0.0", - "sc-network-common 0.36.0", - "sc-utils 16.0.0", - "serde", - "serde_json", - "smallvec", - "sp-arithmetic 25.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", - "thiserror", - "tokio", - "tokio-stream", - "unsigned-varint", - "wasm-timer", - "zeroize", -] - [[package]] name = "sc-network" version = "0.38.0" @@ -15067,14 +13389,14 @@ dependencies = [ "partial_sort", "pin-project", "rand", - "sc-client-api 32.0.0", - "sc-network-common 0.37.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-network-common", + "sc-utils", "serde", "serde_json", "smallvec", "sp-arithmetic 26.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", @@ -15086,27 +13408,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "sc-network-bitswap" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8dacf210f4e36e53dc3d3ff1cfd72e4378eb973568c261e7c62bc8daaec9f945" -dependencies = [ - "async-channel 1.9.0", - "cid", - "futures", - "libp2p-identity", - "log", - "prost 0.12.3", - "prost-build", - "sc-client-api 31.0.0", - "sc-network 0.37.0", - "sp-blockchain 31.0.0", - "sp-runtime 34.0.0", - "thiserror", - "unsigned-varint", -] - [[package]] name = "sc-network-bitswap" version = "0.37.0" @@ -15120,32 +13421,14 @@ dependencies = [ "log", "prost 0.12.3", "prost-build", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sp-blockchain 32.0.0", + "sc-client-api", + "sc-network", + "sp-blockchain", "sp-runtime 35.0.0", "thiserror", "unsigned-varint", ] -[[package]] -name = "sc-network-common" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "551dba7ce65d136788c3154044fb425e2cb6e883d20c3cd25c0720a5b5251ed4" -dependencies = [ - "async-trait", - "bitflags 1.3.2", - "futures", - "libp2p-identity", - "parity-scale-codec", - "prost-build", - "sc-consensus 0.36.0", - "sp-consensus 0.35.0", - "sp-consensus-grandpa 16.0.0", - "sp-runtime 34.0.0", -] - [[package]] name = "sc-network-common" version = "0.37.0" @@ -15158,32 +13441,12 @@ dependencies = [ "libp2p-identity", "parity-scale-codec", "prost-build", - "sc-consensus 0.37.0", - "sp-consensus 0.36.0", + "sc-consensus", + "sp-consensus", "sp-consensus-grandpa 17.0.0", "sp-runtime 35.0.0", ] -[[package]] -name = "sc-network-gossip" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06e36f8665cba733bd0690e864ef59cb87627120e57607b768e6e7cf30cecd20" -dependencies = [ - "ahash 0.8.11", - "futures", - "futures-timer", - "libp2p", - "log", - "sc-network 0.37.0", - "sc-network-common 0.36.0", - "sc-network-sync 0.36.0", - "schnellru", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", - "tracing", -] - [[package]] name = "sc-network-gossip" version = "0.38.0" @@ -15195,37 +13458,15 @@ dependencies = [ "futures-timer", "libp2p", "log", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-network-sync 0.37.0", + "sc-network", + "sc-network-common", + "sc-network-sync", "schnellru", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "tracing", ] -[[package]] -name = "sc-network-light" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4c4a77832e7d86e2b8f579339a47ebc16eec560bb4d62c42f0daad10700a512" -dependencies = [ - "array-bytes 6.2.2", - "async-channel 1.9.0", - "futures", - "libp2p-identity", - "log", - "parity-scale-codec", - "prost 0.12.3", - "prost-build", - "sc-client-api 31.0.0", - "sc-network 0.37.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "thiserror", -] - [[package]] name = "sc-network-light" version = "0.37.0" @@ -15240,51 +13481,14 @@ dependencies = [ "parity-scale-codec", "prost 0.12.3", "prost-build", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sp-blockchain 32.0.0", + "sc-client-api", + "sc-network", + "sp-blockchain", "sp-core 32.0.0", "sp-runtime 35.0.0", "thiserror", ] -[[package]] -name = "sc-network-sync" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7dfdaf49edeaa23ae0da1a9bf6ea3e308c11822cb3a853996f1203b06249411" -dependencies = [ - "array-bytes 6.2.2", - "async-channel 1.9.0", - "async-trait", - "fork-tree 12.0.0", - "futures", - "futures-timer", - "libp2p", - "log", - "mockall", - "parity-scale-codec", - "prost 0.12.3", - "prost-build", - "sc-client-api 31.0.0", - "sc-consensus 0.36.0", - "sc-network 0.37.0", - "sc-network-common 0.36.0", - "sc-utils 16.0.0", - "schnellru", - "smallvec", - "sp-arithmetic 25.0.0", - "sp-blockchain 31.0.0", - "sp-consensus 0.35.0", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", - "thiserror", - "tokio", - "tokio-stream", -] - [[package]] name = "sc-network-sync" version = "0.37.0" @@ -15294,7 +13498,7 @@ dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", "async-trait", - "fork-tree 13.0.0", + "fork-tree", "futures", "futures-timer", "libp2p", @@ -15303,16 +13507,16 @@ dependencies = [ "parity-scale-codec", "prost 0.12.3", "prost-build", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-consensus", + "sc-network", + "sc-network-common", + "sc-utils", "schnellru", "smallvec", "sp-arithmetic 26.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-grandpa 17.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", @@ -15322,26 +13526,6 @@ dependencies = [ "tokio-stream", ] -[[package]] -name = "sc-network-transactions" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b3824e7a1aa29ed3d2294810c8e018a6df3798eec236f3043a62945daf7d9b1" -dependencies = [ - "array-bytes 6.2.2", - "futures", - "libp2p", - "log", - "parity-scale-codec", - "sc-network 0.37.0", - "sc-network-common 0.36.0", - "sc-network-sync 0.36.0", - "sc-utils 16.0.0", - "sp-consensus 0.35.0", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", -] - [[package]] name = "sc-network-transactions" version = "0.37.0" @@ -15353,11 +13537,11 @@ dependencies = [ "libp2p", "log", "parity-scale-codec", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-network-sync 0.37.0", - "sc-utils 17.0.0", - "sp-consensus 0.36.0", + "sc-network", + "sc-network-common", + "sc-network-sync", + "sc-utils", + "sp-consensus", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", ] @@ -15382,11 +13566,11 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "rand", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-network", + "sc-network-common", + "sc-transaction-pool-api", + "sc-utils", "sp-api 30.0.0", "sp-core 32.0.0", "sp-externalities 0.28.0", @@ -15407,39 +13591,6 @@ dependencies = [ "substrate-prometheus-endpoint", ] -[[package]] -name = "sc-rpc" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d796d75b22785b09c58478f1418b75c9787d598a0d2ab8edbd0072731ec4aaa" -dependencies = [ - "futures", - "jsonrpsee", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-block-builder 0.36.0", - "sc-chain-spec 30.0.1", - "sc-client-api 31.0.0", - "sc-mixnet 0.7.0", - "sc-rpc-api 0.36.0", - "sc-tracing 31.0.0", - "sc-transaction-pool-api 31.0.0", - "sc-utils 16.0.0", - "serde_json", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-offchain 29.0.0", - "sp-rpc 29.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-statement-store 13.0.0", - "sp-version 32.0.0", - "tokio", -] - [[package]] name = "sc-rpc" version = "33.0.0" @@ -15451,49 +13602,28 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-block-builder 0.37.0", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", - "sc-mixnet 0.8.0", - "sc-rpc-api 0.37.0", - "sc-tracing 32.0.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", + "sc-block-builder", + "sc-chain-spec", + "sc-client-api", + "sc-mixnet", + "sc-rpc-api", + "sc-tracing", + "sc-transaction-pool-api", + "sc-utils", "serde_json", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-keystore 0.38.0", "sp-offchain 30.0.0", - "sp-rpc 30.0.0", + "sp-rpc", "sp-runtime 35.0.0", "sp-session 31.0.0", - "sp-statement-store 14.0.0", + "sp-statement-store", "sp-version 33.0.0", "tokio", ] -[[package]] -name = "sc-rpc-api" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3705feca378ef3f3f84fb337480405a611a15c8637b2449ed514ca63765e421b" -dependencies = [ - "jsonrpsee", - "parity-scale-codec", - "sc-chain-spec 30.0.1", - "sc-mixnet 0.7.0", - "sc-transaction-pool-api 31.0.0", - "scale-info", - "serde", - "serde_json", - "sp-core 31.0.0", - "sp-rpc 29.0.0", - "sp-runtime 34.0.0", - "sp-version 32.0.0", - "thiserror", -] - [[package]] name = "sc-rpc-api" version = "0.37.0" @@ -15502,38 +13632,19 @@ checksum = "b82060f09f886f59fd19a77cc6668c209e883fc93511e9c441ef84adfea80f36" dependencies = [ "jsonrpsee", "parity-scale-codec", - "sc-chain-spec 31.0.0", - "sc-mixnet 0.8.0", - "sc-transaction-pool-api 32.0.0", + "sc-chain-spec", + "sc-mixnet", + "sc-transaction-pool-api", "scale-info", "serde", "serde_json", "sp-core 32.0.0", - "sp-rpc 30.0.0", + "sp-rpc", "sp-runtime 35.0.0", "sp-version 33.0.0", "thiserror", ] -[[package]] -name = "sc-rpc-server" -version = "14.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65f705946ae375fc47ee9a2e2df0b7e339a1fb8c8eb5c9eb6f206619d27946a7" -dependencies = [ - "futures", - "governor", - "http", - "hyper", - "jsonrpsee", - "log", - "serde_json", - "substrate-prometheus-endpoint", - "tokio", - "tower", - "tower-http", -] - [[package]] name = "sc-rpc-server" version = "15.0.0" @@ -15553,38 +13664,6 @@ dependencies = [ "tower-http", ] -[[package]] -name = "sc-rpc-spec-v2" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66dcea3fe5f0bcbaf08d6a42e877ae8f50b9cdbc87f65f7c79fbe5003e3969dc" -dependencies = [ - "array-bytes 6.2.2", - "futures", - "futures-util", - "hex", - "jsonrpsee", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "rand", - "sc-chain-spec 30.0.1", - "sc-client-api 31.0.0", - "sc-rpc 32.0.0", - "sc-transaction-pool-api 31.0.0", - "sc-utils 16.0.0", - "serde", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-rpc 29.0.0", - "sp-runtime 34.0.0", - "sp-version 32.0.0", - "thiserror", - "tokio", - "tokio-stream", -] - [[package]] name = "sc-rpc-spec-v2" version = "0.38.0" @@ -15593,93 +13672,28 @@ checksum = "ad831d2524de44a89b1801e306fd9718dc5fadb26ea3e88f486faa29c6fdd710" dependencies = [ "array-bytes 6.2.2", "futures", - "futures-util", - "hex", - "jsonrpsee", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "rand", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", - "sc-rpc 33.0.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", - "serde", - "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-core 32.0.0", - "sp-rpc 30.0.0", - "sp-runtime 35.0.0", - "sp-version 33.0.0", - "thiserror", - "tokio", - "tokio-stream", -] - -[[package]] -name = "sc-service" -version = "0.38.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42678fb737ea101658a8288cd3fcc0bff59ef40cd1a1c4f4d4042c3fa17bae41" -dependencies = [ - "async-trait", - "directories", - "exit-future", - "futures", - "futures-timer", + "futures-util", + "hex", "jsonrpsee", "log", "parity-scale-codec", "parking_lot 0.12.1", - "pin-project", "rand", - "sc-chain-spec 30.0.1", - "sc-client-api 31.0.0", - "sc-client-db 0.38.0", - "sc-consensus 0.36.0", - "sc-executor 0.35.0", - "sc-informant 0.36.0", - "sc-keystore 28.0.0", - "sc-network 0.37.0", - "sc-network-bitswap 0.36.0", - "sc-network-common 0.36.0", - "sc-network-light 0.36.0", - "sc-network-sync 0.36.0", - "sc-network-transactions 0.36.0", - "sc-rpc 32.0.0", - "sc-rpc-server 14.0.0", - "sc-rpc-spec-v2 0.37.0", - "sc-sysinfo 30.0.0", - "sc-telemetry 17.0.0", - "sc-tracing 31.0.0", - "sc-transaction-pool 31.0.0", - "sc-transaction-pool-api 31.0.0", - "sc-utils 16.0.0", - "schnellru", + "sc-chain-spec", + "sc-client-api", + "sc-rpc", + "sc-transaction-pool-api", + "sc-utils", "serde", - "serde_json", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-consensus 0.35.0", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-state-machine 0.38.0", - "sp-storage 20.0.0", - "sp-transaction-pool 29.0.0", - "sp-transaction-storage-proof 29.0.0", - "sp-trie 32.0.0", - "sp-version 32.0.0", - "static_init", - "substrate-prometheus-endpoint", - "tempfile", + "sp-api 30.0.0", + "sp-blockchain", + "sp-core 32.0.0", + "sp-rpc", + "sp-runtime 35.0.0", + "sp-version 33.0.0", "thiserror", "tokio", - "tracing", - "tracing-futures", + "tokio-stream", ] [[package]] @@ -15699,34 +13713,34 @@ dependencies = [ "parking_lot 0.12.1", "pin-project", "rand", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", - "sc-client-db 0.39.0", - "sc-consensus 0.37.0", - "sc-executor 0.36.0", - "sc-informant 0.37.0", - "sc-keystore 29.0.0", - "sc-network 0.38.0", - "sc-network-bitswap 0.37.0", - "sc-network-common 0.37.0", - "sc-network-light 0.37.0", - "sc-network-sync 0.37.0", - "sc-network-transactions 0.37.0", - "sc-rpc 33.0.0", - "sc-rpc-server 15.0.0", - "sc-rpc-spec-v2 0.38.0", - "sc-sysinfo 31.0.0", - "sc-telemetry 18.0.0", - "sc-tracing 32.0.0", - "sc-transaction-pool 32.0.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", + "sc-chain-spec", + "sc-client-api", + "sc-client-db", + "sc-consensus", + "sc-executor", + "sc-informant", + "sc-keystore", + "sc-network", + "sc-network-bitswap", + "sc-network-common", + "sc-network-light", + "sc-network-sync", + "sc-network-transactions", + "sc-rpc", + "sc-rpc-server", + "sc-rpc-spec-v2", + "sc-sysinfo", + "sc-telemetry", + "sc-tracing", + "sc-transaction-pool", + "sc-transaction-pool-api", + "sc-utils", "schnellru", "serde", "serde_json", "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-core 32.0.0", "sp-externalities 0.28.0", "sp-keystore 0.38.0", @@ -15735,7 +13749,7 @@ dependencies = [ "sp-state-machine 0.39.0", "sp-storage 21.0.0", "sp-transaction-pool 30.0.0", - "sp-transaction-storage-proof 30.0.0", + "sp-transaction-storage-proof", "sp-trie 33.0.0", "sp-version 33.0.0", "static_init", @@ -15747,18 +13761,6 @@ dependencies = [ "tracing-futures", ] -[[package]] -name = "sc-state-db" -version = "0.33.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9863fb81595a25b908d7143c1a3e162d237e67890088363df4a121fe37c49d08" -dependencies = [ - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "sp-core 31.0.0", -] - [[package]] name = "sc-state-db" version = "0.34.0" @@ -15793,40 +13795,18 @@ checksum = "75577af6d7128f3c0cd1dfa83f9ec056dbe4cdce297f1d257f2a1253134c6e9a" dependencies = [ "jsonrpsee", "parity-scale-codec", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", + "sc-chain-spec", + "sc-client-api", "sc-consensus-babe", "sc-consensus-epochs", - "sc-consensus-grandpa 0.23.0", + "sc-consensus-grandpa", "serde", "serde_json", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-runtime 35.0.0", "thiserror", ] -[[package]] -name = "sc-sysinfo" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f098da1a83dc5b4e69ef66f7dfc5c0a82bc63defe8dcb0aaa1819e9b2bd6d744" -dependencies = [ - "derive_more", - "futures", - "libc", - "log", - "rand", - "rand_pcg", - "regex", - "sc-telemetry 17.0.0", - "serde", - "serde_json", - "sp-core 31.0.0", - "sp-crypto-hashing", - "sp-io 33.0.0", - "sp-std", -] - [[package]] name = "sc-sysinfo" version = "31.0.0" @@ -15840,7 +13820,7 @@ dependencies = [ "rand", "rand_pcg", "regex", - "sc-telemetry 18.0.0", + "sc-telemetry", "serde", "serde_json", "sp-core 32.0.0", @@ -15849,26 +13829,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sc-telemetry" -version = "17.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c6807ebd9f43ab628931842d3aaa9404ddfd07013e9c7027ca603f496939577" -dependencies = [ - "chrono", - "futures", - "libp2p", - "log", - "parking_lot 0.12.1", - "pin-project", - "rand", - "sc-utils 16.0.0", - "serde", - "serde_json", - "thiserror", - "wasm-timer", -] - [[package]] name = "sc-telemetry" version = "18.0.0" @@ -15882,44 +13842,13 @@ dependencies = [ "parking_lot 0.12.1", "pin-project", "rand", - "sc-utils 17.0.0", + "sc-utils", "serde", "serde_json", "thiserror", "wasm-timer", ] -[[package]] -name = "sc-tracing" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83e8f5e8eb36f887dba06e1392717e27e4edf12d23d5220dba8ee851de8b174e" -dependencies = [ - "ansi_term", - "chrono", - "is-terminal", - "lazy_static", - "libc", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "regex", - "rustc-hash", - "sc-client-api 31.0.0", - "sc-tracing-proc-macro", - "serde", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-rpc 29.0.0", - "sp-runtime 34.0.0", - "sp-tracing 16.0.0", - "thiserror", - "tracing", - "tracing-log 0.1.4", - "tracing-subscriber 0.2.25", -] - [[package]] name = "sc-tracing" version = "32.0.0" @@ -15936,13 +13865,13 @@ dependencies = [ "parking_lot 0.12.1", "regex", "rustc-hash", - "sc-client-api 32.0.0", + "sc-client-api", "sc-tracing-proc-macro", "serde", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", - "sp-rpc 30.0.0", + "sp-rpc", "sp-runtime 35.0.0", "sp-tracing 17.0.0", "thiserror", @@ -15963,34 +13892,6 @@ dependencies = [ "syn 2.0.55", ] -[[package]] -name = "sc-transaction-pool" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d56300f466670067cca98a931b0b6cbc8b018c0d296eb915c1473bac45b7cd73" -dependencies = [ - "async-trait", - "futures", - "futures-timer", - "linked-hash-map", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-client-api 31.0.0", - "sc-transaction-pool-api 31.0.0", - "sc-utils 16.0.0", - "serde", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-crypto-hashing", - "sp-runtime 34.0.0", - "sp-tracing 16.0.0", - "sp-transaction-pool 29.0.0", - "substrate-prometheus-endpoint", - "thiserror", -] - [[package]] name = "sc-transaction-pool" version = "32.0.0" @@ -16004,12 +13905,12 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api 32.0.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-transaction-pool-api", + "sc-utils", "serde", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-crypto-hashing", "sp-runtime 35.0.0", @@ -16019,23 +13920,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sc-transaction-pool-api" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3609025d39a1b75f1ee4f490dc52e000de144948a73cacd788f5995df5ebe8bf" -dependencies = [ - "async-trait", - "futures", - "log", - "parity-scale-codec", - "serde", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "thiserror", -] - [[package]] name = "sc-transaction-pool-api" version = "32.0.0" @@ -16047,28 +13931,12 @@ dependencies = [ "log", "parity-scale-codec", "serde", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-runtime 35.0.0", "thiserror", ] -[[package]] -name = "sc-utils" -version = "16.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1863d482be044f4768ef5de6119dc70b5e31e6e9f71ad225c177474d6540e424" -dependencies = [ - "async-channel 1.9.0", - "futures", - "futures-timer", - "lazy_static", - "log", - "parking_lot 0.12.1", - "prometheus", - "sp-arithmetic 25.0.0", -] - [[package]] name = "sc-utils" version = "17.0.0" @@ -16499,19 +14367,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "slot-range-helper" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ada4c82b85daa6134837918889b341716e4918c608b3cc5345ae67ea85a187c6" -dependencies = [ - "enumn", - "parity-scale-codec", - "paste", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "slot-range-helper" version = "11.0.0" @@ -16850,29 +14705,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-api" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb3fb2cdf7ee9b8d6ec7c2d8740b1a506e393dc18c7c2776764b47136d72dce7" -dependencies = [ - "hash-db", - "log", - "parity-scale-codec", - "scale-info", - "sp-api-proc-macro 17.0.1", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-metadata-ir 0.6.0", - "sp-runtime 34.0.0", - "sp-runtime-interface 26.0.0", - "sp-state-machine 0.38.0", - "sp-std", - "sp-trie 32.0.0", - "sp-version 32.0.0", - "thiserror", -] - [[package]] name = "sp-api" version = "30.0.0" @@ -16911,21 +14743,6 @@ dependencies = [ "syn 2.0.55", ] -[[package]] -name = "sp-api-proc-macro" -version = "17.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63a5680d94c55e1c7dc54e9e09b4827314fab44f9300f0be170898dc402318de" -dependencies = [ - "Inflector", - "blake2 0.10.6", - "expander 2.1.0", - "proc-macro-crate 3.1.0", - "proc-macro2", - "quote", - "syn 2.0.55", -] - [[package]] name = "sp-api-proc-macro" version = "18.0.0" @@ -16955,20 +14772,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-application-crypto" -version = "33.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13ca6121c22c8bd3d1dce1f05c479101fd0d7b159bef2a3e8c834138d839c75c" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-std", -] - [[package]] name = "sp-application-crypto" version = "34.0.0" @@ -16998,21 +14801,6 @@ dependencies = [ "static_assertions", ] -[[package]] -name = "sp-arithmetic" -version = "25.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "910c07fa263b20bf7271fdd4adcb5d3217dfdac14270592e0780223542e7e114" -dependencies = [ - "integer-sqrt", - "num-traits", - "parity-scale-codec", - "scale-info", - "serde", - "sp-std", - "static_assertions", -] - [[package]] name = "sp-arithmetic" version = "26.0.0" @@ -17043,20 +14831,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-authority-discovery" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ab47c385784b3f9646a21d5dcb236399083d77420a1269e70c04772336c519f" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "sp-authority-discovery" version = "30.0.0" @@ -17082,18 +14856,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-block-builder" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97e155e388d7e41c39a27f40f50c2517facdbf20dde4a73f40ec8f1f30ce190e" -dependencies = [ - "sp-api 29.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "sp-block-builder" version = "30.0.0" @@ -17105,25 +14867,6 @@ dependencies = [ "sp-runtime 35.0.0", ] -[[package]] -name = "sp-blockchain" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d00084ddd62a3bad1fc4c04cdb1cdbcbb55d813dbd4e42d52e42e8b6599fb210" -dependencies = [ - "futures", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "schnellru", - "sp-api 29.0.0", - "sp-consensus 0.35.0", - "sp-database", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "thiserror", -] - [[package]] name = "sp-blockchain" version = "32.0.0" @@ -17136,29 +14879,13 @@ dependencies = [ "parking_lot 0.12.1", "schnellru", "sp-api 30.0.0", - "sp-consensus 0.36.0", + "sp-consensus", "sp-database", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", "thiserror", ] -[[package]] -name = "sp-consensus" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed6f1ae58a74d619bd2c1d7939b4aa805f4226c7454ec3591c8a59fb0cc6477f" -dependencies = [ - "async-trait", - "futures", - "log", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "thiserror", -] - [[package]] name = "sp-consensus" version = "0.36.0" @@ -17184,31 +14911,13 @@ dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-api 27.0.1", - "sp-application-crypto 31.0.0", - "sp-consensus-slots 0.33.0", - "sp-inherents 27.0.0", - "sp-runtime 32.0.0", - "sp-std", - "sp-timestamp 27.0.0", -] - -[[package]] -name = "sp-consensus-aura" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "334d0088b7de70a94d58e7e93acd8d5101b35fadca7e19fa26788203b22e309b" -dependencies = [ - "async-trait", - "parity-scale-codec", - "scale-info", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-consensus-slots 0.35.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", + "sp-api 27.0.1", + "sp-application-crypto 31.0.0", + "sp-consensus-slots 0.33.0", + "sp-inherents 27.0.0", + "sp-runtime 32.0.0", "sp-std", - "sp-timestamp 29.0.0", + "sp-timestamp 27.0.0", ] [[package]] @@ -17248,26 +14957,6 @@ dependencies = [ "sp-timestamp 27.0.0", ] -[[package]] -name = "sp-consensus-babe" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb593ec8ec674a583d6fc5386b7f8964a9db78dcaabc0595559145a4053c9f6c" -dependencies = [ - "async-trait", - "parity-scale-codec", - "scale-info", - "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-consensus-slots 0.35.0", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-timestamp 29.0.0", -] - [[package]] name = "sp-consensus-babe" version = "0.36.0" @@ -17308,28 +14997,6 @@ dependencies = [ "strum 0.24.1", ] -[[package]] -name = "sp-consensus-beefy" -version = "16.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e2b03bc552702dd20fd3dad01631b13ca3e62e814ad278fe3012f5e3bb3e100" -dependencies = [ - "lazy_static", - "parity-scale-codec", - "scale-info", - "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", - "sp-crypto-hashing", - "sp-io 33.0.0", - "sp-keystore 0.37.0", - "sp-mmr-primitives 29.0.0", - "sp-runtime 34.0.0", - "sp-std", - "strum 0.24.1", -] - [[package]] name = "sp-consensus-beefy" version = "17.0.0" @@ -17370,25 +15037,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-consensus-grandpa" -version = "16.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71df706a104a752101b52f12cca7f5b7ffe1ca6ce9b4b1eb8c5d04356f248fa5" -dependencies = [ - "finality-grandpa", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "sp-consensus-grandpa" version = "17.0.0" @@ -17420,19 +15068,6 @@ dependencies = [ "sp-timestamp 27.0.0", ] -[[package]] -name = "sp-consensus-slots" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0a5c47c52ad58aa349f7c13cb356ab45c32964ee28354c27fd6e4b417cb2644" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-std", - "sp-timestamp 29.0.0", -] - [[package]] name = "sp-consensus-slots" version = "0.36.0" @@ -17491,53 +15126,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "sp-core" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26d7a0fd8f16dcc3761198fc83be12872f823b37b749bc72a3a6a1f702509366" -dependencies = [ - "array-bytes 6.2.2", - "bitflags 1.3.2", - "blake2 0.10.6", - "bounded-collections 0.2.0", - "bs58 0.5.1", - "dyn-clonable", - "ed25519-zebra 3.1.0", - "futures", - "hash-db", - "hash256-std-hasher", - "impl-serde", - "itertools 0.10.5", - "k256", - "libsecp256k1", - "log", - "merlin", - "parity-bip39", - "parity-scale-codec", - "parking_lot 0.12.1", - "paste", - "primitive-types", - "rand", - "scale-info", - "schnorrkel 0.11.4", - "secp256k1", - "secrecy", - "serde", - "sp-crypto-hashing", - "sp-debug-derive", - "sp-externalities 0.27.0", - "sp-runtime-interface 26.0.0", - "sp-std", - "sp-storage 20.0.0", - "ss58-registry", - "substrate-bip39 0.5.0", - "thiserror", - "tracing", - "w3f-bls", - "zeroize", -] - [[package]] name = "sp-core" version = "32.0.0" @@ -17643,18 +15231,6 @@ dependencies = [ "sp-storage 20.0.0", ] -[[package]] -name = "sp-externalities" -version = "0.27.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1d6a4572eadd4a63cff92509a210bf425501a0c5e76574b30a366ac77653787" -dependencies = [ - "environmental", - "parity-scale-codec", - "sp-std", - "sp-storage 20.0.0", -] - [[package]] name = "sp-externalities" version = "0.28.0" @@ -17678,18 +15254,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-genesis-builder" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16a1192b502d38c6d17b1005a7b3e7a6ab835df996803968ae3be9e8f7399ee4" -dependencies = [ - "serde_json", - "sp-api 29.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "sp-genesis-builder" version = "0.11.0" @@ -17716,21 +15280,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-inherents" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b5e46ccc5848542648dcf05f882e41de2e341d0eeca97ff2b7dfad0f38e8500" -dependencies = [ - "async-trait", - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "sp-runtime 34.0.0", - "sp-std", - "thiserror", -] - [[package]] name = "sp-inherents" version = "30.0.0" @@ -17771,33 +15320,6 @@ dependencies = [ "tracing-core", ] -[[package]] -name = "sp-io" -version = "33.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e09bba780b55bd9e67979cd8f654a31e4a6cf45426ff371394a65953d2177f2" -dependencies = [ - "bytes", - "ed25519-dalek", - "libsecp256k1", - "log", - "parity-scale-codec", - "polkavm-derive 0.9.1", - "rustversion", - "secp256k1", - "sp-core 31.0.0", - "sp-crypto-hashing", - "sp-externalities 0.27.0", - "sp-keystore 0.37.0", - "sp-runtime-interface 26.0.0", - "sp-state-machine 0.38.0", - "sp-std", - "sp-tracing 16.0.0", - "sp-trie 32.0.0", - "tracing", - "tracing-core", -] - [[package]] name = "sp-io" version = "34.0.0" @@ -17809,7 +15331,7 @@ dependencies = [ "libsecp256k1", "log", "parity-scale-codec", - "polkavm-derive 0.9.1", + "polkavm-derive", "rustversion", "secp256k1", "sp-core 32.0.0", @@ -17836,17 +15358,6 @@ dependencies = [ "strum 0.24.1", ] -[[package]] -name = "sp-keyring" -version = "34.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a07a31da596d705b3a3458d784a897af7fd2f8090de436dc386a112e8ea7f34f" -dependencies = [ - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "strum 0.24.1", -] - [[package]] name = "sp-keyring" version = "35.0.0" @@ -17871,18 +15382,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-keystore" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdbab8b61bd61d5f8625a0c75753b5d5a23be55d3445419acd42caf59cf6236b" -dependencies = [ - "parity-scale-codec", - "parking_lot 0.12.1", - "sp-core 31.0.0", - "sp-externalities 0.27.0", -] - [[package]] name = "sp-keystore" version = "0.38.0" @@ -17928,19 +15427,6 @@ dependencies = [ "scale-info", ] -[[package]] -name = "sp-mixnet" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22d9da31673ad5771faf8cd0e62ab0c183ea71a630d187b926bc52af379cb1de" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-std", -] - [[package]] name = "sp-mixnet" version = "0.8.0" @@ -17972,25 +15458,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-mmr-primitives" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "518fcd8710618d104e04c9e63e697d3406180afbe55cc5400168019647fc5880" -dependencies = [ - "ckb-merkle-mountain-range", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-debug-derive", - "sp-runtime 34.0.0", - "sp-std", - "thiserror", -] - [[package]] name = "sp-mmr-primitives" version = "30.0.0" @@ -18024,21 +15491,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-npos-elections" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e03ec553bc1a0f4d3aa902d3c5b3cdbe76f8218c642cbca0305722b3f8bbc826" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "sp-npos-elections" version = "30.0.0" @@ -18064,17 +15516,6 @@ dependencies = [ "sp-runtime 32.0.0", ] -[[package]] -name = "sp-offchain" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c041d932d7debf1d2e073ecece1425aadae7482689cd4bf148d5886b28bd10d7" -dependencies = [ - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", -] - [[package]] name = "sp-offchain" version = "30.0.0" @@ -18097,17 +15538,6 @@ dependencies = [ "regex", ] -[[package]] -name = "sp-rpc" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b26650747f5c204afd8c637df5e882ea912a890cf974fe67c36b430318fc451c" -dependencies = [ - "rustc-hash", - "serde", - "sp-core 31.0.0", -] - [[package]] name = "sp-rpc" version = "30.0.0" @@ -18144,31 +15574,6 @@ dependencies = [ "sp-weights 28.0.0", ] -[[package]] -name = "sp-runtime" -version = "34.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec3cb126971e7db2f0fcf8053dce740684c438c7180cfca1959598230f342c58" -dependencies = [ - "docify", - "either", - "hash256-std-hasher", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "paste", - "rand", - "scale-info", - "serde", - "simple-mermaid", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-std", - "sp-weights 30.0.0", -] - [[package]] name = "sp-runtime" version = "35.0.0" @@ -18205,27 +15610,7 @@ dependencies = [ "parity-scale-codec", "primitive-types", "sp-externalities 0.26.0", - "sp-runtime-interface-proc-macro 17.0.0", - "sp-std", - "sp-storage 20.0.0", - "sp-tracing 16.0.0", - "sp-wasm-interface 20.0.0", - "static_assertions", -] - -[[package]] -name = "sp-runtime-interface" -version = "26.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e48a675ea4858333d4d755899ed5ed780174aa34fec15953428d516af5452295" -dependencies = [ - "bytes", - "impl-trait-for-tuples", - "parity-scale-codec", - "polkavm-derive 0.8.0", - "primitive-types", - "sp-externalities 0.27.0", - "sp-runtime-interface-proc-macro 18.0.0", + "sp-runtime-interface-proc-macro 17.0.0", "sp-std", "sp-storage 20.0.0", "sp-tracing 16.0.0", @@ -18242,7 +15627,7 @@ dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", - "polkavm-derive 0.9.1", + "polkavm-derive", "primitive-types", "sp-externalities 0.28.0", "sp-runtime-interface-proc-macro 18.0.0", @@ -18297,22 +15682,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-session" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a61ea4ca90f644da2c25edee711b53b1c0b8d50628ceef372224ea24d252b57" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", - "sp-std", -] - [[package]] name = "sp-session" version = "31.0.0" @@ -18343,21 +15712,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-staking" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4114cde17987eaa2f17b8850a8c856b90364666cdbc920d511e7a1cde0574d24" -dependencies = [ - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "sp-staking" version = "30.0.0" @@ -18394,28 +15748,6 @@ dependencies = [ "trie-db", ] -[[package]] -name = "sp-state-machine" -version = "0.38.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1eae0eac8034ba14437e772366336f579398a46d101de13dbb781ab1e35e67c5" -dependencies = [ - "hash-db", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "rand", - "smallvec", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-panic-handler", - "sp-std", - "sp-trie 32.0.0", - "thiserror", - "tracing", - "trie-db", -] - [[package]] name = "sp-state-machine" version = "0.39.0" @@ -18437,32 +15769,6 @@ dependencies = [ "trie-db", ] -[[package]] -name = "sp-statement-store" -version = "13.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b90e8440d72e0ae5d273374af3ebe16768d05b40dff1f487835dd2f826ee9568" -dependencies = [ - "aes-gcm", - "curve25519-dalek 4.1.2", - "ed25519-dalek", - "hkdf", - "parity-scale-codec", - "rand", - "scale-info", - "sha2 0.10.8", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", - "sp-crypto-hashing", - "sp-externalities 0.27.0", - "sp-runtime 34.0.0", - "sp-runtime-interface 26.0.0", - "sp-std", - "thiserror", - "x25519-dalek 2.0.1", -] - [[package]] name = "sp-statement-store" version = "14.0.0" @@ -18535,20 +15841,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-timestamp" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64d51fcd008fd5a79d61dba98c7ae89c2460a49dff07001bf1e9b12535d49536" -dependencies = [ - "async-trait", - "parity-scale-codec", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-std", - "thiserror", -] - [[package]] name = "sp-timestamp" version = "30.0.0" @@ -18597,16 +15889,6 @@ dependencies = [ "sp-runtime 32.0.0", ] -[[package]] -name = "sp-transaction-pool" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0484eaf40c2abda75bda9688298cc8f6e02161176e3aab501207c8ccf4d4b3e1" -dependencies = [ - "sp-api 29.0.0", - "sp-runtime 34.0.0", -] - [[package]] name = "sp-transaction-pool" version = "30.0.0" @@ -18617,22 +15899,6 @@ dependencies = [ "sp-runtime 35.0.0", ] -[[package]] -name = "sp-transaction-storage-proof" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba0c99e0852ddd18159c2dc6100c2b5852e49211d8afe373cbce33d1da0050dd" -dependencies = [ - "async-trait", - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-trie 32.0.0", -] - [[package]] name = "sp-transaction-storage-proof" version = "30.0.0" @@ -18673,31 +15939,6 @@ dependencies = [ "trie-root", ] -[[package]] -name = "sp-trie" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1aa91ad26c62b93d73e65f9ce7ebd04459c4bad086599348846a81988d6faa4" -dependencies = [ - "ahash 0.8.11", - "hash-db", - "lazy_static", - "memory-db", - "nohash-hasher", - "parity-scale-codec", - "parking_lot 0.12.1", - "rand", - "scale-info", - "schnellru", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-std", - "thiserror", - "tracing", - "trie-db", - "trie-root", -] - [[package]] name = "sp-trie" version = "33.0.0" @@ -18740,24 +15981,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-version" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c0219b1aeb89e36d13bd43a718920a9087dbb66c567e672c4639cefb2fefc05" -dependencies = [ - "impl-serde", - "parity-scale-codec", - "parity-wasm", - "scale-info", - "serde", - "sp-crypto-hashing-proc-macro", - "sp-runtime 34.0.0", - "sp-std", - "sp-version-proc-macro 13.0.0", - "thiserror", -] - [[package]] name = "sp-version" version = "33.0.0" @@ -18843,22 +16066,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-weights" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9af6c661fe3066b29f9e1d258000f402ff5cc2529a9191972d214e5871d0ba87" -dependencies = [ - "bounded-collections 0.2.0", - "parity-scale-codec", - "scale-info", - "serde", - "smallvec", - "sp-arithmetic 25.0.0", - "sp-debug-derive", - "sp-std", -] - [[package]] name = "sp-weights" version = "31.0.0" @@ -18975,21 +16182,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "staging-parachain-info" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4df1c48ca2892cb0694c7e10fbcfc8d15fe0fd0b763d61fbc587a870fbb97147" -dependencies = [ - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "scale-info", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "staging-parachain-info" version = "0.11.0" @@ -19024,25 +16216,6 @@ dependencies = [ "xcm-procedural", ] -[[package]] -name = "staging-xcm" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6ee775f7fc9dfae15d9d5a806efa7d3215f7b7b1cfd225809285a0281addeab" -dependencies = [ - "array-bytes 6.2.2", - "bounded-collections 0.2.0", - "derivative", - "environmental", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-weights 30.0.0", - "xcm-procedural", -] - [[package]] name = "staging-xcm" version = "11.0.0" @@ -19085,29 +16258,6 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] -[[package]] -name = "staging-xcm-builder" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41c905c7e545eb80efdbf62470575a37935260503494453ffa3c1ac6207d06c9" -dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", - "impl-trait-for-tuples", - "log", - "pallet-transaction-payment 31.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "scale-info", - "sp-arithmetic 25.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-weights 30.0.0", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", -] - [[package]] name = "staging-xcm-builder" version = "11.0.0" @@ -19153,28 +16303,6 @@ dependencies = [ "staging-xcm 8.0.1", ] -[[package]] -name = "staging-xcm-executor" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e30434a78d4392b698bc7854c00f52d83c1c544da4be1912f898958c3e32f062" -dependencies = [ - "environmental", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-weights 30.0.0", - "staging-xcm 10.0.0", -] - [[package]] name = "staging-xcm-executor" version = "11.0.0" @@ -19326,19 +16454,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "substrate-bip39" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2b564c293e6194e8b222e52436bcb99f60de72043c7f845cf6c4406db4df121" -dependencies = [ - "hmac 0.12.1", - "pbkdf2 0.12.2", - "schnorrkel 0.11.4", - "sha2 0.10.8", - "zeroize", -] - [[package]] name = "substrate-bip39" version = "0.6.0" @@ -19369,11 +16484,11 @@ dependencies = [ "jsonrpsee", "log", "parity-scale-codec", - "sc-rpc-api 0.37.0", - "sc-transaction-pool-api 32.0.0", + "sc-rpc-api", + "sc-transaction-pool-api", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-runtime 35.0.0", ] @@ -19400,7 +16515,7 @@ dependencies = [ "async-trait", "jsonrpsee", "log", - "sc-rpc-api 0.37.0", + "sc-rpc-api", "serde", "sp-runtime 35.0.0", ] @@ -19413,8 +16528,8 @@ checksum = "0da2e823fb02fbd5c77d6949cde60ff3e320c100278818000b39e9f0a8c8c428" dependencies = [ "jsonrpsee", "parity-scale-codec", - "sc-client-api 32.0.0", - "sc-rpc-api 0.37.0", + "sc-client-api", + "sc-rpc-api", "serde", "sp-core 32.0.0", "sp-runtime 35.0.0", @@ -19442,26 +16557,6 @@ dependencies = [ "wasm-opt", ] -[[package]] -name = "substrate-wasm-builder" -version = "20.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f55ed4ff2945faa132b9658cb581a3a5cf14dd90b5e217b3e16724eb202ed6c6" -dependencies = [ - "build-helper", - "cargo_metadata", - "console", - "filetime", - "parity-wasm", - "polkavm-linker", - "sp-maybe-compressed-blob", - "strum 0.24.1", - "tempfile", - "toml 0.8.12", - "walkdir", - "wasm-opt", -] - [[package]] name = "substrate-wasm-builder" version = "21.0.0" @@ -20014,18 +17109,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "tracing-gum" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "461fe686e103f3afc4c93a56474193ffc46d4b2770f8df5d56e025e8bb54960c" -dependencies = [ - "coarsetime", - "polkadot-primitives 10.0.0", - "tracing", - "tracing-gum-proc-macro", -] - [[package]] name = "tracing-gum" version = "11.0.0" @@ -20209,8 +17292,8 @@ dependencies = [ "hex", "log", "parity-scale-codec", - "sc-cli 0.40.0", - "sc-executor 0.36.0", + "sc-cli", + "sc-executor", "serde", "serde_json", "sp-api 30.0.0", @@ -20222,11 +17305,11 @@ dependencies = [ "sp-inherents 30.0.0", "sp-io 34.0.0", "sp-keystore 0.38.0", - "sp-rpc 30.0.0", + "sp-rpc", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", "sp-timestamp 30.0.0", - "sp-transaction-storage-proof 30.0.0", + "sp-transaction-storage-proof", "sp-version 33.0.0", "sp-weights 31.0.0", "substrate-rpc-client", @@ -21337,37 +18420,37 @@ dependencies = [ [[package]] name = "xcm-emulator" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea6acd5a2d4c654cb659666c7bc3730b6b29b6caf4d98c6799911069d81b1ed2" +checksum = "37e42f8cc343d8c52d9412350da0fa8597ddd91c9b4d5664c06f63bb813c69de" dependencies = [ - "cumulus-pallet-parachain-system 0.10.0", - "cumulus-pallet-xcmp-queue 0.10.0", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-parachain-inherent 0.10.0", - "cumulus-test-relay-sproof-builder 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "cumulus-pallet-parachain-system 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-test-relay-sproof-builder", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "lazy_static", "log", - "pallet-balances 31.0.0", - "pallet-message-queue 34.0.0", - "parachains-common 10.0.0", + "pallet-balances 33.0.0", + "pallet-message-queue 35.0.0", + "parachains-common 11.0.0", "parity-scale-codec", "paste", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-parachains 11.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-tracing 16.0.0", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", + "sp-tracing 17.0.0", + "staging-xcm 11.0.0", + "staging-xcm-executor 11.0.0", ] [[package]] From be5331770d4ce7417aea540751604693697405e7 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 16:14:36 +0700 Subject: [PATCH 46/95] fix: undo benchmarking host functions removal --- node/src/service.rs | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/node/src/service.rs b/node/src/service.rs index b2d39caf..36a1fa6e 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -13,8 +13,7 @@ use cumulus_client_consensus_common::ParachainBlockImport as TParachainBlockImpo use cumulus_client_consensus_proposer::Proposer; use cumulus_client_service::{ build_network, build_relay_chain_interface, prepare_node_config, start_relay_chain_tasks, - BuildNetworkParams, CollatorSybilResistance, DARecoveryProfile, ParachainHostFunctions, - StartRelayChainTasksParams, + BuildNetworkParams, CollatorSybilResistance, DARecoveryProfile, StartRelayChainTasksParams, }; use cumulus_primitives_core::{ relay_chain::{CollatorPair, ValidationCode}, @@ -38,7 +37,12 @@ use sp_keystore::KeystorePtr; use sp_runtime::{app_crypto::AppCrypto, traits::BlakeTwo256}; use substrate_prometheus_endpoint::Registry; -type ParachainExecutor = WasmExecutor; +type HostFunctions = ( + cumulus_client_service::ParachainHostFunctions, + frame_benchmarking::benchmarking::HostFunctions, +); + +type ParachainExecutor = WasmExecutor; type ParachainClient = TFullClient; From 48803bde5598ac47d5ead0110db1786926eebdbd Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Tue, 13 Aug 2024 14:31:59 +0700 Subject: [PATCH 47/95] chore: upgrade to 1.10.0 --- Cargo.lock | 4385 +++++++++++++++++++++++++++++++++++++++++++--------- Cargo.toml | 1 - 2 files changed, 3651 insertions(+), 735 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f088f26..ae6a8e30 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -517,6 +517,37 @@ dependencies = [ "system-parachains-constants", ] +[[package]] +name = "asset-test-utils" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1c81733430dbb312765566043bcb2c022dbb7492bacbe67018c630dbce753936" +dependencies = [ + "cumulus-pallet-parachain-system 0.10.0", + "cumulus-pallet-xcmp-queue 0.10.0", + "cumulus-primitives-core 0.10.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "pallet-assets 32.0.0", + "pallet-balances 31.0.0", + "pallet-collator-selection 12.0.1", + "pallet-session 31.0.0", + "pallet-timestamp 30.0.0", + "pallet-xcm 10.0.1", + "pallet-xcm-bridge-hub-router 0.8.0", + "parachains-common 10.0.0", + "parachains-runtimes-test-utils 10.0.0", + "parity-scale-codec", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "staging-parachain-info 0.10.0", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", + "staging-xcm-executor 10.0.0", + "substrate-wasm-builder 20.0.0", +] + [[package]] name = "asset-test-utils" version = "11.0.0" @@ -536,7 +567,7 @@ dependencies = [ "pallet-xcm 11.0.0", "pallet-xcm-bridge-hub-router 0.9.0", "parachains-common 11.0.0", - "parachains-runtimes-test-utils", + "parachains-runtimes-test-utils 11.0.0", "parity-scale-codec", "sp-io 34.0.0", "sp-runtime 35.0.0", @@ -1143,19 +1174,19 @@ dependencies = [ [[package]] name = "bp-header-chain" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b4a86e6438700a4217675ef3088fb08694ab69b1bdce4124099b1dcff9a6ff8" +checksum = "700fa6f4a3258a0eee471c7f70698c69d5b911d125f49f8139f0c61b7fdb6c9d" dependencies = [ - "bp-runtime 0.11.0", + "bp-runtime 0.10.0", "finality-grandpa", - "frame-support 32.0.0", + "frame-support 31.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-grandpa 17.0.0", - "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-consensus-grandpa 16.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -1177,35 +1208,35 @@ dependencies = [ [[package]] name = "bp-messages" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6a8b4356728ca03a8246104e320a2b1d7ba8c7fbd2917bf62395290f6ef2cc1" +checksum = "ebfb4d04936f86b63257d32b128b5e757de0273abf22794d3ae827323416e385" dependencies = [ - "bp-header-chain 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", + "bp-header-chain 0.10.0", + "bp-runtime 0.10.0", + "frame-support 31.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 32.0.0", + "sp-core 31.0.0", "sp-std", ] [[package]] name = "bp-parachains" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d5a4983aec89871fe61f700cd4edaaf30288e7fbd927f7e4f879951f61569d4" +checksum = "7f0c940507c4db7652a660228daefd82317bf6cd8aacff33df9e6ac9c45371c2" dependencies = [ - "bp-header-chain 0.11.0", - "bp-polkadot-core 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", + "bp-header-chain 0.10.0", + "bp-polkadot-core 0.10.0", + "bp-runtime 0.10.0", + "frame-support 31.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -1230,35 +1261,35 @@ dependencies = [ [[package]] name = "bp-polkadot-core" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54ef42ed5eb5ea249ee3f26f38ad114e379accfa1f2a8ee1ff87dc6bbc00b399" +checksum = "d14dd5cfb1176aebe8d9dc0c42273f978f63a6137ff10709caf380219847c010" dependencies = [ - "bp-messages 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-messages 0.10.0", + "bp-runtime 0.10.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "parity-util-mem", "scale-info", "serde", - "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "bp-relayers" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36f6f38407e79458fefb4c14a6f9f2cd9779b2dfeb3b11112e20902ee9dfea5f" +checksum = "41101efa1afc121ed8f4b5b93c9ee28bdab3f912237103521eea67c164c86c20" dependencies = [ - "bp-messages 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", + "bp-messages 0.10.0", + "bp-runtime 0.10.0", + "frame-support 31.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -1288,12 +1319,12 @@ dependencies = [ [[package]] name = "bp-runtime" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67f4b1696822790b449046bdb89c273852ef2201a046b64b24293871a953e5e3" +checksum = "a97193ef70796e6c3bb1e0de930d2174a07c7b8cb07f19eead5b5c3f56d6b7b9" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "hash-db", "impl-trait-for-tuples", "log", @@ -1301,41 +1332,41 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 32.0.0", "trie-db", ] [[package]] name = "bp-test-utils" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0462cedd4f4dba1dde9d296df6b0e128a61abecde6ff6efa3b122ee8ac2f811" +checksum = "2eac8331de5fc5e0012e3c5b0c245b9b6b33878edbe64cdfd133c2dce9443898" dependencies = [ - "bp-header-chain 0.11.0", + "bp-header-chain 0.10.0", "bp-parachains", - "bp-polkadot-core 0.11.0", - "bp-runtime 0.11.0", + "bp-polkadot-core 0.10.0", + "bp-runtime 0.10.0", "ed25519-dalek", "finality-grandpa", "parity-scale-codec", - "sp-application-crypto 34.0.0", - "sp-consensus-grandpa 17.0.0", - "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-application-crypto 33.0.0", + "sp-consensus-grandpa 16.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 32.0.0", ] [[package]] name = "bp-xcm-bridge-hub" -version = "0.3.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "192804908f1d3b7bfad12abce448fb3b7ec8dda765cac4a8d811fa75557e528f" +checksum = "6663e0179d475e30cfcf28cf597cdc8f4bb1c2c39a557b4cbe0057db0657fb67" dependencies = [ "sp-std", ] @@ -1352,6 +1383,18 @@ dependencies = [ "sp-runtime 32.0.0", ] +[[package]] +name = "bp-xcm-bridge-hub-router" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7366e856da4c5f49e1ef94c3ea401854fe52310696561e24b7509d2f963d7210" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-runtime 34.0.0", +] + [[package]] name = "bp-xcm-bridge-hub-router" version = "0.10.0" @@ -1366,38 +1409,38 @@ dependencies = [ [[package]] name = "bridge-runtime-common" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9dde81c8af81ee9bdf0374010288cf03ff3ccd7f57802f24889884f73d0b3bd3" +checksum = "4857eb39e46b6490b5b36e6485a1364907b767c917c8efe3c84456d6bc0a72b6" dependencies = [ - "bp-header-chain 0.11.0", - "bp-messages 0.11.0", + "bp-header-chain 0.10.0", + "bp-messages 0.10.0", "bp-parachains", - "bp-polkadot-core 0.11.0", + "bp-polkadot-core 0.10.0", "bp-relayers", - "bp-runtime 0.11.0", + "bp-runtime 0.10.0", "bp-xcm-bridge-hub", - "bp-xcm-bridge-hub-router 0.10.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-xcm-bridge-hub-router 0.9.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "hash-db", "log", "pallet-bridge-grandpa", "pallet-bridge-messages", "pallet-bridge-parachains", "pallet-bridge-relayers", - "pallet-transaction-payment 32.0.0", - "pallet-utility 32.0.0", + "pallet-transaction-payment 31.0.0", + "pallet-utility 31.0.0", "parity-scale-codec", "scale-info", - "sp-api 30.0.0", - "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-api 29.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-trie 33.0.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", + "sp-trie 32.0.0", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", ] [[package]] @@ -2102,11 +2145,11 @@ checksum = "b169c6bebaa58a8f0f2078747919ebd98df45d0d018a0f8caa66ec15e2ad43d4" dependencies = [ "clap", "parity-scale-codec", - "sc-chain-spec", - "sc-cli", - "sc-client-api", - "sc-service", - "sp-blockchain", + "sc-chain-spec 31.0.0", + "sc-cli 0.40.0", + "sc-client-api 32.0.0", + "sc-service 0.39.0", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "url", @@ -2124,13 +2167,13 @@ dependencies = [ "futures", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", - "sc-client-api", + "sc-client-api 32.0.0", "sp-api 30.0.0", - "sp-consensus", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "tracing", @@ -2149,25 +2192,25 @@ dependencies = [ "cumulus-client-parachain-inherent", "cumulus-primitives-aura 0.11.0", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "futures", "parity-scale-codec", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", - "sc-client-api", - "sc-consensus", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", "sc-consensus-aura", "sc-consensus-babe", "sc-consensus-slots", - "sc-telemetry", + "sc-telemetry 18.0.0", "schnellru", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-aura 0.36.0", "sp-core 32.0.0", "sp-inherents 30.0.0", @@ -2188,18 +2231,18 @@ dependencies = [ "async-trait", "cumulus-client-pov-recovery", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "dyn-clone", "futures", "log", "parity-scale-codec", "polkadot-primitives 11.0.0", - "sc-client-api", - "sc-consensus", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", "sc-consensus-babe", "schnellru", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", "sp-runtime 35.0.0", @@ -2218,7 +2261,7 @@ dependencies = [ "anyhow", "async-trait", "cumulus-primitives-parachain-inherent 0.11.0", - "sp-consensus", + "sp-consensus 0.36.0", "sp-inherents 30.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", @@ -2232,17 +2275,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0f70b5f3eb4385498880a74684be6bd17669f2a2b5c7db805eef16337af1d0cd" dependencies = [ "async-trait", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "futures", "futures-timer", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", - "sc-client-api", - "sp-blockchain", - "sp-consensus", + "sc-client-api 32.0.0", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", @@ -2258,10 +2301,10 @@ dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-relay-chain-interface", - "cumulus-test-relay-sproof-builder", + "cumulus-relay-chain-interface 0.11.0", + "cumulus-test-relay-sproof-builder 0.11.0", "parity-scale-codec", - "sc-client-api", + "sc-client-api 32.0.0", "scale-info", "sp-api 30.0.0", "sp-crypto-hashing", @@ -2282,18 +2325,18 @@ checksum = "e877fcdae06369ce17fd4d1fd0467d21b08338f7c944e225c5461472f54a166a" dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "futures", "futures-timer", "parity-scale-codec", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", "rand", - "sc-client-api", - "sc-consensus", - "sp-consensus", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sp-consensus 0.36.0", "sp-maybe-compressed-blob", "sp-runtime 35.0.0", "tracing", @@ -2313,24 +2356,24 @@ dependencies = [ "cumulus-primitives-core 0.11.0", "cumulus-primitives-proof-size-hostfunction 0.6.0", "cumulus-relay-chain-inprocess-interface", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "cumulus-relay-chain-minimal-node", "futures", "polkadot-primitives 11.0.0", - "sc-client-api", - "sc-consensus", - "sc-network", - "sc-network-sync", - "sc-network-transactions", - "sc-rpc", - "sc-service", - "sc-sysinfo", - "sc-telemetry", - "sc-transaction-pool", - "sc-utils", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sc-network 0.38.0", + "sc-network-sync 0.37.0", + "sc-network-transactions 0.37.0", + "sc-rpc 33.0.0", + "sc-service 0.39.0", + "sc-sysinfo 31.0.0", + "sc-telemetry 18.0.0", + "sc-transaction-pool 32.0.0", + "sc-utils 17.0.0", "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-io 34.0.0", "sp-runtime 35.0.0", @@ -2411,6 +2454,42 @@ dependencies = [ "trie-db", ] +[[package]] +name = "cumulus-pallet-parachain-system" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a19c40a5d04f60562fb38195766104deeb8cec71c11ec77796ee9373cccdb325" +dependencies = [ + "bytes", + "cumulus-pallet-parachain-system-proc-macro", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-parachain-inherent 0.10.0", + "cumulus-primitives-proof-size-hostfunction 0.5.0", + "environmental", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "impl-trait-for-tuples", + "log", + "pallet-message-queue 34.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 9.0.0", + "polkadot-runtime-common 10.0.0", + "polkadot-runtime-parachains 10.0.0", + "scale-info", + "sp-core 31.0.0", + "sp-externalities 0.27.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "sp-std", + "sp-trie 32.0.0", + "sp-version 32.0.0", + "staging-xcm 10.0.0", + "trie-db", +] + [[package]] name = "cumulus-pallet-parachain-system" version = "0.11.0" @@ -2476,16 +2555,16 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" -version = "13.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63b08b5e3bba454f8eaa01a7507c1bacde9343a7a67fc20801e59e0c9c0ec9db" +checksum = "4c178666b3a6d0457cb85104475cc0be5f9908a98429710afd29fbd5984cb539" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-session 32.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "pallet-session 31.0.0", "parity-scale-codec", - "sp-runtime 35.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -2508,19 +2587,19 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f14dc8bc002babf1596515a2f1c0158ddeccbf1ef7f5656fe71c8e1fa4bde55" +checksum = "7610ae16cac552adc823ba68deb26e5d3a9de189ef79ae26c79e43ddcfeabef1" dependencies = [ - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "cumulus-primitives-core 0.10.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "staging-xcm 11.0.0", + "staging-xcm 10.0.0", ] [[package]] @@ -2549,6 +2628,32 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] +[[package]] +name = "cumulus-pallet-xcmp-queue" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6614dcdbe6c24fcc8677bf158a8c627a3467d262acdc8a0e7d8a3d3d767a757c" +dependencies = [ + "bounded-collections 0.2.0", + "bp-xcm-bridge-hub-router 0.9.0", + "cumulus-primitives-core 0.10.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "pallet-message-queue 34.0.0", + "parity-scale-codec", + "polkadot-runtime-common 10.0.0", + "polkadot-runtime-parachains 10.0.0", + "scale-info", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", +] + [[package]] name = "cumulus-pallet-xcmp-queue" version = "0.11.0" @@ -2556,9 +2661,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5810a98c95f4219d7dcd6bd89d0c149fc45162e7e0c335579ba5545ec4b9c216" dependencies = [ "bounded-collections 0.2.0", - "bp-xcm-bridge-hub-router 0.10.0", "cumulus-primitives-core 0.11.0", - "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "log", @@ -2590,6 +2693,21 @@ dependencies = [ "sp-std", ] +[[package]] +name = "cumulus-primitives-aura" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1b70d13f3fca1dfaeb868f4fff79c58fef8fa4f8e381a9002d93c50c23683abf" +dependencies = [ + "parity-scale-codec", + "polkadot-core-primitives 10.0.0", + "polkadot-primitives 10.0.0", + "sp-api 29.0.0", + "sp-consensus-aura 0.35.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "cumulus-primitives-aura" version = "0.11.0" @@ -2623,6 +2741,24 @@ dependencies = [ "staging-xcm 8.0.1", ] +[[package]] +name = "cumulus-primitives-core" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "617d02361f5c7df87b6be98b4974241b6836fbaa7d9e786db80eb38bc8636751" +dependencies = [ + "parity-scale-codec", + "polkadot-core-primitives 10.0.0", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", + "scale-info", + "sp-api 29.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-trie 32.0.0", + "staging-xcm 10.0.0", +] + [[package]] name = "cumulus-primitives-core" version = "0.11.0" @@ -2657,6 +2793,22 @@ dependencies = [ "sp-trie 30.0.0", ] +[[package]] +name = "cumulus-primitives-parachain-inherent" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "87d64a55b7b9c3a945e543712630708f36407ab49ad8a2fa9f3d1404093a3e8e" +dependencies = [ + "async-trait", + "cumulus-primitives-core 0.10.0", + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-std", + "sp-trie 32.0.0", +] + [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.11.0" @@ -2684,6 +2836,17 @@ dependencies = [ "sp-trie 30.0.0", ] +[[package]] +name = "cumulus-primitives-proof-size-hostfunction" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "764e27968dce7d5c455dbaf9ba81c037fc5690afc085aa4aa2a4cdfe53716b74" +dependencies = [ + "sp-externalities 0.27.0", + "sp-runtime-interface 26.0.0", + "sp-trie 32.0.0", +] + [[package]] name = "cumulus-primitives-proof-size-hostfunction" version = "0.6.0" @@ -2697,19 +2860,19 @@ dependencies = [ [[package]] name = "cumulus-primitives-storage-weight-reclaim" -version = "2.0.0" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd8596e26f2d3b2c70c00b695eb9edc8fca4533105bf6b2f0c4c0ecc8075bf99" +checksum = "21d52a6f23cf094b01b33330e4f8d9a4c225620646cf0ad4e21ad299dddbe193" dependencies = [ - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-proof-size-hostfunction 0.6.0", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-proof-size-hostfunction 0.5.0", "docify", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -2734,6 +2897,27 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] +[[package]] +name = "cumulus-primitives-utility" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "beeca40e85d6da3751343a3fc8dd5b335c9a06ba9897a5b36f726d139b7646de" +dependencies = [ + "cumulus-primitives-core 0.10.0", + "frame-support 31.0.0", + "log", + "pallet-asset-conversion 13.0.0", + "parity-scale-codec", + "polkadot-runtime-common 10.0.0", + "polkadot-runtime-parachains 10.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", + "staging-xcm-executor 10.0.0", +] + [[package]] name = "cumulus-primitives-utility" version = "0.11.0" @@ -2763,23 +2947,42 @@ checksum = "842505bb9820f5d3c7d2561ed9783cd495d3665729e42590b12641e73c69fcf5" dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "futures", "futures-timer", "polkadot-cli", "polkadot-service", - "sc-cli", - "sc-client-api", - "sc-sysinfo", - "sc-telemetry", - "sc-tracing", + "sc-cli 0.40.0", + "sc-client-api 32.0.0", + "sc-sysinfo 31.0.0", + "sc-telemetry 18.0.0", + "sc-tracing 32.0.0", "sp-api 30.0.0", - "sp-consensus", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", ] +[[package]] +name = "cumulus-relay-chain-interface" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cbb531263c11cfd73f17090106fff2385ca7b02b39102c367f4c13fb1251e9dd" +dependencies = [ + "async-trait", + "cumulus-primitives-core 0.10.0", + "futures", + "jsonrpsee-core", + "parity-scale-codec", + "polkadot-overseer 10.0.0", + "sc-client-api 31.0.0", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-state-machine 0.38.0", + "thiserror", +] + [[package]] name = "cumulus-relay-chain-interface" version = "0.11.0" @@ -2791,10 +2994,10 @@ dependencies = [ "futures", "jsonrpsee-core", "parity-scale-codec", - "polkadot-overseer", - "sc-client-api", + "polkadot-overseer 11.0.0", + "sc-client-api 32.0.0", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-state-machine 0.39.0", "thiserror", ] @@ -2808,7 +3011,7 @@ dependencies = [ "array-bytes 6.2.2", "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "cumulus-relay-chain-rpc-interface", "futures", "parking_lot 0.12.1", @@ -2820,21 +3023,21 @@ dependencies = [ "polkadot-node-core-chain-api", "polkadot-node-core-prospective-parachains", "polkadot-node-core-runtime-api", - "polkadot-node-network-protocol", + "polkadot-node-network-protocol 11.0.0", "polkadot-node-subsystem-util", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", "polkadot-service", - "sc-authority-discovery", - "sc-client-api", - "sc-network", - "sc-network-common", - "sc-service", - "sc-tracing", - "sc-utils", + "sc-authority-discovery 0.38.0", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-service 0.39.0", + "sc-tracing 32.0.0", + "sc-utils 17.0.0", "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-babe 0.36.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", @@ -2850,18 +3053,18 @@ checksum = "b173a09d24c4ea2b6f90eb682276f844db7b180651f22a9e918f8bac0642075f" dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "either", "futures", "futures-timer", "jsonrpsee", "parity-scale-codec", "pin-project", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "rand", - "sc-client-api", - "sc-rpc-api", - "sc-service", + "sc-client-api 32.0.0", + "sc-rpc-api 0.37.0", + "sc-service 0.39.0", "schnellru", "serde", "serde_json", @@ -2882,6 +3085,21 @@ dependencies = [ "url", ] +[[package]] +name = "cumulus-test-relay-sproof-builder" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d1e730a7524f50acb03c24476323c4dad35690baf85175ad0f91a2dffed85b39" +dependencies = [ + "cumulus-primitives-core 0.10.0", + "parity-scale-codec", + "polkadot-primitives 10.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "sp-std", + "sp-trie 32.0.0", +] + [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.11.0" @@ -3371,35 +3589,34 @@ dependencies = [ [[package]] name = "emulated-integration-tests-common" -version = "7.0.0" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2117a0c89f2afd71f15eebe18f4b48790b675314426773ea282e9f3ff08e5afa" +checksum = "47f0799ab64756b6751d3ebcb17a30c3ba756193b6c193d14783afb312a16322" dependencies = [ - "asset-test-utils", - "bp-messages 0.11.0", + "asset-test-utils 10.0.0", + "bp-messages 0.10.0", "bridge-runtime-common", - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", - "pallet-assets 33.0.0", - "pallet-balances 33.0.0", + "cumulus-pallet-parachain-system 0.10.0", + "cumulus-pallet-xcmp-queue 0.10.0", + "cumulus-primitives-core 0.10.0", + "frame-support 31.0.0", + "pallet-assets 32.0.0", + "pallet-balances 31.0.0", "pallet-bridge-messages", - "pallet-message-queue 35.0.0", - "pallet-xcm 11.0.0", - "parachains-common 11.0.0", + "pallet-message-queue 34.0.0", + "pallet-xcm 10.0.1", + "parachains-common 10.0.0", "parity-scale-codec", "paste", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-parachains 11.0.0", - "sc-consensus-grandpa", - "sp-authority-discovery 30.0.0", - "sp-consensus-babe 0.36.0", - "sp-consensus-beefy 17.0.0", - "sp-core 32.0.0", - "sp-runtime 35.0.0", - "staging-xcm 11.0.0", + "polkadot-primitives 10.0.0", + "polkadot-runtime-parachains 10.0.0", + "sc-consensus-grandpa 0.22.0", + "sp-authority-discovery 29.0.0", + "sp-consensus-babe 0.35.0", + "sp-consensus-beefy 16.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "staging-xcm 10.0.0", "xcm-emulator", ] @@ -3805,6 +4022,15 @@ version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" +[[package]] +name = "fork-tree" +version = "12.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e93d3f0315c2eccf23453609e0ab92fe7c6ad1ca8129bcaf80b9a08c8d7fc52b" +dependencies = [ + "parity-scale-codec", +] + [[package]] name = "fork-tree" version = "13.0.0" @@ -3855,6 +4081,32 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "frame-benchmarking" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9fee087c6a7ddbc6dcfb6a6015d4b2787ecbb2113ed8b8bee8ff15f2bdf93f94" +dependencies = [ + "frame-support 31.0.0", + "frame-support-procedural 26.0.1", + "frame-system 31.0.0", + "linregress", + "log", + "parity-scale-codec", + "paste", + "scale-info", + "serde", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-runtime-interface 26.0.0", + "sp-std", + "sp-storage 20.0.0", + "static_assertions", +] + [[package]] name = "frame-benchmarking" version = "32.0.0" @@ -3904,17 +4156,17 @@ dependencies = [ "parity-scale-codec", "rand", "rand_pcg", - "sc-block-builder", - "sc-cli", - "sc-client-api", - "sc-client-db", - "sc-executor", - "sc-service", - "sc-sysinfo", + "sc-block-builder 0.37.0", + "sc-cli 0.40.0", + "sc-client-api 32.0.0", + "sc-client-db 0.39.0", + "sc-executor 0.36.0", + "sc-service 0.39.0", + "sc-sysinfo 31.0.0", "serde", "serde_json", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-database", "sp-externalities 0.28.0", @@ -3960,6 +4212,24 @@ dependencies = [ "sp-std", ] +[[package]] +name = "frame-election-provider-support" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d651327ec98d12fbdb0d25346de929e3ea2ab8a1ef85570794d9d8d54f204f28" +dependencies = [ + "frame-election-provider-solution-type", + "frame-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "scale-info", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-npos-elections 29.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "frame-election-provider-support" version = "32.0.0" @@ -4112,9 +4382,9 @@ dependencies = [ [[package]] name = "frame-support" -version = "32.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97100a956a2cd152ad4e63a5ec7b5e58503653223a73fff6e916b910b37f12ed" +checksum = "81aecbbc1c62055e8ce472283bc655bf6c0f968a4d22d504bf6aad4ea44ccbc4" dependencies = [ "aquamarine 0.5.0", "array-bytes 6.2.2", @@ -4122,7 +4392,7 @@ dependencies = [ "docify", "environmental", "frame-metadata", - "frame-support-procedural 27.0.0", + "frame-support-procedural 26.0.1", "impl-trait-for-tuples", "k256", "log", @@ -4133,13 +4403,55 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-api 30.0.0", - "sp-arithmetic 26.0.0", - "sp-core 32.0.0", + "sp-api 29.0.0", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", "sp-crypto-hashing-proc-macro", "sp-debug-derive", - "sp-genesis-builder 0.11.0", - "sp-inherents 30.0.0", + "sp-genesis-builder 0.10.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-metadata-ir 0.6.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", + "sp-state-machine 0.38.0", + "sp-std", + "sp-tracing 16.0.0", + "sp-weights 30.0.0", + "static_assertions", + "tt-call", +] + +[[package]] +name = "frame-support" +version = "32.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "97100a956a2cd152ad4e63a5ec7b5e58503653223a73fff6e916b910b37f12ed" +dependencies = [ + "aquamarine 0.5.0", + "array-bytes 6.2.2", + "bitflags 1.3.2", + "docify", + "environmental", + "frame-metadata", + "frame-support-procedural 27.0.0", + "impl-trait-for-tuples", + "k256", + "log", + "macro_magic", + "parity-scale-codec", + "paste", + "scale-info", + "serde", + "serde_json", + "smallvec", + "sp-api 30.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-crypto-hashing-proc-macro", + "sp-debug-derive", + "sp-genesis-builder 0.11.0", + "sp-inherents 30.0.0", "sp-io 34.0.0", "sp-metadata-ir 0.7.0", "sp-runtime 35.0.0", @@ -4172,6 +4484,26 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "frame-support-procedural" +version = "26.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "732fa43a05789f4ffb96955017e40643199d586c3d211754df5824a195f4eab5" +dependencies = [ + "Inflector", + "cfg-expr", + "derive-syn-parse 0.1.5", + "expander 2.1.0", + "frame-support-procedural-tools 11.0.1", + "itertools 0.10.5", + "macro_magic", + "proc-macro-warning", + "proc-macro2", + "quote", + "sp-crypto-hashing", + "syn 2.0.55", +] + [[package]] name = "frame-support-procedural" version = "27.0.0" @@ -4261,6 +4593,27 @@ dependencies = [ "sp-weights 28.0.0", ] +[[package]] +name = "frame-system" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f7537b5e23f584bf54f26c6297e0260b54fac5298be43a115176a310f256a4ab" +dependencies = [ + "cfg-if", + "docify", + "frame-support 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-version 32.0.0", + "sp-weights 30.0.0", +] + [[package]] name = "frame-system" version = "32.0.0" @@ -5165,8 +5518,8 @@ name = "integration-tests" version = "0.0.0" dependencies = [ "asset-hub-paseo-runtime", - "asset-test-utils", - "cumulus-primitives-core 0.11.0", + "asset-test-utils 11.0.0", + "cumulus-primitives-core 0.10.0", "emulated-integration-tests-common", "frame-support 32.0.0", "pallet-assets 33.0.0", @@ -6388,11 +6741,11 @@ dependencies = [ "futures", "log", "parity-scale-codec", - "sc-client-api", + "sc-client-api 32.0.0", "sc-offchain", "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-beefy 17.0.0", "sp-core 32.0.0", "sp-mmr-primitives 30.0.0", @@ -6409,7 +6762,7 @@ dependencies = [ "parity-scale-codec", "serde", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-mmr-primitives 30.0.0", "sp-runtime 35.0.0", @@ -6971,13 +7324,31 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-asset-conversion" +version = "13.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4dbd5ff1c6f662d330beb109f6180ee66ed9cd7710cad28f3d15c444556fcce4" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "scale-info", + "sp-api 29.0.0", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-asset-conversion" version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a66fbfb4b9a3a6430f5925a09257c61a048bf0dfbad26f814e0f0e517f43c06a" dependencies = [ - "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "parity-scale-codec", @@ -7022,6 +7393,22 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-asset-rate" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a5a492d16d0f7423cb2d7ca6fa6b4d423a4f4e2f67d2dc92d84d5988fcc33cfb" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-asset-rate" version = "11.0.0" @@ -7057,19 +7444,36 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-asset-tx-payment" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cfcf34819002b9d6c8d7a28d89207498f63288de6689061fe9c1fb7c55454ff8" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "pallet-transaction-payment 31.0.0", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-asset-tx-payment" version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d27f76cc9151160c08fcee2e095b91048a2d1cb041b7c022a88f98ba220827b4" dependencies = [ - "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "pallet-transaction-payment 32.0.0", "parity-scale-codec", "scale-info", - "serde", "sp-core 32.0.0", "sp-io 34.0.0", "sp-runtime 35.0.0", @@ -7093,6 +7497,23 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-assets" +version = "32.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "805543c2ea1f10f14bc767f156b8ec80785345b683eaa59dea84d28745a87ee3" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-assets" version = "33.0.0" @@ -7163,6 +7584,23 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-authority-discovery" +version = "31.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6a9c124d86227da7ae9073cc2984c0384c7830f7fa61450c0990c56837335da2" +dependencies = [ + "frame-support 31.0.0", + "frame-system 31.0.0", + "pallet-session 31.0.0", + "parity-scale-codec", + "scale-info", + "sp-application-crypto 33.0.0", + "sp-authority-discovery 29.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-authority-discovery" version = "32.0.0" @@ -7195,6 +7633,21 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-authorship" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8168348a94c479b7da001b3f0d1100210704eda8ce72c58aac456f1d866d7d67" +dependencies = [ + "frame-support 31.0.0", + "frame-system 31.0.0", + "impl-trait-for-tuples", + "parity-scale-codec", + "scale-info", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-authorship" version = "32.0.0" @@ -7235,6 +7688,31 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-babe" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "37353294183655c76cdc56ffc5edf777b1e2275af59ae73c8aa255b6d941b362" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "pallet-authorship 31.0.0", + "pallet-session 31.0.0", + "pallet-timestamp 30.0.0", + "parity-scale-codec", + "scale-info", + "sp-application-crypto 33.0.0", + "sp-consensus-babe 0.35.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-staking 29.0.0", + "sp-std", +] + [[package]] name = "pallet-babe" version = "32.0.0" @@ -7323,6 +7801,23 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-balances" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3565d525dd88e07da5b2309cd6ffe7447ddc5406eeaa2cb26157d35787a69a7" +dependencies = [ + "docify", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-balances" version = "33.0.0" @@ -7474,85 +7969,85 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88e0f44b87681bafd9deec464b7f0d4f3c9b050b53ef1588eb5312d26ebc30a5" +checksum = "e0034e29cd8f1547e0688ba3cb3a621c1dcb076c59f548eb40e0680ba37f14e7" dependencies = [ - "bp-header-chain 0.11.0", - "bp-runtime 0.11.0", + "bp-header-chain 0.10.0", + "bp-runtime 0.10.0", "bp-test-utils", "finality-grandpa", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-consensus-grandpa 17.0.0", - "sp-runtime 35.0.0", + "sp-consensus-grandpa 16.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 32.0.0", ] [[package]] name = "pallet-bridge-messages" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9da377cff690ae52d872bdc6dd00ef7ebb3b2eb092ddacc2e26e9efb9f13631" +checksum = "fe205f990c97a766b317378617c3ac8548530e0e29011250ad4c669cf4d86773" dependencies = [ - "bp-messages 0.11.0", - "bp-runtime 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-messages 0.10.0", + "bp-runtime 0.10.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "num-traits", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "pallet-bridge-parachains" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c9e9466750027c10df653ac91eaaffe042d1f94dca5f561b6ea9f54f389d496" +checksum = "d4315c1346e60031afc119b051fbe9aa32c29143abb1b6b771d82c0e9fe5a4a8" dependencies = [ - "bp-header-chain 0.11.0", + "bp-header-chain 0.10.0", "bp-parachains", - "bp-polkadot-core 0.11.0", - "bp-runtime 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-polkadot-core 0.10.0", + "bp-runtime 0.10.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "pallet-bridge-grandpa", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 32.0.0", ] [[package]] name = "pallet-bridge-relayers" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9380cbce05df9451cb9b2149e1284090c0da3f3ab9615b8810b1cb0e2ab3aed5" +checksum = "e85310662790097b4f391b32822eb55d5088bc09ac91343d68e48e4fc582cb31" dependencies = [ - "bp-messages 0.11.0", + "bp-messages 0.10.0", "bp-relayers", - "bp-runtime 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-runtime 0.10.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "pallet-bridge-messages", "parity-scale-codec", "scale-info", - "sp-arithmetic 26.0.0", - "sp-runtime 35.0.0", + "sp-arithmetic 25.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -7575,6 +8070,24 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-broker" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c1b05f01c3d279cd661eba2c391844bac03fa5f979b9de821e6eb1cbe6069dfc" +dependencies = [ + "bitvec", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "scale-info", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-broker" version = "0.10.0" @@ -7654,13 +8167,33 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-collator-selection" +version = "12.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26edc27ed73c658e6f3d37b4cc8822be3f293e1f0dc58830b42c272781ac8a44" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "pallet-authorship 31.0.0", + "pallet-balances 31.0.0", + "pallet-session 31.0.0", + "parity-scale-codec", + "rand", + "scale-info", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", + "sp-std", +] + [[package]] name = "pallet-collator-selection" version = "13.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7e0724831b2b1775542055c80918e78478953ee8d6777962a947404f22001c75" dependencies = [ - "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "log", @@ -7747,7 +8280,7 @@ dependencies = [ "bitflags 1.3.2", "parity-scale-codec", "paste", - "polkavm-derive", + "polkavm-derive 0.9.1", "scale-info", ] @@ -7830,6 +8363,30 @@ dependencies = [ "strum 0.24.1", ] +[[package]] +name = "pallet-election-provider-multi-phase" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "da78b2feeba1286b66ac20cbfbcd321fe9d1d2bc15e9e31292023e9a66dbb819" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-election-provider-support 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "pallet-election-provider-support-benchmarking 30.0.0", + "parity-scale-codec", + "rand", + "scale-info", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-npos-elections 29.0.0", + "sp-runtime 34.0.0", + "sp-std", + "strum 0.24.1", +] + [[package]] name = "pallet-election-provider-multi-phase" version = "31.0.0" @@ -7869,6 +8426,21 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-election-provider-support-benchmarking" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e1b20f98b9a1497a59d2b0eca0051c5ada89851bf29b26fda3a2cfe934a32116" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-election-provider-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "sp-npos-elections 29.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-election-provider-support-benchmarking" version = "31.0.0" @@ -7924,6 +8496,26 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-fast-unstake" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "24717c932bd68705e3a5b6b9311a31e57b354274de1c373feb9ca920f6a3e439" +dependencies = [ + "docify", + "frame-benchmarking 31.0.0", + "frame-election-provider-support 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", + "sp-std", +] + [[package]] name = "pallet-fast-unstake" version = "31.0.0" @@ -8010,6 +8602,24 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-identity" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "33bca13843a11add3909a8c4bffae547ba9fa3a11c07ac2f8afd670acd85cb15" +dependencies = [ + "enumflags2", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-identity" version = "32.0.0" @@ -8145,6 +8755,27 @@ dependencies = [ "sp-weights 28.0.0", ] +[[package]] +name = "pallet-message-queue" +version = "34.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "063b2e7912fbbe67985e68e460f2f242b90de48a63a1f03dd2ae022154ba25e9" +dependencies = [ + "environmental", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-weights 30.0.0", +] + [[package]] name = "pallet-message-queue" version = "35.0.0" @@ -8748,6 +9379,29 @@ dependencies = [ "sp-trie 30.0.0", ] +[[package]] +name = "pallet-session" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "17951aa288869e5afe5815eedc7038dd50b9741d215b66323ff4a12f5686ac15" +dependencies = [ + "frame-support 31.0.0", + "frame-system 31.0.0", + "impl-trait-for-tuples", + "log", + "pallet-timestamp 30.0.0", + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-staking 29.0.0", + "sp-state-machine 0.38.0", + "sp-std", + "sp-trie 32.0.0", +] + [[package]] name = "pallet-session" version = "32.0.0" @@ -8850,6 +9504,30 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-staking" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "baeb3d22e737307280e2047cba983cc9aa477a6f4c3001e8c1f07077d148c8f7" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-election-provider-support 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "pallet-authorship 31.0.0", + "pallet-session 31.0.0", + "parity-scale-codec", + "rand_chacha 0.2.2", + "scale-info", + "serde", + "sp-application-crypto 33.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", + "sp-std", +] + [[package]] name = "pallet-staking" version = "32.0.0" @@ -8896,6 +9574,16 @@ dependencies = [ "sp-arithmetic 24.0.0", ] +[[package]] +name = "pallet-staking-reward-fn" +version = "21.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e341c47481040b68edcf166ad34633c4c5da20d1559413e68387da935a6ae18" +dependencies = [ + "log", + "sp-arithmetic 25.0.0", +] + [[package]] name = "pallet-staking-reward-fn" version = "22.0.0" @@ -9019,6 +9707,27 @@ dependencies = [ "sp-timestamp 27.0.0", ] +[[package]] +name = "pallet-timestamp" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bb766403f8cabcedb1725326befd7253de3e4c1d3b3d5f7c40adc49ebee5040c" +dependencies = [ + "docify", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-storage 20.0.0", + "sp-timestamp 29.0.0", +] + [[package]] name = "pallet-timestamp" version = "31.0.0" @@ -9077,6 +9786,23 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-transaction-payment" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "12df1de833ad0abff5daa53f80594d6ef66d250cc1ae073c01e406ce37bbf25e" +dependencies = [ + "frame-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-transaction-payment" version = "32.0.0" @@ -9104,9 +9830,9 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 32.0.0", "parity-scale-codec", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", - "sp-rpc", + "sp-rpc 30.0.0", "sp-runtime 35.0.0", "sp-weights 31.0.0", ] @@ -9157,6 +9883,26 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-treasury" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "174da255855136b4bf7174a1499ddf20134efe75d59fac4709244fe813534656" +dependencies = [ + "docify", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "impl-trait-for-tuples", + "pallet-balances 31.0.0", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-treasury" version = "31.0.0" @@ -9210,6 +9956,23 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-utility" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "73c54ec28e67769b35a650d497ddd10bf0dd783d14965a1034cdcb71ae1d1442" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-utility" version = "32.0.0" @@ -9243,6 +10006,22 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-vesting" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4a5627016e1cb40d02bf589507429558208c05948d1399ab405307bfe3b1d967" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-vesting" version = "32.0.0" @@ -9315,6 +10094,30 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] +[[package]] +name = "pallet-xcm" +version = "10.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bd52ee00a54f8b6ff3a90e97622b2403667ef25105dd08d71d45a7075c0ba478" +dependencies = [ + "bounded-collections 0.2.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "pallet-balances 31.0.0", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", + "staging-xcm-executor 10.0.0", +] + [[package]] name = "pallet-xcm" version = "11.0.0" @@ -9400,6 +10203,26 @@ dependencies = [ "staging-xcm-builder 8.0.3", ] +[[package]] +name = "pallet-xcm-bridge-hub-router" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d565232e0b191f9ba84ae2b0549122493e283daee73c8f1d46864b2151d17c3" +dependencies = [ + "bp-xcm-bridge-hub-router 0.9.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", +] + [[package]] name = "pallet-xcm-bridge-hub-router" version = "0.9.0" @@ -9407,7 +10230,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5e3e699ac017c1ea645c97e6a42d4c193f69282ca37c4197fc2a1cc9e69c2dc6" dependencies = [ "bp-xcm-bridge-hub-router 0.10.0", - "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "log", @@ -9452,6 +10274,38 @@ dependencies = [ "substrate-wasm-builder 18.0.1", ] +[[package]] +name = "parachains-common" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5539fb10c2901cf120d3db87f6ee1568696ccce30cea1a0d0cdee31f64f1da37" +dependencies = [ + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-utility 0.10.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "pallet-asset-tx-payment 31.0.0", + "pallet-assets 32.0.0", + "pallet-authorship 31.0.0", + "pallet-balances 31.0.0", + "pallet-collator-selection 12.0.1", + "pallet-message-queue 34.0.0", + "pallet-xcm 10.0.1", + "parity-scale-codec", + "polkadot-primitives 10.0.0", + "scale-info", + "sp-consensus-aura 0.35.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "staging-parachain-info 0.10.0", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", + "substrate-wasm-builder 20.0.0", +] + [[package]] name = "parachains-common" version = "11.0.0" @@ -9484,6 +10338,38 @@ dependencies = [ "substrate-wasm-builder 21.0.0", ] +[[package]] +name = "parachains-runtimes-test-utils" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f99223f27fe88a1d071e0ddf6e10556aacb6cb507658acc70957783830f6fc37" +dependencies = [ + "cumulus-pallet-parachain-system 0.10.0", + "cumulus-pallet-xcmp-queue 0.10.0", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-parachain-inherent 0.10.0", + "cumulus-test-relay-sproof-builder 0.10.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "pallet-balances 31.0.0", + "pallet-collator-selection 12.0.1", + "pallet-session 31.0.0", + "pallet-timestamp 30.0.0", + "pallet-xcm 10.0.1", + "parity-scale-codec", + "polkadot-parachain-primitives 9.0.0", + "sp-consensus-aura 0.35.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-tracing 16.0.0", + "staging-parachain-info 0.10.0", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", + "substrate-wasm-builder 20.0.0", +] + [[package]] name = "parachains-runtimes-test-utils" version = "11.0.0" @@ -9494,7 +10380,7 @@ dependencies = [ "cumulus-pallet-xcmp-queue 0.11.0", "cumulus-primitives-core 0.11.0", "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-test-relay-sproof-builder", + "cumulus-test-relay-sproof-builder 0.11.0", "frame-support 32.0.0", "frame-system 32.0.0", "pallet-balances 33.0.0", @@ -9987,15 +10873,15 @@ dependencies = [ "futures", "futures-timer", "itertools 0.10.5", - "polkadot-node-jaeger", - "polkadot-node-metrics", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-metrics 11.0.0", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10007,12 +10893,12 @@ dependencies = [ "always-assert", "futures", "futures-timer", - "polkadot-node-network-protocol", + "polkadot-node-network-protocol 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10026,8 +10912,8 @@ dependencies = [ "futures", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", @@ -10036,7 +10922,7 @@ dependencies = [ "sp-core 32.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10050,17 +10936,17 @@ dependencies = [ "futures", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", - "sc-network", + "sc-network 0.38.0", "schnellru", "thiserror", "tokio", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10074,15 +10960,15 @@ dependencies = [ "frame-benchmarking-cli", "futures", "log", - "polkadot-node-metrics", - "polkadot-node-primitives", + "polkadot-node-metrics 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-service", - "sc-cli", - "sc-executor", - "sc-service", + "sc-cli 0.40.0", + "sc-executor 0.36.0", + "sc-service 0.39.0", "sc-storage-monitor", - "sc-sysinfo", - "sc-tracing", + "sc-sysinfo 31.0.0", + "sc-tracing 32.0.0", "sp-core 32.0.0", "sp-io 34.0.0", "sp-keyring 35.0.0", @@ -10103,8 +10989,8 @@ dependencies = [ "fatality", "futures", "futures-timer", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", @@ -10113,7 +10999,7 @@ dependencies = [ "sp-runtime 35.0.0", "thiserror", "tokio-util", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10129,6 +11015,19 @@ dependencies = [ "sp-std", ] +[[package]] +name = "polkadot-core-primitives" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "44c2f38f3195108e9da39b9845895bb3dff76f1c7b31409143febeb1560cd276" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "polkadot-core-primitives" version = "11.0.0" @@ -10155,17 +11054,17 @@ dependencies = [ "indexmap 2.2.6", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", - "sc-network", + "sc-network 0.38.0", "schnellru", "sp-application-crypto 34.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10175,7 +11074,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf840ff7a6337715e20e1afd76fd20dae11ebb049d89855ee2bf47b36b0e6249" dependencies = [ "parity-scale-codec", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-primitives 11.0.0", "reed-solomon-novelpoly", "sp-core 32.0.0", @@ -10191,19 +11090,19 @@ checksum = "477f94e8c3eedd6cfcfdfe50a33d610d38dfec4668ff7f3baef8814ffb7da85e" dependencies = [ "futures", "futures-timer", - "polkadot-node-network-protocol", + "polkadot-node-network-protocol 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", "rand_chacha 0.3.1", - "sc-network", - "sc-network-common", + "sc-network 0.38.0", + "sc-network-common 0.37.0", "sp-application-crypto 34.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-keystore 0.38.0", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10219,15 +11118,15 @@ dependencies = [ "futures", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-metrics", - "polkadot-node-network-protocol", + "polkadot-node-metrics 11.0.0", + "polkadot-node-network-protocol 11.0.0", "polkadot-node-subsystem", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", - "sc-network", - "sp-consensus", + "sc-network 0.38.0", + "sp-consensus 0.36.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10239,14 +11138,14 @@ dependencies = [ "futures", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "sp-core 32.0.0", "sp-maybe-compressed-blob", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10263,24 +11162,24 @@ dependencies = [ "kvdb", "merlin", "parity-scale-codec", - "polkadot-node-jaeger", - "polkadot-node-primitives", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", "rand", "rand_chacha 0.3.1", "rand_core 0.6.4", - "sc-keystore", + "sc-keystore 29.0.0", "schnellru", "schnorrkel 0.11.4", "sp-application-crypto 34.0.0", - "sp-consensus", + "sp-consensus 0.36.0", "sp-consensus-slots 0.36.0", "sp-runtime 35.0.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10295,15 +11194,15 @@ dependencies = [ "kvdb", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-jaeger", - "polkadot-node-primitives", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", - "sp-consensus", + "sp-consensus 0.36.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10316,15 +11215,15 @@ dependencies = [ "fatality", "futures", "polkadot-erasure-coding", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", - "polkadot-statement-table", + "polkadot-statement-table 11.0.0", "schnellru", "sp-keystore 0.38.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10339,7 +11238,7 @@ dependencies = [ "polkadot-primitives 11.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", "wasm-timer", ] @@ -10354,15 +11253,15 @@ dependencies = [ "futures-timer", "parity-scale-codec", "polkadot-node-core-pvf", - "polkadot-node-metrics", - "polkadot-node-primitives", + "polkadot-node-metrics 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", "sp-maybe-compressed-blob", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10372,12 +11271,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2ffcc24bbbc2a2523c599022b106f0b48213bf80ef75f490fe02ec79ab972e4" dependencies = [ "futures", - "polkadot-node-metrics", + "polkadot-node-metrics 11.0.0", "polkadot-node-subsystem", - "polkadot-node-subsystem-types", - "sc-client-api", + "polkadot-node-subsystem-types 11.0.0", + "sc-client-api 32.0.0", "sc-consensus-babe", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10390,12 +11289,12 @@ dependencies = [ "futures-timer", "kvdb", "parity-scale-codec", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10408,14 +11307,14 @@ dependencies = [ "futures", "kvdb", "parity-scale-codec", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", - "sc-keystore", + "sc-keystore 29.0.0", "schnellru", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10428,12 +11327,12 @@ dependencies = [ "futures", "futures-timer", "polkadot-node-subsystem", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-inherents 30.0.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10446,12 +11345,12 @@ dependencies = [ "fatality", "futures", "parity-scale-codec", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10464,13 +11363,13 @@ dependencies = [ "fatality", "futures", "futures-timer", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "schnellru", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10491,8 +11390,8 @@ dependencies = [ "pin-project", "polkadot-core-primitives 11.0.0", "polkadot-node-core-pvf-common", - "polkadot-node-metrics", - "polkadot-node-primitives", + "polkadot-node-metrics 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", @@ -10504,7 +11403,7 @@ dependencies = [ "tempfile", "thiserror", "tokio", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10514,14 +11413,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "275cab7ad2b38fdfb0c097485fe4f51e55e36c96330255edc38ccf121aa2171c" dependencies = [ "futures", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10539,9 +11438,9 @@ dependencies = [ "parity-scale-codec", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", - "sc-executor", - "sc-executor-common", - "sc-executor-wasmtime", + "sc-executor 0.36.0", + "sc-executor-common 0.33.0", + "sc-executor-wasmtime 0.33.1", "seccompiler", "sp-core 32.0.0", "sp-crypto-hashing", @@ -10549,7 +11448,7 @@ dependencies = [ "sp-io 34.0.0", "sp-tracing 17.0.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10559,13 +11458,32 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fd9c685da442b6dde17f0f1e4bd6bb4d6827c6af0dbe96bc603d3d4f8fd05953" dependencies = [ "futures", - "polkadot-node-metrics", + "polkadot-node-metrics 11.0.0", "polkadot-node-subsystem", - "polkadot-node-subsystem-types", + "polkadot-node-subsystem-types 11.0.0", "polkadot-primitives 11.0.0", "schnellru", "sp-consensus-babe 0.36.0", - "tracing-gum", + "tracing-gum 11.0.0", +] + +[[package]] +name = "polkadot-node-jaeger" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e14e65e3d9990d1f8f793a23c05c6aa82a551e551225ab86d2625474afef748f" +dependencies = [ + "lazy_static", + "log", + "mick-jaeger", + "parity-scale-codec", + "parking_lot 0.12.1", + "polkadot-node-primitives 10.0.0", + "polkadot-primitives 10.0.0", + "sc-network 0.37.0", + "sp-core 31.0.0", + "thiserror", + "tokio", ] [[package]] @@ -10579,14 +11497,34 @@ dependencies = [ "mick-jaeger", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-primitives 11.0.0", - "sc-network", + "sc-network 0.38.0", "sp-core 32.0.0", "thiserror", "tokio", ] +[[package]] +name = "polkadot-node-metrics" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4ca58a67371546b66a011f0e27551094a8499a53223b16c164e769d25d981d0" +dependencies = [ + "bs58 0.5.1", + "futures", + "futures-timer", + "log", + "parity-scale-codec", + "polkadot-primitives 10.0.0", + "prioritized-metered-channel", + "sc-cli 0.39.0", + "sc-service 0.38.0", + "sc-tracing 31.0.0", + "substrate-prometheus-endpoint", + "tracing-gum 10.0.0", +] + [[package]] name = "polkadot-node-metrics" version = "11.0.0" @@ -10600,11 +11538,36 @@ dependencies = [ "parity-scale-codec", "polkadot-primitives 11.0.0", "prioritized-metered-channel", - "sc-cli", - "sc-service", - "sc-tracing", + "sc-cli 0.40.0", + "sc-service 0.39.0", + "sc-tracing 32.0.0", "substrate-prometheus-endpoint", - "tracing-gum", + "tracing-gum 11.0.0", +] + +[[package]] +name = "polkadot-node-network-protocol" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "67c3b078794c9c383ee3ceff65f2713ec81c033c6d8785ead5f7797e914c1fe3" +dependencies = [ + "async-channel 1.9.0", + "async-trait", + "bitvec", + "derive_more", + "fatality", + "futures", + "hex", + "parity-scale-codec", + "polkadot-node-jaeger 10.0.0", + "polkadot-node-primitives 10.0.0", + "polkadot-primitives 10.0.0", + "rand", + "sc-authority-discovery 0.37.0", + "sc-network 0.37.0", + "strum 0.24.1", + "thiserror", + "tracing-gum 10.0.0", ] [[package]] @@ -10621,15 +11584,39 @@ dependencies = [ "futures", "hex", "parity-scale-codec", - "polkadot-node-jaeger", - "polkadot-node-primitives", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-primitives 11.0.0", "rand", - "sc-authority-discovery", - "sc-network", + "sc-authority-discovery 0.38.0", + "sc-network 0.38.0", "strum 0.26.3", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", +] + +[[package]] +name = "polkadot-node-primitives" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d9521abb7028ce7040f66a0786423bee2cdb7725ca46e5cee1f86191bcb2ed3" +dependencies = [ + "bitvec", + "bounded-vec", + "futures", + "parity-scale-codec", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", + "schnorrkel 0.11.4", + "serde", + "sp-application-crypto 33.0.0", + "sp-consensus-babe 0.35.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "sp-maybe-compressed-blob", + "sp-runtime 34.0.0", + "thiserror", + "zstd 0.12.4", ] [[package]] @@ -10662,9 +11649,38 @@ version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6d5bbd86b3014ce7cc71e1a90bf641e26c4cea98955522d350268efa97c58de9" dependencies = [ - "polkadot-node-jaeger", - "polkadot-node-subsystem-types", - "polkadot-overseer", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-subsystem-types 11.0.0", + "polkadot-overseer 11.0.0", +] + +[[package]] +name = "polkadot-node-subsystem-types" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bf0e971c1377901212059b794b48acac9a855cac83f2e07dc1b708ca0e77ba64" +dependencies = [ + "async-trait", + "bitvec", + "derive_more", + "futures", + "orchestra", + "polkadot-node-jaeger 10.0.0", + "polkadot-node-network-protocol 10.0.0", + "polkadot-node-primitives 10.0.0", + "polkadot-primitives 10.0.0", + "polkadot-statement-table 10.0.0", + "sc-client-api 31.0.0", + "sc-network 0.37.0", + "sc-transaction-pool-api 31.0.0", + "smallvec", + "sp-api 29.0.0", + "sp-authority-discovery 29.0.0", + "sp-blockchain 31.0.0", + "sp-consensus-babe 0.35.0", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", + "thiserror", ] [[package]] @@ -10678,18 +11694,18 @@ dependencies = [ "derive_more", "futures", "orchestra", - "polkadot-node-jaeger", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-primitives 11.0.0", - "polkadot-statement-table", - "sc-client-api", - "sc-network", - "sc-transaction-pool-api", + "polkadot-statement-table 11.0.0", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sc-transaction-pool-api 32.0.0", "smallvec", "sp-api 30.0.0", "sp-authority-discovery 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-consensus-babe 0.36.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", @@ -10713,23 +11729,46 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "pin-project", - "polkadot-node-jaeger", - "polkadot-node-metrics", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-metrics 11.0.0", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", - "polkadot-node-subsystem-types", - "polkadot-overseer", + "polkadot-node-subsystem-types 11.0.0", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", "prioritized-metered-channel", "rand", - "sc-client-api", + "sc-client-api 32.0.0", "schnellru", "sp-application-crypto 34.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", +] + +[[package]] +name = "polkadot-overseer" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "97415bc09e9dd20d44a019eaf0bb803ab3239a7eca20820b181e53901966fdbc" +dependencies = [ + "async-trait", + "futures", + "futures-timer", + "orchestra", + "parking_lot 0.12.1", + "polkadot-node-metrics 10.0.0", + "polkadot-node-network-protocol 10.0.0", + "polkadot-node-primitives 10.0.0", + "polkadot-node-subsystem-types 10.0.0", + "polkadot-primitives 10.0.0", + "sc-client-api 31.0.0", + "sp-api 29.0.0", + "sp-core 31.0.0", + "tikv-jemalloc-ctl", + "tracing-gum 10.0.0", ] [[package]] @@ -10743,16 +11782,16 @@ dependencies = [ "futures-timer", "orchestra", "parking_lot 0.12.1", - "polkadot-node-metrics", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem-types", + "polkadot-node-metrics 11.0.0", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", + "polkadot-node-subsystem-types 11.0.0", "polkadot-primitives 11.0.0", - "sc-client-api", + "sc-client-api 32.0.0", "sp-api 30.0.0", "sp-core 32.0.0", "tikv-jemalloc-ctl", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10775,26 +11814,44 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" -version = "10.0.0" +version = "9.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe77e2febc4b87e7c0a63f857ce5c32a2680cae5f9c2740285cd7378ed1586ca" +checksum = "4b87dda07862f2b16f2c2b7d315f2b4549c896562d973d466b6d19de36aba30d" dependencies = [ "bounded-collections 0.2.0", "derive_more", "parity-scale-codec", - "polkadot-core-primitives 11.0.0", + "polkadot-core-primitives 10.0.0", "scale-info", "serde", - "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-weights 31.0.0", + "sp-weights 30.0.0", ] [[package]] -name = "polkadot-primitives" -version = "8.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" +name = "polkadot-parachain-primitives" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fe77e2febc4b87e7c0a63f857ce5c32a2680cae5f9c2740285cd7378ed1586ca" +dependencies = [ + "bounded-collections 0.2.0", + "derive_more", + "parity-scale-codec", + "polkadot-core-primitives 11.0.0", + "scale-info", + "serde", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-std", + "sp-weights 31.0.0", +] + +[[package]] +name = "polkadot-primitives" +version = "8.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e0d5f9930210cab0233d81204415c9ef4a8889cdf3e60de1435250481a2773ca" dependencies = [ "bitvec", @@ -10819,6 +11876,34 @@ dependencies = [ "sp-std", ] +[[package]] +name = "polkadot-primitives" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7e01b525a35852e2861397eecbdb4a03dda69f14f7ca04968f2e06d6cba51dfb" +dependencies = [ + "bitvec", + "hex-literal", + "log", + "parity-scale-codec", + "polkadot-core-primitives 10.0.0", + "polkadot-parachain-primitives 9.0.0", + "scale-info", + "serde", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-arithmetic 25.0.0", + "sp-authority-discovery 29.0.0", + "sp-consensus-slots 0.35.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", + "sp-std", +] + [[package]] name = "polkadot-primitives" version = "11.0.0" @@ -10857,23 +11942,23 @@ dependencies = [ "mmr-rpc", "pallet-transaction-payment-rpc", "polkadot-primitives 11.0.0", - "sc-chain-spec", - "sc-client-api", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", "sc-consensus-babe", "sc-consensus-babe-rpc", "sc-consensus-beefy", "sc-consensus-beefy-rpc", "sc-consensus-epochs", - "sc-consensus-grandpa", + "sc-consensus-grandpa 0.23.0", "sc-consensus-grandpa-rpc", - "sc-rpc", - "sc-rpc-spec-v2", + "sc-rpc 33.0.0", + "sc-rpc-spec-v2 0.38.0", "sc-sync-state-rpc", - "sc-transaction-pool-api", + "sc-transaction-pool-api 32.0.0", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-babe 0.36.0", "sp-keystore 0.38.0", "sp-runtime 35.0.0", @@ -10933,6 +12018,58 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "polkadot-runtime-common" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b1abd7bff20e17e025a4e001aff55dfefcfd7ef8a8ae138de44998a012e227f2" +dependencies = [ + "bitvec", + "frame-benchmarking 31.0.0", + "frame-election-provider-support 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "impl-trait-for-tuples", + "libsecp256k1", + "log", + "pallet-asset-rate 10.0.0", + "pallet-authorship 31.0.0", + "pallet-babe 31.0.0", + "pallet-balances 31.0.0", + "pallet-broker 0.9.0", + "pallet-election-provider-multi-phase 30.0.0", + "pallet-fast-unstake 30.0.0", + "pallet-identity 31.0.0", + "pallet-session 31.0.0", + "pallet-staking 31.0.0", + "pallet-staking-reward-fn 21.0.0", + "pallet-timestamp 30.0.0", + "pallet-transaction-payment 31.0.0", + "pallet-treasury 30.0.0", + "pallet-vesting 31.0.0", + "parity-scale-codec", + "polkadot-primitives 10.0.0", + "polkadot-runtime-parachains 10.0.0", + "rustc-hex", + "scale-info", + "serde", + "serde_derive", + "slot-range-helper 10.0.0", + "sp-api 29.0.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-npos-elections 29.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-staking 29.0.0", + "sp-std", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", + "staging-xcm-executor 10.0.0", + "static_assertions", +] + [[package]] name = "polkadot-runtime-common" version = "11.0.0" @@ -10999,6 +12136,20 @@ dependencies = [ "sp-tracing 16.0.0", ] +[[package]] +name = "polkadot-runtime-metrics" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4fed9088becfd874b6dbf064f9d1dd1bfa2e3c2188459a572aac2e689c028772" +dependencies = [ + "bs58 0.5.1", + "frame-benchmarking 31.0.0", + "parity-scale-codec", + "polkadot-primitives 10.0.0", + "sp-std", + "sp-tracing 16.0.0", +] + [[package]] name = "polkadot-runtime-metrics" version = "11.0.0" @@ -11063,6 +12214,56 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "polkadot-runtime-parachains" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ce601c5f1005ff1d315c1e5c161a73e63e54bf23527f98c2bfa3ffc5b22f5e6" +dependencies = [ + "bitflags 1.3.2", + "bitvec", + "derive_more", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "impl-trait-for-tuples", + "log", + "pallet-authority-discovery 31.0.1", + "pallet-authorship 31.0.0", + "pallet-babe 31.0.0", + "pallet-balances 31.0.0", + "pallet-broker 0.9.0", + "pallet-message-queue 34.0.0", + "pallet-session 31.0.0", + "pallet-staking 31.0.0", + "pallet-timestamp 30.0.0", + "pallet-vesting 31.0.0", + "parity-scale-codec", + "polkadot-core-primitives 10.0.0", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", + "polkadot-runtime-metrics 10.0.0", + "rand", + "rand_chacha 0.3.1", + "rustc-hex", + "scale-info", + "serde", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-staking 29.0.0", + "sp-std", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", + "static_assertions", +] + [[package]] name = "polkadot-runtime-parachains" version = "11.0.0" @@ -11163,49 +12364,49 @@ dependencies = [ "polkadot-node-core-pvf", "polkadot-node-core-pvf-checker", "polkadot-node-core-runtime-api", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", - "polkadot-node-subsystem-types", + "polkadot-node-subsystem-types 11.0.0", "polkadot-node-subsystem-util", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", "polkadot-rpc", "polkadot-runtime-parachains 11.0.0", "polkadot-statement-distribution", "rococo-runtime", - "sc-authority-discovery", + "sc-authority-discovery 0.38.0", "sc-basic-authorship", - "sc-block-builder", - "sc-chain-spec", - "sc-client-api", - "sc-client-db", - "sc-consensus", + "sc-block-builder 0.37.0", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", + "sc-client-db 0.39.0", + "sc-consensus 0.37.0", "sc-consensus-babe", "sc-consensus-beefy", - "sc-consensus-grandpa", + "sc-consensus-grandpa 0.23.0", "sc-consensus-slots", - "sc-executor", - "sc-keystore", - "sc-network", - "sc-network-common", - "sc-network-sync", + "sc-executor 0.36.0", + "sc-keystore 29.0.0", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-network-sync 0.37.0", "sc-offchain", - "sc-service", + "sc-service 0.39.0", "sc-sync-state-rpc", - "sc-sysinfo", - "sc-telemetry", - "sc-transaction-pool", - "sc-transaction-pool-api", + "sc-sysinfo 31.0.0", + "sc-telemetry 18.0.0", + "sc-transaction-pool 32.0.0", + "sc-transaction-pool-api 32.0.0", "schnellru", "serde", "serde_json", "sp-api 30.0.0", "sp-authority-discovery 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-babe 0.36.0", "sp-consensus-beefy 17.0.0", "sp-consensus-grandpa 17.0.0", @@ -11227,7 +12428,7 @@ dependencies = [ "staging-xcm 11.0.0", "substrate-prometheus-endpoint", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", "westend-runtime", "xcm-fee-payment-runtime-api", ] @@ -11245,15 +12446,27 @@ dependencies = [ "futures-timer", "indexmap 2.2.6", "parity-scale-codec", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "sp-keystore 0.38.0", "sp-staking 30.0.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", +] + +[[package]] +name = "polkadot-statement-table" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a18144720acd47e1243b60c20bfb03f73dc67cbaf61bf2820991961e1ebb803b" +dependencies = [ + "parity-scale-codec", + "polkadot-primitives 10.0.0", + "sp-core 31.0.0", + "tracing-gum 10.0.0", ] [[package]] @@ -11265,7 +12478,7 @@ dependencies = [ "parity-scale-codec", "polkadot-primitives 11.0.0", "sp-core 32.0.0", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -11277,7 +12490,7 @@ dependencies = [ "libc", "log", "polkavm-assembler", - "polkavm-common", + "polkavm-common 0.9.0", "polkavm-linux-raw", ] @@ -11290,6 +12503,12 @@ dependencies = [ "log", ] +[[package]] +name = "polkavm-common" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "92c99f7eee94e7be43ba37eef65ad0ee8cbaf89b7c00001c3f6d2be985cb1817" + [[package]] name = "polkavm-common" version = "0.9.0" @@ -11299,13 +12518,34 @@ dependencies = [ "log", ] +[[package]] +name = "polkavm-derive" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "79fa916f7962348bd1bb1a65a83401675e6fc86c51a0fdbcf92a3108e58e6125" +dependencies = [ + "polkavm-derive-impl-macro 0.8.0", +] + [[package]] name = "polkavm-derive" version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ae8c4bea6f3e11cd89bb18bcdddac10bd9a24015399bd1c485ad68a985a19606" dependencies = [ - "polkavm-derive-impl-macro", + "polkavm-derive-impl-macro 0.9.0", +] + +[[package]] +name = "polkavm-derive-impl" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c10b2654a8a10a83c260bfb93e97b262cf0017494ab94a65d389e0eda6de6c9c" +dependencies = [ + "polkavm-common 0.8.0", + "proc-macro2", + "quote", + "syn 2.0.55", ] [[package]] @@ -11314,19 +12554,29 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c4fdfc49717fb9a196e74a5d28e0bc764eb394a2c803eb11133a31ac996c60c" dependencies = [ - "polkavm-common", + "polkavm-common 0.9.0", "proc-macro2", "quote", "syn 2.0.55", ] +[[package]] +name = "polkavm-derive-impl-macro" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "15e85319a0d5129dc9f021c62607e0804f5fb777a05cdda44d750ac0732def66" +dependencies = [ + "polkavm-derive-impl 0.8.0", + "syn 2.0.55", +] + [[package]] name = "polkavm-derive-impl-macro" version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ba81f7b5faac81e528eb6158a6f3c9e0bb1008e0ffa19653bc8dea925ecb429" dependencies = [ - "polkavm-derive-impl", + "polkavm-derive-impl 0.9.0", "syn 2.0.55", ] @@ -11340,7 +12590,7 @@ dependencies = [ "hashbrown 0.14.3", "log", "object 0.32.2", - "polkavm-common", + "polkavm-common 0.9.0", "regalloc2 0.9.3", "rustc-demangle", ] @@ -11417,10 +12667,10 @@ dependencies = [ "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-service", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-primitives-aura 0.10.0", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-parachain-inherent 0.10.0", + "cumulus-relay-chain-interface 0.10.0", "frame-benchmarking 32.0.0", "frame-benchmarking-cli", "futures", @@ -11434,26 +12684,26 @@ dependencies = [ "pop-runtime-devnet", "pop-runtime-testnet", "sc-basic-authorship", - "sc-chain-spec", - "sc-cli", - "sc-client-api", - "sc-consensus", - "sc-executor", - "sc-network", - "sc-network-sync", + "sc-chain-spec 31.0.0", + "sc-cli 0.40.0", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sc-executor 0.36.0", + "sc-network 0.38.0", + "sc-network-sync 0.37.0", "sc-offchain", - "sc-rpc", - "sc-service", - "sc-sysinfo", - "sc-telemetry", - "sc-tracing", - "sc-transaction-pool", - "sc-transaction-pool-api", + "sc-rpc 33.0.0", + "sc-service 0.39.0", + "sc-sysinfo 31.0.0", + "sc-telemetry 18.0.0", + "sc-tracing 32.0.0", + "sc-transaction-pool 32.0.0", + "sc-transaction-pool-api 32.0.0", "serde", "serde_json", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-consensus-aura 0.36.0", "sp-core 32.0.0", "sp-io 34.0.0", @@ -11483,7 +12733,7 @@ name = "pop-runtime-common" version = "0.0.0" dependencies = [ "frame-support 32.0.0", - "parachains-common 11.0.0", + "parachains-common 10.0.0", "parity-scale-codec", "polkadot-primitives 11.0.0", "scale-info", @@ -11497,13 +12747,13 @@ version = "0.1.0" dependencies = [ "cumulus-pallet-aura-ext 0.11.0", "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-session-benchmarking 13.0.0", - "cumulus-pallet-xcm 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.0", + "cumulus-pallet-session-benchmarking 12.0.0", + "cumulus-pallet-xcm 0.10.0", + "cumulus-pallet-xcmp-queue 0.10.0", + "cumulus-primitives-aura 0.10.0", + "cumulus-primitives-core 0.10.0", "cumulus-primitives-storage-weight-reclaim", - "cumulus-primitives-utility 0.11.0", + "cumulus-primitives-utility 0.10.0", "enumflags2", "env_logger 0.11.3", "frame-benchmarking 32.0.0", @@ -11520,7 +12770,7 @@ dependencies = [ "pallet-aura 31.0.0", "pallet-authorship 32.0.0", "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", + "pallet-collator-selection 12.0.1", "pallet-contracts", "pallet-message-queue 35.0.0", "pallet-multisig 32.0.0", @@ -11537,7 +12787,7 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 32.0.0", "pallet-utility 32.0.0", "pallet-xcm 11.0.0", - "parachains-common 11.0.0", + "parachains-common 10.0.0", "parity-scale-codec", "polkadot-parachain-primitives 10.0.0", "polkadot-runtime-common 11.0.0", @@ -11558,7 +12808,7 @@ dependencies = [ "sp-std", "sp-transaction-pool 30.0.0", "sp-version 33.0.0", - "staging-parachain-info 0.11.0", + "staging-parachain-info 0.10.0", "staging-xcm 11.0.0", "staging-xcm-builder 11.0.0", "staging-xcm-executor 11.0.0", @@ -11571,12 +12821,12 @@ version = "0.2.0" dependencies = [ "cumulus-pallet-aura-ext 0.11.0", "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-session-benchmarking 13.0.0", - "cumulus-pallet-xcm 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-utility 0.11.0", + "cumulus-pallet-session-benchmarking 12.0.0", + "cumulus-pallet-xcm 0.10.0", + "cumulus-pallet-xcmp-queue 0.10.0", + "cumulus-primitives-aura 0.10.0", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-utility 0.10.0", "enumflags2", "env_logger 0.11.3", "frame-benchmarking 32.0.0", @@ -11593,7 +12843,7 @@ dependencies = [ "pallet-aura 31.0.0", "pallet-authorship 32.0.0", "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", + "pallet-collator-selection 12.0.1", "pallet-contracts", "pallet-message-queue 35.0.0", "pallet-multisig 32.0.0", @@ -11610,7 +12860,7 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 32.0.0", "pallet-utility 32.0.0", "pallet-xcm 11.0.0", - "parachains-common 11.0.0", + "parachains-common 10.0.0", "parity-scale-codec", "polkadot-parachain-primitives 10.0.0", "polkadot-runtime-common 11.0.0", @@ -11631,7 +12881,7 @@ dependencies = [ "sp-std", "sp-transaction-pool 30.0.0", "sp-version 33.0.0", - "staging-parachain-info 0.11.0", + "staging-parachain-info 0.10.0", "staging-xcm 11.0.0", "staging-xcm-builder 11.0.0", "staging-xcm-executor 11.0.0", @@ -12738,6 +13988,18 @@ dependencies = [ "winapi-util", ] +[[package]] +name = "sc-allocator" +version = "26.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4715fddb2bd1862aa21f6312528ab339b7d03ef5ec654e3aa200a3119392392f" +dependencies = [ + "log", + "sp-core 31.0.0", + "sp-wasm-interface 20.0.0", + "thiserror", +] + [[package]] name = "sc-allocator" version = "27.0.0" @@ -12750,6 +14012,36 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sc-authority-discovery" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f987a536468e06b66fe3cac296b27dc532f301199e0278bc42ac32b8eb3a4a9d" +dependencies = [ + "async-trait", + "futures", + "futures-timer", + "ip_network", + "libp2p", + "log", + "multihash 0.18.1", + "multihash-codetable", + "parity-scale-codec", + "prost 0.12.3", + "prost-build", + "rand", + "sc-client-api 31.0.0", + "sc-network 0.37.0", + "sp-api 29.0.0", + "sp-authority-discovery 29.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", + "thiserror", +] + [[package]] name = "sc-authority-discovery" version = "0.38.0" @@ -12769,11 +14061,11 @@ dependencies = [ "prost 0.12.3", "prost-build", "rand", - "sc-client-api", - "sc-network", + "sc-client-api 32.0.0", + "sc-network 0.38.0", "sp-api 30.0.0", "sp-authority-discovery 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "sp-runtime 35.0.0", @@ -12791,19 +14083,35 @@ dependencies = [ "futures-timer", "log", "parity-scale-codec", - "sc-block-builder", + "sc-block-builder 0.37.0", "sc-proposer-metrics", - "sc-telemetry", - "sc-transaction-pool-api", + "sc-telemetry 18.0.0", + "sc-transaction-pool-api 32.0.0", "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-inherents 30.0.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", ] +[[package]] +name = "sc-block-builder" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "033b5ee0fa6d770c9db8cd59f6d1f88e792c088238278fcb836b5c851936a62d" +dependencies = [ + "parity-scale-codec", + "sp-api 29.0.0", + "sp-block-builder 29.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-trie 32.0.0", +] + [[package]] name = "sc-block-builder" version = "0.37.0" @@ -12813,13 +14121,40 @@ dependencies = [ "parity-scale-codec", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-inherents 30.0.0", "sp-runtime 35.0.0", "sp-trie 33.0.0", ] +[[package]] +name = "sc-chain-spec" +version = "30.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5dfb28048e5b2d168870e2205d3e41db1f387a781831a8b8b82c9f10536c2742" +dependencies = [ + "array-bytes 6.2.2", + "docify", + "log", + "memmap2 0.9.4", + "parity-scale-codec", + "sc-chain-spec-derive", + "sc-client-api 31.0.0", + "sc-executor 0.35.0", + "sc-network 0.37.0", + "sc-telemetry 17.0.0", + "serde", + "serde_json", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-crypto-hashing", + "sp-genesis-builder 0.10.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", +] + [[package]] name = "sc-chain-spec" version = "31.0.0" @@ -12832,13 +14167,13 @@ dependencies = [ "memmap2 0.9.4", "parity-scale-codec", "sc-chain-spec-derive", - "sc-client-api", - "sc-executor", - "sc-network", - "sc-telemetry", + "sc-client-api 32.0.0", + "sc-executor 0.36.0", + "sc-network 0.38.0", + "sc-telemetry 18.0.0", "serde", "serde_json", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-genesis-builder 0.11.0", @@ -12859,6 +14194,48 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "sc-cli" +version = "0.39.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "20c2eae4d9396b19403f89f058a6a684066b58e051b1310f246eb9b41a7b54fe" +dependencies = [ + "array-bytes 6.2.2", + "chrono", + "clap", + "fdlimit", + "futures", + "itertools 0.10.5", + "libp2p-identity", + "log", + "names", + "parity-bip39", + "parity-scale-codec", + "rand", + "regex", + "rpassword", + "sc-client-api 31.0.0", + "sc-client-db 0.38.0", + "sc-keystore 28.0.0", + "sc-mixnet 0.7.0", + "sc-network 0.37.0", + "sc-service 0.38.0", + "sc-telemetry 17.0.0", + "sc-tracing 31.0.0", + "sc-utils 16.0.0", + "serde", + "serde_json", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-keyring 34.0.0", + "sp-keystore 0.37.0", + "sp-panic-handler", + "sp-runtime 34.0.0", + "sp-version 32.0.0", + "thiserror", + "tokio", +] + [[package]] name = "sc-cli" version = "0.40.0" @@ -12879,18 +14256,18 @@ dependencies = [ "rand", "regex", "rpassword", - "sc-client-api", - "sc-client-db", - "sc-keystore", - "sc-mixnet", - "sc-network", - "sc-service", - "sc-telemetry", - "sc-tracing", - "sc-utils", + "sc-client-api 32.0.0", + "sc-client-db 0.39.0", + "sc-keystore 29.0.0", + "sc-mixnet 0.8.0", + "sc-network 0.38.0", + "sc-service 0.39.0", + "sc-telemetry 18.0.0", + "sc-tracing 32.0.0", + "sc-utils 17.0.0", "serde", "serde_json", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-keyring 35.0.0", "sp-keystore 0.38.0", @@ -12901,6 +14278,34 @@ dependencies = [ "tokio", ] +[[package]] +name = "sc-client-api" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "08db275ca98f1fe44db2e2058893b182b85ef11cee7cf271edffd449a1179fc4" +dependencies = [ + "fnv", + "futures", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-executor 0.35.0", + "sc-transaction-pool-api 31.0.0", + "sc-utils 16.0.0", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-consensus 0.35.0", + "sp-core 31.0.0", + "sp-database", + "sp-externalities 0.27.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "sp-statement-store 13.0.0", + "sp-storage 20.0.0", + "sp-trie 32.0.0", + "substrate-prometheus-endpoint", +] + [[package]] name = "sc-client-api" version = "32.0.0" @@ -12912,23 +14317,50 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-executor", - "sc-transaction-pool-api", - "sc-utils", + "sc-executor 0.36.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-database", "sp-externalities 0.28.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", - "sp-statement-store", + "sp-statement-store 14.0.0", "sp-storage 21.0.0", "sp-trie 33.0.0", "substrate-prometheus-endpoint", ] +[[package]] +name = "sc-client-db" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6bd93f124c30ec885696128a639e190293bee2a6430cc04248d656093b5d4f42" +dependencies = [ + "hash-db", + "kvdb", + "kvdb-memorydb", + "kvdb-rocksdb", + "linked-hash-map", + "log", + "parity-db", + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-client-api 31.0.0", + "sc-state-db 0.33.0", + "schnellru", + "sp-arithmetic 25.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-database", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "sp-trie 32.0.0", +] + [[package]] name = "sc-client-db" version = "0.39.0" @@ -12944,11 +14376,11 @@ dependencies = [ "parity-db", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api", - "sc-state-db", + "sc-client-api 32.0.0", + "sc-state-db 0.34.0", "schnellru", "sp-arithmetic 26.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-database", "sp-runtime 35.0.0", @@ -12958,9 +14390,9 @@ dependencies = [ [[package]] name = "sc-consensus" -version = "0.37.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a051ffa28788f7ec47e46d6236132126d5aa563469e6c852e87cfbe5069e0687" +checksum = "4da51746e9689ecee65d6c1ac32e89a7b0452ee1ce377485e94c285e9690dcfd" dependencies = [ "async-trait", "futures", @@ -12969,13 +14401,39 @@ dependencies = [ "log", "mockall", "parking_lot 0.12.1", - "sc-client-api", - "sc-utils", + "sc-client-api 31.0.0", + "sc-utils 16.0.0", "serde", - "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", - "sp-core 32.0.0", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-consensus 0.35.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "substrate-prometheus-endpoint", + "thiserror", +] + +[[package]] +name = "sc-consensus" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a051ffa28788f7ec47e46d6236132126d5aa563469e6c852e87cfbe5069e0687" +dependencies = [ + "async-trait", + "futures", + "futures-timer", + "libp2p-identity", + "log", + "mockall", + "parking_lot 0.12.1", + "sc-client-api 32.0.0", + "sc-utils 17.0.0", + "serde", + "sp-api 30.0.0", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", + "sp-core 32.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", "substrate-prometheus-endpoint", @@ -12992,16 +14450,16 @@ dependencies = [ "futures", "log", "parity-scale-codec", - "sc-block-builder", - "sc-client-api", - "sc-consensus", + "sc-block-builder 0.37.0", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", "sc-consensus-slots", - "sc-telemetry", + "sc-telemetry 18.0.0", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-aura 0.36.0", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", @@ -13019,7 +14477,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "efe6f127a27ea6ace8e4391ba847ccf21d3512499e1c5e7c300e7e5115642544" dependencies = [ "async-trait", - "fork-tree", + "fork-tree 13.0.0", "futures", "log", "num-bigint", @@ -13027,17 +14485,17 @@ dependencies = [ "num-traits", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api", - "sc-consensus", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", "sc-consensus-epochs", "sc-consensus-slots", - "sc-telemetry", - "sc-transaction-pool-api", + "sc-telemetry 18.0.0", + "sc-transaction-pool-api 32.0.0", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-babe 0.36.0", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", @@ -13059,12 +14517,12 @@ dependencies = [ "jsonrpsee", "sc-consensus-babe", "sc-consensus-epochs", - "sc-rpc-api", + "sc-rpc-api 0.37.0", "serde", "sp-api 30.0.0", "sp-application-crypto 34.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-babe 0.36.0", "sp-core 32.0.0", "sp-keystore 0.38.0", @@ -13086,17 +14544,17 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api", - "sc-consensus", - "sc-network", - "sc-network-gossip", - "sc-network-sync", - "sc-utils", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sc-network 0.38.0", + "sc-network-gossip 0.38.0", + "sc-network-sync 0.37.0", + "sc-utils 17.0.0", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-arithmetic 26.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-beefy 17.0.0", "sp-core 32.0.0", "sp-crypto-hashing", @@ -13121,7 +14579,7 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "sc-consensus-beefy", - "sc-rpc", + "sc-rpc 33.0.0", "serde", "sp-consensus-beefy 17.0.0", "sp-core 32.0.0", @@ -13135,14 +14593,58 @@ version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b2217e53886dbfd4749eaa2e671f8e59807a2fb711ffa0023b3dc5b30f5db458" dependencies = [ - "fork-tree", + "fork-tree 13.0.0", "parity-scale-codec", - "sc-client-api", - "sc-consensus", - "sp-blockchain", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sp-blockchain 32.0.0", "sp-runtime 35.0.0", ] +[[package]] +name = "sc-consensus-grandpa" +version = "0.22.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e19945689693bbea950220bf7af1c79a2f70f5f37b97f7e6d136dcaf2b34f4a5" +dependencies = [ + "ahash 0.8.11", + "array-bytes 6.2.2", + "async-trait", + "dyn-clone", + "finality-grandpa", + "fork-tree 12.0.0", + "futures", + "futures-timer", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "rand", + "sc-block-builder 0.36.0", + "sc-chain-spec 30.0.1", + "sc-client-api 31.0.0", + "sc-consensus 0.36.0", + "sc-network 0.37.0", + "sc-network-common 0.36.0", + "sc-network-gossip 0.37.0", + "sc-network-sync 0.36.0", + "sc-telemetry 17.0.0", + "sc-transaction-pool-api 31.0.0", + "sc-utils 16.0.0", + "serde_json", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-arithmetic 25.0.0", + "sp-blockchain 31.0.0", + "sp-consensus 0.35.0", + "sp-consensus-grandpa 16.0.0", + "sp-core 31.0.0", + "sp-crypto-hashing", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", + "thiserror", +] + [[package]] name = "sc-consensus-grandpa" version = "0.23.0" @@ -13154,30 +14656,30 @@ dependencies = [ "async-trait", "dyn-clone", "finality-grandpa", - "fork-tree", + "fork-tree 13.0.0", "futures", "futures-timer", "log", "parity-scale-codec", "parking_lot 0.12.1", "rand", - "sc-block-builder", - "sc-chain-spec", - "sc-client-api", - "sc-consensus", - "sc-network", - "sc-network-common", - "sc-network-gossip", - "sc-network-sync", - "sc-telemetry", - "sc-transaction-pool-api", - "sc-utils", + "sc-block-builder 0.37.0", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-network-gossip 0.38.0", + "sc-network-sync 0.37.0", + "sc-telemetry 18.0.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", "serde_json", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-arithmetic 26.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-grandpa 17.0.0", "sp-core 32.0.0", "sp-crypto-hashing", @@ -13198,11 +14700,11 @@ dependencies = [ "jsonrpsee", "log", "parity-scale-codec", - "sc-client-api", - "sc-consensus-grandpa", - "sc-rpc", + "sc-client-api 32.0.0", + "sc-consensus-grandpa 0.23.0", + "sc-rpc 33.0.0", "serde", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "thiserror", @@ -13219,12 +14721,12 @@ dependencies = [ "futures-timer", "log", "parity-scale-codec", - "sc-client-api", - "sc-consensus", - "sc-telemetry", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sc-telemetry 18.0.0", "sp-arithmetic 26.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", "sp-inherents 30.0.0", @@ -13232,6 +14734,30 @@ dependencies = [ "sp-state-machine 0.39.0", ] +[[package]] +name = "sc-executor" +version = "0.35.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b8f8ddc63df8219768b729f9098ecd4362d2756b40784071cd44c3041f1d51d" +dependencies = [ + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-executor-common 0.32.0", + "sc-executor-polkavm 0.29.0", + "sc-executor-wasmtime 0.32.0", + "schnellru", + "sp-api 29.0.0", + "sp-core 31.0.0", + "sp-externalities 0.27.0", + "sp-io 33.0.0", + "sp-panic-handler", + "sp-runtime-interface 26.0.0", + "sp-trie 32.0.0", + "sp-version 32.0.0", + "sp-wasm-interface 20.0.0", + "tracing", +] + [[package]] name = "sc-executor" version = "0.36.0" @@ -13240,9 +14766,9 @@ checksum = "cc6b47b642a92adcabaeadb7d76bd1a02bcf5a93f2b649e81afe8b940107bbda" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", - "sc-executor-common", - "sc-executor-polkavm", - "sc-executor-wasmtime", + "sc-executor-common 0.33.0", + "sc-executor-polkavm 0.30.0", + "sc-executor-wasmtime 0.33.1", "schnellru", "sp-api 30.0.0", "sp-core 32.0.0", @@ -13256,6 +14782,20 @@ dependencies = [ "tracing", ] +[[package]] +name = "sc-executor-common" +version = "0.32.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "00308c10173ec6446ccc2b96cd3a3037e64c94a424f94daa8c96f288794f4d34" +dependencies = [ + "polkavm", + "sc-allocator 26.0.0", + "sp-maybe-compressed-blob", + "sp-wasm-interface 20.0.0", + "thiserror", + "wasm-instrument", +] + [[package]] name = "sc-executor-common" version = "0.33.0" @@ -13263,13 +14803,25 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "88c61ef111d7ccc7697ee4788654f4f998662db057c27ca2de4b94f20e3e6ed1" dependencies = [ "polkavm", - "sc-allocator", + "sc-allocator 27.0.0", "sp-maybe-compressed-blob", "sp-wasm-interface 21.0.0", "thiserror", "wasm-instrument", ] +[[package]] +name = "sc-executor-polkavm" +version = "0.29.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "63b9c814d3a94df7a323d728a6961a3b9ec8c5c5979eb858ec098ddf2838cfc0" +dependencies = [ + "log", + "polkavm", + "sc-executor-common 0.32.0", + "sp-wasm-interface 20.0.0", +] + [[package]] name = "sc-executor-polkavm" version = "0.30.0" @@ -13278,10 +14830,29 @@ checksum = "6fb96b22b779ba14f449d114b63efd162f95f1cdf773cdac29f75fe6a250de24" dependencies = [ "log", "polkavm", - "sc-executor-common", + "sc-executor-common 0.33.0", "sp-wasm-interface 21.0.0", ] +[[package]] +name = "sc-executor-wasmtime" +version = "0.32.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fa37286464bd16146c612e3193a56df728815d23f9bf0faac7df898c0944c87f" +dependencies = [ + "anyhow", + "cfg-if", + "libc", + "log", + "parking_lot 0.12.1", + "rustix 0.36.17", + "sc-allocator 26.0.0", + "sc-executor-common 0.32.0", + "sp-runtime-interface 26.0.0", + "sp-wasm-interface 20.0.0", + "wasmtime", +] + [[package]] name = "sc-executor-wasmtime" version = "0.33.1" @@ -13294,13 +14865,31 @@ dependencies = [ "log", "parking_lot 0.12.1", "rustix 0.36.17", - "sc-allocator", - "sc-executor-common", + "sc-allocator 27.0.0", + "sc-executor-common 0.33.0", "sp-runtime-interface 27.0.0", "sp-wasm-interface 21.0.0", "wasmtime", ] +[[package]] +name = "sc-informant" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2e9005c37100c6ea2b06668f72ba5bc927b5a2445ed26b008ddf1875998dea41" +dependencies = [ + "ansi_term", + "futures", + "futures-timer", + "log", + "sc-client-api 31.0.0", + "sc-network 0.37.0", + "sc-network-common 0.36.0", + "sc-network-sync 0.36.0", + "sp-blockchain 31.0.0", + "sp-runtime 34.0.0", +] + [[package]] name = "sc-informant" version = "0.37.0" @@ -13311,14 +14900,29 @@ dependencies = [ "futures", "futures-timer", "log", - "sc-client-api", - "sc-network", - "sc-network-common", - "sc-network-sync", - "sp-blockchain", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-network-sync 0.37.0", + "sp-blockchain 32.0.0", "sp-runtime 35.0.0", ] +[[package]] +name = "sc-keystore" +version = "28.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3ef7283da5d643ef89ed094e1b23451ec70386a9474d337cdaa0ef81870bb2d4" +dependencies = [ + "array-bytes 6.2.2", + "parking_lot 0.12.1", + "serde_json", + "sp-application-crypto 33.0.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "thiserror", +] + [[package]] name = "sc-keystore" version = "29.0.0" @@ -13334,6 +14938,36 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sc-mixnet" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "248d9be75de68e34f6490065c398b8177ff967902d93e6b88527a0e8c00903ad" +dependencies = [ + "array-bytes 4.2.0", + "arrayvec 0.7.4", + "blake2 0.10.6", + "bytes", + "futures", + "futures-timer", + "libp2p-identity", + "log", + "mixnet", + "multiaddr", + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-client-api 31.0.0", + "sc-network 0.37.0", + "sc-transaction-pool-api 31.0.0", + "sp-api 29.0.0", + "sp-consensus 0.35.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "sp-mixnet 0.7.0", + "sp-runtime 34.0.0", + "thiserror", +] + [[package]] name = "sc-mixnet" version = "0.8.0" @@ -13352,18 +14986,62 @@ dependencies = [ "multiaddr", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api", - "sc-network", - "sc-transaction-pool-api", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sc-transaction-pool-api 32.0.0", "sp-api 30.0.0", - "sp-consensus", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-mixnet", + "sp-mixnet 0.8.0", "sp-runtime 35.0.0", "thiserror", ] +[[package]] +name = "sc-network" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4067423488686ff78561ed0d32ac7e2617edd31219088b1322e85e945e62de29" +dependencies = [ + "array-bytes 6.2.2", + "async-channel 1.9.0", + "async-trait", + "asynchronous-codec", + "bytes", + "either", + "fnv", + "futures", + "futures-timer", + "ip_network", + "libp2p", + "linked_hash_set", + "log", + "mockall", + "parity-scale-codec", + "parking_lot 0.12.1", + "partial_sort", + "pin-project", + "rand", + "sc-client-api 31.0.0", + "sc-network-common 0.36.0", + "sc-utils 16.0.0", + "serde", + "serde_json", + "smallvec", + "sp-arithmetic 25.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", + "thiserror", + "tokio", + "tokio-stream", + "unsigned-varint", + "wasm-timer", + "zeroize", +] + [[package]] name = "sc-network" version = "0.38.0" @@ -13389,14 +15067,14 @@ dependencies = [ "partial_sort", "pin-project", "rand", - "sc-client-api", - "sc-network-common", - "sc-utils", + "sc-client-api 32.0.0", + "sc-network-common 0.37.0", + "sc-utils 17.0.0", "serde", "serde_json", "smallvec", "sp-arithmetic 26.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", @@ -13408,6 +15086,27 @@ dependencies = [ "zeroize", ] +[[package]] +name = "sc-network-bitswap" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8dacf210f4e36e53dc3d3ff1cfd72e4378eb973568c261e7c62bc8daaec9f945" +dependencies = [ + "async-channel 1.9.0", + "cid", + "futures", + "libp2p-identity", + "log", + "prost 0.12.3", + "prost-build", + "sc-client-api 31.0.0", + "sc-network 0.37.0", + "sp-blockchain 31.0.0", + "sp-runtime 34.0.0", + "thiserror", + "unsigned-varint", +] + [[package]] name = "sc-network-bitswap" version = "0.37.0" @@ -13421,14 +15120,32 @@ dependencies = [ "log", "prost 0.12.3", "prost-build", - "sc-client-api", - "sc-network", - "sp-blockchain", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sp-blockchain 32.0.0", "sp-runtime 35.0.0", "thiserror", "unsigned-varint", ] +[[package]] +name = "sc-network-common" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "551dba7ce65d136788c3154044fb425e2cb6e883d20c3cd25c0720a5b5251ed4" +dependencies = [ + "async-trait", + "bitflags 1.3.2", + "futures", + "libp2p-identity", + "parity-scale-codec", + "prost-build", + "sc-consensus 0.36.0", + "sp-consensus 0.35.0", + "sp-consensus-grandpa 16.0.0", + "sp-runtime 34.0.0", +] + [[package]] name = "sc-network-common" version = "0.37.0" @@ -13441,12 +15158,32 @@ dependencies = [ "libp2p-identity", "parity-scale-codec", "prost-build", - "sc-consensus", - "sp-consensus", + "sc-consensus 0.37.0", + "sp-consensus 0.36.0", "sp-consensus-grandpa 17.0.0", "sp-runtime 35.0.0", ] +[[package]] +name = "sc-network-gossip" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "06e36f8665cba733bd0690e864ef59cb87627120e57607b768e6e7cf30cecd20" +dependencies = [ + "ahash 0.8.11", + "futures", + "futures-timer", + "libp2p", + "log", + "sc-network 0.37.0", + "sc-network-common 0.36.0", + "sc-network-sync 0.36.0", + "schnellru", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", + "tracing", +] + [[package]] name = "sc-network-gossip" version = "0.38.0" @@ -13458,15 +15195,37 @@ dependencies = [ "futures-timer", "libp2p", "log", - "sc-network", - "sc-network-common", - "sc-network-sync", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-network-sync 0.37.0", "schnellru", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "tracing", ] +[[package]] +name = "sc-network-light" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d4c4a77832e7d86e2b8f579339a47ebc16eec560bb4d62c42f0daad10700a512" +dependencies = [ + "array-bytes 6.2.2", + "async-channel 1.9.0", + "futures", + "libp2p-identity", + "log", + "parity-scale-codec", + "prost 0.12.3", + "prost-build", + "sc-client-api 31.0.0", + "sc-network 0.37.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "thiserror", +] + [[package]] name = "sc-network-light" version = "0.37.0" @@ -13481,14 +15240,51 @@ dependencies = [ "parity-scale-codec", "prost 0.12.3", "prost-build", - "sc-client-api", - "sc-network", - "sp-blockchain", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "thiserror", ] +[[package]] +name = "sc-network-sync" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b7dfdaf49edeaa23ae0da1a9bf6ea3e308c11822cb3a853996f1203b06249411" +dependencies = [ + "array-bytes 6.2.2", + "async-channel 1.9.0", + "async-trait", + "fork-tree 12.0.0", + "futures", + "futures-timer", + "libp2p", + "log", + "mockall", + "parity-scale-codec", + "prost 0.12.3", + "prost-build", + "sc-client-api 31.0.0", + "sc-consensus 0.36.0", + "sc-network 0.37.0", + "sc-network-common 0.36.0", + "sc-utils 16.0.0", + "schnellru", + "smallvec", + "sp-arithmetic 25.0.0", + "sp-blockchain 31.0.0", + "sp-consensus 0.35.0", + "sp-consensus-grandpa 16.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", + "thiserror", + "tokio", + "tokio-stream", +] + [[package]] name = "sc-network-sync" version = "0.37.0" @@ -13498,7 +15294,7 @@ dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", "async-trait", - "fork-tree", + "fork-tree 13.0.0", "futures", "futures-timer", "libp2p", @@ -13507,16 +15303,16 @@ dependencies = [ "parity-scale-codec", "prost 0.12.3", "prost-build", - "sc-client-api", - "sc-consensus", - "sc-network", - "sc-network-common", - "sc-utils", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-utils 17.0.0", "schnellru", "smallvec", "sp-arithmetic 26.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-grandpa 17.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", @@ -13526,6 +15322,26 @@ dependencies = [ "tokio-stream", ] +[[package]] +name = "sc-network-transactions" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1b3824e7a1aa29ed3d2294810c8e018a6df3798eec236f3043a62945daf7d9b1" +dependencies = [ + "array-bytes 6.2.2", + "futures", + "libp2p", + "log", + "parity-scale-codec", + "sc-network 0.37.0", + "sc-network-common 0.36.0", + "sc-network-sync 0.36.0", + "sc-utils 16.0.0", + "sp-consensus 0.35.0", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", +] + [[package]] name = "sc-network-transactions" version = "0.37.0" @@ -13537,11 +15353,11 @@ dependencies = [ "libp2p", "log", "parity-scale-codec", - "sc-network", - "sc-network-common", - "sc-network-sync", - "sc-utils", - "sp-consensus", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-network-sync 0.37.0", + "sc-utils 17.0.0", + "sp-consensus 0.36.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", ] @@ -13566,11 +15382,11 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "rand", - "sc-client-api", - "sc-network", - "sc-network-common", - "sc-transaction-pool-api", - "sc-utils", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", "sp-api 30.0.0", "sp-core 32.0.0", "sp-externalities 0.28.0", @@ -13591,6 +15407,39 @@ dependencies = [ "substrate-prometheus-endpoint", ] +[[package]] +name = "sc-rpc" +version = "32.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6d796d75b22785b09c58478f1418b75c9787d598a0d2ab8edbd0072731ec4aaa" +dependencies = [ + "futures", + "jsonrpsee", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-block-builder 0.36.0", + "sc-chain-spec 30.0.1", + "sc-client-api 31.0.0", + "sc-mixnet 0.7.0", + "sc-rpc-api 0.36.0", + "sc-tracing 31.0.0", + "sc-transaction-pool-api 31.0.0", + "sc-utils 16.0.0", + "serde_json", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "sp-offchain 29.0.0", + "sp-rpc 29.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-statement-store 13.0.0", + "sp-version 32.0.0", + "tokio", +] + [[package]] name = "sc-rpc" version = "33.0.0" @@ -13602,28 +15451,49 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-block-builder", - "sc-chain-spec", - "sc-client-api", - "sc-mixnet", - "sc-rpc-api", - "sc-tracing", - "sc-transaction-pool-api", - "sc-utils", + "sc-block-builder 0.37.0", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", + "sc-mixnet 0.8.0", + "sc-rpc-api 0.37.0", + "sc-tracing 32.0.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", "serde_json", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "sp-offchain 30.0.0", - "sp-rpc", + "sp-rpc 30.0.0", "sp-runtime 35.0.0", "sp-session 31.0.0", - "sp-statement-store", + "sp-statement-store 14.0.0", "sp-version 33.0.0", "tokio", ] +[[package]] +name = "sc-rpc-api" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3705feca378ef3f3f84fb337480405a611a15c8637b2449ed514ca63765e421b" +dependencies = [ + "jsonrpsee", + "parity-scale-codec", + "sc-chain-spec 30.0.1", + "sc-mixnet 0.7.0", + "sc-transaction-pool-api 31.0.0", + "scale-info", + "serde", + "serde_json", + "sp-core 31.0.0", + "sp-rpc 29.0.0", + "sp-runtime 34.0.0", + "sp-version 32.0.0", + "thiserror", +] + [[package]] name = "sc-rpc-api" version = "0.37.0" @@ -13632,19 +15502,38 @@ checksum = "b82060f09f886f59fd19a77cc6668c209e883fc93511e9c441ef84adfea80f36" dependencies = [ "jsonrpsee", "parity-scale-codec", - "sc-chain-spec", - "sc-mixnet", - "sc-transaction-pool-api", + "sc-chain-spec 31.0.0", + "sc-mixnet 0.8.0", + "sc-transaction-pool-api 32.0.0", "scale-info", "serde", "serde_json", "sp-core 32.0.0", - "sp-rpc", + "sp-rpc 30.0.0", "sp-runtime 35.0.0", "sp-version 33.0.0", "thiserror", ] +[[package]] +name = "sc-rpc-server" +version = "14.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "65f705946ae375fc47ee9a2e2df0b7e339a1fb8c8eb5c9eb6f206619d27946a7" +dependencies = [ + "futures", + "governor", + "http", + "hyper", + "jsonrpsee", + "log", + "serde_json", + "substrate-prometheus-endpoint", + "tokio", + "tower", + "tower-http", +] + [[package]] name = "sc-rpc-server" version = "15.0.0" @@ -13664,6 +15553,38 @@ dependencies = [ "tower-http", ] +[[package]] +name = "sc-rpc-spec-v2" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "66dcea3fe5f0bcbaf08d6a42e877ae8f50b9cdbc87f65f7c79fbe5003e3969dc" +dependencies = [ + "array-bytes 6.2.2", + "futures", + "futures-util", + "hex", + "jsonrpsee", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "rand", + "sc-chain-spec 30.0.1", + "sc-client-api 31.0.0", + "sc-rpc 32.0.0", + "sc-transaction-pool-api 31.0.0", + "sc-utils 16.0.0", + "serde", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-rpc 29.0.0", + "sp-runtime 34.0.0", + "sp-version 32.0.0", + "thiserror", + "tokio", + "tokio-stream", +] + [[package]] name = "sc-rpc-spec-v2" version = "0.38.0" @@ -13672,28 +15593,93 @@ checksum = "ad831d2524de44a89b1801e306fd9718dc5fadb26ea3e88f486faa29c6fdd710" dependencies = [ "array-bytes 6.2.2", "futures", - "futures-util", - "hex", + "futures-util", + "hex", + "jsonrpsee", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "rand", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", + "sc-rpc 33.0.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", + "serde", + "sp-api 30.0.0", + "sp-blockchain 32.0.0", + "sp-core 32.0.0", + "sp-rpc 30.0.0", + "sp-runtime 35.0.0", + "sp-version 33.0.0", + "thiserror", + "tokio", + "tokio-stream", +] + +[[package]] +name = "sc-service" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "42678fb737ea101658a8288cd3fcc0bff59ef40cd1a1c4f4d4042c3fa17bae41" +dependencies = [ + "async-trait", + "directories", + "exit-future", + "futures", + "futures-timer", "jsonrpsee", "log", "parity-scale-codec", "parking_lot 0.12.1", + "pin-project", "rand", - "sc-chain-spec", - "sc-client-api", - "sc-rpc", - "sc-transaction-pool-api", - "sc-utils", + "sc-chain-spec 30.0.1", + "sc-client-api 31.0.0", + "sc-client-db 0.38.0", + "sc-consensus 0.36.0", + "sc-executor 0.35.0", + "sc-informant 0.36.0", + "sc-keystore 28.0.0", + "sc-network 0.37.0", + "sc-network-bitswap 0.36.0", + "sc-network-common 0.36.0", + "sc-network-light 0.36.0", + "sc-network-sync 0.36.0", + "sc-network-transactions 0.36.0", + "sc-rpc 32.0.0", + "sc-rpc-server 14.0.0", + "sc-rpc-spec-v2 0.37.0", + "sc-sysinfo 30.0.0", + "sc-telemetry 17.0.0", + "sc-tracing 31.0.0", + "sc-transaction-pool 31.0.0", + "sc-transaction-pool-api 31.0.0", + "sc-utils 16.0.0", + "schnellru", "serde", - "sp-api 30.0.0", - "sp-blockchain", - "sp-core 32.0.0", - "sp-rpc", - "sp-runtime 35.0.0", - "sp-version 33.0.0", + "serde_json", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-consensus 0.35.0", + "sp-core 31.0.0", + "sp-externalities 0.27.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-state-machine 0.38.0", + "sp-storage 20.0.0", + "sp-transaction-pool 29.0.0", + "sp-transaction-storage-proof 29.0.0", + "sp-trie 32.0.0", + "sp-version 32.0.0", + "static_init", + "substrate-prometheus-endpoint", + "tempfile", "thiserror", "tokio", - "tokio-stream", + "tracing", + "tracing-futures", ] [[package]] @@ -13713,34 +15699,34 @@ dependencies = [ "parking_lot 0.12.1", "pin-project", "rand", - "sc-chain-spec", - "sc-client-api", - "sc-client-db", - "sc-consensus", - "sc-executor", - "sc-informant", - "sc-keystore", - "sc-network", - "sc-network-bitswap", - "sc-network-common", - "sc-network-light", - "sc-network-sync", - "sc-network-transactions", - "sc-rpc", - "sc-rpc-server", - "sc-rpc-spec-v2", - "sc-sysinfo", - "sc-telemetry", - "sc-tracing", - "sc-transaction-pool", - "sc-transaction-pool-api", - "sc-utils", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", + "sc-client-db 0.39.0", + "sc-consensus 0.37.0", + "sc-executor 0.36.0", + "sc-informant 0.37.0", + "sc-keystore 29.0.0", + "sc-network 0.38.0", + "sc-network-bitswap 0.37.0", + "sc-network-common 0.37.0", + "sc-network-light 0.37.0", + "sc-network-sync 0.37.0", + "sc-network-transactions 0.37.0", + "sc-rpc 33.0.0", + "sc-rpc-server 15.0.0", + "sc-rpc-spec-v2 0.38.0", + "sc-sysinfo 31.0.0", + "sc-telemetry 18.0.0", + "sc-tracing 32.0.0", + "sc-transaction-pool 32.0.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", "schnellru", "serde", "serde_json", "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-externalities 0.28.0", "sp-keystore 0.38.0", @@ -13749,7 +15735,7 @@ dependencies = [ "sp-state-machine 0.39.0", "sp-storage 21.0.0", "sp-transaction-pool 30.0.0", - "sp-transaction-storage-proof", + "sp-transaction-storage-proof 30.0.0", "sp-trie 33.0.0", "sp-version 33.0.0", "static_init", @@ -13761,6 +15747,18 @@ dependencies = [ "tracing-futures", ] +[[package]] +name = "sc-state-db" +version = "0.33.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9863fb81595a25b908d7143c1a3e162d237e67890088363df4a121fe37c49d08" +dependencies = [ + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "sp-core 31.0.0", +] + [[package]] name = "sc-state-db" version = "0.34.0" @@ -13795,18 +15793,40 @@ checksum = "75577af6d7128f3c0cd1dfa83f9ec056dbe4cdce297f1d257f2a1253134c6e9a" dependencies = [ "jsonrpsee", "parity-scale-codec", - "sc-chain-spec", - "sc-client-api", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", "sc-consensus-babe", "sc-consensus-epochs", - "sc-consensus-grandpa", + "sc-consensus-grandpa 0.23.0", "serde", "serde_json", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-runtime 35.0.0", "thiserror", ] +[[package]] +name = "sc-sysinfo" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f098da1a83dc5b4e69ef66f7dfc5c0a82bc63defe8dcb0aaa1819e9b2bd6d744" +dependencies = [ + "derive_more", + "futures", + "libc", + "log", + "rand", + "rand_pcg", + "regex", + "sc-telemetry 17.0.0", + "serde", + "serde_json", + "sp-core 31.0.0", + "sp-crypto-hashing", + "sp-io 33.0.0", + "sp-std", +] + [[package]] name = "sc-sysinfo" version = "31.0.0" @@ -13820,7 +15840,7 @@ dependencies = [ "rand", "rand_pcg", "regex", - "sc-telemetry", + "sc-telemetry 18.0.0", "serde", "serde_json", "sp-core 32.0.0", @@ -13829,6 +15849,26 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sc-telemetry" +version = "17.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6c6807ebd9f43ab628931842d3aaa9404ddfd07013e9c7027ca603f496939577" +dependencies = [ + "chrono", + "futures", + "libp2p", + "log", + "parking_lot 0.12.1", + "pin-project", + "rand", + "sc-utils 16.0.0", + "serde", + "serde_json", + "thiserror", + "wasm-timer", +] + [[package]] name = "sc-telemetry" version = "18.0.0" @@ -13842,13 +15882,44 @@ dependencies = [ "parking_lot 0.12.1", "pin-project", "rand", - "sc-utils", + "sc-utils 17.0.0", "serde", "serde_json", "thiserror", "wasm-timer", ] +[[package]] +name = "sc-tracing" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "83e8f5e8eb36f887dba06e1392717e27e4edf12d23d5220dba8ee851de8b174e" +dependencies = [ + "ansi_term", + "chrono", + "is-terminal", + "lazy_static", + "libc", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "regex", + "rustc-hash", + "sc-client-api 31.0.0", + "sc-tracing-proc-macro", + "serde", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-rpc 29.0.0", + "sp-runtime 34.0.0", + "sp-tracing 16.0.0", + "thiserror", + "tracing", + "tracing-log 0.1.4", + "tracing-subscriber 0.2.25", +] + [[package]] name = "sc-tracing" version = "32.0.0" @@ -13865,13 +15936,13 @@ dependencies = [ "parking_lot 0.12.1", "regex", "rustc-hash", - "sc-client-api", + "sc-client-api 32.0.0", "sc-tracing-proc-macro", "serde", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", - "sp-rpc", + "sp-rpc 30.0.0", "sp-runtime 35.0.0", "sp-tracing 17.0.0", "thiserror", @@ -13892,6 +15963,34 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "sc-transaction-pool" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d56300f466670067cca98a931b0b6cbc8b018c0d296eb915c1473bac45b7cd73" +dependencies = [ + "async-trait", + "futures", + "futures-timer", + "linked-hash-map", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-client-api 31.0.0", + "sc-transaction-pool-api 31.0.0", + "sc-utils 16.0.0", + "serde", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-crypto-hashing", + "sp-runtime 34.0.0", + "sp-tracing 16.0.0", + "sp-transaction-pool 29.0.0", + "substrate-prometheus-endpoint", + "thiserror", +] + [[package]] name = "sc-transaction-pool" version = "32.0.0" @@ -13905,12 +16004,12 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api", - "sc-transaction-pool-api", - "sc-utils", + "sc-client-api 32.0.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", "serde", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-runtime 35.0.0", @@ -13920,6 +16019,23 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sc-transaction-pool-api" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3609025d39a1b75f1ee4f490dc52e000de144948a73cacd788f5995df5ebe8bf" +dependencies = [ + "async-trait", + "futures", + "log", + "parity-scale-codec", + "serde", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "thiserror", +] + [[package]] name = "sc-transaction-pool-api" version = "32.0.0" @@ -13931,12 +16047,28 @@ dependencies = [ "log", "parity-scale-codec", "serde", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "thiserror", ] +[[package]] +name = "sc-utils" +version = "16.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1863d482be044f4768ef5de6119dc70b5e31e6e9f71ad225c177474d6540e424" +dependencies = [ + "async-channel 1.9.0", + "futures", + "futures-timer", + "lazy_static", + "log", + "parking_lot 0.12.1", + "prometheus", + "sp-arithmetic 25.0.0", +] + [[package]] name = "sc-utils" version = "17.0.0" @@ -14367,6 +16499,19 @@ dependencies = [ "sp-std", ] +[[package]] +name = "slot-range-helper" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ada4c82b85daa6134837918889b341716e4918c608b3cc5345ae67ea85a187c6" +dependencies = [ + "enumn", + "parity-scale-codec", + "paste", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "slot-range-helper" version = "11.0.0" @@ -14705,6 +16850,29 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-api" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cb3fb2cdf7ee9b8d6ec7c2d8740b1a506e393dc18c7c2776764b47136d72dce7" +dependencies = [ + "hash-db", + "log", + "parity-scale-codec", + "scale-info", + "sp-api-proc-macro 17.0.1", + "sp-core 31.0.0", + "sp-externalities 0.27.0", + "sp-metadata-ir 0.6.0", + "sp-runtime 34.0.0", + "sp-runtime-interface 26.0.0", + "sp-state-machine 0.38.0", + "sp-std", + "sp-trie 32.0.0", + "sp-version 32.0.0", + "thiserror", +] + [[package]] name = "sp-api" version = "30.0.0" @@ -14743,6 +16911,21 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "sp-api-proc-macro" +version = "17.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "63a5680d94c55e1c7dc54e9e09b4827314fab44f9300f0be170898dc402318de" +dependencies = [ + "Inflector", + "blake2 0.10.6", + "expander 2.1.0", + "proc-macro-crate 3.1.0", + "proc-macro2", + "quote", + "syn 2.0.55", +] + [[package]] name = "sp-api-proc-macro" version = "18.0.0" @@ -14772,6 +16955,20 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-application-crypto" +version = "33.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "13ca6121c22c8bd3d1dce1f05c479101fd0d7b159bef2a3e8c834138d839c75c" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-std", +] + [[package]] name = "sp-application-crypto" version = "34.0.0" @@ -14801,6 +16998,21 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "sp-arithmetic" +version = "25.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "910c07fa263b20bf7271fdd4adcb5d3217dfdac14270592e0780223542e7e114" +dependencies = [ + "integer-sqrt", + "num-traits", + "parity-scale-codec", + "scale-info", + "serde", + "sp-std", + "static_assertions", +] + [[package]] name = "sp-arithmetic" version = "26.0.0" @@ -14831,6 +17043,20 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-authority-discovery" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5ab47c385784b3f9646a21d5dcb236399083d77420a1269e70c04772336c519f" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "sp-authority-discovery" version = "30.0.0" @@ -14856,6 +17082,18 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-block-builder" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "97e155e388d7e41c39a27f40f50c2517facdbf20dde4a73f40ec8f1f30ce190e" +dependencies = [ + "sp-api 29.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "sp-block-builder" version = "30.0.0" @@ -14867,6 +17105,25 @@ dependencies = [ "sp-runtime 35.0.0", ] +[[package]] +name = "sp-blockchain" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d00084ddd62a3bad1fc4c04cdb1cdbcbb55d813dbd4e42d52e42e8b6599fb210" +dependencies = [ + "futures", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "schnellru", + "sp-api 29.0.0", + "sp-consensus 0.35.0", + "sp-database", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "thiserror", +] + [[package]] name = "sp-blockchain" version = "32.0.0" @@ -14879,13 +17136,29 @@ dependencies = [ "parking_lot 0.12.1", "schnellru", "sp-api 30.0.0", - "sp-consensus", + "sp-consensus 0.36.0", "sp-database", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", "thiserror", ] +[[package]] +name = "sp-consensus" +version = "0.35.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ed6f1ae58a74d619bd2c1d7939b4aa805f4226c7454ec3591c8a59fb0cc6477f" +dependencies = [ + "async-trait", + "futures", + "log", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "thiserror", +] + [[package]] name = "sp-consensus" version = "0.36.0" @@ -14906,18 +17179,36 @@ dependencies = [ name = "sp-consensus-aura" version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4bf13c293685319751f72fa5216c7fb5f25f3e8e8fe29b4503296ed5f5466b3d" +checksum = "4bf13c293685319751f72fa5216c7fb5f25f3e8e8fe29b4503296ed5f5466b3d" +dependencies = [ + "async-trait", + "parity-scale-codec", + "scale-info", + "sp-api 27.0.1", + "sp-application-crypto 31.0.0", + "sp-consensus-slots 0.33.0", + "sp-inherents 27.0.0", + "sp-runtime 32.0.0", + "sp-std", + "sp-timestamp 27.0.0", +] + +[[package]] +name = "sp-consensus-aura" +version = "0.35.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "334d0088b7de70a94d58e7e93acd8d5101b35fadca7e19fa26788203b22e309b" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-api 27.0.1", - "sp-application-crypto 31.0.0", - "sp-consensus-slots 0.33.0", - "sp-inherents 27.0.0", - "sp-runtime 32.0.0", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-consensus-slots 0.35.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-timestamp 27.0.0", + "sp-timestamp 29.0.0", ] [[package]] @@ -14957,6 +17248,26 @@ dependencies = [ "sp-timestamp 27.0.0", ] +[[package]] +name = "sp-consensus-babe" +version = "0.35.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eb593ec8ec674a583d6fc5386b7f8964a9db78dcaabc0595559145a4053c9f6c" +dependencies = [ + "async-trait", + "parity-scale-codec", + "scale-info", + "serde", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-consensus-slots 0.35.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-timestamp 29.0.0", +] + [[package]] name = "sp-consensus-babe" version = "0.36.0" @@ -14997,6 +17308,28 @@ dependencies = [ "strum 0.24.1", ] +[[package]] +name = "sp-consensus-beefy" +version = "16.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7e2b03bc552702dd20fd3dad01631b13ca3e62e814ad278fe3012f5e3bb3e100" +dependencies = [ + "lazy_static", + "parity-scale-codec", + "scale-info", + "serde", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-core 31.0.0", + "sp-crypto-hashing", + "sp-io 33.0.0", + "sp-keystore 0.37.0", + "sp-mmr-primitives 29.0.0", + "sp-runtime 34.0.0", + "sp-std", + "strum 0.24.1", +] + [[package]] name = "sp-consensus-beefy" version = "17.0.0" @@ -15037,6 +17370,25 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-consensus-grandpa" +version = "16.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "71df706a104a752101b52f12cca7f5b7ffe1ca6ce9b4b1eb8c5d04356f248fa5" +dependencies = [ + "finality-grandpa", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "sp-consensus-grandpa" version = "17.0.0" @@ -15068,6 +17420,19 @@ dependencies = [ "sp-timestamp 27.0.0", ] +[[package]] +name = "sp-consensus-slots" +version = "0.35.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e0a5c47c52ad58aa349f7c13cb356ab45c32964ee28354c27fd6e4b417cb2644" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "sp-std", + "sp-timestamp 29.0.0", +] + [[package]] name = "sp-consensus-slots" version = "0.36.0" @@ -15126,6 +17491,53 @@ dependencies = [ "zeroize", ] +[[package]] +name = "sp-core" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26d7a0fd8f16dcc3761198fc83be12872f823b37b749bc72a3a6a1f702509366" +dependencies = [ + "array-bytes 6.2.2", + "bitflags 1.3.2", + "blake2 0.10.6", + "bounded-collections 0.2.0", + "bs58 0.5.1", + "dyn-clonable", + "ed25519-zebra 3.1.0", + "futures", + "hash-db", + "hash256-std-hasher", + "impl-serde", + "itertools 0.10.5", + "k256", + "libsecp256k1", + "log", + "merlin", + "parity-bip39", + "parity-scale-codec", + "parking_lot 0.12.1", + "paste", + "primitive-types", + "rand", + "scale-info", + "schnorrkel 0.11.4", + "secp256k1", + "secrecy", + "serde", + "sp-crypto-hashing", + "sp-debug-derive", + "sp-externalities 0.27.0", + "sp-runtime-interface 26.0.0", + "sp-std", + "sp-storage 20.0.0", + "ss58-registry", + "substrate-bip39 0.5.0", + "thiserror", + "tracing", + "w3f-bls", + "zeroize", +] + [[package]] name = "sp-core" version = "32.0.0" @@ -15231,6 +17643,18 @@ dependencies = [ "sp-storage 20.0.0", ] +[[package]] +name = "sp-externalities" +version = "0.27.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a1d6a4572eadd4a63cff92509a210bf425501a0c5e76574b30a366ac77653787" +dependencies = [ + "environmental", + "parity-scale-codec", + "sp-std", + "sp-storage 20.0.0", +] + [[package]] name = "sp-externalities" version = "0.28.0" @@ -15254,6 +17678,18 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-genesis-builder" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "16a1192b502d38c6d17b1005a7b3e7a6ab835df996803968ae3be9e8f7399ee4" +dependencies = [ + "serde_json", + "sp-api 29.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "sp-genesis-builder" version = "0.11.0" @@ -15280,6 +17716,21 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-inherents" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3b5e46ccc5848542648dcf05f882e41de2e341d0eeca97ff2b7dfad0f38e8500" +dependencies = [ + "async-trait", + "impl-trait-for-tuples", + "parity-scale-codec", + "scale-info", + "sp-runtime 34.0.0", + "sp-std", + "thiserror", +] + [[package]] name = "sp-inherents" version = "30.0.0" @@ -15320,6 +17771,33 @@ dependencies = [ "tracing-core", ] +[[package]] +name = "sp-io" +version = "33.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3e09bba780b55bd9e67979cd8f654a31e4a6cf45426ff371394a65953d2177f2" +dependencies = [ + "bytes", + "ed25519-dalek", + "libsecp256k1", + "log", + "parity-scale-codec", + "polkavm-derive 0.9.1", + "rustversion", + "secp256k1", + "sp-core 31.0.0", + "sp-crypto-hashing", + "sp-externalities 0.27.0", + "sp-keystore 0.37.0", + "sp-runtime-interface 26.0.0", + "sp-state-machine 0.38.0", + "sp-std", + "sp-tracing 16.0.0", + "sp-trie 32.0.0", + "tracing", + "tracing-core", +] + [[package]] name = "sp-io" version = "34.0.0" @@ -15331,7 +17809,7 @@ dependencies = [ "libsecp256k1", "log", "parity-scale-codec", - "polkavm-derive", + "polkavm-derive 0.9.1", "rustversion", "secp256k1", "sp-core 32.0.0", @@ -15358,6 +17836,17 @@ dependencies = [ "strum 0.24.1", ] +[[package]] +name = "sp-keyring" +version = "34.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a07a31da596d705b3a3458d784a897af7fd2f8090de436dc386a112e8ea7f34f" +dependencies = [ + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "strum 0.24.1", +] + [[package]] name = "sp-keyring" version = "35.0.0" @@ -15382,6 +17871,18 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-keystore" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bdbab8b61bd61d5f8625a0c75753b5d5a23be55d3445419acd42caf59cf6236b" +dependencies = [ + "parity-scale-codec", + "parking_lot 0.12.1", + "sp-core 31.0.0", + "sp-externalities 0.27.0", +] + [[package]] name = "sp-keystore" version = "0.38.0" @@ -15427,6 +17928,19 @@ dependencies = [ "scale-info", ] +[[package]] +name = "sp-mixnet" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "22d9da31673ad5771faf8cd0e62ab0c183ea71a630d187b926bc52af379cb1de" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-std", +] + [[package]] name = "sp-mixnet" version = "0.8.0" @@ -15458,6 +17972,25 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-mmr-primitives" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "518fcd8710618d104e04c9e63e697d3406180afbe55cc5400168019647fc5880" +dependencies = [ + "ckb-merkle-mountain-range", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-api 29.0.0", + "sp-core 31.0.0", + "sp-debug-derive", + "sp-runtime 34.0.0", + "sp-std", + "thiserror", +] + [[package]] name = "sp-mmr-primitives" version = "30.0.0" @@ -15491,6 +18024,21 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-npos-elections" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e03ec553bc1a0f4d3aa902d3c5b3cdbe76f8218c642cbca0305722b3f8bbc826" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "sp-npos-elections" version = "30.0.0" @@ -15516,6 +18064,17 @@ dependencies = [ "sp-runtime 32.0.0", ] +[[package]] +name = "sp-offchain" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c041d932d7debf1d2e073ecece1425aadae7482689cd4bf148d5886b28bd10d7" +dependencies = [ + "sp-api 29.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", +] + [[package]] name = "sp-offchain" version = "30.0.0" @@ -15538,6 +18097,17 @@ dependencies = [ "regex", ] +[[package]] +name = "sp-rpc" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b26650747f5c204afd8c637df5e882ea912a890cf974fe67c36b430318fc451c" +dependencies = [ + "rustc-hash", + "serde", + "sp-core 31.0.0", +] + [[package]] name = "sp-rpc" version = "30.0.0" @@ -15574,6 +18144,31 @@ dependencies = [ "sp-weights 28.0.0", ] +[[package]] +name = "sp-runtime" +version = "34.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec3cb126971e7db2f0fcf8053dce740684c438c7180cfca1959598230f342c58" +dependencies = [ + "docify", + "either", + "hash256-std-hasher", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "paste", + "rand", + "scale-info", + "serde", + "simple-mermaid", + "sp-application-crypto 33.0.0", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-std", + "sp-weights 30.0.0", +] + [[package]] name = "sp-runtime" version = "35.0.0" @@ -15618,6 +18213,26 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "sp-runtime-interface" +version = "26.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e48a675ea4858333d4d755899ed5ed780174aa34fec15953428d516af5452295" +dependencies = [ + "bytes", + "impl-trait-for-tuples", + "parity-scale-codec", + "polkavm-derive 0.8.0", + "primitive-types", + "sp-externalities 0.27.0", + "sp-runtime-interface-proc-macro 18.0.0", + "sp-std", + "sp-storage 20.0.0", + "sp-tracing 16.0.0", + "sp-wasm-interface 20.0.0", + "static_assertions", +] + [[package]] name = "sp-runtime-interface" version = "27.0.0" @@ -15627,7 +18242,7 @@ dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", - "polkavm-derive", + "polkavm-derive 0.9.1", "primitive-types", "sp-externalities 0.28.0", "sp-runtime-interface-proc-macro 18.0.0", @@ -15682,6 +18297,22 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-session" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6a61ea4ca90f644da2c25edee711b53b1c0b8d50628ceef372224ea24d252b57" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-api 29.0.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", + "sp-std", +] + [[package]] name = "sp-session" version = "31.0.0" @@ -15712,6 +18343,21 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-staking" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4114cde17987eaa2f17b8850a8c856b90364666cdbc920d511e7a1cde0574d24" +dependencies = [ + "impl-trait-for-tuples", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "sp-staking" version = "30.0.0" @@ -15748,6 +18394,28 @@ dependencies = [ "trie-db", ] +[[package]] +name = "sp-state-machine" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1eae0eac8034ba14437e772366336f579398a46d101de13dbb781ab1e35e67c5" +dependencies = [ + "hash-db", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "rand", + "smallvec", + "sp-core 31.0.0", + "sp-externalities 0.27.0", + "sp-panic-handler", + "sp-std", + "sp-trie 32.0.0", + "thiserror", + "tracing", + "trie-db", +] + [[package]] name = "sp-state-machine" version = "0.39.0" @@ -15769,6 +18437,32 @@ dependencies = [ "trie-db", ] +[[package]] +name = "sp-statement-store" +version = "13.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b90e8440d72e0ae5d273374af3ebe16768d05b40dff1f487835dd2f826ee9568" +dependencies = [ + "aes-gcm", + "curve25519-dalek 4.1.2", + "ed25519-dalek", + "hkdf", + "parity-scale-codec", + "rand", + "scale-info", + "sha2 0.10.8", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-core 31.0.0", + "sp-crypto-hashing", + "sp-externalities 0.27.0", + "sp-runtime 34.0.0", + "sp-runtime-interface 26.0.0", + "sp-std", + "thiserror", + "x25519-dalek 2.0.1", +] + [[package]] name = "sp-statement-store" version = "14.0.0" @@ -15841,6 +18535,20 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-timestamp" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "64d51fcd008fd5a79d61dba98c7ae89c2460a49dff07001bf1e9b12535d49536" +dependencies = [ + "async-trait", + "parity-scale-codec", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-std", + "thiserror", +] + [[package]] name = "sp-timestamp" version = "30.0.0" @@ -15889,6 +18597,16 @@ dependencies = [ "sp-runtime 32.0.0", ] +[[package]] +name = "sp-transaction-pool" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0484eaf40c2abda75bda9688298cc8f6e02161176e3aab501207c8ccf4d4b3e1" +dependencies = [ + "sp-api 29.0.0", + "sp-runtime 34.0.0", +] + [[package]] name = "sp-transaction-pool" version = "30.0.0" @@ -15899,6 +18617,22 @@ dependencies = [ "sp-runtime 35.0.0", ] +[[package]] +name = "sp-transaction-storage-proof" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba0c99e0852ddd18159c2dc6100c2b5852e49211d8afe373cbce33d1da0050dd" +dependencies = [ + "async-trait", + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-trie 32.0.0", +] + [[package]] name = "sp-transaction-storage-proof" version = "30.0.0" @@ -15939,6 +18673,31 @@ dependencies = [ "trie-root", ] +[[package]] +name = "sp-trie" +version = "32.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f1aa91ad26c62b93d73e65f9ce7ebd04459c4bad086599348846a81988d6faa4" +dependencies = [ + "ahash 0.8.11", + "hash-db", + "lazy_static", + "memory-db", + "nohash-hasher", + "parity-scale-codec", + "parking_lot 0.12.1", + "rand", + "scale-info", + "schnellru", + "sp-core 31.0.0", + "sp-externalities 0.27.0", + "sp-std", + "thiserror", + "tracing", + "trie-db", + "trie-root", +] + [[package]] name = "sp-trie" version = "33.0.0" @@ -15981,6 +18740,24 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-version" +version = "32.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1c0219b1aeb89e36d13bd43a718920a9087dbb66c567e672c4639cefb2fefc05" +dependencies = [ + "impl-serde", + "parity-scale-codec", + "parity-wasm", + "scale-info", + "serde", + "sp-crypto-hashing-proc-macro", + "sp-runtime 34.0.0", + "sp-std", + "sp-version-proc-macro 13.0.0", + "thiserror", +] + [[package]] name = "sp-version" version = "33.0.0" @@ -16066,6 +18843,22 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-weights" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9af6c661fe3066b29f9e1d258000f402ff5cc2529a9191972d214e5871d0ba87" +dependencies = [ + "bounded-collections 0.2.0", + "parity-scale-codec", + "scale-info", + "serde", + "smallvec", + "sp-arithmetic 25.0.0", + "sp-debug-derive", + "sp-std", +] + [[package]] name = "sp-weights" version = "31.0.0" @@ -16182,6 +18975,21 @@ dependencies = [ "sp-std", ] +[[package]] +name = "staging-parachain-info" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4df1c48ca2892cb0694c7e10fbcfc8d15fe0fd0b763d61fbc587a870fbb97147" +dependencies = [ + "cumulus-primitives-core 0.10.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "scale-info", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "staging-parachain-info" version = "0.11.0" @@ -16216,6 +19024,25 @@ dependencies = [ "xcm-procedural", ] +[[package]] +name = "staging-xcm" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e6ee775f7fc9dfae15d9d5a806efa7d3215f7b7b1cfd225809285a0281addeab" +dependencies = [ + "array-bytes 6.2.2", + "bounded-collections 0.2.0", + "derivative", + "environmental", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-weights 30.0.0", + "xcm-procedural", +] + [[package]] name = "staging-xcm" version = "11.0.0" @@ -16258,6 +19085,29 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] +[[package]] +name = "staging-xcm-builder" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "41c905c7e545eb80efdbf62470575a37935260503494453ffa3c1ac6207d06c9" +dependencies = [ + "frame-support 31.0.0", + "frame-system 31.0.0", + "impl-trait-for-tuples", + "log", + "pallet-transaction-payment 31.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 9.0.0", + "scale-info", + "sp-arithmetic 25.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-weights 30.0.0", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", +] + [[package]] name = "staging-xcm-builder" version = "11.0.0" @@ -16303,6 +19153,28 @@ dependencies = [ "staging-xcm 8.0.1", ] +[[package]] +name = "staging-xcm-executor" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e30434a78d4392b698bc7854c00f52d83c1c544da4be1912f898958c3e32f062" +dependencies = [ + "environmental", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "scale-info", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-weights 30.0.0", + "staging-xcm 10.0.0", +] + [[package]] name = "staging-xcm-executor" version = "11.0.0" @@ -16454,6 +19326,19 @@ dependencies = [ "zeroize", ] +[[package]] +name = "substrate-bip39" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a2b564c293e6194e8b222e52436bcb99f60de72043c7f845cf6c4406db4df121" +dependencies = [ + "hmac 0.12.1", + "pbkdf2 0.12.2", + "schnorrkel 0.11.4", + "sha2 0.10.8", + "zeroize", +] + [[package]] name = "substrate-bip39" version = "0.6.0" @@ -16484,11 +19369,11 @@ dependencies = [ "jsonrpsee", "log", "parity-scale-codec", - "sc-rpc-api", - "sc-transaction-pool-api", + "sc-rpc-api 0.37.0", + "sc-transaction-pool-api 32.0.0", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", ] @@ -16515,7 +19400,7 @@ dependencies = [ "async-trait", "jsonrpsee", "log", - "sc-rpc-api", + "sc-rpc-api 0.37.0", "serde", "sp-runtime 35.0.0", ] @@ -16528,8 +19413,8 @@ checksum = "0da2e823fb02fbd5c77d6949cde60ff3e320c100278818000b39e9f0a8c8c428" dependencies = [ "jsonrpsee", "parity-scale-codec", - "sc-client-api", - "sc-rpc-api", + "sc-client-api 32.0.0", + "sc-rpc-api 0.37.0", "serde", "sp-core 32.0.0", "sp-runtime 35.0.0", @@ -16557,6 +19442,26 @@ dependencies = [ "wasm-opt", ] +[[package]] +name = "substrate-wasm-builder" +version = "20.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f55ed4ff2945faa132b9658cb581a3a5cf14dd90b5e217b3e16724eb202ed6c6" +dependencies = [ + "build-helper", + "cargo_metadata", + "console", + "filetime", + "parity-wasm", + "polkavm-linker", + "sp-maybe-compressed-blob", + "strum 0.24.1", + "tempfile", + "toml 0.8.12", + "walkdir", + "wasm-opt", +] + [[package]] name = "substrate-wasm-builder" version = "21.0.0" @@ -17109,6 +20014,18 @@ dependencies = [ "tracing", ] +[[package]] +name = "tracing-gum" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "461fe686e103f3afc4c93a56474193ffc46d4b2770f8df5d56e025e8bb54960c" +dependencies = [ + "coarsetime", + "polkadot-primitives 10.0.0", + "tracing", + "tracing-gum-proc-macro", +] + [[package]] name = "tracing-gum" version = "11.0.0" @@ -17292,8 +20209,8 @@ dependencies = [ "hex", "log", "parity-scale-codec", - "sc-cli", - "sc-executor", + "sc-cli 0.40.0", + "sc-executor 0.36.0", "serde", "serde_json", "sp-api 30.0.0", @@ -17305,11 +20222,11 @@ dependencies = [ "sp-inherents 30.0.0", "sp-io 34.0.0", "sp-keystore 0.38.0", - "sp-rpc", + "sp-rpc 30.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", "sp-timestamp 30.0.0", - "sp-transaction-storage-proof", + "sp-transaction-storage-proof 30.0.0", "sp-version 33.0.0", "sp-weights 31.0.0", "substrate-rpc-client", @@ -18420,37 +21337,37 @@ dependencies = [ [[package]] name = "xcm-emulator" -version = "0.9.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37e42f8cc343d8c52d9412350da0fa8597ddd91c9b4d5664c06f63bb813c69de" +checksum = "ea6acd5a2d4c654cb659666c7bc3730b6b29b6caf4d98c6799911069d81b1ed2" dependencies = [ - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-test-relay-sproof-builder", - "frame-support 32.0.0", - "frame-system 32.0.0", + "cumulus-pallet-parachain-system 0.10.0", + "cumulus-pallet-xcmp-queue 0.10.0", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-parachain-inherent 0.10.0", + "cumulus-test-relay-sproof-builder 0.10.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "impl-trait-for-tuples", "lazy_static", "log", - "pallet-balances 33.0.0", - "pallet-message-queue 35.0.0", - "parachains-common 11.0.0", + "pallet-balances 31.0.0", + "pallet-message-queue 34.0.0", + "parachains-common 10.0.0", "parity-scale-codec", "paste", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-parachains 11.0.0", - "sp-arithmetic 26.0.0", - "sp-core 32.0.0", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", + "polkadot-runtime-parachains 10.0.0", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", "sp-crypto-hashing", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-tracing 17.0.0", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", + "sp-tracing 16.0.0", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 0a44e735..d78f96be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -153,7 +153,6 @@ cumulus-pallet-xcm = { version = "0.11.0", default-features = false } cumulus-pallet-xcmp-queue = { version = "0.11.0", default-features = false } cumulus-primitives-aura = { version = "0.11.0", default-features = false } cumulus-primitives-core = { version = "0.11.0", default-features = false } -cumulus-primitives-storage-weight-reclaim = { version = "2.0.0", default-features = false } cumulus-primitives-utility = { version = "0.11.0", default-features = false } emulated-integration-tests-common = { version = "7.0.0", default-features = false } pallet-collator-selection = { version = "13.0.1", default-features = false } From 2b91db609c111891f84cf27985a989bd6da1af76 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Tue, 13 Aug 2024 15:32:20 +0700 Subject: [PATCH 48/95] refactor: remove native executor, add unified host functions --- node/src/service.rs | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/node/src/service.rs b/node/src/service.rs index 36a1fa6e..b2d39caf 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -13,7 +13,8 @@ use cumulus_client_consensus_common::ParachainBlockImport as TParachainBlockImpo use cumulus_client_consensus_proposer::Proposer; use cumulus_client_service::{ build_network, build_relay_chain_interface, prepare_node_config, start_relay_chain_tasks, - BuildNetworkParams, CollatorSybilResistance, DARecoveryProfile, StartRelayChainTasksParams, + BuildNetworkParams, CollatorSybilResistance, DARecoveryProfile, ParachainHostFunctions, + StartRelayChainTasksParams, }; use cumulus_primitives_core::{ relay_chain::{CollatorPair, ValidationCode}, @@ -37,12 +38,7 @@ use sp_keystore::KeystorePtr; use sp_runtime::{app_crypto::AppCrypto, traits::BlakeTwo256}; use substrate_prometheus_endpoint::Registry; -type HostFunctions = ( - cumulus_client_service::ParachainHostFunctions, - frame_benchmarking::benchmarking::HostFunctions, -); - -type ParachainExecutor = WasmExecutor; +type ParachainExecutor = WasmExecutor; type ParachainClient = TFullClient; From 10ebaa65fd2c6c99d575af91ca6093b8a3864f6f Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Tue, 13 Aug 2024 23:42:59 +0700 Subject: [PATCH 49/95] feat: pov claim feature --- Cargo.toml | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d78f96be..bf71f28e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -148,18 +148,19 @@ cumulus-pallet-aura-ext = { version = "0.11.0", default-features = false } cumulus-pallet-parachain-system = { version = "0.11.0", default-features = false, features = [ "parameterized-consensus-hook", ] } -cumulus-pallet-session-benchmarking = { version = "13.0.0", default-features = false } -cumulus-pallet-xcm = { version = "0.11.0", default-features = false } -cumulus-pallet-xcmp-queue = { version = "0.11.0", default-features = false } -cumulus-primitives-aura = { version = "0.11.0", default-features = false } -cumulus-primitives-core = { version = "0.11.0", default-features = false } -cumulus-primitives-utility = { version = "0.11.0", default-features = false } -emulated-integration-tests-common = { version = "7.0.0", default-features = false } -pallet-collator-selection = { version = "13.0.1", default-features = false } -parachains-common = { version = "11.0.0", default-features = false } -parachain-info = { version = "0.11.0", package = "staging-parachain-info", default-features = false } -cumulus-primitives-parachain-inherent = "0.11.0" -cumulus-relay-chain-interface = "0.11.0" +cumulus-pallet-session-benchmarking = { version = "12.0.0", default-features = false } +cumulus-pallet-xcm = { version = "0.10.0", default-features = false } +cumulus-pallet-xcmp-queue = { version = "0.10.0", default-features = false } +cumulus-primitives-aura = { version = "0.10.0", default-features = false } +cumulus-primitives-core = { version = "0.10.0", default-features = false } +cumulus-primitives-storage-weight-reclaim = { version = "1.0.0", default-features = false } +cumulus-primitives-utility = { version = "0.10.0", default-features = false } +emulated-integration-tests-common = { version = "6.0.0", default-features = false } +pallet-collator-selection = { version = "12.0.1", default-features = false } +parachains-common = { version = "10.0.0", default-features = false } +parachain-info = { version = "0.10.0", package = "staging-parachain-info", default-features = false } +cumulus-primitives-parachain-inherent = "0.10.0" +cumulus-relay-chain-interface = "0.10.0" color-print = "0.3.4" cumulus-client-cli = "0.11.0" cumulus-client-collator = "0.11.0" From c9abfa27438605ded5c760d4f2061312dbab3033 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Tue, 13 Aug 2024 14:31:59 +0700 Subject: [PATCH 50/95] chore: upgrade to 1.10.0 --- Cargo.toml | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bf71f28e..d78f96be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -148,19 +148,18 @@ cumulus-pallet-aura-ext = { version = "0.11.0", default-features = false } cumulus-pallet-parachain-system = { version = "0.11.0", default-features = false, features = [ "parameterized-consensus-hook", ] } -cumulus-pallet-session-benchmarking = { version = "12.0.0", default-features = false } -cumulus-pallet-xcm = { version = "0.10.0", default-features = false } -cumulus-pallet-xcmp-queue = { version = "0.10.0", default-features = false } -cumulus-primitives-aura = { version = "0.10.0", default-features = false } -cumulus-primitives-core = { version = "0.10.0", default-features = false } -cumulus-primitives-storage-weight-reclaim = { version = "1.0.0", default-features = false } -cumulus-primitives-utility = { version = "0.10.0", default-features = false } -emulated-integration-tests-common = { version = "6.0.0", default-features = false } -pallet-collator-selection = { version = "12.0.1", default-features = false } -parachains-common = { version = "10.0.0", default-features = false } -parachain-info = { version = "0.10.0", package = "staging-parachain-info", default-features = false } -cumulus-primitives-parachain-inherent = "0.10.0" -cumulus-relay-chain-interface = "0.10.0" +cumulus-pallet-session-benchmarking = { version = "13.0.0", default-features = false } +cumulus-pallet-xcm = { version = "0.11.0", default-features = false } +cumulus-pallet-xcmp-queue = { version = "0.11.0", default-features = false } +cumulus-primitives-aura = { version = "0.11.0", default-features = false } +cumulus-primitives-core = { version = "0.11.0", default-features = false } +cumulus-primitives-utility = { version = "0.11.0", default-features = false } +emulated-integration-tests-common = { version = "7.0.0", default-features = false } +pallet-collator-selection = { version = "13.0.1", default-features = false } +parachains-common = { version = "11.0.0", default-features = false } +parachain-info = { version = "0.11.0", package = "staging-parachain-info", default-features = false } +cumulus-primitives-parachain-inherent = "0.11.0" +cumulus-relay-chain-interface = "0.11.0" color-print = "0.3.4" cumulus-client-cli = "0.11.0" cumulus-client-collator = "0.11.0" From a258bf6682177cef8cb78882ef19002dbaaa2565 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 11:40:27 +0700 Subject: [PATCH 51/95] chore: rebase upstream 1.8.0 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index d78f96be..0a44e735 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -153,6 +153,7 @@ cumulus-pallet-xcm = { version = "0.11.0", default-features = false } cumulus-pallet-xcmp-queue = { version = "0.11.0", default-features = false } cumulus-primitives-aura = { version = "0.11.0", default-features = false } cumulus-primitives-core = { version = "0.11.0", default-features = false } +cumulus-primitives-storage-weight-reclaim = { version = "2.0.0", default-features = false } cumulus-primitives-utility = { version = "0.11.0", default-features = false } emulated-integration-tests-common = { version = "7.0.0", default-features = false } pallet-collator-selection = { version = "13.0.1", default-features = false } From 88f423d22825f7a1d0aee8ea1a72de055d07cffc Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 11:45:52 +0700 Subject: [PATCH 52/95] chore: update cargo.lock --- Cargo.lock | 4387 +++++++++------------------------------------------- 1 file changed, 735 insertions(+), 3652 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ae6a8e30..7f088f26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -517,37 +517,6 @@ dependencies = [ "system-parachains-constants", ] -[[package]] -name = "asset-test-utils" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c81733430dbb312765566043bcb2c022dbb7492bacbe67018c630dbce753936" -dependencies = [ - "cumulus-pallet-parachain-system 0.10.0", - "cumulus-pallet-xcmp-queue 0.10.0", - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-assets 32.0.0", - "pallet-balances 31.0.0", - "pallet-collator-selection 12.0.1", - "pallet-session 31.0.0", - "pallet-timestamp 30.0.0", - "pallet-xcm 10.0.1", - "pallet-xcm-bridge-hub-router 0.8.0", - "parachains-common 10.0.0", - "parachains-runtimes-test-utils 10.0.0", - "parity-scale-codec", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "staging-parachain-info 0.10.0", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", - "substrate-wasm-builder 20.0.0", -] - [[package]] name = "asset-test-utils" version = "11.0.0" @@ -567,7 +536,7 @@ dependencies = [ "pallet-xcm 11.0.0", "pallet-xcm-bridge-hub-router 0.9.0", "parachains-common 11.0.0", - "parachains-runtimes-test-utils 11.0.0", + "parachains-runtimes-test-utils", "parity-scale-codec", "sp-io 34.0.0", "sp-runtime 35.0.0", @@ -1174,19 +1143,19 @@ dependencies = [ [[package]] name = "bp-header-chain" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "700fa6f4a3258a0eee471c7f70698c69d5b911d125f49f8139f0c61b7fdb6c9d" +checksum = "7b4a86e6438700a4217675ef3088fb08694ab69b1bdce4124099b1dcff9a6ff8" dependencies = [ - "bp-runtime 0.10.0", + "bp-runtime 0.11.0", "finality-grandpa", - "frame-support 31.0.0", + "frame-support 32.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -1208,35 +1177,35 @@ dependencies = [ [[package]] name = "bp-messages" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebfb4d04936f86b63257d32b128b5e757de0273abf22794d3ae827323416e385" +checksum = "e6a8b4356728ca03a8246104e320a2b1d7ba8c7fbd2917bf62395290f6ef2cc1" dependencies = [ - "bp-header-chain 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", + "bp-header-chain 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-std", ] [[package]] name = "bp-parachains" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f0c940507c4db7652a660228daefd82317bf6cd8aacff33df9e6ac9c45371c2" +checksum = "9d5a4983aec89871fe61f700cd4edaaf30288e7fbd927f7e4f879951f61569d4" dependencies = [ - "bp-header-chain 0.10.0", - "bp-polkadot-core 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", + "bp-header-chain 0.11.0", + "bp-polkadot-core 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -1261,35 +1230,35 @@ dependencies = [ [[package]] name = "bp-polkadot-core" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d14dd5cfb1176aebe8d9dc0c42273f978f63a6137ff10709caf380219847c010" +checksum = "54ef42ed5eb5ea249ee3f26f38ad114e379accfa1f2a8ee1ff87dc6bbc00b399" dependencies = [ - "bp-messages 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-messages 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "parity-util-mem", "scale-info", "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "bp-relayers" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41101efa1afc121ed8f4b5b93c9ee28bdab3f912237103521eea67c164c86c20" +checksum = "36f6f38407e79458fefb4c14a6f9f2cd9779b2dfeb3b11112e20902ee9dfea5f" dependencies = [ - "bp-messages 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", + "bp-messages 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -1319,12 +1288,12 @@ dependencies = [ [[package]] name = "bp-runtime" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a97193ef70796e6c3bb1e0de930d2174a07c7b8cb07f19eead5b5c3f56d6b7b9" +checksum = "67f4b1696822790b449046bdb89c273852ef2201a046b64b24293871a953e5e3" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "hash-db", "impl-trait-for-tuples", "log", @@ -1332,41 +1301,41 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", "trie-db", ] [[package]] name = "bp-test-utils" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2eac8331de5fc5e0012e3c5b0c245b9b6b33878edbe64cdfd133c2dce9443898" +checksum = "c0462cedd4f4dba1dde9d296df6b0e128a61abecde6ff6efa3b122ee8ac2f811" dependencies = [ - "bp-header-chain 0.10.0", + "bp-header-chain 0.11.0", "bp-parachains", - "bp-polkadot-core 0.10.0", - "bp-runtime 0.10.0", + "bp-polkadot-core 0.11.0", + "bp-runtime 0.11.0", "ed25519-dalek", "finality-grandpa", "parity-scale-codec", - "sp-application-crypto 33.0.0", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-application-crypto 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] name = "bp-xcm-bridge-hub" -version = "0.2.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6663e0179d475e30cfcf28cf597cdc8f4bb1c2c39a557b4cbe0057db0657fb67" +checksum = "192804908f1d3b7bfad12abce448fb3b7ec8dda765cac4a8d811fa75557e528f" dependencies = [ "sp-std", ] @@ -1383,18 +1352,6 @@ dependencies = [ "sp-runtime 32.0.0", ] -[[package]] -name = "bp-xcm-bridge-hub-router" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7366e856da4c5f49e1ef94c3ea401854fe52310696561e24b7509d2f963d7210" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", -] - [[package]] name = "bp-xcm-bridge-hub-router" version = "0.10.0" @@ -1409,38 +1366,38 @@ dependencies = [ [[package]] name = "bridge-runtime-common" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4857eb39e46b6490b5b36e6485a1364907b767c917c8efe3c84456d6bc0a72b6" +checksum = "9dde81c8af81ee9bdf0374010288cf03ff3ccd7f57802f24889884f73d0b3bd3" dependencies = [ - "bp-header-chain 0.10.0", - "bp-messages 0.10.0", + "bp-header-chain 0.11.0", + "bp-messages 0.11.0", "bp-parachains", - "bp-polkadot-core 0.10.0", + "bp-polkadot-core 0.11.0", "bp-relayers", - "bp-runtime 0.10.0", + "bp-runtime 0.11.0", "bp-xcm-bridge-hub", - "bp-xcm-bridge-hub-router 0.9.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-xcm-bridge-hub-router 0.10.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "hash-db", "log", "pallet-bridge-grandpa", "pallet-bridge-messages", "pallet-bridge-parachains", "pallet-bridge-relayers", - "pallet-transaction-payment 31.0.0", - "pallet-utility 31.0.0", + "pallet-transaction-payment 32.0.0", + "pallet-utility 32.0.0", "parity-scale-codec", "scale-info", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", + "sp-trie 33.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", ] [[package]] @@ -2145,11 +2102,11 @@ checksum = "b169c6bebaa58a8f0f2078747919ebd98df45d0d018a0f8caa66ec15e2ad43d4" dependencies = [ "clap", "parity-scale-codec", - "sc-chain-spec 31.0.0", - "sc-cli 0.40.0", - "sc-client-api 32.0.0", - "sc-service 0.39.0", - "sp-blockchain 32.0.0", + "sc-chain-spec", + "sc-cli", + "sc-client-api", + "sc-service", + "sp-blockchain", "sp-core 32.0.0", "sp-runtime 35.0.0", "url", @@ -2167,13 +2124,13 @@ dependencies = [ "futures", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", - "sc-client-api 32.0.0", + "sc-client-api", "sp-api 30.0.0", - "sp-consensus 0.36.0", + "sp-consensus", "sp-core 32.0.0", "sp-runtime 35.0.0", "tracing", @@ -2192,25 +2149,25 @@ dependencies = [ "cumulus-client-parachain-inherent", "cumulus-primitives-aura 0.11.0", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "futures", "parity-scale-codec", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", + "sc-client-api", + "sc-consensus", "sc-consensus-aura", "sc-consensus-babe", "sc-consensus-slots", - "sc-telemetry 18.0.0", + "sc-telemetry", "schnellru", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-aura 0.36.0", "sp-core 32.0.0", "sp-inherents 30.0.0", @@ -2231,18 +2188,18 @@ dependencies = [ "async-trait", "cumulus-client-pov-recovery", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "dyn-clone", "futures", "log", "parity-scale-codec", "polkadot-primitives 11.0.0", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", + "sc-client-api", + "sc-consensus", "sc-consensus-babe", "schnellru", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", "sp-runtime 35.0.0", @@ -2261,7 +2218,7 @@ dependencies = [ "anyhow", "async-trait", "cumulus-primitives-parachain-inherent 0.11.0", - "sp-consensus 0.36.0", + "sp-consensus", "sp-inherents 30.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", @@ -2275,17 +2232,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0f70b5f3eb4385498880a74684be6bd17669f2a2b5c7db805eef16337af1d0cd" dependencies = [ "async-trait", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "futures", "futures-timer", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", - "sc-client-api 32.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sc-client-api", + "sp-blockchain", + "sp-consensus", "sp-core 32.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", @@ -2301,10 +2258,10 @@ dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-relay-chain-interface 0.11.0", - "cumulus-test-relay-sproof-builder 0.11.0", + "cumulus-relay-chain-interface", + "cumulus-test-relay-sproof-builder", "parity-scale-codec", - "sc-client-api 32.0.0", + "sc-client-api", "scale-info", "sp-api 30.0.0", "sp-crypto-hashing", @@ -2325,18 +2282,18 @@ checksum = "e877fcdae06369ce17fd4d1fd0467d21b08338f7c944e225c5461472f54a166a" dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "futures", "futures-timer", "parity-scale-codec", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", "rand", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sp-consensus 0.36.0", + "sc-client-api", + "sc-consensus", + "sp-consensus", "sp-maybe-compressed-blob", "sp-runtime 35.0.0", "tracing", @@ -2356,24 +2313,24 @@ dependencies = [ "cumulus-primitives-core 0.11.0", "cumulus-primitives-proof-size-hostfunction 0.6.0", "cumulus-relay-chain-inprocess-interface", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "cumulus-relay-chain-minimal-node", "futures", "polkadot-primitives 11.0.0", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sc-network 0.38.0", - "sc-network-sync 0.37.0", - "sc-network-transactions 0.37.0", - "sc-rpc 33.0.0", - "sc-service 0.39.0", - "sc-sysinfo 31.0.0", - "sc-telemetry 18.0.0", - "sc-transaction-pool 32.0.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-consensus", + "sc-network", + "sc-network-sync", + "sc-network-transactions", + "sc-rpc", + "sc-service", + "sc-sysinfo", + "sc-telemetry", + "sc-transaction-pool", + "sc-utils", "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-core 32.0.0", "sp-io 34.0.0", "sp-runtime 35.0.0", @@ -2454,42 +2411,6 @@ dependencies = [ "trie-db", ] -[[package]] -name = "cumulus-pallet-parachain-system" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a19c40a5d04f60562fb38195766104deeb8cec71c11ec77796ee9373cccdb325" -dependencies = [ - "bytes", - "cumulus-pallet-parachain-system-proc-macro", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-parachain-inherent 0.10.0", - "cumulus-primitives-proof-size-hostfunction 0.5.0", - "environmental", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "impl-trait-for-tuples", - "log", - "pallet-message-queue 34.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "polkadot-runtime-common 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "scale-info", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-std", - "sp-trie 32.0.0", - "sp-version 32.0.0", - "staging-xcm 10.0.0", - "trie-db", -] - [[package]] name = "cumulus-pallet-parachain-system" version = "0.11.0" @@ -2555,16 +2476,16 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c178666b3a6d0457cb85104475cc0be5f9908a98429710afd29fbd5984cb539" +checksum = "63b08b5e3bba454f8eaa01a7507c1bacde9343a7a67fc20801e59e0c9c0ec9db" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-session 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-session 32.0.0", "parity-scale-codec", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -2587,19 +2508,19 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7610ae16cac552adc823ba68deb26e5d3a9de189ef79ae26c79e43ddcfeabef1" +checksum = "7f14dc8bc002babf1596515a2f1c0158ddeccbf1ef7f5656fe71c8e1fa4bde55" dependencies = [ - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "cumulus-primitives-core 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-xcm 10.0.0", + "staging-xcm 11.0.0", ] [[package]] @@ -2628,32 +2549,6 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] -[[package]] -name = "cumulus-pallet-xcmp-queue" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6614dcdbe6c24fcc8677bf158a8c627a3467d262acdc8a0e7d8a3d3d767a757c" -dependencies = [ - "bounded-collections 0.2.0", - "bp-xcm-bridge-hub-router 0.9.0", - "cumulus-primitives-core 0.10.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "pallet-message-queue 34.0.0", - "parity-scale-codec", - "polkadot-runtime-common 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", -] - [[package]] name = "cumulus-pallet-xcmp-queue" version = "0.11.0" @@ -2661,7 +2556,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5810a98c95f4219d7dcd6bd89d0c149fc45162e7e0c335579ba5545ec4b9c216" dependencies = [ "bounded-collections 0.2.0", + "bp-xcm-bridge-hub-router 0.10.0", "cumulus-primitives-core 0.11.0", + "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "log", @@ -2693,21 +2590,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "cumulus-primitives-aura" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b70d13f3fca1dfaeb868f4fff79c58fef8fa4f8e381a9002d93c50c23683abf" -dependencies = [ - "parity-scale-codec", - "polkadot-core-primitives 10.0.0", - "polkadot-primitives 10.0.0", - "sp-api 29.0.0", - "sp-consensus-aura 0.35.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "cumulus-primitives-aura" version = "0.11.0" @@ -2741,24 +2623,6 @@ dependencies = [ "staging-xcm 8.0.1", ] -[[package]] -name = "cumulus-primitives-core" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "617d02361f5c7df87b6be98b4974241b6836fbaa7d9e786db80eb38bc8636751" -dependencies = [ - "parity-scale-codec", - "polkadot-core-primitives 10.0.0", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", - "scale-info", - "sp-api 29.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-trie 32.0.0", - "staging-xcm 10.0.0", -] - [[package]] name = "cumulus-primitives-core" version = "0.11.0" @@ -2793,22 +2657,6 @@ dependencies = [ "sp-trie 30.0.0", ] -[[package]] -name = "cumulus-primitives-parachain-inherent" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87d64a55b7b9c3a945e543712630708f36407ab49ad8a2fa9f3d1404093a3e8e" -dependencies = [ - "async-trait", - "cumulus-primitives-core 0.10.0", - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-std", - "sp-trie 32.0.0", -] - [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.11.0" @@ -2836,17 +2684,6 @@ dependencies = [ "sp-trie 30.0.0", ] -[[package]] -name = "cumulus-primitives-proof-size-hostfunction" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "764e27968dce7d5c455dbaf9ba81c037fc5690afc085aa4aa2a4cdfe53716b74" -dependencies = [ - "sp-externalities 0.27.0", - "sp-runtime-interface 26.0.0", - "sp-trie 32.0.0", -] - [[package]] name = "cumulus-primitives-proof-size-hostfunction" version = "0.6.0" @@ -2860,19 +2697,19 @@ dependencies = [ [[package]] name = "cumulus-primitives-storage-weight-reclaim" -version = "1.0.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21d52a6f23cf094b01b33330e4f8d9a4c225620646cf0ad4e21ad299dddbe193" +checksum = "dd8596e26f2d3b2c70c00b695eb9edc8fca4533105bf6b2f0c4c0ecc8075bf99" dependencies = [ - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-proof-size-hostfunction 0.5.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-proof-size-hostfunction 0.6.0", "docify", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -2897,27 +2734,6 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] -[[package]] -name = "cumulus-primitives-utility" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "beeca40e85d6da3751343a3fc8dd5b335c9a06ba9897a5b36f726d139b7646de" -dependencies = [ - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", - "log", - "pallet-asset-conversion 13.0.0", - "parity-scale-codec", - "polkadot-runtime-common 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", -] - [[package]] name = "cumulus-primitives-utility" version = "0.11.0" @@ -2947,42 +2763,23 @@ checksum = "842505bb9820f5d3c7d2561ed9783cd495d3665729e42590b12641e73c69fcf5" dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "futures", "futures-timer", "polkadot-cli", "polkadot-service", - "sc-cli 0.40.0", - "sc-client-api 32.0.0", - "sc-sysinfo 31.0.0", - "sc-telemetry 18.0.0", - "sc-tracing 32.0.0", + "sc-cli", + "sc-client-api", + "sc-sysinfo", + "sc-telemetry", + "sc-tracing", "sp-api 30.0.0", - "sp-consensus 0.36.0", + "sp-consensus", "sp-core 32.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", ] -[[package]] -name = "cumulus-relay-chain-interface" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbb531263c11cfd73f17090106fff2385ca7b02b39102c367f4c13fb1251e9dd" -dependencies = [ - "async-trait", - "cumulus-primitives-core 0.10.0", - "futures", - "jsonrpsee-core", - "parity-scale-codec", - "polkadot-overseer 10.0.0", - "sc-client-api 31.0.0", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-state-machine 0.38.0", - "thiserror", -] - [[package]] name = "cumulus-relay-chain-interface" version = "0.11.0" @@ -2994,10 +2791,10 @@ dependencies = [ "futures", "jsonrpsee-core", "parity-scale-codec", - "polkadot-overseer 11.0.0", - "sc-client-api 32.0.0", + "polkadot-overseer", + "sc-client-api", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-state-machine 0.39.0", "thiserror", ] @@ -3011,7 +2808,7 @@ dependencies = [ "array-bytes 6.2.2", "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "cumulus-relay-chain-rpc-interface", "futures", "parking_lot 0.12.1", @@ -3023,21 +2820,21 @@ dependencies = [ "polkadot-node-core-chain-api", "polkadot-node-core-prospective-parachains", "polkadot-node-core-runtime-api", - "polkadot-node-network-protocol 11.0.0", + "polkadot-node-network-protocol", "polkadot-node-subsystem-util", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", "polkadot-service", - "sc-authority-discovery 0.38.0", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-service 0.39.0", - "sc-tracing 32.0.0", - "sc-utils 17.0.0", + "sc-authority-discovery", + "sc-client-api", + "sc-network", + "sc-network-common", + "sc-service", + "sc-tracing", + "sc-utils", "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-babe 0.36.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", @@ -3053,18 +2850,18 @@ checksum = "b173a09d24c4ea2b6f90eb682276f844db7b180651f22a9e918f8bac0642075f" dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "either", "futures", "futures-timer", "jsonrpsee", "parity-scale-codec", "pin-project", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "rand", - "sc-client-api 32.0.0", - "sc-rpc-api 0.37.0", - "sc-service 0.39.0", + "sc-client-api", + "sc-rpc-api", + "sc-service", "schnellru", "serde", "serde_json", @@ -3085,21 +2882,6 @@ dependencies = [ "url", ] -[[package]] -name = "cumulus-test-relay-sproof-builder" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1e730a7524f50acb03c24476323c4dad35690baf85175ad0f91a2dffed85b39" -dependencies = [ - "cumulus-primitives-core 0.10.0", - "parity-scale-codec", - "polkadot-primitives 10.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-std", - "sp-trie 32.0.0", -] - [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.11.0" @@ -3589,34 +3371,35 @@ dependencies = [ [[package]] name = "emulated-integration-tests-common" -version = "6.0.0" +version = "7.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47f0799ab64756b6751d3ebcb17a30c3ba756193b6c193d14783afb312a16322" +checksum = "2117a0c89f2afd71f15eebe18f4b48790b675314426773ea282e9f3ff08e5afa" dependencies = [ - "asset-test-utils 10.0.0", - "bp-messages 0.10.0", + "asset-test-utils", + "bp-messages 0.11.0", "bridge-runtime-common", - "cumulus-pallet-parachain-system 0.10.0", - "cumulus-pallet-xcmp-queue 0.10.0", - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", - "pallet-assets 32.0.0", - "pallet-balances 31.0.0", + "cumulus-pallet-parachain-system 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-core 0.11.0", + "frame-support 32.0.0", + "pallet-assets 33.0.0", + "pallet-balances 33.0.0", "pallet-bridge-messages", - "pallet-message-queue 34.0.0", - "pallet-xcm 10.0.1", - "parachains-common 10.0.0", + "pallet-message-queue 35.0.0", + "pallet-xcm 11.0.0", + "parachains-common 11.0.0", "parity-scale-codec", "paste", - "polkadot-primitives 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "sc-consensus-grandpa 0.22.0", - "sp-authority-discovery 29.0.0", - "sp-consensus-babe 0.35.0", - "sp-consensus-beefy 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "staging-xcm 10.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-parachains 11.0.0", + "sc-consensus-grandpa", + "sp-authority-discovery 30.0.0", + "sp-consensus-babe 0.36.0", + "sp-consensus-beefy 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "staging-xcm 11.0.0", "xcm-emulator", ] @@ -4022,15 +3805,6 @@ version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" -[[package]] -name = "fork-tree" -version = "12.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e93d3f0315c2eccf23453609e0ab92fe7c6ad1ca8129bcaf80b9a08c8d7fc52b" -dependencies = [ - "parity-scale-codec", -] - [[package]] name = "fork-tree" version = "13.0.0" @@ -4081,32 +3855,6 @@ dependencies = [ "static_assertions", ] -[[package]] -name = "frame-benchmarking" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fee087c6a7ddbc6dcfb6a6015d4b2787ecbb2113ed8b8bee8ff15f2bdf93f94" -dependencies = [ - "frame-support 31.0.0", - "frame-support-procedural 26.0.1", - "frame-system 31.0.0", - "linregress", - "log", - "parity-scale-codec", - "paste", - "scale-info", - "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-runtime-interface 26.0.0", - "sp-std", - "sp-storage 20.0.0", - "static_assertions", -] - [[package]] name = "frame-benchmarking" version = "32.0.0" @@ -4156,17 +3904,17 @@ dependencies = [ "parity-scale-codec", "rand", "rand_pcg", - "sc-block-builder 0.37.0", - "sc-cli 0.40.0", - "sc-client-api 32.0.0", - "sc-client-db 0.39.0", - "sc-executor 0.36.0", - "sc-service 0.39.0", - "sc-sysinfo 31.0.0", + "sc-block-builder", + "sc-cli", + "sc-client-api", + "sc-client-db", + "sc-executor", + "sc-service", + "sc-sysinfo", "serde", "serde_json", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-database", "sp-externalities 0.28.0", @@ -4212,24 +3960,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "frame-election-provider-support" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d651327ec98d12fbdb0d25346de929e3ea2ab8a1ef85570794d9d8d54f204f28" -dependencies = [ - "frame-election-provider-solution-type", - "frame-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-npos-elections 29.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "frame-election-provider-support" version = "32.0.0" @@ -4382,9 +4112,9 @@ dependencies = [ [[package]] name = "frame-support" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81aecbbc1c62055e8ce472283bc655bf6c0f968a4d22d504bf6aad4ea44ccbc4" +checksum = "97100a956a2cd152ad4e63a5ec7b5e58503653223a73fff6e916b910b37f12ed" dependencies = [ "aquamarine 0.5.0", "array-bytes 6.2.2", @@ -4392,7 +4122,7 @@ dependencies = [ "docify", "environmental", "frame-metadata", - "frame-support-procedural 26.0.1", + "frame-support-procedural 27.0.0", "impl-trait-for-tuples", "k256", "log", @@ -4403,51 +4133,9 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-api 29.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-crypto-hashing-proc-macro", - "sp-debug-derive", - "sp-genesis-builder 0.10.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-metadata-ir 0.6.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", - "sp-state-machine 0.38.0", - "sp-std", - "sp-tracing 16.0.0", - "sp-weights 30.0.0", - "static_assertions", - "tt-call", -] - -[[package]] -name = "frame-support" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97100a956a2cd152ad4e63a5ec7b5e58503653223a73fff6e916b910b37f12ed" -dependencies = [ - "aquamarine 0.5.0", - "array-bytes 6.2.2", - "bitflags 1.3.2", - "docify", - "environmental", - "frame-metadata", - "frame-support-procedural 27.0.0", - "impl-trait-for-tuples", - "k256", - "log", - "macro_magic", - "parity-scale-codec", - "paste", - "scale-info", - "serde", - "serde_json", - "smallvec", - "sp-api 30.0.0", - "sp-arithmetic 26.0.0", - "sp-core 32.0.0", + "sp-api 30.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", "sp-crypto-hashing-proc-macro", "sp-debug-derive", "sp-genesis-builder 0.11.0", @@ -4484,26 +4172,6 @@ dependencies = [ "syn 2.0.55", ] -[[package]] -name = "frame-support-procedural" -version = "26.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "732fa43a05789f4ffb96955017e40643199d586c3d211754df5824a195f4eab5" -dependencies = [ - "Inflector", - "cfg-expr", - "derive-syn-parse 0.1.5", - "expander 2.1.0", - "frame-support-procedural-tools 11.0.1", - "itertools 0.10.5", - "macro_magic", - "proc-macro-warning", - "proc-macro2", - "quote", - "sp-crypto-hashing", - "syn 2.0.55", -] - [[package]] name = "frame-support-procedural" version = "27.0.0" @@ -4593,27 +4261,6 @@ dependencies = [ "sp-weights 28.0.0", ] -[[package]] -name = "frame-system" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7537b5e23f584bf54f26c6297e0260b54fac5298be43a115176a310f256a4ab" -dependencies = [ - "cfg-if", - "docify", - "frame-support 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-version 32.0.0", - "sp-weights 30.0.0", -] - [[package]] name = "frame-system" version = "32.0.0" @@ -5518,8 +5165,8 @@ name = "integration-tests" version = "0.0.0" dependencies = [ "asset-hub-paseo-runtime", - "asset-test-utils 11.0.0", - "cumulus-primitives-core 0.10.0", + "asset-test-utils", + "cumulus-primitives-core 0.11.0", "emulated-integration-tests-common", "frame-support 32.0.0", "pallet-assets 33.0.0", @@ -6741,11 +6388,11 @@ dependencies = [ "futures", "log", "parity-scale-codec", - "sc-client-api 32.0.0", + "sc-client-api", "sc-offchain", "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-beefy 17.0.0", "sp-core 32.0.0", "sp-mmr-primitives 30.0.0", @@ -6762,7 +6409,7 @@ dependencies = [ "parity-scale-codec", "serde", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-mmr-primitives 30.0.0", "sp-runtime 35.0.0", @@ -7324,31 +6971,13 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-asset-conversion" -version = "13.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4dbd5ff1c6f662d330beb109f6180ee66ed9cd7710cad28f3d15c444556fcce4" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "scale-info", - "sp-api 29.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-asset-conversion" version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a66fbfb4b9a3a6430f5925a09257c61a048bf0dfbad26f814e0f0e517f43c06a" dependencies = [ + "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "parity-scale-codec", @@ -7393,22 +7022,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-asset-rate" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5a492d16d0f7423cb2d7ca6fa6b4d423a4f4e2f67d2dc92d84d5988fcc33cfb" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-asset-rate" version = "11.0.0" @@ -7444,36 +7057,19 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-asset-tx-payment" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfcf34819002b9d6c8d7a28d89207498f63288de6689061fe9c1fb7c55454ff8" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-transaction-payment 31.0.0", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-asset-tx-payment" version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d27f76cc9151160c08fcee2e095b91048a2d1cb041b7c022a88f98ba220827b4" dependencies = [ + "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "pallet-transaction-payment 32.0.0", "parity-scale-codec", "scale-info", + "serde", "sp-core 32.0.0", "sp-io 34.0.0", "sp-runtime 35.0.0", @@ -7497,23 +7093,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-assets" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "805543c2ea1f10f14bc767f156b8ec80785345b683eaa59dea84d28745a87ee3" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-assets" version = "33.0.0" @@ -7584,23 +7163,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-authority-discovery" -version = "31.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a9c124d86227da7ae9073cc2984c0384c7830f7fa61450c0990c56837335da2" -dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-session 31.0.0", - "parity-scale-codec", - "scale-info", - "sp-application-crypto 33.0.0", - "sp-authority-discovery 29.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-authority-discovery" version = "32.0.0" @@ -7633,21 +7195,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-authorship" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8168348a94c479b7da001b3f0d1100210704eda8ce72c58aac456f1d866d7d67" -dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-authorship" version = "32.0.0" @@ -7688,31 +7235,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-babe" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37353294183655c76cdc56ffc5edf777b1e2275af59ae73c8aa255b6d941b362" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "pallet-authorship 31.0.0", - "pallet-session 31.0.0", - "pallet-timestamp 30.0.0", - "parity-scale-codec", - "scale-info", - "sp-application-crypto 33.0.0", - "sp-consensus-babe 0.35.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-staking 29.0.0", - "sp-std", -] - [[package]] name = "pallet-babe" version = "32.0.0" @@ -7801,23 +7323,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-balances" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3565d525dd88e07da5b2309cd6ffe7447ddc5406eeaa2cb26157d35787a69a7" -dependencies = [ - "docify", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-balances" version = "33.0.0" @@ -7969,85 +7474,85 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0034e29cd8f1547e0688ba3cb3a621c1dcb076c59f548eb40e0680ba37f14e7" +checksum = "88e0f44b87681bafd9deec464b7f0d4f3c9b050b53ef1588eb5312d26ebc30a5" dependencies = [ - "bp-header-chain 0.10.0", - "bp-runtime 0.10.0", + "bp-header-chain 0.11.0", + "bp-runtime 0.11.0", "bp-test-utils", "finality-grandpa", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-consensus-grandpa 16.0.0", - "sp-runtime 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] name = "pallet-bridge-messages" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe205f990c97a766b317378617c3ac8548530e0e29011250ad4c669cf4d86773" +checksum = "a9da377cff690ae52d872bdc6dd00ef7ebb3b2eb092ddacc2e26e9efb9f13631" dependencies = [ - "bp-messages 0.10.0", - "bp-runtime 0.10.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-messages 0.11.0", + "bp-runtime 0.11.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "num-traits", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-bridge-parachains" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4315c1346e60031afc119b051fbe9aa32c29143abb1b6b771d82c0e9fe5a4a8" +checksum = "1c9e9466750027c10df653ac91eaaffe042d1f94dca5f561b6ea9f54f389d496" dependencies = [ - "bp-header-chain 0.10.0", + "bp-header-chain 0.11.0", "bp-parachains", - "bp-polkadot-core 0.10.0", - "bp-runtime 0.10.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-polkadot-core 0.11.0", + "bp-runtime 0.11.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "pallet-bridge-grandpa", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] name = "pallet-bridge-relayers" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e85310662790097b4f391b32822eb55d5088bc09ac91343d68e48e4fc582cb31" +checksum = "9380cbce05df9451cb9b2149e1284090c0da3f3ab9615b8810b1cb0e2ab3aed5" dependencies = [ - "bp-messages 0.10.0", + "bp-messages 0.11.0", "bp-relayers", - "bp-runtime 0.10.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-runtime 0.11.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "pallet-bridge-messages", "parity-scale-codec", "scale-info", - "sp-arithmetic 25.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8070,24 +7575,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-broker" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1b05f01c3d279cd661eba2c391844bac03fa5f979b9de821e6eb1cbe6069dfc" -dependencies = [ - "bitvec", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-broker" version = "0.10.0" @@ -8167,33 +7654,13 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-collator-selection" -version = "12.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26edc27ed73c658e6f3d37b4cc8822be3f293e1f0dc58830b42c272781ac8a44" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "pallet-authorship 31.0.0", - "pallet-balances 31.0.0", - "pallet-session 31.0.0", - "parity-scale-codec", - "rand", - "scale-info", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", - "sp-std", -] - [[package]] name = "pallet-collator-selection" version = "13.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7e0724831b2b1775542055c80918e78478953ee8d6777962a947404f22001c75" dependencies = [ + "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "log", @@ -8280,7 +7747,7 @@ dependencies = [ "bitflags 1.3.2", "parity-scale-codec", "paste", - "polkavm-derive 0.9.1", + "polkavm-derive", "scale-info", ] @@ -8363,30 +7830,6 @@ dependencies = [ "strum 0.24.1", ] -[[package]] -name = "pallet-election-provider-multi-phase" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da78b2feeba1286b66ac20cbfbcd321fe9d1d2bc15e9e31292023e9a66dbb819" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "pallet-election-provider-support-benchmarking 30.0.0", - "parity-scale-codec", - "rand", - "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-npos-elections 29.0.0", - "sp-runtime 34.0.0", - "sp-std", - "strum 0.24.1", -] - [[package]] name = "pallet-election-provider-multi-phase" version = "31.0.0" @@ -8426,21 +7869,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-election-provider-support-benchmarking" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1b20f98b9a1497a59d2b0eca0051c5ada89851bf29b26fda3a2cfe934a32116" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "sp-npos-elections 29.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-election-provider-support-benchmarking" version = "31.0.0" @@ -8496,26 +7924,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-fast-unstake" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24717c932bd68705e3a5b6b9311a31e57b354274de1c373feb9ca920f6a3e439" -dependencies = [ - "docify", - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", - "sp-std", -] - [[package]] name = "pallet-fast-unstake" version = "31.0.0" @@ -8602,24 +8010,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-identity" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33bca13843a11add3909a8c4bffae547ba9fa3a11c07ac2f8afd670acd85cb15" -dependencies = [ - "enumflags2", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-identity" version = "32.0.0" @@ -8757,30 +8147,9 @@ dependencies = [ [[package]] name = "pallet-message-queue" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "063b2e7912fbbe67985e68e460f2f242b90de48a63a1f03dd2ae022154ba25e9" -dependencies = [ - "environmental", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-weights 30.0.0", -] - -[[package]] -name = "pallet-message-queue" -version = "35.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bd58fa73c9e498414c9e6757f5ff1dbb81b9c7439231018c19aca99c35fd35b" +checksum = "1bd58fa73c9e498414c9e6757f5ff1dbb81b9c7439231018c19aca99c35fd35b" dependencies = [ "environmental", "frame-benchmarking 32.0.0", @@ -9379,29 +8748,6 @@ dependencies = [ "sp-trie 30.0.0", ] -[[package]] -name = "pallet-session" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17951aa288869e5afe5815eedc7038dd50b9741d215b66323ff4a12f5686ac15" -dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", - "impl-trait-for-tuples", - "log", - "pallet-timestamp 30.0.0", - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-staking 29.0.0", - "sp-state-machine 0.38.0", - "sp-std", - "sp-trie 32.0.0", -] - [[package]] name = "pallet-session" version = "32.0.0" @@ -9504,30 +8850,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-staking" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baeb3d22e737307280e2047cba983cc9aa477a6f4c3001e8c1f07077d148c8f7" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "pallet-authorship 31.0.0", - "pallet-session 31.0.0", - "parity-scale-codec", - "rand_chacha 0.2.2", - "scale-info", - "serde", - "sp-application-crypto 33.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", - "sp-std", -] - [[package]] name = "pallet-staking" version = "32.0.0" @@ -9574,16 +8896,6 @@ dependencies = [ "sp-arithmetic 24.0.0", ] -[[package]] -name = "pallet-staking-reward-fn" -version = "21.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e341c47481040b68edcf166ad34633c4c5da20d1559413e68387da935a6ae18" -dependencies = [ - "log", - "sp-arithmetic 25.0.0", -] - [[package]] name = "pallet-staking-reward-fn" version = "22.0.0" @@ -9707,27 +9019,6 @@ dependencies = [ "sp-timestamp 27.0.0", ] -[[package]] -name = "pallet-timestamp" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb766403f8cabcedb1725326befd7253de3e4c1d3b3d5f7c40adc49ebee5040c" -dependencies = [ - "docify", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-storage 20.0.0", - "sp-timestamp 29.0.0", -] - [[package]] name = "pallet-timestamp" version = "31.0.0" @@ -9786,23 +9077,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-transaction-payment" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12df1de833ad0abff5daa53f80594d6ef66d250cc1ae073c01e406ce37bbf25e" -dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-transaction-payment" version = "32.0.0" @@ -9830,9 +9104,9 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 32.0.0", "parity-scale-codec", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", - "sp-rpc 30.0.0", + "sp-rpc", "sp-runtime 35.0.0", "sp-weights 31.0.0", ] @@ -9883,26 +9157,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-treasury" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "174da255855136b4bf7174a1499ddf20134efe75d59fac4709244fe813534656" -dependencies = [ - "docify", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "impl-trait-for-tuples", - "pallet-balances 31.0.0", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-treasury" version = "31.0.0" @@ -9956,23 +9210,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-utility" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73c54ec28e67769b35a650d497ddd10bf0dd783d14965a1034cdcb71ae1d1442" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-utility" version = "32.0.0" @@ -10006,22 +9243,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-vesting" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a5627016e1cb40d02bf589507429558208c05948d1399ab405307bfe3b1d967" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-vesting" version = "32.0.0" @@ -10094,30 +9315,6 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] -[[package]] -name = "pallet-xcm" -version = "10.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd52ee00a54f8b6ff3a90e97622b2403667ef25105dd08d71d45a7075c0ba478" -dependencies = [ - "bounded-collections 0.2.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "pallet-balances 31.0.0", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", -] - [[package]] name = "pallet-xcm" version = "11.0.0" @@ -10203,26 +9400,6 @@ dependencies = [ "staging-xcm-builder 8.0.3", ] -[[package]] -name = "pallet-xcm-bridge-hub-router" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d565232e0b191f9ba84ae2b0549122493e283daee73c8f1d46864b2151d17c3" -dependencies = [ - "bp-xcm-bridge-hub-router 0.9.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", -] - [[package]] name = "pallet-xcm-bridge-hub-router" version = "0.9.0" @@ -10230,6 +9407,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5e3e699ac017c1ea645c97e6a42d4c193f69282ca37c4197fc2a1cc9e69c2dc6" dependencies = [ "bp-xcm-bridge-hub-router 0.10.0", + "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "log", @@ -10274,38 +9452,6 @@ dependencies = [ "substrate-wasm-builder 18.0.1", ] -[[package]] -name = "parachains-common" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5539fb10c2901cf120d3db87f6ee1568696ccce30cea1a0d0cdee31f64f1da37" -dependencies = [ - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-utility 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "pallet-asset-tx-payment 31.0.0", - "pallet-assets 32.0.0", - "pallet-authorship 31.0.0", - "pallet-balances 31.0.0", - "pallet-collator-selection 12.0.1", - "pallet-message-queue 34.0.0", - "pallet-xcm 10.0.1", - "parity-scale-codec", - "polkadot-primitives 10.0.0", - "scale-info", - "sp-consensus-aura 0.35.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "staging-parachain-info 0.10.0", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", - "substrate-wasm-builder 20.0.0", -] - [[package]] name = "parachains-common" version = "11.0.0" @@ -10338,38 +9484,6 @@ dependencies = [ "substrate-wasm-builder 21.0.0", ] -[[package]] -name = "parachains-runtimes-test-utils" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f99223f27fe88a1d071e0ddf6e10556aacb6cb507658acc70957783830f6fc37" -dependencies = [ - "cumulus-pallet-parachain-system 0.10.0", - "cumulus-pallet-xcmp-queue 0.10.0", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-parachain-inherent 0.10.0", - "cumulus-test-relay-sproof-builder 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-balances 31.0.0", - "pallet-collator-selection 12.0.1", - "pallet-session 31.0.0", - "pallet-timestamp 30.0.0", - "pallet-xcm 10.0.1", - "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "sp-consensus-aura 0.35.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-tracing 16.0.0", - "staging-parachain-info 0.10.0", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", - "substrate-wasm-builder 20.0.0", -] - [[package]] name = "parachains-runtimes-test-utils" version = "11.0.0" @@ -10380,7 +9494,7 @@ dependencies = [ "cumulus-pallet-xcmp-queue 0.11.0", "cumulus-primitives-core 0.11.0", "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-test-relay-sproof-builder 0.11.0", + "cumulus-test-relay-sproof-builder", "frame-support 32.0.0", "frame-system 32.0.0", "pallet-balances 33.0.0", @@ -10873,15 +9987,15 @@ dependencies = [ "futures", "futures-timer", "itertools 0.10.5", - "polkadot-node-jaeger 11.0.0", - "polkadot-node-metrics 11.0.0", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-jaeger", + "polkadot-node-metrics", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -10893,12 +10007,12 @@ dependencies = [ "always-assert", "futures", "futures-timer", - "polkadot-node-network-protocol 11.0.0", + "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -10912,8 +10026,8 @@ dependencies = [ "futures", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", @@ -10922,7 +10036,7 @@ dependencies = [ "sp-core 32.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -10936,17 +10050,17 @@ dependencies = [ "futures", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", - "sc-network 0.38.0", + "sc-network", "schnellru", "thiserror", "tokio", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -10960,15 +10074,15 @@ dependencies = [ "frame-benchmarking-cli", "futures", "log", - "polkadot-node-metrics 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-metrics", + "polkadot-node-primitives", "polkadot-service", - "sc-cli 0.40.0", - "sc-executor 0.36.0", - "sc-service 0.39.0", + "sc-cli", + "sc-executor", + "sc-service", "sc-storage-monitor", - "sc-sysinfo 31.0.0", - "sc-tracing 32.0.0", + "sc-sysinfo", + "sc-tracing", "sp-core 32.0.0", "sp-io 34.0.0", "sp-keyring 35.0.0", @@ -10989,8 +10103,8 @@ dependencies = [ "fatality", "futures", "futures-timer", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", @@ -10999,7 +10113,7 @@ dependencies = [ "sp-runtime 35.0.0", "thiserror", "tokio-util", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11015,19 +10129,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "polkadot-core-primitives" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44c2f38f3195108e9da39b9845895bb3dff76f1c7b31409143febeb1560cd276" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "polkadot-core-primitives" version = "11.0.0" @@ -11054,17 +10155,17 @@ dependencies = [ "indexmap 2.2.6", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", - "sc-network 0.38.0", + "sc-network", "schnellru", "sp-application-crypto 34.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11074,7 +10175,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf840ff7a6337715e20e1afd76fd20dae11ebb049d89855ee2bf47b36b0e6249" dependencies = [ "parity-scale-codec", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-primitives 11.0.0", "reed-solomon-novelpoly", "sp-core 32.0.0", @@ -11090,19 +10191,19 @@ checksum = "477f94e8c3eedd6cfcfdfe50a33d610d38dfec4668ff7f3baef8814ffb7da85e" dependencies = [ "futures", "futures-timer", - "polkadot-node-network-protocol 11.0.0", + "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", "rand_chacha 0.3.1", - "sc-network 0.38.0", - "sc-network-common 0.37.0", + "sc-network", + "sc-network-common", "sp-application-crypto 34.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-keystore 0.38.0", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11118,15 +10219,15 @@ dependencies = [ "futures", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-metrics 11.0.0", - "polkadot-node-network-protocol 11.0.0", + "polkadot-node-metrics", + "polkadot-node-network-protocol", "polkadot-node-subsystem", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", - "sc-network 0.38.0", - "sp-consensus 0.36.0", + "sc-network", + "sp-consensus", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11138,14 +10239,14 @@ dependencies = [ "futures", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "sp-core 32.0.0", "sp-maybe-compressed-blob", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11162,24 +10263,24 @@ dependencies = [ "kvdb", "merlin", "parity-scale-codec", - "polkadot-node-jaeger 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-jaeger", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", "rand", "rand_chacha 0.3.1", "rand_core 0.6.4", - "sc-keystore 29.0.0", + "sc-keystore", "schnellru", "schnorrkel 0.11.4", "sp-application-crypto 34.0.0", - "sp-consensus 0.36.0", + "sp-consensus", "sp-consensus-slots 0.36.0", "sp-runtime 35.0.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11194,15 +10295,15 @@ dependencies = [ "kvdb", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-jaeger 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-jaeger", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", - "sp-consensus 0.36.0", + "sp-consensus", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11215,15 +10316,15 @@ dependencies = [ "fatality", "futures", "polkadot-erasure-coding", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", - "polkadot-statement-table 11.0.0", + "polkadot-statement-table", "schnellru", "sp-keystore 0.38.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11238,7 +10339,7 @@ dependencies = [ "polkadot-primitives 11.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", "wasm-timer", ] @@ -11253,15 +10354,15 @@ dependencies = [ "futures-timer", "parity-scale-codec", "polkadot-node-core-pvf", - "polkadot-node-metrics 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-metrics", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", "sp-maybe-compressed-blob", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11271,12 +10372,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2ffcc24bbbc2a2523c599022b106f0b48213bf80ef75f490fe02ec79ab972e4" dependencies = [ "futures", - "polkadot-node-metrics 11.0.0", + "polkadot-node-metrics", "polkadot-node-subsystem", - "polkadot-node-subsystem-types 11.0.0", - "sc-client-api 32.0.0", + "polkadot-node-subsystem-types", + "sc-client-api", "sc-consensus-babe", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11289,12 +10390,12 @@ dependencies = [ "futures-timer", "kvdb", "parity-scale-codec", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11307,14 +10408,14 @@ dependencies = [ "futures", "kvdb", "parity-scale-codec", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", - "sc-keystore 29.0.0", + "sc-keystore", "schnellru", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11327,12 +10428,12 @@ dependencies = [ "futures", "futures-timer", "polkadot-node-subsystem", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-inherents 30.0.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11345,12 +10446,12 @@ dependencies = [ "fatality", "futures", "parity-scale-codec", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11363,13 +10464,13 @@ dependencies = [ "fatality", "futures", "futures-timer", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "schnellru", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11390,8 +10491,8 @@ dependencies = [ "pin-project", "polkadot-core-primitives 11.0.0", "polkadot-node-core-pvf-common", - "polkadot-node-metrics 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-metrics", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", @@ -11403,7 +10504,7 @@ dependencies = [ "tempfile", "thiserror", "tokio", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11413,14 +10514,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "275cab7ad2b38fdfb0c097485fe4f51e55e36c96330255edc38ccf121aa2171c" dependencies = [ "futures", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11438,9 +10539,9 @@ dependencies = [ "parity-scale-codec", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", - "sc-executor 0.36.0", - "sc-executor-common 0.33.0", - "sc-executor-wasmtime 0.33.1", + "sc-executor", + "sc-executor-common", + "sc-executor-wasmtime", "seccompiler", "sp-core 32.0.0", "sp-crypto-hashing", @@ -11448,7 +10549,7 @@ dependencies = [ "sp-io 34.0.0", "sp-tracing 17.0.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11458,32 +10559,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fd9c685da442b6dde17f0f1e4bd6bb4d6827c6af0dbe96bc603d3d4f8fd05953" dependencies = [ "futures", - "polkadot-node-metrics 11.0.0", + "polkadot-node-metrics", "polkadot-node-subsystem", - "polkadot-node-subsystem-types 11.0.0", + "polkadot-node-subsystem-types", "polkadot-primitives 11.0.0", "schnellru", "sp-consensus-babe 0.36.0", - "tracing-gum 11.0.0", -] - -[[package]] -name = "polkadot-node-jaeger" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e14e65e3d9990d1f8f793a23c05c6aa82a551e551225ab86d2625474afef748f" -dependencies = [ - "lazy_static", - "log", - "mick-jaeger", - "parity-scale-codec", - "parking_lot 0.12.1", - "polkadot-node-primitives 10.0.0", - "polkadot-primitives 10.0.0", - "sc-network 0.37.0", - "sp-core 31.0.0", - "thiserror", - "tokio", + "tracing-gum", ] [[package]] @@ -11497,34 +10579,14 @@ dependencies = [ "mick-jaeger", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-primitives 11.0.0", - "sc-network 0.38.0", + "sc-network", "sp-core 32.0.0", "thiserror", "tokio", ] -[[package]] -name = "polkadot-node-metrics" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4ca58a67371546b66a011f0e27551094a8499a53223b16c164e769d25d981d0" -dependencies = [ - "bs58 0.5.1", - "futures", - "futures-timer", - "log", - "parity-scale-codec", - "polkadot-primitives 10.0.0", - "prioritized-metered-channel", - "sc-cli 0.39.0", - "sc-service 0.38.0", - "sc-tracing 31.0.0", - "substrate-prometheus-endpoint", - "tracing-gum 10.0.0", -] - [[package]] name = "polkadot-node-metrics" version = "11.0.0" @@ -11538,36 +10600,11 @@ dependencies = [ "parity-scale-codec", "polkadot-primitives 11.0.0", "prioritized-metered-channel", - "sc-cli 0.40.0", - "sc-service 0.39.0", - "sc-tracing 32.0.0", + "sc-cli", + "sc-service", + "sc-tracing", "substrate-prometheus-endpoint", - "tracing-gum 11.0.0", -] - -[[package]] -name = "polkadot-node-network-protocol" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67c3b078794c9c383ee3ceff65f2713ec81c033c6d8785ead5f7797e914c1fe3" -dependencies = [ - "async-channel 1.9.0", - "async-trait", - "bitvec", - "derive_more", - "fatality", - "futures", - "hex", - "parity-scale-codec", - "polkadot-node-jaeger 10.0.0", - "polkadot-node-primitives 10.0.0", - "polkadot-primitives 10.0.0", - "rand", - "sc-authority-discovery 0.37.0", - "sc-network 0.37.0", - "strum 0.24.1", - "thiserror", - "tracing-gum 10.0.0", + "tracing-gum", ] [[package]] @@ -11584,39 +10621,15 @@ dependencies = [ "futures", "hex", "parity-scale-codec", - "polkadot-node-jaeger 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-jaeger", + "polkadot-node-primitives", "polkadot-primitives 11.0.0", "rand", - "sc-authority-discovery 0.38.0", - "sc-network 0.38.0", + "sc-authority-discovery", + "sc-network", "strum 0.26.3", "thiserror", - "tracing-gum 11.0.0", -] - -[[package]] -name = "polkadot-node-primitives" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d9521abb7028ce7040f66a0786423bee2cdb7725ca46e5cee1f86191bcb2ed3" -dependencies = [ - "bitvec", - "bounded-vec", - "futures", - "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", - "schnorrkel 0.11.4", - "serde", - "sp-application-crypto 33.0.0", - "sp-consensus-babe 0.35.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-maybe-compressed-blob", - "sp-runtime 34.0.0", - "thiserror", - "zstd 0.12.4", + "tracing-gum", ] [[package]] @@ -11649,38 +10662,9 @@ version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6d5bbd86b3014ce7cc71e1a90bf641e26c4cea98955522d350268efa97c58de9" dependencies = [ - "polkadot-node-jaeger 11.0.0", - "polkadot-node-subsystem-types 11.0.0", - "polkadot-overseer 11.0.0", -] - -[[package]] -name = "polkadot-node-subsystem-types" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf0e971c1377901212059b794b48acac9a855cac83f2e07dc1b708ca0e77ba64" -dependencies = [ - "async-trait", - "bitvec", - "derive_more", - "futures", - "orchestra", - "polkadot-node-jaeger 10.0.0", - "polkadot-node-network-protocol 10.0.0", - "polkadot-node-primitives 10.0.0", - "polkadot-primitives 10.0.0", - "polkadot-statement-table 10.0.0", - "sc-client-api 31.0.0", - "sc-network 0.37.0", - "sc-transaction-pool-api 31.0.0", - "smallvec", - "sp-api 29.0.0", - "sp-authority-discovery 29.0.0", - "sp-blockchain 31.0.0", - "sp-consensus-babe 0.35.0", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", - "thiserror", + "polkadot-node-jaeger", + "polkadot-node-subsystem-types", + "polkadot-overseer", ] [[package]] @@ -11694,18 +10678,18 @@ dependencies = [ "derive_more", "futures", "orchestra", - "polkadot-node-jaeger 11.0.0", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-jaeger", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-primitives 11.0.0", - "polkadot-statement-table 11.0.0", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sc-transaction-pool-api 32.0.0", + "polkadot-statement-table", + "sc-client-api", + "sc-network", + "sc-transaction-pool-api", "smallvec", "sp-api 30.0.0", "sp-authority-discovery 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-consensus-babe 0.36.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", @@ -11729,46 +10713,23 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "pin-project", - "polkadot-node-jaeger 11.0.0", - "polkadot-node-metrics 11.0.0", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-jaeger", + "polkadot-node-metrics", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-node-subsystem-types 11.0.0", - "polkadot-overseer 11.0.0", + "polkadot-node-subsystem-types", + "polkadot-overseer", "polkadot-primitives 11.0.0", "prioritized-metered-channel", "rand", - "sc-client-api 32.0.0", + "sc-client-api", "schnellru", "sp-application-crypto 34.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum 11.0.0", -] - -[[package]] -name = "polkadot-overseer" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97415bc09e9dd20d44a019eaf0bb803ab3239a7eca20820b181e53901966fdbc" -dependencies = [ - "async-trait", - "futures", - "futures-timer", - "orchestra", - "parking_lot 0.12.1", - "polkadot-node-metrics 10.0.0", - "polkadot-node-network-protocol 10.0.0", - "polkadot-node-primitives 10.0.0", - "polkadot-node-subsystem-types 10.0.0", - "polkadot-primitives 10.0.0", - "sc-client-api 31.0.0", - "sp-api 29.0.0", - "sp-core 31.0.0", - "tikv-jemalloc-ctl", - "tracing-gum 10.0.0", + "tracing-gum", ] [[package]] @@ -11782,16 +10743,16 @@ dependencies = [ "futures-timer", "orchestra", "parking_lot 0.12.1", - "polkadot-node-metrics 11.0.0", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", - "polkadot-node-subsystem-types 11.0.0", + "polkadot-node-metrics", + "polkadot-node-network-protocol", + "polkadot-node-primitives", + "polkadot-node-subsystem-types", "polkadot-primitives 11.0.0", - "sc-client-api 32.0.0", + "sc-client-api", "sp-api 30.0.0", "sp-core 32.0.0", "tikv-jemalloc-ctl", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11814,38 +10775,20 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b87dda07862f2b16f2c2b7d315f2b4549c896562d973d466b6d19de36aba30d" +checksum = "fe77e2febc4b87e7c0a63f857ce5c32a2680cae5f9c2740285cd7378ed1586ca" dependencies = [ "bounded-collections 0.2.0", "derive_more", "parity-scale-codec", - "polkadot-core-primitives 10.0.0", + "polkadot-core-primitives 11.0.0", "scale-info", "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-weights 30.0.0", -] - -[[package]] -name = "polkadot-parachain-primitives" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe77e2febc4b87e7c0a63f857ce5c32a2680cae5f9c2740285cd7378ed1586ca" -dependencies = [ - "bounded-collections 0.2.0", - "derive_more", - "parity-scale-codec", - "polkadot-core-primitives 11.0.0", - "scale-info", - "serde", - "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-std", - "sp-weights 31.0.0", + "sp-weights 31.0.0", ] [[package]] @@ -11876,34 +10819,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "polkadot-primitives" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e01b525a35852e2861397eecbdb4a03dda69f14f7ca04968f2e06d6cba51dfb" -dependencies = [ - "bitvec", - "hex-literal", - "log", - "parity-scale-codec", - "polkadot-core-primitives 10.0.0", - "polkadot-parachain-primitives 9.0.0", - "scale-info", - "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.0", - "sp-authority-discovery 29.0.0", - "sp-consensus-slots 0.35.0", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", - "sp-std", -] - [[package]] name = "polkadot-primitives" version = "11.0.0" @@ -11942,23 +10857,23 @@ dependencies = [ "mmr-rpc", "pallet-transaction-payment-rpc", "polkadot-primitives 11.0.0", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", + "sc-chain-spec", + "sc-client-api", "sc-consensus-babe", "sc-consensus-babe-rpc", "sc-consensus-beefy", "sc-consensus-beefy-rpc", "sc-consensus-epochs", - "sc-consensus-grandpa 0.23.0", + "sc-consensus-grandpa", "sc-consensus-grandpa-rpc", - "sc-rpc 33.0.0", - "sc-rpc-spec-v2 0.38.0", + "sc-rpc", + "sc-rpc-spec-v2", "sc-sync-state-rpc", - "sc-transaction-pool-api 32.0.0", + "sc-transaction-pool-api", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-babe 0.36.0", "sp-keystore 0.38.0", "sp-runtime 35.0.0", @@ -12018,58 +10933,6 @@ dependencies = [ "static_assertions", ] -[[package]] -name = "polkadot-runtime-common" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1abd7bff20e17e025a4e001aff55dfefcfd7ef8a8ae138de44998a012e227f2" -dependencies = [ - "bitvec", - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "impl-trait-for-tuples", - "libsecp256k1", - "log", - "pallet-asset-rate 10.0.0", - "pallet-authorship 31.0.0", - "pallet-babe 31.0.0", - "pallet-balances 31.0.0", - "pallet-broker 0.9.0", - "pallet-election-provider-multi-phase 30.0.0", - "pallet-fast-unstake 30.0.0", - "pallet-identity 31.0.0", - "pallet-session 31.0.0", - "pallet-staking 31.0.0", - "pallet-staking-reward-fn 21.0.0", - "pallet-timestamp 30.0.0", - "pallet-transaction-payment 31.0.0", - "pallet-treasury 30.0.0", - "pallet-vesting 31.0.0", - "parity-scale-codec", - "polkadot-primitives 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "rustc-hex", - "scale-info", - "serde", - "serde_derive", - "slot-range-helper 10.0.0", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-npos-elections 29.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-staking 29.0.0", - "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", - "static_assertions", -] - [[package]] name = "polkadot-runtime-common" version = "11.0.0" @@ -12136,20 +10999,6 @@ dependencies = [ "sp-tracing 16.0.0", ] -[[package]] -name = "polkadot-runtime-metrics" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fed9088becfd874b6dbf064f9d1dd1bfa2e3c2188459a572aac2e689c028772" -dependencies = [ - "bs58 0.5.1", - "frame-benchmarking 31.0.0", - "parity-scale-codec", - "polkadot-primitives 10.0.0", - "sp-std", - "sp-tracing 16.0.0", -] - [[package]] name = "polkadot-runtime-metrics" version = "11.0.0" @@ -12214,56 +11063,6 @@ dependencies = [ "static_assertions", ] -[[package]] -name = "polkadot-runtime-parachains" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ce601c5f1005ff1d315c1e5c161a73e63e54bf23527f98c2bfa3ffc5b22f5e6" -dependencies = [ - "bitflags 1.3.2", - "bitvec", - "derive_more", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "impl-trait-for-tuples", - "log", - "pallet-authority-discovery 31.0.1", - "pallet-authorship 31.0.0", - "pallet-babe 31.0.0", - "pallet-balances 31.0.0", - "pallet-broker 0.9.0", - "pallet-message-queue 34.0.0", - "pallet-session 31.0.0", - "pallet-staking 31.0.0", - "pallet-timestamp 30.0.0", - "pallet-vesting 31.0.0", - "parity-scale-codec", - "polkadot-core-primitives 10.0.0", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", - "polkadot-runtime-metrics 10.0.0", - "rand", - "rand_chacha 0.3.1", - "rustc-hex", - "scale-info", - "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-staking 29.0.0", - "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", - "static_assertions", -] - [[package]] name = "polkadot-runtime-parachains" version = "11.0.0" @@ -12364,49 +11163,49 @@ dependencies = [ "polkadot-node-core-pvf", "polkadot-node-core-pvf-checker", "polkadot-node-core-runtime-api", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-node-subsystem-types 11.0.0", + "polkadot-node-subsystem-types", "polkadot-node-subsystem-util", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", "polkadot-rpc", "polkadot-runtime-parachains 11.0.0", "polkadot-statement-distribution", "rococo-runtime", - "sc-authority-discovery 0.38.0", + "sc-authority-discovery", "sc-basic-authorship", - "sc-block-builder 0.37.0", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", - "sc-client-db 0.39.0", - "sc-consensus 0.37.0", + "sc-block-builder", + "sc-chain-spec", + "sc-client-api", + "sc-client-db", + "sc-consensus", "sc-consensus-babe", "sc-consensus-beefy", - "sc-consensus-grandpa 0.23.0", + "sc-consensus-grandpa", "sc-consensus-slots", - "sc-executor 0.36.0", - "sc-keystore 29.0.0", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-network-sync 0.37.0", + "sc-executor", + "sc-keystore", + "sc-network", + "sc-network-common", + "sc-network-sync", "sc-offchain", - "sc-service 0.39.0", + "sc-service", "sc-sync-state-rpc", - "sc-sysinfo 31.0.0", - "sc-telemetry 18.0.0", - "sc-transaction-pool 32.0.0", - "sc-transaction-pool-api 32.0.0", + "sc-sysinfo", + "sc-telemetry", + "sc-transaction-pool", + "sc-transaction-pool-api", "schnellru", "serde", "serde_json", "sp-api 30.0.0", "sp-authority-discovery 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-babe 0.36.0", "sp-consensus-beefy 17.0.0", "sp-consensus-grandpa 17.0.0", @@ -12428,7 +11227,7 @@ dependencies = [ "staging-xcm 11.0.0", "substrate-prometheus-endpoint", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", "westend-runtime", "xcm-fee-payment-runtime-api", ] @@ -12446,27 +11245,15 @@ dependencies = [ "futures-timer", "indexmap 2.2.6", "parity-scale-codec", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "sp-keystore 0.38.0", "sp-staking 30.0.0", "thiserror", - "tracing-gum 11.0.0", -] - -[[package]] -name = "polkadot-statement-table" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a18144720acd47e1243b60c20bfb03f73dc67cbaf61bf2820991961e1ebb803b" -dependencies = [ - "parity-scale-codec", - "polkadot-primitives 10.0.0", - "sp-core 31.0.0", - "tracing-gum 10.0.0", + "tracing-gum", ] [[package]] @@ -12478,7 +11265,7 @@ dependencies = [ "parity-scale-codec", "polkadot-primitives 11.0.0", "sp-core 32.0.0", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -12490,7 +11277,7 @@ dependencies = [ "libc", "log", "polkavm-assembler", - "polkavm-common 0.9.0", + "polkavm-common", "polkavm-linux-raw", ] @@ -12503,12 +11290,6 @@ dependencies = [ "log", ] -[[package]] -name = "polkavm-common" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92c99f7eee94e7be43ba37eef65ad0ee8cbaf89b7c00001c3f6d2be985cb1817" - [[package]] name = "polkavm-common" version = "0.9.0" @@ -12518,34 +11299,13 @@ dependencies = [ "log", ] -[[package]] -name = "polkavm-derive" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79fa916f7962348bd1bb1a65a83401675e6fc86c51a0fdbcf92a3108e58e6125" -dependencies = [ - "polkavm-derive-impl-macro 0.8.0", -] - [[package]] name = "polkavm-derive" version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ae8c4bea6f3e11cd89bb18bcdddac10bd9a24015399bd1c485ad68a985a19606" dependencies = [ - "polkavm-derive-impl-macro 0.9.0", -] - -[[package]] -name = "polkavm-derive-impl" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c10b2654a8a10a83c260bfb93e97b262cf0017494ab94a65d389e0eda6de6c9c" -dependencies = [ - "polkavm-common 0.8.0", - "proc-macro2", - "quote", - "syn 2.0.55", + "polkavm-derive-impl-macro", ] [[package]] @@ -12554,29 +11314,19 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c4fdfc49717fb9a196e74a5d28e0bc764eb394a2c803eb11133a31ac996c60c" dependencies = [ - "polkavm-common 0.9.0", + "polkavm-common", "proc-macro2", "quote", "syn 2.0.55", ] -[[package]] -name = "polkavm-derive-impl-macro" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15e85319a0d5129dc9f021c62607e0804f5fb777a05cdda44d750ac0732def66" -dependencies = [ - "polkavm-derive-impl 0.8.0", - "syn 2.0.55", -] - [[package]] name = "polkavm-derive-impl-macro" version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ba81f7b5faac81e528eb6158a6f3c9e0bb1008e0ffa19653bc8dea925ecb429" dependencies = [ - "polkavm-derive-impl 0.9.0", + "polkavm-derive-impl", "syn 2.0.55", ] @@ -12590,7 +11340,7 @@ dependencies = [ "hashbrown 0.14.3", "log", "object 0.32.2", - "polkavm-common 0.9.0", + "polkavm-common", "regalloc2 0.9.3", "rustc-demangle", ] @@ -12667,10 +11417,10 @@ dependencies = [ "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-service", - "cumulus-primitives-aura 0.10.0", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-parachain-inherent 0.10.0", - "cumulus-relay-chain-interface 0.10.0", + "cumulus-primitives-aura 0.11.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-relay-chain-interface", "frame-benchmarking 32.0.0", "frame-benchmarking-cli", "futures", @@ -12684,26 +11434,26 @@ dependencies = [ "pop-runtime-devnet", "pop-runtime-testnet", "sc-basic-authorship", - "sc-chain-spec 31.0.0", - "sc-cli 0.40.0", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sc-executor 0.36.0", - "sc-network 0.38.0", - "sc-network-sync 0.37.0", + "sc-chain-spec", + "sc-cli", + "sc-client-api", + "sc-consensus", + "sc-executor", + "sc-network", + "sc-network-sync", "sc-offchain", - "sc-rpc 33.0.0", - "sc-service 0.39.0", - "sc-sysinfo 31.0.0", - "sc-telemetry 18.0.0", - "sc-tracing 32.0.0", - "sc-transaction-pool 32.0.0", - "sc-transaction-pool-api 32.0.0", + "sc-rpc", + "sc-service", + "sc-sysinfo", + "sc-telemetry", + "sc-tracing", + "sc-transaction-pool", + "sc-transaction-pool-api", "serde", "serde_json", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-consensus-aura 0.36.0", "sp-core 32.0.0", "sp-io 34.0.0", @@ -12733,7 +11483,7 @@ name = "pop-runtime-common" version = "0.0.0" dependencies = [ "frame-support 32.0.0", - "parachains-common 10.0.0", + "parachains-common 11.0.0", "parity-scale-codec", "polkadot-primitives 11.0.0", "scale-info", @@ -12747,13 +11497,13 @@ version = "0.1.0" dependencies = [ "cumulus-pallet-aura-ext 0.11.0", "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-session-benchmarking 12.0.0", - "cumulus-pallet-xcm 0.10.0", - "cumulus-pallet-xcmp-queue 0.10.0", - "cumulus-primitives-aura 0.10.0", - "cumulus-primitives-core 0.10.0", + "cumulus-pallet-session-benchmarking 13.0.0", + "cumulus-pallet-xcm 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-aura 0.11.0", + "cumulus-primitives-core 0.11.0", "cumulus-primitives-storage-weight-reclaim", - "cumulus-primitives-utility 0.10.0", + "cumulus-primitives-utility 0.11.0", "enumflags2", "env_logger 0.11.3", "frame-benchmarking 32.0.0", @@ -12770,7 +11520,7 @@ dependencies = [ "pallet-aura 31.0.0", "pallet-authorship 32.0.0", "pallet-balances 33.0.0", - "pallet-collator-selection 12.0.1", + "pallet-collator-selection 13.0.1", "pallet-contracts", "pallet-message-queue 35.0.0", "pallet-multisig 32.0.0", @@ -12787,7 +11537,7 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 32.0.0", "pallet-utility 32.0.0", "pallet-xcm 11.0.0", - "parachains-common 10.0.0", + "parachains-common 11.0.0", "parity-scale-codec", "polkadot-parachain-primitives 10.0.0", "polkadot-runtime-common 11.0.0", @@ -12808,7 +11558,7 @@ dependencies = [ "sp-std", "sp-transaction-pool 30.0.0", "sp-version 33.0.0", - "staging-parachain-info 0.10.0", + "staging-parachain-info 0.11.0", "staging-xcm 11.0.0", "staging-xcm-builder 11.0.0", "staging-xcm-executor 11.0.0", @@ -12821,12 +11571,12 @@ version = "0.2.0" dependencies = [ "cumulus-pallet-aura-ext 0.11.0", "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-session-benchmarking 12.0.0", - "cumulus-pallet-xcm 0.10.0", - "cumulus-pallet-xcmp-queue 0.10.0", - "cumulus-primitives-aura 0.10.0", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-utility 0.10.0", + "cumulus-pallet-session-benchmarking 13.0.0", + "cumulus-pallet-xcm 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-aura 0.11.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-utility 0.11.0", "enumflags2", "env_logger 0.11.3", "frame-benchmarking 32.0.0", @@ -12843,7 +11593,7 @@ dependencies = [ "pallet-aura 31.0.0", "pallet-authorship 32.0.0", "pallet-balances 33.0.0", - "pallet-collator-selection 12.0.1", + "pallet-collator-selection 13.0.1", "pallet-contracts", "pallet-message-queue 35.0.0", "pallet-multisig 32.0.0", @@ -12860,7 +11610,7 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 32.0.0", "pallet-utility 32.0.0", "pallet-xcm 11.0.0", - "parachains-common 10.0.0", + "parachains-common 11.0.0", "parity-scale-codec", "polkadot-parachain-primitives 10.0.0", "polkadot-runtime-common 11.0.0", @@ -12881,7 +11631,7 @@ dependencies = [ "sp-std", "sp-transaction-pool 30.0.0", "sp-version 33.0.0", - "staging-parachain-info 0.10.0", + "staging-parachain-info 0.11.0", "staging-xcm 11.0.0", "staging-xcm-builder 11.0.0", "staging-xcm-executor 11.0.0", @@ -13988,18 +12738,6 @@ dependencies = [ "winapi-util", ] -[[package]] -name = "sc-allocator" -version = "26.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4715fddb2bd1862aa21f6312528ab339b7d03ef5ec654e3aa200a3119392392f" -dependencies = [ - "log", - "sp-core 31.0.0", - "sp-wasm-interface 20.0.0", - "thiserror", -] - [[package]] name = "sc-allocator" version = "27.0.0" @@ -14012,36 +12750,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sc-authority-discovery" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f987a536468e06b66fe3cac296b27dc532f301199e0278bc42ac32b8eb3a4a9d" -dependencies = [ - "async-trait", - "futures", - "futures-timer", - "ip_network", - "libp2p", - "log", - "multihash 0.18.1", - "multihash-codetable", - "parity-scale-codec", - "prost 0.12.3", - "prost-build", - "rand", - "sc-client-api 31.0.0", - "sc-network 0.37.0", - "sp-api 29.0.0", - "sp-authority-discovery 29.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", - "thiserror", -] - [[package]] name = "sc-authority-discovery" version = "0.38.0" @@ -14061,11 +12769,11 @@ dependencies = [ "prost 0.12.3", "prost-build", "rand", - "sc-client-api 32.0.0", - "sc-network 0.38.0", + "sc-client-api", + "sc-network", "sp-api 30.0.0", "sp-authority-discovery 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-keystore 0.38.0", "sp-runtime 35.0.0", @@ -14083,35 +12791,19 @@ dependencies = [ "futures-timer", "log", "parity-scale-codec", - "sc-block-builder 0.37.0", + "sc-block-builder", "sc-proposer-metrics", - "sc-telemetry 18.0.0", - "sc-transaction-pool-api 32.0.0", + "sc-telemetry", + "sc-transaction-pool-api", "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-core 32.0.0", "sp-inherents 30.0.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", ] -[[package]] -name = "sc-block-builder" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "033b5ee0fa6d770c9db8cd59f6d1f88e792c088238278fcb836b5c851936a62d" -dependencies = [ - "parity-scale-codec", - "sp-api 29.0.0", - "sp-block-builder 29.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-trie 32.0.0", -] - [[package]] name = "sc-block-builder" version = "0.37.0" @@ -14121,40 +12813,13 @@ dependencies = [ "parity-scale-codec", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-inherents 30.0.0", "sp-runtime 35.0.0", "sp-trie 33.0.0", ] -[[package]] -name = "sc-chain-spec" -version = "30.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5dfb28048e5b2d168870e2205d3e41db1f387a781831a8b8b82c9f10536c2742" -dependencies = [ - "array-bytes 6.2.2", - "docify", - "log", - "memmap2 0.9.4", - "parity-scale-codec", - "sc-chain-spec-derive", - "sc-client-api 31.0.0", - "sc-executor 0.35.0", - "sc-network 0.37.0", - "sc-telemetry 17.0.0", - "serde", - "serde_json", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-crypto-hashing", - "sp-genesis-builder 0.10.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", -] - [[package]] name = "sc-chain-spec" version = "31.0.0" @@ -14167,13 +12832,13 @@ dependencies = [ "memmap2 0.9.4", "parity-scale-codec", "sc-chain-spec-derive", - "sc-client-api 32.0.0", - "sc-executor 0.36.0", - "sc-network 0.38.0", - "sc-telemetry 18.0.0", + "sc-client-api", + "sc-executor", + "sc-network", + "sc-telemetry", "serde", "serde_json", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-crypto-hashing", "sp-genesis-builder 0.11.0", @@ -14194,48 +12859,6 @@ dependencies = [ "syn 2.0.55", ] -[[package]] -name = "sc-cli" -version = "0.39.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20c2eae4d9396b19403f89f058a6a684066b58e051b1310f246eb9b41a7b54fe" -dependencies = [ - "array-bytes 6.2.2", - "chrono", - "clap", - "fdlimit", - "futures", - "itertools 0.10.5", - "libp2p-identity", - "log", - "names", - "parity-bip39", - "parity-scale-codec", - "rand", - "regex", - "rpassword", - "sc-client-api 31.0.0", - "sc-client-db 0.38.0", - "sc-keystore 28.0.0", - "sc-mixnet 0.7.0", - "sc-network 0.37.0", - "sc-service 0.38.0", - "sc-telemetry 17.0.0", - "sc-tracing 31.0.0", - "sc-utils 16.0.0", - "serde", - "serde_json", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-keyring 34.0.0", - "sp-keystore 0.37.0", - "sp-panic-handler", - "sp-runtime 34.0.0", - "sp-version 32.0.0", - "thiserror", - "tokio", -] - [[package]] name = "sc-cli" version = "0.40.0" @@ -14256,18 +12879,18 @@ dependencies = [ "rand", "regex", "rpassword", - "sc-client-api 32.0.0", - "sc-client-db 0.39.0", - "sc-keystore 29.0.0", - "sc-mixnet 0.8.0", - "sc-network 0.38.0", - "sc-service 0.39.0", - "sc-telemetry 18.0.0", - "sc-tracing 32.0.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-client-db", + "sc-keystore", + "sc-mixnet", + "sc-network", + "sc-service", + "sc-telemetry", + "sc-tracing", + "sc-utils", "serde", "serde_json", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-keyring 35.0.0", "sp-keystore 0.38.0", @@ -14278,34 +12901,6 @@ dependencies = [ "tokio", ] -[[package]] -name = "sc-client-api" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08db275ca98f1fe44db2e2058893b182b85ef11cee7cf271edffd449a1179fc4" -dependencies = [ - "fnv", - "futures", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-executor 0.35.0", - "sc-transaction-pool-api 31.0.0", - "sc-utils 16.0.0", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-consensus 0.35.0", - "sp-core 31.0.0", - "sp-database", - "sp-externalities 0.27.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-statement-store 13.0.0", - "sp-storage 20.0.0", - "sp-trie 32.0.0", - "substrate-prometheus-endpoint", -] - [[package]] name = "sc-client-api" version = "32.0.0" @@ -14317,50 +12912,23 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-executor 0.36.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", + "sc-executor", + "sc-transaction-pool-api", + "sc-utils", "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-core 32.0.0", "sp-database", "sp-externalities 0.28.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", - "sp-statement-store 14.0.0", + "sp-statement-store", "sp-storage 21.0.0", "sp-trie 33.0.0", "substrate-prometheus-endpoint", ] -[[package]] -name = "sc-client-db" -version = "0.38.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6bd93f124c30ec885696128a639e190293bee2a6430cc04248d656093b5d4f42" -dependencies = [ - "hash-db", - "kvdb", - "kvdb-memorydb", - "kvdb-rocksdb", - "linked-hash-map", - "log", - "parity-db", - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-client-api 31.0.0", - "sc-state-db 0.33.0", - "schnellru", - "sp-arithmetic 25.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-database", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-trie 32.0.0", -] - [[package]] name = "sc-client-db" version = "0.39.0" @@ -14376,11 +12944,11 @@ dependencies = [ "parity-db", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api 32.0.0", - "sc-state-db 0.34.0", + "sc-client-api", + "sc-state-db", "schnellru", "sp-arithmetic 26.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-database", "sp-runtime 35.0.0", @@ -14390,9 +12958,9 @@ dependencies = [ [[package]] name = "sc-consensus" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4da51746e9689ecee65d6c1ac32e89a7b0452ee1ce377485e94c285e9690dcfd" +checksum = "a051ffa28788f7ec47e46d6236132126d5aa563469e6c852e87cfbe5069e0687" dependencies = [ "async-trait", "futures", @@ -14401,48 +12969,22 @@ dependencies = [ "log", "mockall", "parking_lot 0.12.1", - "sc-client-api 31.0.0", - "sc-utils 16.0.0", + "sc-client-api", + "sc-utils", "serde", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-consensus 0.35.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-api 30.0.0", + "sp-blockchain", + "sp-consensus", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] -name = "sc-consensus" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a051ffa28788f7ec47e46d6236132126d5aa563469e6c852e87cfbe5069e0687" -dependencies = [ - "async-trait", - "futures", - "futures-timer", - "libp2p-identity", - "log", - "mockall", - "parking_lot 0.12.1", - "sc-client-api 32.0.0", - "sc-utils 17.0.0", - "serde", - "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", - "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", - "substrate-prometheus-endpoint", - "thiserror", -] - -[[package]] -name = "sc-consensus-aura" -version = "0.38.0" +name = "sc-consensus-aura" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6cd537650a8f23d6775456a5a06e1cf27722fedc5515769983e18ef856a6aad3" dependencies = [ @@ -14450,16 +12992,16 @@ dependencies = [ "futures", "log", "parity-scale-codec", - "sc-block-builder 0.37.0", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", + "sc-block-builder", + "sc-client-api", + "sc-consensus", "sc-consensus-slots", - "sc-telemetry 18.0.0", + "sc-telemetry", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-aura 0.36.0", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", @@ -14477,7 +13019,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "efe6f127a27ea6ace8e4391ba847ccf21d3512499e1c5e7c300e7e5115642544" dependencies = [ "async-trait", - "fork-tree 13.0.0", + "fork-tree", "futures", "log", "num-bigint", @@ -14485,17 +13027,17 @@ dependencies = [ "num-traits", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", + "sc-client-api", + "sc-consensus", "sc-consensus-epochs", "sc-consensus-slots", - "sc-telemetry 18.0.0", - "sc-transaction-pool-api 32.0.0", + "sc-telemetry", + "sc-transaction-pool-api", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-babe 0.36.0", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", @@ -14517,12 +13059,12 @@ dependencies = [ "jsonrpsee", "sc-consensus-babe", "sc-consensus-epochs", - "sc-rpc-api 0.37.0", + "sc-rpc-api", "serde", "sp-api 30.0.0", "sp-application-crypto 34.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-babe 0.36.0", "sp-core 32.0.0", "sp-keystore 0.38.0", @@ -14544,17 +13086,17 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sc-network 0.38.0", - "sc-network-gossip 0.38.0", - "sc-network-sync 0.37.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-consensus", + "sc-network", + "sc-network-gossip", + "sc-network-sync", + "sc-utils", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-arithmetic 26.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-beefy 17.0.0", "sp-core 32.0.0", "sp-crypto-hashing", @@ -14579,7 +13121,7 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "sc-consensus-beefy", - "sc-rpc 33.0.0", + "sc-rpc", "serde", "sp-consensus-beefy 17.0.0", "sp-core 32.0.0", @@ -14593,58 +13135,14 @@ version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b2217e53886dbfd4749eaa2e671f8e59807a2fb711ffa0023b3dc5b30f5db458" dependencies = [ - "fork-tree 13.0.0", + "fork-tree", "parity-scale-codec", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sp-blockchain 32.0.0", + "sc-client-api", + "sc-consensus", + "sp-blockchain", "sp-runtime 35.0.0", ] -[[package]] -name = "sc-consensus-grandpa" -version = "0.22.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e19945689693bbea950220bf7af1c79a2f70f5f37b97f7e6d136dcaf2b34f4a5" -dependencies = [ - "ahash 0.8.11", - "array-bytes 6.2.2", - "async-trait", - "dyn-clone", - "finality-grandpa", - "fork-tree 12.0.0", - "futures", - "futures-timer", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "rand", - "sc-block-builder 0.36.0", - "sc-chain-spec 30.0.1", - "sc-client-api 31.0.0", - "sc-consensus 0.36.0", - "sc-network 0.37.0", - "sc-network-common 0.36.0", - "sc-network-gossip 0.37.0", - "sc-network-sync 0.36.0", - "sc-telemetry 17.0.0", - "sc-transaction-pool-api 31.0.0", - "sc-utils 16.0.0", - "serde_json", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.0", - "sp-blockchain 31.0.0", - "sp-consensus 0.35.0", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-crypto-hashing", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", - "thiserror", -] - [[package]] name = "sc-consensus-grandpa" version = "0.23.0" @@ -14656,30 +13154,30 @@ dependencies = [ "async-trait", "dyn-clone", "finality-grandpa", - "fork-tree 13.0.0", + "fork-tree", "futures", "futures-timer", "log", "parity-scale-codec", "parking_lot 0.12.1", "rand", - "sc-block-builder 0.37.0", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-network-gossip 0.38.0", - "sc-network-sync 0.37.0", - "sc-telemetry 18.0.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", + "sc-block-builder", + "sc-chain-spec", + "sc-client-api", + "sc-consensus", + "sc-network", + "sc-network-common", + "sc-network-gossip", + "sc-network-sync", + "sc-telemetry", + "sc-transaction-pool-api", + "sc-utils", "serde_json", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-arithmetic 26.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-grandpa 17.0.0", "sp-core 32.0.0", "sp-crypto-hashing", @@ -14700,11 +13198,11 @@ dependencies = [ "jsonrpsee", "log", "parity-scale-codec", - "sc-client-api 32.0.0", - "sc-consensus-grandpa 0.23.0", - "sc-rpc 33.0.0", + "sc-client-api", + "sc-consensus-grandpa", + "sc-rpc", "serde", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-runtime 35.0.0", "thiserror", @@ -14721,12 +13219,12 @@ dependencies = [ "futures-timer", "log", "parity-scale-codec", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sc-telemetry 18.0.0", + "sc-client-api", + "sc-consensus", + "sc-telemetry", "sp-arithmetic 26.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", "sp-inherents 30.0.0", @@ -14734,30 +13232,6 @@ dependencies = [ "sp-state-machine 0.39.0", ] -[[package]] -name = "sc-executor" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b8f8ddc63df8219768b729f9098ecd4362d2756b40784071cd44c3041f1d51d" -dependencies = [ - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-executor-common 0.32.0", - "sc-executor-polkavm 0.29.0", - "sc-executor-wasmtime 0.32.0", - "schnellru", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-io 33.0.0", - "sp-panic-handler", - "sp-runtime-interface 26.0.0", - "sp-trie 32.0.0", - "sp-version 32.0.0", - "sp-wasm-interface 20.0.0", - "tracing", -] - [[package]] name = "sc-executor" version = "0.36.0" @@ -14766,9 +13240,9 @@ checksum = "cc6b47b642a92adcabaeadb7d76bd1a02bcf5a93f2b649e81afe8b940107bbda" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", - "sc-executor-common 0.33.0", - "sc-executor-polkavm 0.30.0", - "sc-executor-wasmtime 0.33.1", + "sc-executor-common", + "sc-executor-polkavm", + "sc-executor-wasmtime", "schnellru", "sp-api 30.0.0", "sp-core 32.0.0", @@ -14782,20 +13256,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "sc-executor-common" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00308c10173ec6446ccc2b96cd3a3037e64c94a424f94daa8c96f288794f4d34" -dependencies = [ - "polkavm", - "sc-allocator 26.0.0", - "sp-maybe-compressed-blob", - "sp-wasm-interface 20.0.0", - "thiserror", - "wasm-instrument", -] - [[package]] name = "sc-executor-common" version = "0.33.0" @@ -14803,25 +13263,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "88c61ef111d7ccc7697ee4788654f4f998662db057c27ca2de4b94f20e3e6ed1" dependencies = [ "polkavm", - "sc-allocator 27.0.0", + "sc-allocator", "sp-maybe-compressed-blob", "sp-wasm-interface 21.0.0", "thiserror", "wasm-instrument", ] -[[package]] -name = "sc-executor-polkavm" -version = "0.29.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63b9c814d3a94df7a323d728a6961a3b9ec8c5c5979eb858ec098ddf2838cfc0" -dependencies = [ - "log", - "polkavm", - "sc-executor-common 0.32.0", - "sp-wasm-interface 20.0.0", -] - [[package]] name = "sc-executor-polkavm" version = "0.30.0" @@ -14830,29 +13278,10 @@ checksum = "6fb96b22b779ba14f449d114b63efd162f95f1cdf773cdac29f75fe6a250de24" dependencies = [ "log", "polkavm", - "sc-executor-common 0.33.0", + "sc-executor-common", "sp-wasm-interface 21.0.0", ] -[[package]] -name = "sc-executor-wasmtime" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa37286464bd16146c612e3193a56df728815d23f9bf0faac7df898c0944c87f" -dependencies = [ - "anyhow", - "cfg-if", - "libc", - "log", - "parking_lot 0.12.1", - "rustix 0.36.17", - "sc-allocator 26.0.0", - "sc-executor-common 0.32.0", - "sp-runtime-interface 26.0.0", - "sp-wasm-interface 20.0.0", - "wasmtime", -] - [[package]] name = "sc-executor-wasmtime" version = "0.33.1" @@ -14865,31 +13294,13 @@ dependencies = [ "log", "parking_lot 0.12.1", "rustix 0.36.17", - "sc-allocator 27.0.0", - "sc-executor-common 0.33.0", + "sc-allocator", + "sc-executor-common", "sp-runtime-interface 27.0.0", "sp-wasm-interface 21.0.0", "wasmtime", ] -[[package]] -name = "sc-informant" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e9005c37100c6ea2b06668f72ba5bc927b5a2445ed26b008ddf1875998dea41" -dependencies = [ - "ansi_term", - "futures", - "futures-timer", - "log", - "sc-client-api 31.0.0", - "sc-network 0.37.0", - "sc-network-common 0.36.0", - "sc-network-sync 0.36.0", - "sp-blockchain 31.0.0", - "sp-runtime 34.0.0", -] - [[package]] name = "sc-informant" version = "0.37.0" @@ -14900,29 +13311,14 @@ dependencies = [ "futures", "futures-timer", "log", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-network-sync 0.37.0", - "sp-blockchain 32.0.0", + "sc-client-api", + "sc-network", + "sc-network-common", + "sc-network-sync", + "sp-blockchain", "sp-runtime 35.0.0", ] -[[package]] -name = "sc-keystore" -version = "28.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ef7283da5d643ef89ed094e1b23451ec70386a9474d337cdaa0ef81870bb2d4" -dependencies = [ - "array-bytes 6.2.2", - "parking_lot 0.12.1", - "serde_json", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "thiserror", -] - [[package]] name = "sc-keystore" version = "29.0.0" @@ -14938,36 +13334,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sc-mixnet" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "248d9be75de68e34f6490065c398b8177ff967902d93e6b88527a0e8c00903ad" -dependencies = [ - "array-bytes 4.2.0", - "arrayvec 0.7.4", - "blake2 0.10.6", - "bytes", - "futures", - "futures-timer", - "libp2p-identity", - "log", - "mixnet", - "multiaddr", - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-client-api 31.0.0", - "sc-network 0.37.0", - "sc-transaction-pool-api 31.0.0", - "sp-api 29.0.0", - "sp-consensus 0.35.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-mixnet 0.7.0", - "sp-runtime 34.0.0", - "thiserror", -] - [[package]] name = "sc-mixnet" version = "0.8.0" @@ -14986,62 +13352,18 @@ dependencies = [ "multiaddr", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sc-transaction-pool-api 32.0.0", + "sc-client-api", + "sc-network", + "sc-transaction-pool-api", "sp-api 30.0.0", - "sp-consensus 0.36.0", + "sp-consensus", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-mixnet 0.8.0", + "sp-mixnet", "sp-runtime 35.0.0", "thiserror", ] -[[package]] -name = "sc-network" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4067423488686ff78561ed0d32ac7e2617edd31219088b1322e85e945e62de29" -dependencies = [ - "array-bytes 6.2.2", - "async-channel 1.9.0", - "async-trait", - "asynchronous-codec", - "bytes", - "either", - "fnv", - "futures", - "futures-timer", - "ip_network", - "libp2p", - "linked_hash_set", - "log", - "mockall", - "parity-scale-codec", - "parking_lot 0.12.1", - "partial_sort", - "pin-project", - "rand", - "sc-client-api 31.0.0", - "sc-network-common 0.36.0", - "sc-utils 16.0.0", - "serde", - "serde_json", - "smallvec", - "sp-arithmetic 25.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", - "thiserror", - "tokio", - "tokio-stream", - "unsigned-varint", - "wasm-timer", - "zeroize", -] - [[package]] name = "sc-network" version = "0.38.0" @@ -15067,14 +13389,14 @@ dependencies = [ "partial_sort", "pin-project", "rand", - "sc-client-api 32.0.0", - "sc-network-common 0.37.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-network-common", + "sc-utils", "serde", "serde_json", "smallvec", "sp-arithmetic 26.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", @@ -15086,27 +13408,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "sc-network-bitswap" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8dacf210f4e36e53dc3d3ff1cfd72e4378eb973568c261e7c62bc8daaec9f945" -dependencies = [ - "async-channel 1.9.0", - "cid", - "futures", - "libp2p-identity", - "log", - "prost 0.12.3", - "prost-build", - "sc-client-api 31.0.0", - "sc-network 0.37.0", - "sp-blockchain 31.0.0", - "sp-runtime 34.0.0", - "thiserror", - "unsigned-varint", -] - [[package]] name = "sc-network-bitswap" version = "0.37.0" @@ -15120,32 +13421,14 @@ dependencies = [ "log", "prost 0.12.3", "prost-build", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sp-blockchain 32.0.0", + "sc-client-api", + "sc-network", + "sp-blockchain", "sp-runtime 35.0.0", "thiserror", "unsigned-varint", ] -[[package]] -name = "sc-network-common" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "551dba7ce65d136788c3154044fb425e2cb6e883d20c3cd25c0720a5b5251ed4" -dependencies = [ - "async-trait", - "bitflags 1.3.2", - "futures", - "libp2p-identity", - "parity-scale-codec", - "prost-build", - "sc-consensus 0.36.0", - "sp-consensus 0.35.0", - "sp-consensus-grandpa 16.0.0", - "sp-runtime 34.0.0", -] - [[package]] name = "sc-network-common" version = "0.37.0" @@ -15158,32 +13441,12 @@ dependencies = [ "libp2p-identity", "parity-scale-codec", "prost-build", - "sc-consensus 0.37.0", - "sp-consensus 0.36.0", + "sc-consensus", + "sp-consensus", "sp-consensus-grandpa 17.0.0", "sp-runtime 35.0.0", ] -[[package]] -name = "sc-network-gossip" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06e36f8665cba733bd0690e864ef59cb87627120e57607b768e6e7cf30cecd20" -dependencies = [ - "ahash 0.8.11", - "futures", - "futures-timer", - "libp2p", - "log", - "sc-network 0.37.0", - "sc-network-common 0.36.0", - "sc-network-sync 0.36.0", - "schnellru", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", - "tracing", -] - [[package]] name = "sc-network-gossip" version = "0.38.0" @@ -15195,37 +13458,15 @@ dependencies = [ "futures-timer", "libp2p", "log", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-network-sync 0.37.0", + "sc-network", + "sc-network-common", + "sc-network-sync", "schnellru", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "tracing", ] -[[package]] -name = "sc-network-light" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4c4a77832e7d86e2b8f579339a47ebc16eec560bb4d62c42f0daad10700a512" -dependencies = [ - "array-bytes 6.2.2", - "async-channel 1.9.0", - "futures", - "libp2p-identity", - "log", - "parity-scale-codec", - "prost 0.12.3", - "prost-build", - "sc-client-api 31.0.0", - "sc-network 0.37.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "thiserror", -] - [[package]] name = "sc-network-light" version = "0.37.0" @@ -15240,51 +13481,14 @@ dependencies = [ "parity-scale-codec", "prost 0.12.3", "prost-build", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sp-blockchain 32.0.0", + "sc-client-api", + "sc-network", + "sp-blockchain", "sp-core 32.0.0", "sp-runtime 35.0.0", "thiserror", ] -[[package]] -name = "sc-network-sync" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7dfdaf49edeaa23ae0da1a9bf6ea3e308c11822cb3a853996f1203b06249411" -dependencies = [ - "array-bytes 6.2.2", - "async-channel 1.9.0", - "async-trait", - "fork-tree 12.0.0", - "futures", - "futures-timer", - "libp2p", - "log", - "mockall", - "parity-scale-codec", - "prost 0.12.3", - "prost-build", - "sc-client-api 31.0.0", - "sc-consensus 0.36.0", - "sc-network 0.37.0", - "sc-network-common 0.36.0", - "sc-utils 16.0.0", - "schnellru", - "smallvec", - "sp-arithmetic 25.0.0", - "sp-blockchain 31.0.0", - "sp-consensus 0.35.0", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", - "thiserror", - "tokio", - "tokio-stream", -] - [[package]] name = "sc-network-sync" version = "0.37.0" @@ -15294,7 +13498,7 @@ dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", "async-trait", - "fork-tree 13.0.0", + "fork-tree", "futures", "futures-timer", "libp2p", @@ -15303,16 +13507,16 @@ dependencies = [ "parity-scale-codec", "prost 0.12.3", "prost-build", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-consensus", + "sc-network", + "sc-network-common", + "sc-utils", "schnellru", "smallvec", "sp-arithmetic 26.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-grandpa 17.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", @@ -15322,26 +13526,6 @@ dependencies = [ "tokio-stream", ] -[[package]] -name = "sc-network-transactions" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b3824e7a1aa29ed3d2294810c8e018a6df3798eec236f3043a62945daf7d9b1" -dependencies = [ - "array-bytes 6.2.2", - "futures", - "libp2p", - "log", - "parity-scale-codec", - "sc-network 0.37.0", - "sc-network-common 0.36.0", - "sc-network-sync 0.36.0", - "sc-utils 16.0.0", - "sp-consensus 0.35.0", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", -] - [[package]] name = "sc-network-transactions" version = "0.37.0" @@ -15353,11 +13537,11 @@ dependencies = [ "libp2p", "log", "parity-scale-codec", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-network-sync 0.37.0", - "sc-utils 17.0.0", - "sp-consensus 0.36.0", + "sc-network", + "sc-network-common", + "sc-network-sync", + "sc-utils", + "sp-consensus", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", ] @@ -15382,11 +13566,11 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "rand", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-network", + "sc-network-common", + "sc-transaction-pool-api", + "sc-utils", "sp-api 30.0.0", "sp-core 32.0.0", "sp-externalities 0.28.0", @@ -15407,39 +13591,6 @@ dependencies = [ "substrate-prometheus-endpoint", ] -[[package]] -name = "sc-rpc" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d796d75b22785b09c58478f1418b75c9787d598a0d2ab8edbd0072731ec4aaa" -dependencies = [ - "futures", - "jsonrpsee", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-block-builder 0.36.0", - "sc-chain-spec 30.0.1", - "sc-client-api 31.0.0", - "sc-mixnet 0.7.0", - "sc-rpc-api 0.36.0", - "sc-tracing 31.0.0", - "sc-transaction-pool-api 31.0.0", - "sc-utils 16.0.0", - "serde_json", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-offchain 29.0.0", - "sp-rpc 29.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-statement-store 13.0.0", - "sp-version 32.0.0", - "tokio", -] - [[package]] name = "sc-rpc" version = "33.0.0" @@ -15451,49 +13602,28 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-block-builder 0.37.0", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", - "sc-mixnet 0.8.0", - "sc-rpc-api 0.37.0", - "sc-tracing 32.0.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", + "sc-block-builder", + "sc-chain-spec", + "sc-client-api", + "sc-mixnet", + "sc-rpc-api", + "sc-tracing", + "sc-transaction-pool-api", + "sc-utils", "serde_json", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-keystore 0.38.0", "sp-offchain 30.0.0", - "sp-rpc 30.0.0", + "sp-rpc", "sp-runtime 35.0.0", "sp-session 31.0.0", - "sp-statement-store 14.0.0", + "sp-statement-store", "sp-version 33.0.0", "tokio", ] -[[package]] -name = "sc-rpc-api" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3705feca378ef3f3f84fb337480405a611a15c8637b2449ed514ca63765e421b" -dependencies = [ - "jsonrpsee", - "parity-scale-codec", - "sc-chain-spec 30.0.1", - "sc-mixnet 0.7.0", - "sc-transaction-pool-api 31.0.0", - "scale-info", - "serde", - "serde_json", - "sp-core 31.0.0", - "sp-rpc 29.0.0", - "sp-runtime 34.0.0", - "sp-version 32.0.0", - "thiserror", -] - [[package]] name = "sc-rpc-api" version = "0.37.0" @@ -15502,38 +13632,19 @@ checksum = "b82060f09f886f59fd19a77cc6668c209e883fc93511e9c441ef84adfea80f36" dependencies = [ "jsonrpsee", "parity-scale-codec", - "sc-chain-spec 31.0.0", - "sc-mixnet 0.8.0", - "sc-transaction-pool-api 32.0.0", + "sc-chain-spec", + "sc-mixnet", + "sc-transaction-pool-api", "scale-info", "serde", "serde_json", "sp-core 32.0.0", - "sp-rpc 30.0.0", + "sp-rpc", "sp-runtime 35.0.0", "sp-version 33.0.0", "thiserror", ] -[[package]] -name = "sc-rpc-server" -version = "14.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65f705946ae375fc47ee9a2e2df0b7e339a1fb8c8eb5c9eb6f206619d27946a7" -dependencies = [ - "futures", - "governor", - "http", - "hyper", - "jsonrpsee", - "log", - "serde_json", - "substrate-prometheus-endpoint", - "tokio", - "tower", - "tower-http", -] - [[package]] name = "sc-rpc-server" version = "15.0.0" @@ -15553,38 +13664,6 @@ dependencies = [ "tower-http", ] -[[package]] -name = "sc-rpc-spec-v2" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66dcea3fe5f0bcbaf08d6a42e877ae8f50b9cdbc87f65f7c79fbe5003e3969dc" -dependencies = [ - "array-bytes 6.2.2", - "futures", - "futures-util", - "hex", - "jsonrpsee", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "rand", - "sc-chain-spec 30.0.1", - "sc-client-api 31.0.0", - "sc-rpc 32.0.0", - "sc-transaction-pool-api 31.0.0", - "sc-utils 16.0.0", - "serde", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-rpc 29.0.0", - "sp-runtime 34.0.0", - "sp-version 32.0.0", - "thiserror", - "tokio", - "tokio-stream", -] - [[package]] name = "sc-rpc-spec-v2" version = "0.38.0" @@ -15593,93 +13672,28 @@ checksum = "ad831d2524de44a89b1801e306fd9718dc5fadb26ea3e88f486faa29c6fdd710" dependencies = [ "array-bytes 6.2.2", "futures", - "futures-util", - "hex", - "jsonrpsee", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "rand", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", - "sc-rpc 33.0.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", - "serde", - "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-core 32.0.0", - "sp-rpc 30.0.0", - "sp-runtime 35.0.0", - "sp-version 33.0.0", - "thiserror", - "tokio", - "tokio-stream", -] - -[[package]] -name = "sc-service" -version = "0.38.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42678fb737ea101658a8288cd3fcc0bff59ef40cd1a1c4f4d4042c3fa17bae41" -dependencies = [ - "async-trait", - "directories", - "exit-future", - "futures", - "futures-timer", + "futures-util", + "hex", "jsonrpsee", "log", "parity-scale-codec", "parking_lot 0.12.1", - "pin-project", "rand", - "sc-chain-spec 30.0.1", - "sc-client-api 31.0.0", - "sc-client-db 0.38.0", - "sc-consensus 0.36.0", - "sc-executor 0.35.0", - "sc-informant 0.36.0", - "sc-keystore 28.0.0", - "sc-network 0.37.0", - "sc-network-bitswap 0.36.0", - "sc-network-common 0.36.0", - "sc-network-light 0.36.0", - "sc-network-sync 0.36.0", - "sc-network-transactions 0.36.0", - "sc-rpc 32.0.0", - "sc-rpc-server 14.0.0", - "sc-rpc-spec-v2 0.37.0", - "sc-sysinfo 30.0.0", - "sc-telemetry 17.0.0", - "sc-tracing 31.0.0", - "sc-transaction-pool 31.0.0", - "sc-transaction-pool-api 31.0.0", - "sc-utils 16.0.0", - "schnellru", + "sc-chain-spec", + "sc-client-api", + "sc-rpc", + "sc-transaction-pool-api", + "sc-utils", "serde", - "serde_json", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-consensus 0.35.0", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-state-machine 0.38.0", - "sp-storage 20.0.0", - "sp-transaction-pool 29.0.0", - "sp-transaction-storage-proof 29.0.0", - "sp-trie 32.0.0", - "sp-version 32.0.0", - "static_init", - "substrate-prometheus-endpoint", - "tempfile", + "sp-api 30.0.0", + "sp-blockchain", + "sp-core 32.0.0", + "sp-rpc", + "sp-runtime 35.0.0", + "sp-version 33.0.0", "thiserror", "tokio", - "tracing", - "tracing-futures", + "tokio-stream", ] [[package]] @@ -15699,34 +13713,34 @@ dependencies = [ "parking_lot 0.12.1", "pin-project", "rand", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", - "sc-client-db 0.39.0", - "sc-consensus 0.37.0", - "sc-executor 0.36.0", - "sc-informant 0.37.0", - "sc-keystore 29.0.0", - "sc-network 0.38.0", - "sc-network-bitswap 0.37.0", - "sc-network-common 0.37.0", - "sc-network-light 0.37.0", - "sc-network-sync 0.37.0", - "sc-network-transactions 0.37.0", - "sc-rpc 33.0.0", - "sc-rpc-server 15.0.0", - "sc-rpc-spec-v2 0.38.0", - "sc-sysinfo 31.0.0", - "sc-telemetry 18.0.0", - "sc-tracing 32.0.0", - "sc-transaction-pool 32.0.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", + "sc-chain-spec", + "sc-client-api", + "sc-client-db", + "sc-consensus", + "sc-executor", + "sc-informant", + "sc-keystore", + "sc-network", + "sc-network-bitswap", + "sc-network-common", + "sc-network-light", + "sc-network-sync", + "sc-network-transactions", + "sc-rpc", + "sc-rpc-server", + "sc-rpc-spec-v2", + "sc-sysinfo", + "sc-telemetry", + "sc-tracing", + "sc-transaction-pool", + "sc-transaction-pool-api", + "sc-utils", "schnellru", "serde", "serde_json", "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-core 32.0.0", "sp-externalities 0.28.0", "sp-keystore 0.38.0", @@ -15735,7 +13749,7 @@ dependencies = [ "sp-state-machine 0.39.0", "sp-storage 21.0.0", "sp-transaction-pool 30.0.0", - "sp-transaction-storage-proof 30.0.0", + "sp-transaction-storage-proof", "sp-trie 33.0.0", "sp-version 33.0.0", "static_init", @@ -15747,18 +13761,6 @@ dependencies = [ "tracing-futures", ] -[[package]] -name = "sc-state-db" -version = "0.33.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9863fb81595a25b908d7143c1a3e162d237e67890088363df4a121fe37c49d08" -dependencies = [ - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "sp-core 31.0.0", -] - [[package]] name = "sc-state-db" version = "0.34.0" @@ -15793,40 +13795,18 @@ checksum = "75577af6d7128f3c0cd1dfa83f9ec056dbe4cdce297f1d257f2a1253134c6e9a" dependencies = [ "jsonrpsee", "parity-scale-codec", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", + "sc-chain-spec", + "sc-client-api", "sc-consensus-babe", "sc-consensus-epochs", - "sc-consensus-grandpa 0.23.0", + "sc-consensus-grandpa", "serde", "serde_json", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-runtime 35.0.0", "thiserror", ] -[[package]] -name = "sc-sysinfo" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f098da1a83dc5b4e69ef66f7dfc5c0a82bc63defe8dcb0aaa1819e9b2bd6d744" -dependencies = [ - "derive_more", - "futures", - "libc", - "log", - "rand", - "rand_pcg", - "regex", - "sc-telemetry 17.0.0", - "serde", - "serde_json", - "sp-core 31.0.0", - "sp-crypto-hashing", - "sp-io 33.0.0", - "sp-std", -] - [[package]] name = "sc-sysinfo" version = "31.0.0" @@ -15840,7 +13820,7 @@ dependencies = [ "rand", "rand_pcg", "regex", - "sc-telemetry 18.0.0", + "sc-telemetry", "serde", "serde_json", "sp-core 32.0.0", @@ -15849,26 +13829,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sc-telemetry" -version = "17.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c6807ebd9f43ab628931842d3aaa9404ddfd07013e9c7027ca603f496939577" -dependencies = [ - "chrono", - "futures", - "libp2p", - "log", - "parking_lot 0.12.1", - "pin-project", - "rand", - "sc-utils 16.0.0", - "serde", - "serde_json", - "thiserror", - "wasm-timer", -] - [[package]] name = "sc-telemetry" version = "18.0.0" @@ -15882,44 +13842,13 @@ dependencies = [ "parking_lot 0.12.1", "pin-project", "rand", - "sc-utils 17.0.0", + "sc-utils", "serde", "serde_json", "thiserror", "wasm-timer", ] -[[package]] -name = "sc-tracing" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83e8f5e8eb36f887dba06e1392717e27e4edf12d23d5220dba8ee851de8b174e" -dependencies = [ - "ansi_term", - "chrono", - "is-terminal", - "lazy_static", - "libc", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "regex", - "rustc-hash", - "sc-client-api 31.0.0", - "sc-tracing-proc-macro", - "serde", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-rpc 29.0.0", - "sp-runtime 34.0.0", - "sp-tracing 16.0.0", - "thiserror", - "tracing", - "tracing-log 0.1.4", - "tracing-subscriber 0.2.25", -] - [[package]] name = "sc-tracing" version = "32.0.0" @@ -15936,13 +13865,13 @@ dependencies = [ "parking_lot 0.12.1", "regex", "rustc-hash", - "sc-client-api 32.0.0", + "sc-client-api", "sc-tracing-proc-macro", "serde", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", - "sp-rpc 30.0.0", + "sp-rpc", "sp-runtime 35.0.0", "sp-tracing 17.0.0", "thiserror", @@ -15963,34 +13892,6 @@ dependencies = [ "syn 2.0.55", ] -[[package]] -name = "sc-transaction-pool" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d56300f466670067cca98a931b0b6cbc8b018c0d296eb915c1473bac45b7cd73" -dependencies = [ - "async-trait", - "futures", - "futures-timer", - "linked-hash-map", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-client-api 31.0.0", - "sc-transaction-pool-api 31.0.0", - "sc-utils 16.0.0", - "serde", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-crypto-hashing", - "sp-runtime 34.0.0", - "sp-tracing 16.0.0", - "sp-transaction-pool 29.0.0", - "substrate-prometheus-endpoint", - "thiserror", -] - [[package]] name = "sc-transaction-pool" version = "32.0.0" @@ -16004,12 +13905,12 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api 32.0.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-transaction-pool-api", + "sc-utils", "serde", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-crypto-hashing", "sp-runtime 35.0.0", @@ -16019,23 +13920,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sc-transaction-pool-api" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3609025d39a1b75f1ee4f490dc52e000de144948a73cacd788f5995df5ebe8bf" -dependencies = [ - "async-trait", - "futures", - "log", - "parity-scale-codec", - "serde", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "thiserror", -] - [[package]] name = "sc-transaction-pool-api" version = "32.0.0" @@ -16047,28 +13931,12 @@ dependencies = [ "log", "parity-scale-codec", "serde", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-runtime 35.0.0", "thiserror", ] -[[package]] -name = "sc-utils" -version = "16.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1863d482be044f4768ef5de6119dc70b5e31e6e9f71ad225c177474d6540e424" -dependencies = [ - "async-channel 1.9.0", - "futures", - "futures-timer", - "lazy_static", - "log", - "parking_lot 0.12.1", - "prometheus", - "sp-arithmetic 25.0.0", -] - [[package]] name = "sc-utils" version = "17.0.0" @@ -16499,19 +14367,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "slot-range-helper" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ada4c82b85daa6134837918889b341716e4918c608b3cc5345ae67ea85a187c6" -dependencies = [ - "enumn", - "parity-scale-codec", - "paste", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "slot-range-helper" version = "11.0.0" @@ -16850,29 +14705,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-api" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb3fb2cdf7ee9b8d6ec7c2d8740b1a506e393dc18c7c2776764b47136d72dce7" -dependencies = [ - "hash-db", - "log", - "parity-scale-codec", - "scale-info", - "sp-api-proc-macro 17.0.1", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-metadata-ir 0.6.0", - "sp-runtime 34.0.0", - "sp-runtime-interface 26.0.0", - "sp-state-machine 0.38.0", - "sp-std", - "sp-trie 32.0.0", - "sp-version 32.0.0", - "thiserror", -] - [[package]] name = "sp-api" version = "30.0.0" @@ -16911,21 +14743,6 @@ dependencies = [ "syn 2.0.55", ] -[[package]] -name = "sp-api-proc-macro" -version = "17.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63a5680d94c55e1c7dc54e9e09b4827314fab44f9300f0be170898dc402318de" -dependencies = [ - "Inflector", - "blake2 0.10.6", - "expander 2.1.0", - "proc-macro-crate 3.1.0", - "proc-macro2", - "quote", - "syn 2.0.55", -] - [[package]] name = "sp-api-proc-macro" version = "18.0.0" @@ -16955,20 +14772,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-application-crypto" -version = "33.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13ca6121c22c8bd3d1dce1f05c479101fd0d7b159bef2a3e8c834138d839c75c" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-std", -] - [[package]] name = "sp-application-crypto" version = "34.0.0" @@ -16998,21 +14801,6 @@ dependencies = [ "static_assertions", ] -[[package]] -name = "sp-arithmetic" -version = "25.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "910c07fa263b20bf7271fdd4adcb5d3217dfdac14270592e0780223542e7e114" -dependencies = [ - "integer-sqrt", - "num-traits", - "parity-scale-codec", - "scale-info", - "serde", - "sp-std", - "static_assertions", -] - [[package]] name = "sp-arithmetic" version = "26.0.0" @@ -17043,20 +14831,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-authority-discovery" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ab47c385784b3f9646a21d5dcb236399083d77420a1269e70c04772336c519f" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "sp-authority-discovery" version = "30.0.0" @@ -17082,18 +14856,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-block-builder" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97e155e388d7e41c39a27f40f50c2517facdbf20dde4a73f40ec8f1f30ce190e" -dependencies = [ - "sp-api 29.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "sp-block-builder" version = "30.0.0" @@ -17105,25 +14867,6 @@ dependencies = [ "sp-runtime 35.0.0", ] -[[package]] -name = "sp-blockchain" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d00084ddd62a3bad1fc4c04cdb1cdbcbb55d813dbd4e42d52e42e8b6599fb210" -dependencies = [ - "futures", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "schnellru", - "sp-api 29.0.0", - "sp-consensus 0.35.0", - "sp-database", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "thiserror", -] - [[package]] name = "sp-blockchain" version = "32.0.0" @@ -17136,29 +14879,13 @@ dependencies = [ "parking_lot 0.12.1", "schnellru", "sp-api 30.0.0", - "sp-consensus 0.36.0", + "sp-consensus", "sp-database", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", "thiserror", ] -[[package]] -name = "sp-consensus" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed6f1ae58a74d619bd2c1d7939b4aa805f4226c7454ec3591c8a59fb0cc6477f" -dependencies = [ - "async-trait", - "futures", - "log", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "thiserror", -] - [[package]] name = "sp-consensus" version = "0.36.0" @@ -17184,31 +14911,13 @@ dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-api 27.0.1", - "sp-application-crypto 31.0.0", - "sp-consensus-slots 0.33.0", - "sp-inherents 27.0.0", - "sp-runtime 32.0.0", - "sp-std", - "sp-timestamp 27.0.0", -] - -[[package]] -name = "sp-consensus-aura" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "334d0088b7de70a94d58e7e93acd8d5101b35fadca7e19fa26788203b22e309b" -dependencies = [ - "async-trait", - "parity-scale-codec", - "scale-info", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-consensus-slots 0.35.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", + "sp-api 27.0.1", + "sp-application-crypto 31.0.0", + "sp-consensus-slots 0.33.0", + "sp-inherents 27.0.0", + "sp-runtime 32.0.0", "sp-std", - "sp-timestamp 29.0.0", + "sp-timestamp 27.0.0", ] [[package]] @@ -17248,26 +14957,6 @@ dependencies = [ "sp-timestamp 27.0.0", ] -[[package]] -name = "sp-consensus-babe" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb593ec8ec674a583d6fc5386b7f8964a9db78dcaabc0595559145a4053c9f6c" -dependencies = [ - "async-trait", - "parity-scale-codec", - "scale-info", - "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-consensus-slots 0.35.0", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-timestamp 29.0.0", -] - [[package]] name = "sp-consensus-babe" version = "0.36.0" @@ -17308,28 +14997,6 @@ dependencies = [ "strum 0.24.1", ] -[[package]] -name = "sp-consensus-beefy" -version = "16.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e2b03bc552702dd20fd3dad01631b13ca3e62e814ad278fe3012f5e3bb3e100" -dependencies = [ - "lazy_static", - "parity-scale-codec", - "scale-info", - "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", - "sp-crypto-hashing", - "sp-io 33.0.0", - "sp-keystore 0.37.0", - "sp-mmr-primitives 29.0.0", - "sp-runtime 34.0.0", - "sp-std", - "strum 0.24.1", -] - [[package]] name = "sp-consensus-beefy" version = "17.0.0" @@ -17370,25 +15037,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-consensus-grandpa" -version = "16.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71df706a104a752101b52f12cca7f5b7ffe1ca6ce9b4b1eb8c5d04356f248fa5" -dependencies = [ - "finality-grandpa", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "sp-consensus-grandpa" version = "17.0.0" @@ -17420,19 +15068,6 @@ dependencies = [ "sp-timestamp 27.0.0", ] -[[package]] -name = "sp-consensus-slots" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0a5c47c52ad58aa349f7c13cb356ab45c32964ee28354c27fd6e4b417cb2644" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-std", - "sp-timestamp 29.0.0", -] - [[package]] name = "sp-consensus-slots" version = "0.36.0" @@ -17491,53 +15126,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "sp-core" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26d7a0fd8f16dcc3761198fc83be12872f823b37b749bc72a3a6a1f702509366" -dependencies = [ - "array-bytes 6.2.2", - "bitflags 1.3.2", - "blake2 0.10.6", - "bounded-collections 0.2.0", - "bs58 0.5.1", - "dyn-clonable", - "ed25519-zebra 3.1.0", - "futures", - "hash-db", - "hash256-std-hasher", - "impl-serde", - "itertools 0.10.5", - "k256", - "libsecp256k1", - "log", - "merlin", - "parity-bip39", - "parity-scale-codec", - "parking_lot 0.12.1", - "paste", - "primitive-types", - "rand", - "scale-info", - "schnorrkel 0.11.4", - "secp256k1", - "secrecy", - "serde", - "sp-crypto-hashing", - "sp-debug-derive", - "sp-externalities 0.27.0", - "sp-runtime-interface 26.0.0", - "sp-std", - "sp-storage 20.0.0", - "ss58-registry", - "substrate-bip39 0.5.0", - "thiserror", - "tracing", - "w3f-bls", - "zeroize", -] - [[package]] name = "sp-core" version = "32.0.0" @@ -17643,18 +15231,6 @@ dependencies = [ "sp-storage 20.0.0", ] -[[package]] -name = "sp-externalities" -version = "0.27.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1d6a4572eadd4a63cff92509a210bf425501a0c5e76574b30a366ac77653787" -dependencies = [ - "environmental", - "parity-scale-codec", - "sp-std", - "sp-storage 20.0.0", -] - [[package]] name = "sp-externalities" version = "0.28.0" @@ -17678,18 +15254,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-genesis-builder" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16a1192b502d38c6d17b1005a7b3e7a6ab835df996803968ae3be9e8f7399ee4" -dependencies = [ - "serde_json", - "sp-api 29.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "sp-genesis-builder" version = "0.11.0" @@ -17716,21 +15280,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-inherents" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b5e46ccc5848542648dcf05f882e41de2e341d0eeca97ff2b7dfad0f38e8500" -dependencies = [ - "async-trait", - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "sp-runtime 34.0.0", - "sp-std", - "thiserror", -] - [[package]] name = "sp-inherents" version = "30.0.0" @@ -17771,33 +15320,6 @@ dependencies = [ "tracing-core", ] -[[package]] -name = "sp-io" -version = "33.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e09bba780b55bd9e67979cd8f654a31e4a6cf45426ff371394a65953d2177f2" -dependencies = [ - "bytes", - "ed25519-dalek", - "libsecp256k1", - "log", - "parity-scale-codec", - "polkavm-derive 0.9.1", - "rustversion", - "secp256k1", - "sp-core 31.0.0", - "sp-crypto-hashing", - "sp-externalities 0.27.0", - "sp-keystore 0.37.0", - "sp-runtime-interface 26.0.0", - "sp-state-machine 0.38.0", - "sp-std", - "sp-tracing 16.0.0", - "sp-trie 32.0.0", - "tracing", - "tracing-core", -] - [[package]] name = "sp-io" version = "34.0.0" @@ -17809,7 +15331,7 @@ dependencies = [ "libsecp256k1", "log", "parity-scale-codec", - "polkavm-derive 0.9.1", + "polkavm-derive", "rustversion", "secp256k1", "sp-core 32.0.0", @@ -17836,17 +15358,6 @@ dependencies = [ "strum 0.24.1", ] -[[package]] -name = "sp-keyring" -version = "34.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a07a31da596d705b3a3458d784a897af7fd2f8090de436dc386a112e8ea7f34f" -dependencies = [ - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "strum 0.24.1", -] - [[package]] name = "sp-keyring" version = "35.0.0" @@ -17871,18 +15382,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-keystore" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdbab8b61bd61d5f8625a0c75753b5d5a23be55d3445419acd42caf59cf6236b" -dependencies = [ - "parity-scale-codec", - "parking_lot 0.12.1", - "sp-core 31.0.0", - "sp-externalities 0.27.0", -] - [[package]] name = "sp-keystore" version = "0.38.0" @@ -17928,19 +15427,6 @@ dependencies = [ "scale-info", ] -[[package]] -name = "sp-mixnet" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22d9da31673ad5771faf8cd0e62ab0c183ea71a630d187b926bc52af379cb1de" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-std", -] - [[package]] name = "sp-mixnet" version = "0.8.0" @@ -17972,25 +15458,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-mmr-primitives" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "518fcd8710618d104e04c9e63e697d3406180afbe55cc5400168019647fc5880" -dependencies = [ - "ckb-merkle-mountain-range", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-debug-derive", - "sp-runtime 34.0.0", - "sp-std", - "thiserror", -] - [[package]] name = "sp-mmr-primitives" version = "30.0.0" @@ -18024,21 +15491,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-npos-elections" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e03ec553bc1a0f4d3aa902d3c5b3cdbe76f8218c642cbca0305722b3f8bbc826" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "sp-npos-elections" version = "30.0.0" @@ -18064,17 +15516,6 @@ dependencies = [ "sp-runtime 32.0.0", ] -[[package]] -name = "sp-offchain" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c041d932d7debf1d2e073ecece1425aadae7482689cd4bf148d5886b28bd10d7" -dependencies = [ - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", -] - [[package]] name = "sp-offchain" version = "30.0.0" @@ -18097,17 +15538,6 @@ dependencies = [ "regex", ] -[[package]] -name = "sp-rpc" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b26650747f5c204afd8c637df5e882ea912a890cf974fe67c36b430318fc451c" -dependencies = [ - "rustc-hash", - "serde", - "sp-core 31.0.0", -] - [[package]] name = "sp-rpc" version = "30.0.0" @@ -18144,31 +15574,6 @@ dependencies = [ "sp-weights 28.0.0", ] -[[package]] -name = "sp-runtime" -version = "34.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec3cb126971e7db2f0fcf8053dce740684c438c7180cfca1959598230f342c58" -dependencies = [ - "docify", - "either", - "hash256-std-hasher", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "paste", - "rand", - "scale-info", - "serde", - "simple-mermaid", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-std", - "sp-weights 30.0.0", -] - [[package]] name = "sp-runtime" version = "35.0.0" @@ -18205,27 +15610,7 @@ dependencies = [ "parity-scale-codec", "primitive-types", "sp-externalities 0.26.0", - "sp-runtime-interface-proc-macro 17.0.0", - "sp-std", - "sp-storage 20.0.0", - "sp-tracing 16.0.0", - "sp-wasm-interface 20.0.0", - "static_assertions", -] - -[[package]] -name = "sp-runtime-interface" -version = "26.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e48a675ea4858333d4d755899ed5ed780174aa34fec15953428d516af5452295" -dependencies = [ - "bytes", - "impl-trait-for-tuples", - "parity-scale-codec", - "polkavm-derive 0.8.0", - "primitive-types", - "sp-externalities 0.27.0", - "sp-runtime-interface-proc-macro 18.0.0", + "sp-runtime-interface-proc-macro 17.0.0", "sp-std", "sp-storage 20.0.0", "sp-tracing 16.0.0", @@ -18242,7 +15627,7 @@ dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", - "polkavm-derive 0.9.1", + "polkavm-derive", "primitive-types", "sp-externalities 0.28.0", "sp-runtime-interface-proc-macro 18.0.0", @@ -18297,22 +15682,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-session" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a61ea4ca90f644da2c25edee711b53b1c0b8d50628ceef372224ea24d252b57" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", - "sp-std", -] - [[package]] name = "sp-session" version = "31.0.0" @@ -18343,21 +15712,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-staking" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4114cde17987eaa2f17b8850a8c856b90364666cdbc920d511e7a1cde0574d24" -dependencies = [ - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "sp-staking" version = "30.0.0" @@ -18394,28 +15748,6 @@ dependencies = [ "trie-db", ] -[[package]] -name = "sp-state-machine" -version = "0.38.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1eae0eac8034ba14437e772366336f579398a46d101de13dbb781ab1e35e67c5" -dependencies = [ - "hash-db", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "rand", - "smallvec", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-panic-handler", - "sp-std", - "sp-trie 32.0.0", - "thiserror", - "tracing", - "trie-db", -] - [[package]] name = "sp-state-machine" version = "0.39.0" @@ -18437,32 +15769,6 @@ dependencies = [ "trie-db", ] -[[package]] -name = "sp-statement-store" -version = "13.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b90e8440d72e0ae5d273374af3ebe16768d05b40dff1f487835dd2f826ee9568" -dependencies = [ - "aes-gcm", - "curve25519-dalek 4.1.2", - "ed25519-dalek", - "hkdf", - "parity-scale-codec", - "rand", - "scale-info", - "sha2 0.10.8", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", - "sp-crypto-hashing", - "sp-externalities 0.27.0", - "sp-runtime 34.0.0", - "sp-runtime-interface 26.0.0", - "sp-std", - "thiserror", - "x25519-dalek 2.0.1", -] - [[package]] name = "sp-statement-store" version = "14.0.0" @@ -18535,20 +15841,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-timestamp" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64d51fcd008fd5a79d61dba98c7ae89c2460a49dff07001bf1e9b12535d49536" -dependencies = [ - "async-trait", - "parity-scale-codec", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-std", - "thiserror", -] - [[package]] name = "sp-timestamp" version = "30.0.0" @@ -18597,16 +15889,6 @@ dependencies = [ "sp-runtime 32.0.0", ] -[[package]] -name = "sp-transaction-pool" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0484eaf40c2abda75bda9688298cc8f6e02161176e3aab501207c8ccf4d4b3e1" -dependencies = [ - "sp-api 29.0.0", - "sp-runtime 34.0.0", -] - [[package]] name = "sp-transaction-pool" version = "30.0.0" @@ -18617,22 +15899,6 @@ dependencies = [ "sp-runtime 35.0.0", ] -[[package]] -name = "sp-transaction-storage-proof" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba0c99e0852ddd18159c2dc6100c2b5852e49211d8afe373cbce33d1da0050dd" -dependencies = [ - "async-trait", - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-trie 32.0.0", -] - [[package]] name = "sp-transaction-storage-proof" version = "30.0.0" @@ -18673,31 +15939,6 @@ dependencies = [ "trie-root", ] -[[package]] -name = "sp-trie" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1aa91ad26c62b93d73e65f9ce7ebd04459c4bad086599348846a81988d6faa4" -dependencies = [ - "ahash 0.8.11", - "hash-db", - "lazy_static", - "memory-db", - "nohash-hasher", - "parity-scale-codec", - "parking_lot 0.12.1", - "rand", - "scale-info", - "schnellru", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-std", - "thiserror", - "tracing", - "trie-db", - "trie-root", -] - [[package]] name = "sp-trie" version = "33.0.0" @@ -18740,24 +15981,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-version" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c0219b1aeb89e36d13bd43a718920a9087dbb66c567e672c4639cefb2fefc05" -dependencies = [ - "impl-serde", - "parity-scale-codec", - "parity-wasm", - "scale-info", - "serde", - "sp-crypto-hashing-proc-macro", - "sp-runtime 34.0.0", - "sp-std", - "sp-version-proc-macro 13.0.0", - "thiserror", -] - [[package]] name = "sp-version" version = "33.0.0" @@ -18843,22 +16066,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-weights" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9af6c661fe3066b29f9e1d258000f402ff5cc2529a9191972d214e5871d0ba87" -dependencies = [ - "bounded-collections 0.2.0", - "parity-scale-codec", - "scale-info", - "serde", - "smallvec", - "sp-arithmetic 25.0.0", - "sp-debug-derive", - "sp-std", -] - [[package]] name = "sp-weights" version = "31.0.0" @@ -18975,21 +16182,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "staging-parachain-info" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4df1c48ca2892cb0694c7e10fbcfc8d15fe0fd0b763d61fbc587a870fbb97147" -dependencies = [ - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "scale-info", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "staging-parachain-info" version = "0.11.0" @@ -19024,25 +16216,6 @@ dependencies = [ "xcm-procedural", ] -[[package]] -name = "staging-xcm" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6ee775f7fc9dfae15d9d5a806efa7d3215f7b7b1cfd225809285a0281addeab" -dependencies = [ - "array-bytes 6.2.2", - "bounded-collections 0.2.0", - "derivative", - "environmental", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-weights 30.0.0", - "xcm-procedural", -] - [[package]] name = "staging-xcm" version = "11.0.0" @@ -19085,29 +16258,6 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] -[[package]] -name = "staging-xcm-builder" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41c905c7e545eb80efdbf62470575a37935260503494453ffa3c1ac6207d06c9" -dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", - "impl-trait-for-tuples", - "log", - "pallet-transaction-payment 31.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "scale-info", - "sp-arithmetic 25.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-weights 30.0.0", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", -] - [[package]] name = "staging-xcm-builder" version = "11.0.0" @@ -19153,28 +16303,6 @@ dependencies = [ "staging-xcm 8.0.1", ] -[[package]] -name = "staging-xcm-executor" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e30434a78d4392b698bc7854c00f52d83c1c544da4be1912f898958c3e32f062" -dependencies = [ - "environmental", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-weights 30.0.0", - "staging-xcm 10.0.0", -] - [[package]] name = "staging-xcm-executor" version = "11.0.0" @@ -19326,19 +16454,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "substrate-bip39" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2b564c293e6194e8b222e52436bcb99f60de72043c7f845cf6c4406db4df121" -dependencies = [ - "hmac 0.12.1", - "pbkdf2 0.12.2", - "schnorrkel 0.11.4", - "sha2 0.10.8", - "zeroize", -] - [[package]] name = "substrate-bip39" version = "0.6.0" @@ -19369,11 +16484,11 @@ dependencies = [ "jsonrpsee", "log", "parity-scale-codec", - "sc-rpc-api 0.37.0", - "sc-transaction-pool-api 32.0.0", + "sc-rpc-api", + "sc-transaction-pool-api", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-runtime 35.0.0", ] @@ -19400,7 +16515,7 @@ dependencies = [ "async-trait", "jsonrpsee", "log", - "sc-rpc-api 0.37.0", + "sc-rpc-api", "serde", "sp-runtime 35.0.0", ] @@ -19413,8 +16528,8 @@ checksum = "0da2e823fb02fbd5c77d6949cde60ff3e320c100278818000b39e9f0a8c8c428" dependencies = [ "jsonrpsee", "parity-scale-codec", - "sc-client-api 32.0.0", - "sc-rpc-api 0.37.0", + "sc-client-api", + "sc-rpc-api", "serde", "sp-core 32.0.0", "sp-runtime 35.0.0", @@ -19442,26 +16557,6 @@ dependencies = [ "wasm-opt", ] -[[package]] -name = "substrate-wasm-builder" -version = "20.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f55ed4ff2945faa132b9658cb581a3a5cf14dd90b5e217b3e16724eb202ed6c6" -dependencies = [ - "build-helper", - "cargo_metadata", - "console", - "filetime", - "parity-wasm", - "polkavm-linker", - "sp-maybe-compressed-blob", - "strum 0.24.1", - "tempfile", - "toml 0.8.12", - "walkdir", - "wasm-opt", -] - [[package]] name = "substrate-wasm-builder" version = "21.0.0" @@ -20014,18 +17109,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "tracing-gum" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "461fe686e103f3afc4c93a56474193ffc46d4b2770f8df5d56e025e8bb54960c" -dependencies = [ - "coarsetime", - "polkadot-primitives 10.0.0", - "tracing", - "tracing-gum-proc-macro", -] - [[package]] name = "tracing-gum" version = "11.0.0" @@ -20209,8 +17292,8 @@ dependencies = [ "hex", "log", "parity-scale-codec", - "sc-cli 0.40.0", - "sc-executor 0.36.0", + "sc-cli", + "sc-executor", "serde", "serde_json", "sp-api 30.0.0", @@ -20222,11 +17305,11 @@ dependencies = [ "sp-inherents 30.0.0", "sp-io 34.0.0", "sp-keystore 0.38.0", - "sp-rpc 30.0.0", + "sp-rpc", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", "sp-timestamp 30.0.0", - "sp-transaction-storage-proof 30.0.0", + "sp-transaction-storage-proof", "sp-version 33.0.0", "sp-weights 31.0.0", "substrate-rpc-client", @@ -21337,37 +18420,37 @@ dependencies = [ [[package]] name = "xcm-emulator" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea6acd5a2d4c654cb659666c7bc3730b6b29b6caf4d98c6799911069d81b1ed2" +checksum = "37e42f8cc343d8c52d9412350da0fa8597ddd91c9b4d5664c06f63bb813c69de" dependencies = [ - "cumulus-pallet-parachain-system 0.10.0", - "cumulus-pallet-xcmp-queue 0.10.0", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-parachain-inherent 0.10.0", - "cumulus-test-relay-sproof-builder 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "cumulus-pallet-parachain-system 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-test-relay-sproof-builder", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "lazy_static", "log", - "pallet-balances 31.0.0", - "pallet-message-queue 34.0.0", - "parachains-common 10.0.0", + "pallet-balances 33.0.0", + "pallet-message-queue 35.0.0", + "parachains-common 11.0.0", "parity-scale-codec", "paste", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-parachains 11.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-tracing 16.0.0", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", + "sp-tracing 17.0.0", + "staging-xcm 11.0.0", + "staging-xcm-executor 11.0.0", ] [[package]] From fb8c6ebd2ee580b63228a031c8e0baecdc48ff30 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 16:14:36 +0700 Subject: [PATCH 53/95] fix: undo benchmarking host functions removal --- node/src/service.rs | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/node/src/service.rs b/node/src/service.rs index b2d39caf..36a1fa6e 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -13,8 +13,7 @@ use cumulus_client_consensus_common::ParachainBlockImport as TParachainBlockImpo use cumulus_client_consensus_proposer::Proposer; use cumulus_client_service::{ build_network, build_relay_chain_interface, prepare_node_config, start_relay_chain_tasks, - BuildNetworkParams, CollatorSybilResistance, DARecoveryProfile, ParachainHostFunctions, - StartRelayChainTasksParams, + BuildNetworkParams, CollatorSybilResistance, DARecoveryProfile, StartRelayChainTasksParams, }; use cumulus_primitives_core::{ relay_chain::{CollatorPair, ValidationCode}, @@ -38,7 +37,12 @@ use sp_keystore::KeystorePtr; use sp_runtime::{app_crypto::AppCrypto, traits::BlakeTwo256}; use substrate_prometheus_endpoint::Registry; -type ParachainExecutor = WasmExecutor; +type HostFunctions = ( + cumulus_client_service::ParachainHostFunctions, + frame_benchmarking::benchmarking::HostFunctions, +); + +type ParachainExecutor = WasmExecutor; type ParachainClient = TFullClient; From 8257cc49d47736998881683a036d34f693b34df1 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 17:35:27 +0700 Subject: [PATCH 54/95] fix: remove signed extra --- runtime/testnet/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/runtime/testnet/src/lib.rs b/runtime/testnet/src/lib.rs index d2e1918b..d566bb5f 100644 --- a/runtime/testnet/src/lib.rs +++ b/runtime/testnet/src/lib.rs @@ -101,7 +101,6 @@ pub type SignedExtra = ( frame_system::CheckNonce, frame_system::CheckWeight, pallet_transaction_payment::ChargeTransactionPayment, - cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim, ); /// Unchecked extrinsic type as expected by this runtime. From ff339615df9cf99d2599ba5f85bf2010e4c854bb Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 18:00:28 +0700 Subject: [PATCH 55/95] feat: update the authoring duration --- node/src/command.rs | 5 ++--- node/src/service.rs | 8 ++------ 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/node/src/command.rs b/node/src/command.rs index f0f1ad25..e7be989e 100644 --- a/node/src/command.rs +++ b/node/src/command.rs @@ -278,12 +278,11 @@ pub fn run() -> Result<()> { }), #[cfg(not(feature = "runtime-benchmarks"))] BenchmarkCmd::Storage(_) => - return Err(sc_cli::Error::Input( + Err(sc_cli::Error::Input( "Compile with --features=runtime-benchmarks \ to enable storage benchmarks." .into(), - ) - .into()), + )), #[cfg(feature = "runtime-benchmarks")] BenchmarkCmd::Storage(cmd) => runner.sync_run(|config| { construct_benchmark_partials!(config, |partials| { diff --git a/node/src/service.rs b/node/src/service.rs index 36a1fa6e..cd108228 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -9,6 +9,7 @@ use pop_runtime_common::{AccountId, AuraId, Balance, Block, Hash, Nonce}; // Cumulus Imports use cumulus_client_collator::service::CollatorService; +use cumulus_client_consensus_aura::collators::lookahead::{self as aura, Params as AuraParams}; use cumulus_client_consensus_common::ParachainBlockImport as TParachainBlockImport; use cumulus_client_consensus_proposer::Proposer; use cumulus_client_service::{ @@ -400,11 +401,6 @@ where RuntimeApi: ConstructRuntimeApi> + Send + Sync + 'static, RuntimeApi::RuntimeApi: RuntimeApiExt, { - use cumulus_client_consensus_aura::collators::lookahead::{self as aura, Params as AuraParams}; - - // NOTE: because we use Aura here explicitly, we can use `CollatorSybilResistance::Resistant` - // when starting the network. - let proposer_factory = sc_basic_authorship::ProposerFactory::with_proof_recording( task_manager.spawn_handle(), client.clone(), @@ -439,7 +435,7 @@ where relay_chain_slot_duration, proposer, collator_service, - authoring_duration: Duration::from_millis(1500), + authoring_duration: Duration::from_millis(2000), reinitialize: false, }; From 587dc456ebcb778b5533f5dd6f4e0e35a0a2cb27 Mon Sep 17 00:00:00 2001 From: Tin Chung <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 22:44:23 +0700 Subject: [PATCH 56/95] chore(upgrade): add feature gate to the unified host functions Co-authored-by: Peter White --- node/src/service.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/node/src/service.rs b/node/src/service.rs index cd108228..c4cc0fbe 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -38,6 +38,10 @@ use sp_keystore::KeystorePtr; use sp_runtime::{app_crypto::AppCrypto, traits::BlakeTwo256}; use substrate_prometheus_endpoint::Registry; +#[cfg(not(feature = "runtime-benchmarks"))] +type HostFunctions = cumulus_client_service::ParachainHostFunctions; + +#[cfg(feature = "runtime-benchmarks")] type HostFunctions = ( cumulus_client_service::ParachainHostFunctions, frame_benchmarking::benchmarking::HostFunctions, From 5608785099e9fdf93ab327d97b6710d119d483b5 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Thu, 15 Aug 2024 12:36:46 +0700 Subject: [PATCH 57/95] chore: revert pov reclaim feature --- Cargo.lock | 18 ------------------ node/src/command.rs | 3 +-- node/src/service.rs | 3 +-- runtime/devnet/Cargo.toml | 2 -- runtime/devnet/src/lib.rs | 1 - 5 files changed, 2 insertions(+), 25 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f088f26..16fb0c71 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2695,24 +2695,6 @@ dependencies = [ "sp-trie 33.0.0", ] -[[package]] -name = "cumulus-primitives-storage-weight-reclaim" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd8596e26f2d3b2c70c00b695eb9edc8fca4533105bf6b2f0c4c0ecc8075bf99" -dependencies = [ - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-proof-size-hostfunction 0.6.0", - "docify", - "frame-support 32.0.0", - "frame-system 32.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime 35.0.0", - "sp-std", -] - [[package]] name = "cumulus-primitives-utility" version = "0.8.1" diff --git a/node/src/command.rs b/node/src/command.rs index e7be989e..6e3d1302 100644 --- a/node/src/command.rs +++ b/node/src/command.rs @@ -1,6 +1,5 @@ use std::{net::SocketAddr, path::PathBuf}; -use cumulus_client_service::storage_proof_size::HostFunctions as ReclaimHostFunctions; use cumulus_primitives_core::ParaId; use frame_benchmarking_cli::{BenchmarkCmd, SUBSTRATE_REFERENCE_HARDWARE}; use log::info; @@ -267,7 +266,7 @@ pub fn run() -> Result<()> { match cmd { BenchmarkCmd::Pallet(cmd) => if cfg!(feature = "runtime-benchmarks") { - runner.sync_run(|config| cmd.run::, ReclaimHostFunctions>(config)) + runner.sync_run(|config| cmd.run::, ()>(config)) } else { Err("Benchmarking wasn't enabled when building the node. \ You can enable it with `--features runtime-benchmarks`." diff --git a/node/src/service.rs b/node/src/service.rs index c4cc0fbe..58bcad00 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -103,11 +103,10 @@ where .build(); let (client, backend, keystore_container, task_manager) = - sc_service::new_full_parts_record_import::( + sc_service::new_full_parts::( config, telemetry.as_ref().map(|(_, telemetry)| telemetry.handle()), executor, - true, )?; let client = Arc::new(client); diff --git a/runtime/devnet/Cargo.toml b/runtime/devnet/Cargo.toml index 13d4fe77..ab420cd5 100644 --- a/runtime/devnet/Cargo.toml +++ b/runtime/devnet/Cargo.toml @@ -83,7 +83,6 @@ cumulus-pallet-xcmp-queue.workspace = true cumulus-primitives-aura.workspace = true cumulus-primitives-core.workspace = true cumulus-primitives-utility.workspace = true -cumulus-primitives-storage-weight-reclaim.workspace = true pallet-collator-selection.workspace = true parachains-common.workspace = true parachain-info.workspace = true @@ -104,7 +103,6 @@ std = [ "cumulus-pallet-xcmp-queue/std", "cumulus-primitives-aura/std", "cumulus-primitives-core/std", - "cumulus-primitives-storage-weight-reclaim/std", "cumulus-primitives-utility/std", "frame-benchmarking/std", "frame-executive/std", diff --git a/runtime/devnet/src/lib.rs b/runtime/devnet/src/lib.rs index f0264043..908ad0f3 100644 --- a/runtime/devnet/src/lib.rs +++ b/runtime/devnet/src/lib.rs @@ -101,7 +101,6 @@ pub type SignedExtra = ( frame_system::CheckNonce, frame_system::CheckWeight, pallet_transaction_payment::ChargeTransactionPayment, - cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim, ); /// Unchecked extrinsic type as expected by this runtime. From 827dc84af62fa4aa557a37bb0aba55628e2005b4 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Thu, 15 Aug 2024 17:46:51 +0700 Subject: [PATCH 58/95] chore: update lock file --- Cargo.lock | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 16fb0c71..c4ddaf19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11484,7 +11484,6 @@ dependencies = [ "cumulus-pallet-xcmp-queue 0.11.0", "cumulus-primitives-aura 0.11.0", "cumulus-primitives-core 0.11.0", - "cumulus-primitives-storage-weight-reclaim", "cumulus-primitives-utility 0.11.0", "enumflags2", "env_logger 0.11.3", From 1257186687088d0e94505def4fdd9ab7e28e0e10 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Tue, 13 Aug 2024 23:42:59 +0700 Subject: [PATCH 59/95] feat: pov claim feature --- Cargo.lock | 18 ++++++++++++++++++ node/src/command.rs | 3 ++- node/src/service.rs | 3 ++- runtime/devnet/Cargo.toml | 2 ++ 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c4ddaf19..171c2182 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2695,6 +2695,24 @@ dependencies = [ "sp-trie 33.0.0", ] +[[package]] +name = "cumulus-primitives-storage-weight-reclaim" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "21d52a6f23cf094b01b33330e4f8d9a4c225620646cf0ad4e21ad299dddbe193" +dependencies = [ + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-proof-size-hostfunction 0.5.0", + "docify", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "cumulus-primitives-utility" version = "0.8.1" diff --git a/node/src/command.rs b/node/src/command.rs index 6e3d1302..e7be989e 100644 --- a/node/src/command.rs +++ b/node/src/command.rs @@ -1,5 +1,6 @@ use std::{net::SocketAddr, path::PathBuf}; +use cumulus_client_service::storage_proof_size::HostFunctions as ReclaimHostFunctions; use cumulus_primitives_core::ParaId; use frame_benchmarking_cli::{BenchmarkCmd, SUBSTRATE_REFERENCE_HARDWARE}; use log::info; @@ -266,7 +267,7 @@ pub fn run() -> Result<()> { match cmd { BenchmarkCmd::Pallet(cmd) => if cfg!(feature = "runtime-benchmarks") { - runner.sync_run(|config| cmd.run::, ()>(config)) + runner.sync_run(|config| cmd.run::, ReclaimHostFunctions>(config)) } else { Err("Benchmarking wasn't enabled when building the node. \ You can enable it with `--features runtime-benchmarks`." diff --git a/node/src/service.rs b/node/src/service.rs index 58bcad00..c4cc0fbe 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -103,10 +103,11 @@ where .build(); let (client, backend, keystore_container, task_manager) = - sc_service::new_full_parts::( + sc_service::new_full_parts_record_import::( config, telemetry.as_ref().map(|(_, telemetry)| telemetry.handle()), executor, + true, )?; let client = Arc::new(client); diff --git a/runtime/devnet/Cargo.toml b/runtime/devnet/Cargo.toml index ab420cd5..13d4fe77 100644 --- a/runtime/devnet/Cargo.toml +++ b/runtime/devnet/Cargo.toml @@ -83,6 +83,7 @@ cumulus-pallet-xcmp-queue.workspace = true cumulus-primitives-aura.workspace = true cumulus-primitives-core.workspace = true cumulus-primitives-utility.workspace = true +cumulus-primitives-storage-weight-reclaim.workspace = true pallet-collator-selection.workspace = true parachains-common.workspace = true parachain-info.workspace = true @@ -103,6 +104,7 @@ std = [ "cumulus-pallet-xcmp-queue/std", "cumulus-primitives-aura/std", "cumulus-primitives-core/std", + "cumulus-primitives-storage-weight-reclaim/std", "cumulus-primitives-utility/std", "frame-benchmarking/std", "frame-executive/std", From 81115f53ffe717e02ec07e7770b953d1ef16c158 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Tue, 13 Aug 2024 14:31:59 +0700 Subject: [PATCH 60/95] chore: upgrade to 1.10.0 --- Cargo.lock | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 171c2182..7f088f26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2697,19 +2697,19 @@ dependencies = [ [[package]] name = "cumulus-primitives-storage-weight-reclaim" -version = "1.0.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21d52a6f23cf094b01b33330e4f8d9a4c225620646cf0ad4e21ad299dddbe193" +checksum = "dd8596e26f2d3b2c70c00b695eb9edc8fca4533105bf6b2f0c4c0ecc8075bf99" dependencies = [ - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-proof-size-hostfunction 0.5.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-proof-size-hostfunction 0.6.0", "docify", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -11502,6 +11502,7 @@ dependencies = [ "cumulus-pallet-xcmp-queue 0.11.0", "cumulus-primitives-aura 0.11.0", "cumulus-primitives-core 0.11.0", + "cumulus-primitives-storage-weight-reclaim", "cumulus-primitives-utility 0.11.0", "enumflags2", "env_logger 0.11.3", From 242b68a5108d4b8ebf17792e573269adfbbb277c Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Tue, 13 Aug 2024 15:32:20 +0700 Subject: [PATCH 61/95] refactor: remove native executor, add unified host functions --- node/src/service.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/node/src/service.rs b/node/src/service.rs index c4cc0fbe..c8e4d2cf 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -14,7 +14,8 @@ use cumulus_client_consensus_common::ParachainBlockImport as TParachainBlockImpo use cumulus_client_consensus_proposer::Proposer; use cumulus_client_service::{ build_network, build_relay_chain_interface, prepare_node_config, start_relay_chain_tasks, - BuildNetworkParams, CollatorSybilResistance, DARecoveryProfile, StartRelayChainTasksParams, + BuildNetworkParams, CollatorSybilResistance, DARecoveryProfile, ParachainHostFunctions, + StartRelayChainTasksParams, }; use cumulus_primitives_core::{ relay_chain::{CollatorPair, ValidationCode}, From 62ca0704b7c75c0818f3ed9c9afcde9875051d7c Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Tue, 13 Aug 2024 23:42:59 +0700 Subject: [PATCH 62/95] feat: pov claim feature --- Cargo.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f088f26..49989667 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2697,19 +2697,19 @@ dependencies = [ [[package]] name = "cumulus-primitives-storage-weight-reclaim" -version = "2.0.0" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd8596e26f2d3b2c70c00b695eb9edc8fca4533105bf6b2f0c4c0ecc8075bf99" +checksum = "21d52a6f23cf094b01b33330e4f8d9a4c225620646cf0ad4e21ad299dddbe193" dependencies = [ - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-proof-size-hostfunction 0.6.0", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-proof-size-hostfunction 0.5.0", "docify", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 34.0.0", "sp-std", ] From a72b206a9595d43aa78428879b25303b19f118e6 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Tue, 13 Aug 2024 14:31:59 +0700 Subject: [PATCH 63/95] chore: upgrade to 1.10.0 --- Cargo.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 49989667..7f088f26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2697,19 +2697,19 @@ dependencies = [ [[package]] name = "cumulus-primitives-storage-weight-reclaim" -version = "1.0.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21d52a6f23cf094b01b33330e4f8d9a4c225620646cf0ad4e21ad299dddbe193" +checksum = "dd8596e26f2d3b2c70c00b695eb9edc8fca4533105bf6b2f0c4c0ecc8075bf99" dependencies = [ - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-proof-size-hostfunction 0.5.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-proof-size-hostfunction 0.6.0", "docify", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] From 9863cfffe6830e3daeb3d9f3c9e67e5219010faa Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 16:14:36 +0700 Subject: [PATCH 64/95] fix: undo benchmarking host functions removal --- node/src/service.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/node/src/service.rs b/node/src/service.rs index c8e4d2cf..c4cc0fbe 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -14,8 +14,7 @@ use cumulus_client_consensus_common::ParachainBlockImport as TParachainBlockImpo use cumulus_client_consensus_proposer::Proposer; use cumulus_client_service::{ build_network, build_relay_chain_interface, prepare_node_config, start_relay_chain_tasks, - BuildNetworkParams, CollatorSybilResistance, DARecoveryProfile, ParachainHostFunctions, - StartRelayChainTasksParams, + BuildNetworkParams, CollatorSybilResistance, DARecoveryProfile, StartRelayChainTasksParams, }; use cumulus_primitives_core::{ relay_chain::{CollatorPair, ValidationCode}, From d058b22d57d2a84249de14364444e3398b5a9196 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Tue, 13 Aug 2024 15:32:20 +0700 Subject: [PATCH 65/95] refactor: remove native executor, add unified host functions --- node/src/service.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/node/src/service.rs b/node/src/service.rs index c4cc0fbe..c8e4d2cf 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -14,7 +14,8 @@ use cumulus_client_consensus_common::ParachainBlockImport as TParachainBlockImpo use cumulus_client_consensus_proposer::Proposer; use cumulus_client_service::{ build_network, build_relay_chain_interface, prepare_node_config, start_relay_chain_tasks, - BuildNetworkParams, CollatorSybilResistance, DARecoveryProfile, StartRelayChainTasksParams, + BuildNetworkParams, CollatorSybilResistance, DARecoveryProfile, ParachainHostFunctions, + StartRelayChainTasksParams, }; use cumulus_primitives_core::{ relay_chain::{CollatorPair, ValidationCode}, From 5344837a645c5ae81f71d34f0066bf3ec0ddff39 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 16:14:36 +0700 Subject: [PATCH 66/95] fix: undo benchmarking host functions removal --- node/src/service.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/node/src/service.rs b/node/src/service.rs index c8e4d2cf..c4cc0fbe 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -14,8 +14,7 @@ use cumulus_client_consensus_common::ParachainBlockImport as TParachainBlockImpo use cumulus_client_consensus_proposer::Proposer; use cumulus_client_service::{ build_network, build_relay_chain_interface, prepare_node_config, start_relay_chain_tasks, - BuildNetworkParams, CollatorSybilResistance, DARecoveryProfile, ParachainHostFunctions, - StartRelayChainTasksParams, + BuildNetworkParams, CollatorSybilResistance, DARecoveryProfile, StartRelayChainTasksParams, }; use cumulus_primitives_core::{ relay_chain::{CollatorPair, ValidationCode}, From b98117456de48d2c7f9b1c8d88bf86cff485692d Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Thu, 15 Aug 2024 12:36:46 +0700 Subject: [PATCH 67/95] chore: revert pov reclaim feature --- Cargo.lock | 19 ------------------- node/src/command.rs | 3 +-- node/src/service.rs | 3 +-- runtime/devnet/Cargo.toml | 2 -- 4 files changed, 2 insertions(+), 25 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f088f26..c4ddaf19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2695,24 +2695,6 @@ dependencies = [ "sp-trie 33.0.0", ] -[[package]] -name = "cumulus-primitives-storage-weight-reclaim" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd8596e26f2d3b2c70c00b695eb9edc8fca4533105bf6b2f0c4c0ecc8075bf99" -dependencies = [ - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-proof-size-hostfunction 0.6.0", - "docify", - "frame-support 32.0.0", - "frame-system 32.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime 35.0.0", - "sp-std", -] - [[package]] name = "cumulus-primitives-utility" version = "0.8.1" @@ -11502,7 +11484,6 @@ dependencies = [ "cumulus-pallet-xcmp-queue 0.11.0", "cumulus-primitives-aura 0.11.0", "cumulus-primitives-core 0.11.0", - "cumulus-primitives-storage-weight-reclaim", "cumulus-primitives-utility 0.11.0", "enumflags2", "env_logger 0.11.3", diff --git a/node/src/command.rs b/node/src/command.rs index e7be989e..6e3d1302 100644 --- a/node/src/command.rs +++ b/node/src/command.rs @@ -1,6 +1,5 @@ use std::{net::SocketAddr, path::PathBuf}; -use cumulus_client_service::storage_proof_size::HostFunctions as ReclaimHostFunctions; use cumulus_primitives_core::ParaId; use frame_benchmarking_cli::{BenchmarkCmd, SUBSTRATE_REFERENCE_HARDWARE}; use log::info; @@ -267,7 +266,7 @@ pub fn run() -> Result<()> { match cmd { BenchmarkCmd::Pallet(cmd) => if cfg!(feature = "runtime-benchmarks") { - runner.sync_run(|config| cmd.run::, ReclaimHostFunctions>(config)) + runner.sync_run(|config| cmd.run::, ()>(config)) } else { Err("Benchmarking wasn't enabled when building the node. \ You can enable it with `--features runtime-benchmarks`." diff --git a/node/src/service.rs b/node/src/service.rs index c4cc0fbe..58bcad00 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -103,11 +103,10 @@ where .build(); let (client, backend, keystore_container, task_manager) = - sc_service::new_full_parts_record_import::( + sc_service::new_full_parts::( config, telemetry.as_ref().map(|(_, telemetry)| telemetry.handle()), executor, - true, )?; let client = Arc::new(client); diff --git a/runtime/devnet/Cargo.toml b/runtime/devnet/Cargo.toml index 13d4fe77..ab420cd5 100644 --- a/runtime/devnet/Cargo.toml +++ b/runtime/devnet/Cargo.toml @@ -83,7 +83,6 @@ cumulus-pallet-xcmp-queue.workspace = true cumulus-primitives-aura.workspace = true cumulus-primitives-core.workspace = true cumulus-primitives-utility.workspace = true -cumulus-primitives-storage-weight-reclaim.workspace = true pallet-collator-selection.workspace = true parachains-common.workspace = true parachain-info.workspace = true @@ -104,7 +103,6 @@ std = [ "cumulus-pallet-xcmp-queue/std", "cumulus-primitives-aura/std", "cumulus-primitives-core/std", - "cumulus-primitives-storage-weight-reclaim/std", "cumulus-primitives-utility/std", "frame-benchmarking/std", "frame-executive/std", From fff8d0de08e8399264404b1f4c7d1927ea38c744 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Thu, 15 Aug 2024 18:21:34 +0700 Subject: [PATCH 68/95] fix: add missing experimental feature --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bd0c89ce..6ad60327 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,9 @@ frame-system = { version = "32.0.0", default-features = false } frame-system-benchmarking = { version = "32.0.0", default-features = false } frame-system-rpc-runtime-api = { version = "30.0.0", default-features = false } frame-try-runtime = { version = "0.38.0", default-features = false } -pallet-aura = { version = "31.0.0", default-features = false } +pallet-aura = { version = "31.0.0", default-features = false, features = [ + "experimental", +] } pallet-authorship = { version = "32.0.0", default-features = false } pallet-assets = { version = "33.0.0", default-features = false } pallet-balances = { version = "33.0.0", default-features = false } From 84d9334afea01372c3daf41ec5e709a526928675 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Thu, 15 Aug 2024 18:22:06 +0700 Subject: [PATCH 69/95] chore: revert experimental flag --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6ad60327..bd0c89ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,9 +81,7 @@ frame-system = { version = "32.0.0", default-features = false } frame-system-benchmarking = { version = "32.0.0", default-features = false } frame-system-rpc-runtime-api = { version = "30.0.0", default-features = false } frame-try-runtime = { version = "0.38.0", default-features = false } -pallet-aura = { version = "31.0.0", default-features = false, features = [ - "experimental", -] } +pallet-aura = { version = "31.0.0", default-features = false } pallet-authorship = { version = "32.0.0", default-features = false } pallet-assets = { version = "33.0.0", default-features = false } pallet-balances = { version = "33.0.0", default-features = false } From 764e41d79989146ed51a71a705844eb17f30226a Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Thu, 15 Aug 2024 18:33:33 +0700 Subject: [PATCH 70/95] fix: remove EOL space --- runtime/testnet/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/testnet/Cargo.toml b/runtime/testnet/Cargo.toml index 6ffcbc8e..3c584b37 100644 --- a/runtime/testnet/Cargo.toml +++ b/runtime/testnet/Cargo.toml @@ -221,4 +221,4 @@ try-runtime = [ "parachain-info/try-runtime", "polkadot-runtime-common/try-runtime", "sp-runtime/try-runtime", -] +] \ No newline at end of file From b8d61ea89a20d75607c78f5d342d3e6384cd9ad8 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 17:11:28 +0700 Subject: [PATCH 71/95] chore: rebase v1.10.0 --- Cargo.lock | 4925 ++++++++++++++++------------- Cargo.toml | 195 +- node/src/cli.rs | 5 - node/src/command.rs | 44 +- node/src/service.rs | 19 +- runtime/devnet/Cargo.toml | 19 +- runtime/devnet/build.rs | 12 +- runtime/devnet/src/config/xcm.rs | 2 + runtime/devnet/src/lib.rs | 17 +- runtime/testnet/Cargo.toml | 17 +- runtime/testnet/build.rs | 12 +- runtime/testnet/src/config/xcm.rs | 2 + runtime/testnet/src/lib.rs | 18 +- 13 files changed, 2909 insertions(+), 2378 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c4ddaf19..e59ef9d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -357,7 +357,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185" dependencies = [ "num-traits", - "rand", + "rand 0.8.5", ] [[package]] @@ -456,7 +456,7 @@ dependencies = [ "cumulus-primitives-utility 0.8.1", "frame-benchmarking 29.0.0", "frame-executive 29.0.0", - "frame-metadata-hash-extension", + "frame-metadata-hash-extension 0.1.0", "frame-support 29.0.2", "frame-system 29.0.0", "frame-system-benchmarking 29.0.0", @@ -519,33 +519,33 @@ dependencies = [ [[package]] name = "asset-test-utils" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2e1d4077fc518abe25e26f3963a080686cabecb97f192d9124be3e04cc21cad" -dependencies = [ - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-assets 33.0.0", - "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", - "pallet-session 32.0.0", - "pallet-timestamp 31.0.0", - "pallet-xcm 11.0.0", - "pallet-xcm-bridge-hub-router 0.9.0", - "parachains-common 11.0.0", +checksum = "c7e7f3e224a6407633a4b55cc2dbbbd002709a1c31ecc61232ef816ed8e4d69e" +dependencies = [ + "cumulus-pallet-parachain-system 0.12.0", + "cumulus-pallet-xcmp-queue 0.12.0", + "cumulus-primitives-core 0.12.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-assets 34.0.0", + "pallet-balances 34.0.0", + "pallet-collator-selection 14.0.0", + "pallet-session 33.0.0", + "pallet-timestamp 32.0.0", + "pallet-xcm 12.0.0", + "pallet-xcm-bridge-hub-router 0.10.0", + "parachains-common 12.0.0", "parachains-runtimes-test-utils", "parity-scale-codec", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-parachain-info 0.11.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", - "substrate-wasm-builder 21.0.0", + "staging-parachain-info 0.12.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", + "substrate-wasm-builder 22.0.1", ] [[package]] @@ -892,7 +892,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "93f2635620bf0b9d4576eb7bb9a38a55df78bd1205d26fa994b25911a69f212f" dependencies = [ "bitcoin_hashes 0.11.0", - "rand", + "rand 0.8.5", "rand_core 0.6.4", "serde", "unicode-normalization", @@ -1143,19 +1143,19 @@ dependencies = [ [[package]] name = "bp-header-chain" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b4a86e6438700a4217675ef3088fb08694ab69b1bdce4124099b1dcff9a6ff8" +checksum = "5947cb2260e3dd1f30894b31604fb6edac13a97d32b4242f2665918f3800eec8" dependencies = [ - "bp-runtime 0.11.0", + "bp-runtime 0.12.0", "finality-grandpa", - "frame-support 32.0.0", + "frame-support 33.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-grandpa 17.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -1177,13 +1177,13 @@ dependencies = [ [[package]] name = "bp-messages" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6a8b4356728ca03a8246104e320a2b1d7ba8c7fbd2917bf62395290f6ef2cc1" +checksum = "763d870409a3865c0a3e557831eef3a72ed21850f293195abd6ebe01ea016c19" dependencies = [ - "bp-header-chain 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", + "bp-header-chain 0.12.0", + "bp-runtime 0.12.0", + "frame-support 33.0.0", "parity-scale-codec", "scale-info", "serde", @@ -1193,19 +1193,19 @@ dependencies = [ [[package]] name = "bp-parachains" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d5a4983aec89871fe61f700cd4edaaf30288e7fbd927f7e4f879951f61569d4" +checksum = "5611ce066169f9a5a271e06036a600f4aec81a7038fc492f2abc3fb587ba3377" dependencies = [ - "bp-header-chain 0.11.0", - "bp-polkadot-core 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", + "bp-header-chain 0.12.0", + "bp-polkadot-core 0.12.0", + "bp-runtime 0.12.0", + "frame-support 33.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -1230,35 +1230,35 @@ dependencies = [ [[package]] name = "bp-polkadot-core" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54ef42ed5eb5ea249ee3f26f38ad114e379accfa1f2a8ee1ff87dc6bbc00b399" +checksum = "29b7fbe32c15d65f43dac5c5371bb13e0f0311165dc1394581749886047ce6e8" dependencies = [ - "bp-messages 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-messages 0.12.0", + "bp-runtime 0.12.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "parity-util-mem", "scale-info", "serde", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "bp-relayers" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36f6f38407e79458fefb4c14a6f9f2cd9779b2dfeb3b11112e20902ee9dfea5f" +checksum = "6e551221aed051c215eaf89f74c09006ef08ed343219f29a94a62956d296571c" dependencies = [ - "bp-messages 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", + "bp-messages 0.12.0", + "bp-runtime 0.12.0", + "frame-support 33.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -1283,17 +1283,17 @@ dependencies = [ "sp-state-machine 0.36.0", "sp-std", "sp-trie 30.0.0", - "trie-db", + "trie-db 0.28.0", ] [[package]] name = "bp-runtime" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67f4b1696822790b449046bdb89c273852ef2201a046b64b24293871a953e5e3" +checksum = "8272b8bff3f0de0c744b79e3cdeb1e4f5efc4850e989b977c7b6393fcb0d36d9" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "hash-db", "impl-trait-for-tuples", "log", @@ -1302,33 +1302,33 @@ dependencies = [ "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-std", - "sp-trie 33.0.0", - "trie-db", + "sp-trie 34.0.0", + "trie-db 0.29.1", ] [[package]] name = "bp-test-utils" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0462cedd4f4dba1dde9d296df6b0e128a61abecde6ff6efa3b122ee8ac2f811" +checksum = "e2f2897901eec59d41232e11924bd251552524a2971abee9a1c36f3e9815cbaa" dependencies = [ - "bp-header-chain 0.11.0", + "bp-header-chain 0.12.0", "bp-parachains", - "bp-polkadot-core 0.11.0", - "bp-runtime 0.11.0", - "ed25519-dalek", + "bp-polkadot-core 0.12.0", + "bp-runtime 0.12.0", + "ed25519-dalek 2.1.1", "finality-grandpa", "parity-scale-codec", - "sp-application-crypto 34.0.0", - "sp-consensus-grandpa 17.0.0", + "sp-application-crypto 35.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] @@ -1354,50 +1354,50 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub-router" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "063e9ce60db859f26172c1428b251e628751850e7862065104e750310c6afbad" +checksum = "0181e1058f555b2e0f177e82042a6edd9c342ed4ec826376b2e5aa1cd29fc853" dependencies = [ "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "bridge-runtime-common" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9dde81c8af81ee9bdf0374010288cf03ff3ccd7f57802f24889884f73d0b3bd3" +checksum = "f5bc8b6f7c61fb2f1bbcdb348ba6e9e7defb066771b42b2cd2a49846263a31f7" dependencies = [ - "bp-header-chain 0.11.0", - "bp-messages 0.11.0", + "bp-header-chain 0.12.0", + "bp-messages 0.12.0", "bp-parachains", - "bp-polkadot-core 0.11.0", + "bp-polkadot-core 0.12.0", "bp-relayers", - "bp-runtime 0.11.0", + "bp-runtime 0.12.0", "bp-xcm-bridge-hub", - "bp-xcm-bridge-hub-router 0.10.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-xcm-bridge-hub-router 0.11.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "hash-db", "log", "pallet-bridge-grandpa", "pallet-bridge-messages", "pallet-bridge-parachains", "pallet-bridge-relayers", - "pallet-transaction-payment 32.0.0", - "pallet-utility 32.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-utility 33.0.0", "parity-scale-codec", "scale-info", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "sp-trie 33.0.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", + "sp-trie 34.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", ] [[package]] @@ -1614,6 +1614,19 @@ dependencies = [ "unsigned-varint", ] +[[package]] +name = "cid" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd94671561e36e4e7de75f753f577edafb0e7c05d6e4547229fdf7938fbcd2c3" +dependencies = [ + "core2", + "multibase", + "multihash 0.18.1", + "serde", + "unsigned-varint", +] + [[package]] name = "cipher" version = "0.2.5" @@ -1743,6 +1756,16 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" +[[package]] +name = "combine" +version = "4.6.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" +dependencies = [ + "bytes", + "memchr", +] + [[package]] name = "comfy-table" version = "7.1.0" @@ -1983,6 +2006,21 @@ dependencies = [ "wasmtime-types", ] +[[package]] +name = "crc" +version = "3.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636" +dependencies = [ + "crc-catalog", +] + +[[package]] +name = "crc-catalog" +version = "2.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" + [[package]] name = "crc32fast" version = "1.4.0" @@ -2096,9 +2134,9 @@ dependencies = [ [[package]] name = "cumulus-client-cli" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b169c6bebaa58a8f0f2078747919ebd98df45d0d018a0f8caa66ec15e2ad43d4" +checksum = "56af3de66b0512db180c091ccbf673ed198f75a25b602289ee247251bf966c39" dependencies = [ "clap", "parity-scale-codec", @@ -2108,54 +2146,54 @@ dependencies = [ "sc-service", "sp-blockchain", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "url", ] [[package]] name = "cumulus-client-collator" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d1ffccac45cddcbb37b8c18283bd57638f648f725091d28c3ac3be515f8dd1d" +checksum = "aeaa7ba76cb14097c15105674be6ec74e58bc1313cb322a97e038c9abfbf09c4" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "futures", "parity-scale-codec", "parking_lot 0.12.1", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-client-api", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-consensus", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "tracing", ] [[package]] name = "cumulus-client-consensus-aura" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6d112f874c998d174f034532d238d5e0616c3455f8bf9bb5946c5617e7c7c0f" +checksum = "a999414a27e99ed73f447aba5f9382bb81fbf3e98a8c1a8874f71f929d094759" dependencies = [ "async-trait", "cumulus-client-collator", "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-parachain-inherent", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-aura 0.12.0", + "cumulus-primitives-core 0.12.0", "cumulus-relay-chain-interface", "futures", "parity-scale-codec", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-client-api", "sc-consensus", "sc-consensus-aura", @@ -2163,73 +2201,73 @@ dependencies = [ "sc-consensus-slots", "sc-telemetry", "schnellru", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-aura 0.36.0", + "sp-consensus-aura 0.37.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", + "sp-inherents 31.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", - "sp-timestamp 30.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", + "sp-timestamp 31.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "cumulus-client-consensus-common" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b6fc5e8237ff0e649c24fb1c31407fddb05cdf4773f83ca2a7b497305ae19b0" +checksum = "fc06ef9519e39f72915033e0aec418383707290103c8d9ba8ffbc70ddfd515e7" dependencies = [ "async-trait", "cumulus-client-pov-recovery", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "cumulus-relay-chain-interface", "dyn-clone", "futures", "log", "parity-scale-codec", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-client-api", "sc-consensus", "sc-consensus-babe", "schnellru", "sp-blockchain", "sp-consensus", - "sp-consensus-slots 0.36.0", + "sp-consensus-slots 0.37.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-timestamp 30.0.0", - "sp-trie 33.0.0", + "sp-runtime 36.0.0", + "sp-timestamp 31.0.0", + "sp-trie 34.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "cumulus-client-consensus-proposer" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fb01ccc8275a4ded0caf788e561c7400e630585d34feec8a22700cbbe44f8bb" +checksum = "e8a533049ee548528aada1c09c5827c3a2fd8cce96ecb4ff1fca241abfef87ba" dependencies = [ "anyhow", "async-trait", - "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-primitives-parachain-inherent 0.12.0", "sp-consensus", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "thiserror", ] [[package]] name = "cumulus-client-network" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f70b5f3eb4385498880a74684be6bd17669f2a2b5c7db805eef16337af1d0cd" +checksum = "b1da1f0f7be1258a0f1a4a43ca0dd4a1add8e2e639dceaf310fc136d6835fe00" dependencies = [ "async-trait", "cumulus-relay-chain-interface", @@ -2238,50 +2276,50 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "polkadot-node-primitives", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-client-api", "sp-blockchain", "sp-consensus", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "tracing", ] [[package]] name = "cumulus-client-parachain-inherent" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a0342e88f2079d7b3287bd52b4e0f7885e563439ff2e8b8d36f99aa596b219e" +checksum = "cb5426870af0eac3277135aac62dafea82f9c42b501193bca5483c2eb9358b5b" dependencies = [ "async-trait", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-parachain-inherent 0.12.0", "cumulus-relay-chain-interface", "cumulus-test-relay-sproof-builder", "parity-scale-codec", "sc-client-api", "scale-info", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-crypto-hashing", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-std", "sp-storage 21.0.0", - "sp-trie 33.0.0", + "sp-trie 34.0.0", "tracing", ] [[package]] name = "cumulus-client-pov-recovery" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e877fcdae06369ce17fd4d1fd0467d21b08338f7c944e225c5461472f54a166a" +checksum = "286e7071e367a4ee6f1e9c674a27118c6f04ef273b94194082b8155255451503" dependencies = [ "async-trait", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "cumulus-relay-chain-interface", "futures", "futures-timer", @@ -2289,34 +2327,34 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "sc-client-api", "sc-consensus", "sp-consensus", "sp-maybe-compressed-blob", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "tracing", ] [[package]] name = "cumulus-client-service" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "920c64fd704a14c571b79f5d0f19dd2638240f6a9f633f02072a35ab30db3341" +checksum = "a909ed00f0280a9f53838616bb8f56b180116838a8242b847a18c8950e7cc4ec" dependencies = [ "cumulus-client-cli", "cumulus-client-collator", "cumulus-client-consensus-common", "cumulus-client-network", "cumulus-client-pov-recovery", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-proof-size-hostfunction 0.6.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-proof-size-hostfunction 0.7.0", "cumulus-relay-chain-inprocess-interface", "cumulus-relay-chain-interface", "cumulus-relay-chain-minimal-node", "futures", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-client-api", "sc-consensus", "sc-network", @@ -2328,13 +2366,13 @@ dependencies = [ "sc-telemetry", "sc-transaction-pool", "sc-utils", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-transaction-pool 30.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-transaction-pool 31.0.0", ] [[package]] @@ -2358,20 +2396,20 @@ dependencies = [ [[package]] name = "cumulus-pallet-aura-ext" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "135b720fe4cd7d2e6282c0c13fbbcf68cd7dcb19d060b5032709c34582d574ad" +checksum = "fa2703d49952e0538c4d05fe1f1114e62741871693e862fc68ab56ae6b3b5230" dependencies = [ - "cumulus-pallet-parachain-system 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-aura 31.0.0", - "pallet-timestamp 31.0.0", + "cumulus-pallet-parachain-system 0.12.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-aura 32.0.0", + "pallet-timestamp 32.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 34.0.0", - "sp-consensus-aura 0.36.0", - "sp-runtime 35.0.0", + "sp-application-crypto 35.0.0", + "sp-consensus-aura 0.37.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -2408,43 +2446,43 @@ dependencies = [ "sp-trie 30.0.0", "sp-version 30.0.0", "staging-xcm 8.0.1", - "trie-db", + "trie-db 0.28.0", ] [[package]] name = "cumulus-pallet-parachain-system" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b426ade835b03cb4eb0b7299a5918e96cb53ed0e38b0d07676be7ed8df772ff" +checksum = "249e7657ac378241ae6c437df851bbe0971d93df756d1201315395b5ce856974" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-primitives-proof-size-hostfunction 0.6.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-parachain-inherent 0.12.0", + "cumulus-primitives-proof-size-hostfunction 0.7.0", "environmental", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "log", - "pallet-message-queue 35.0.0", + "pallet-message-queue 36.0.0", "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-runtime-common 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-runtime-common 12.0.0", + "polkadot-runtime-parachains 12.0.0", "scale-info", "sp-core 32.0.0", "sp-externalities 0.28.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-std", - "sp-trie 33.0.0", - "sp-version 33.0.0", - "staging-xcm 11.0.0", - "trie-db", + "sp-trie 34.0.0", + "sp-version 34.0.0", + "staging-xcm 12.0.0", + "trie-db 0.29.1", ] [[package]] @@ -2476,16 +2514,16 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63b08b5e3bba454f8eaa01a7507c1bacde9343a7a67fc20801e59e0c9c0ec9db" +checksum = "2be9d77e00ad1dbcf12dcd81c2758d651adf6e3072f3cb51c11d8739426f4cbb" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-session 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-session 33.0.0", "parity-scale-codec", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -2508,19 +2546,19 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f14dc8bc002babf1596515a2f1c0158ddeccbf1ef7f5656fe71c8e1fa4bde55" +checksum = "6b7737eb5d81bcd79df114e711927ba19c2dbd312f245ae03b76d330abb3506d" dependencies = [ - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "cumulus-primitives-core 0.12.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", + "staging-xcm 12.0.0", ] [[package]] @@ -2551,28 +2589,28 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5810a98c95f4219d7dcd6bd89d0c149fc45162e7e0c335579ba5545ec4b9c216" +checksum = "fb2939bc9749f4a5299ae20f7756ce69ce3e63f72ed936d7f1db0189187f70a1" dependencies = [ "bounded-collections 0.2.0", - "bp-xcm-bridge-hub-router 0.10.0", - "cumulus-primitives-core 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-xcm-bridge-hub-router 0.11.0", + "cumulus-primitives-core 0.12.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-message-queue 35.0.0", + "pallet-message-queue 36.0.0", "parity-scale-codec", - "polkadot-runtime-common 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "polkadot-runtime-common 12.0.0", + "polkadot-runtime-parachains 12.0.0", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", ] [[package]] @@ -2592,16 +2630,16 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca5e91498fef0a7502070d55949b3413361060b1e0556592ed851f220f8aafb4" +checksum = "a61fa5dad966e340092a4521b56b43dddce5bf466ddb07d9a01c534e63e4e0b7" dependencies = [ "parity-scale-codec", - "polkadot-core-primitives 11.0.0", - "polkadot-primitives 11.0.0", - "sp-api 30.0.0", - "sp-consensus-aura 0.36.0", - "sp-runtime 35.0.0", + "polkadot-core-primitives 12.0.0", + "polkadot-primitives 12.0.0", + "sp-api 31.0.0", + "sp-consensus-aura 0.37.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -2625,20 +2663,20 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12a1b925068ede5dd9f571f3afcfca877b2f94f988d308d757224464a27bc6ce" +checksum = "ad51d36ea156ef84d7e8ca5cea881867d3540e8dfdb8ea6b9d2b9190197a22a5" dependencies = [ "parity-scale-codec", - "polkadot-core-primitives 11.0.0", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", + "polkadot-core-primitives 12.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", "scale-info", - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", "sp-std", - "sp-trie 33.0.0", - "staging-xcm 11.0.0", + "sp-trie 34.0.0", + "staging-xcm 12.0.0", ] [[package]] @@ -2659,18 +2697,20 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e01642f846368bd7305a2b9c9874a4280b5097c62c33da84b2048e2e3b38bb03" +checksum = "9e6d358b1c4062048e47635b49d066131e4eef6314c0e81501d4c9c2e028dbc4" dependencies = [ "async-trait", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-inherents 30.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] @@ -2686,13 +2726,13 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a9ce5326ecf86a75ee9a2d53ba8a6950f98d278a1cc88480f1dcbc90077d7dc" +checksum = "e736734a6b4b0308d931756c30c3472fa5ec99a95be14f70567f25c97b3822cc" dependencies = [ "sp-externalities 0.28.0", "sp-runtime-interface 27.0.0", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] @@ -2718,33 +2758,33 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b02524805657a76fcca354c2a9466580d7f980a9a9616a4ac1cb91597d1f451" +checksum = "5ee70eb2f55d20a965e3538fc96aac2801815af510b4460e8a5783f5197e0872" dependencies = [ - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", + "cumulus-primitives-core 0.12.0", + "frame-support 33.0.0", "log", - "pallet-asset-conversion 14.0.0", + "pallet-asset-conversion 15.0.0", "parity-scale-codec", - "polkadot-runtime-common 11.0.0", - "polkadot-runtime-parachains 11.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "polkadot-runtime-common 12.0.0", + "polkadot-runtime-parachains 12.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", ] [[package]] name = "cumulus-relay-chain-inprocess-interface" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "842505bb9820f5d3c7d2561ed9783cd495d3665729e42590b12641e73c69fcf5" +checksum = "d9557dc83e9fa1ab863f6070f9d325a8075cb00478f2a756132ed87b4e3a29ed" dependencies = [ "async-trait", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "cumulus-relay-chain-interface", "futures", "futures-timer", @@ -2755,48 +2795,48 @@ dependencies = [ "sc-sysinfo", "sc-telemetry", "sc-tracing", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-consensus", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", ] [[package]] name = "cumulus-relay-chain-interface" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a457e637e70eccddfdd06feaf5736e3fa3fd9955ef2dc9ef696cdea640fc6e4c" +checksum = "9ed3c0bd4319881da5f94b77380db377499e129a176184430b308d9d7bd1d9a8" dependencies = [ "async-trait", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "futures", "jsonrpsee-core", "parity-scale-codec", "polkadot-overseer", "sc-client-api", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", - "sp-state-machine 0.39.0", + "sp-state-machine 0.40.0", "thiserror", ] [[package]] name = "cumulus-relay-chain-minimal-node" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f946e5e8f6199bad20b4e65b3e56fb6feeb3c59d50ede9909dcfa9c73697db2" +checksum = "d3ffcf7b86d4a140ba5ba6c94537ae54334c594bb4cf7a6464c848859b7970d1" dependencies = [ "array-bytes 6.2.2", "async-trait", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "cumulus-relay-chain-interface", "cumulus-relay-chain-rpc-interface", "futures", "parking_lot 0.12.1", "polkadot-availability-recovery", "polkadot-collator-protocol", - "polkadot-core-primitives 11.0.0", + "polkadot-core-primitives 12.0.0", "polkadot-network-bridge", "polkadot-node-collation-generation", "polkadot-node-core-chain-api", @@ -2805,7 +2845,7 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "polkadot-service", "sc-authority-discovery", "sc-client-api", @@ -2814,11 +2854,11 @@ dependencies = [ "sc-service", "sc-tracing", "sc-utils", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.36.0", - "sp-runtime 35.0.0", + "sp-consensus-babe 0.37.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "tokio", "tracing", @@ -2826,12 +2866,12 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b173a09d24c4ea2b6f90eb682276f844db7b180651f22a9e918f8bac0642075f" +checksum = "800d957241a91a58b55a3ee9f607caea2660a01d2fcfc285bdcec262a3d8882d" dependencies = [ "async-trait", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "cumulus-relay-chain-interface", "either", "futures", @@ -2840,7 +2880,7 @@ dependencies = [ "parity-scale-codec", "pin-project", "polkadot-overseer", - "rand", + "rand 0.8.5", "sc-client-api", "sc-rpc-api", "sc-service", @@ -2849,14 +2889,14 @@ dependencies = [ "serde_json", "smoldot", "smoldot-light", - "sp-api 30.0.0", - "sp-authority-discovery 30.0.0", - "sp-consensus-babe 0.36.0", + "sp-api 31.0.0", + "sp-authority-discovery 31.0.0", + "sp-consensus-babe 0.37.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-storage 21.0.0", - "sp-version 33.0.0", + "sp-version 34.0.0", "thiserror", "tokio", "tokio-util", @@ -2866,17 +2906,17 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48f27d17ab307b0e255431fa21113f2aca1e0b27f54d272198972b29e2eeb88b" +checksum = "e8f509dfa3d3380fd0023f4cbd15bfeccd333de8d0140f85d13e6b295fb53dd7" dependencies = [ - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "parity-scale-codec", - "polkadot-primitives 11.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "polkadot-primitives 12.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] @@ -3267,10 +3307,19 @@ dependencies = [ "elliptic-curve", "rfc6979", "serdect", - "signature", + "signature 2.2.0", "spki", ] +[[package]] +name = "ed25519" +version = "1.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7" +dependencies = [ + "signature 1.6.4", +] + [[package]] name = "ed25519" version = "2.2.3" @@ -3278,7 +3327,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" dependencies = [ "pkcs8", - "signature", + "signature 2.2.0", +] + +[[package]] +name = "ed25519-dalek" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d" +dependencies = [ + "curve25519-dalek 3.2.0", + "ed25519 1.5.3", + "rand 0.7.3", + "serde", + "sha2 0.9.9", + "zeroize", ] [[package]] @@ -3288,7 +3351,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871" dependencies = [ "curve25519-dalek 4.1.2", - "ed25519", + "ed25519 2.2.3", "rand_core 0.6.4", "serde", "sha2 0.10.8", @@ -3317,7 +3380,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7d9ce6874da5d4415896cd45ffbc4d1cfc0c4f9c079427bd870742c30f2f65a9" dependencies = [ "curve25519-dalek 4.1.2", - "ed25519", + "ed25519 2.2.3", "hashbrown 0.14.3", "hex", "rand_core 0.6.4", @@ -3353,35 +3416,35 @@ dependencies = [ [[package]] name = "emulated-integration-tests-common" -version = "7.0.0" +version = "8.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2117a0c89f2afd71f15eebe18f4b48790b675314426773ea282e9f3ff08e5afa" +checksum = "f1b85d59d4b6e8424779daea51988382f0fd323e3f5507ac886f384848c85dfe" dependencies = [ "asset-test-utils", - "bp-messages 0.11.0", + "bp-messages 0.12.0", "bridge-runtime-common", - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", - "pallet-assets 33.0.0", - "pallet-balances 33.0.0", + "cumulus-pallet-parachain-system 0.12.0", + "cumulus-pallet-xcmp-queue 0.12.0", + "cumulus-primitives-core 0.12.0", + "frame-support 33.0.0", + "pallet-assets 34.0.0", + "pallet-balances 34.0.0", "pallet-bridge-messages", - "pallet-message-queue 35.0.0", - "pallet-xcm 11.0.0", - "parachains-common 11.0.0", + "pallet-message-queue 36.0.0", + "pallet-xcm 12.0.0", + "parachains-common 12.0.0", "parity-scale-codec", "paste", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-parachains 12.0.0", "sc-consensus-grandpa", - "sp-authority-discovery 30.0.0", - "sp-consensus-babe 0.36.0", - "sp-consensus-beefy 17.0.0", + "sp-authority-discovery 31.0.0", + "sp-consensus-babe 0.37.0", + "sp-consensus-beefy 18.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "staging-xcm 11.0.0", + "sp-runtime 36.0.0", + "staging-xcm 12.0.0", "xcm-emulator", ] @@ -3403,6 +3466,18 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "enum-as-inner" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5ffccbb6966c05b32ef8fbac435df276c4ae4d3dc55a8cd0eb9745e6c12f546a" +dependencies = [ + "heck 0.4.1", + "proc-macro2", + "quote", + "syn 2.0.55", +] + [[package]] name = "enumflags2" version = "0.7.9" @@ -3750,7 +3825,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534" dependencies = [ "byteorder", - "rand", + "rand 0.8.5", "rustc-hex", "static_assertions", ] @@ -3787,6 +3862,21 @@ version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" +[[package]] +name = "foreign-types" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" +dependencies = [ + "foreign-types-shared", +] + +[[package]] +name = "foreign-types-shared" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" + [[package]] name = "fork-tree" version = "13.0.0" @@ -3839,24 +3929,24 @@ dependencies = [ [[package]] name = "frame-benchmarking" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f6f8e21cbac73688175cf9b531ed1c3f6578420a0f6106282aa8e5ed6fe3347" +checksum = "f963589fa0f5ef5fe87fad5a9ac9ec4a43d83fd63e1993024576a8dcaee5e228" dependencies = [ - "frame-support 32.0.0", - "frame-support-procedural 27.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-support-procedural 28.0.0", + "frame-system 33.0.0", "linregress", "log", "parity-scale-codec", "paste", "scale-info", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-runtime-interface 27.0.0", "sp-std", "sp-storage 21.0.0", @@ -3865,18 +3955,18 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" -version = "36.0.0" +version = "37.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1be33471ac5fa10ca585d3e06642cc8c754ecd9cb8a76905bf648cff17990e32" +checksum = "e13ce497c53ed3a9aadadfc3ea7904b00717965156c0e2e6dd16fc049a379cd7" dependencies = [ "Inflector", "array-bytes 6.2.2", "chrono", "clap", "comfy-table", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "gethostname", "handlebars", "itertools 0.10.5", @@ -3884,9 +3974,10 @@ dependencies = [ "linked-hash-map", "log", "parity-scale-codec", - "rand", + "rand 0.8.5", "rand_pcg", "sc-block-builder", + "sc-chain-spec", "sc-cli", "sc-client-api", "sc-client-db", @@ -3895,18 +3986,19 @@ dependencies = [ "sc-sysinfo", "serde", "serde_json", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-database", "sp-externalities 0.28.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", + "sp-genesis-builder 0.12.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-storage 21.0.0", - "sp-trie 33.0.0", + "sp-trie 34.0.0", "sp-wasm-interface 21.0.0", "thiserror", "thousands", @@ -3944,19 +4036,19 @@ dependencies = [ [[package]] name = "frame-election-provider-support" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c897b912f222280123eedee768b172ed74600292dfbb22843c95c9177e97358" +checksum = "ee6e46fd5f6bbbce22fcb19bccce899b4e83e917ba5181b1adae94abb086f124" dependencies = [ "frame-election-provider-solution-type", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-npos-elections 30.0.0", - "sp-runtime 35.0.0", + "sp-npos-elections 31.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -3981,20 +4073,20 @@ dependencies = [ [[package]] name = "frame-executive" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2cbd97de3a8af65a9e1752b465fc19c7fe19c62ca1842ccec47f3002667c2172" +checksum = "01d5b1ec42b019aa16d1f9269f74f391c32ce642cb2aad7b1b6a6d65a34e1bc6" dependencies = [ "aquamarine 0.3.3", - "frame-support 32.0.0", - "frame-system 32.0.0", - "frame-try-runtime 0.38.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "frame-try-runtime 0.39.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-tracing 17.0.0", ] @@ -4028,26 +4120,19 @@ dependencies = [ ] [[package]] -name = "frame-remote-externalities" -version = "0.39.0" +name = "frame-metadata-hash-extension" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f4afeb0769c0ef010c0dcc681a60167692a1cd52f0c0729b327a4415facddc5" +checksum = "c51ead97e4ac8fdd3b62258bf5f97d2d82412ec0386388ce8296aa23d561536f" dependencies = [ - "futures", - "indicatif", - "jsonrpsee", + "array-bytes 6.2.2", + "docify", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", - "serde", - "sp-core 32.0.0", - "sp-crypto-hashing", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", - "spinners", - "substrate-rpc-client", - "tokio", - "tokio-retry", + "scale-info", + "sp-runtime 36.0.0", ] [[package]] @@ -4094,9 +4179,9 @@ dependencies = [ [[package]] name = "frame-support" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97100a956a2cd152ad4e63a5ec7b5e58503653223a73fff6e916b910b37f12ed" +checksum = "9d04fc1fdbc7bdcb1cb54834e16a5194e5a16a25bfdaca1b761ee9ff4963366f" dependencies = [ "aquamarine 0.5.0", "array-bytes 6.2.2", @@ -4104,7 +4189,7 @@ dependencies = [ "docify", "environmental", "frame-metadata", - "frame-support-procedural 27.0.0", + "frame-support-procedural 28.0.0", "impl-trait-for-tuples", "k256", "log", @@ -4115,18 +4200,18 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-arithmetic 26.0.0", "sp-core 32.0.0", "sp-crypto-hashing-proc-macro", "sp-debug-derive", - "sp-genesis-builder 0.11.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", + "sp-genesis-builder 0.12.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", "sp-metadata-ir 0.7.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", + "sp-state-machine 0.40.0", "sp-std", "sp-tracing 17.0.0", "sp-weights 31.0.0", @@ -4156,15 +4241,15 @@ dependencies = [ [[package]] name = "frame-support-procedural" -version = "27.0.0" +version = "28.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a74eda80052082e8acd36c7fa232569ce1f968c7ae2adc56d082039ac9d6ba4" +checksum = "3d8eaf3bb331b98427158733e221bd6fb79e9f213da55b305e159dc023d41fd2" dependencies = [ "Inflector", "cfg-expr", "derive-syn-parse 0.2.0", "expander 2.1.0", - "frame-support-procedural-tools 11.0.1", + "frame-support-procedural-tools 12.0.0", "itertools 0.10.5", "macro_magic", "proc-macro-warning", @@ -4189,9 +4274,9 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" -version = "11.0.1" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b482a1d18fa63aed1ff3fe3fcfb3bc23d92cb3903d6b9774f75dc2c4e1001c3a" +checksum = "a40b5cc8526c9aad01cdf46dcee6cbefd6f6c78e022607ff4cf76094919b6462" dependencies = [ "frame-support-procedural-tools-derive 12.0.0", "proc-macro-crate 3.1.0", @@ -4245,22 +4330,22 @@ dependencies = [ [[package]] name = "frame-system" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "562e02f5139f1beb0edd3cac2db3f974d98b7459342210d101f451d26886ca33" +checksum = "64265317899a2ecfc465a1ab55fa3094dbbbc7061292592fdbbb8acc136c4735" dependencies = [ "cfg-if", "docify", - "frame-support 32.0.0", + "frame-support 33.0.0", "log", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "sp-version 33.0.0", + "sp-version 34.0.0", "sp-weights 31.0.0", ] @@ -4282,17 +4367,17 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4976a4dfad8b4abff9dfc5e1a5bcdfa0452765f5c726805499ea30be0df4eaa4" +checksum = "1a23446bf524bcc64351ecc5a50925debdc92d50a0b8384c3064dc13b3c64ca3" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -4308,12 +4393,12 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24451c0fef0c35c50bf577aadd16bb3c7b9eb74f12bb1708114d24c6f750e165" +checksum = "54771ae481dd08825d4de28b1b3623163efd9e7c4b59a6db1fb048dcdf73789e" dependencies = [ "parity-scale-codec", - "sp-api 30.0.0", + "sp-api 31.0.0", ] [[package]] @@ -4331,14 +4416,14 @@ dependencies = [ [[package]] name = "frame-try-runtime" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "883f2a531ab7857e8b4bb09997f1333635da1b5e627ac1651c16b5e5152d8fa3" +checksum = "8f542a58bd43234882faff12062ce94838b3bbca1b6ed6b32180ee153350905f" dependencies = [ - "frame-support 32.0.0", + "frame-support 33.0.0", "parity-scale-codec", - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -4579,7 +4664,7 @@ version = "0.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6ea1015b5a70616b688dc230cfe50c8af89d972cb132d5a622814d29773b10b9" dependencies = [ - "rand", + "rand 0.8.5", "rand_core 0.6.4", ] @@ -4635,7 +4720,7 @@ dependencies = [ "parking_lot 0.12.1", "portable-atomic", "quanta", - "rand", + "rand 0.8.5", "smallvec", "spinning_top", ] @@ -4962,6 +5047,16 @@ dependencies = [ "unicode-normalization", ] +[[package]] +name = "idna" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" +dependencies = [ + "unicode-bidi", + "unicode-normalization", +] + [[package]] name = "idna" version = "0.5.0" @@ -5096,19 +5191,6 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e04e2fd2b8188ea827b32ef11de88377086d690286ab35747ef7f9bf3ccb590" -[[package]] -name = "indicatif" -version = "0.17.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3" -dependencies = [ - "console", - "instant", - "number_prefix", - "portable-atomic", - "unicode-width", -] - [[package]] name = "inout" version = "0.1.3" @@ -5148,29 +5230,29 @@ version = "0.0.0" dependencies = [ "asset-hub-paseo-runtime", "asset-test-utils", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "emulated-integration-tests-common", - "frame-support 32.0.0", - "pallet-assets 33.0.0", - "pallet-balances 33.0.0", - "pallet-message-queue 35.0.0", - "pallet-xcm 11.0.0", + "frame-support 33.0.0", + "pallet-assets 34.0.0", + "pallet-balances 34.0.0", + "pallet-message-queue 36.0.0", + "pallet-xcm 12.0.0", "parity-scale-codec", "paseo-runtime", "paseo-runtime-constants", - "polkadot-primitives 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-parachains 12.0.0", "pop-runtime-common", "pop-runtime-devnet", - "sp-authority-discovery 30.0.0", - "sp-consensus-aura 0.36.0", - "sp-consensus-babe 0.36.0", - "sp-consensus-beefy 17.0.0", - "sp-consensus-grandpa 17.0.0", + "sp-authority-discovery 31.0.0", + "sp-consensus-aura 0.37.0", + "sp-consensus-babe 0.37.0", + "sp-consensus-beefy 18.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", + "sp-runtime 36.0.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", "tracing-subscriber 0.3.18", ] @@ -5278,7 +5360,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cfdb12a2381ea5b2e68c3469ec604a007b367778cdb14d09612c8069ebd616ad" dependencies = [ "jsonrpsee-core", - "jsonrpsee-http-client", "jsonrpsee-proc-macros", "jsonrpsee-server", "jsonrpsee-types", @@ -5323,7 +5404,7 @@ dependencies = [ "jsonrpsee-types", "parking_lot 0.12.1", "pin-project", - "rand", + "rand 0.8.5", "rustc-hash", "serde", "serde_json", @@ -5333,26 +5414,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "jsonrpsee-http-client" -version = "0.22.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ccf93fc4a0bfe05d851d37d7c32b7f370fe94336b52a2f0efc5f1981895c2e5" -dependencies = [ - "async-trait", - "hyper", - "hyper-rustls", - "jsonrpsee-core", - "jsonrpsee-types", - "serde", - "serde_json", - "thiserror", - "tokio", - "tower", - "tracing", - "url", -] - [[package]] name = "jsonrpsee-proc-macros" version = "0.22.5" @@ -5600,7 +5661,7 @@ dependencies = [ "parking_lot 0.12.1", "pin-project", "quick-protobuf", - "rand", + "rand 0.8.5", "rw-stream-sink", "smallvec", "thiserror", @@ -5619,7 +5680,7 @@ dependencies = [ "log", "parking_lot 0.12.1", "smallvec", - "trust-dns-resolver", + "trust-dns-resolver 0.22.0", ] [[package]] @@ -5651,12 +5712,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "276bb57e7af15d8f100d3c11cbdd32c6752b7eef4ba7a18ecf464972c07abcce" dependencies = [ "bs58 0.4.0", - "ed25519-dalek", + "ed25519-dalek 2.1.1", "log", "multiaddr", "multihash 0.17.0", "quick-protobuf", - "rand", + "rand 0.8.5", "sha2 0.10.8", "thiserror", "zeroize", @@ -5681,7 +5742,7 @@ dependencies = [ "libp2p-swarm", "log", "quick-protobuf", - "rand", + "rand 0.8.5", "sha2 0.10.8", "smallvec", "thiserror", @@ -5703,11 +5764,11 @@ dependencies = [ "libp2p-identity", "libp2p-swarm", "log", - "rand", + "rand 0.8.5", "smallvec", "socket2 0.4.10", "tokio", - "trust-dns-proto", + "trust-dns-proto 0.22.0", "void", ] @@ -5739,7 +5800,7 @@ dependencies = [ "log", "once_cell", "quick-protobuf", - "rand", + "rand 0.8.5", "sha2 0.10.8", "snow", "static_assertions", @@ -5761,7 +5822,7 @@ dependencies = [ "libp2p-core", "libp2p-swarm", "log", - "rand", + "rand 0.8.5", "void", ] @@ -5781,7 +5842,7 @@ dependencies = [ "log", "parking_lot 0.12.1", "quinn-proto", - "rand", + "rand 0.8.5", "rustls 0.20.9", "thiserror", "tokio", @@ -5799,7 +5860,7 @@ dependencies = [ "libp2p-core", "libp2p-identity", "libp2p-swarm", - "rand", + "rand 0.8.5", "smallvec", ] @@ -5818,7 +5879,7 @@ dependencies = [ "libp2p-identity", "libp2p-swarm-derive", "log", - "rand", + "rand 0.8.5", "smallvec", "tokio", "void", @@ -5866,7 +5927,7 @@ dependencies = [ "rustls 0.20.9", "thiserror", "webpki", - "x509-parser", + "x509-parser 0.14.0", "yasna", ] @@ -5955,7 +6016,7 @@ dependencies = [ "libsecp256k1-core", "libsecp256k1-gen-ecmult", "libsecp256k1-gen-genmult", - "rand", + "rand 0.8.5", "serde", "sha2 0.9.9", "typenum", @@ -6065,31 +6126,86 @@ dependencies = [ ] [[package]] -name = "lock_api" -version = "0.4.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45" -dependencies = [ - "autocfg", - "scopeguard", -] - -[[package]] -name = "log" -version = "0.4.21" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" - -[[package]] -name = "lru" -version = "0.8.1" +name = "litep2p" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6e8aaa3f231bb4bd57b84b2d5dc3ae7f350265df8aa96492e0bc394a1571909" +checksum = "9b53e78902be9d0d77df70677242b7fc9815a33a168949b5480ee089e16535e7" dependencies = [ - "hashbrown 0.12.3", -] - -[[package]] + "async-trait", + "bs58 0.4.0", + "bytes", + "cid 0.10.1", + "ed25519-dalek 1.0.1", + "futures", + "futures-timer", + "hex-literal", + "indexmap 2.2.6", + "libc", + "mockall", + "multiaddr", + "multihash 0.17.0", + "network-interface", + "nohash-hasher", + "parking_lot 0.12.1", + "pin-project", + "prost 0.11.9", + "prost-build", + "quinn", + "rand 0.8.5", + "rcgen", + "ring 0.16.20", + "rustls 0.20.9", + "serde", + "sha2 0.10.8", + "simple-dns", + "smallvec", + "snow", + "socket2 0.5.6", + "static_assertions", + "str0m", + "thiserror", + "tokio", + "tokio-stream", + "tokio-tungstenite", + "tokio-util", + "tracing", + "trust-dns-resolver 0.23.2", + "uint", + "unsigned-varint", + "url", + "webpki", + "x25519-dalek 2.0.1", + "x509-parser 0.15.1", + "yasna", + "zeroize", +] + +[[package]] +name = "lock_api" +version = "0.4.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45" +dependencies = [ + "autocfg", + "scopeguard", +] + +[[package]] +name = "log" +version = "0.4.21" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" + +[[package]] +name = "lru" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b6e8aaa3f231bb4bd57b84b2d5dc3ae7f350265df8aa96492e0bc394a1571909" +dependencies = [ + "hashbrown 0.12.3", +] + +[[package]] name = "lru" version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -6190,12 +6306,6 @@ dependencies = [ "syn 2.0.55", ] -[[package]] -name = "maplit" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" - [[package]] name = "match_cfg" version = "0.1.0" @@ -6287,6 +6397,20 @@ dependencies = [ "hash-db", ] +[[package]] +name = "merkleized-metadata" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f313fcff1d2a4bcaa2deeaa00bf7530d77d5f7bd0467a117dde2e29a75a7a17a" +dependencies = [ + "array-bytes 6.2.2", + "blake3", + "frame-metadata", + "parity-scale-codec", + "scale-decode", + "scale-info", +] + [[package]] name = "merlin" version = "3.0.0" @@ -6306,7 +6430,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532" dependencies = [ "futures", - "rand", + "rand 0.8.5", "thrift", ] @@ -6353,7 +6477,7 @@ dependencies = [ "lioness", "log", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "rand_chacha 0.3.1", "rand_distr", "subtle 2.5.0", @@ -6363,38 +6487,38 @@ dependencies = [ [[package]] name = "mmr-gadget" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "463f3038aebf0766b75c231e293293dec7b85f2358120a2696470159008ddfd2" +checksum = "686cce3698548808445b0bbc8348a30cafc7d6fc6dbf8df0ef5027b08e4fe037" dependencies = [ "futures", "log", "parity-scale-codec", "sc-client-api", "sc-offchain", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-beefy 17.0.0", + "sp-consensus-beefy 18.0.0", "sp-core 32.0.0", - "sp-mmr-primitives 30.0.0", - "sp-runtime 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "mmr-rpc" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d17ec87c5d04009e7d7b149abb2aa8495e2893c5920ce4a83679c76e5d6320f7" +checksum = "70db3d6f4fdfd688a4f995f5eb3ee9764b766a01f4a4789fa5469a02d213ee12" dependencies = [ "jsonrpsee", "parity-scale-codec", "serde", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", - "sp-mmr-primitives 30.0.0", - "sp-runtime 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -6477,10 +6601,14 @@ version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cfd8a792c1694c6da4f68db0a9d707c72bd260994da179e6030a5dcee00bb815" dependencies = [ + "blake2b_simd", + "blake2s_simd", + "blake3", "core2", "digest 0.10.7", "multihash-derive 0.8.0", "sha2 0.10.8", + "sha3", "unsigned-varint", ] @@ -6606,7 +6734,7 @@ version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7bddcd3bf5144b6392de80e04c347cd7fab2508f6df16a85fc496ecd5cec39bc" dependencies = [ - "rand", + "rand 0.8.5", ] [[package]] @@ -6681,6 +6809,18 @@ dependencies = [ "tokio", ] +[[package]] +name = "network-interface" +version = "1.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4a43439bf756eed340bdf8feba761e2d50c7d47175d87545cd5cbe4a137c4d1" +dependencies = [ + "cc", + "libc", + "thiserror", + "winapi", +] + [[package]] name = "nix" version = "0.24.3" @@ -6749,6 +6889,16 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" +[[package]] +name = "nu-ansi-term" +version = "0.46.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" +dependencies = [ + "overload", + "winapi", +] + [[package]] name = "num-bigint" version = "0.4.4" @@ -6826,12 +6976,6 @@ dependencies = [ "libc", ] -[[package]] -name = "number_prefix" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" - [[package]] name = "object" version = "0.30.4" @@ -6880,12 +7024,60 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" +[[package]] +name = "openssl" +version = "0.10.66" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1" +dependencies = [ + "bitflags 2.5.0", + "cfg-if", + "foreign-types", + "libc", + "once_cell", + "openssl-macros", + "openssl-sys", +] + +[[package]] +name = "openssl-macros" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.55", +] + [[package]] name = "openssl-probe" version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" +[[package]] +name = "openssl-src" +version = "300.3.1+3.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7259953d42a81bf137fbbd73bd30a8e1914d6dce43c2b90ed575783a22608b91" +dependencies = [ + "cc", +] + +[[package]] +name = "openssl-sys" +version = "0.9.103" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6" +dependencies = [ + "cc", + "libc", + "openssl-src", + "pkg-config", + "vcpkg", +] + [[package]] name = "option-ext" version = "0.2.0" @@ -6934,6 +7126,12 @@ dependencies = [ "num-traits", ] +[[package]] +name = "overload" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" + [[package]] name = "pallet-asset-conversion" version = "11.0.0" @@ -6955,20 +7153,21 @@ dependencies = [ [[package]] name = "pallet-asset-conversion" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a66fbfb4b9a3a6430f5925a09257c61a048bf0dfbad26f814e0f0e517f43c06a" +checksum = "00878f866191e08a7f6a74a0378c1d4d759e356d5fc3e3dae51fa414b44fad93" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "log", "parity-scale-codec", "scale-info", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7006,17 +7205,17 @@ dependencies = [ [[package]] name = "pallet-asset-rate" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a63f90c10e0746fce0512e37e1a354fe8c48f32e4e20211e0c1ac9b0e4b3febb" +checksum = "a2908c5abe694fc6d1e9f1dbc9049910cf7086416e0c3214ff4734f02c055d82" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7041,20 +7240,20 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d27f76cc9151160c08fcee2e095b91048a2d1cb041b7c022a88f98ba220827b4" +checksum = "cbdecfbbcc55a4050a91bf2180b5b574fe3e20a925c1a836187041974c6f9248" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-transaction-payment 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-transaction-payment 33.0.0", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7077,18 +7276,18 @@ dependencies = [ [[package]] name = "pallet-assets" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eda0d9362dc1b75cead58f5e9a6004d305f81b2bf38c52e5454d1d868e2cc98f" +checksum = "14bb2544de653caa76f88156c53ccdea218737ae00ef37b949786bc4c13719f8" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7112,19 +7311,19 @@ dependencies = [ [[package]] name = "pallet-aura" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cb27318bf97e8116b1383c726427ab8d6d9dac4da99c8540a247518398c2a55" +checksum = "7d39e0cf359277a802199f4f78604ddb62f6616e6c625a3b958abec063b1a66f" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-timestamp 31.0.0", + "pallet-timestamp 32.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 34.0.0", - "sp-consensus-aura 0.36.0", - "sp-runtime 35.0.0", + "sp-application-crypto 35.0.0", + "sp-consensus-aura 0.37.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7147,18 +7346,18 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "303077e7ec8808fdd9df22a6eaf9d38932a9b7df07c29423935384cf43babb2f" +checksum = "35807c44d2caf67038ae3b3cd948a36014a63e75f96bab3754350deec7cf8e20" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-session 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-session 33.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 34.0.0", - "sp-authority-discovery 30.0.0", - "sp-runtime 35.0.0", + "sp-application-crypto 35.0.0", + "sp-authority-discovery 31.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7179,16 +7378,16 @@ dependencies = [ [[package]] name = "pallet-authorship" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3544ca79d7b1f3b9a0efe6b54038143962e8b05d57a3a4172cd11e7216c43d6" +checksum = "a9c6fadb06cb9f04998aebabf282e15a6bc35ac36de0c6fccb43a0efb38a755c" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7219,26 +7418,26 @@ dependencies = [ [[package]] name = "pallet-babe" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac02d082761843190fddfea58ce3a8cf042e92d2d78bb21426d2f960880a875c" +checksum = "d1e8bc4e03c6e92cfbac89e9b505ff43fae538915fc277f4597733775c49fa76" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-authorship 32.0.0", - "pallet-session 32.0.0", - "pallet-timestamp 31.0.0", + "pallet-authorship 33.0.0", + "pallet-session 33.0.0", + "pallet-timestamp 32.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 34.0.0", - "sp-consensus-babe 0.36.0", + "sp-application-crypto 35.0.0", + "sp-consensus-babe 0.37.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -7267,23 +7466,23 @@ dependencies = [ [[package]] name = "pallet-bags-list" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "664e6da2fe296a6597f2508f8754bfedaf06b5fc7bc657f7327b7d91896f84f7" +checksum = "235a798b0ef83ef012fe79ed01617d84882e682aa40b937ca22e23ee429ab2d7" dependencies = [ "aquamarine 0.5.0", "docify", - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-balances 33.0.0", + "pallet-balances 34.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-tracing 17.0.0", ] @@ -7307,18 +7506,18 @@ dependencies = [ [[package]] name = "pallet-balances" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b56b559fbf1b04e08f42b08c0cb133cf732b4b0cafd315a3a24ba1ae60669d7e" +checksum = "06c00a7041511735547ac443a14ecb2915976725dfbf1d3d9f64df20359e483e" dependencies = [ "docify", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7345,22 +7544,22 @@ dependencies = [ [[package]] name = "pallet-beefy" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b36b750d43f02589284a26ae4bcdaa9cd957abd12ffcedccf5de7f3ede20e14e" +checksum = "42a846fddc17ec4bb5901f446a1f474090de2778c215aea9ab209631c88cf879" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-authorship 32.0.0", - "pallet-session 32.0.0", + "pallet-authorship 33.0.0", + "pallet-session 33.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-beefy 17.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-consensus-beefy 18.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -7392,27 +7591,27 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a0ec062385375cee83f44985bf4d32c86e6ca4018e0a867b448a9a572896388" +checksum = "b59f46e15d62db39a20fb254324f5a33cf3c652ca6aa656ba6419ae5c8059336" dependencies = [ "array-bytes 6.2.2", "binary-merkle-tree 15.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-beefy 32.0.0", - "pallet-mmr 31.0.0", - "pallet-session 32.0.0", + "pallet-beefy 33.0.0", + "pallet-mmr 32.0.0", + "pallet-session 33.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-api 30.0.0", - "sp-consensus-beefy 17.0.0", + "sp-api 31.0.0", + "sp-consensus-beefy 18.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-std", ] @@ -7437,104 +7636,104 @@ dependencies = [ [[package]] name = "pallet-bounties" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe92916d8bb2f2ce84195ae5e6baec83c5a65bf685613d7cc207f0b8fd26ea43" +checksum = "56765a826bcdc19693fc327757108d79ac03e7545bc3561a2434bb0238679ee6" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-treasury 31.0.0", + "pallet-treasury 32.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-bridge-grandpa" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88e0f44b87681bafd9deec464b7f0d4f3c9b050b53ef1588eb5312d26ebc30a5" +checksum = "392088cb0e26f6bd3add91b7d1cf1df60166fdb60643a4b577951309621610e0" dependencies = [ - "bp-header-chain 0.11.0", - "bp-runtime 0.11.0", + "bp-header-chain 0.12.0", + "bp-runtime 0.12.0", "bp-test-utils", "finality-grandpa", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-consensus-grandpa 17.0.0", - "sp-runtime 35.0.0", + "sp-consensus-grandpa 18.0.0", + "sp-runtime 36.0.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] name = "pallet-bridge-messages" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9da377cff690ae52d872bdc6dd00ef7ebb3b2eb092ddacc2e26e9efb9f13631" +checksum = "112b595ff46a2831be1c22ffb3a9f5fd44b875489b8dde8bcd4509d75a77bb36" dependencies = [ - "bp-messages 0.11.0", - "bp-runtime 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-messages 0.12.0", + "bp-runtime 0.12.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "num-traits", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-bridge-parachains" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c9e9466750027c10df653ac91eaaffe042d1f94dca5f561b6ea9f54f389d496" +checksum = "bc8495da753089436f1e09e36ebb311182bc2c594decce628017f009c9af9a45" dependencies = [ - "bp-header-chain 0.11.0", + "bp-header-chain 0.12.0", "bp-parachains", - "bp-polkadot-core 0.11.0", - "bp-runtime 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-polkadot-core 0.12.0", + "bp-runtime 0.12.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "pallet-bridge-grandpa", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] name = "pallet-bridge-relayers" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9380cbce05df9451cb9b2149e1284090c0da3f3ab9615b8810b1cb0e2ab3aed5" +checksum = "28ff139bff796f25ba8c53f8e540b4943d04adeb17f2496de7a66f3a6fdfdf4a" dependencies = [ - "bp-messages 0.11.0", + "bp-messages 0.12.0", "bp-relayers", - "bp-runtime 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-runtime 0.12.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "pallet-bridge-messages", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7559,19 +7758,21 @@ dependencies = [ [[package]] name = "pallet-broker" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0d73ed3f977ca5874e32936f7605e83e96f7eb0cb7fca46b9a3f5a8df1933d5" +checksum = "58e06a681df643f0bf7225c09b4d33ceaaebfe6ebfb13d0ea686f11d20901e9b" dependencies = [ "bitvec", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "log", "parity-scale-codec", "scale-info", + "sp-api 31.0.0", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7597,21 +7798,21 @@ dependencies = [ [[package]] name = "pallet-child-bounties" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5612487abb09a9e5b6f3a694639fd0826a8b3bae1335047899f032f292f7f410" +checksum = "813290bcfde2e10ad4a37763642e22186e28cf7d675cbf525f2276151444008c" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-bounties 31.0.0", - "pallet-treasury 31.0.0", + "pallet-bounties 32.0.0", + "pallet-treasury 32.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7629,7 +7830,7 @@ dependencies = [ "pallet-balances 29.0.2", "pallet-session 29.0.0", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", "sp-runtime 32.0.0", "sp-staking 27.0.0", @@ -7638,73 +7839,73 @@ dependencies = [ [[package]] name = "pallet-collator-selection" -version = "13.0.1" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e0724831b2b1775542055c80918e78478953ee8d6777962a947404f22001c75" +checksum = "7b8c0293db4d8d6632330e8ea1d8ad83711c144fe8b03a14ae15fe1678c7291b" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-authorship 32.0.0", - "pallet-balances 33.0.0", - "pallet-session 32.0.0", + "pallet-authorship 33.0.0", + "pallet-balances 34.0.0", + "pallet-session 33.0.0", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] [[package]] name = "pallet-collective" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f84d7ad169667bcf184da694db6322bd9a68d9d0bb05b2727005cfadd2b8a17" +checksum = "c2f5bea608ae6d9e8e12cd1e57d4781ccccf62a87e498bb6318ffe2243815ab4" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-contracts" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ae7354ec341dbdd1df77fd0a55708fa49a164901db89920fdca4132f3991ee1" +checksum = "8117764e8436e9ad3f134c313a65b0dad95f1353349ddd9a78a6b527dbbeb320" dependencies = [ "bitflags 1.3.2", "environmental", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "log", - "pallet-balances 33.0.0", + "pallet-balances 34.0.0", "pallet-contracts-proc-macro", "pallet-contracts-uapi", "parity-scale-codec", "paste", - "rand", + "rand 0.8.5", "rand_pcg", "scale-info", "serde", "smallvec", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", "wasm-instrument", "wasmi", ] @@ -7722,9 +7923,9 @@ dependencies = [ [[package]] name = "pallet-contracts-uapi" -version = "9.0.0" +version = "10.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d7a51646d9ff1d91abd0186d2c074f0dfd3b1a2d55f08a229a2f2e4bc6d1e49" +checksum = "c611f7343efdff673fec3090ab4ed5c32c63f9756f25f666fb453ef33b26bafb" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -7753,38 +7954,38 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43080685819927c77fb38dda17e593eab2478406d674dd8c69200129cf613e77" +checksum = "f0b8fc61dec0ae9760f00fb84a621e383ebb0bd1d2f6a4777bc55977624da5d1" dependencies = [ "assert_matches", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-democracy" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83740afbabdabd41a9af23e1085db431b7d0aa10e542f6e1862aa14ff76eeec9" +checksum = "fcb285cd2c58b49219c9980b9c30d4c241920c5a55ae5df44c6e3649dd5057fd" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7801,7 +8002,7 @@ dependencies = [ "log", "pallet-election-provider-support-benchmarking 28.0.0", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", "sp-arithmetic 24.0.0", "sp-core 29.0.0", @@ -7814,24 +8015,24 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd4127300982c54fb31630a3a002daeb060556c0d0ca17031975fe25d613f432" +checksum = "45d7050267a6ce48b2d5530ea5c3b939c8f8a70e42b26db96cb1e859a3dd40c9" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-election-provider-support-benchmarking 31.0.0", + "pallet-election-provider-support-benchmarking 32.0.0", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-npos-elections 30.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-npos-elections 31.0.0", + "sp-runtime 36.0.0", "sp-std", "strum 0.26.3", ] @@ -7853,36 +8054,36 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d47f77fc73b1caf6317515e884a1451786c8b71fddd910b753a73da7ee4fe84" +checksum = "3cea3c30507dd5bc3ca2657a2b729dbb9c77f0ae7103778e148d4667d1f0dfe6" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", - "sp-npos-elections 30.0.0", - "sp-runtime 35.0.0", + "sp-npos-elections 31.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-elections-phragmen" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08fe6701c248d87e489e998230180b112e639db09c0a50cf6e44cf399bc1028f" +checksum = "e4482e691c61ea7d68d09a0d3221a2223b36118874c1923a3733a0ff1a9d4a65" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-npos-elections 30.0.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-io 35.0.0", + "sp-npos-elections 31.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -7908,21 +8109,21 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df2f9df9cbcba5c986e8abb00dc6184cacebcd96064f706bbd47c870255fa4f1" +checksum = "3413d41515d5679fa680f96ceac185ede18ac22002837216c9fab863d4a367b7" dependencies = [ "docify", - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -7952,25 +8153,25 @@ dependencies = [ [[package]] name = "pallet-grandpa" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6beb51686baee78fc838861b825c1b8f1b66a7633dc502dc70da491aed82dcbb" +checksum = "63024f2e3aee907a345db4993982b0a853cc330e487d0b7aa2b63bf956bb2a04" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-authorship 32.0.0", - "pallet-session 32.0.0", + "pallet-authorship 33.0.0", + "pallet-session 33.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 34.0.0", - "sp-consensus-grandpa 17.0.0", + "sp-application-crypto 35.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -7994,19 +8195,19 @@ dependencies = [ [[package]] name = "pallet-identity" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c5e41c45a18b5e71b05fd5789b210ce79dbddd454e9bc783dd188790be99d91" +checksum = "4b59201c3a7fad2acc3623e0e933359588e86ba6445ec4e2ced9a56cbc150658" dependencies = [ "enumflags2", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8033,22 +8234,22 @@ dependencies = [ [[package]] name = "pallet-im-online" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c771c379dfa58623a6d88d021c7cebe1f9f4f4537155917f7a9c03b5b36c3ec" +checksum = "859266edee477b8d7c8f07bbe48956f2d0093b7a7466b473df66e6de4dd59445" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-authorship 32.0.0", + "pallet-authorship 33.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -8072,37 +8273,37 @@ dependencies = [ [[package]] name = "pallet-indices" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b75dd0463b1ac775e8d154879e174e06fb8745b0896b8d9a3bd99d57135e914" +checksum = "81babd3f9b3af66f27f7af6dfdea1943d16598630c5f4eda34ec56bdb7185dbd" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-keyring 35.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-keyring 36.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-membership" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6d889d1ab1f8c78dddbe5aa107ae0004f066a79384af010e58539a71c84cbe1" +checksum = "6d72c43d36e246e388b911ce85176962eeaf7893acb472fe1c4377c7007f886d" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8129,21 +8330,21 @@ dependencies = [ [[package]] name = "pallet-message-queue" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bd58fa73c9e498414c9e6757f5ff1dbb81b9c7439231018c19aca99c35fd35b" +checksum = "55cf3baf644a42f0520f030e91e24c72e3d6691f7abc347345219b2e744fc835" dependencies = [ "environmental", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-weights 31.0.0", ] @@ -8169,20 +8370,20 @@ dependencies = [ [[package]] name = "pallet-mmr" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfe22ce913c1862862a7ce3180b1a52b544a04a629b92c6dff43c3975ee89d39" +checksum = "02f6cdaa2b8423f910e260b93065b8c63c7ebbc21c288419bc7a9aa0ed7a14fa" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-mmr-primitives 30.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8205,36 +8406,36 @@ dependencies = [ [[package]] name = "pallet-multisig" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57b3d75a9319f7bcb58920ecc087aa246cc4cac0bcf5c9f29bb44260315961db" +checksum = "4957a1571ca0a761520942623d7d1ff71f2831edfc2f2fc43ad454682e50ad95" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-nft-fractionalization" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "677e05e538410a056620e737a4b9c9073a2636fcaab99609a57d0c706af4b186" +checksum = "3725969acea961bbd0fe469d3de423897b48d177dfb1251138e44a23056f8f90" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-assets 33.0.0", - "pallet-nfts 26.0.0", + "pallet-assets 34.0.0", + "pallet-nfts 27.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8259,20 +8460,20 @@ dependencies = [ [[package]] name = "pallet-nfts" -version = "26.0.0" +version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "190767bc88a1a23f51fccc445a271639fd5a88f1811291d801221e5b9b5b48cc" +checksum = "24460dcc55227dd89c8e1336a9d9bffed6dcfc8d11207922a02705d5a7bc6d15" dependencies = [ "enumflags2", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8290,30 +8491,30 @@ dependencies = [ [[package]] name = "pallet-nfts-runtime-api" -version = "18.0.0" +version = "19.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b086ef37b5a2ab6d9c67929bd26480dfc128023039f238f6bc2b25a7348c1232" +checksum = "f9ebe8124be6f8e4821cb53cd90d3b40c25bd6cb3bc9ca00fe7351f3c02755f9" dependencies = [ - "pallet-nfts 26.0.0", + "pallet-nfts 27.0.0", "parity-scale-codec", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-std", ] [[package]] name = "pallet-nis" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f73f50b2cfeb31dad13e3bd628245bf9f2d8edc98ba3c7591c2f3303304a185" +checksum = "c9317c665f1692637b3ede02fef4153ae3c4a4fb4b196bbea07a6a011546ab74" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8339,20 +8540,20 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e763dbe561c25187466eabb92d6193ad6098fb656a0dc807ebefbb237f903171" +checksum = "c1edc38d7ba687163bdf2562b1fd8d440d63648c193b6c9e899ea12a607747ed" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-balances 33.0.0", + "pallet-balances 34.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", "sp-tracing 17.0.0", ] @@ -8380,22 +8581,22 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a563a0a45f55c747819f1220adc27e492c5c7040e3a4f597d6e0e959f9742aa1" +checksum = "ebd63c332aa3c111d10268c29aa439180d4b94c8adecbf526f0a04aeea46bea1" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-bags-list 31.0.0", - "pallet-nomination-pools 29.0.0", - "pallet-staking 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-bags-list 32.0.0", + "pallet-nomination-pools 30.0.0", + "pallet-staking 33.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-runtime-interface 27.0.0", - "sp-staking 30.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -8413,13 +8614,13 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" -version = "27.0.0" +version = "28.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ce49d48a75a006539583808e526d303a09afd8621d3351ad52f8a4ca62fe8a8" +checksum = "e3980bcda50ec619f93dbb8b73f824413ee5dccabe3511fca4454c49857c1483" dependencies = [ - "pallet-nomination-pools 29.0.0", + "pallet-nomination-pools 30.0.0", "parity-scale-codec", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-std", ] @@ -8443,19 +8644,19 @@ dependencies = [ [[package]] name = "pallet-offences" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "621a7fe9a24a3f69cbb14b06c94894b81ad0aa549dbfff178c9236876cf5a892" +checksum = "0d02ba6a9a9c27685404f979534ab254f0cda028857ebdb19f7cb9aa0f52bc6b" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-balances 33.0.0", + "pallet-balances 34.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -8486,26 +8687,45 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca2c55d655bb56fb48c12fa98f1b6ea292ff58a0cf791cc7c180bb77ea73ac83" +checksum = "de8b5190c4421f6550504bd1753f82492c28cda5b1ccb6c2759494cdfa431207" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-babe 32.0.0", - "pallet-balances 33.0.0", - "pallet-grandpa 32.0.0", - "pallet-im-online 31.0.0", - "pallet-offences 31.0.0", - "pallet-session 32.0.0", - "pallet-staking 32.0.0", + "pallet-babe 33.0.0", + "pallet-balances 34.0.0", + "pallet-grandpa 33.0.0", + "pallet-im-online 32.0.0", + "pallet-offences 32.0.0", + "pallet-session 33.0.0", + "pallet-staking 33.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", + "sp-std", +] + +[[package]] +name = "pallet-parameters" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2d8bc500ff1d3292950a7d1b50b0e26f7cd9f886cd4a577883267d36a1da1361" +dependencies = [ + "docify", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "parity-scale-codec", + "paste", + "scale-info", + "serde", + "sp-core 32.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8529,19 +8749,19 @@ dependencies = [ [[package]] name = "pallet-preimage" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c28de923b335df5fc38c9e0b565230120184f5e195624a386cd9bec90fda4b55" +checksum = "a20718f6531ad2adf84ed0b1f845f29e29987b7fd1ccb738134c60e77177f1d0" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8563,53 +8783,53 @@ dependencies = [ [[package]] name = "pallet-proxy" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "936d02c265142821c0144336d6724ec1fc56ddf333837f5ab502798fab5a447e" +checksum = "a73160cf5aa5ebf1f07eb1134328b272ab16070028c8c1ee9f800ffa3a5c03db" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-ranked-collective" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a6a4587dc3f5438631db3c2ec019f31723c4a7949cf63945f111b6c509d0a97" +checksum = "082ef6517f3901106bc642a7bb35b9c8345cbe55c5c60dbf6b09081b2e3c5695" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-recovery" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc2320f4d3b35c47180c80a6ea560d25e491d5812486c8691bdd297b5425f11b" +checksum = "06afe44a0484ad3c8b943c555fe4d7ccc9da3b3cd1093ddb6a8984bae6f130f4" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8635,37 +8855,37 @@ dependencies = [ [[package]] name = "pallet-referenda" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbf5abb788c5e8e7960820288caa043f5d037a63248453d493e617a2445790a4" +checksum = "6b6c4f5bc65be570a065907239d3215036d3e29edbd0ea5c6cd01246e2ba3959" dependencies = [ "assert_matches", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "serde", "sp-arithmetic 26.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-root-testing" -version = "8.0.0" +version = "9.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd630721c9f07bdf90e4cade8f825d1842af9f68f470de186087a3d1f0090970" +checksum = "2e4b63ec79ab485d54cf79fd5ef574bb7f8f4e094e4a7d11b012a820d4324b62" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8690,19 +8910,19 @@ dependencies = [ [[package]] name = "pallet-scheduler" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87fac215d9cf301396720219c4d04e4fe7fcf44d14d4be71f9c3ae3df3cead74" +checksum = "7570e307118a4663dd3a1d1c949f84a169ef932666e69f7fcf4357781c8c1a4e" dependencies = [ "docify", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-weights 31.0.0", ] @@ -8732,25 +8952,25 @@ dependencies = [ [[package]] name = "pallet-session" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "061827f23d4a702a2e159ff84286a0a89488615c31ad05a9af7cc93a57e2b441" +checksum = "925f793adb1d53c05233ffd2644ca37890d56c9716475108b975969a445d10b3" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "log", - "pallet-timestamp 31.0.0", + "pallet-timestamp 32.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", - "sp-state-machine 0.39.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", + "sp-state-machine 0.40.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] @@ -8765,7 +8985,7 @@ dependencies = [ "pallet-session 29.0.0", "pallet-staking 29.0.3", "parity-scale-codec", - "rand", + "rand 0.8.5", "sp-runtime 32.0.0", "sp-session 28.0.0", "sp-std", @@ -8773,38 +8993,38 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "817dd673f7d0b965639d27def260f7ff7a1535f2c5016a611445a8e4dedcf5cd" +checksum = "ca61297e13c15fef1e4d3b7f2884e70c772be3a9448977ba23954e2c4bcea4bd" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-session 32.0.0", - "pallet-staking 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-session 33.0.0", + "pallet-staking 33.0.0", "parity-scale-codec", - "rand", - "sp-runtime 35.0.0", - "sp-session 31.0.0", + "rand 0.8.5", + "sp-runtime 36.0.0", + "sp-session 32.0.0", "sp-std", ] [[package]] name = "pallet-society" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a89d24f9a15ae30d56fb9de190200d43735f4c055dcbe1c1259d3d4219da42a" +checksum = "8584534df25227dd43d80803ea1978af55bf70aad5aa57c83dc3de883b1f1c73" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "rand_chacha 0.2.2", "scale-info", "sp-arithmetic 26.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8834,25 +9054,25 @@ dependencies = [ [[package]] name = "pallet-staking" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b8ab61dc6b74c79ad396732c1850dafa89109b749b2b651a1d4f20f45f596a3" +checksum = "f68e48f3d79e0cbb9462eacc0c85c80003924124a893465047f159278338036d" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-authorship 32.0.0", - "pallet-session 32.0.0", + "pallet-authorship 33.0.0", + "pallet-session 33.0.0", "parity-scale-codec", "rand_chacha 0.2.2", "scale-info", "serde", - "sp-application-crypto 34.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-application-crypto 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -8901,13 +9121,13 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" -version = "18.0.0" +version = "19.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b8792b235b42d70e177301cd7e2e2b1afc828f1a6ddfa0639c481cd0c125078" +checksum = "c431ab74db8258b39fe829fb7345d38064ef7fb1ce2014b074f586303d7dee67" dependencies = [ "parity-scale-codec", - "sp-api 30.0.0", - "sp-staking 30.0.0", + "sp-api 31.0.0", + "sp-staking 31.0.0", ] [[package]] @@ -8930,19 +9150,19 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd3e2b1355eb2e08c2de3b14b175decf8ed49bf50de6cc44f97279257c325694" +checksum = "9db0ce6ccf9e1d2fe2d0b26cecce995e4b095b31bbf9f0492024fbfd4924961a" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8965,18 +9185,18 @@ dependencies = [ [[package]] name = "pallet-sudo" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abdecbca3760e93bb757313495ca7d2437e6141e728a2d266a85884c43d74c0e" +checksum = "10ee43e8bb38a50a234ef49198413483562e229ca20d8e9d9f78b756244f6d7c" dependencies = [ "docify", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -9003,42 +9223,42 @@ dependencies = [ [[package]] name = "pallet-timestamp" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "196720afcbee2f2fd1acfed5a667cffb3914d1311b36adb4d1a3a67d7010e2a5" +checksum = "5982a7cc371e2b9be504465bb6e47bc27dba0b98ee9794d7fc797c24244fb6d9" dependencies = [ "docify", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-storage 21.0.0", - "sp-timestamp 30.0.0", + "sp-timestamp 31.0.0", ] [[package]] name = "pallet-tips" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e3c596b6fb68e70f890436d212af74d19154be438ae0255e5ddeea10e5ec91a" +checksum = "84e0d02dcd034cb57cb25f1301c6e6c43b8191b96b049e7d013564aaf5d3c6af" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-treasury 31.0.0", + "pallet-treasury 32.0.0", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -9061,35 +9281,35 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dedf412abd258989da4a26946f7e480c4335ffc837baef4ef21ba91cd56ba8ee" +checksum = "aad5b92a96c4e38c7917477a1e5f2916c64f667f2734b2bf790ce552ceada82c" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-transaction-payment-rpc" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95122a5483521f5186a008326514e5a579931cc1d36980bbca5bb2b566ca334f" +checksum = "46ba896951ef39011e27d0a91b565520636f926f01b1c912a411146af079ef5e" dependencies = [ "jsonrpsee", - "pallet-transaction-payment-rpc-runtime-api 32.0.0", + "pallet-transaction-payment-rpc-runtime-api 33.0.0", "parity-scale-codec", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-rpc", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-weights 31.0.0", ] @@ -9108,14 +9328,14 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37d4686402973e542eb83da077b46641643834220fbae74a98bcffa762d99e91" +checksum = "f274055d2c61888689889d6e9b9266b163e1ed298967b55bf961db26b11a60fe" dependencies = [ - "pallet-transaction-payment 32.0.0", + "pallet-transaction-payment 33.0.0", "parity-scale-codec", - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", "sp-weights 31.0.0", ] @@ -9141,21 +9361,21 @@ dependencies = [ [[package]] name = "pallet-treasury" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac957446c936a57417ff7a4866f3463f7f2f49d9bb2daed81093c2de8f0cceaf" +checksum = "23a11166748c80a432c52d5cc99c2b0e1d2b88592e0ad71eec7cb9f360e375c7" dependencies = [ "docify", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", - "pallet-balances 33.0.0", + "pallet-balances 34.0.0", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -9194,18 +9414,18 @@ dependencies = [ [[package]] name = "pallet-utility" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d770b7c961afe12adc5a727a5d02b44ef09ce38d1dd5923793b3e52e5afde3c" +checksum = "eb1c70a4abf287304214b16d9eb88f13c991bd696f9e5318fc68e74df9802037" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -9227,17 +9447,17 @@ dependencies = [ [[package]] name = "pallet-vesting" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24ce37af22cc31883dfdafa334c4e1f7cea8f2d4fb964f3aa88d77d5eea7ba94" +checksum = "d9a5b229675f299af7aa40749c579570dce4ab19739779a45f5a87da118af8ef" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -9259,17 +9479,17 @@ dependencies = [ [[package]] name = "pallet-whitelist" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28f118e773504b4160eb199d5504d3351d360e9ba64197d72384ee0c5ce1c0e1" +checksum = "249172db9f2b014a6e9d4b5c6d663bcbcb0055c1c2c7564e7bd0488ecb1f15b8" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -9299,26 +9519,26 @@ dependencies = [ [[package]] name = "pallet-xcm" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "649a096b0c178cb81b0e11fac4d2c67eda7cdae949d2a4c7ef693d2b39d677c6" +checksum = "db9e654cf90682370fe20a04904cb02df993c3b0dcfad861abcf2811f4fa6085" dependencies = [ "bounded-collections 0.2.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-balances 33.0.0", + "pallet-balances 34.0.0", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", "xcm-fee-payment-runtime-api", ] @@ -9344,22 +9564,22 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14af05792aec4a80c211f029ddc370cc3b0d2153f8adbbb0982d637768837bf0" +checksum = "60b7038af027fcce5ba3d2f99b941fb997a5556f1fa0b8a7e7e23a448be1bb85" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", ] [[package]] @@ -9384,22 +9604,22 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub-router" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e3e699ac017c1ea645c97e6a42d4c193f69282ca37c4197fc2a1cc9e69c2dc6" +checksum = "565b202d9d561583575abfc6b71504575ea61d33d73a6f867f446e1ef5301a4f" dependencies = [ - "bp-xcm-bridge-hub-router 0.10.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-xcm-bridge-hub-router 0.11.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", ] [[package]] @@ -9436,66 +9656,66 @@ dependencies = [ [[package]] name = "parachains-common" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "375e035fedfe5e0a6b4de6d29c56f8ed5ca64f421a883e7e5bcdc37a76a7c715" +checksum = "43acd23527a3471b1c596b809591edf78d6113bba172fff4a96412d560dfea59" dependencies = [ - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-utility 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "log", - "pallet-asset-tx-payment 32.0.0", - "pallet-assets 33.0.0", - "pallet-authorship 32.0.0", - "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", - "pallet-message-queue 35.0.0", - "pallet-xcm 11.0.0", - "parity-scale-codec", - "polkadot-primitives 11.0.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-utility 0.12.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "log", + "pallet-asset-tx-payment 33.0.0", + "pallet-assets 34.0.0", + "pallet-authorship 33.0.0", + "pallet-balances 34.0.0", + "pallet-collator-selection 14.0.0", + "pallet-message-queue 36.0.0", + "pallet-xcm 12.0.0", + "parity-scale-codec", + "polkadot-primitives 12.0.0", "scale-info", - "sp-consensus-aura 0.36.0", + "sp-consensus-aura 0.37.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-parachain-info 0.11.0", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", - "substrate-wasm-builder 21.0.0", + "staging-parachain-info 0.12.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", + "substrate-wasm-builder 22.0.1", ] [[package]] name = "parachains-runtimes-test-utils" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "562cc3f9874133635992672539509c087126ada17ab738853b93b6fd76033a02" +checksum = "4fe331b2126f0c794e382b719b3edaf02048acc92c1c2fde5c32a22fdaea5370" dependencies = [ - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-pallet-parachain-system 0.12.0", + "cumulus-pallet-xcmp-queue 0.12.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-parachain-inherent 0.12.0", "cumulus-test-relay-sproof-builder", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", - "pallet-session 32.0.0", - "pallet-timestamp 31.0.0", - "pallet-xcm 11.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "sp-consensus-aura 0.36.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-balances 34.0.0", + "pallet-collator-selection 14.0.0", + "pallet-session 33.0.0", + "pallet-timestamp 32.0.0", + "pallet-xcm 12.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 11.0.0", + "sp-consensus-aura 0.37.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-tracing 17.0.0", - "staging-parachain-info 0.11.0", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", - "substrate-wasm-builder 21.0.0", + "staging-parachain-info 0.12.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", + "substrate-wasm-builder 22.0.1", ] [[package]] @@ -9505,7 +9725,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4e69bf016dc406eff7d53a7d3f7cf1c2e72c82b9088aac1118591e36dd2cd3e9" dependencies = [ "bitcoin_hashes 0.13.0", - "rand", + "rand 0.8.5", "rand_core 0.6.4", "serde", "unicode-normalization", @@ -9532,7 +9752,7 @@ dependencies = [ "lz4", "memmap2 0.5.10", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "siphasher", "snap", "winapi", @@ -9675,7 +9895,7 @@ dependencies = [ "frame-benchmarking 29.0.0", "frame-election-provider-support 29.0.0", "frame-executive 29.0.0", - "frame-metadata-hash-extension", + "frame-metadata-hash-extension 0.1.0", "frame-support 29.0.2", "frame-system 29.0.0", "frame-system-benchmarking 29.0.0", @@ -9961,9 +10181,9 @@ checksum = "626dec3cac7cc0e1577a2ec3fc496277ec2baa084bebad95bb6fdbfae235f84c" [[package]] name = "polkadot-approval-distribution" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9022a11f7a24b293242c08357ab90ca725b9a9153489fae32425ff8d43401dee" +checksum = "3910a07cda88fd7e19c053f2fdfdb3296c8d55c033a71a642e531faa6029b9d2" dependencies = [ "bitvec", "futures", @@ -9975,16 +10195,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "tracing-gum", ] [[package]] name = "polkadot-availability-bitfield-distribution" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "630bd08d1b8eeaab90585e50da11114827dbbd0fdf1e6e2a417a57dde01b40d8" +checksum = "1af6a6893b41ec4eae652ca62537694c9fac71f261bec4e8e26ab6ffc21faf78" dependencies = [ "always-assert", "futures", @@ -9992,16 +10212,16 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "tracing-gum", ] [[package]] name = "polkadot-availability-distribution" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74aab8badb2e230830978ea27a34749ec6d0a096ff5c12fb08935f85e7881283" +checksum = "f67b7867d8ddc0fe39a462dd6fafaf545be013e0a1c404cbd9a8de802ce6df82" dependencies = [ "derive_more", "fatality", @@ -10012,8 +10232,8 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "schnellru", "sp-core 32.0.0", "sp-keystore 0.38.0", @@ -10023,9 +10243,9 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1366718a28780768e5f2bd00c28445b0d37be21829b071a8b763534411978d81" +checksum = "e2547ed0976533c8ed1247187dde1663fdbe5ab366efaae80085bb4b8b410e21" dependencies = [ "async-trait", "fatality", @@ -10036,8 +10256,8 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "sc-network", "schnellru", "thiserror", @@ -10047,9 +10267,9 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6cbe8ee58650efc6a414c940e0bc09462926cfa806ace62207297f6a78c65a7" +checksum = "ce323170edf8a3bb2cb6c2499642e44b8d0dccd60b3b20f9e2b9d776d53302e9" dependencies = [ "cfg-if", "clap", @@ -10066,20 +10286,19 @@ dependencies = [ "sc-sysinfo", "sc-tracing", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-keyring 35.0.0", + "sp-io 35.0.0", + "sp-keyring 36.0.0", "sp-maybe-compressed-blob", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-build-script-utils", "thiserror", - "try-runtime-cli", ] [[package]] name = "polkadot-collator-protocol" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdade551b33b767772d5bca1e19e4b8ea3dadb0154401dac2e578d9f73889d55" +checksum = "87729af58fda6bccdcf0258d6657ed9150a7f1fc31b3f22fa22dbdd57e1f4f59" dependencies = [ "bitvec", "fatality", @@ -10089,10 +10308,10 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", "tokio-util", "tracing-gum", @@ -10113,22 +10332,22 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9792d6e3323b0bd7372a489bd3dd52afb09436919d073d45302f8e55f48ea4fd" +checksum = "ef3c192d31bad69f561437549b3619a6cf02eae51d7f331efef7cfc6a56d61c2" dependencies = [ "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "polkadot-dispute-distribution" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62c223fda0baf1414d963922e555001b32f6c13308b8b47081fa75959933cf2c" +checksum = "a67943660c3f3b0ee6f05b42c0efbf1db282f5da18552a44769d3578209c5eba" dependencies = [ "derive_more", "fatality", @@ -10141,10 +10360,10 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-network", "schnellru", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-keystore 0.38.0", "thiserror", "tracing-gum", @@ -10152,36 +10371,36 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf840ff7a6337715e20e1afd76fd20dae11ebb049d89855ee2bf47b36b0e6249" +checksum = "ec005dad44aeca9a315e182039a7c28d08fb57822073685dd1a0bb7827993fcb" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "reed-solomon-novelpoly", "sp-core 32.0.0", - "sp-trie 33.0.0", + "sp-trie 34.0.0", "thiserror", ] [[package]] name = "polkadot-gossip-support" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "477f94e8c3eedd6cfcfdfe50a33d610d38dfec4668ff7f3baef8814ffb7da85e" +checksum = "85eb9555f3801a69e01c9559327b65e9b8e2532f45d739648e398bba52fbe50f" dependencies = [ "futures", "futures-timer", "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "rand_chacha 0.3.1", "sc-network", "sc-network-common", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-keystore 0.38.0", @@ -10190,9 +10409,9 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bada301d390179f38d18f10435412c81f35fc8f6e357ed84516ca0018f8c6e21" +checksum = "c5be1ffa029e0c3eddb50041a13c9ff3d66554effb63aaf78c61c2b10baf9b1c" dependencies = [ "always-assert", "async-trait", @@ -10205,7 +10424,7 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-network", "sp-consensus", "thiserror", @@ -10214,9 +10433,9 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b81555b3a87382c8a7c5660b0b8a09dfd2573615086e7351ef95475a17e76b2d" +checksum = "6efbc62e46127f70a0502dfe5c3f058166425e62c67227028f87a4fb908ba06e" dependencies = [ "futures", "parity-scale-codec", @@ -10224,7 +10443,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-core 32.0.0", "sp-maybe-compressed-blob", "thiserror", @@ -10233,9 +10452,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05e3f49e8102d9a0b20f6f96199040ea253708b34bd30e679481228ebf76ab23" +checksum = "15fc22bda776143d65bece22258364fa84d813164b742bc228877fa8871a1329" dependencies = [ "bitvec", "derive_more", @@ -10250,26 +10469,26 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "rand_chacha 0.3.1", "rand_core 0.6.4", "sc-keystore", "schnellru", "schnorrkel 0.11.4", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-consensus", - "sp-consensus-slots 0.36.0", - "sp-runtime 35.0.0", + "sp-consensus-slots 0.37.0", + "sp-runtime 36.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-av-store" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb6fe8e8eaf3e368e93a24309d812bc1e5f91fe865a80c1c7cd182fe217c50a7" +checksum = "52df6f52e1e4a87b52c98b191cf37f14bf0c85fb73c792a10d86d4c9884170ed" dependencies = [ "bitvec", "futures", @@ -10282,7 +10501,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-consensus", "thiserror", "tracing-gum", @@ -10290,9 +10509,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b5417cf48b5948ed665f847240135f1fa5415cc5d3e9013cc3140a632cbf156" +checksum = "8785e8abeef80825f48f581b34386ec92e4d4edb78256836a5723f7c2a33003d" dependencies = [ "bitvec", "fatality", @@ -10301,7 +10520,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "polkadot-statement-table", "schnellru", "sp-keystore 0.38.0", @@ -10311,14 +10530,14 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2365e3ddb8073f54e81b222e51a364cd3e38b7371bcd042017b73db2d523028" +checksum = "d5855878573327e0975457dfea64b94081254ccd27ed32db19e2c3e9c11da832" dependencies = [ "futures", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-keystore 0.38.0", "thiserror", "tracing-gum", @@ -10327,9 +10546,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "867b7c560556d063b4b93d0cec3a5f6932735311b5d66666105705b87fc36a9c" +checksum = "87bef20a6df020d75b2750ac2b7926e17305588508f2ecafcf486f104145b337" dependencies = [ "async-trait", "futures", @@ -10341,17 +10560,17 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-maybe-compressed-blob", "tracing-gum", ] [[package]] name = "polkadot-node-core-chain-api" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2ffcc24bbbc2a2523c599022b106f0b48213bf80ef75f490fe02ec79ab972e4" +checksum = "e7f0c8062fd9dcae3ca07ef32881e796979d7171187de3cecddc128bb03740fd" dependencies = [ "futures", "polkadot-node-metrics", @@ -10364,9 +10583,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9971f3ef6226f6f12bede58e009aae16fc6fc636159ec1dc7f1add2bad87638" +checksum = "77d6f7ea52ddafcc80371a6e619e7c2247f1e2373b97180397ff832bd5a49d89" dependencies = [ "futures", "futures-timer", @@ -10375,16 +10594,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-dispute-coordinator" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3d839dc81ec2f6593fb33bfc4d0e469c56ee0953fd129cc10fe224f7f2ff0bd" +checksum = "aeb9022aa49a3cfaf5c452dcfb41f13511599409e569be527b229c3a94311b1f" dependencies = [ "fatality", "futures", @@ -10393,7 +10612,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-keystore", "schnellru", "thiserror", @@ -10402,27 +10621,27 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d3f8faa7a013b08ebdf4e018b8f7daccfc2b13fdac154d361ceb5be9992647b" +checksum = "651b0dcf8d948b80c1980ccd973a7e3d666f30c74762a4f2b3b2312754936337" dependencies = [ "async-trait", "futures", "futures-timer", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-blockchain", - "sp-inherents 30.0.0", + "sp-inherents 31.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-prospective-parachains" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5995f6998c35e9bbb8ab784714fcab7c9ddc6f0125cbd99a7175674a3f99f187" +checksum = "e908f038f83eb28bf1ed586bb3bafb59907d1aebe0ae5ebdb4892a88eee1982b" dependencies = [ "bitvec", "fatality", @@ -10431,16 +10650,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-provisioner" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ccd98d226f1a650827183e6807466d0569691dd4a8434a3974eea041c73a677" +checksum = "0dd8237ae0bba201d668f24aa574ffdebcc4af6ed265aa924b2ff99680a04eb7" dependencies = [ "bitvec", "fatality", @@ -10449,7 +10668,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "schnellru", "thiserror", "tracing-gum", @@ -10457,9 +10676,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db5f945f8f26982b46c5cb1ed9c37f29d7e851bd06dae97b2b04e6d46dd4b77" +checksum = "5987cd5501271b74a95664ee7f5ad1bd8e96c95b8c8bb7ca843b264ef5b086b5" dependencies = [ "always-assert", "array-bytes 6.2.2", @@ -10467,22 +10686,18 @@ dependencies = [ "cfg-if", "futures", "futures-timer", - "is_executable", - "libc", "parity-scale-codec", "pin-project", - "polkadot-core-primitives 11.0.0", + "polkadot-core-primitives 12.0.0", "polkadot-node-core-pvf-common", "polkadot-node-metrics", "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "slotmap", "sp-core 32.0.0", - "sp-maybe-compressed-blob", - "sp-wasm-interface 21.0.0", "tempfile", "thiserror", "tokio", @@ -10491,16 +10706,16 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "275cab7ad2b38fdfb0c097485fe4f51e55e36c96330255edc38ccf121aa2171c" +checksum = "dacfc74431199c07b35dcf1710fc800d158cb28bcc2e896d0dc2fa696cf08254" dependencies = [ "futures", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-keystore 0.38.0", "thiserror", "tracing-gum", @@ -10508,19 +10723,18 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-common" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d1cf57c2204d9f80da258cfd1ca8e2ef7f366fa7810333da5f8519a05ba574d" +checksum = "c9f5c0302abddbd120abfab4cf9de2794ac2aed3554d2741b0dfa79962595b22" dependencies = [ - "cfg-if", "cpu-time", "futures", "landlock", "libc", "nix 0.27.1", "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-executor", "sc-executor-common", "sc-executor-wasmtime", @@ -10528,7 +10742,7 @@ dependencies = [ "sp-core 32.0.0", "sp-crypto-hashing", "sp-externalities 0.28.0", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-tracing 17.0.0", "thiserror", "tracing-gum", @@ -10536,25 +10750,25 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd9c685da442b6dde17f0f1e4bd6bb4d6827c6af0dbe96bc603d3d4f8fd05953" +checksum = "581aab355ba6d81e05753f8fa401c928ddcda8d553dec4450abbc330956525fa" dependencies = [ "futures", "polkadot-node-metrics", "polkadot-node-subsystem", "polkadot-node-subsystem-types", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "schnellru", - "sp-consensus-babe 0.36.0", + "sp-consensus-babe 0.37.0", "tracing-gum", ] [[package]] name = "polkadot-node-jaeger" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbefc5402f4eadf6dc976d8013c0e050947809a1442a6fc3c44640841c7df712" +checksum = "622b0231ea2b17096a69dcfb1a62ecb64ca3fcd91830efed0bf25c6b311c1eb8" dependencies = [ "lazy_static", "log", @@ -10562,8 +10776,9 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "polkadot-node-primitives", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-network", + "sc-network-types", "sp-core 32.0.0", "thiserror", "tokio", @@ -10571,16 +10786,16 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba41f6bbcb2261a92c452ffa2960301079a0922c832491b4e9aa3400887e33ac" +checksum = "0cc571e16a460fb03319a17d037facb4924f549810e1fcacefbebc2c4cd2e3ee" dependencies = [ "bs58 0.5.1", "futures", "futures-timer", "log", "parity-scale-codec", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "prioritized-metered-channel", "sc-cli", "sc-service", @@ -10591,9 +10806,9 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "915df9a38d99dc98216f8dce9a90f3ff2cee0d7fdf9b956c055844421b0d231b" +checksum = "2761c570ac12f5dc48534cc39512118ecbfeb04116fdff5c4c79cf85263a1ab3" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -10605,10 +10820,12 @@ dependencies = [ "parity-scale-codec", "polkadot-node-jaeger", "polkadot-node-primitives", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "sc-authority-discovery", "sc-network", + "sc-network-types", + "sp-runtime 36.0.0", "strum 0.26.3", "thiserror", "tracing-gum", @@ -10616,33 +10833,33 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf8d9fa95f0752c64635b2c8fc8c39b55eedb960f18a068d10720085c8ad06f6" +checksum = "4e862d29bcc6b6d76ea41a08627edddb1f1fa071821019462f07e3bf53801336" dependencies = [ "bitvec", "bounded-vec", "futures", "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", "schnorrkel 0.11.4", "serde", - "sp-application-crypto 34.0.0", - "sp-consensus-babe 0.36.0", + "sp-application-crypto 35.0.0", + "sp-consensus-babe 0.37.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "sp-maybe-compressed-blob", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", "zstd 0.12.4", ] [[package]] name = "polkadot-node-subsystem" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d5bbd86b3014ce7cc71e1a90bf641e26c4cea98955522d350268efa97c58de9" +checksum = "bab90aceb1e00cb2eff617785f4bc8a40501f525359fb718d2c9ea5b90427d66" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -10651,9 +10868,9 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca25de72c086250c6b53ba0a868fcb1c99c305e0abbf5e3faf5568310dd4672b" +checksum = "c2973a2b608b792adc4a042f9d06d4eebfd63a05557c35bdd5040f445e26a680" dependencies = [ "async-trait", "bitvec", @@ -10663,26 +10880,27 @@ dependencies = [ "polkadot-node-jaeger", "polkadot-node-network-protocol", "polkadot-node-primitives", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "polkadot-statement-table", "sc-client-api", "sc-network", + "sc-network-types", "sc-transaction-pool-api", "smallvec", - "sp-api 30.0.0", - "sp-authority-discovery 30.0.0", + "sp-api 31.0.0", + "sp-authority-discovery 31.0.0", "sp-blockchain", - "sp-consensus-babe 0.36.0", - "sp-runtime 35.0.0", + "sp-consensus-babe 0.37.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "polkadot-node-subsystem-util" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d61ee42f50de06ae2d0209cb49af9805b780d1042a49f74f9841d2095784827" +checksum = "d30298b2d686e24684754a5236fb8986c7c1777f8695ee81c61f5c69a891ef36" dependencies = [ "async-trait", "derive_more", @@ -10702,12 +10920,12 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-types", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "prioritized-metered-channel", - "rand", + "rand 0.8.5", "sc-client-api", "schnellru", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "thiserror", @@ -10716,9 +10934,9 @@ dependencies = [ [[package]] name = "polkadot-overseer" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6fa9663b506f2c6632468e1207e4a651ca16f2f4aba17d0a3d9e2fb828f02c5" +checksum = "e5b0505f383fb8d474cef23cc1a8e24617cd9fd17ee44bbd13f5f92f98de53d9" dependencies = [ "async-trait", "futures", @@ -10729,9 +10947,9 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-primitives", "polkadot-node-subsystem-types", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-client-api", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", "tikv-jemalloc-ctl", "tracing-gum", @@ -10757,18 +10975,18 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe77e2febc4b87e7c0a63f857ce5c32a2680cae5f9c2740285cd7378ed1586ca" +checksum = "549ecbe3c247ca2201e231801111ff4739fb1d66eb1421c2e5c0a2b153ac87b5" dependencies = [ "bounded-collections 0.2.0", "derive_more", "parity-scale-codec", - "polkadot-core-primitives 11.0.0", + "polkadot-core-primitives 12.0.0", "scale-info", "serde", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-weights 31.0.0", ] @@ -10803,42 +11021,42 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71eabc294df35faa0877f6427e9a37d3b8323922aa0372cc9208e492d8f1b2f5" +checksum = "ae78f3443b86249d5f7756177984d6b3c6b1af9432ff2a48e299be2c6ab97297" dependencies = [ "bitvec", "hex-literal", "log", "parity-scale-codec", - "polkadot-core-primitives 11.0.0", - "polkadot-parachain-primitives 10.0.0", + "polkadot-core-primitives 12.0.0", + "polkadot-parachain-primitives 11.0.0", "scale-info", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-arithmetic 26.0.0", - "sp-authority-discovery 30.0.0", - "sp-consensus-slots 0.36.0", + "sp-authority-discovery 31.0.0", + "sp-consensus-slots 0.37.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] [[package]] name = "polkadot-rpc" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb29231d3184c38d011a7bffea09a2c1724b5d7544d43d6159aaa3870ae74e26" +checksum = "b791f93e89c38bafc894e9364c27a85b8d5696a9280f95f22c39a601cae4e6c8" dependencies = [ "jsonrpsee", "mmr-rpc", "pallet-transaction-payment-rpc", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-chain-spec", "sc-client-api", "sc-consensus-babe", @@ -10852,13 +11070,13 @@ dependencies = [ "sc-rpc-spec-v2", "sc-sync-state-rpc", "sc-transaction-pool-api", - "sp-api 30.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.36.0", + "sp-consensus-babe 0.37.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-frame-rpc-system", "substrate-state-trie-migration-rpc", ] @@ -10917,53 +11135,53 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27c9469b179e1bef848bbf051df1bd529b2b9a2a0428c0f87527586a5bca3848" +checksum = "3effc5cafb231ede1c394abce9575c292e95170e11ee1ecc5644d25cf35b54b9" dependencies = [ "bitvec", - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "libsecp256k1", "log", - "pallet-asset-rate 11.0.0", - "pallet-authorship 32.0.0", - "pallet-babe 32.0.0", - "pallet-balances 33.0.0", - "pallet-broker 0.10.0", - "pallet-election-provider-multi-phase 31.0.0", - "pallet-fast-unstake 31.0.0", - "pallet-identity 32.0.0", - "pallet-session 32.0.0", - "pallet-staking 32.0.0", + "pallet-asset-rate 12.0.0", + "pallet-authorship 33.0.0", + "pallet-babe 33.0.0", + "pallet-balances 34.0.0", + "pallet-broker 0.11.0", + "pallet-election-provider-multi-phase 32.0.0", + "pallet-fast-unstake 32.0.0", + "pallet-identity 33.0.0", + "pallet-session 33.0.0", + "pallet-staking 33.0.0", "pallet-staking-reward-fn 22.0.0", - "pallet-timestamp 31.0.0", - "pallet-transaction-payment 32.0.0", - "pallet-treasury 31.0.0", - "pallet-vesting 32.0.0", + "pallet-timestamp 32.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-treasury 32.0.0", + "pallet-vesting 33.0.0", "parity-scale-codec", - "polkadot-primitives 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-parachains 12.0.0", "rustc-hex", "scale-info", "serde", "serde_derive", - "slot-range-helper 11.0.0", - "sp-api 30.0.0", + "slot-range-helper 12.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-npos-elections 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-npos-elections 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", "static_assertions", ] @@ -10983,14 +11201,14 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3c04cc730f9ddcd9a663eddb95915d783704d11ea12eb2882c0abe18968b9de" +checksum = "6cfaa021e4639e9fcba7c40111d93720b82cea98d667889760e46a40137e3d47" dependencies = [ "bs58 0.5.1", - "frame-benchmarking 32.0.0", + "frame-benchmarking 33.0.0", "parity-scale-codec", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-std", "sp-tracing 17.0.0", ] @@ -11024,7 +11242,7 @@ dependencies = [ "polkadot-parachain-primitives 7.0.0", "polkadot-primitives 8.0.1", "polkadot-runtime-metrics 8.0.0", - "rand", + "rand 0.8.5", "rand_chacha 0.3.1", "rustc-hex", "scale-info", @@ -11047,66 +11265,66 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32edd5b366f1e45995f613997ed259993cd2746f0407f186136696d54e24d784" +checksum = "7b9f30223690133e9fbede03615c6b88aeaa774f777067d2253057ef35ba0270" dependencies = [ "bitflags 1.3.2", "bitvec", "derive_more", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "log", - "pallet-authority-discovery 32.0.0", - "pallet-authorship 32.0.0", - "pallet-babe 32.0.0", - "pallet-balances 33.0.0", - "pallet-broker 0.10.0", - "pallet-message-queue 35.0.0", - "pallet-session 32.0.0", - "pallet-staking 32.0.0", - "pallet-timestamp 31.0.0", - "pallet-vesting 32.0.0", - "parity-scale-codec", - "polkadot-core-primitives 11.0.0", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-metrics 11.0.0", - "rand", + "pallet-authority-discovery 33.0.0", + "pallet-authorship 33.0.0", + "pallet-babe 33.0.0", + "pallet-balances 34.0.0", + "pallet-broker 0.11.0", + "pallet-message-queue 36.0.0", + "pallet-session 33.0.0", + "pallet-staking 33.0.0", + "pallet-timestamp 32.0.0", + "pallet-vesting 33.0.0", + "parity-scale-codec", + "polkadot-core-primitives 12.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-metrics 12.0.0", + "rand 0.8.5", "rand_chacha 0.3.1", "rustc-hex", "scale-info", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", "static_assertions", ] [[package]] name = "polkadot-service" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f276b38deaab6bff3ddfe061331901196ff992f76398bd0abc78382f4f115cf0" +checksum = "fc6acbf05debbbab4831318fdbe0619742573dda47721af7e2ff042def2ec77a" dependencies = [ "async-trait", - "frame-benchmarking 32.0.0", + "frame-benchmarking 33.0.0", "frame-benchmarking-cli", - "frame-support 32.0.0", - "frame-system 32.0.0", - "frame-system-rpc-runtime-api 30.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "frame-system-rpc-runtime-api 31.0.0", "futures", "hex-literal", "is_executable", @@ -11114,10 +11332,10 @@ dependencies = [ "kvdb-rocksdb", "log", "mmr-gadget", - "pallet-babe 32.0.0", - "pallet-staking 32.0.0", - "pallet-transaction-payment 32.0.0", - "pallet-transaction-payment-rpc-runtime-api 32.0.0", + "pallet-babe 33.0.0", + "pallet-staking 33.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-transaction-payment-rpc-runtime-api 33.0.0", "parity-db", "parity-scale-codec", "parking_lot 0.12.1", @@ -11126,7 +11344,7 @@ dependencies = [ "polkadot-availability-distribution", "polkadot-availability-recovery", "polkadot-collator-protocol", - "polkadot-core-primitives 11.0.0", + "polkadot-core-primitives 12.0.0", "polkadot-dispute-distribution", "polkadot-gossip-support", "polkadot-network-bridge", @@ -11151,10 +11369,10 @@ dependencies = [ "polkadot-node-subsystem-types", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", "polkadot-rpc", - "polkadot-runtime-parachains 11.0.0", + "polkadot-runtime-parachains 12.0.0", "polkadot-statement-distribution", "rococo-runtime", "sc-authority-discovery", @@ -11183,30 +11401,30 @@ dependencies = [ "schnellru", "serde", "serde_json", - "sp-api 30.0.0", - "sp-authority-discovery 30.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-authority-discovery 31.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.36.0", - "sp-consensus-beefy 17.0.0", - "sp-consensus-grandpa 17.0.0", + "sp-consensus-babe 0.37.0", + "sp-consensus-beefy 18.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-keyring 35.0.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-keyring 36.0.0", "sp-keystore 0.38.0", - "sp-mmr-primitives 30.0.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-state-machine 0.39.0", + "sp-mmr-primitives 31.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-state-machine 0.40.0", "sp-storage 21.0.0", - "sp-timestamp 30.0.0", - "sp-transaction-pool 30.0.0", - "sp-version 33.0.0", + "sp-timestamp 31.0.0", + "sp-transaction-pool 31.0.0", + "sp-version 34.0.0", "sp-weights 31.0.0", - "staging-xcm 11.0.0", + "staging-xcm 12.0.0", "substrate-prometheus-endpoint", "thiserror", "tracing-gum", @@ -11216,9 +11434,9 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ded486e00b2d5bdc589b4b75c722d7a2b2f4669bd3b492227d3501d60db1b4ec" +checksum = "ca1a7eff92a348821650ed63e02c28a7ee2b5a76ef12d8289882a1e6f2e7de90" dependencies = [ "arrayvec 0.7.4", "bitvec", @@ -11231,21 +11449,21 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-keystore 0.38.0", - "sp-staking 30.0.0", + "sp-staking 31.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-statement-table" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efc9894c6ae63eb4ba1724cc4859db2224038b770b3ac1bf05f0650cbf01dca7" +checksum = "4b879ec2b27bde2a05b70bd4826d7785c1e01ef72fc4a058d1055b1c95f8deb6" dependencies = [ "parity-scale-codec", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-core 32.0.0", "tracing-gum", ] @@ -11399,11 +11617,11 @@ dependencies = [ "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-service", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-primitives-aura 0.12.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-parachain-inherent 0.12.0", "cumulus-relay-chain-interface", - "frame-benchmarking 32.0.0", + "frame-benchmarking 33.0.0", "frame-benchmarking-cli", "futures", "jsonrpsee", @@ -11411,7 +11629,7 @@ dependencies = [ "pallet-transaction-payment-rpc", "parity-scale-codec", "polkadot-cli", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "pop-runtime-common", "pop-runtime-devnet", "pop-runtime-testnet", @@ -11433,19 +11651,19 @@ dependencies = [ "sc-transaction-pool-api", "serde", "serde_json", - "sp-api 30.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", - "sp-consensus-aura 0.36.0", + "sp-consensus-aura 0.37.0", "sp-core 32.0.0", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-keystore 0.38.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-timestamp 30.0.0", - "sp-transaction-pool 30.0.0", - "staging-xcm 11.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-timestamp 31.0.0", + "sp-transaction-pool 31.0.0", + "staging-xcm 12.0.0", "substrate-build-script-utils", "substrate-frame-rpc-system", "substrate-prometheus-endpoint", @@ -11464,12 +11682,12 @@ dependencies = [ name = "pop-runtime-common" version = "0.0.0" dependencies = [ - "frame-support 32.0.0", - "parachains-common 11.0.0", + "frame-support 33.0.0", + "parachains-common 12.0.0", "parity-scale-codec", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -11487,136 +11705,139 @@ dependencies = [ "cumulus-primitives-utility 0.11.0", "enumflags2", "env_logger 0.11.3", - "frame-benchmarking 32.0.0", - "frame-executive 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "frame-system-benchmarking 32.0.0", - "frame-system-rpc-runtime-api 30.0.0", - "frame-try-runtime 0.38.0", + "frame-benchmarking 33.0.0", + "frame-executive 33.0.0", + "frame-metadata-hash-extension 0.2.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "frame-system-benchmarking 33.0.0", + "frame-system-rpc-runtime-api 31.0.0", + "frame-try-runtime 0.39.0", "hex", "hex-literal", "log", - "pallet-assets 33.0.0", - "pallet-aura 31.0.0", - "pallet-authorship 32.0.0", - "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", + "pallet-assets 34.0.0", + "pallet-aura 32.0.0", + "pallet-authorship 33.0.0", + "pallet-balances 34.0.0", + "pallet-collator-selection 14.0.0", "pallet-contracts", - "pallet-message-queue 35.0.0", - "pallet-multisig 32.0.0", + "pallet-message-queue 36.0.0", + "pallet-multisig 33.0.0", "pallet-nft-fractionalization", - "pallet-nfts 26.0.0", - "pallet-nfts-runtime-api 18.0.0", - "pallet-preimage 32.0.0", - "pallet-proxy 32.0.0", - "pallet-scheduler 33.0.0", - "pallet-session 32.0.0", - "pallet-sudo 32.0.0", - "pallet-timestamp 31.0.0", - "pallet-transaction-payment 32.0.0", - "pallet-transaction-payment-rpc-runtime-api 32.0.0", - "pallet-utility 32.0.0", - "pallet-xcm 11.0.0", - "parachains-common 11.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-runtime-common 11.0.0", + "pallet-nfts 27.0.0", + "pallet-nfts-runtime-api 19.0.0", + "pallet-preimage 33.0.0", + "pallet-proxy 33.0.0", + "pallet-scheduler 34.0.0", + "pallet-session 33.0.0", + "pallet-sudo 33.0.0", + "pallet-timestamp 32.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-transaction-payment-rpc-runtime-api 33.0.0", + "pallet-utility 33.0.0", + "pallet-xcm 12.0.0", + "parachains-common 12.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 11.0.0", + "polkadot-runtime-common 12.0.0", "pop-primitives", "pop-runtime-common", "scale-info", "smallvec", - "sp-api 30.0.0", - "sp-block-builder 30.0.0", - "sp-consensus-aura 0.36.0", + "sp-api 31.0.0", + "sp-block-builder 31.0.0", + "sp-consensus-aura 0.37.0", "sp-core 32.0.0", - "sp-genesis-builder 0.11.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", + "sp-genesis-builder 0.12.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", "sp-std", - "sp-transaction-pool 30.0.0", - "sp-version 33.0.0", - "staging-parachain-info 0.11.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", - "substrate-wasm-builder 21.0.0", + "sp-transaction-pool 31.0.0", + "sp-version 34.0.0", + "staging-parachain-info 0.12.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", + "substrate-wasm-builder 22.0.1", ] [[package]] name = "pop-runtime-testnet" version = "0.2.0" dependencies = [ - "cumulus-pallet-aura-ext 0.11.0", - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-session-benchmarking 13.0.0", - "cumulus-pallet-xcm 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-utility 0.11.0", + "cumulus-pallet-aura-ext 0.12.0", + "cumulus-pallet-parachain-system 0.12.0", + "cumulus-pallet-session-benchmarking 14.0.0", + "cumulus-pallet-xcm 0.12.0", + "cumulus-pallet-xcmp-queue 0.12.0", + "cumulus-primitives-aura 0.12.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-storage-weight-reclaim", + "cumulus-primitives-utility 0.12.0", "enumflags2", "env_logger 0.11.3", - "frame-benchmarking 32.0.0", - "frame-executive 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "frame-system-benchmarking 32.0.0", - "frame-system-rpc-runtime-api 30.0.0", - "frame-try-runtime 0.38.0", + "frame-benchmarking 33.0.0", + "frame-executive 33.0.0", + "frame-metadata-hash-extension 0.2.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "frame-system-benchmarking 33.0.0", + "frame-system-rpc-runtime-api 31.0.0", + "frame-try-runtime 0.39.0", "hex", "hex-literal", "log", - "pallet-assets 33.0.0", - "pallet-aura 31.0.0", - "pallet-authorship 32.0.0", - "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", + "pallet-assets 34.0.0", + "pallet-aura 32.0.0", + "pallet-authorship 33.0.0", + "pallet-balances 34.0.0", + "pallet-collator-selection 14.0.0", "pallet-contracts", - "pallet-message-queue 35.0.0", - "pallet-multisig 32.0.0", + "pallet-message-queue 36.0.0", + "pallet-multisig 33.0.0", "pallet-nft-fractionalization", - "pallet-nfts 26.0.0", - "pallet-nfts-runtime-api 18.0.0", - "pallet-preimage 32.0.0", - "pallet-proxy 32.0.0", - "pallet-scheduler 33.0.0", - "pallet-session 32.0.0", - "pallet-sudo 32.0.0", - "pallet-timestamp 31.0.0", - "pallet-transaction-payment 32.0.0", - "pallet-transaction-payment-rpc-runtime-api 32.0.0", - "pallet-utility 32.0.0", - "pallet-xcm 11.0.0", - "parachains-common 11.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-runtime-common 11.0.0", + "pallet-nfts 27.0.0", + "pallet-nfts-runtime-api 19.0.0", + "pallet-preimage 33.0.0", + "pallet-proxy 33.0.0", + "pallet-scheduler 34.0.0", + "pallet-session 33.0.0", + "pallet-sudo 33.0.0", + "pallet-timestamp 32.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-transaction-payment-rpc-runtime-api 33.0.0", + "pallet-utility 33.0.0", + "pallet-xcm 12.0.0", + "parachains-common 12.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 11.0.0", + "polkadot-runtime-common 12.0.0", "pop-primitives", "pop-runtime-common", "scale-info", "smallvec", - "sp-api 30.0.0", - "sp-block-builder 30.0.0", - "sp-consensus-aura 0.36.0", + "sp-api 31.0.0", + "sp-block-builder 31.0.0", + "sp-consensus-aura 0.37.0", "sp-core 32.0.0", - "sp-genesis-builder 0.11.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", + "sp-genesis-builder 0.12.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", "sp-std", - "sp-transaction-pool 30.0.0", - "sp-version 33.0.0", - "staging-parachain-info 0.11.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", - "substrate-wasm-builder 21.0.0", + "sp-transaction-pool 31.0.0", + "sp-version 34.0.0", + "staging-parachain-info 0.12.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", + "substrate-wasm-builder 22.0.1", ] [[package]] @@ -11968,6 +12189,24 @@ dependencies = [ "pin-project-lite 0.1.12", ] +[[package]] +name = "quinn" +version = "0.9.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2e8b432585672228923edbbf64b8b12c14e1112f62e88737655b4a083dbcd78e" +dependencies = [ + "bytes", + "pin-project-lite 0.2.13", + "quinn-proto", + "quinn-udp", + "rustc-hash", + "rustls 0.20.9", + "thiserror", + "tokio", + "tracing", + "webpki", +] + [[package]] name = "quinn-proto" version = "0.9.6" @@ -11975,7 +12214,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94b0b33c13a79f669c85defaf4c275dc86a0c0372807d0ca3d78e0bb87274863" dependencies = [ "bytes", - "rand", + "rand 0.8.5", "ring 0.16.20", "rustc-hash", "rustls 0.20.9", @@ -11986,6 +12225,19 @@ dependencies = [ "webpki", ] +[[package]] +name = "quinn-udp" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "641538578b21f5e5c8ea733b736895576d0fe329bb883b937db6f4d163dbaaf4" +dependencies = [ + "libc", + "quinn-proto", + "socket2 0.4.10", + "tracing", + "windows-sys 0.42.0", +] + [[package]] name = "quote" version = "1.0.35" @@ -12001,6 +12253,19 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" +[[package]] +name = "rand" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" +dependencies = [ + "getrandom 0.1.16", + "libc", + "rand_chacha 0.2.2", + "rand_core 0.5.1", + "rand_hc", +] + [[package]] name = "rand" version = "0.8.5" @@ -12057,7 +12322,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31" dependencies = [ "num-traits", - "rand", + "rand 0.8.5", +] + +[[package]] +name = "rand_hc" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" +dependencies = [ + "rand_core 0.5.1", ] [[package]] @@ -12327,116 +12601,121 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "11.0.0" +version = "12.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee1a30be097c0e02d2aacc4b2b73ecba2c795ae9246f2c37711ebae0e69dd95c" +checksum = "4044da3a54d49181294ed27b4cf199a9e20ed08dd7b74b71803c84610319c28c" dependencies = [ "binary-merkle-tree 15.0.0", - "frame-benchmarking 32.0.0", - "frame-executive 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "frame-system-benchmarking 32.0.0", - "frame-system-rpc-runtime-api 30.0.0", - "frame-try-runtime 0.38.0", + "bitvec", + "frame-benchmarking 33.0.0", + "frame-executive 33.0.0", + "frame-metadata-hash-extension 0.2.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "frame-system-benchmarking 33.0.0", + "frame-system-rpc-runtime-api 31.0.0", + "frame-try-runtime 0.39.0", "hex-literal", "log", - "pallet-asset-rate 11.0.0", - "pallet-authority-discovery 32.0.0", - "pallet-authorship 32.0.0", - "pallet-babe 32.0.0", - "pallet-balances 33.0.0", - "pallet-beefy 32.0.0", - "pallet-beefy-mmr 32.0.0", - "pallet-bounties 31.0.0", - "pallet-child-bounties 31.0.0", + "pallet-asset-rate 12.0.0", + "pallet-authority-discovery 33.0.0", + "pallet-authorship 33.0.0", + "pallet-babe 33.0.0", + "pallet-balances 34.0.0", + "pallet-beefy 33.0.0", + "pallet-beefy-mmr 33.0.0", + "pallet-bounties 32.0.0", + "pallet-child-bounties 32.0.0", "pallet-collective", - "pallet-conviction-voting 32.0.0", + "pallet-conviction-voting 33.0.0", "pallet-democracy", "pallet-elections-phragmen", - "pallet-grandpa 32.0.0", - "pallet-identity 32.0.0", - "pallet-indices 32.0.0", + "pallet-grandpa 33.0.0", + "pallet-identity 33.0.0", + "pallet-indices 33.0.0", "pallet-membership", - "pallet-message-queue 35.0.0", - "pallet-mmr 31.0.0", - "pallet-multisig 32.0.0", + "pallet-message-queue 36.0.0", + "pallet-mmr 32.0.0", + "pallet-multisig 33.0.0", "pallet-nis", - "pallet-offences 31.0.0", - "pallet-preimage 32.0.0", - "pallet-proxy 32.0.0", + "pallet-offences 32.0.0", + "pallet-parameters", + "pallet-preimage 33.0.0", + "pallet-proxy 33.0.0", "pallet-ranked-collective", "pallet-recovery", - "pallet-referenda 32.0.0", + "pallet-referenda 33.0.0", "pallet-root-testing", - "pallet-scheduler 33.0.0", - "pallet-session 32.0.0", + "pallet-scheduler 34.0.0", + "pallet-session 33.0.0", "pallet-society", - "pallet-staking 32.0.0", - "pallet-state-trie-migration 33.0.0", - "pallet-sudo 32.0.0", - "pallet-timestamp 31.0.0", + "pallet-staking 33.0.0", + "pallet-state-trie-migration 34.0.0", + "pallet-sudo 33.0.0", + "pallet-timestamp 32.0.0", "pallet-tips", - "pallet-transaction-payment 32.0.0", - "pallet-transaction-payment-rpc-runtime-api 32.0.0", - "pallet-treasury 31.0.0", - "pallet-utility 32.0.0", - "pallet-vesting 32.0.0", - "pallet-whitelist 31.0.0", - "pallet-xcm 11.0.0", - "pallet-xcm-benchmarks 11.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-common 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-transaction-payment-rpc-runtime-api 33.0.0", + "pallet-treasury 32.0.0", + "pallet-utility 33.0.0", + "pallet-vesting 33.0.0", + "pallet-whitelist 32.0.0", + "pallet-xcm 12.0.0", + "pallet-xcm-benchmarks 12.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-common 12.0.0", + "polkadot-runtime-parachains 12.0.0", "rococo-runtime-constants", "scale-info", "serde", "serde_derive", + "serde_json", "smallvec", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-arithmetic 26.0.0", - "sp-authority-discovery 30.0.0", - "sp-block-builder 30.0.0", - "sp-consensus-babe 0.36.0", - "sp-consensus-beefy 17.0.0", + "sp-authority-discovery 31.0.0", + "sp-block-builder 31.0.0", + "sp-consensus-babe 0.37.0", + "sp-consensus-beefy 18.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-genesis-builder 0.11.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-mmr-primitives 30.0.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-genesis-builder 0.12.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", "sp-storage 21.0.0", - "sp-transaction-pool 30.0.0", - "sp-version 33.0.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", + "sp-transaction-pool 31.0.0", + "sp-version 34.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", "static_assertions", - "substrate-wasm-builder 21.0.0", + "substrate-wasm-builder 22.0.1", "xcm-fee-payment-runtime-api", ] [[package]] name = "rococo-runtime-constants" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa26847ef6b32b5fd41d4f86538ef15b8d74f208d211644dc14e4dda74559116" +checksum = "578bde81aeca421df7d898726f0d3d9caea11eed87d77760be71177ce071977f" dependencies = [ - "frame-support 32.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-common 11.0.0", + "frame-support 33.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-common 12.0.0", "smallvec", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-weights 31.0.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", ] [[package]] @@ -12733,9 +13012,9 @@ dependencies = [ [[package]] name = "sc-authority-discovery" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9cd4cf9f2f6a12f1cc042831474f33103aad8ebf9fa6d49f7119521ed89b1ec" +checksum = "4e4f35b9a8b91dd1232a26041c064d57b9f03ad2b80d2912512cfd1e4851e506" dependencies = [ "async-trait", "futures", @@ -12744,29 +13023,30 @@ dependencies = [ "libp2p", "linked_hash_set", "log", - "multihash 0.18.1", + "multihash 0.17.0", "multihash-codetable", "parity-scale-codec", "prost 0.12.3", "prost-build", - "rand", + "rand 0.8.5", "sc-client-api", "sc-network", - "sp-api 30.0.0", - "sp-authority-discovery 30.0.0", + "sc-network-types", + "sp-api 31.0.0", + "sp-authority-discovery 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-basic-authorship" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2354138e44624d68245b9490c0d30f73bac7c00f218643ff03fc0dbd1536b98" +checksum = "0f71eb27c36bb0cda3e67f1e0c4c45ced6672ad4c47148da6bc7fd729e99865a" dependencies = [ "futures", "futures-timer", @@ -12776,36 +13056,36 @@ dependencies = [ "sc-proposer-metrics", "sc-telemetry", "sc-transaction-pool-api", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", ] [[package]] name = "sc-block-builder" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d54ed880c04f6df650dcf4672d7d4a2d08b30e95c51f07b4a3be75eaa535082" +checksum = "4190e69ccdf1b10c530e110345d67c6347aa0bc03fa56723103d834fb8ac907d" dependencies = [ "parity-scale-codec", - "sp-api 30.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-trie 33.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-trie 34.0.0", ] [[package]] name = "sc-chain-spec" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8d25ff00e77262342bd85a71de32170b136773f6a8cdd5641ce8b81fb4e16be" +checksum = "a3256a5e3294dc363ddb17ac3040c33b9848269dd288eaf8ac6a2972f8a1d884" dependencies = [ "array-bytes 6.2.2", "docify", @@ -12822,10 +13102,11 @@ dependencies = [ "sp-blockchain", "sp-core 32.0.0", "sp-crypto-hashing", - "sp-genesis-builder 0.11.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-genesis-builder 0.12.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", + "sp-tracing 17.0.0", ] [[package]] @@ -12842,9 +13123,9 @@ dependencies = [ [[package]] name = "sc-cli" -version = "0.40.0" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eade6864cba8ab29c4c7572c6a4a080c0423bc53cb48b00f70eef7d57d22abae" +checksum = "397091529b095369e8b9342a0dcb732bf6ec672b4be9db76b5174951618f541a" dependencies = [ "array-bytes 6.2.2", "chrono", @@ -12857,7 +13138,7 @@ dependencies = [ "names", "parity-bip39", "parity-scale-codec", - "rand", + "rand 0.8.5", "regex", "rpassword", "sc-client-api", @@ -12873,20 +13154,20 @@ dependencies = [ "serde_json", "sp-blockchain", "sp-core 32.0.0", - "sp-keyring 35.0.0", + "sp-keyring 36.0.0", "sp-keystore 0.38.0", "sp-panic-handler", - "sp-runtime 35.0.0", - "sp-version 33.0.0", + "sp-runtime 36.0.0", + "sp-version 34.0.0", "thiserror", "tokio", ] [[package]] name = "sc-client-api" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6f69c592a2cab8b5cb7860bf57c5084a590d2e0c5df9308f62ddb405ca4d97e" +checksum = "cec1bf37389619d861680f7da315ac5a815e5cd924ec9a0adb86e4ba4aac7c99" dependencies = [ "fnv", "futures", @@ -12896,25 +13177,25 @@ dependencies = [ "sc-executor", "sc-transaction-pool-api", "sc-utils", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", "sp-core 32.0.0", "sp-database", "sp-externalities 0.28.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-statement-store", "sp-storage 21.0.0", - "sp-trie 33.0.0", + "sp-trie 34.0.0", "substrate-prometheus-endpoint", ] [[package]] name = "sc-client-db" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f4e8c9db1025f0b17438f5db8937c53022b417593f30d4624b8b2e0d3300b9f" +checksum = "ffe19e497ab77b89efa4e2b885af725d6ed59579ebe8df96b820f5b122c10da9" dependencies = [ "hash-db", "kvdb", @@ -12932,42 +13213,42 @@ dependencies = [ "sp-blockchain", "sp-core 32.0.0", "sp-database", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", - "sp-trie 33.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", + "sp-trie 34.0.0", ] [[package]] name = "sc-consensus" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a051ffa28788f7ec47e46d6236132126d5aa563469e6c852e87cfbe5069e0687" +checksum = "0178e3ef8d317456e352466a9c5d3b6d9b5861a64b43c01ab62435e24fc68a51" dependencies = [ "async-trait", "futures", "futures-timer", - "libp2p-identity", "log", "mockall", "parking_lot 0.12.1", "sc-client-api", + "sc-network-types", "sc-utils", "serde", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-aura" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6cd537650a8f23d6775456a5a06e1cf27722fedc5515769983e18ef856a6aad3" +checksum = "be48cd2fa20a6800595f7f49dbc929ad72348673c38eb7faa072cb8dfd7b47ce" dependencies = [ "async-trait", "futures", @@ -12978,26 +13259,26 @@ dependencies = [ "sc-consensus", "sc-consensus-slots", "sc-telemetry", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-aura 0.36.0", - "sp-consensus-slots 0.36.0", + "sp-consensus-aura 0.37.0", + "sp-consensus-slots 0.37.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", + "sp-inherents 31.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-babe" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efe6f127a27ea6ace8e4391ba847ccf21d3512499e1c5e7c300e7e5115642544" +checksum = "08d58429c3660dfb86b9c0a1529dbc444f1ba8c8135812468497751d5b2567d6" dependencies = [ "async-trait", "fork-tree", @@ -13014,27 +13295,27 @@ dependencies = [ "sc-consensus-slots", "sc-telemetry", "sc-transaction-pool-api", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.36.0", - "sp-consensus-slots 0.36.0", + "sp-consensus-babe 0.37.0", + "sp-consensus-slots 0.37.0", "sp-core 32.0.0", "sp-crypto-hashing", - "sp-inherents 30.0.0", + "sp-inherents 31.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-babe-rpc" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c93183245d51eab164ab5513f5ad723964c38f293427d99066f8aed02ae715e1" +checksum = "cd3bd3762945244a50e7e64aa9302405ba3d225a807872a4f99e8250e5ec4e60" dependencies = [ "futures", "jsonrpsee", @@ -13042,22 +13323,22 @@ dependencies = [ "sc-consensus-epochs", "sc-rpc-api", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.36.0", + "sp-consensus-babe 0.37.0", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] [[package]] name = "sc-consensus-beefy" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87f0cdd776453ce7d73fdb548648bdfefdac6c497d198083222aa0d7636445ed" +checksum = "0f0f27e60a0a3135c991e26883c4827f8bb3fa082ee84690544eea9040d0edf8" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -13072,18 +13353,19 @@ dependencies = [ "sc-network", "sc-network-gossip", "sc-network-sync", + "sc-network-types", "sc-utils", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-beefy 17.0.0", + "sp-consensus-beefy 18.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-keystore 0.38.0", - "sp-mmr-primitives 30.0.0", - "sp-runtime 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -13092,9 +13374,9 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f8193f51766e9bf5a94f044333f4807918f7243eab404e9ff91b98ba268f2e9" +checksum = "7db1d87a1107de282b3208e25370c1f54dcfc9f0c12bdea52fad127df4929c63" dependencies = [ "futures", "jsonrpsee", @@ -13104,31 +13386,31 @@ dependencies = [ "sc-consensus-beefy", "sc-rpc", "serde", - "sp-consensus-beefy 17.0.0", + "sp-consensus-beefy 18.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] [[package]] name = "sc-consensus-epochs" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2217e53886dbfd4749eaa2e671f8e59807a2fb711ffa0023b3dc5b30f5db458" +checksum = "e7d878112bf0e7b267eb753e9a43432616dc190f85be921bc03d13c42a7c21bd" dependencies = [ "fork-tree", "parity-scale-codec", "sc-client-api", "sc-consensus", "sp-blockchain", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "sc-consensus-grandpa" -version = "0.23.0" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d666c23af4325c6d2ca35bfe2874917f5dfdd94bfca165ad89b92191489e2d8" +checksum = "4ba0980a68efdb28cba1a8051dd27d104258870f16287df9d576caf36add3ebc" dependencies = [ "ahash 0.8.11", "array-bytes 6.2.2", @@ -13141,7 +13423,7 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "sc-block-builder", "sc-chain-spec", "sc-client-api", @@ -13150,29 +13432,30 @@ dependencies = [ "sc-network-common", "sc-network-gossip", "sc-network-sync", + "sc-network-types", "sc-telemetry", "sc-transaction-pool-api", "sc-utils", "serde_json", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-grandpa 17.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-grandpa-rpc" -version = "0.23.0" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24ff3f1dc9c74563e559725736e07f4817e3429cdfd593e4a8c583d2c8da0894" +checksum = "5c587c6b017281f2029a7901de1e2f6f85ee8b365e9d15b159a5c44450fc71f6" dependencies = [ "finality-grandpa", "futures", @@ -13185,15 +13468,15 @@ dependencies = [ "serde", "sp-blockchain", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] [[package]] name = "sc-consensus-slots" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80382f4da8a76c05c23b84d5c369bb5d617d499749171335e9b47599885fb202" +checksum = "b755082e44000f02660697560c279d81cea4ea984d5a21eb27a2179c92912fbc" dependencies = [ "async-trait", "futures", @@ -13206,18 +13489,18 @@ dependencies = [ "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-slots 0.36.0", + "sp-consensus-slots 0.37.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", ] [[package]] name = "sc-executor" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc6b47b642a92adcabaeadb7d76bd1a02bcf5a93f2b649e81afe8b940107bbda" +checksum = "5d0738d2e654f8cadb8b5b5f64c281654838202bf77641656b7fe2bd5346a25b" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -13225,14 +13508,14 @@ dependencies = [ "sc-executor-polkavm", "sc-executor-wasmtime", "schnellru", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", "sp-externalities 0.28.0", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-panic-handler", "sp-runtime-interface 27.0.0", - "sp-trie 33.0.0", - "sp-version 33.0.0", + "sp-trie 34.0.0", + "sp-version 34.0.0", "sp-wasm-interface 21.0.0", "tracing", ] @@ -13284,9 +13567,9 @@ dependencies = [ [[package]] name = "sc-informant" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "061006dce0dcae3ece90d5d9f656ade507dd922931911d59deea823f28be54dd" +checksum = "4bb38b9ee63b01ed966f67789684b517cdc7891c0ac30ddac0e039695a43ab03" dependencies = [ "ansi_term", "futures", @@ -13297,19 +13580,19 @@ dependencies = [ "sc-network-common", "sc-network-sync", "sp-blockchain", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "sc-keystore" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6477f27aa17ada189355325c16992d3e612d2fe276ecef9da1b36b6b297b3ac4" +checksum = "8dbafebe46cb7a380d6a1a77c045af06de3cf92ffcb5bbbbb1567e3b0c94d688" dependencies = [ "array-bytes 6.2.2", "parking_lot 0.12.1", "serde_json", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "thiserror", @@ -13317,9 +13600,9 @@ dependencies = [ [[package]] name = "sc-mixnet" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8e04fecf6e55e4597e473c87e8f3cea5a9963835af30a971203290d62bb2d03" +checksum = "3c48f0897bac630c7f58e0e8f5b5930db18641ac5c0df6fcca0335520c1be74a" dependencies = [ "array-bytes 4.2.0", "arrayvec 0.7.4", @@ -13327,7 +13610,6 @@ dependencies = [ "bytes", "futures", "futures-timer", - "libp2p-identity", "log", "mixnet", "multiaddr", @@ -13335,27 +13617,29 @@ dependencies = [ "parking_lot 0.12.1", "sc-client-api", "sc-network", + "sc-network-types", "sc-transaction-pool-api", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-consensus", "sp-core 32.0.0", "sp-keystore 0.38.0", "sp-mixnet", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] [[package]] name = "sc-network" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39e68214c9245ee374a6c51fca3c00feddbe20a86451d92c76585a9cc9553425" +checksum = "c94a6131f2c50126601a01d9b60a8df569aa8483cf6754e280b754a5e716a297" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", "async-trait", "asynchronous-codec", "bytes", + "cid 0.9.0", "either", "fnv", "futures", @@ -13363,58 +13647,44 @@ dependencies = [ "ip_network", "libp2p", "linked_hash_set", + "litep2p", "log", "mockall", + "once_cell", "parity-scale-codec", "parking_lot 0.12.1", "partial_sort", "pin-project", - "rand", + "prost 0.11.9", + "prost-build", + "rand 0.8.5", "sc-client-api", "sc-network-common", + "sc-network-types", "sc-utils", + "schnellru", "serde", "serde_json", "smallvec", "sp-arithmetic 26.0.0", "sp-blockchain", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", "tokio-stream", "unsigned-varint", + "void", "wasm-timer", "zeroize", ] -[[package]] -name = "sc-network-bitswap" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf7cf01e661f39303737596859139fcdd31bd106a979fae0828f3e5b0decce89" -dependencies = [ - "async-channel 1.9.0", - "cid", - "futures", - "libp2p-identity", - "log", - "prost 0.12.3", - "prost-build", - "sc-client-api", - "sc-network", - "sp-blockchain", - "sp-runtime 35.0.0", - "thiserror", - "unsigned-varint", -] - [[package]] name = "sc-network-common" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98b1732616f6fd5bcdabd44eac79b466c2075f3f47ebf0cf2f6d52d790890736" +checksum = "ae304be8447d6101c7d314932137ff2405db43bc7daf4b9c0c52341bdc9265ac" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -13423,16 +13693,17 @@ dependencies = [ "parity-scale-codec", "prost-build", "sc-consensus", + "sc-network-types", "sp-consensus", - "sp-consensus-grandpa 17.0.0", - "sp-runtime 35.0.0", + "sp-consensus-grandpa 18.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "sc-network-gossip" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebb8b10666371dc53bd9e11dbb99e0763307203ecc70f4d9bb20169cf7ad69db" +checksum = "ed5317c3a30c77978ef7cfb2655e4dae2f7ba82df1622b6b6e81c854c19ffb43" dependencies = [ "ahash 0.8.11", "futures", @@ -13442,39 +13713,40 @@ dependencies = [ "sc-network", "sc-network-common", "sc-network-sync", + "sc-network-types", "schnellru", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "sc-network-light" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7be9c7b3d18d5ef3ed493be173e9cb00537585cd9b21bb4ebe24b9b555cf4fa4" +checksum = "10a2b0e0c87d74704a758be2d3119bbbf652910b3de0d3074864531f2e1afd3c" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", "futures", - "libp2p-identity", "log", "parity-scale-codec", "prost 0.12.3", "prost-build", "sc-client-api", "sc-network", + "sc-network-types", "sp-blockchain", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] [[package]] name = "sc-network-sync" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1df8a240043ecd1c5ca54d1dfdc654878aed6b96fe7292c11dc9e8bc7c4884fb" +checksum = "92d3a03c11fd5ed3c596a055d79596e6c0d7ea5166b627346e0381adde49dd50" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -13492,15 +13764,16 @@ dependencies = [ "sc-consensus", "sc-network", "sc-network-common", + "sc-network-types", "sc-utils", "schnellru", "smallvec", "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-grandpa 17.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -13509,9 +13782,9 @@ dependencies = [ [[package]] name = "sc-network-transactions" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1514ca1cc195842970b3a35b80cc14ed002296f3565c19d4659be44ca9255b8" +checksum = "1f8586ce7e34e555021b574ec98c4d459cc46625f1d061a3ed8bea6a400e8648" dependencies = [ "array-bytes 6.2.2", "futures", @@ -13521,17 +13794,33 @@ dependencies = [ "sc-network", "sc-network-common", "sc-network-sync", + "sc-network-types", "sc-utils", "sp-consensus", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", ] +[[package]] +name = "sc-network-types" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a6b473a65393f65579019e4280cc116848439985c62724db8402bbfa7da462d1" +dependencies = [ + "bs58 0.4.0", + "libp2p-identity", + "litep2p", + "multiaddr", + "multihash 0.17.0", + "rand 0.8.5", + "thiserror", +] + [[package]] name = "sc-offchain" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91f289809d0c3fd09474637bfe2dc732f41fb211d1241885194232c5d612a641" +checksum = "acb6f76c65abdabfadb497a5fe33733ec67af15221aa1c72686096aed75b28b8" dependencies = [ "array-bytes 6.2.2", "bytes", @@ -13546,18 +13835,19 @@ dependencies = [ "once_cell", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "sc-client-api", "sc-network", "sc-network-common", + "sc-network-types", "sc-transaction-pool-api", "sc-utils", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", "sp-externalities 0.28.0", "sp-keystore 0.38.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", "threadpool", "tracing", ] @@ -13574,9 +13864,9 @@ dependencies = [ [[package]] name = "sc-rpc" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3d7b43d6ce2c57d90dab64a0eab4673158a7a240119fd3ae934ce95f8ad973f" +checksum = "df3af3898afc9e63bfda6bbb75a20bb66a4b3de0bc077eb1b67d94b04f69b984" dependencies = [ "futures", "jsonrpsee", @@ -13592,24 +13882,24 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde_json", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-offchain 30.0.0", + "sp-offchain 31.0.0", "sp-rpc", - "sp-runtime 35.0.0", - "sp-session 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", "sp-statement-store", - "sp-version 33.0.0", + "sp-version 34.0.0", "tokio", ] [[package]] name = "sc-rpc-api" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b82060f09f886f59fd19a77cc6668c209e883fc93511e9c441ef84adfea80f36" +checksum = "2656a0da9ce809fb31dc0517b7e0a4185001785154b59cd9546566f1db8df346" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -13621,8 +13911,8 @@ dependencies = [ "serde_json", "sp-core 32.0.0", "sp-rpc", - "sp-runtime 35.0.0", - "sp-version 33.0.0", + "sp-runtime 36.0.0", + "sp-version 34.0.0", "thiserror", ] @@ -13647,9 +13937,9 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad831d2524de44a89b1801e306fd9718dc5fadb26ea3e88f486faa29c6fdd710" +checksum = "57f2b3d4ad7238f031c85395980f3b05026dba6f596e1e3600274fa9c30974e1" dependencies = [ "array-bytes 6.2.2", "futures", @@ -13659,19 +13949,20 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "sc-chain-spec", "sc-client-api", "sc-rpc", "sc-transaction-pool-api", "sc-utils", + "schnellru", "serde", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-rpc", - "sp-runtime 35.0.0", - "sp-version 33.0.0", + "sp-runtime 36.0.0", + "sp-version 34.0.0", "thiserror", "tokio", "tokio-stream", @@ -13679,9 +13970,9 @@ dependencies = [ [[package]] name = "sc-service" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ff048cda961d13a0978bf6e75b1978c0fa886d2087133a4d2107a034afd27c8" +checksum = "70d4e550aabcfba3a9e6a2c4e23dcfef362cb62bea2cfc3348879e327482ec72" dependencies = [ "async-trait", "directories", @@ -13693,7 +13984,7 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "pin-project", - "rand", + "rand 0.8.5", "sc-chain-spec", "sc-client-api", "sc-client-db", @@ -13702,11 +13993,11 @@ dependencies = [ "sc-informant", "sc-keystore", "sc-network", - "sc-network-bitswap", "sc-network-common", "sc-network-light", "sc-network-sync", "sc-network-transactions", + "sc-network-types", "sc-rpc", "sc-rpc-server", "sc-rpc-spec-v2", @@ -13719,20 +14010,20 @@ dependencies = [ "schnellru", "serde", "serde_json", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", "sp-core 32.0.0", "sp-externalities 0.28.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-state-machine 0.40.0", "sp-storage 21.0.0", - "sp-transaction-pool 30.0.0", + "sp-transaction-pool 31.0.0", "sp-transaction-storage-proof", - "sp-trie 33.0.0", - "sp-version 33.0.0", + "sp-trie 34.0.0", + "sp-version 34.0.0", "static_init", "substrate-prometheus-endpoint", "tempfile", @@ -13770,9 +14061,9 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75577af6d7128f3c0cd1dfa83f9ec056dbe4cdce297f1d257f2a1253134c6e9a" +checksum = "910d78b0ea4778a639a9d1345d4e5ce27721ed0d717635aded1bb6c522044bb2" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -13784,21 +14075,21 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] [[package]] name = "sc-sysinfo" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6a838bf3ba61e83c0f3be4a41ba7ed8c71d19c2adee6396046f78317006637b" +checksum = "985818b31ecd4e04edadbf6124e2b71033551c08ff891bd9449fbddd2346ddf8" dependencies = [ "derive_more", "futures", "libc", "log", - "rand", + "rand 0.8.5", "rand_pcg", "regex", "sc-telemetry", @@ -13806,15 +14097,15 @@ dependencies = [ "serde_json", "sp-core 32.0.0", "sp-crypto-hashing", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-std", ] [[package]] name = "sc-telemetry" -version = "18.0.0" +version = "19.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72a5a306d8c75e61e8c59e18b92886f85db6b4102c4669240eca101954fec79e" +checksum = "6a874600f40a5cef2e1482574f7665ed005f7c3b7594f9abddcb2e015651c4d9" dependencies = [ "chrono", "futures", @@ -13822,7 +14113,8 @@ dependencies = [ "log", "parking_lot 0.12.1", "pin-project", - "rand", + "rand 0.8.5", + "sc-network", "sc-utils", "serde", "serde_json", @@ -13832,9 +14124,9 @@ dependencies = [ [[package]] name = "sc-tracing" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "584e4f81defe03776909ce283429c9cd3d80fea6b2f3a303dc2bdf913e11d9e8" +checksum = "8c7513573600566bcc7a41153c6a99b628e800acd65bc124c3ac595322324021" dependencies = [ "ansi_term", "chrono", @@ -13849,16 +14141,16 @@ dependencies = [ "sc-client-api", "sc-tracing-proc-macro", "serde", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-rpc", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-tracing 17.0.0", "thiserror", "tracing", "tracing-log 0.1.4", - "tracing-subscriber 0.2.25", + "tracing-subscriber 0.3.18", ] [[package]] @@ -13875,9 +14167,9 @@ dependencies = [ [[package]] name = "sc-transaction-pool" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54754bf43dede417a8e64a0d6a46bf2bbed47ff050c1f81c8a575f9b94416886" +checksum = "18f865b689f7f732de5c6129cbdb793d7c71a88ef0d1636d8b843e590d5d766a" dependencies = [ "async-trait", "futures", @@ -13890,22 +14182,22 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-crypto-hashing", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-tracing 17.0.0", - "sp-transaction-pool 30.0.0", + "sp-transaction-pool 31.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-transaction-pool-api" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41b563c7257ab650b2639d623da13d1a50a5a6c4ec582bc92e118c73d072bcd4" +checksum = "618532cf1e4afbc3a3f9046bfb4aaceba46fa9888ec9d1d12e9fe5448aa7ee82" dependencies = [ "async-trait", "futures", @@ -13914,7 +14206,7 @@ dependencies = [ "serde", "sp-blockchain", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] @@ -13934,6 +14226,29 @@ dependencies = [ "sp-arithmetic 26.0.0", ] +[[package]] +name = "scale-bits" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e57b1e7f6b65ed1f04e79a85a57d755ad56d76fdf1e9bddcc9ae14f71fcdcf54" +dependencies = [ + "parity-scale-codec", + "scale-type-resolver", +] + +[[package]] +name = "scale-decode" +version = "0.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e98f3262c250d90e700bb802eb704e1f841e03331c2eb815e46516c4edbf5b27" +dependencies = [ + "derive_more", + "parity-scale-codec", + "scale-bits", + "scale-type-resolver", + "smallvec", +] + [[package]] name = "scale-info" version = "2.11.1" @@ -13960,6 +14275,12 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "scale-type-resolver" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f0cded6518aa0bd6c1be2b88ac81bf7044992f0f154bfbabd5ad34f43512abcb" + [[package]] name = "schannel" version = "0.1.23" @@ -14037,6 +14358,21 @@ dependencies = [ "untrusted 0.9.0", ] +[[package]] +name = "sctp-proto" +version = "0.1.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f64cef148d3295c730c3cb340b0b252a4d570b1c7d4bf0808f88540b0a888bc" +dependencies = [ + "bytes", + "crc", + "fxhash", + "log", + "rand 0.8.5", + "slab", + "thiserror", +] + [[package]] name = "sec1" version = "0.7.3" @@ -14216,6 +14552,18 @@ dependencies = [ "opaque-debug 0.3.1", ] +[[package]] +name = "sha-1" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c" +dependencies = [ + "cfg-if", + "cpufeatures", + "digest 0.10.7", + "sha1-asm", +] + [[package]] name = "sha1" version = "0.10.6" @@ -14227,6 +14575,15 @@ dependencies = [ "digest 0.10.7", ] +[[package]] +name = "sha1-asm" +version = "0.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "286acebaf8b67c1130aedffad26f594eff0c1292389158135327d2e23aed582b" +dependencies = [ + "cc", +] + [[package]] name = "sha2" version = "0.9.9" @@ -14285,6 +14642,12 @@ dependencies = [ "libc", ] +[[package]] +name = "signature" +version = "1.6.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" + [[package]] name = "signature" version = "2.2.0" @@ -14308,6 +14671,15 @@ dependencies = [ "wide", ] +[[package]] +name = "simple-dns" +version = "0.5.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cae9a3fcdadafb6d97f4c0e007e4247b114ee0f119f650c3cbf3a8b3a1479694" +dependencies = [ + "bitflags 2.5.0", +] + [[package]] name = "simple-mermaid" version = "0.1.1" @@ -14350,14 +14722,14 @@ dependencies = [ [[package]] name = "slot-range-helper" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a0e4ae8d02b43620ca7f567ca94fff494d85aecc73ffebda6c8fa19545b1673" +checksum = "7bb6f55c7308986f519ce3d554f832774e6212b14774e72313a0c1a3591adf5a" dependencies = [ "enumn", "parity-scale-codec", "paste", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -14429,7 +14801,7 @@ dependencies = [ "pbkdf2 0.12.2", "pin-project", "poly1305", - "rand", + "rand 0.8.5", "rand_chacha 0.3.1", "ruzstd", "schnorrkel 0.10.2", @@ -14472,7 +14844,7 @@ dependencies = [ "no-std-net", "parking_lot 0.12.1", "pin-project", - "rand", + "rand 0.8.5", "rand_chacha 0.3.1", "serde", "serde_json", @@ -14597,7 +14969,7 @@ dependencies = [ "hex", "lazy_static", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", "snowbridge-amcl", "zeroize", @@ -14660,8 +15032,8 @@ dependencies = [ "http", "httparse", "log", - "rand", - "sha-1", + "rand 0.8.5", + "sha-1 0.9.8", ] [[package]] @@ -14688,24 +15060,24 @@ dependencies = [ [[package]] name = "sp-api" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8abd1d0732054ad896db8f092abe822106f1acf8bbc462c70f57d0f24c0dcdf" +checksum = "b500647cfe266d58781f44af9b13c3bd57fb3be08642f2a9f13e024cc5e22359" dependencies = [ "hash-db", "log", "parity-scale-codec", "scale-info", - "sp-api-proc-macro 18.0.0", + "sp-api-proc-macro 19.0.0", "sp-core 32.0.0", "sp-externalities 0.28.0", "sp-metadata-ir 0.7.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-runtime-interface 27.0.0", - "sp-state-machine 0.39.0", + "sp-state-machine 0.40.0", "sp-std", - "sp-trie 33.0.0", - "sp-version 33.0.0", + "sp-trie 34.0.0", + "sp-version 34.0.0", "thiserror", ] @@ -14726,9 +15098,9 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" -version = "18.0.0" +version = "19.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "681e80c1b259ee71880cd3b4ad2a2d41454596252bd267c3edf4e14552ab40e1" +checksum = "213a4bec1b18bd0750e7b81d11d8276c24f68b53cde83950b00b178ecc9ab24a" dependencies = [ "Inflector", "blake2 0.10.6", @@ -14755,15 +15127,15 @@ dependencies = [ [[package]] name = "sp-application-crypto" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1505fad69251900048ddddc6387265e1545d1a366e3b4dcd57b76a03f0a65ae7" +checksum = "57541120624a76379cc993cbb85064a5148957a92da032567e54bce7977f51fc" dependencies = [ "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-std", ] @@ -14814,15 +15186,15 @@ dependencies = [ [[package]] name = "sp-authority-discovery" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f5700c6f51afc80af2dd2b39973183d7527e8b5be390fa125d777f948db0e88" +checksum = "6d8494eafd70194198b7fd82446da59380c7346bedf68e83dfbdb5f338395437" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -14839,47 +15211,47 @@ dependencies = [ [[package]] name = "sp-block-builder" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "466eaa1fe1745e9456a5e5afc033b67a52211463a137ea3551bff36b4d72ce03" +checksum = "51cf3d8fb96de98aecdd32cdd4a735af4d84fae274314f411f95c89d4dff6ad3" dependencies = [ - "sp-api 30.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "sp-blockchain" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eed0dc760fde2b2cd07ca9428e3d6b7ecc02bbd00a5dc32b7f829c80889b152b" +checksum = "488d3cc94c345ce55d1890239bb256f4418f9566e29b7b90f01817bc7b553a08" dependencies = [ "futures", "log", "parity-scale-codec", "parking_lot 0.12.1", "schnellru", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-consensus", "sp-database", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "thiserror", ] [[package]] name = "sp-consensus" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19910bc7cd10336a1b13611df1212bce5cabbcfcd92a9394e23476498aa360c7" +checksum = "3f400a20113301fa91094c210b9b9b63f066cee55f22517768eaadf3519124d8" dependencies = [ "async-trait", "futures", "log", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "thiserror", ] @@ -14903,19 +15275,19 @@ dependencies = [ [[package]] name = "sp-consensus-aura" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67647dc44d2f47f8b96a56f30a896926485e55a8209cfe916cf8d08a6d488f03" +checksum = "c8904da70720b26f207b6ae1d140cac4f5b10b94bce535e08ee0df08f3a27a84" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", - "sp-consensus-slots 0.36.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-timestamp 30.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", + "sp-consensus-slots 0.37.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-timestamp 31.0.0", ] [[package]] @@ -14940,21 +15312,21 @@ dependencies = [ [[package]] name = "sp-consensus-babe" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3500dd1ceb99ca5e6f399d37c4e42f22fcbb6505e07378791ebe57eec6a1960" +checksum = "75f99229c382c3f849160da42c897321fd6b82fe685bc0c4ba4afdd51b818bd1" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", - "sp-consensus-slots 0.36.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", + "sp-consensus-slots 0.37.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-timestamp 30.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-timestamp 31.0.0", ] [[package]] @@ -14980,22 +15352,22 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "160ad989b247b55fdc2acd8baa7d5a0b9daca5ad0d4fac6e94ee119ed0fdf164" +checksum = "f5eb094064dd8f1ff03bd92c843c5f979c1b18e955afb5c0ad98f9c781225e12" dependencies = [ "lazy_static", "parity-scale-codec", "scale-info", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", "sp-crypto-hashing", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-keystore 0.38.0", - "sp-mmr-primitives 30.0.0", - "sp-runtime 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-runtime 36.0.0", "strum 0.26.3", ] @@ -15020,20 +15392,20 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ffc3f88b33c2a8c14f4d05a3c69c5fc7b02cdd3300993a22d6d2175d35447f6" +checksum = "a6f4d90b65fd82e77c3b8c382c3a9e669bba5ccfb5402a945cde88984c98681b" dependencies = [ "finality-grandpa", "log", "parity-scale-codec", "scale-info", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -15051,14 +15423,14 @@ dependencies = [ [[package]] name = "sp-consensus-slots" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52dcae1dac6908d80bceaff4f311bc694c3b9c0d3ac6e74128ed4e3a29e9e31f" +checksum = "60823551c6987e2f5e1dda772140a09850e866e704757662795b8e7cacf9b228" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-timestamp 30.0.0", + "sp-timestamp 31.0.0", ] [[package]] @@ -15087,7 +15459,7 @@ dependencies = [ "parking_lot 0.12.1", "paste", "primitive-types", - "rand", + "rand 0.8.5", "scale-info", "schnorrkel 0.11.4", "secp256k1", @@ -15134,7 +15506,7 @@ dependencies = [ "parking_lot 0.12.1", "paste", "primitive-types", - "rand", + "rand 0.8.5", "scale-info", "schnorrkel 0.11.4", "secp256k1", @@ -15237,13 +15609,15 @@ dependencies = [ [[package]] name = "sp-genesis-builder" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee8a812b56fb4ed6a598ad7b43be127702aba1f7351ad4916f5bab995054cdc5" +checksum = "7605a8ed2c06d348c26055b7907c3d2d62f984666e9025b57df4895f865f5901" dependencies = [ + "parity-scale-codec", + "scale-info", "serde_json", - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -15263,15 +15637,15 @@ dependencies = [ [[package]] name = "sp-inherents" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fcba3b816fdfadf30d8c7c484e1873f1af89ed2560c77d2b2137d152cc5a585" +checksum = "170537049d57fc645637e4586fe98a3291392b2ecfd7988ea31639cf43470b42" dependencies = [ "async-trait", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] @@ -15282,7 +15656,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec43aa073eab35fcb920d7592474d5427ea3be2bf938706a3ad955d7ba54fd8d" dependencies = [ "bytes", - "ed25519-dalek", + "ed25519-dalek 2.1.1", "libsecp256k1", "log", "parity-scale-codec", @@ -15303,12 +15677,12 @@ dependencies = [ [[package]] name = "sp-io" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c44ed47247b6eee76ff703f9fa9f04f99c4104ac1faf629e6d1128e09066b57b" +checksum = "8b64ab18a0e29def6511139a8c45a59c14a846105aab6f9cc653523bd3b81f55" dependencies = [ "bytes", - "ed25519-dalek", + "ed25519-dalek 2.1.1", "libsecp256k1", "log", "parity-scale-codec", @@ -15320,10 +15694,10 @@ dependencies = [ "sp-externalities 0.28.0", "sp-keystore 0.38.0", "sp-runtime-interface 27.0.0", - "sp-state-machine 0.39.0", + "sp-state-machine 0.40.0", "sp-std", "sp-tracing 17.0.0", - "sp-trie 33.0.0", + "sp-trie 34.0.0", "tracing", "tracing-core", ] @@ -15341,12 +15715,12 @@ dependencies = [ [[package]] name = "sp-keyring" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "089da5d08c4a6b4a36de664de287f4a391ac338e351a923b79aedfc46162f201" +checksum = "33d2c495248bd141fe04ec639785c874949b2c552c00ea4afc4c183c654466ce" dependencies = [ "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "strum 0.26.3", ] @@ -15410,14 +15784,14 @@ dependencies = [ [[package]] name = "sp-mixnet" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01ba1e6ceede3aa5e36ee161dc02f1b294a659823887cefc4f0f2fce589e3c11" +checksum = "2242e7a802822109e007c3d6ee79640f8dc3abee7139d34ce029c7478361be8c" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", ] [[package]] @@ -15441,19 +15815,19 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8abf5586785c20bb4bdbc81243877d5bb2bdf6dff6a03c101b6a3a875bc9278" +checksum = "dedd59967d2f759bec2be705840d170a5dbf38866acaedffe7c813e7547325bf" dependencies = [ "ckb-merkle-mountain-range", "log", "parity-scale-codec", "scale-info", "serde", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", "sp-debug-derive", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] @@ -15474,16 +15848,16 @@ dependencies = [ [[package]] name = "sp-npos-elections" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ae4f90a3a36f052f4f9aa6f6ab1d59cf6f895f3a939f40dbe1f3e14907a2e31" +checksum = "8e52344b6fd91289a87c3fca03e5147df178167b150e1a10b82243434f43e134" dependencies = [ "parity-scale-codec", "scale-info", "serde", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -15499,13 +15873,13 @@ dependencies = [ [[package]] name = "sp-offchain" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50efea44dfc8e40c59e9f9099c6a4f64dc750ad224fd8dbf9aec12fc857fa145" +checksum = "2cbbd2096fda34c2f6f9f268c808ca280c08565e759309ea24f17dcd0808097b" dependencies = [ - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -15543,7 +15917,7 @@ dependencies = [ "log", "parity-scale-codec", "paste", - "rand", + "rand 0.8.5", "scale-info", "serde", "simple-mermaid", @@ -15557,9 +15931,9 @@ dependencies = [ [[package]] name = "sp-runtime" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42ce931b7fbfdeeca1340801dbd4a1cae54ad4c97a1e3dcfcc79709bc800dd46" +checksum = "a6b85cb874b78ebb17307a910fc27edf259a0455ac5155d87eaed8754c037e07" dependencies = [ "docify", "either", @@ -15568,14 +15942,14 @@ dependencies = [ "log", "parity-scale-codec", "paste", - "rand", + "rand 0.8.5", "scale-info", "serde", "simple-mermaid", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-std", "sp-weights 31.0.0", ] @@ -15665,17 +16039,17 @@ dependencies = [ [[package]] name = "sp-session" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d66f0f2f00e4c520deae07eeab7acf04c1a41dd875c7a4689e4e4302fb89925" +checksum = "9c558f85486882433adcfdfe05c5e82972a7be1a6d7fa68a6213b70ec1d86068" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", ] [[package]] @@ -15695,16 +16069,16 @@ dependencies = [ [[package]] name = "sp-staking" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09a43ec7f6c9759ba3011a16bb022afe056bc26f88b3c424598737cba71d3ef0" +checksum = "bd38abe12a12b0c24d318011ec3cd3280f8d828666994695a6c0652f38662dbf" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -15717,7 +16091,7 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "smallvec", "sp-core 29.0.0", "sp-externalities 0.26.0", @@ -15726,50 +16100,50 @@ dependencies = [ "sp-trie 30.0.0", "thiserror", "tracing", - "trie-db", + "trie-db 0.28.0", ] [[package]] name = "sp-state-machine" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21d9078306c3066f1824e41153e1ceec34231d39d9a7e7956b101eadf7b9fd3a" +checksum = "18084cb996c27d5d99a88750e0a8eb4af6870a40df97872a5923e6d293d95fb9" dependencies = [ "hash-db", "log", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "smallvec", "sp-core 32.0.0", "sp-externalities 0.28.0", "sp-panic-handler", - "sp-trie 33.0.0", + "sp-trie 34.0.0", "thiserror", "tracing", - "trie-db", + "trie-db 0.29.1", ] [[package]] name = "sp-statement-store" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e22e2d355461e02aa8325a819d24403fb7232a828bf1e21ad8982fde3f0dc0e" +checksum = "c7ac525ad4b3533aebdd68ae097d0a55887b6499b565c5a592f6c18372a40caf" dependencies = [ "aes-gcm", "curve25519-dalek 4.1.2", - "ed25519-dalek", + "ed25519-dalek 2.1.1", "hkdf", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", "sha2 0.10.8", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-externalities 0.28.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-runtime-interface 27.0.0", "thiserror", "x25519-dalek 2.0.1", @@ -15824,14 +16198,14 @@ dependencies = [ [[package]] name = "sp-timestamp" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6d3965ef60cc066fcc01dbcb7837404f40de8ac58f1115e3a3a1d6550575ff6" +checksum = "bdb7768c895643e315f9bcfacdd61e283b78c862d976fd081a508cf7239c8643" dependencies = [ "async-trait", "parity-scale-codec", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", "thiserror", ] @@ -15872,27 +16246,27 @@ dependencies = [ [[package]] name = "sp-transaction-pool" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7bddae32e6935eedda993b7371b79e69af901a277e11be2bbd6d9bc7643b49cb" +checksum = "207cb372504cf86237fa63953a0aa40d7596d1c9cf21175a56346ed1744eb8fe" dependencies = [ - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "sp-transaction-storage-proof" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "726f90279766e231ad86f884e5f07d9331852a59d739f27c5f5e28bee0fc6da5" +checksum = "1141f46e088898986a59c8aae4a91c8d8c04da22a38986a8bdfcb2446889ee5a" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-trie 33.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-trie 34.0.0", ] [[package]] @@ -15908,7 +16282,7 @@ dependencies = [ "nohash-hasher", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "scale-info", "schnellru", "sp-core 29.0.0", @@ -15916,15 +16290,15 @@ dependencies = [ "sp-std", "thiserror", "tracing", - "trie-db", + "trie-db 0.28.0", "trie-root", ] [[package]] name = "sp-trie" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1f5b3620a1c87c265a83d85d7519c6b60c47acf7f77593966afe313d086f00e" +checksum = "87727eced997f14d0f79e3a5186a80e38a9de87f6e9dc0baea5ebf8b7f9d8b66" dependencies = [ "ahash 0.8.11", "hash-db", @@ -15933,14 +16307,14 @@ dependencies = [ "nohash-hasher", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "scale-info", "schnellru", "sp-core 32.0.0", "sp-externalities 0.28.0", "thiserror", "tracing", - "trie-db", + "trie-db 0.29.1", "trie-root", ] @@ -15964,9 +16338,9 @@ dependencies = [ [[package]] name = "sp-version" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ba2f18b89ac5f356fb247f70163098bc976117221c373d5590079a5797a3b43" +checksum = "0b8e3856686aa2719b1c05af07ba7e6021d844944472f246f3b5f1c585be04cd" dependencies = [ "impl-serde", "parity-scale-codec", @@ -15974,7 +16348,7 @@ dependencies = [ "scale-info", "serde", "sp-crypto-hashing-proc-macro", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-version-proc-macro 14.0.0", "thiserror", @@ -16074,17 +16448,6 @@ version = "0.9.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" -[[package]] -name = "spinners" -version = "4.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0ef947f358b9c238923f764c72a4a9d42f2d637c46e059dbd319d6e7cfb4f82" -dependencies = [ - "lazy_static", - "maplit", - "strum 0.24.1", -] - [[package]] name = "spinning_top" version = "0.3.0" @@ -16165,16 +16528,16 @@ dependencies = [ [[package]] name = "staging-parachain-info" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1383aa763f2cea1a816761948bfc1245040740d418c6b77d36fd4f259b944d84" +checksum = "4efd2f6285b97c1797f8451afb9834a90bd7b90712e6d1a3df8f68f9e7357ea6" dependencies = [ - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "cumulus-primitives-core 0.12.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -16194,14 +16557,14 @@ dependencies = [ "scale-info", "serde", "sp-weights 28.0.0", - "xcm-procedural", + "xcm-procedural 8.0.0", ] [[package]] name = "staging-xcm" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aded0292274ad473250c22ed3deaf2d9ed47d15786d700e9e83ab7c1cad2ad44" +checksum = "5090e0801a8aeb28ff88cc6e0ca0bad399cc58eed11ec70c517fcb316bd3151b" dependencies = [ "array-bytes 6.2.2", "bounded-collections 0.2.0", @@ -16213,7 +16576,7 @@ dependencies = [ "scale-info", "serde", "sp-weights 31.0.0", - "xcm-procedural", + "xcm-procedural 9.0.0", ] [[package]] @@ -16241,25 +16604,25 @@ dependencies = [ [[package]] name = "staging-xcm-builder" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0681b0a478c2f5e1f1ae9b7e8e4970d79ec8ef94f4efebc011ea335822bc264e" +checksum = "a5ccd51b148ec7c72f98cd315952595af353c103f4ad76cb600a85b8ee60adf4" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "log", - "pallet-transaction-payment 32.0.0", + "pallet-transaction-payment 33.0.0", "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", + "polkadot-parachain-primitives 11.0.0", "scale-info", "sp-arithmetic 26.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-weights 31.0.0", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", ] [[package]] @@ -16286,24 +16649,24 @@ dependencies = [ [[package]] name = "staging-xcm-executor" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb518e82e9982c90c32b66263642385fc186c76f329766884d3360b65e84dd46" +checksum = "39025611744d726ee1cb6661c09b13cd41525ca791f4fba45d68a00db9582063" dependencies = [ "environmental", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-weights 31.0.0", - "staging-xcm 11.0.0", + "staging-xcm 12.0.0", ] [[package]] @@ -16340,6 +16703,26 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "str0m" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ee48572247f422dcbe68630c973f8296fbd5157119cd36a3223e48bf83d47727" +dependencies = [ + "combine", + "crc", + "hmac 0.12.1", + "once_cell", + "openssl", + "openssl-sys", + "rand 0.8.5", + "sctp-proto", + "serde", + "sha-1 0.10.1", + "thiserror", + "tracing", +] + [[package]] name = "strobe-rs" version = "0.8.1" @@ -16456,22 +16839,22 @@ checksum = "b285e7d183a32732fdc119f3d81b7915790191fad602b7c709ef247073c77a2e" [[package]] name = "substrate-frame-rpc-system" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "949d14f7bb2a53b77985bd17a8eb2e9edf8d5bbf4409e9acb036fa3bf7310d8f" +checksum = "d19975c2965833aed97064cd34975ed5bc0390e4436c84b381874c8abce43712" dependencies = [ - "frame-system-rpc-runtime-api 30.0.0", + "frame-system-rpc-runtime-api 31.0.0", "futures", "jsonrpsee", "log", "parity-scale-codec", "sc-rpc-api", "sc-transaction-pool-api", - "sp-api 30.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -16487,25 +16870,11 @@ dependencies = [ "tokio", ] -[[package]] -name = "substrate-rpc-client" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "812076602836d6d90242c431729814c790c49685d142f47ec41f3b897a5fb6ad" -dependencies = [ - "async-trait", - "jsonrpsee", - "log", - "sc-rpc-api", - "serde", - "sp-runtime 35.0.0", -] - [[package]] name = "substrate-state-trie-migration-rpc" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0da2e823fb02fbd5c77d6949cde60ff3e320c100278818000b39e9f0a8c8c428" +checksum = "538029eeb26c9ab3f5f8677d696336f92ee536918f4e7ba7fcad1d08ad31ca6b" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -16513,10 +16882,10 @@ dependencies = [ "sc-rpc-api", "serde", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", - "sp-trie 33.0.0", - "trie-db", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", + "sp-trie 34.0.0", + "trie-db 0.29.1", ] [[package]] @@ -16540,17 +16909,26 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" -version = "21.0.0" +version = "22.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82a7c3e61041eaa76a89ded469f84d243fb34557ba4ee1e60335e65c8b5540c9" +checksum = "6567b61eca9459dbe71385caef9f6eab826abbd4a0743abf27034d96d34b9062" dependencies = [ + "array-bytes 6.2.2", "build-helper", "cargo_metadata", "console", "filetime", + "frame-metadata", + "merkleized-metadata", + "parity-scale-codec", "parity-wasm", "polkavm-linker", + "sc-executor", + "sp-core 32.0.0", + "sp-io 35.0.0", "sp-maybe-compressed-blob", + "sp-tracing 17.0.0", + "sp-version 34.0.0", "strum 0.26.3", "tempfile", "toml 0.8.12", @@ -16878,17 +17256,6 @@ dependencies = [ "syn 2.0.55", ] -[[package]] -name = "tokio-retry" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f57eb36ecbe0fc510036adff84824dd3c24bb781e21bfa67b69d556aa85214f" -dependencies = [ - "pin-project", - "rand", - "tokio", -] - [[package]] name = "tokio-rustls" version = "0.24.1" @@ -16922,6 +17289,21 @@ dependencies = [ "tokio-util", ] +[[package]] +name = "tokio-tungstenite" +version = "0.20.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c" +dependencies = [ + "futures-util", + "log", + "rustls 0.21.10", + "rustls-native-certs 0.6.3", + "tokio", + "tokio-rustls 0.24.1", + "tungstenite", +] + [[package]] name = "tokio-util" version = "0.7.10" @@ -17092,12 +17474,12 @@ dependencies = [ [[package]] name = "tracing-gum" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48057e9b12f413d8d104aeb84d6efad65e8bd325acbfa91f7f97724bcf1dd2ed" +checksum = "d037e38c3da801f670c99e555882a8009c40a8a473815e6a4ea72a8e2887c0c4" dependencies = [ "coarsetime", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "tracing", "tracing-gum-proc-macro", ] @@ -17157,7 +17539,6 @@ dependencies = [ "chrono", "lazy_static", "matchers 0.0.1", - "parking_lot 0.11.2", "regex", "serde", "serde_json", @@ -17177,9 +17558,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" dependencies = [ "matchers 0.1.0", + "nu-ansi-term", "once_cell", + "parking_lot 0.12.1", "regex", "sharded-slab", + "smallvec", "thread_local", "tracing", "tracing-core", @@ -17199,6 +17583,18 @@ dependencies = [ "smallvec", ] +[[package]] +name = "trie-db" +version = "0.29.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0c992b4f40c234a074d48a757efeabb1a6be88af84c0c23f7ca158950cb0ae7f" +dependencies = [ + "hash-db", + "log", + "rustc-hex", + "smallvec", +] + [[package]] name = "trie-root" version = "0.18.0" @@ -17217,14 +17613,14 @@ dependencies = [ "async-trait", "cfg-if", "data-encoding", - "enum-as-inner", + "enum-as-inner 0.5.1", "futures-channel", "futures-io", "futures-util", "idna 0.2.3", "ipnet", "lazy_static", - "rand", + "rand 0.8.5", "smallvec", "socket2 0.4.10", "thiserror", @@ -17234,6 +17630,31 @@ dependencies = [ "url", ] +[[package]] +name = "trust-dns-proto" +version = "0.23.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3119112651c157f4488931a01e586aa459736e9d6046d3bd9105ffb69352d374" +dependencies = [ + "async-trait", + "cfg-if", + "data-encoding", + "enum-as-inner 0.6.0", + "futures-channel", + "futures-io", + "futures-util", + "idna 0.4.0", + "ipnet", + "once_cell", + "rand 0.8.5", + "smallvec", + "thiserror", + "tinyvec", + "tokio", + "tracing", + "url", +] + [[package]] name = "trust-dns-resolver" version = "0.22.0" @@ -17251,51 +17672,35 @@ dependencies = [ "thiserror", "tokio", "tracing", - "trust-dns-proto", + "trust-dns-proto 0.22.0", ] [[package]] -name = "try-lock" -version = "0.2.5" +name = "trust-dns-resolver" +version = "0.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" +checksum = "10a3e6c3aff1718b3c73e395d1f35202ba2ffa847c6a62eea0db8fb4cfe30be6" +dependencies = [ + "cfg-if", + "futures-util", + "ipconfig", + "lru-cache", + "once_cell", + "parking_lot 0.12.1", + "rand 0.8.5", + "resolv-conf", + "smallvec", + "thiserror", + "tokio", + "tracing", + "trust-dns-proto 0.23.2", +] [[package]] -name = "try-runtime-cli" -version = "0.42.0" +name = "try-lock" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a45904e10377e9973238ae9e52bd0fbbb0bba5d7be9198458ba9d3fe0a4173ed" -dependencies = [ - "async-trait", - "clap", - "frame-remote-externalities", - "frame-try-runtime 0.38.0", - "hex", - "log", - "parity-scale-codec", - "sc-cli", - "sc-executor", - "serde", - "serde_json", - "sp-api 30.0.0", - "sp-consensus-aura 0.36.0", - "sp-consensus-babe 0.36.0", - "sp-core 32.0.0", - "sp-debug-derive", - "sp-externalities 0.28.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-keystore 0.38.0", - "sp-rpc", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", - "sp-timestamp 30.0.0", - "sp-transaction-storage-proof", - "sp-version 33.0.0", - "sp-weights 31.0.0", - "substrate-rpc-client", - "zstd 0.12.4", -] +checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "tt-call" @@ -17303,6 +17708,26 @@ version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f4f195fd851901624eee5a58c4bb2b4f06399148fcd0ed336e6f1cb60a9881df" +[[package]] +name = "tungstenite" +version = "0.20.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9" +dependencies = [ + "byteorder", + "bytes", + "data-encoding", + "http", + "httparse", + "log", + "rand 0.8.5", + "rustls 0.21.10", + "sha1", + "thiserror", + "url", + "utf-8", +] + [[package]] name = "twox-hash" version = "1.6.3" @@ -17311,7 +17736,7 @@ checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ "cfg-if", "digest 0.10.7", - "rand", + "rand 0.8.5", "static_assertions", ] @@ -17392,6 +17817,7 @@ dependencies = [ "bytes", "futures-io", "futures-util", + "tokio-util", ] [[package]] @@ -17417,6 +17843,12 @@ dependencies = [ "percent-encoding", ] +[[package]] +name = "utf-8" +version = "0.7.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" + [[package]] name = "utf8parse" version = "0.2.1" @@ -17462,7 +17894,7 @@ dependencies = [ "arrayref", "constcat", "digest 0.10.7", - "rand", + "rand 0.8.5", "rand_chacha 0.3.1", "rand_core 0.6.4", "sha2 0.10.8", @@ -17872,7 +18304,7 @@ dependencies = [ "memfd", "memoffset", "paste", - "rand", + "rand 0.8.5", "rustix 0.36.17", "wasmtime-asm-macros", "wasmtime-environ", @@ -17923,126 +18355,127 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "11.0.0" +version = "12.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6d7d64eabcbf938ac7978ebc0e3385caedacb2967ee6e2a9b9e1b69a2590498" +checksum = "7d521fd006f3380ffafcd9df855b7efea1022112433173845c8bb60d4e8314d9" dependencies = [ "binary-merkle-tree 15.0.0", "bitvec", - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-executive 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "frame-system-benchmarking 32.0.0", - "frame-system-rpc-runtime-api 30.0.0", - "frame-try-runtime 0.38.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-executive 33.0.0", + "frame-metadata-hash-extension 0.2.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "frame-system-benchmarking 33.0.0", + "frame-system-rpc-runtime-api 31.0.0", + "frame-try-runtime 0.39.0", "hex-literal", "log", - "pallet-asset-rate 11.0.0", - "pallet-authority-discovery 32.0.0", - "pallet-authorship 32.0.0", - "pallet-babe 32.0.0", - "pallet-bags-list 31.0.0", - "pallet-balances 33.0.0", - "pallet-beefy 32.0.0", - "pallet-beefy-mmr 32.0.0", + "pallet-asset-rate 12.0.0", + "pallet-authority-discovery 33.0.0", + "pallet-authorship 33.0.0", + "pallet-babe 33.0.0", + "pallet-bags-list 32.0.0", + "pallet-balances 34.0.0", + "pallet-beefy 33.0.0", + "pallet-beefy-mmr 33.0.0", "pallet-collective", - "pallet-conviction-voting 32.0.0", + "pallet-conviction-voting 33.0.0", "pallet-democracy", - "pallet-election-provider-multi-phase 31.0.0", - "pallet-election-provider-support-benchmarking 31.0.0", + "pallet-election-provider-multi-phase 32.0.0", + "pallet-election-provider-support-benchmarking 32.0.0", "pallet-elections-phragmen", - "pallet-fast-unstake 31.0.0", - "pallet-grandpa 32.0.0", - "pallet-identity 32.0.0", - "pallet-indices 32.0.0", + "pallet-fast-unstake 32.0.0", + "pallet-grandpa 33.0.0", + "pallet-identity 33.0.0", + "pallet-indices 33.0.0", "pallet-membership", - "pallet-message-queue 35.0.0", - "pallet-mmr 31.0.0", - "pallet-multisig 32.0.0", - "pallet-nomination-pools 29.0.0", - "pallet-nomination-pools-benchmarking 30.0.0", - "pallet-nomination-pools-runtime-api 27.0.0", - "pallet-offences 31.0.0", - "pallet-offences-benchmarking 32.0.0", - "pallet-preimage 32.0.0", - "pallet-proxy 32.0.0", + "pallet-message-queue 36.0.0", + "pallet-mmr 32.0.0", + "pallet-multisig 33.0.0", + "pallet-nomination-pools 30.0.0", + "pallet-nomination-pools-benchmarking 31.0.0", + "pallet-nomination-pools-runtime-api 28.0.0", + "pallet-offences 32.0.0", + "pallet-offences-benchmarking 33.0.0", + "pallet-preimage 33.0.0", + "pallet-proxy 33.0.0", "pallet-recovery", - "pallet-referenda 32.0.0", + "pallet-referenda 33.0.0", "pallet-root-testing", - "pallet-scheduler 33.0.0", - "pallet-session 32.0.0", - "pallet-session-benchmarking 32.0.0", + "pallet-scheduler 34.0.0", + "pallet-session 33.0.0", + "pallet-session-benchmarking 33.0.0", "pallet-society", - "pallet-staking 32.0.0", + "pallet-staking 33.0.0", "pallet-staking-reward-curve", - "pallet-staking-runtime-api 18.0.0", - "pallet-state-trie-migration 33.0.0", - "pallet-sudo 32.0.0", - "pallet-timestamp 31.0.0", - "pallet-transaction-payment 32.0.0", - "pallet-transaction-payment-rpc-runtime-api 32.0.0", - "pallet-treasury 31.0.0", - "pallet-utility 32.0.0", - "pallet-vesting 32.0.0", - "pallet-whitelist 31.0.0", - "pallet-xcm 11.0.0", - "pallet-xcm-benchmarks 11.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-common 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "pallet-staking-runtime-api 19.0.0", + "pallet-state-trie-migration 34.0.0", + "pallet-sudo 33.0.0", + "pallet-timestamp 32.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-transaction-payment-rpc-runtime-api 33.0.0", + "pallet-treasury 32.0.0", + "pallet-utility 33.0.0", + "pallet-vesting 33.0.0", + "pallet-whitelist 32.0.0", + "pallet-xcm 12.0.0", + "pallet-xcm-benchmarks 12.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-common 12.0.0", + "polkadot-runtime-parachains 12.0.0", "rustc-hex", "scale-info", "serde", "serde_derive", "smallvec", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-arithmetic 26.0.0", - "sp-authority-discovery 30.0.0", - "sp-block-builder 30.0.0", - "sp-consensus-babe 0.36.0", - "sp-consensus-beefy 17.0.0", + "sp-authority-discovery 31.0.0", + "sp-block-builder 31.0.0", + "sp-consensus-babe 0.37.0", + "sp-consensus-beefy 18.0.0", "sp-core 32.0.0", - "sp-genesis-builder 0.11.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-mmr-primitives 30.0.0", - "sp-npos-elections 30.0.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-genesis-builder 0.12.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-npos-elections 31.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", "sp-storage 21.0.0", - "sp-transaction-pool 30.0.0", - "sp-version 33.0.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", - "substrate-wasm-builder 21.0.0", + "sp-transaction-pool 31.0.0", + "sp-version 34.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", + "substrate-wasm-builder 22.0.1", "westend-runtime-constants", "xcm-fee-payment-runtime-api", ] [[package]] name = "westend-runtime-constants" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56e49413f666c93595698e3e3283fb05d7d5e0a522ecb6d4c6220d959691d479" +checksum = "0eb9a91bc8d5ec0a260735651284eb4420c1a2de62b2430cf16c723186eabd28" dependencies = [ - "frame-support 32.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-common 11.0.0", + "frame-support 33.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-common 12.0.0", "smallvec", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-weights 31.0.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", ] [[package]] @@ -18123,6 +18556,21 @@ dependencies = [ "windows-targets 0.48.5", ] +[[package]] +name = "windows-sys" +version = "0.42.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" +dependencies = [ + "windows_aarch64_gnullvm 0.42.2", + "windows_aarch64_msvc 0.42.2", + "windows_i686_gnu 0.42.2", + "windows_i686_msvc 0.42.2", + "windows_x86_64_gnu 0.42.2", + "windows_x86_64_gnullvm 0.42.2", + "windows_x86_64_msvc 0.42.2", +] + [[package]] name = "windows-sys" version = "0.45.0" @@ -18399,55 +18847,72 @@ dependencies = [ "time", ] +[[package]] +name = "x509-parser" +version = "0.15.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7069fba5b66b9193bd2c5d3d4ff12b839118f6bcbef5328efafafb5395cf63da" +dependencies = [ + "asn1-rs", + "data-encoding", + "der-parser", + "lazy_static", + "nom", + "oid-registry", + "rusticata-macros", + "thiserror", + "time", +] + [[package]] name = "xcm-emulator" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37e42f8cc343d8c52d9412350da0fa8597ddd91c9b4d5664c06f63bb813c69de" +checksum = "09aad5434dca21a7c9f6c1d7fd61d186c7843a904a8c46ffd32398c9de52b25a" dependencies = [ - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-pallet-parachain-system 0.12.0", + "cumulus-pallet-xcmp-queue 0.12.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-parachain-inherent 0.12.0", "cumulus-test-relay-sproof-builder", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "lazy_static", "log", - "pallet-balances 33.0.0", - "pallet-message-queue 35.0.0", - "parachains-common 11.0.0", + "pallet-balances 34.0.0", + "pallet-message-queue 36.0.0", + "parachains-common 12.0.0", "parity-scale-codec", "paste", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-parachains 12.0.0", "sp-arithmetic 26.0.0", "sp-core 32.0.0", "sp-crypto-hashing", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-tracing 17.0.0", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", ] [[package]] name = "xcm-fee-payment-runtime-api" -version = "0.1.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd9c9513e249ed6d355d0243748c70cb0d7ca81d0604707f334fd481d54e8264" +checksum = "92be74937c8012c951c667bb0fb016634ab4adeac46f8106aef331f836059167" dependencies = [ - "frame-support 32.0.0", + "frame-support 33.0.0", "parity-scale-codec", "scale-info", - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-weights 31.0.0", - "staging-xcm 11.0.0", + "staging-xcm 12.0.0", ] [[package]] @@ -18462,6 +18927,18 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "xcm-procedural" +version = "9.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd9498be6aff2d380250c4b155faaebe4a83da181a00402dedac6c8166850198" +dependencies = [ + "Inflector", + "proc-macro2", + "quote", + "syn 2.0.55", +] + [[package]] name = "yamux" version = "0.10.2" @@ -18472,7 +18949,7 @@ dependencies = [ "log", "nohash-hasher", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "static_assertions", ] diff --git a/Cargo.toml b/Cargo.toml index bd0c89ce..e44ea26c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,8 +47,8 @@ subxt-signer = "0.34.0" tokio = { version = "1.36", features = ["macros", "time", "rt-multi-thread"] } # Build -substrate-wasm-builder = "21.0.0" substrate-build-script-utils = "11.0.0" +substrate-wasm-builder = "22.0.1" # Local pop-runtime-devnet = { path = "runtime/devnet", default-features = true } # default-features=true required for `-p pop-node` builds @@ -57,113 +57,114 @@ pop-runtime-common = { path = "runtime/common", default-features = false } pop-primitives = { path = "./primitives", default-features = false } # Substrate -sc-basic-authorship = "0.38.0" -sc-chain-spec = "31.0.0" -sc-cli = "0.40.0" -sc-client-api = "32.0.0" -sc-offchain = "33.0.0" -sc-consensus = "0.37.0" -sc-executor = "0.36.0" -sc-network = "0.38.0" -sc-network-sync = "0.37.0" -sc-rpc = "33.0.0" -sc-service = "0.39.0" -sc-sysinfo = "31.0.0" -sc-telemetry = "18.0.0" -sc-tracing = "32.0.0" -sc-transaction-pool = "32.0.0" -sc-transaction-pool-api = "32.0.0" -frame-benchmarking = { version = "32.0.0", default-features = false } -frame-benchmarking-cli = "36.0.0" -frame-executive = { version = "32.0.0", default-features = false } -frame-support = { version = "32.0.0", default-features = false } -frame-system = { version = "32.0.0", default-features = false } -frame-system-benchmarking = { version = "32.0.0", default-features = false } -frame-system-rpc-runtime-api = { version = "30.0.0", default-features = false } -frame-try-runtime = { version = "0.38.0", default-features = false } -pallet-aura = { version = "31.0.0", default-features = false } -pallet-authorship = { version = "32.0.0", default-features = false } -pallet-assets = { version = "33.0.0", default-features = false } -pallet-balances = { version = "33.0.0", default-features = false } -pallet-contracts = { version = "31.0.0", default-features = false } -pallet-message-queue = { version = "35.0.0", default-features = false } -pallet-multisig = { version = "32.0.0", default-features = false } -pallet-nft-fractionalization = { version = "14.0.0", default-features = false } -pallet-nfts = { version = "26.0.0", default-features = false } -pallet-nfts-runtime-api = { version = "18.0.0", default-features = false } -pallet-preimage = { version = "32.0.0", default-features = false } -pallet-proxy = { version = "32.0.0", default-features = false } -pallet-scheduler = { version = "33.0.0", default-features = false } -pallet-session = { version = "32.0.0", default-features = false } -pallet-sudo = { version = "32.0.0", default-features = false } -pallet-timestamp = { version = "31.0.0", default-features = false } -pallet-transaction-payment = { version = "32.0.0", default-features = false } -pallet-transaction-payment-rpc = "34.0.0" -pallet-transaction-payment-rpc-runtime-api = { version = "32.0.0", default-features = false } -pallet-utility = { version = "32.0.0", default-features = false } -sp-api = { version = "30.0.0", default-features = false } -sp-authority-discovery = { version = "30.0.0", default-features = false } -sp-block-builder = { version = "30.0.0", default-features = false } -sp-blockchain = "32.0.0" -sp-consensus-aura = { version = "0.36.0", default-features = false } -sp-consensus-babe = { version = "0.36.0", default-features = false } -sp-consensus-beefy = { version = "17.0.0", default-features = false } -sp-consensus-grandpa = { version = "17.0.0", default-features = false } +sc-basic-authorship = "0.39.0" +sc-chain-spec = "32.0.0" +sc-cli = "0.41.0" +sc-client-api = "33.0.0" +sc-offchain = "34.0.0" +sc-consensus = "0.38.0" +sc-executor = "0.37.0" +sc-network = "0.39.0" +sc-network-sync = "0.38.0" +sc-rpc = "34.0.0" +sc-service = "0.40.0" +sc-sysinfo = "32.0.0" +sc-telemetry = "19.0.0" +sc-tracing = "33.0.0" +sc-transaction-pool = "33.0.0" +sc-transaction-pool-api = "33.0.0" +frame-benchmarking = { version = "33.0.0", default-features = false } +frame-benchmarking-cli = "37.0.0" +frame-executive = { version = "33.0.0", default-features = false } +frame-metadata-hash-extension = { version = "0.2.0", default-features = false } +frame-support = { version = "33.0.0", default-features = false } +frame-system = { version = "33.0.0", default-features = false } +frame-system-benchmarking = { version = "33.0.0", default-features = false } +frame-system-rpc-runtime-api = { version = "31.0.0", default-features = false } +frame-try-runtime = { version = "0.39.0", default-features = false } +pallet-aura = { version = "32.0.0", default-features = false } +pallet-authorship = { version = "33.0.0", default-features = false } +pallet-assets = { version = "34.0.0", default-features = false } +pallet-balances = { version = "34.0.0", default-features = false } +pallet-contracts = { version = "32.0.0", default-features = false } +pallet-message-queue = { version = "36.0.0", default-features = false } +pallet-multisig = { version = "33.0.0", default-features = false } +pallet-nft-fractionalization = { version = "15.0.0", default-features = false } +pallet-nfts = { version = "27.0.0", default-features = false } +pallet-nfts-runtime-api = { version = "19.0.0", default-features = false } +pallet-preimage = { version = "33.0.0", default-features = false } +pallet-proxy = { version = "33.0.0", default-features = false } +pallet-scheduler = { version = "34.0.0", default-features = false } +pallet-session = { version = "33.0.0", default-features = false } +pallet-sudo = { version = "33.0.0", default-features = false } +pallet-timestamp = { version = "32.0.0", default-features = false } +pallet-transaction-payment = { version = "33.0.0", default-features = false } +pallet-transaction-payment-rpc = "35.0.0" +pallet-transaction-payment-rpc-runtime-api = { version = "33.0.0", default-features = false } +pallet-utility = { version = "33.0.0", default-features = false } +sp-api = { version = "31.0.0", default-features = false } +sp-authority-discovery = { version = "31.0.0", default-features = false } +sp-block-builder = { version = "31.0.0", default-features = false } +sp-blockchain = "33.0.0" +sp-consensus-aura = { version = "0.37.0", default-features = false } +sp-consensus-babe = { version = "0.37.0", default-features = false } +sp-consensus-beefy = { version = "18.0.0", default-features = false } +sp-consensus-grandpa = { version = "18.0.0", default-features = false } sp-core = { version = "32.0.0", default-features = false } sp-keystore = "0.38.0" -sp-io = { version = "34.0.0", default-features = false } -sp-genesis-builder = { version = "0.11.0", default-features = false } -sp-inherents = { version = "30.0.0", default-features = false } -sp-offchain = { version = "30.0.0", default-features = false } -sp-runtime = { version = "35.0.0", default-features = false } -sp-timestamp = "30.0.0" -substrate-frame-rpc-system = "32.0.0" +sp-io = { version = "35.0.0", default-features = false } +sp-genesis-builder = { version = "0.12.0", default-features = false } +sp-inherents = { version = "31.0.0", default-features = false } +sp-offchain = { version = "31.0.0", default-features = false } +sp-runtime = { version = "36.0.0", default-features = false } +sp-timestamp = "31.0.0" +substrate-frame-rpc-system = "33.0.0" substrate-prometheus-endpoint = "0.17.0" -sp-session = { version = "31.0.0", default-features = false } +sp-session = { version = "32.0.0", default-features = false } sp-std = { version = "14.0.0", default-features = false } -sp-transaction-pool = { version = "30.0.0", default-features = false } -sp-version = { version = "33.0.0", default-features = false } +sp-transaction-pool = { version = "31.0.0", default-features = false } +sp-version = { version = "34.0.0", default-features = false } # Polkadot -pallet-xcm = { version = "11.0.0", default-features = false } -polkadot-cli = "11.0.0" -polkadot-parachain-primitives = { version = "10.0.0", default-features = false } -polkadot-runtime-parachains = { version = "11.0.0", default-features = false } -polkadot-primitives = { version = "11.0.0", default-features = false } -polkadot-runtime-common = { version = "11.0.0", default-features = false } -rococo-runtime-constants = { version = "11.0.0", default-features = false } -rococo-runtime = { version = "11.0.0", default-features = false } -xcm = { version = "11.0.0", package = "staging-xcm", default-features = false } -xcm-builder = { version = "11.0.0", package = "staging-xcm-builder", default-features = false } -xcm-executor = { version = "11.0.0", package = "staging-xcm-executor", default-features = false } +pallet-xcm = { version = "12.0.0", default-features = false } +polkadot-cli = "12.0.0" +polkadot-parachain-primitives = { version = "11.0.0", default-features = false } +polkadot-runtime-parachains = { version = "12.0.0", default-features = false } +polkadot-primitives = { version = "12.0.0", default-features = false } +polkadot-runtime-common = { version = "12.0.0", default-features = false } +rococo-runtime-constants = { version = "12.0.0", default-features = false } +rococo-runtime = { version = "12.0.1", default-features = false } +xcm = { version = "12.0.0", package = "staging-xcm", default-features = false } +xcm-builder = { version = "12.0.0", package = "staging-xcm-builder", default-features = false } +xcm-executor = { version = "12.0.0", package = "staging-xcm-executor", default-features = false } # Cumulus -asset-hub-rococo-runtime = { version = "0.15.0", default-features = false } -asset-test-utils = { version = "11.0.0", default-features = false } -cumulus-pallet-aura-ext = { version = "0.11.0", default-features = false } -cumulus-pallet-parachain-system = { version = "0.11.0", default-features = false, features = [ +asset-hub-rococo-runtime = { version = "0.16.1", default-features = false } +asset-test-utils = { version = "12.0.0", default-features = false } +cumulus-pallet-aura-ext = { version = "0.12.0", default-features = false } +cumulus-pallet-parachain-system = { version = "0.12.0", default-features = false, features = [ "parameterized-consensus-hook", ] } -cumulus-pallet-session-benchmarking = { version = "13.0.0", default-features = false } -cumulus-pallet-xcm = { version = "0.11.0", default-features = false } -cumulus-pallet-xcmp-queue = { version = "0.11.0", default-features = false } -cumulus-primitives-aura = { version = "0.11.0", default-features = false } -cumulus-primitives-core = { version = "0.11.0", default-features = false } -cumulus-primitives-storage-weight-reclaim = { version = "2.0.0", default-features = false } -cumulus-primitives-utility = { version = "0.11.0", default-features = false } -emulated-integration-tests-common = { version = "7.0.0", default-features = false } -pallet-collator-selection = { version = "13.0.1", default-features = false } -parachains-common = { version = "11.0.0", default-features = false } -parachain-info = { version = "0.11.0", package = "staging-parachain-info", default-features = false } -cumulus-primitives-parachain-inherent = "0.11.0" -cumulus-relay-chain-interface = "0.11.0" +cumulus-pallet-session-benchmarking = { version = "14.0.0", default-features = false } +cumulus-pallet-xcm = { version = "0.12.0", default-features = false } +cumulus-pallet-xcmp-queue = { version = "0.12.0", default-features = false } +cumulus-primitives-aura = { version = "0.12.0", default-features = false } +cumulus-primitives-core = { version = "0.12.0", default-features = false } +cumulus-primitives-storage-weight-reclaim = { version = "3.0.0", default-features = false } +cumulus-primitives-utility = { version = "0.12.0", default-features = false } +emulated-integration-tests-common = { version = "8.0.0", default-features = false } +pallet-collator-selection = { version = "14.0.0", default-features = false } +parachains-common = { version = "12.0.0", default-features = false } +parachain-info = { version = "0.12.0", package = "staging-parachain-info", default-features = false } +cumulus-primitives-parachain-inherent = "0.12.0" +cumulus-relay-chain-interface = "0.12.0" color-print = "0.3.4" -cumulus-client-cli = "0.11.0" -cumulus-client-collator = "0.11.0" -cumulus-client-consensus-aura = "0.11.0" -cumulus-client-consensus-common = "0.11.0" -cumulus-client-consensus-proposer = "0.11.0" -cumulus-client-service = "0.11.0" +cumulus-client-cli = "0.12.0" +cumulus-client-collator = "0.12.0" +cumulus-client-consensus-aura = "0.12.0" +cumulus-client-consensus-common = "0.12.0" +cumulus-client-consensus-proposer = "0.12.0" +cumulus-client-service = "0.12.0" # Paseo asset-hub-paseo-runtime = { git = "https://github.com/paseo-network/runtimes/", tag = "v1.2.5-system-chains", default-features = false } diff --git a/node/src/cli.rs b/node/src/cli.rs index 665b1129..19532033 100644 --- a/node/src/cli.rs +++ b/node/src/cli.rs @@ -38,11 +38,6 @@ pub enum Subcommand { #[command(subcommand)] Benchmark(frame_benchmarking_cli::BenchmarkCmd), - /// Try-runtime has migrated to a standalone - /// [CLI](). The subcommand exists as a stub and - /// deprecation notice. It will be removed entirely some time after Janurary 2024. - TryRuntime, - /// Key management CLI utilities #[command(subcommand)] Key(sc_cli::KeySubcommand), diff --git a/node/src/command.rs b/node/src/command.rs index 6e3d1302..7916072f 100644 --- a/node/src/command.rs +++ b/node/src/command.rs @@ -9,7 +9,7 @@ use sc_cli::{ NetworkParams, Result, SharedParams, SubstrateCli, }; use sc_service::config::{BasePath, PrometheusConfig}; -use sp_runtime::traits::AccountIdConversion; +use sp_runtime::traits::HashingFor; use crate::{ chain_spec, @@ -248,9 +248,7 @@ pub fn run() -> Result<()> { Some(Subcommand::ExportGenesisHead(cmd)) => { let runner = cli.create_runner(cmd)?; runner.sync_run(|config| { - construct_benchmark_partials!(config, |partials| { - cmd.run(partials.client) - }) + construct_benchmark_partials!(config, |partials| cmd.run(partials.client)) }) }, Some(Subcommand::ExportGenesisWasm(cmd)) => { @@ -264,24 +262,26 @@ pub fn run() -> Result<()> { let runner = cli.create_runner(cmd)?; // Switch on the concrete benchmark sub-command- match cmd { - BenchmarkCmd::Pallet(cmd) => + BenchmarkCmd::Pallet(cmd) => { if cfg!(feature = "runtime-benchmarks") { - runner.sync_run(|config| cmd.run::, ()>(config)) + runner.sync_run(|config| { + cmd.run_with_spec::, ()>(Some(config.chain_spec)) + }) } else { Err("Benchmarking wasn't enabled when building the node. \ You can enable it with `--features runtime-benchmarks`." .into()) - }, + } + }, BenchmarkCmd::Block(cmd) => runner.sync_run(|config| { construct_benchmark_partials!(config, |partials| cmd.run(partials.client)) }), #[cfg(not(feature = "runtime-benchmarks"))] - BenchmarkCmd::Storage(_) => - Err(sc_cli::Error::Input( - "Compile with --features=runtime-benchmarks \ + BenchmarkCmd::Storage(_) => Err(sc_cli::Error::Input( + "Compile with --features=runtime-benchmarks \ to enable storage benchmarks." - .into(), - )), + .into(), + )), #[cfg(feature = "runtime-benchmarks")] BenchmarkCmd::Storage(cmd) => runner.sync_run(|config| { construct_benchmark_partials!(config, |partials| { @@ -290,15 +290,15 @@ pub fn run() -> Result<()> { cmd.run(config, partials.client.clone(), db, storage) }) }), - BenchmarkCmd::Machine(cmd) => - runner.sync_run(|config| cmd.run(&config, SUBSTRATE_REFERENCE_HARDWARE.clone())), + BenchmarkCmd::Machine(cmd) => { + runner.sync_run(|config| cmd.run(&config, SUBSTRATE_REFERENCE_HARDWARE.clone())) + }, // NOTE: this allows the Client to leniently implement // new benchmark commands without requiring a companion MR. #[allow(unreachable_patterns)] _ => Err("Benchmarking sub-command unsupported".into()), } }, - Some(Subcommand::TryRuntime) => Err("The `try-runtime` subcommand has been migrated to a standalone CLI (https://github.com/paritytech/try-runtime-cli). It is no longer being maintained here and will be removed entirely some time after January 2024. Please remove this subcommand from your runtime and use the standalone CLI.".into()), Some(Subcommand::Key(cmd)) => cmd.run(&cli), None => { let runner = cli.create_runner(&cli.run.normalize())?; @@ -323,17 +323,11 @@ pub fn run() -> Result<()> { let id = ParaId::from(para_id); - let parachain_account = - AccountIdConversion::::into_account_truncating( - &id, - ); - let tokio_handle = config.tokio_handle.clone(); let polkadot_config = SubstrateCli::create_configuration(&polkadot_cli, &polkadot_cli, tokio_handle) .map_err(|err| format!("Relay chain argument error: {}", err))?; - info!("Parachain Account: {parachain_account}"); info!("Is collating: {}", if config.role.is_authority() { "yes" } else { "no" }); match config.chain_spec.runtime() { @@ -341,9 +335,7 @@ pub fn run() -> Result<()> { sp_core::crypto::set_default_ss58_version( pop_runtime_devnet::SS58Prefix::get().into(), ); - crate::service::start_parachain_node::< - pop_runtime_devnet::RuntimeApi, - >( + crate::service::start_parachain_node::( config, polkadot_config, collator_options, @@ -358,9 +350,7 @@ pub fn run() -> Result<()> { sp_core::crypto::set_default_ss58_version( pop_runtime_testnet::SS58Prefix::get().into(), ); - crate::service::start_parachain_node::< - pop_runtime_testnet::RuntimeApi, - >( + crate::service::start_parachain_node::( config, polkadot_config, collator_options, diff --git a/node/src/service.rs b/node/src/service.rs index 58bcad00..818cba5d 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -133,7 +133,7 @@ where config, telemetry.as_ref().map(|telemetry| telemetry.handle()), &task_manager, - )?; + ); Ok(PartialComponents { backend, @@ -184,7 +184,11 @@ where let params = new_partial::(¶chain_config)?; let (block_import, mut telemetry, telemetry_worker_handle) = params.other; - let net_config = sc_network::config::FullNetworkConfiguration::new(¶chain_config.network); + let net_config = sc_network::config::FullNetworkConfiguration::< + _, + _, + sc_network::NetworkWorker, + >::new(¶chain_config.network); let client = params.client.clone(); let backend = params.backend.clone(); @@ -233,7 +237,7 @@ where transaction_pool: Some(OffchainTransactionPoolFactory::new( transaction_pool.clone(), )), - network_provider: network.clone(), + network_provider: Arc::new(network.clone()), is_validator: parachain_config.role.is_authority(), enable_http_requests: false, custom_extensions: move |_| vec![], @@ -355,14 +359,12 @@ pub(crate) fn build_import_queue( config: &Configuration, telemetry: Option, task_manager: &TaskManager, -) -> Result, sc_service::Error> +) -> sc_consensus::DefaultImportQueue where RuntimeApi: ConstructRuntimeApi> + Send + Sync + 'static, RuntimeApi::RuntimeApi: RuntimeApiExt, { - let slot_duration = cumulus_client_consensus_aura::slot_duration(&*client)?; - - Ok(cumulus_client_consensus_aura::equivocation_import_queue::fully_verifying_import_queue::< + cumulus_client_consensus_aura::equivocation_import_queue::fully_verifying_import_queue::< sp_consensus_aura::sr25519::AuthorityPair, _, _, @@ -375,11 +377,10 @@ where let timestamp = sp_timestamp::InherentDataProvider::from_system_time(); Ok(timestamp) }, - slot_duration, &task_manager.spawn_essential_handle(), config.prometheus_registry(), telemetry, - )) + ) } #[allow(clippy::too_many_arguments)] diff --git a/runtime/devnet/Cargo.toml b/runtime/devnet/Cargo.toml index 4f19b662..974b8b7d 100644 --- a/runtime/devnet/Cargo.toml +++ b/runtime/devnet/Cargo.toml @@ -28,6 +28,7 @@ pop-runtime-common = { workspace = true, default-features = false } # Substrate frame-benchmarking.workspace = true frame-executive.workspace = true +frame-metadata-hash-extension.workspace = true frame-support.workspace = true frame-system.workspace = true frame-system-benchmarking.workspace = true @@ -82,6 +83,7 @@ cumulus-pallet-xcm.workspace = true cumulus-pallet-xcmp-queue.workspace = true cumulus-primitives-aura.workspace = true cumulus-primitives-core.workspace = true +cumulus-primitives-storage-weight-reclaim.workspace = true cumulus-primitives-utility.workspace = true pallet-collator-selection.workspace = true parachains-common.workspace = true @@ -221,4 +223,19 @@ try-runtime = [ "parachain-info/try-runtime", "polkadot-runtime-common/try-runtime", "sp-runtime/try-runtime", -] \ No newline at end of file +] + +experimental = [] + +# Enable the metadata hash generation. +# +# This is hidden behind a feature because it increases the compile time. +# The wasm binary needs to be compiled twice, once to fetch the metadata, +# generate the metadata hash and then a second time with the +# `RUNTIME_METADATA_HASH` environment variable set for the `CheckMetadataHash` +# extension. +metadata-hash = ["substrate-wasm-builder/metadata-hash"] + +# A convenience feature for enabling things when doing a build +# for an on-chain release. +on-chain-release-build = ["metadata-hash"] diff --git a/runtime/devnet/build.rs b/runtime/devnet/build.rs index 02d6973f..9fc445de 100644 --- a/runtime/devnet/build.rs +++ b/runtime/devnet/build.rs @@ -1,4 +1,14 @@ -#[cfg(feature = "std")] +#[cfg(all(feature = "std", feature = "metadata-hash"))] +fn main() { + substrate_wasm_builder::WasmBuilder::new() + .with_current_project() + .export_heap_base() + .import_memory() + .enable_metadata_hash("UNIT", 12) + .build() +} + +#[cfg(all(feature = "std", not(feature = "metadata-hash")))] fn main() { substrate_wasm_builder::WasmBuilder::new() .with_current_project() diff --git a/runtime/devnet/src/config/xcm.rs b/runtime/devnet/src/config/xcm.rs index d73ece85..39d71449 100644 --- a/runtime/devnet/src/config/xcm.rs +++ b/runtime/devnet/src/config/xcm.rs @@ -29,6 +29,8 @@ parameter_types! { // Note: Paseo currently uses Polkadot https://github.com/paseo-network/runtimes/blob/abc4ae9c5ae8f0166aab7ef2b427b3c2c6d5ce5c/relay/paseo/src/xcm_config.rs#L56 pub const RelayNetwork: Option = Some(Polkadot); pub RelayChainOrigin: RuntimeOrigin = cumulus_pallet_xcm::Origin::Relay.into(); + // For the real deployment, it is recommended to set `RelayNetwork` according to the relay chain + // and prepend `UniversalLocation` with `GlobalConsensus(RelayNetwork::get())`. pub UniversalLocation: InteriorLocation = Parachain(ParachainInfo::parachain_id().into()).into(); } diff --git a/runtime/devnet/src/lib.rs b/runtime/devnet/src/lib.rs index 88dd00bb..39eb9a89 100644 --- a/runtime/devnet/src/lib.rs +++ b/runtime/devnet/src/lib.rs @@ -33,7 +33,7 @@ use cumulus_primitives_core::{AggregateMessageOrigin, ParaId}; use frame_support::{ construct_runtime, derive_impl, dispatch::DispatchClass, - genesis_builder_helper::{build_config, create_default_config}, + genesis_builder_helper::{build_state, get_preset}, parameter_types, traits::{ fungible::HoldConsideration, tokens::nonfungibles_v2::Inspect, ConstBool, ConstU32, @@ -102,6 +102,7 @@ pub type SignedExtra = ( frame_system::CheckNonce, frame_system::CheckWeight, pallet_transaction_payment::ChargeTransactionPayment, + frame_metadata_hash_extension::CheckMetadataHash, ); /// Unchecked extrinsic type as expected by this runtime. @@ -334,7 +335,7 @@ parameter_types! { impl pallet_transaction_payment::Config for Runtime { type RuntimeEvent = RuntimeEvent; - type OnChargeTransaction = pallet_transaction_payment::CurrencyAdapter; + type OnChargeTransaction = pallet_transaction_payment::FungibleAdapter; type WeightToFee = WeightToFee; type LengthToFee = ConstantMultiplier; type FeeMultiplierUpdate = SlowAdjustingFeeUpdate; @@ -941,12 +942,16 @@ impl_runtime_apis! { } impl sp_genesis_builder::GenesisBuilder for Runtime { - fn create_default_config() -> Vec { - create_default_config::() + fn build_state(config: Vec) -> sp_genesis_builder::Result { + build_state::(config) } - fn build_config(config: Vec) -> sp_genesis_builder::Result { - build_config::(config) + fn get_preset(id: &Option) -> Option> { + get_preset::(id, |_| None) + } + + fn preset_names() -> Vec { + Default::default() } } } diff --git a/runtime/testnet/Cargo.toml b/runtime/testnet/Cargo.toml index 3c584b37..574dc60f 100644 --- a/runtime/testnet/Cargo.toml +++ b/runtime/testnet/Cargo.toml @@ -28,6 +28,7 @@ pop-runtime-common = { workspace = true, default-features = false } # Substrate frame-benchmarking.workspace = true frame-executive.workspace = true +frame-metadata-hash-extension.workspace = true frame-support.workspace = true frame-system.workspace = true frame-system-benchmarking.workspace = true @@ -82,6 +83,7 @@ cumulus-pallet-xcm.workspace = true cumulus-pallet-xcmp-queue.workspace = true cumulus-primitives-aura.workspace = true cumulus-primitives-core.workspace = true +cumulus-primitives-storage-weight-reclaim.workspace = true cumulus-primitives-utility.workspace = true pallet-collator-selection.workspace = true parachains-common.workspace = true @@ -221,4 +223,17 @@ try-runtime = [ "parachain-info/try-runtime", "polkadot-runtime-common/try-runtime", "sp-runtime/try-runtime", -] \ No newline at end of file +] + +# Enable the metadata hash generation. +# +# This is hidden behind a feature because it increases the compile time. +# The wasm binary needs to be compiled twice, once to fetch the metadata, +# generate the metadata hash and then a second time with the +# `RUNTIME_METADATA_HASH` environment variable set for the `CheckMetadataHash` +# extension. +metadata-hash = ["substrate-wasm-builder/metadata-hash"] + +# A convenience feature for enabling things when doing a build +# for an on-chain release. +on-chain-release-build = ["metadata-hash"] diff --git a/runtime/testnet/build.rs b/runtime/testnet/build.rs index 02d6973f..9fc445de 100644 --- a/runtime/testnet/build.rs +++ b/runtime/testnet/build.rs @@ -1,4 +1,14 @@ -#[cfg(feature = "std")] +#[cfg(all(feature = "std", feature = "metadata-hash"))] +fn main() { + substrate_wasm_builder::WasmBuilder::new() + .with_current_project() + .export_heap_base() + .import_memory() + .enable_metadata_hash("UNIT", 12) + .build() +} + +#[cfg(all(feature = "std", not(feature = "metadata-hash")))] fn main() { substrate_wasm_builder::WasmBuilder::new() .with_current_project() diff --git a/runtime/testnet/src/config/xcm.rs b/runtime/testnet/src/config/xcm.rs index d73ece85..cfe6ad23 100644 --- a/runtime/testnet/src/config/xcm.rs +++ b/runtime/testnet/src/config/xcm.rs @@ -29,6 +29,8 @@ parameter_types! { // Note: Paseo currently uses Polkadot https://github.com/paseo-network/runtimes/blob/abc4ae9c5ae8f0166aab7ef2b427b3c2c6d5ce5c/relay/paseo/src/xcm_config.rs#L56 pub const RelayNetwork: Option = Some(Polkadot); pub RelayChainOrigin: RuntimeOrigin = cumulus_pallet_xcm::Origin::Relay.into(); + // For the real deployment, it is recommended to set `RelayNetwork` according to the relay chain + // and prepend `UniversalLocation` with `GlobalConsensus(RelayNetwork::get())`. pub UniversalLocation: InteriorLocation = Parachain(ParachainInfo::parachain_id().into()).into(); } diff --git a/runtime/testnet/src/lib.rs b/runtime/testnet/src/lib.rs index 0752298a..21782db1 100644 --- a/runtime/testnet/src/lib.rs +++ b/runtime/testnet/src/lib.rs @@ -32,7 +32,7 @@ use cumulus_primitives_core::{AggregateMessageOrigin, ParaId}; use frame_support::{ construct_runtime, derive_impl, dispatch::DispatchClass, - genesis_builder_helper::{build_config, create_default_config}, + genesis_builder_helper::{build_state, get_preset}, parameter_types, traits::{ fungible::HoldConsideration, tokens::nonfungibles_v2::Inspect, ConstBool, ConstU32, @@ -101,6 +101,8 @@ pub type SignedExtra = ( frame_system::CheckNonce, frame_system::CheckWeight, pallet_transaction_payment::ChargeTransactionPayment, + cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim, + frame_metadata_hash_extension::CheckMetadataHash, ); /// Unchecked extrinsic type as expected by this runtime. @@ -337,7 +339,7 @@ parameter_types! { impl pallet_transaction_payment::Config for Runtime { type RuntimeEvent = RuntimeEvent; - type OnChargeTransaction = pallet_transaction_payment::CurrencyAdapter; + type OnChargeTransaction = pallet_transaction_payment::FungibleAdapter; type WeightToFee = WeightToFee; type LengthToFee = ConstantMultiplier; type FeeMultiplierUpdate = SlowAdjustingFeeUpdate; @@ -944,12 +946,16 @@ impl_runtime_apis! { } impl sp_genesis_builder::GenesisBuilder for Runtime { - fn create_default_config() -> Vec { - create_default_config::() + fn build_state(config: Vec) -> sp_genesis_builder::Result { + build_state::(config) } - fn build_config(config: Vec) -> sp_genesis_builder::Result { - build_config::(config) + fn get_preset(id: &Option) -> Option> { + get_preset::(id, |_| None) + } + + fn preset_names() -> Vec { + Default::default() } } } From 0db3bb94ce77a4407cfc16c8765ced894a7e55fb Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 18:14:36 +0700 Subject: [PATCH 72/95] fix: comment identation --- runtime/devnet/src/config/xcm.rs | 2 +- runtime/testnet/src/config/xcm.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/devnet/src/config/xcm.rs b/runtime/devnet/src/config/xcm.rs index 39d71449..1ed2e5a4 100644 --- a/runtime/devnet/src/config/xcm.rs +++ b/runtime/devnet/src/config/xcm.rs @@ -29,7 +29,7 @@ parameter_types! { // Note: Paseo currently uses Polkadot https://github.com/paseo-network/runtimes/blob/abc4ae9c5ae8f0166aab7ef2b427b3c2c6d5ce5c/relay/paseo/src/xcm_config.rs#L56 pub const RelayNetwork: Option = Some(Polkadot); pub RelayChainOrigin: RuntimeOrigin = cumulus_pallet_xcm::Origin::Relay.into(); - // For the real deployment, it is recommended to set `RelayNetwork` according to the relay chain + // For the real deployment, it is recommended to set `RelayNetwork` according to the relay chain // and prepend `UniversalLocation` with `GlobalConsensus(RelayNetwork::get())`. pub UniversalLocation: InteriorLocation = Parachain(ParachainInfo::parachain_id().into()).into(); } diff --git a/runtime/testnet/src/config/xcm.rs b/runtime/testnet/src/config/xcm.rs index cfe6ad23..1ed2e5a4 100644 --- a/runtime/testnet/src/config/xcm.rs +++ b/runtime/testnet/src/config/xcm.rs @@ -29,7 +29,7 @@ parameter_types! { // Note: Paseo currently uses Polkadot https://github.com/paseo-network/runtimes/blob/abc4ae9c5ae8f0166aab7ef2b427b3c2c6d5ce5c/relay/paseo/src/xcm_config.rs#L56 pub const RelayNetwork: Option = Some(Polkadot); pub RelayChainOrigin: RuntimeOrigin = cumulus_pallet_xcm::Origin::Relay.into(); - // For the real deployment, it is recommended to set `RelayNetwork` according to the relay chain + // For the real deployment, it is recommended to set `RelayNetwork` according to the relay chain // and prepend `UniversalLocation` with `GlobalConsensus(RelayNetwork::get())`. pub UniversalLocation: InteriorLocation = Parachain(ParachainInfo::parachain_id().into()).into(); } From b6ee08fa9a9de0022673f36315f95ac88b89135c Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 18:22:16 +0700 Subject: [PATCH 73/95] fix: remove signed extra from testnet --- Cargo.lock | 1 - runtime/testnet/Cargo.toml | 1 - runtime/testnet/src/lib.rs | 1 - 3 files changed, 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e59ef9d2..9f46bc0b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11776,7 +11776,6 @@ dependencies = [ "cumulus-pallet-xcmp-queue 0.12.0", "cumulus-primitives-aura 0.12.0", "cumulus-primitives-core 0.12.0", - "cumulus-primitives-storage-weight-reclaim", "cumulus-primitives-utility 0.12.0", "enumflags2", "env_logger 0.11.3", diff --git a/runtime/testnet/Cargo.toml b/runtime/testnet/Cargo.toml index 574dc60f..e9f30b7e 100644 --- a/runtime/testnet/Cargo.toml +++ b/runtime/testnet/Cargo.toml @@ -83,7 +83,6 @@ cumulus-pallet-xcm.workspace = true cumulus-pallet-xcmp-queue.workspace = true cumulus-primitives-aura.workspace = true cumulus-primitives-core.workspace = true -cumulus-primitives-storage-weight-reclaim.workspace = true cumulus-primitives-utility.workspace = true pallet-collator-selection.workspace = true parachains-common.workspace = true diff --git a/runtime/testnet/src/lib.rs b/runtime/testnet/src/lib.rs index 21782db1..9764855c 100644 --- a/runtime/testnet/src/lib.rs +++ b/runtime/testnet/src/lib.rs @@ -101,7 +101,6 @@ pub type SignedExtra = ( frame_system::CheckNonce, frame_system::CheckWeight, pallet_transaction_payment::ChargeTransactionPayment, - cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim, frame_metadata_hash_extension::CheckMetadataHash, ); From 2b4ce6d35977333e842f28dd9957699b8b4b6c69 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 19:07:49 +0700 Subject: [PATCH 74/95] fix: mismatch dependency version --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9f46bc0b..0e1882db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -17172,9 +17172,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.34" +version = "0.3.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749" +checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" dependencies = [ "deranged", "itoa", @@ -17193,9 +17193,9 @@ checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" [[package]] name = "time-macros" -version = "0.2.17" +version = "0.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774" +checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" dependencies = [ "num-conv", "time-core", From a544bef59f8a6130d51795b4e9084d276b1a48e7 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 17:11:28 +0700 Subject: [PATCH 75/95] chore: upgrade to v1.11.0 --- Cargo.lock | 44 +++++++++++++++++++++++++++----------- runtime/testnet/Cargo.toml | 1 + 2 files changed, 33 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0e1882db..730b0a19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2735,6 +2735,24 @@ dependencies = [ "sp-trie 34.0.0", ] +[[package]] +name = "cumulus-primitives-storage-weight-reclaim" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e68201ff0845be29c3c0e7e408e5f9d4de0e01b55787fe2c8709e658cbd2c937" +dependencies = [ + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-proof-size-hostfunction 0.7.0", + "docify", + "frame-support 33.0.0", + "frame-system 33.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-runtime 36.0.0", + "sp-std", +] + [[package]] name = "cumulus-primitives-utility" version = "0.8.1" @@ -11695,14 +11713,15 @@ dependencies = [ name = "pop-runtime-devnet" version = "0.1.0" dependencies = [ - "cumulus-pallet-aura-ext 0.11.0", - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-session-benchmarking 13.0.0", - "cumulus-pallet-xcm 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-utility 0.11.0", + "cumulus-pallet-aura-ext 0.12.0", + "cumulus-pallet-parachain-system 0.12.0", + "cumulus-pallet-session-benchmarking 14.0.0", + "cumulus-pallet-xcm 0.12.0", + "cumulus-pallet-xcmp-queue 0.12.0", + "cumulus-primitives-aura 0.12.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-storage-weight-reclaim", + "cumulus-primitives-utility 0.12.0", "enumflags2", "env_logger 0.11.3", "frame-benchmarking 33.0.0", @@ -11776,6 +11795,7 @@ dependencies = [ "cumulus-pallet-xcmp-queue 0.12.0", "cumulus-primitives-aura 0.12.0", "cumulus-primitives-core 0.12.0", + "cumulus-primitives-storage-weight-reclaim", "cumulus-primitives-utility 0.12.0", "enumflags2", "env_logger 0.11.3", @@ -17172,9 +17192,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.36" +version = "0.3.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" +checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749" dependencies = [ "deranged", "itoa", @@ -17193,9 +17213,9 @@ checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" [[package]] name = "time-macros" -version = "0.2.18" +version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" +checksum = "7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774" dependencies = [ "num-conv", "time-core", diff --git a/runtime/testnet/Cargo.toml b/runtime/testnet/Cargo.toml index e9f30b7e..574dc60f 100644 --- a/runtime/testnet/Cargo.toml +++ b/runtime/testnet/Cargo.toml @@ -83,6 +83,7 @@ cumulus-pallet-xcm.workspace = true cumulus-pallet-xcmp-queue.workspace = true cumulus-primitives-aura.workspace = true cumulus-primitives-core.workspace = true +cumulus-primitives-storage-weight-reclaim.workspace = true cumulus-primitives-utility.workspace = true pallet-collator-selection.workspace = true parachains-common.workspace = true From ff347820902d4a516e5b1ff8c0692987e369015b Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 18:22:16 +0700 Subject: [PATCH 76/95] fix: remove signed extra from testnet --- Cargo.lock | 1 - runtime/testnet/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 730b0a19..a85f36b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11795,7 +11795,6 @@ dependencies = [ "cumulus-pallet-xcmp-queue 0.12.0", "cumulus-primitives-aura 0.12.0", "cumulus-primitives-core 0.12.0", - "cumulus-primitives-storage-weight-reclaim", "cumulus-primitives-utility 0.12.0", "enumflags2", "env_logger 0.11.3", diff --git a/runtime/testnet/Cargo.toml b/runtime/testnet/Cargo.toml index 574dc60f..e9f30b7e 100644 --- a/runtime/testnet/Cargo.toml +++ b/runtime/testnet/Cargo.toml @@ -83,7 +83,6 @@ cumulus-pallet-xcm.workspace = true cumulus-pallet-xcmp-queue.workspace = true cumulus-primitives-aura.workspace = true cumulus-primitives-core.workspace = true -cumulus-primitives-storage-weight-reclaim.workspace = true cumulus-primitives-utility.workspace = true pallet-collator-selection.workspace = true parachains-common.workspace = true From b33a5bcc11ee891dfc5f12e88884e00215667d67 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 19:07:49 +0700 Subject: [PATCH 77/95] fix: mismatch dependency version --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a85f36b3..67d5053c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -17191,9 +17191,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.34" +version = "0.3.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749" +checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" dependencies = [ "deranged", "itoa", @@ -17212,9 +17212,9 @@ checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" [[package]] name = "time-macros" -version = "0.2.17" +version = "0.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774" +checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" dependencies = [ "num-conv", "time-core", From 9de05d840fe717ade6924cfb0affb1cfa427d7f1 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Thu, 15 Aug 2024 19:01:46 +0700 Subject: [PATCH 78/95] fix: remove metadata hash from testnet --- runtime/testnet/Cargo.toml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/runtime/testnet/Cargo.toml b/runtime/testnet/Cargo.toml index fd5f732b..3c584b37 100644 --- a/runtime/testnet/Cargo.toml +++ b/runtime/testnet/Cargo.toml @@ -221,17 +221,4 @@ try-runtime = [ "parachain-info/try-runtime", "polkadot-runtime-common/try-runtime", "sp-runtime/try-runtime", -] - -# Enable the metadata hash generation. -# -# This is hidden behind a feature because it increases the compile time. -# The wasm binary needs to be compiled twice, once to fetch the metadata, -# generate the metadata hash and then a second time with the -# `RUNTIME_METADATA_HASH` environment variable set for the `CheckMetadataHash` -# extension. -metadata-hash = ["substrate-wasm-builder/metadata-hash"] - -# A convenience feature for enabling things when doing a build -# for an on-chain release. -on-chain-release-build = ["metadata-hash"] \ No newline at end of file +] \ No newline at end of file From 3e9d856cdea8d7a7039f2c93ed2dd9bfbadc378f Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Thu, 15 Aug 2024 19:53:22 +0700 Subject: [PATCH 79/95] fix: remove metadata hash extension --- runtime/devnet/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/runtime/devnet/src/lib.rs b/runtime/devnet/src/lib.rs index 39eb9a89..9d7ca7fe 100644 --- a/runtime/devnet/src/lib.rs +++ b/runtime/devnet/src/lib.rs @@ -102,7 +102,6 @@ pub type SignedExtra = ( frame_system::CheckNonce, frame_system::CheckWeight, pallet_transaction_payment::ChargeTransactionPayment, - frame_metadata_hash_extension::CheckMetadataHash, ); /// Unchecked extrinsic type as expected by this runtime. From d222eb6add2a7615fbb596ca1fc5ac35c8a8fd9d Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Fri, 16 Aug 2024 10:48:19 +0700 Subject: [PATCH 80/95] refactor: simplify wasm build script --- runtime/devnet/build.rs | 11 ++--------- runtime/testnet/build.rs | 11 ++--------- 2 files changed, 4 insertions(+), 18 deletions(-) diff --git a/runtime/devnet/build.rs b/runtime/devnet/build.rs index 9fc445de..287f2a61 100644 --- a/runtime/devnet/build.rs +++ b/runtime/devnet/build.rs @@ -1,20 +1,13 @@ #[cfg(all(feature = "std", feature = "metadata-hash"))] fn main() { - substrate_wasm_builder::WasmBuilder::new() - .with_current_project() - .export_heap_base() - .import_memory() + substrate_wasm_builder::WasmBuilder::init_with_defaults() .enable_metadata_hash("UNIT", 12) .build() } #[cfg(all(feature = "std", not(feature = "metadata-hash")))] fn main() { - substrate_wasm_builder::WasmBuilder::new() - .with_current_project() - .export_heap_base() - .import_memory() - .build() + substrate_wasm_builder::WasmBuilder::build_using_defaults() } /// The wasm builder is deactivated when compiling diff --git a/runtime/testnet/build.rs b/runtime/testnet/build.rs index 9fc445de..287f2a61 100644 --- a/runtime/testnet/build.rs +++ b/runtime/testnet/build.rs @@ -1,20 +1,13 @@ #[cfg(all(feature = "std", feature = "metadata-hash"))] fn main() { - substrate_wasm_builder::WasmBuilder::new() - .with_current_project() - .export_heap_base() - .import_memory() + substrate_wasm_builder::WasmBuilder::init_with_defaults() .enable_metadata_hash("UNIT", 12) .build() } #[cfg(all(feature = "std", not(feature = "metadata-hash")))] fn main() { - substrate_wasm_builder::WasmBuilder::new() - .with_current_project() - .export_heap_base() - .import_memory() - .build() + substrate_wasm_builder::WasmBuilder::build_using_defaults() } /// The wasm builder is deactivated when compiling From 2edd61f4137c1b48e99e4ba10c0c18f3bdfe86cf Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Fri, 16 Aug 2024 15:39:46 +0700 Subject: [PATCH 81/95] chore: upgrade to 1.14.0 --- Cargo.lock | 3467 +++++++++++++++++++----------------- Cargo.toml | 144 +- runtime/devnet/src/lib.rs | 148 +- runtime/testnet/src/lib.rs | 148 +- 4 files changed, 2125 insertions(+), 1782 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a73fe08e..00c68127 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -77,7 +77,7 @@ version = "0.7.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9" dependencies = [ - "getrandom 0.2.15", + "getrandom", "once_cell", "version_check", ] @@ -89,7 +89,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" dependencies = [ "cfg-if", - "getrandom 0.2.15", + "getrandom", "once_cell", "version_check", "zerocopy", @@ -344,7 +344,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185" dependencies = [ "num-traits", - "rand 0.8.5", + "rand", ] [[package]] @@ -380,8 +380,24 @@ version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f6fd5ddaf0351dff5b8da21b2fb4ff8e08ddd02857f0bf69c47639106c0fff0" dependencies = [ - "asn1-rs-derive", - "asn1-rs-impl", + "asn1-rs-derive 0.4.0", + "asn1-rs-impl 0.1.0", + "displaydoc", + "nom", + "num-traits", + "rusticata-macros", + "thiserror", + "time", +] + +[[package]] +name = "asn1-rs" +version = "0.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5493c3bedbacf7fd7382c6346bbd66687d12bbaad3a89a2d2c303ee6cf20b048" +dependencies = [ + "asn1-rs-derive 0.5.1", + "asn1-rs-impl 0.2.0", "displaydoc", "nom", "num-traits", @@ -402,6 +418,18 @@ dependencies = [ "synstructure 0.12.6", ] +[[package]] +name = "asn1-rs-derive" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "965c2d33e53cb6b267e148a4cb0760bc01f4904c1cd4bb4002a085bb016d1490" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.66", + "synstructure 0.13.1", +] + [[package]] name = "asn1-rs-impl" version = "0.1.0" @@ -413,6 +441,17 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "asn1-rs-impl" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.66", +] + [[package]] name = "assert_matches" version = "1.5.0" @@ -501,32 +540,32 @@ dependencies = [ [[package]] name = "asset-test-utils" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91ebd50fb5aa439aaadf0560ad3afd426e03cf136e57a2c751f88376cd924799" +checksum = "8ccc232efa79f7f180856e9bc8535dbb2d813b62418cda7bf154a713adb9ea36" dependencies = [ - "cumulus-pallet-parachain-system 0.14.0", - "cumulus-pallet-xcmp-queue 0.14.0", + "cumulus-pallet-parachain-system 0.15.0", + "cumulus-pallet-xcmp-queue 0.15.0", "cumulus-primitives-core 0.14.0", - "frame-support 35.0.0", - "frame-system 35.0.0", - "pallet-assets 36.0.0", - "pallet-balances 36.0.0", - "pallet-collator-selection 16.0.0", - "pallet-session 35.0.0", - "pallet-timestamp 34.0.0", - "pallet-xcm 14.0.0", - "pallet-xcm-bridge-hub-router 0.12.0", - "parachains-common 14.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", + "pallet-assets 37.0.0", + "pallet-balances 37.0.0", + "pallet-collator-selection 17.0.0", + "pallet-session 36.0.0", + "pallet-timestamp 35.0.0", + "pallet-xcm 15.0.0", + "pallet-xcm-bridge-hub-router 0.13.0", + "parachains-common 15.0.0", "parachains-runtimes-test-utils", "parity-scale-codec", "sp-io 37.0.0", "sp-runtime 38.0.0", "sp-std", - "staging-parachain-info 0.14.0", + "staging-parachain-info 0.15.0", "staging-xcm 14.1.0", - "staging-xcm-builder 14.0.0", - "staging-xcm-executor 14.0.0", + "staging-xcm-builder 15.0.0", + "staging-xcm-executor 15.0.0", "substrate-wasm-builder 23.0.0", ] @@ -574,7 +613,7 @@ dependencies = [ "concurrent-queue", "event-listener-strategy", "futures-core", - "pin-project-lite 0.2.14", + "pin-project-lite", ] [[package]] @@ -658,7 +697,7 @@ checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18" dependencies = [ "event-listener 5.3.1", "event-listener-strategy", - "pin-project-lite 0.2.14", + "pin-project-lite", ] [[package]] @@ -734,7 +773,7 @@ dependencies = [ "futures-sink", "futures-util", "memchr", - "pin-project-lite 0.2.14", + "pin-project-lite", ] [[package]] @@ -749,6 +788,17 @@ version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" +[[package]] +name = "attohttpc" +version = "0.24.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8d9a9bf8b79a749ee0b911b91b671cc2b6c670bdbc7e3dfd537576ddc94bb2a2" +dependencies = [ + "http 0.2.12", + "log", + "url", +] + [[package]] name = "autocfg" version = "1.3.0" @@ -872,8 +922,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "93f2635620bf0b9d4576eb7bb9a38a55df78bd1205d26fa994b25911a69f212f" dependencies = [ "bitcoin_hashes 0.11.0", - "rand 0.7.3", - "rand_core 0.5.1", + "rand", + "rand_core 0.6.4", "serde", "unicode-normalization", ] @@ -1120,13 +1170,13 @@ dependencies = [ [[package]] name = "bp-header-chain" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3445ca2e7a3b5e86f03f5bed0a98edcfbdada59f97b71c7dbace25b60b9d3c4a" +checksum = "57cac4b71008e46d43e346476ed1be85cf7b505efacee17dad84d687344bf1b1" dependencies = [ - "bp-runtime 0.14.0", + "bp-runtime 0.15.0", "finality-grandpa", - "frame-support 35.0.0", + "frame-support 36.0.0", "parity-scale-codec", "scale-info", "serde", @@ -1154,13 +1204,13 @@ dependencies = [ [[package]] name = "bp-messages" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75cee5c02e0cf8cfec023231ba3b40922321bab0ab2490ab1f71af5f5d9eaf63" +checksum = "f97eec00a98efeb052ac9fc9676d9fccf5acd19e3b18530f3d72af1a1faf21ec" dependencies = [ - "bp-header-chain 0.14.0", - "bp-runtime 0.14.0", - "frame-support 35.0.0", + "bp-header-chain 0.15.0", + "bp-runtime 0.15.0", + "frame-support 36.0.0", "parity-scale-codec", "scale-info", "serde", @@ -1170,14 +1220,14 @@ dependencies = [ [[package]] name = "bp-parachains" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3509fb70e4e42a7cdea1be3a97cf695f0a93313a5526e39ce409d07bf8479f68" +checksum = "60c0bde723a5daf39f4f02816483c9ac049818990b06858dff751736636a4ea2" dependencies = [ - "bp-header-chain 0.14.0", - "bp-polkadot-core 0.14.0", - "bp-runtime 0.14.0", - "frame-support 35.0.0", + "bp-header-chain 0.15.0", + "bp-polkadot-core 0.15.0", + "bp-runtime 0.15.0", + "frame-support 36.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", @@ -1207,14 +1257,14 @@ dependencies = [ [[package]] name = "bp-polkadot-core" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "330626b279be8405c3d6e712b84af7c8f2636cbe9ca4c1ed7d42937fe933a050" +checksum = "6ef2272823ecfee580c00f6542dfcab3ec7abdb00857af853429736847c3a2d9" dependencies = [ - "bp-messages 0.14.0", - "bp-runtime 0.14.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "bp-messages 0.15.0", + "bp-runtime 0.15.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "parity-scale-codec", "parity-util-mem", "scale-info", @@ -1226,13 +1276,13 @@ dependencies = [ [[package]] name = "bp-relayers" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf7d8f513b18231df91ef7da1db32e591006d8193d85c8efa3737f904c6b31e0" +checksum = "5a589f5bb70baa4377a798823be752042aa6c220d51afc559716667e29b0203d" dependencies = [ - "bp-messages 0.14.0", - "bp-runtime 0.14.0", - "frame-support 35.0.0", + "bp-messages 0.15.0", + "bp-runtime 0.15.0", + "frame-support 36.0.0", "parity-scale-codec", "scale-info", "sp-runtime 38.0.0", @@ -1265,12 +1315,12 @@ dependencies = [ [[package]] name = "bp-runtime" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bae0eaf8669eeb086c5ce8b9a6b5f4fb3f83cd0699c63a6f42236482873c8236" +checksum = "904644c23b437dde65741f3148067624ed0b4d8360f68adf9e92273aeb970814" dependencies = [ - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "hash-db", "impl-trait-for-tuples", "log", @@ -1289,15 +1339,15 @@ dependencies = [ [[package]] name = "bp-test-utils" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f325da595f8edb134fe8458beb6fb71f5db1e13cf47af34c3e4ce19248d4c7a" +checksum = "85062410c8f85ba074f04d843c59f39c7fcb64b83f2ece5bd4379f8c34a4bf15" dependencies = [ - "bp-header-chain 0.14.0", + "bp-header-chain 0.15.0", "bp-parachains", - "bp-polkadot-core 0.14.0", - "bp-runtime 0.14.0", - "ed25519-dalek 2.1.1", + "bp-polkadot-core 0.15.0", + "bp-runtime 0.15.0", + "ed25519-dalek", "finality-grandpa", "parity-scale-codec", "sp-application-crypto 37.0.0", @@ -1343,28 +1393,28 @@ dependencies = [ [[package]] name = "bridge-runtime-common" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb83d2cdbf8282d03d8c9fb2ed2bdb67f98ae48dd3937ba3d8a302e2f349a332" +checksum = "639591635551f94b6e310852430b669495bd99cfd2af20b00a00f6cc7169e70d" dependencies = [ - "bp-header-chain 0.14.0", - "bp-messages 0.14.0", + "bp-header-chain 0.15.0", + "bp-messages 0.15.0", "bp-parachains", - "bp-polkadot-core 0.14.0", + "bp-polkadot-core 0.15.0", "bp-relayers", - "bp-runtime 0.14.0", + "bp-runtime 0.15.0", "bp-xcm-bridge-hub", "bp-xcm-bridge-hub-router 0.13.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "hash-db", "log", "pallet-bridge-grandpa", "pallet-bridge-messages", "pallet-bridge-parachains", "pallet-bridge-relayers", - "pallet-transaction-payment 35.0.0", - "pallet-utility 35.0.0", + "pallet-transaction-payment 36.0.0", + "pallet-utility 36.0.0", "parity-scale-codec", "scale-info", "sp-api 33.0.0", @@ -1374,7 +1424,7 @@ dependencies = [ "sp-std", "sp-trie 36.0.0", "staging-xcm 14.1.0", - "staging-xcm-builder 14.0.0", + "staging-xcm-builder 15.0.0", "tuplex", ] @@ -1502,6 +1552,12 @@ dependencies = [ "once_cell", ] +[[package]] +name = "cesu8" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" + [[package]] name = "cexpr" version = "0.6.0" @@ -1590,7 +1646,7 @@ dependencies = [ "multibase", "multihash 0.17.0", "serde", - "unsigned-varint", + "unsigned-varint 0.7.2", ] [[package]] @@ -1603,7 +1659,7 @@ dependencies = [ "multibase", "multihash 0.18.1", "serde", - "unsigned-varint", + "unsigned-varint 0.7.2", ] [[package]] @@ -1805,7 +1861,7 @@ version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e" dependencies = [ - "getrandom 0.2.15", + "getrandom", "once_cell", "tiny-keccak", ] @@ -2113,9 +2169,9 @@ dependencies = [ [[package]] name = "cumulus-client-cli" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7980387e86a9447caa3c3aa2a0c908e6dc94d81e5494c12e56146a6271204b31" +checksum = "b64901f2fde878bec8f4c3949b5e5ee6fb5de45dd19b45d9fcd6a23a859fd0cc" dependencies = [ "clap", "parity-scale-codec", @@ -2131,9 +2187,9 @@ dependencies = [ [[package]] name = "cumulus-client-collator" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1291bce46c865d627075f7f1d980e22b011dbe670cacea6b0b9c95f83eb4ebdd" +checksum = "2311f438161902135ff57db8a81ed3c701e33fd4bccbcc72e785f1efc73e1df3" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", @@ -2155,9 +2211,9 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-aura" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe170ff77c66f15afe0ce18940f51f78920d80215165c919469516be57108e59" +checksum = "76c45052da56eb1631e177812f47c9426cb2617a5bfcc4c76a746e6a4c660df2" dependencies = [ "async-trait", "cumulus-client-collator", @@ -2169,6 +2225,7 @@ dependencies = [ "cumulus-relay-chain-interface", "futures", "parity-scale-codec", + "parking_lot 0.12.3", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", @@ -2198,9 +2255,9 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-common" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cca21fecfbeedaabf25c421573dfe3e3392d376e2b4acd4a281062ad142ce1b9" +checksum = "83b4de5c24c4304b509dffccb95218f22c2ef619a91aee85a3d9523b63347be2" dependencies = [ "async-trait", "cumulus-client-pov-recovery", @@ -2222,6 +2279,7 @@ dependencies = [ "sp-runtime 38.0.0", "sp-timestamp 33.0.0", "sp-trie 36.0.0", + "sp-version 36.0.0", "substrate-prometheus-endpoint", "tracing", ] @@ -2244,9 +2302,9 @@ dependencies = [ [[package]] name = "cumulus-client-network" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d9d520c245f0df156dc50a86dfec79efcda7733a99eeb2224e315a26eab4650" +checksum = "ed8d6844af4dbb35a925d493331b631f4ccd3b15568643e92afbf0ee7f4b22e3" dependencies = [ "async-trait", "cumulus-relay-chain-interface", @@ -2255,22 +2313,25 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", "polkadot-node-primitives", + "polkadot-node-subsystem", "polkadot-parachain-primitives 13.0.0", "polkadot-primitives 14.0.0", "sc-client-api", + "sp-api 33.0.0", "sp-blockchain", "sp-consensus", "sp-core 34.0.0", "sp-runtime 38.0.0", "sp-state-machine 0.42.0", + "sp-version 36.0.0", "tracing", ] [[package]] name = "cumulus-client-parachain-inherent" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ff5587b8a306617db8f6528f9244c6ee4344745eeb252b3c7b20ea6c2496b3c" +checksum = "e99367f72d7bce6d8996eb397d265290e4a982fbbc4b0fd7659e57a2ad5b6b7b" dependencies = [ "async-trait", "cumulus-primitives-core 0.14.0", @@ -2293,9 +2354,9 @@ dependencies = [ [[package]] name = "cumulus-client-pov-recovery" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca43387c87d4b6fb2f8ff5ac70e46b7bea0ff686b6445e8bd4b6e44691d6616e" +checksum = "21e3bd944ef351edb61fdaca5bf6d9a964d7c7571bd0b0236ea51f167bec9b6f" dependencies = [ "async-trait", "cumulus-primitives-core 0.14.0", @@ -2307,20 +2368,22 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-overseer", "polkadot-primitives 14.0.0", - "rand 0.8.5", + "rand", "sc-client-api", "sc-consensus", + "sp-api 33.0.0", "sp-consensus", "sp-maybe-compressed-blob", "sp-runtime 38.0.0", + "sp-version 36.0.0", "tracing", ] [[package]] name = "cumulus-client-service" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c6b433d3036a30f2aaacd4249988084f55ca3291c9388fa7e78e4b6222f74ef" +checksum = "fb134f1526eba4455290859ad34174ab787c8f36f509063f41eeac17202a8f78" dependencies = [ "cumulus-client-cli", "cumulus-client-collator", @@ -2375,15 +2438,15 @@ dependencies = [ [[package]] name = "cumulus-pallet-aura-ext" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52088d88534bd04ea251c030af1fef69845d29ed4fc9be399c1fbd5a311bea61" +checksum = "c5e8af48090936c45483d489ee681acb54277763586b53fa3dbd17173aa474fc" dependencies = [ - "cumulus-pallet-parachain-system 0.14.0", - "frame-support 35.0.0", - "frame-system 35.0.0", - "pallet-aura 34.0.0", - "pallet-timestamp 34.0.0", + "cumulus-pallet-parachain-system 0.15.0", + "frame-support 36.0.0", + "frame-system 36.0.1", + "pallet-aura 35.0.0", + "pallet-timestamp 35.0.0", "parity-scale-codec", "scale-info", "sp-application-crypto 37.0.0", @@ -2430,9 +2493,9 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95f75a9e4dfebf1850c7c946a49cdb8b5e82a143155a40337ea083f412e13071" +checksum = "300d5509bd8ac95bafe158fa475278315175a4eb0422c2cd82e08e8b9dde035c" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", @@ -2440,16 +2503,16 @@ dependencies = [ "cumulus-primitives-parachain-inherent 0.14.0", "cumulus-primitives-proof-size-hostfunction 0.9.0", "environmental", - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "impl-trait-for-tuples", "log", - "pallet-message-queue 38.0.0", + "pallet-message-queue 39.0.0", "parity-scale-codec", "polkadot-parachain-primitives 13.0.0", - "polkadot-runtime-common 14.0.0", - "polkadot-runtime-parachains 14.0.0", + "polkadot-runtime-common 15.0.0", + "polkadot-runtime-parachains 15.0.2", "scale-info", "sp-core 34.0.0", "sp-externalities 0.29.0", @@ -2461,7 +2524,7 @@ dependencies = [ "sp-trie 36.0.0", "sp-version 36.0.0", "staging-xcm 14.1.0", - "staging-xcm-builder 14.0.0", + "staging-xcm-builder 15.0.0", "trie-db 0.29.1", ] @@ -2494,14 +2557,14 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d45ca03e091945ecbb293df36823202ce3eba6133454968bf54e3f82c1b58ee" +checksum = "506daacefa861aa2909b64f26e76495ce029227fd8355b97e074cc1d5dc54ab2" dependencies = [ - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", - "pallet-session 35.0.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", + "pallet-session 36.0.0", "parity-scale-codec", "sp-runtime 38.0.0", "sp-std", @@ -2526,13 +2589,13 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dccf061aecc7c4b393c6586a0d95900bc0dfc8ac9298313a608d2389bf7f8de2" +checksum = "8d5224285f60e5159bab549f458079d606a7f95ef779def8b89f1a244dc7cf81" dependencies = [ "cumulus-primitives-core 0.14.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "parity-scale-codec", "scale-info", "sp-io 37.0.0", @@ -2569,29 +2632,29 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "437a52fc63387f1aa2211bc219e1283a935ed36d9ccbb3373faee0398125c466" +checksum = "0adf5409618b21e754fef0ac70f257878d22d61c48fdeefcab666835dcb8e0f0" dependencies = [ "bounded-collections 0.2.0", "bp-xcm-bridge-hub-router 0.13.0", "cumulus-primitives-core 0.14.0", - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "log", - "pallet-message-queue 38.0.0", + "pallet-message-queue 39.0.0", "parity-scale-codec", - "polkadot-runtime-common 14.0.0", - "polkadot-runtime-parachains 14.0.0", + "polkadot-runtime-common 15.0.0", + "polkadot-runtime-parachains 15.0.2", "scale-info", "sp-core 34.0.0", "sp-io 37.0.0", "sp-runtime 38.0.0", "sp-std", "staging-xcm 14.1.0", - "staging-xcm-builder 14.0.0", - "staging-xcm-executor 14.0.0", + "staging-xcm-builder 15.0.0", + "staging-xcm-executor 15.0.0", ] [[package]] @@ -2718,15 +2781,15 @@ dependencies = [ [[package]] name = "cumulus-primitives-storage-weight-reclaim" -version = "5.0.0" +version = "6.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ea10ccbf595c8b2e6dd34dcf8f5f213d6dd5e3de0f73b1eae71045ac04c692f" +checksum = "d9e02d29ca51a4911585fdd5381e5f1cb4ee553e4f20b843c08917dfba881ea7" dependencies = [ "cumulus-primitives-core 0.14.0", "cumulus-primitives-proof-size-hostfunction 0.9.0", "docify", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "log", "parity-scale-codec", "scale-info", @@ -2757,30 +2820,30 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "192d7917d70fdb0998311df31430bd28408af9abce79a2245efbf511a8fa4671" +checksum = "05742c520065e3870d419683113ed7f6d35de66f0c80af6828e7878d1bb0ea94" dependencies = [ "cumulus-primitives-core 0.14.0", - "frame-support 35.0.0", + "frame-support 36.0.0", "log", - "pallet-asset-conversion 17.0.0", + "pallet-asset-conversion 18.0.0", "parity-scale-codec", - "polkadot-runtime-common 14.0.0", - "polkadot-runtime-parachains 14.0.0", + "polkadot-runtime-common 15.0.0", + "polkadot-runtime-parachains 15.0.2", "sp-io 37.0.0", "sp-runtime 38.0.0", "sp-std", "staging-xcm 14.1.0", - "staging-xcm-builder 14.0.0", - "staging-xcm-executor 14.0.0", + "staging-xcm-builder 15.0.0", + "staging-xcm-executor 15.0.0", ] [[package]] name = "cumulus-relay-chain-inprocess-interface" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14d271cbd47783a94e4cb9db3ef34c4e4e05773e16bb6ec766f2ea9939d84644" +checksum = "511675c9780fe8396e2b0c3ca8a04ff0ddc57d837fd9fe4086cb9aac1b107523" dependencies = [ "async-trait", "cumulus-primitives-core 0.14.0", @@ -2803,9 +2866,9 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-interface" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f324e573f19f7d4478f19f8e58dd922024712fd9c656e8a3112ee7d7ff3f414" +checksum = "36abc0a30972529fad05c4fae9f6866ec6c3edfaf2e20977219c94a807d96ffa" dependencies = [ "async-trait", "cumulus-primitives-core 0.14.0", @@ -2817,14 +2880,15 @@ dependencies = [ "sp-api 33.0.0", "sp-blockchain", "sp-state-machine 0.42.0", + "sp-version 36.0.0", "thiserror", ] [[package]] name = "cumulus-relay-chain-minimal-node" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17aeea632dad3e8251c85ea6a2e5c8deed7f69b6465671347106de27bfcdc70a" +checksum = "b39ec9de6ed195263af022094d63689fc6a914f48f70d74eb3fed8ee48973ea3" dependencies = [ "array-bytes", "async-trait", @@ -2865,9 +2929,9 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f292767910d0e65aa52b350b606a8a8d0990c6a780abad5d8358f25b0280405" +checksum = "b22c43792fa5d56a2360bcdbdc58c47aafa23688072d2b6e61844864e69a15c8" dependencies = [ "async-trait", "cumulus-primitives-core 0.14.0", @@ -2879,7 +2943,7 @@ dependencies = [ "parity-scale-codec", "pin-project", "polkadot-overseer", - "rand 0.8.5", + "rand", "sc-client-api", "sc-rpc-api", "sc-service", @@ -3071,7 +3135,21 @@ version = "8.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dbd676fbbab537128ef0278adb5576cf363cff6aa22a7b24effe97347cfab61e" dependencies = [ - "asn1-rs", + "asn1-rs 0.5.2", + "displaydoc", + "nom", + "num-bigint", + "num-traits", + "rusticata-macros", +] + +[[package]] +name = "der-parser" +version = "9.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5cd0a5c643689626bec213c4d8bd4d96acc8ffdb4ad4bb6bc16abf27d5f4b553" +dependencies = [ + "asn1-rs 0.6.2", "displaydoc", "nom", "num-bigint", @@ -3306,19 +3384,10 @@ dependencies = [ "elliptic-curve", "rfc6979", "serdect", - "signature 2.2.0", + "signature", "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" @@ -3326,21 +3395,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" dependencies = [ "pkcs8", - "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", + "signature", ] [[package]] @@ -3350,7 +3405,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871" dependencies = [ "curve25519-dalek 4.1.2", - "ed25519 2.2.3", + "ed25519", "rand_core 0.6.4", "serde", "sha2 0.10.8", @@ -3379,7 +3434,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7d9ce6874da5d4415896cd45ffbc4d1cfc0c4f9c079427bd870742c30f2f65a9" dependencies = [ "curve25519-dalek 4.1.2", - "ed25519 2.2.3", + "ed25519", "hashbrown 0.14.5", "hex", "rand_core 0.6.4", @@ -3415,28 +3470,28 @@ dependencies = [ [[package]] name = "emulated-integration-tests-common" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ed370859bdc90ced8e87c23f5df05cb360437607583b9c32734780014ff5cd9" +checksum = "aef7c980b99bb2e4edfc9535d4096c1d0b5c8e3b52aab38a497a79563e6005f7" dependencies = [ "asset-test-utils", - "bp-messages 0.14.0", + "bp-messages 0.15.0", "bridge-runtime-common", - "cumulus-pallet-parachain-system 0.14.0", - "cumulus-pallet-xcmp-queue 0.14.0", + "cumulus-pallet-parachain-system 0.15.0", + "cumulus-pallet-xcmp-queue 0.15.0", "cumulus-primitives-core 0.14.0", - "frame-support 35.0.0", - "pallet-assets 36.0.0", - "pallet-balances 36.0.0", + "frame-support 36.0.0", + "pallet-assets 37.0.0", + "pallet-balances 37.0.0", "pallet-bridge-messages", - "pallet-message-queue 38.0.0", - "pallet-xcm 14.0.0", - "parachains-common 14.0.0", + "pallet-message-queue 39.0.0", + "pallet-xcm 15.0.0", + "parachains-common 15.0.0", "parity-scale-codec", "paste", "polkadot-parachain-primitives 13.0.0", "polkadot-primitives 14.0.0", - "polkadot-runtime-parachains 14.0.0", + "polkadot-runtime-parachains 15.0.2", "sc-consensus-grandpa", "sp-authority-discovery 33.0.0", "sp-consensus-babe 0.39.0", @@ -3621,7 +3676,7 @@ checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2" dependencies = [ "concurrent-queue", "parking", - "pin-project-lite 0.2.14", + "pin-project-lite", ] [[package]] @@ -3632,7 +3687,7 @@ checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba" dependencies = [ "concurrent-queue", "parking", - "pin-project-lite 0.2.14", + "pin-project-lite", ] [[package]] @@ -3642,7 +3697,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1" dependencies = [ "event-listener 5.3.1", - "pin-project-lite 0.2.14", + "pin-project-lite", ] [[package]] @@ -3801,7 +3856,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534" dependencies = [ "byteorder", - "rand 0.8.5", + "rand", "rustc-hex", "static_assertions", ] @@ -3812,17 +3867,6 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" -[[package]] -name = "flate2" -version = "1.0.30" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae" -dependencies = [ - "crc32fast", - "libz-sys", - "miniz_oxide", -] - [[package]] name = "float-cmp" version = "0.9.0" @@ -3915,13 +3959,13 @@ dependencies = [ [[package]] name = "frame-benchmarking" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad6366773db71a556710652c0560300dc938252e009d4d2c1eb9d6e5b38e0860" +checksum = "709b26657ebbba53dc7bb616577375ca462b20fef1b00e8d9b20d2435e87f7bc" dependencies = [ - "frame-support 35.0.0", + "frame-support 36.0.0", "frame-support-procedural 30.0.1", - "frame-system 35.0.0", + "frame-system 36.0.1", "linregress", "log", "parity-scale-codec", @@ -3941,18 +3985,18 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" -version = "39.0.0" +version = "40.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9bff993810ef24391487012e6b8e42ee0909e51e95954046849f0eb56236e4d5" +checksum = "49302558cac41cba0a28aa784615daea85c49253ecc6d6a6c4a8ee2f2303655a" dependencies = [ "Inflector", "array-bytes", "chrono", "clap", "comfy-table", - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "gethostname", "handlebars", "itertools 0.11.0", @@ -3960,7 +4004,7 @@ dependencies = [ "linked-hash-map", "log", "parity-scale-codec", - "rand 0.8.5", + "rand", "rand_pcg", "sc-block-builder", "sc-chain-spec", @@ -4034,13 +4078,13 @@ dependencies = [ [[package]] name = "frame-election-provider-support" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3c089c16a066dfb5042cadc27c01738d93258e8f5f7ef7a83b4c8661616d1ac" +checksum = "b1ec289ebad5e601bb165cf7eb6ec2179ae34280ee310d0710a3111d4f8f8f94" dependencies = [ "frame-election-provider-solution-type 14.0.1", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", @@ -4071,14 +4115,14 @@ dependencies = [ [[package]] name = "frame-executive" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9287dd6070c0ca90b42c9b4fc44f2bc91adf08b73c11c74484c416f0cc9abe04" +checksum = "4d878830330eaa9e8b886279c338556b05702d0059989cb51cfb226b70bf3fa4" dependencies = [ "aquamarine", - "frame-support 35.0.0", - "frame-system 35.0.0", - "frame-try-runtime 0.41.0", + "frame-support 36.0.0", + "frame-system 36.0.1", + "frame-try-runtime 0.42.0", "log", "parity-scale-codec", "scale-info", @@ -4119,14 +4163,14 @@ dependencies = [ [[package]] name = "frame-metadata-hash-extension" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba1fa15dc90efe948898c06a3be111628230db100ffa2907e662062e9c9d1abd" +checksum = "cf37fc730bf4b51e82a34c6357eebe32c04dbacf6525e0a7b9726f6a17ec9427" dependencies = [ "array-bytes", "docify", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "log", "parity-scale-codec", "scale-info", @@ -4177,9 +4221,9 @@ dependencies = [ [[package]] name = "frame-support" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab6d7780b7f337c8a072f0a7480cbc7b580f9bf871c434fae65e8935053ee5ef" +checksum = "512b517645f29d76c79e4c97bf8b0f4dcb6708a2af3be24b1956085dcdcf6ce5" dependencies = [ "aquamarine", "array-bytes", @@ -4230,7 +4274,7 @@ dependencies = [ "frame-support-procedural-tools 10.0.0", "itertools 0.10.5", "macro_magic", - "proc-macro-warning", + "proc-macro-warning 1.0.2", "proc-macro2", "quote", "sp-crypto-hashing", @@ -4250,7 +4294,7 @@ dependencies = [ "frame-support-procedural-tools 13.0.0", "itertools 0.11.0", "macro_magic", - "proc-macro-warning", + "proc-macro-warning 1.0.2", "proc-macro2", "quote", "sp-crypto-hashing", @@ -4328,13 +4372,13 @@ dependencies = [ [[package]] name = "frame-system" -version = "35.0.0" +version = "36.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6baa2218d90c5a23db08dd0188cfe6aa0af7d36fb9b0fc2f73bc5c4abe4dd812" +checksum = "d19f388280c14dbabcee2a817e1123c59c55847c6d07a5b5ca901b34a5910093" dependencies = [ "cfg-if", "docify", - "frame-support 35.0.0", + "frame-support 36.0.0", "log", "parity-scale-codec", "scale-info", @@ -4365,13 +4409,13 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be45f57aefef5fa97fce1482dc1ede197620d8b0bb588b3cec8d84f32557cf8b" +checksum = "15afc91c7780e18274dcea58ed1edb700c48d10e086a9785e3f6708099cd3250" dependencies = [ - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "parity-scale-codec", "scale-info", "sp-core 34.0.0", @@ -4414,11 +4458,11 @@ dependencies = [ [[package]] name = "frame-try-runtime" -version = "0.41.0" +version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f2b9c95e0b38d713a46bb71bc395d4ed067c7a0f5370e13282c07c91fd1ec0d" +checksum = "ae6ba8b36a52775ad39ccfb45ff4ad814c3cb45ec74d0a4271889e00bd791c6c" dependencies = [ - "frame-support 35.0.0", + "frame-support 36.0.0", "parity-scale-codec", "sp-api 33.0.0", "sp-runtime 38.0.0", @@ -4475,6 +4519,16 @@ dependencies = [ "futures-util", ] +[[package]] +name = "futures-bounded" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b07bbbe7d7e78809544c6f718d875627addc73a7c3582447abc052cd3dc67e0" +dependencies = [ + "futures-timer", + "futures-util", +] + [[package]] name = "futures-channel" version = "0.3.30" @@ -4520,7 +4574,7 @@ dependencies = [ "futures-io", "memchr", "parking", - "pin-project-lite 0.2.14", + "pin-project-lite", "waker-fn", ] @@ -4534,7 +4588,7 @@ dependencies = [ "futures-core", "futures-io", "parking", - "pin-project-lite 0.2.14", + "pin-project-lite", ] [[package]] @@ -4550,13 +4604,12 @@ dependencies = [ [[package]] name = "futures-rustls" -version = "0.22.2" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2411eed028cdf8c8034eaf21f9915f956b6c3abec4d4c7949ee67f0721127bd" +checksum = "35bd3cf68c183738046838e300353e4716c674dc5e56890de4826801a6622a28" dependencies = [ "futures-io", - "rustls 0.20.9", - "webpki", + "rustls 0.21.12", ] [[package]] @@ -4590,7 +4643,7 @@ dependencies = [ "futures-sink", "futures-task", "memchr", - "pin-project-lite 0.2.14", + "pin-project-lite", "pin-utils", "slab", ] @@ -4634,17 +4687,6 @@ dependencies = [ "winapi", ] -[[package]] -name = "getrandom" -version = "0.1.16" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" -dependencies = [ - "cfg-if", - "libc", - "wasi 0.9.0+wasi-snapshot-preview1", -] - [[package]] name = "getrandom" version = "0.2.15" @@ -4653,7 +4695,7 @@ checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" dependencies = [ "cfg-if", "libc", - "wasi 0.11.0+wasi-snapshot-preview1", + "wasi", ] [[package]] @@ -4662,7 +4704,7 @@ version = "0.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6ea1015b5a70616b688dc230cfe50c8af89d972cb132d5a622814d29773b10b9" dependencies = [ - "rand 0.8.5", + "rand", "rand_core 0.6.4", ] @@ -4724,7 +4766,7 @@ dependencies = [ "parking_lot 0.12.3", "portable-atomic", "quanta", - "rand 0.8.5", + "rand", "smallvec", "spinning_top", ] @@ -4751,7 +4793,26 @@ dependencies = [ "futures-core", "futures-sink", "futures-util", - "http", + "http 0.2.12", + "indexmap 2.2.6", + "slab", + "tokio", + "tokio-util", + "tracing", +] + +[[package]] +name = "h2" +version = "0.4.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fa82e28a107a8cc405f0839610bdc9b15f1e25ec7d696aa5cf173edbcb1486ab" +dependencies = [ + "atomic-waker", + "bytes", + "fnv", + "futures-core", + "futures-sink", + "http 1.1.0", "indexmap 2.2.6", "slab", "tokio", @@ -4948,6 +5009,17 @@ dependencies = [ "itoa", ] +[[package]] +name = "http" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" +dependencies = [ + "bytes", + "fnv", + "itoa", +] + [[package]] name = "http-body" version = "0.4.6" @@ -4955,15 +5027,32 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" dependencies = [ "bytes", - "http", - "pin-project-lite 0.2.14", + "http 0.2.12", + "pin-project-lite", ] [[package]] -name = "http-range-header" -version = "0.3.1" +name = "http-body" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" +dependencies = [ + "bytes", + "http 1.1.0", +] + +[[package]] +name = "http-body-util" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f" +checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" +dependencies = [ + "bytes", + "futures-util", + "http 1.1.0", + "http-body 1.0.1", + "pin-project-lite", +] [[package]] name = "httparse" @@ -4993,13 +5082,13 @@ dependencies = [ "futures-channel", "futures-core", "futures-util", - "h2", - "http", - "http-body", + "h2 0.3.26", + "http 0.2.12", + "http-body 0.4.6", "httparse", "httpdate", "itoa", - "pin-project-lite 0.2.14", + "pin-project-lite", "socket2 0.5.7", "tokio", "tower-service", @@ -5007,6 +5096,26 @@ dependencies = [ "want", ] +[[package]] +name = "hyper" +version = "1.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05" +dependencies = [ + "bytes", + "futures-channel", + "futures-util", + "h2 0.4.5", + "http 1.1.0", + "http-body 1.0.1", + "httparse", + "httpdate", + "itoa", + "pin-project-lite", + "smallvec", + "tokio", +] + [[package]] name = "hyper-rustls" version = "0.24.2" @@ -5014,8 +5123,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" dependencies = [ "futures-util", - "http", - "hyper", + "http 0.2.12", + "hyper 0.14.29", "log", "rustls 0.21.12", "rustls-native-certs 0.6.3", @@ -5023,6 +5132,23 @@ dependencies = [ "tokio-rustls 0.24.1", ] +[[package]] +name = "hyper-util" +version = "0.1.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cde7055719c54e36e95e8719f95883f22072a48ede39db7fc17a4e1d5281e9b9" +dependencies = [ + "bytes", + "futures-util", + "http 1.1.0", + "http-body 1.0.1", + "hyper 1.4.1", + "pin-project-lite", + "tokio", + "tower", + "tower-service", +] + [[package]] name = "iana-time-zone" version = "0.1.60" @@ -5227,12 +5353,31 @@ dependencies = [ ] [[package]] -name = "impl-codec" -version = "0.6.0" +name = "igd-next" +version = "0.14.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f" +checksum = "064d90fec10d541084e7b39ead8875a5a80d9114a2b18791565253bae25f49e4" dependencies = [ - "parity-scale-codec", + "async-trait", + "attohttpc", + "bytes", + "futures", + "http 0.2.12", + "hyper 0.14.29", + "log", + "rand", + "tokio", + "url", + "xmltree", +] + +[[package]] +name = "impl-codec" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f" +dependencies = [ + "parity-scale-codec", ] [[package]] @@ -5362,16 +5507,16 @@ dependencies = [ "asset-test-utils", "cumulus-primitives-core 0.14.0", "emulated-integration-tests-common", - "frame-support 35.0.0", - "pallet-assets 36.0.0", - "pallet-balances 36.0.0", - "pallet-message-queue 38.0.0", - "pallet-xcm 14.0.0", + "frame-support 36.0.0", + "pallet-assets 37.0.0", + "pallet-balances 37.0.0", + "pallet-message-queue 39.0.0", + "pallet-xcm 15.0.0", "parity-scale-codec", "paseo-runtime", "paseo-runtime-constants", "polkadot-primitives 14.0.0", - "polkadot-runtime-parachains 14.0.0", + "polkadot-runtime-parachains 15.0.2", "pop-runtime-common", "pop-runtime-devnet", "sp-authority-discovery 33.0.0", @@ -5382,7 +5527,7 @@ dependencies = [ "sp-core 34.0.0", "sp-runtime 38.0.0", "staging-xcm 14.1.0", - "staging-xcm-executor 14.0.0", + "staging-xcm-executor 15.0.0", "tracing-subscriber 0.3.18", ] @@ -5471,6 +5616,26 @@ version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" +[[package]] +name = "jni" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec" +dependencies = [ + "cesu8", + "combine", + "jni-sys", + "log", + "thiserror", + "walkdir", +] + +[[package]] +name = "jni-sys" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" + [[package]] name = "jobserver" version = "0.1.31" @@ -5491,9 +5656,9 @@ dependencies = [ [[package]] name = "jsonrpsee" -version = "0.22.5" +version = "0.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfdb12a2381ea5b2e68c3469ec604a007b367778cdb14d09612c8069ebd616ad" +checksum = "62b089779ad7f80768693755a031cc14a7766aba707cbe886674e3f79e9b7e47" dependencies = [ "jsonrpsee-core", "jsonrpsee-proc-macros", @@ -5506,20 +5671,22 @@ dependencies = [ [[package]] name = "jsonrpsee-client-transport" -version = "0.22.5" +version = "0.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4978087a58c3ab02efc5b07c5e5e2803024536106fd5506f558db172c889b3aa" +checksum = "08163edd8bcc466c33d79e10f695cdc98c00d1e6ddfb95cec41b6b0279dd5432" dependencies = [ + "base64 0.22.1", "futures-util", - "http", + "http 1.1.0", "jsonrpsee-core", "pin-project", - "rustls-native-certs 0.7.0", + "rustls 0.23.10", "rustls-pki-types", - "soketto", + "rustls-platform-verifier", + "soketto 0.8.0", "thiserror", "tokio", - "tokio-rustls 0.25.0", + "tokio-rustls 0.26.0", "tokio-util", "tracing", "url", @@ -5527,20 +5694,23 @@ dependencies = [ [[package]] name = "jsonrpsee-core" -version = "0.22.5" +version = "0.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4b257e1ec385e07b0255dde0b933f948b5c8b8c28d42afda9587c3a967b896d" +checksum = "79712302e737d23ca0daa178e752c9334846b08321d439fd89af9a384f8c830b" dependencies = [ "anyhow", "async-trait", "beef", + "bytes", "futures-timer", "futures-util", - "hyper", + "http 1.1.0", + "http-body 1.0.1", + "http-body-util", "jsonrpsee-types", "parking_lot 0.12.3", "pin-project", - "rand 0.8.5", + "rand", "rustc-hash", "serde", "serde_json", @@ -5552,11 +5722,11 @@ dependencies = [ [[package]] name = "jsonrpsee-proc-macros" -version = "0.22.5" +version = "0.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d0bb047e79a143b32ea03974a6bf59b62c2a4c5f5d42a381c907a8bbb3f75c0" +checksum = "7895f186d5921065d96e16bd795e5ca89ac8356ec423fafc6e3d7cf8ec11aee4" dependencies = [ - "heck 0.4.1", + "heck 0.5.0", "proc-macro-crate 3.1.0", "proc-macro2", "quote", @@ -5565,20 +5735,24 @@ dependencies = [ [[package]] name = "jsonrpsee-server" -version = "0.22.5" +version = "0.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12d8b6a9674422a8572e0b0abb12feeb3f2aeda86528c80d0350c2bd0923ab41" +checksum = "654afab2e92e5d88ebd8a39d6074483f3f2bfdf91c5ac57fe285e7127cdd4f51" dependencies = [ + "anyhow", "futures-util", - "http", - "hyper", + "http 1.1.0", + "http-body 1.0.1", + "http-body-util", + "hyper 1.4.1", + "hyper-util", "jsonrpsee-core", "jsonrpsee-types", "pin-project", "route-recognizer", "serde", "serde_json", - "soketto", + "soketto 0.8.0", "thiserror", "tokio", "tokio-stream", @@ -5589,12 +5763,12 @@ dependencies = [ [[package]] name = "jsonrpsee-types" -version = "0.22.5" +version = "0.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "150d6168405890a7a3231a3c74843f58b8959471f6df76078db2619ddee1d07d" +checksum = "d9c465fbe385238e861fdc4d1c85e04ada6c1fd246161d26385c1b311724d2af" dependencies = [ - "anyhow", "beef", + "http 1.1.0", "serde", "serde_json", "thiserror", @@ -5602,11 +5776,11 @@ dependencies = [ [[package]] name = "jsonrpsee-ws-client" -version = "0.22.5" +version = "0.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58b9db2dfd5bb1194b0ce921504df9ceae210a345bc2f6c5a61432089bbab070" +checksum = "1c28759775f5cb2f1ea9667672d3fe2b0e701d1f4b7b67954e60afe7fd058b5e" dependencies = [ - "http", + "http 1.1.0", "jsonrpsee-client-transport", "jsonrpsee-core", "jsonrpsee-types", @@ -5722,14 +5896,15 @@ checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" [[package]] name = "libp2p" -version = "0.51.4" +version = "0.52.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f35eae38201a993ece6bdc823292d6abd1bffed1c4d0f4a3517d2bd8e1d917fe" +checksum = "e94495eb319a85b70a68b85e2389a95bb3555c71c49025b78c691a854a7e6464" dependencies = [ "bytes", + "either", "futures", "futures-timer", - "getrandom 0.2.15", + "getrandom", "instant", "libp2p-allow-block-list", "libp2p-connection-limits", @@ -5746,18 +5921,21 @@ dependencies = [ "libp2p-request-response", "libp2p-swarm", "libp2p-tcp", + "libp2p-upnp", "libp2p-wasm-ext", "libp2p-websocket", "libp2p-yamux", - "multiaddr", + "multiaddr 0.18.1", "pin-project", + "rw-stream-sink", + "thiserror", ] [[package]] name = "libp2p-allow-block-list" -version = "0.1.1" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "510daa05efbc25184458db837f6f9a5143888f1caa742426d92e1833ddd38a50" +checksum = "55b46558c5c0bf99d3e2a1a38fd54ff5476ca66dd1737b12466a1824dd219311" dependencies = [ "libp2p-core", "libp2p-identity", @@ -5767,9 +5945,9 @@ dependencies = [ [[package]] name = "libp2p-connection-limits" -version = "0.1.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4caa33f1d26ed664c4fe2cca81a08c8e07d4c1c04f2f4ac7655c2dd85467fda0" +checksum = "2f5107ad45cb20b2f6c3628c7b6014b996fcb13a88053f4569c872c6e30abf58" dependencies = [ "libp2p-core", "libp2p-identity", @@ -5779,9 +5957,9 @@ dependencies = [ [[package]] name = "libp2p-core" -version = "0.39.2" +version = "0.40.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c1df63c0b582aa434fb09b2d86897fa2b419ffeccf934b36f87fcedc8e835c2" +checksum = "dd44289ab25e4c9230d9246c475a22241e301b23e8f4061d3bdef304a1a99713" dependencies = [ "either", "fnv", @@ -5790,50 +5968,53 @@ dependencies = [ "instant", "libp2p-identity", "log", - "multiaddr", - "multihash 0.17.0", + "multiaddr 0.18.1", + "multihash 0.19.1", "multistream-select", "once_cell", "parking_lot 0.12.3", "pin-project", "quick-protobuf", - "rand 0.8.5", + "rand", "rw-stream-sink", "smallvec", "thiserror", - "unsigned-varint", + "unsigned-varint 0.7.2", "void", ] [[package]] name = "libp2p-dns" -version = "0.39.0" +version = "0.40.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "146ff7034daae62077c415c2376b8057368042df6ab95f5432ad5e88568b1554" +checksum = "e6a18db73084b4da2871438f6239fef35190b05023de7656e877c18a00541a3b" dependencies = [ + "async-trait", "futures", "libp2p-core", + "libp2p-identity", "log", "parking_lot 0.12.3", "smallvec", - "trust-dns-resolver 0.22.0", + "trust-dns-resolver", ] [[package]] name = "libp2p-identify" -version = "0.42.2" +version = "0.43.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5455f472243e63b9c497ff320ded0314254a9eb751799a39c283c6f20b793f3c" +checksum = "45a96638a0a176bec0a4bcaebc1afa8cf909b114477209d7456ade52c61cd9cd" dependencies = [ "asynchronous-codec", "either", "futures", + "futures-bounded", "futures-timer", "libp2p-core", "libp2p-identity", "libp2p-swarm", "log", - "lru 0.10.1", + "lru 0.12.4", "quick-protobuf", "quick-protobuf-codec", "smallvec", @@ -5843,27 +6024,27 @@ dependencies = [ [[package]] name = "libp2p-identity" -version = "0.1.3" +version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "276bb57e7af15d8f100d3c11cbdd32c6752b7eef4ba7a18ecf464972c07abcce" +checksum = "55cca1eb2bc1fd29f099f3daaab7effd01e1a54b7c577d0ed082521034d912e8" dependencies = [ - "bs58 0.4.0", - "ed25519-dalek 2.1.1", - "log", - "multiaddr", - "multihash 0.17.0", + "bs58 0.5.1", + "ed25519-dalek", + "hkdf", + "multihash 0.19.1", "quick-protobuf", - "rand 0.8.5", + "rand", "sha2 0.10.8", "thiserror", + "tracing", "zeroize", ] [[package]] name = "libp2p-kad" -version = "0.43.3" +version = "0.44.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39d5ef876a2b2323d63c258e63c2f8e36f205fe5a11f0b3095d59635650790ff" +checksum = "16ea178dabba6dde6ffc260a8e0452ccdc8f79becf544946692fff9d412fc29d" dependencies = [ "arrayvec 0.7.4", "asynchronous-codec", @@ -5878,20 +6059,21 @@ dependencies = [ "libp2p-swarm", "log", "quick-protobuf", - "rand 0.8.5", + "quick-protobuf-codec", + "rand", "sha2 0.10.8", "smallvec", "thiserror", "uint", - "unsigned-varint", + "unsigned-varint 0.7.2", "void", ] [[package]] name = "libp2p-mdns" -version = "0.43.1" +version = "0.44.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19983e1f949f979a928f2c603de1cf180cc0dc23e4ac93a62651ccb18341460b" +checksum = "42a2567c305232f5ef54185e9604579a894fd0674819402bb0ac0246da82f52a" dependencies = [ "data-encoding", "futures", @@ -5900,9 +6082,9 @@ dependencies = [ "libp2p-identity", "libp2p-swarm", "log", - "rand 0.8.5", + "rand", "smallvec", - "socket2 0.4.10", + "socket2 0.5.7", "tokio", "trust-dns-proto 0.22.0", "void", @@ -5910,63 +6092,69 @@ dependencies = [ [[package]] name = "libp2p-metrics" -version = "0.12.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a42ec91e227d7d0dafa4ce88b333cdf5f277253873ab087555c92798db2ddd46" +checksum = "239ba7d28f8d0b5d77760dc6619c05c7e88e74ec8fbbe97f856f20a56745e620" dependencies = [ + "instant", "libp2p-core", "libp2p-identify", + "libp2p-identity", "libp2p-kad", "libp2p-ping", "libp2p-swarm", + "once_cell", "prometheus-client", ] [[package]] name = "libp2p-noise" -version = "0.42.2" +version = "0.43.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c3673da89d29936bc6435bafc638e2f184180d554ce844db65915113f86ec5e" +checksum = "d2eeec39ad3ad0677551907dd304b2f13f17208ccebe333bef194076cd2e8921" dependencies = [ "bytes", - "curve25519-dalek 3.2.0", + "curve25519-dalek 4.1.2", "futures", "libp2p-core", "libp2p-identity", "log", + "multiaddr 0.18.1", + "multihash 0.19.1", "once_cell", "quick-protobuf", - "rand 0.8.5", + "rand", "sha2 0.10.8", "snow", "static_assertions", "thiserror", - "x25519-dalek 1.1.1", + "x25519-dalek", "zeroize", ] [[package]] name = "libp2p-ping" -version = "0.42.0" +version = "0.43.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e57759c19c28a73ef1eb3585ca410cefb72c1a709fcf6de1612a378e4219202" +checksum = "e702d75cd0827dfa15f8fd92d15b9932abe38d10d21f47c50438c71dd1b5dae3" dependencies = [ "either", "futures", "futures-timer", "instant", "libp2p-core", + "libp2p-identity", "libp2p-swarm", "log", - "rand 0.8.5", + "rand", "void", ] [[package]] name = "libp2p-quic" -version = "0.7.0-alpha.3" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6b26abd81cd2398382a1edfe739b539775be8a90fa6914f39b2ab49571ec735" +checksum = "130d451d83f21b81eb7b35b360bc7972aeafb15177784adc56528db082e6b927" dependencies = [ "bytes", "futures", @@ -5977,18 +6165,20 @@ dependencies = [ "libp2p-tls", "log", "parking_lot 0.12.3", - "quinn-proto", - "rand 0.8.5", - "rustls 0.20.9", + "quinn 0.10.2", + "rand", + "ring 0.16.20", + "rustls 0.21.12", + "socket2 0.5.7", "thiserror", "tokio", ] [[package]] name = "libp2p-request-response" -version = "0.24.1" +version = "0.25.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ffdb374267d42dc5ed5bc53f6e601d4a64ac5964779c6e40bb9e4f14c1e30d5" +checksum = "d8e3b4d67870478db72bac87bfc260ee6641d0734e0e3e275798f089c3fecfd4" dependencies = [ "async-trait", "futures", @@ -5996,15 +6186,17 @@ dependencies = [ "libp2p-core", "libp2p-identity", "libp2p-swarm", - "rand 0.8.5", + "log", + "rand", "smallvec", + "void", ] [[package]] name = "libp2p-swarm" -version = "0.42.2" +version = "0.43.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "903b3d592d7694e56204d211f29d31bc004be99386644ba8731fc3e3ef27b296" +checksum = "580189e0074af847df90e75ef54f3f30059aedda37ea5a1659e8b9fca05c0141" dependencies = [ "either", "fnv", @@ -6015,7 +6207,9 @@ dependencies = [ "libp2p-identity", "libp2p-swarm-derive", "log", - "rand 0.8.5", + "multistream-select", + "once_cell", + "rand", "smallvec", "tokio", "void", @@ -6023,36 +6217,39 @@ dependencies = [ [[package]] name = "libp2p-swarm-derive" -version = "0.32.0" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fba456131824ab6acd4c7bf61e9c0f0a3014b5fc9868ccb8e10d344594cdc4f" +checksum = "c4d5ec2a3df00c7836d7696c136274c9c59705bac69133253696a6c932cd1d74" dependencies = [ "heck 0.4.1", + "proc-macro-warning 0.4.2", + "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.66", ] [[package]] name = "libp2p-tcp" -version = "0.39.0" +version = "0.40.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33d33698596d7722d85d3ab0c86c2c322254fce1241e91208e3679b4eb3026cf" +checksum = "b558dd40d1bcd1aaaed9de898e9ec6a436019ecc2420dd0016e712fbb61c5508" dependencies = [ "futures", "futures-timer", "if-watch", "libc", "libp2p-core", + "libp2p-identity", "log", - "socket2 0.4.10", + "socket2 0.5.7", "tokio", ] [[package]] name = "libp2p-tls" -version = "0.1.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff08d13d0dc66e5e9ba6279c1de417b84fa0d0adc3b03e5732928c180ec02781" +checksum = "8218d1d5482b122ccae396bbf38abdcb283ecc96fa54760e1dfd251f0546ac61" dependencies = [ "futures", "futures-rustls", @@ -6060,51 +6257,69 @@ dependencies = [ "libp2p-identity", "rcgen", "ring 0.16.20", - "rustls 0.20.9", + "rustls 0.21.12", + "rustls-webpki 0.101.7", "thiserror", - "webpki", - "x509-parser 0.14.0", + "x509-parser 0.15.1", "yasna", ] +[[package]] +name = "libp2p-upnp" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "82775a47b34f10f787ad3e2a22e2c1541e6ebef4fe9f28f3ac553921554c94c1" +dependencies = [ + "futures", + "futures-timer", + "igd-next", + "libp2p-core", + "libp2p-swarm", + "log", + "tokio", + "void", +] + [[package]] name = "libp2p-wasm-ext" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77dff9d32353a5887adb86c8afc1de1a94d9e8c3bc6df8b2201d7cdf5c848f43" +checksum = "1e5d8e3a9e07da0ef5b55a9f26c009c8fb3c725d492d8bb4b431715786eea79c" dependencies = [ "futures", "js-sys", "libp2p-core", - "parity-send-wrapper", + "send_wrapper", "wasm-bindgen", "wasm-bindgen-futures", ] [[package]] name = "libp2p-websocket" -version = "0.41.0" +version = "0.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "111273f7b3d3510524c752e8b7a5314b7f7a1fee7e68161c01a7d72cbb06db9f" +checksum = "004ee9c4a4631435169aee6aad2f62e3984dc031c43b6d29731e8e82a016c538" dependencies = [ "either", "futures", "futures-rustls", "libp2p-core", + "libp2p-identity", "log", "parking_lot 0.12.3", - "quicksink", + "pin-project-lite", "rw-stream-sink", - "soketto", + "soketto 0.8.0", + "thiserror", "url", - "webpki-roots", + "webpki-roots 0.25.4", ] [[package]] name = "libp2p-yamux" -version = "0.43.1" +version = "0.44.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4dcd21d950662700a385d4c6d68e2f5f54d778e97068cdd718522222ef513bda" +checksum = "8eedcb62824c4300efb9cfd4e2a6edaf3ca097b9e68b36dabe45a44469fd6a85" dependencies = [ "futures", "libp2p-core", @@ -6151,7 +6366,7 @@ dependencies = [ "libsecp256k1-core", "libsecp256k1-gen-ecmult", "libsecp256k1-gen-genmult", - "rand 0.8.5", + "rand", "serde", "sha2 0.9.9", "typenum", @@ -6268,31 +6483,31 @@ checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704" [[package]] name = "litep2p" -version = "0.5.0" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f02542ae3a94b4c4ffa37dc56388c923e286afa3bf65452e3984b50b2a2f316" +checksum = "0f46c51c205264b834ceed95c8b195026e700494bc3991aaba3b4ea9e20626d9" dependencies = [ "async-trait", "bs58 0.4.0", "bytes", "cid 0.10.1", - "ed25519-dalek 1.0.1", + "ed25519-dalek", "futures", "futures-timer", "hex-literal", "indexmap 2.2.6", "libc", "mockall 0.12.1", - "multiaddr", + "multiaddr 0.17.1", "multihash 0.17.0", "network-interface", "nohash-hasher", "parking_lot 0.12.3", "pin-project", - "prost 0.11.9", + "prost 0.12.6", "prost-build 0.11.9", - "quinn", - "rand 0.8.5", + "quinn 0.9.4", + "rand", "rcgen", "ring 0.16.20", "rustls 0.20.9", @@ -6310,13 +6525,13 @@ dependencies = [ "tokio-tungstenite", "tokio-util", "tracing", - "trust-dns-resolver 0.23.2", + "trust-dns-resolver", "uint", - "unsigned-varint", + "unsigned-varint 0.8.0", "url", "webpki", - "x25519-dalek 2.0.1", - "x509-parser 0.15.1", + "x25519-dalek", + "x509-parser 0.16.0", "yasna", "zeroize", ] @@ -6348,18 +6563,18 @@ dependencies = [ [[package]] name = "lru" -version = "0.10.1" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "718e8fae447df0c7e1ba7f5189829e63fd536945c8988d61444c19039f16b670" -dependencies = [ - "hashbrown 0.13.2", -] +checksum = "a4a83fb7698b3643a0e34f9ae6f2e8f0178c0fd42f8b59d493aa271ff3a5bf21" [[package]] name = "lru" -version = "0.11.1" +version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4a83fb7698b3643a0e34f9ae6f2e8f0178c0fd42f8b59d493aa271ff3a5bf21" +checksum = "37ee39891760e7d94734f6f63fedc29a2e4a152f836120753a72503f09fcf904" +dependencies = [ + "hashbrown 0.14.5", +] [[package]] name = "lru-cache" @@ -6571,7 +6786,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532" dependencies = [ "futures", - "rand 0.8.5", + "rand", "thrift", ] @@ -6597,7 +6812,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" dependencies = [ "libc", - "wasi 0.11.0+wasi-snapshot-preview1", + "wasi", "windows-sys 0.48.0", ] @@ -6618,7 +6833,7 @@ dependencies = [ "lioness", "log", "parking_lot 0.12.3", - "rand 0.8.5", + "rand", "rand_chacha 0.3.1", "rand_distr", "subtle 2.5.0", @@ -6628,9 +6843,9 @@ dependencies = [ [[package]] name = "mmr-gadget" -version = "36.0.0" +version = "37.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0110fde66cc10e924e66aae0f85ac8a23e7eef2f2deea3c46b04c483ddf8e4e0" +checksum = "8f06f25f3b298799dbc20f7ffd40e667adc4fbd664cbb23ead5f7bbda52407ff" dependencies = [ "futures", "log", @@ -6648,9 +6863,9 @@ dependencies = [ [[package]] name = "mmr-rpc" -version = "35.0.0" +version = "35.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2ea4f2bdf0784e901b9c7999c0e2c903bb2a6e10ca9f63214a1a6de8bdc8e21" +checksum = "7f9a252b1e03418e99c18ff6e2d4d9748d195395ed3749c8bfd9ca2c7530a43d" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -6716,6 +6931,12 @@ dependencies = [ "syn 2.0.66", ] +[[package]] +name = "multi-stash" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "685a9ac4b61f4e728e1d2c6a7844609c16527aeb5e6c865915c08e619c16410f" + [[package]] name = "multiaddr" version = "0.17.1" @@ -6731,7 +6952,26 @@ dependencies = [ "percent-encoding", "serde", "static_assertions", - "unsigned-varint", + "unsigned-varint 0.7.2", + "url", +] + +[[package]] +name = "multiaddr" +version = "0.18.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b852bc02a2da5feed68cd14fa50d0774b92790a5bdbfa932a813926c8472070" +dependencies = [ + "arrayref", + "byteorder", + "data-encoding", + "libp2p-identity", + "multibase", + "multihash 0.19.1", + "percent-encoding", + "serde", + "static_assertions", + "unsigned-varint 0.7.2", "url", ] @@ -6757,10 +6997,10 @@ dependencies = [ "blake3", "core2", "digest 0.10.7", - "multihash-derive 0.8.1", + "multihash-derive", "sha2 0.10.8", "sha3", - "unsigned-varint", + "unsigned-varint 0.7.2", ] [[package]] @@ -6774,10 +7014,10 @@ dependencies = [ "blake3", "core2", "digest 0.10.7", - "multihash-derive 0.8.1", + "multihash-derive", "sha2 0.10.8", "sha3", - "unsigned-varint", + "unsigned-varint 0.7.2", ] [[package]] @@ -6787,27 +7027,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "076d548d76a0e2a0d4ab471d0b1c36c577786dfc4471242035d97a12a735c492" dependencies = [ "core2", - "unsigned-varint", -] - -[[package]] -name = "multihash-codetable" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6d815ecb3c8238d00647f8630ede7060a642c9f704761cd6082cb4028af6935" -dependencies = [ - "blake2b_simd", - "blake2s_simd", - "blake3", - "core2", - "digest 0.10.7", - "multihash-derive 0.9.0", - "ripemd", - "serde", - "sha1", - "sha2 0.10.8", - "sha3", - "strobe-rs", + "unsigned-varint 0.7.2", ] [[package]] @@ -6824,31 +7044,6 @@ dependencies = [ "synstructure 0.12.6", ] -[[package]] -name = "multihash-derive" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "890e72cb7396cb99ed98c1246a97b243cc16394470d94e0bc8b0c2c11d84290e" -dependencies = [ - "core2", - "multihash 0.19.1", - "multihash-derive-impl", -] - -[[package]] -name = "multihash-derive-impl" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3958713ce794e12f7c6326fac9aa274c68d74c4881dd37b3e2662b8a2046bb19" -dependencies = [ - "proc-macro-crate 2.0.0", - "proc-macro-error", - "proc-macro2", - "quote", - "syn 2.0.66", - "synstructure 0.13.1", -] - [[package]] name = "multimap" version = "0.8.3" @@ -6863,16 +7058,16 @@ checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03" [[package]] name = "multistream-select" -version = "0.12.1" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8552ab875c1313b97b8d20cb857b9fd63e2d1d6a0a1b53ce9821e575405f27a" +checksum = "ea0df8e5eec2298a62b326ee4f0d7fe1a6b90a09dfcf9df37b38f947a8c42f19" dependencies = [ "bytes", "futures", "log", "pin-project", "smallvec", - "unsigned-varint", + "unsigned-varint 0.7.2", ] [[package]] @@ -6908,7 +7103,7 @@ version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7bddcd3bf5144b6392de80e04c347cd7fab2508f6df16a85fc496ecd5cec39bc" dependencies = [ - "rand 0.8.5", + "rand", ] [[package]] @@ -7105,6 +7300,17 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" +[[package]] +name = "num-derive" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.66", +] + [[package]] name = "num-format" version = "0.4.4" @@ -7191,7 +7397,16 @@ version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9bedf36ffb6ba96c2eb7144ef6270557b52e54b20c0a8e1eb2ff99a6c6959bff" dependencies = [ - "asn1-rs", + "asn1-rs 0.5.2", +] + +[[package]] +name = "oid-registry" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1c958dd45046245b9c3c2547369bb634eb461670b2e7e0de552905801a648d1d" +dependencies = [ + "asn1-rs 0.6.2", ] [[package]] @@ -7341,13 +7556,13 @@ dependencies = [ [[package]] name = "pallet-asset-conversion" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e9f1c4496f1c366a3ee01b38ba968589db41f5d44c41331111ff5a07964dbde" +checksum = "f726ebb59401c1844a4a8703047bdafcd99a1827cd5d8b2c82abeb8948a7f25b" dependencies = [ - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "log", "parity-scale-codec", "scale-info", @@ -7393,13 +7608,13 @@ dependencies = [ [[package]] name = "pallet-asset-rate" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e83f523d209396ba42743008b64fe021eb6411a8d5ac868978636f0341feacc4" +checksum = "e806842bec955190ec64f8b2179f74f5355137c4cadf04f3269e6196cd19caf9" dependencies = [ - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "parity-scale-codec", "scale-info", "sp-core 34.0.0", @@ -7428,14 +7643,14 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7686ab6ba85afc432794a9dbc3e7399cb1a3b1bcfdd487ce0eb2aa81c11c2497" +checksum = "100a180dfbf30a1c872100ec2dae8a61c0f5e8b3f2d3a5cbb34093826293e2ab" dependencies = [ - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", - "pallet-transaction-payment 35.0.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", + "pallet-transaction-payment 36.0.0", "parity-scale-codec", "scale-info", "serde", @@ -7464,13 +7679,14 @@ dependencies = [ [[package]] name = "pallet-assets" -version = "36.0.0" +version = "37.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a58bb6d37a23df83b861e148129dc0130a4b80291f2c9dda3491989ec4c3662" +checksum = "f79ef6a7763fc08177f014052469ee12aefcdad0d99a747372360c2f648d2cc4" dependencies = [ - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", + "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", @@ -7499,14 +7715,14 @@ dependencies = [ [[package]] name = "pallet-aura" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "638e3cbb539540e45503f5ae756b6bbb4e6085269d025afa273e684782f514ac" +checksum = "0861b2a1ad6526948567bb59a3fdc4c7f02ee79b07be8b931a544350ec35ab0c" dependencies = [ - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "log", - "pallet-timestamp 34.0.0", + "pallet-timestamp 35.0.0", "parity-scale-codec", "scale-info", "sp-application-crypto 37.0.0", @@ -7534,13 +7750,13 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a5fafb21222ab509f0d9d4bda52730eb342574a0733321e1105e14d5454d6d5" +checksum = "ed2c3666a476132f5846fe4d5e1961a923a58a0f54d873d84566f24ffaa3684f" dependencies = [ - "frame-support 35.0.0", - "frame-system 35.0.0", - "pallet-session 35.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", + "pallet-session 36.0.0", "parity-scale-codec", "scale-info", "sp-application-crypto 37.0.0", @@ -7566,12 +7782,12 @@ dependencies = [ [[package]] name = "pallet-authorship" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b134d987dfc6f2ddc3b4470672318fd59e740868485a25ec15ba909c42e6a622" +checksum = "38885846dbcf03b025fdbd7edb3649046dbc68fa0b419ffe8837ef853a10d31f" dependencies = [ - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", @@ -7606,17 +7822,17 @@ dependencies = [ [[package]] name = "pallet-babe" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84fa5a4406cd9f43babb90ce6e8f1598d36695c86c8e35094ec4cbf3224086fd" +checksum = "b23d2d814e3cb793659fcf84533f66fdf0ed9cccb66cb2225851f482843ed096" dependencies = [ - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "log", - "pallet-authorship 35.0.0", - "pallet-session 35.0.0", - "pallet-timestamp 34.0.0", + "pallet-authorship 36.0.0", + "pallet-session 36.0.0", + "pallet-timestamp 35.0.0", "parity-scale-codec", "scale-info", "sp-application-crypto 37.0.0", @@ -7654,18 +7870,18 @@ dependencies = [ [[package]] name = "pallet-bags-list" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "381526d7d765b4c895efa9da7c7f7b1965f251de6fe30757a63f535a021f2b69" +checksum = "af34fa3fb6a0abe3577e435988039a9e441f6705ae2d3ad627a23e3f705baa2d" dependencies = [ "aquamarine", "docify", - "frame-benchmarking 35.0.0", - "frame-election-provider-support 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-election-provider-support 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "log", - "pallet-balances 36.0.0", + "pallet-balances 37.0.0", "parity-scale-codec", "scale-info", "sp-core 34.0.0", @@ -7694,14 +7910,14 @@ dependencies = [ [[package]] name = "pallet-balances" -version = "36.0.0" +version = "37.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8dfe056082a1d857b0731572d7f9a96d98356b8610b258814cf75a55cd43c435" +checksum = "6878e240962d3887f0e0654ac343a18845adb95ad493c9d4d5e803c015d4a4c3" dependencies = [ "docify", - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "log", "parity-scale-codec", "scale-info", @@ -7732,15 +7948,15 @@ dependencies = [ [[package]] name = "pallet-beefy" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6005abf441b2c6fc21505f0d3e00a66e40759ddff0311834f3f8ae2c5874b0e5" +checksum = "715dfcd1bf3f1f37af6335d4eb3cef921e746ac54721e2258c4fd968b61eb009" dependencies = [ - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "log", - "pallet-authorship 35.0.0", - "pallet-session 35.0.0", + "pallet-authorship 36.0.0", + "pallet-session 36.0.0", "parity-scale-codec", "scale-info", "serde", @@ -7779,18 +7995,18 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "effb0467f4d9b43be918a6e0ad419c539cd55dceef4c70000cb373701dc3d029" +checksum = "01d70c6f872eb3f2635355ccbea944a4f9ea411c0aa25f6f1a15219e8da11ad2" dependencies = [ "array-bytes", "binary-merkle-tree 15.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "log", - "pallet-beefy 35.0.0", - "pallet-mmr 34.0.0", - "pallet-session 35.0.0", + "pallet-beefy 36.0.0", + "pallet-mmr 35.0.0", + "pallet-session 36.0.0", "parity-scale-codec", "scale-info", "serde", @@ -7824,15 +8040,15 @@ dependencies = [ [[package]] name = "pallet-bounties" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84e118557f0d4e863a243f2c91ffd4fce624c5afc42b6bd0e04e6f7cc767afd7" +checksum = "0566499e74ba4b7ccbd1b667eef0dab76ca28402a8d501e22b73a363717b05a9" dependencies = [ - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "log", - "pallet-treasury 34.0.0", + "pallet-treasury 35.0.0", "parity-scale-codec", "scale-info", "sp-core 34.0.0", @@ -7843,17 +8059,17 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "105a956904498bd236266cc4a7e6cff5c83fd1ea6d6d62ff4efb947b48c81245" +checksum = "61d30a4860bb12559dc28b2d46dd865e2066bce83239230f748e2c569a3cadf4" dependencies = [ - "bp-header-chain 0.14.0", - "bp-runtime 0.14.0", + "bp-header-chain 0.15.0", + "bp-runtime 0.15.0", "bp-test-utils", "finality-grandpa", - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "log", "parity-scale-codec", "scale-info", @@ -7865,15 +8081,15 @@ dependencies = [ [[package]] name = "pallet-bridge-messages" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6af9efd8200ffe03ad35043ec4b9a9ce26e0fd015737949fd153764c38bf35dd" +checksum = "e3c0fcb1b9ae50ece73cbe36b72c2778f5d4637e4fb0cfac30cb16f7d4b61d5e" dependencies = [ - "bp-messages 0.14.0", - "bp-runtime 0.14.0", - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "bp-messages 0.15.0", + "bp-runtime 0.15.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "log", "num-traits", "parity-scale-codec", @@ -7884,17 +8100,17 @@ dependencies = [ [[package]] name = "pallet-bridge-parachains" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ecd77f4bf6a30f9ac686261c38d764ba4b93edba1448bb6a12bbd1709c190aa" +checksum = "3974fb658cf1b9ca8c2d3c77bf080b2f94c054c2b466b709ef29f6d3726f2231" dependencies = [ - "bp-header-chain 0.14.0", + "bp-header-chain 0.15.0", "bp-parachains", - "bp-polkadot-core 0.14.0", - "bp-runtime 0.14.0", - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "bp-polkadot-core 0.15.0", + "bp-runtime 0.15.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "log", "pallet-bridge-grandpa", "parity-scale-codec", @@ -7906,16 +8122,16 @@ dependencies = [ [[package]] name = "pallet-bridge-relayers" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1512f82bb532b1193636953816e08e5f782137ec23f3039083c68ab9a9a7cb4" +checksum = "2c92383f4c7d1eaced8413e39b948227a527a0136f705660580c57753dc11568" dependencies = [ - "bp-messages 0.14.0", + "bp-messages 0.15.0", "bp-relayers", - "bp-runtime 0.14.0", - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "bp-runtime 0.15.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "log", "pallet-bridge-messages", "parity-scale-codec", @@ -7946,14 +8162,14 @@ dependencies = [ [[package]] name = "pallet-broker" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f369dabb59f4ec26bedb86f294f71b257e4d2e998a53693e45e711bc573627d" +checksum = "cd0d652c399b6ed776ee3322e60f40e323f86b413719d7696eddb8f64c368ac0" dependencies = [ "bitvec", - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "log", "parity-scale-codec", "scale-info", @@ -7986,16 +8202,16 @@ dependencies = [ [[package]] name = "pallet-child-bounties" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2eefafbc018dc5a69cec5b1a9bbbc02fd3191464825e0bd5f899d407dfd03b9" +checksum = "38e351f103ebbdd1eb095da8c2379caccc82ebc59a740c2731693d2204286b83" dependencies = [ - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "log", - "pallet-bounties 34.0.0", - "pallet-treasury 34.0.0", + "pallet-bounties 35.0.0", + "pallet-treasury 35.0.0", "parity-scale-codec", "scale-info", "sp-core 34.0.0", @@ -8018,7 +8234,7 @@ dependencies = [ "pallet-balances 29.0.2", "pallet-session 29.0.0", "parity-scale-codec", - "rand 0.8.5", + "rand", "scale-info", "sp-runtime 32.0.0", "sp-staking 27.0.0", @@ -8027,19 +8243,19 @@ dependencies = [ [[package]] name = "pallet-collator-selection" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b78dc5ba93d88d019eecb4d77f1ec95d8c288d9e9c4e039ab8a2dea039deea4" +checksum = "f660cc09f2f277a3976da2eef856b5c725ab7ad1192902ef7f4e4bafd992f04f" dependencies = [ - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "log", - "pallet-authorship 35.0.0", - "pallet-balances 36.0.0", - "pallet-session 35.0.0", + "pallet-authorship 36.0.0", + "pallet-balances 37.0.0", + "pallet-session 36.0.0", "parity-scale-codec", - "rand 0.8.5", + "rand", "scale-info", "sp-runtime 38.0.0", "sp-staking 33.0.0", @@ -8048,13 +8264,13 @@ dependencies = [ [[package]] name = "pallet-collective" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64984961a8667e8a16d2445fc98ac3229f9d01def0c1ae1e6f9ce859ec0fedbb" +checksum = "771bf7f6c76c3ea5e965fee0bf1d8a8c79c8c52d75ead65ed3c4d385f333756f" dependencies = [ - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "log", "parity-scale-codec", "scale-info", @@ -8066,23 +8282,23 @@ dependencies = [ [[package]] name = "pallet-contracts" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c30c5fb9fae081c95545017bac69ca78f875fccf3bebfd142e1388bb2251fb66" +checksum = "3e6989ac82690f981959b0d38ac6d6d52fc06bf00a035548d62b9a2e9c220376" dependencies = [ "bitflags 1.3.2", "environmental", - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "impl-trait-for-tuples", "log", - "pallet-balances 36.0.0", + "pallet-balances 37.0.0", "pallet-contracts-proc-macro", "pallet-contracts-uapi", "parity-scale-codec", "paste", - "rand 0.8.5", + "rand", "rand_pcg", "scale-info", "serde", @@ -8093,16 +8309,16 @@ dependencies = [ "sp-runtime 38.0.0", "sp-std", "staging-xcm 14.1.0", - "staging-xcm-builder 14.0.0", + "staging-xcm-builder 15.0.0", "wasm-instrument", - "wasmi", + "wasmi 0.32.3", ] [[package]] name = "pallet-contracts-proc-macro" -version = "22.0.0" +version = "23.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32b5eaf092c699d6a7e4904ccc871868f2cb715ad7e2e4dd72b7ff0720fd203a" +checksum = "94226cbd48516b7c310eb5dae8d50798c1ce73a7421dc0977c55b7fc2237a283" dependencies = [ "proc-macro2", "quote", @@ -8142,14 +8358,14 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "242927ab508e5f1cb63aa851b7f5662f6886adb688c57458e05449c8ad0376dd" +checksum = "9033f0d23500bbc39298fd50c07b89a2f2d9f07300139b4df8005995ef683875" dependencies = [ "assert_matches", - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "parity-scale-codec", "scale-info", "serde", @@ -8160,12 +8376,12 @@ dependencies = [ [[package]] name = "pallet-delegated-staking" -version = "2.0.0" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72cfda2549b70198f2cdee30f8d72cae469a692f83b3072015062bc2dd6f473b" +checksum = "0596ec5ab55e02b1b5637b3ec2b99027d036fe97a1ab4733ae105474dfa727cf" dependencies = [ - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "parity-scale-codec", "scale-info", "sp-runtime 38.0.0", @@ -8175,13 +8391,13 @@ dependencies = [ [[package]] name = "pallet-democracy" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "517babb26eb2d61c21b13730fd8f48d5024233278581cc342e017f3436260aff" +checksum = "7ccd68a2bf5f2dfda2b810cbe1a779492d4c2e99338989fede4389d412ae325b" dependencies = [ - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "log", "parity-scale-codec", "scale-info", @@ -8205,7 +8421,7 @@ dependencies = [ "log", "pallet-election-provider-support-benchmarking 28.0.0", "parity-scale-codec", - "rand 0.8.5", + "rand", "scale-info", "sp-arithmetic 24.0.0", "sp-core 29.0.0", @@ -8218,18 +8434,18 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9cae34d714e3410bcdd932ce0dc927997125e1eaa083dacdeb700439f22b67b" +checksum = "bd1090fdc6ccdd8ff08c60000c970428baaaf0b33e7a6b01a91ec8b697a650a3" dependencies = [ - "frame-benchmarking 35.0.0", - "frame-election-provider-support 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-election-provider-support 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "log", - "pallet-election-provider-support-benchmarking 34.0.0", + "pallet-election-provider-support-benchmarking 35.0.0", "parity-scale-codec", - "rand 0.8.5", + "rand", "scale-info", "sp-arithmetic 26.0.0", "sp-core 34.0.0", @@ -8257,13 +8473,13 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5153f459dd839fceb81e1d1df9413cc55f83b55fa110485fdb05f442015fb57" +checksum = "93475989d2f6900caf8f1c847a55d909295c156525a7510c5f1dde176ec7c714" dependencies = [ - "frame-benchmarking 35.0.0", - "frame-election-provider-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-election-provider-support 36.0.0", + "frame-system 36.0.1", "parity-scale-codec", "sp-npos-elections 33.0.0", "sp-runtime 38.0.0", @@ -8272,13 +8488,13 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" -version = "36.0.0" +version = "37.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3aa78c1c9f42026482ce7f3c051e89ba26a7a9b52246af6e58ee2ce51eb29e3" +checksum = "9320d95c95e2d4d3ee24c9292b4ee8562ecb724b985613cfa7f274912bad2c9d" dependencies = [ - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "log", "parity-scale-codec", "scale-info", @@ -8312,15 +8528,15 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aad27a480c5d4a4705808b8267d38540d5dfeee50d1e7d5a1684d7bbf98a4aa2" +checksum = "9155f4f762513e0287320411415c76a647152799ad33db1785c9b71c36a14575" dependencies = [ "docify", - "frame-benchmarking 35.0.0", - "frame-election-provider-support 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-election-provider-support 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "log", "parity-scale-codec", "scale-info", @@ -8356,16 +8572,16 @@ dependencies = [ [[package]] name = "pallet-grandpa" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cc1bf0bd43c8434b46af7de18f8863bfbbf56efcf8d340b238b511a52cfa03c" +checksum = "8244b686d5cae6a8af1557ed0f49db08f812f0e7942a8d2da554b4da8a69daf0" dependencies = [ - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "log", - "pallet-authorship 35.0.0", - "pallet-session 35.0.0", + "pallet-authorship 36.0.0", + "pallet-session 36.0.0", "parity-scale-codec", "scale-info", "sp-application-crypto 37.0.0", @@ -8398,14 +8614,14 @@ dependencies = [ [[package]] name = "pallet-identity" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ad181bf900fcea894911421496e05c4b2bc2dadea8c7d744af091a525af3a48" +checksum = "4555795a3e0e3aa49ea432b7afecb9c71a7db8793a99c68bd8dd3a52a12571f3" dependencies = [ "enumflags2", - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "log", "parity-scale-codec", "scale-info", @@ -8437,15 +8653,15 @@ dependencies = [ [[package]] name = "pallet-im-online" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41a23e720204fde0302206016aaf1e095ff808ff1a434ec6507d87a40258bfe1" +checksum = "fa761292e95020304b58b50e5187f8bb82f557c8c2d013e3c96ab41d611873b0" dependencies = [ - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "log", - "pallet-authorship 35.0.0", + "pallet-authorship 36.0.0", "parity-scale-codec", "scale-info", "sp-application-crypto 37.0.0", @@ -8476,13 +8692,13 @@ dependencies = [ [[package]] name = "pallet-indices" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "639b5e46336d35cb888325da0294e54e558d26be45f767ff26ddfca42b709801" +checksum = "b183880ad5efae06afe6066e76f2bac5acf67f34b3cfab7352ceec46accf4b45" dependencies = [ - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "parity-scale-codec", "scale-info", "sp-core 34.0.0", @@ -8494,13 +8710,13 @@ dependencies = [ [[package]] name = "pallet-membership" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d48c79ce463ee54a9c6bf4ea82405499abc24999fa64f4a4e8b6336829d68c7" +checksum = "34006cf047f47edbef33874cc64895918e2c5d7562795209068d5fb388c53a30" dependencies = [ - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "log", "parity-scale-codec", "scale-info", @@ -8533,14 +8749,14 @@ dependencies = [ [[package]] name = "pallet-message-queue" -version = "38.0.0" +version = "39.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8913838f2059495cd9f0c3f9a402346b2f00287b077f344a1b84f850a164d084" +checksum = "20e65a37881d1998546254a5e50a1f768b3f82deabe774e750f4ea95aba8030c" dependencies = [ "environmental", - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "log", "parity-scale-codec", "scale-info", @@ -8573,13 +8789,13 @@ dependencies = [ [[package]] name = "pallet-mmr" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e836e2f38af303d9ae4c3b8ca512afe81279f2d6922223a8f571478740d09fb3" +checksum = "cf8ccec82827413f031689fef4c714fdb0213d58c7a6e208d33f5eab80483770" dependencies = [ - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "log", "parity-scale-codec", "scale-info", @@ -8609,13 +8825,13 @@ dependencies = [ [[package]] name = "pallet-multisig" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2acdab77a60e7fbf76239ad530d00029fa7f9bc2194155c3356221aa76d19868" +checksum = "be58483d827602eb8353ecf36aed65c857f0974db5d27981831e5ebf853040bd" dependencies = [ - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "log", "parity-scale-codec", "scale-info", @@ -8626,16 +8842,16 @@ dependencies = [ [[package]] name = "pallet-nft-fractionalization" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a37b1df43074592e190bc0a9ba443e7520e07db10de8c09aa73b22197a56d77a" +checksum = "7dcaa330221f60feaf3b23d495cccc3bf2a3d6254c596b3c032273c2b46d4078" dependencies = [ - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "log", - "pallet-assets 36.0.0", - "pallet-nfts 29.0.0", + "pallet-assets 37.0.0", + "pallet-nfts 30.0.0", "parity-scale-codec", "scale-info", "sp-runtime 38.0.0", @@ -8663,14 +8879,14 @@ dependencies = [ [[package]] name = "pallet-nfts" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49c68c96f03ef2dd6c23072f315d6ef3e1b4664795f29aab5962db8cc9062ad3" +checksum = "3e1cd476809de3840e19091a083d5a79178af1f108ad489706e1f9e04c8836a4" dependencies = [ "enumflags2", - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "log", "parity-scale-codec", "scale-info", @@ -8694,11 +8910,11 @@ dependencies = [ [[package]] name = "pallet-nfts-runtime-api" -version = "21.0.0" +version = "22.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1c2745697dcd469b5d8f37e50b116e48198dd5df4c3a6ea7af98c20c548cc30" +checksum = "b0ca7a0446d2d3c27f726a016c6366218df2e0bfef9ed35886b252cfa9757f6c" dependencies = [ - "pallet-nfts 29.0.0", + "pallet-nfts 30.0.0", "parity-scale-codec", "sp-api 33.0.0", "sp-std", @@ -8706,13 +8922,13 @@ dependencies = [ [[package]] name = "pallet-nis" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6955efc279e63f4463ea29b45c81de013faa243e45a0155b0519df07d5e0a1fb" +checksum = "e77cba0e15749c8de2be65efffa51e02bd051b4e6fcf23360d43c3b6a859187c" dependencies = [ - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", @@ -8743,14 +8959,14 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7faf96228372dcaf4c01e53ba59248b59a4a9ec994f30bee373110900f34c7bc" +checksum = "36f8c994eb7298a394b58f98afd520b521b5d46f6f39eade4657eeaac9962471" dependencies = [ - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "log", - "pallet-balances 36.0.0", + "pallet-balances 37.0.0", "parity-scale-codec", "scale-info", "sp-core 34.0.0", @@ -8784,18 +9000,18 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91b308c436d36e4159ec617e9e03e20a54aa4c2cd99729a411b969c1d9062392" +checksum = "39ee599f2861e55fc6113c01e9b14d6e85fda46bac36a906b5dd5a951fa0455c" dependencies = [ - "frame-benchmarking 35.0.0", - "frame-election-provider-support 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", - "pallet-bags-list 34.0.0", + "frame-benchmarking 36.0.0", + "frame-election-provider-support 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", + "pallet-bags-list 35.0.0", "pallet-delegated-staking", - "pallet-nomination-pools 32.0.0", - "pallet-staking 35.0.0", + "pallet-nomination-pools 33.0.0", + "pallet-staking 36.0.0", "parity-scale-codec", "scale-info", "sp-runtime 38.0.0", @@ -8818,11 +9034,11 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57e14836c36af92c218a801d6dbd84460210f8af7820df400c5ffed6ae15006c" +checksum = "2906899d8f029780f0d9da77b90ae86f42bcfda5ac402c931406cd84852012ed" dependencies = [ - "pallet-nomination-pools 32.0.0", + "pallet-nomination-pools 33.0.0", "parity-scale-codec", "sp-api 33.0.0", "sp-std", @@ -8848,14 +9064,14 @@ dependencies = [ [[package]] name = "pallet-offences" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2edc30910e938ef9df027aad650ea03644d0a33a604cec2267fce28951c0530" +checksum = "4859e7bb2af46d2e0f137c2f777adf39f0e5d4d188226158d599f1cfcfb76b9e" dependencies = [ - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "log", - "pallet-balances 36.0.0", + "pallet-balances 37.0.0", "parity-scale-codec", "scale-info", "serde", @@ -8891,22 +9107,22 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c605b2a3cf4eab08293ceb8f16a9352fcd71a27f0ab0dbdd8380946ab5800db6" +checksum = "4351b0edafcdf3240f0471c638b39d2c981bde9d17c0172536a0aa3b7c3097ef" dependencies = [ - "frame-benchmarking 35.0.0", - "frame-election-provider-support 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-election-provider-support 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "log", - "pallet-babe 35.0.0", - "pallet-balances 36.0.0", - "pallet-grandpa 35.0.0", - "pallet-im-online 34.0.0", - "pallet-offences 34.0.0", - "pallet-session 35.0.0", - "pallet-staking 35.0.0", + "pallet-babe 36.0.0", + "pallet-balances 37.0.0", + "pallet-grandpa 36.0.0", + "pallet-im-online 35.0.0", + "pallet-offences 35.0.0", + "pallet-session 36.0.0", + "pallet-staking 36.0.0", "parity-scale-codec", "scale-info", "sp-runtime 38.0.0", @@ -8916,14 +9132,14 @@ dependencies = [ [[package]] name = "pallet-parameters" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9ca55799e0693fafb28342892d5f71a52f95e2ca279f940faf8a7bbb4c8b835" +checksum = "58d9a81a93202105a660e6aa3d3f81638bdd109ca0497f3e528529cd52d034db" dependencies = [ "docify", - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "parity-scale-codec", "paste", "scale-info", @@ -8953,13 +9169,13 @@ dependencies = [ [[package]] name = "pallet-preimage" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e17c6fa28b38ef4cf33203709e3610c89aa8299900c7d0096bdec7b9e90ab2d3" +checksum = "68ac726abc5b1bcd6c8f783514b8e1a48be32c7d15e0b263e4bc28cc1e4e7763" dependencies = [ - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "log", "parity-scale-codec", "scale-info", @@ -8987,13 +9203,13 @@ dependencies = [ [[package]] name = "pallet-proxy" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "279b23df802b3edb41d04836cc2f97d59c358b3bd43d39b98fd1fe2e03204b87" +checksum = "b4e12680e176607815a78a0cd10a52af50790292cb950404f30a885e2a7229e9" dependencies = [ - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "parity-scale-codec", "scale-info", "sp-io 37.0.0", @@ -9003,13 +9219,13 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aac3413b3e5620c0b83bc32855ea16f0c9381fea96b85ffbe9490cb648815c96" +checksum = "862ea8d386ed5737e859470c43cbfd9652c81398cad29e03ae7846c21aaee4c6" dependencies = [ - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "impl-trait-for-tuples", "log", "parity-scale-codec", @@ -9023,13 +9239,13 @@ dependencies = [ [[package]] name = "pallet-recovery" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fe5112bc7fe0282330e01a9c4fb58e42ed9030575eaf8479d54e3d6bd36f889" +checksum = "b24d4131bc79fee0b07550136ca6329faa84c1c3e76ae62a74aef6b1da0b95b4" dependencies = [ - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "parity-scale-codec", "scale-info", "sp-io 37.0.0", @@ -9059,14 +9275,14 @@ dependencies = [ [[package]] name = "pallet-referenda" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c969360bab41c9d50cd99755408690f23241424c3cc15935dd6c47206fc9c23" +checksum = "b2c906a9c4573eb58de4134ec7180bf12c6769df2b9859dae8adcbc5fce78add" dependencies = [ "assert_matches", - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "log", "parity-scale-codec", "scale-info", @@ -9079,12 +9295,12 @@ dependencies = [ [[package]] name = "pallet-root-testing" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "059d0d7994b582126219f45410a9ef0c1db9655167ab4b84a9a16aafdb92ef1a" +checksum = "fa61642f7bdc1a393798aa1ff67bb8c29f8f184b6fce165e1079010d446a1e29" dependencies = [ - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "parity-scale-codec", "scale-info", "sp-core 34.0.0", @@ -9114,14 +9330,14 @@ dependencies = [ [[package]] name = "pallet-scheduler" -version = "36.0.0" +version = "37.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05840a0a1c517438d21873ad2279fea914eec836e1d76d15f29548a8ace6c707" +checksum = "b170d6aa191197d3f50b1193925546972ffc394376ead4d2739eb40909b73c85" dependencies = [ "docify", - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "log", "parity-scale-codec", "scale-info", @@ -9156,15 +9372,15 @@ dependencies = [ [[package]] name = "pallet-session" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c77e7b0716fdf3cf8ecfcc872d583c972c4c9706842709a1112f26c51f701ae" +checksum = "7c92b24c911c2cfa5351616edc7f2f93427ea6f4f95efdb13f0f5d51997939c3" dependencies = [ - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "impl-trait-for-tuples", "log", - "pallet-timestamp 34.0.0", + "pallet-timestamp 35.0.0", "parity-scale-codec", "scale-info", "sp-core 34.0.0", @@ -9189,7 +9405,7 @@ dependencies = [ "pallet-session 29.0.0", "pallet-staking 29.0.3", "parity-scale-codec", - "rand 0.8.5", + "rand", "sp-runtime 32.0.0", "sp-session 28.0.0", "sp-std", @@ -9197,17 +9413,17 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42b450a525ea08dcdf4b3f33dce8796b2161c5c7917b99fba720d2fcd09b421b" +checksum = "bd02aaf5f10734670346677042ece94fae20dcd5436eafeb9b429d8d6d5b6385" dependencies = [ - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", - "pallet-session 35.0.0", - "pallet-staking 35.0.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", + "pallet-session 36.0.0", + "pallet-staking 36.0.0", "parity-scale-codec", - "rand 0.8.5", + "rand", "sp-runtime 38.0.0", "sp-session 34.0.0", "sp-std", @@ -9215,13 +9431,13 @@ dependencies = [ [[package]] name = "pallet-society" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "236344aaf3ab6d088364aab2f284de04628bf1b7a187686347dbec7ecd0b8cc9" +checksum = "66b60b1d726532317f9965bab4995aa49b73f9b7ca3b9a0f75d158bd84686c5f" dependencies = [ - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "log", "parity-scale-codec", "rand_chacha 0.3.1", @@ -9258,17 +9474,17 @@ dependencies = [ [[package]] name = "pallet-staking" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8f63dce0732789c9222056a3292576b7843aa1c7eb5e7e0fcb158dbab8f4455" +checksum = "fbebdb060417654f215fc6f03675e5f44cfc83837d9e523e1b8fd9a4a2e1bdc2" dependencies = [ - "frame-benchmarking 35.0.0", - "frame-election-provider-support 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-election-provider-support 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "log", - "pallet-authorship 35.0.0", - "pallet-session 35.0.0", + "pallet-authorship 36.0.0", + "pallet-session 36.0.0", "parity-scale-codec", "rand_chacha 0.3.1", "scale-info", @@ -9366,13 +9582,13 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" -version = "36.0.0" +version = "37.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fdd28b85f5c5beb7659a0dee158155b6114dcc747c139f247df944cca132df2" +checksum = "e07f8626f4ff62ac79d6ad0bd01fab7645897ce35706ddb95fa084e75be9306d" dependencies = [ - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "log", "parity-scale-codec", "scale-info", @@ -9401,14 +9617,14 @@ dependencies = [ [[package]] name = "pallet-sudo" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d15062b0caa6194e3ab13a10a500b2ed4b9d5915bf30dda18833e1c3bbbf6e85" +checksum = "1bd2a8797c1bb3d3897b4f87a7716111da5eeb8561345277b6e6d70349ec8b35" dependencies = [ "docify", - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "parity-scale-codec", "scale-info", "sp-io 37.0.0", @@ -9439,14 +9655,14 @@ dependencies = [ [[package]] name = "pallet-timestamp" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34a42af51e32d3ea442e9aaabb935976e4154f89f3604bfb892a316e8d77c0d4" +checksum = "ae789d344be857679b0b98b28a67c747119724847f81d704d3fd03ee13fb6841" dependencies = [ "docify", - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "log", "parity-scale-codec", "scale-info", @@ -9460,15 +9676,15 @@ dependencies = [ [[package]] name = "pallet-tips" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9dae4a7f481f37cb839477dc1a2a8ce62ff962c25c48fbbad93631aa1c9fe0fa" +checksum = "f7dfec7872ee9e071209ae860094569745e8bd47564bacdba739256ee52cf78c" dependencies = [ - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "log", - "pallet-treasury 34.0.0", + "pallet-treasury 35.0.0", "parity-scale-codec", "scale-info", "serde", @@ -9497,12 +9713,12 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "349e56fa9f8c4093d912f0654e37b57ae628ad4b4fea67d9f3373e5dfcab2bcc" +checksum = "74fb6114223c8d967c3c2f21cbc845e8ea604ff7e21a8e59d119d5a9257ba886" dependencies = [ - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "parity-scale-codec", "scale-info", "serde", @@ -9514,12 +9730,12 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" -version = "37.0.0" +version = "38.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e53aea571916432782288ba28ba2724a9564428c5b75a5b46dc13f633092708" +checksum = "a82898085607c7b00ef20fdce7c621790bf2b644c134918a172fe0a8f7f08e6c" dependencies = [ "jsonrpsee", - "pallet-transaction-payment-rpc-runtime-api 35.0.0", + "pallet-transaction-payment-rpc-runtime-api 36.0.0", "parity-scale-codec", "sp-api 33.0.0", "sp-blockchain", @@ -9544,11 +9760,11 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "331b2011bdf0ede2b607431360a94b7c3198f706bff63cd727c259e815f62389" +checksum = "f4bad1700ad7eb5ab254189e1df894d1d16b3626a3c4b9c45259ec4d9efc262c" dependencies = [ - "pallet-transaction-payment 35.0.0", + "pallet-transaction-payment 36.0.0", "parity-scale-codec", "sp-api 33.0.0", "sp-runtime 38.0.0", @@ -9577,16 +9793,16 @@ dependencies = [ [[package]] name = "pallet-treasury" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1317444c1dd38d7281db919b88331a9a76b483450a78f800d1cb76e21ce33563" +checksum = "9c502615bb4fdd02856a131cb2a612ad40c26435ec938f65f11cae4ff230812b" dependencies = [ "docify", - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "impl-trait-for-tuples", - "pallet-balances 36.0.0", + "pallet-balances 37.0.0", "parity-scale-codec", "scale-info", "serde", @@ -9630,13 +9846,13 @@ dependencies = [ [[package]] name = "pallet-utility" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "489431d3b751d07853119fd250145273ea050e84565b3435b5b19c6d3f622b56" +checksum = "3238fe6ad00da6a137be115904c39cab97eb5c7f03da0bb1a20de1bef03f0c71" dependencies = [ - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "parity-scale-codec", "scale-info", "sp-core 34.0.0", @@ -9663,13 +9879,13 @@ dependencies = [ [[package]] name = "pallet-vesting" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79641f9c6720a5f1705a0b7464c13a6cf4c0a3d3c9db523ed73c345130bcaadd" +checksum = "78f7f0f4fe5e1d851e85d81e5e73b6f929f0c35af786ce8be9c9e3363717c136" dependencies = [ - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "log", "parity-scale-codec", "scale-info", @@ -9695,13 +9911,13 @@ dependencies = [ [[package]] name = "pallet-whitelist" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a8196f8403117eab3042f49bec96b80290e9bef678017073f62b409e5311476" +checksum = "3e4f27640279229eb73fde0cb06e98b799305e6b0bc724f4dfbef2001ab4ad00" dependencies = [ - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "parity-scale-codec", "scale-info", "sp-api 33.0.0", @@ -9735,16 +9951,16 @@ dependencies = [ [[package]] name = "pallet-xcm" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "870c71f937c78c722fc91a8f8fdf7bc0c74590eb01413eb17c5a72c405c9f134" +checksum = "fe7409458b7fedc5c7d46459da154ccc2dc22a843ce08e8ab6c1743ef5cf972c" dependencies = [ "bounded-collections 0.2.0", - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "log", - "pallet-balances 36.0.0", + "pallet-balances 37.0.0", "parity-scale-codec", "scale-info", "serde", @@ -9753,9 +9969,9 @@ dependencies = [ "sp-runtime 38.0.0", "sp-std", "staging-xcm 14.1.0", - "staging-xcm-builder 14.0.0", - "staging-xcm-executor 14.0.0", - "xcm-fee-payment-runtime-api", + "staging-xcm-builder 15.0.0", + "staging-xcm-executor 15.0.0", + "xcm-runtime-apis", ] [[package]] @@ -9780,13 +9996,13 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19da3779debfcbaecda285e8d240d0415cc7df7ff0b75bcaa227dbc2fa0cdb5c" +checksum = "2f177a171203cc0bec3cff1bdd5d3b926abfbd0ecf347e044b147194e664f717" dependencies = [ - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "log", "parity-scale-codec", "scale-info", @@ -9794,8 +10010,8 @@ dependencies = [ "sp-runtime 38.0.0", "sp-std", "staging-xcm 14.1.0", - "staging-xcm-builder 14.0.0", - "staging-xcm-executor 14.0.0", + "staging-xcm-builder 15.0.0", + "staging-xcm-executor 15.0.0", ] [[package]] @@ -9820,14 +10036,14 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub-router" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "806996c671acfb8640cb7a29de16c58092b81a6e15b22e3a3fffe0c2a4845b03" +checksum = "f48bd38d4061a51f263f4c08021e66100e16cbda9978fba163d2544637b31dab" dependencies = [ "bp-xcm-bridge-hub-router 0.13.0", - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "log", "parity-scale-codec", "scale-info", @@ -9835,7 +10051,7 @@ dependencies = [ "sp-runtime 38.0.0", "sp-std", "staging-xcm 14.1.0", - "staging-xcm-builder 14.0.0", + "staging-xcm-builder 15.0.0", ] [[package]] @@ -9872,22 +10088,22 @@ dependencies = [ [[package]] name = "parachains-common" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41525e5ddae2ae87949323fce5ba5e039ac5ceea2a76bcf34c6e794c111134f7" +checksum = "9319e656eebdf161666e54a4d8e24f73137f702f01600247f7be650bc4d46167" dependencies = [ "cumulus-primitives-core 0.14.0", - "cumulus-primitives-utility 0.14.0", - "frame-support 35.0.0", - "frame-system 35.0.0", - "log", - "pallet-asset-tx-payment 35.0.0", - "pallet-assets 36.0.0", - "pallet-authorship 35.0.0", - "pallet-balances 36.0.0", - "pallet-collator-selection 16.0.0", - "pallet-message-queue 38.0.0", - "pallet-xcm 14.0.0", + "cumulus-primitives-utility 0.15.0", + "frame-support 36.0.0", + "frame-system 36.0.1", + "log", + "pallet-asset-tx-payment 36.0.0", + "pallet-assets 37.0.0", + "pallet-authorship 36.0.0", + "pallet-balances 37.0.0", + "pallet-collator-selection 17.0.0", + "pallet-message-queue 39.0.0", + "pallet-xcm 15.0.0", "parity-scale-codec", "polkadot-primitives 14.0.0", "scale-info", @@ -9896,30 +10112,30 @@ dependencies = [ "sp-io 37.0.0", "sp-runtime 38.0.0", "sp-std", - "staging-parachain-info 0.14.0", + "staging-parachain-info 0.15.0", "staging-xcm 14.1.0", - "staging-xcm-executor 14.0.0", + "staging-xcm-executor 15.0.0", "substrate-wasm-builder 23.0.0", ] [[package]] name = "parachains-runtimes-test-utils" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "459295caad69abc21337036427d7ecd09e3956c3464ba9be7a0c57655e572f8f" +checksum = "c778447d2e71a418b083c0458579d0f8d13872f43c63142d9e5157edea000bdd" dependencies = [ - "cumulus-pallet-parachain-system 0.14.0", - "cumulus-pallet-xcmp-queue 0.14.0", + "cumulus-pallet-parachain-system 0.15.0", + "cumulus-pallet-xcmp-queue 0.15.0", "cumulus-primitives-core 0.14.0", "cumulus-primitives-parachain-inherent 0.14.0", "cumulus-test-relay-sproof-builder", - "frame-support 35.0.0", - "frame-system 35.0.0", - "pallet-balances 36.0.0", - "pallet-collator-selection 16.0.0", - "pallet-session 35.0.0", - "pallet-timestamp 34.0.0", - "pallet-xcm 14.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", + "pallet-balances 37.0.0", + "pallet-collator-selection 17.0.0", + "pallet-session 36.0.0", + "pallet-timestamp 35.0.0", + "pallet-xcm 15.0.0", "parity-scale-codec", "polkadot-parachain-primitives 13.0.0", "sp-consensus-aura 0.39.0", @@ -9928,9 +10144,9 @@ dependencies = [ "sp-runtime 38.0.0", "sp-std", "sp-tracing 17.0.0", - "staging-parachain-info 0.14.0", + "staging-parachain-info 0.15.0", "staging-xcm 14.1.0", - "staging-xcm-executor 14.0.0", + "staging-xcm-executor 15.0.0", "substrate-wasm-builder 23.0.0", ] @@ -9941,8 +10157,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4e69bf016dc406eff7d53a7d3f7cf1c2e72c82b9088aac1118591e36dd2cd3e9" dependencies = [ "bitcoin_hashes 0.13.0", - "rand 0.7.3", - "rand_core 0.5.1", + "rand", + "rand_core 0.6.4", "serde", "unicode-normalization", ] @@ -9968,7 +10184,7 @@ dependencies = [ "lz4", "memmap2 0.5.10", "parking_lot 0.12.3", - "rand 0.8.5", + "rand", "siphasher", "snap", "winapi", @@ -10001,12 +10217,6 @@ dependencies = [ "syn 1.0.109", ] -[[package]] -name = "parity-send-wrapper" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f" - [[package]] name = "parity-util-mem" version = "0.12.0" @@ -10344,12 +10554,6 @@ dependencies = [ "syn 2.0.66", ] -[[package]] -name = "pin-project-lite" -version = "0.1.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777" - [[package]] name = "pin-project-lite" version = "0.2.14" @@ -10397,9 +10601,9 @@ checksum = "db23d408679286588f4d4644f965003d056e3dd5abcaaa938116871d7ce2fee7" [[package]] name = "polkadot-approval-distribution" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd2f7de61c3e30845822cf071fced5302ce8d8dd9127c8cadb1aac1d6a431d50" +checksum = "61d39d6552d00ade2d668b8171aa7d6a1f5da4c7ebff402b5a9877b5d1e45b4e" dependencies = [ "bitvec", "futures", @@ -10412,15 +10616,15 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 14.0.0", - "rand 0.8.5", + "rand", "tracing-gum", ] [[package]] name = "polkadot-availability-bitfield-distribution" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ddd8c20cba24cc94df433357e90f542cfdd1d1835d6a3859dc379b7eeb7cb43" +checksum = "cd0a8b5280959524f84b09c27ef0dbceeced6d19537f8fd43d03a08414f8b93d" dependencies = [ "always-assert", "futures", @@ -10429,15 +10633,15 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 14.0.0", - "rand 0.8.5", + "rand", "tracing-gum", ] [[package]] name = "polkadot-availability-distribution" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4eca33cf1901a090ac35ffc991e6394cb8ba5020234d6e32a800f5051ce629b9" +checksum = "adfe520a9c8dbe6c5db06c0b919c53441927babc1c02b9df76718fc4b80c5c4f" dependencies = [ "derive_more", "fatality", @@ -10449,7 +10653,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 14.0.0", - "rand 0.8.5", + "rand", "sc-network", "schnellru", "sp-core 34.0.0", @@ -10460,9 +10664,9 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1817e10f78d6c8dafc63f25cc5e15e93cad4a1b861f8b8634fa6244441624582" +checksum = "727f02306a3a51eb0b8efca3e1e14c5efa2daf921c9be7c46d9c5d68670a9b51" dependencies = [ "async-trait", "fatality", @@ -10474,7 +10678,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 14.0.0", - "rand 0.8.5", + "rand", "sc-network", "schnellru", "thiserror", @@ -10494,9 +10698,9 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ecebd0f0e2dc1bcb521245c2ff2b76854407691cf782586eadd4a868f526aab9" +checksum = "141a62da626bba7c4a29b8e5d20a975efa6439095a352ebfc47f068e4dfd82fd" dependencies = [ "cfg-if", "clap", @@ -10523,9 +10727,9 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4440aad91c57574efb4a04e095570111d31c3a24d0fceb203973585243d74ae8" +checksum = "75bd07cc8a0bfabe6464d40072e30bd87f52730fbc26c733f0a8ffa97918c0a8" dependencies = [ "bitvec", "fatality", @@ -10572,9 +10776,9 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afeea4e15a232d97e73be9acddded88df0749e583b6bc80ba5400e6f9a8ea912" +checksum = "09c49e68add45aa6c2b85e97f0d09b81f26b1428117bdc9284eaa74a1eb63daf" dependencies = [ "derive_more", "fatality", @@ -10613,9 +10817,9 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45a5a4f4ef27ac178251ab064a2545e9e303e8fd1b1264b6df461e425b054065" +checksum = "53b56e8fe08e4ed30af0d296870b12b5a7411695f2b79b3c5842d04b9a347200" dependencies = [ "futures", "futures-timer", @@ -10623,7 +10827,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 14.0.0", - "rand 0.8.5", + "rand", "rand_chacha 0.3.1", "sc-network", "sc-network-common", @@ -10636,9 +10840,9 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebc32407362fa5f8444067bf6b7942ae5f10dfc1a4bde056181a085381d9d60c" +checksum = "178b92197936c23ae8a936ec74b83a15a9fe0978c7f3de677db141ba9c524a63" dependencies = [ "always-assert", "async-trait", @@ -10660,9 +10864,9 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9d84116b4220e2f8f8c5c3933dc4a21c3c8751079b3d89c605121b44fd201e8" +checksum = "869534f66d5a38443acf4b9fec3a4919f59f293e6fdee4177cd7cece1c4a85ef" dependencies = [ "futures", "parity-scale-codec", @@ -10679,9 +10883,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9e37706970e30cd57d2aa9d0ab57a6c25474c8bae0a2ef7b7dc4dc262ccd146" +checksum = "ed3629b2d93b5f152bc75437fb68326ebf9267885ff89f2abede9b8a050e9288" dependencies = [ "bitvec", "derive_more", @@ -10697,7 +10901,7 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-overseer", "polkadot-primitives 14.0.0", - "rand 0.8.5", + "rand", "rand_chacha 0.3.1", "rand_core 0.6.4", "sc-keystore", @@ -10713,9 +10917,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "503d0c01f6b0f2ed31bd531ef9763719df4355b63d19e489a796912743afd423" +checksum = "8487c45eedaaf535ccc78bf4f459eae9443c4c9cfcca31dc3838950f3a3426e3" dependencies = [ "bitvec", "futures", @@ -10736,9 +10940,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01e5505fabfb2b9dcebc05f596c249b57a2b4dcb9d65d5655406fb1693f3f5db" +checksum = "b493dff8562ce2675dbb0e5c8594e145085a4536de435f5061f577bdaba2195e" dependencies = [ "bitvec", "fatality", @@ -10757,9 +10961,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2af24edddafe308811f73dbd5a97b26a8ceb9a4ee1da5a6ae8487250b1930b0a" +checksum = "5946d61086be5096e8dafd731d0881fa41e12f21a1f3a8b9d7ff6f1294914b98" dependencies = [ "futures", "polkadot-node-subsystem", @@ -10773,9 +10977,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d16611223b95f59b3b3395b97807035114b7b3f4fc91cdea893981534e3a0bb" +checksum = "389b6d8da9a7cf825f97ff4da4ef754a1371de0358e896fbec973f4ff1dfe011" dependencies = [ "async-trait", "futures", @@ -10795,9 +10999,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09318b543a6e7a1a7309e1841331e8a2d9f0c7ef2a2929efb75f296492cff36b" +checksum = "29086798f24839c9dc1c8b080ffc68bbfe2a5fdc5f29de557b9d224a45011094" dependencies = [ "futures", "polkadot-node-metrics", @@ -10810,9 +11014,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "358fd0d04fa636c94b1fdead690d2049e580843cfd623a913297d791d0d9db23" +checksum = "79c8bcae78a4562bc8b3b786e08cb1b3c96c29554da7d57b6806a6723b1540b0" dependencies = [ "futures", "futures-timer", @@ -10828,9 +11032,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef762a62e1c3894b01c7103710bb17fb8b4bb65444011d5e9e62a78933874d47" +checksum = "459e1da76e61c2f5636123ae7c19097067dcc1d07e0d5e77eae4eb87e5cb999d" dependencies = [ "fatality", "futures", @@ -10848,9 +11052,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ad8e655826a7a7f437e53331c6e1959930307c0ec9c174f100cb1a28f95267d" +checksum = "18e4d2b44748657a68c8ff2995b0b39609f5186bc4b07040ebb6b389dbf1047b" dependencies = [ "async-trait", "futures", @@ -10866,9 +11070,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-prospective-parachains" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3899b61909cc0578ee72f73d67fca81865a2c8459df0a440df07a7203757f587" +checksum = "756205c36293216422775c6fa1be9fc4bdb99fa5cafd86b96e7feae13e669e79" dependencies = [ "bitvec", "fatality", @@ -10884,9 +11088,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16da0e6b5778ac22802fb30c83e6a4e861f8386c8104a63ae0ed15cc959497c4" +checksum = "d6f090dc90bbe0b452a57a3129b53a6129e357ff4607e9db27a54b291d7a747b" dependencies = [ "bitvec", "fatality", @@ -10903,9 +11107,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "147d797f376100bfb83dfff60cd86805e1ccbd5a6d3db76bc2adc73ce95c1818" +checksum = "2eea57cb8ce66c2952b87b2476b46d6316ae58342f198abd09c391827ed5402d" dependencies = [ "always-assert", "array-bytes", @@ -10922,7 +11126,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-parachain-primitives 13.0.0", "polkadot-primitives 14.0.0", - "rand 0.8.5", + "rand", "slotmap", "sp-core 34.0.0", "tempfile", @@ -10933,9 +11137,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39152f2c3b313cd901f3c9554a1622b4a2deacd539af3a7bfae6fbb94839ad9c" +checksum = "6483e6db611d96b14deb298bcf877c44905ba2b45207183d62d0fda9c2fcfec2" dependencies = [ "futures", "polkadot-node-primitives", @@ -10950,9 +11154,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-common" -version = "14.0.0" +version = "14.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8ab48ae1d313a9053153ad66cd9f80f26731feb54a7f03208d60076f1b3e188" +checksum = "d0eca24abc74c0c3f02f9986edbda12b3e8b6d294c39b238cf39e94e246aa2b9" dependencies = [ "cpu-time", "futures", @@ -10977,9 +11181,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c19882aa444012ea6c610b473131b0f15ef12e3dd2f897125ef57b38fdc8acc" +checksum = "0024b2f4e4a03e4fda348183bbfe5eb51dd6e90b57eabc83596ee4d0079fd0e8" dependencies = [ "futures", "polkadot-node-metrics", @@ -10993,9 +11197,9 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd5e646fedc21914c77e682e8ec93f6d3440887fb076cd6b7b267f9bc193c025" +checksum = "b671c3407a7e325264af798664ca60c985873c04f54f53cc8f02aa81512fd40a" dependencies = [ "lazy_static", "log", @@ -11013,9 +11217,9 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32a808897db8b9c36f89f148febcbdb0a02b06f8938752113d8972f3a836d518" +checksum = "bae429c6a40f782a615d7ec863c4eda83c36bee5f6b542bcf86f754342f97b5a" dependencies = [ "bs58 0.5.1", "futures", @@ -11033,9 +11237,9 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e745a85464f42b58fc645c020cbd78baa083e0ebf1af2b4f499eb466e19e405" +checksum = "cf88dcc39ac21e12a65c255707b89933ddf3dadfb2c422d9f0fd8ff644229e77" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -11048,7 +11252,7 @@ dependencies = [ "polkadot-node-jaeger", "polkadot-node-primitives", "polkadot-primitives 14.0.0", - "rand 0.8.5", + "rand", "sc-authority-discovery", "sc-network", "sc-network-types", @@ -11084,9 +11288,9 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1496f6759e964605b18d744babe6b4c430f4c0f4580663179f85976deffc5e39" +checksum = "6a338e574c2416135b0004ebef226be22db13c44532e2a0f33b67648afb3ca12" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -11095,9 +11299,9 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3ec11aa0eec2adede73aa14f0ebeb2794180f1b5322f0e75bfd1215d3f29b68" +checksum = "b0df39c7eef657b1e28917529f0b0c2aa5f0b013f4f298cfb3620b54449f0c95" dependencies = [ "async-trait", "bitvec", @@ -11126,9 +11330,9 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aaedb65dccd2fa8dc6c060fc93d11c73794f0b3ed3cbae20bd27159e16345785" +checksum = "a55a268e05c8c39aeb81b9ad59dfd18a7a711c8f8fa19bf83c75025de25466b7" dependencies = [ "async-trait", "derive_more", @@ -11151,7 +11355,7 @@ dependencies = [ "polkadot-overseer", "polkadot-primitives 14.0.0", "prioritized-metered-channel", - "rand 0.8.5", + "rand", "sc-client-api", "schnellru", "sp-application-crypto 37.0.0", @@ -11163,9 +11367,9 @@ dependencies = [ [[package]] name = "polkadot-overseer" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4004808b1cdfac76b38d4af1331f63a1ea4dabc64ce95526d2d2db2a637017cf" +checksum = "c2456c1b2d176550e91e2e1ddb092390b00e20898e5c4fd9b5978d56ab1bbf24" dependencies = [ "async-trait", "futures", @@ -11278,9 +11482,9 @@ dependencies = [ [[package]] name = "polkadot-rpc" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9e0ff61f56a02a50d5d894b966e2224c67b9d2b7e38043832480089a7ca11fd" +checksum = "0dc80e33ff0a7155588d7b6cadffbbad7e8e489c2275f6f49ce61cb5cdfedca7" dependencies = [ "jsonrpsee", "mmr-rpc", @@ -11366,36 +11570,36 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "929499dd53b664110a787bd700030c0d5aa55ff5732556007e052711920933e8" +checksum = "28fdcb41bb21c7b14d0341a9a17364ccc04ad34de05d41e7938cb03acbc11066" dependencies = [ "bitvec", - "frame-benchmarking 35.0.0", - "frame-election-provider-support 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-election-provider-support 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "impl-trait-for-tuples", "libsecp256k1", "log", - "pallet-asset-rate 14.0.0", - "pallet-authorship 35.0.0", - "pallet-babe 35.0.0", - "pallet-balances 36.0.0", - "pallet-broker 0.14.0", - "pallet-election-provider-multi-phase 34.0.0", - "pallet-fast-unstake 34.0.0", - "pallet-identity 35.0.0", - "pallet-session 35.0.0", - "pallet-staking 35.0.0", + "pallet-asset-rate 15.0.0", + "pallet-authorship 36.0.0", + "pallet-babe 36.0.0", + "pallet-balances 37.0.0", + "pallet-broker 0.15.0", + "pallet-election-provider-multi-phase 35.0.0", + "pallet-fast-unstake 35.0.0", + "pallet-identity 36.0.0", + "pallet-session 36.0.0", + "pallet-staking 36.0.0", "pallet-staking-reward-fn 22.0.0", - "pallet-timestamp 34.0.0", - "pallet-transaction-payment 35.0.0", - "pallet-treasury 34.0.0", - "pallet-vesting 35.0.0", + "pallet-timestamp 35.0.0", + "pallet-transaction-payment 36.0.0", + "pallet-treasury 35.0.0", + "pallet-vesting 36.0.0", "parity-scale-codec", "polkadot-primitives 14.0.0", - "polkadot-runtime-parachains 14.0.0", + "polkadot-runtime-parachains 15.0.2", "rustc-hex", "scale-info", "serde", @@ -11411,8 +11615,8 @@ dependencies = [ "sp-staking 33.0.0", "sp-std", "staging-xcm 14.1.0", - "staging-xcm-builder 14.0.0", - "staging-xcm-executor 14.0.0", + "staging-xcm-builder 15.0.0", + "staging-xcm-executor 15.0.0", "static_assertions", ] @@ -11432,12 +11636,12 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17496ddf5f7bc75db80d8b5c8183a1fbc64d984c39238055c67bd45469d97e37" +checksum = "ac75b3fea8464e5681b44733ed11cf09e22ff1e956f6703b918b637bd40e7427" dependencies = [ "bs58 0.5.1", - "frame-benchmarking 35.0.0", + "frame-benchmarking 36.0.0", "parity-scale-codec", "polkadot-primitives 14.0.0", "sp-std", @@ -11473,7 +11677,7 @@ dependencies = [ "polkadot-parachain-primitives 7.0.0", "polkadot-primitives 8.0.1", "polkadot-runtime-metrics 8.0.0", - "rand 0.8.5", + "rand", "rand_chacha 0.3.1", "rustc-hex", "scale-info", @@ -11496,36 +11700,35 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" -version = "14.0.0" +version = "15.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2502de64c7fea2a931712c3e0eb0830ed0af753115472c7ccb2b74c4eba61c65" +checksum = "a6cb1cf1fa41c64b0b515a33d7bd388c3af0de31e5f93bd4c2b220e408f7f968" dependencies = [ "bitflags 1.3.2", "bitvec", "derive_more", - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "impl-trait-for-tuples", "log", - "pallet-authority-discovery 35.0.0", - "pallet-authorship 35.0.0", - "pallet-babe 35.0.0", - "pallet-balances 36.0.0", - "pallet-broker 0.14.0", - "pallet-message-queue 38.0.0", - "pallet-session 35.0.0", - "pallet-staking 35.0.0", - "pallet-timestamp 34.0.0", - "pallet-vesting 35.0.0", + "pallet-authority-discovery 36.0.0", + "pallet-authorship 36.0.0", + "pallet-babe 36.0.0", + "pallet-balances 37.0.0", + "pallet-broker 0.15.0", + "pallet-message-queue 39.0.0", + "pallet-session 36.0.0", + "pallet-staking 36.0.0", + "pallet-timestamp 35.0.0", + "pallet-vesting 36.0.0", "parity-scale-codec", "polkadot-core-primitives 14.0.0", "polkadot-parachain-primitives 13.0.0", "polkadot-primitives 14.0.0", - "polkadot-runtime-metrics 14.0.0", - "rand 0.8.5", + "polkadot-runtime-metrics 15.0.0", + "rand", "rand_chacha 0.3.1", - "rustc-hex", "scale-info", "serde", "sp-api 33.0.0", @@ -11540,21 +11743,21 @@ dependencies = [ "sp-staking 33.0.0", "sp-std", "staging-xcm 14.1.0", - "staging-xcm-executor 14.0.0", + "staging-xcm-executor 15.0.0", "static_assertions", ] [[package]] name = "polkadot-service" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d0a5439b90eedd716501595b789435d677e7f0aae24ee4c20081572bd4fa56a" +checksum = "fa560fb67981865b895082845c4ec43fabb206da5bf583ec5ef3561a8e3fc333" dependencies = [ "async-trait", - "frame-benchmarking 35.0.0", + "frame-benchmarking 36.0.0", "frame-benchmarking-cli", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "frame-system-rpc-runtime-api 33.0.0", "futures", "hex-literal", @@ -11563,10 +11766,10 @@ dependencies = [ "kvdb-rocksdb", "log", "mmr-gadget", - "pallet-babe 35.0.0", - "pallet-staking 35.0.0", - "pallet-transaction-payment 35.0.0", - "pallet-transaction-payment-rpc-runtime-api 35.0.0", + "pallet-babe 36.0.0", + "pallet-staking 36.0.0", + "pallet-transaction-payment 36.0.0", + "pallet-transaction-payment-rpc-runtime-api 36.0.0", "parity-db", "parity-scale-codec", "parking_lot 0.12.3", @@ -11603,7 +11806,7 @@ dependencies = [ "polkadot-parachain-primitives 13.0.0", "polkadot-primitives 14.0.0", "polkadot-rpc", - "polkadot-runtime-parachains 14.0.0", + "polkadot-runtime-parachains 15.0.2", "polkadot-statement-distribution", "rococo-runtime", "sc-authority-discovery", @@ -11660,14 +11863,14 @@ dependencies = [ "thiserror", "tracing-gum", "westend-runtime", - "xcm-fee-payment-runtime-api", + "xcm-runtime-apis", ] [[package]] name = "polkadot-statement-distribution" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a14f12405ecfc8feab17a38756e3668619cd0df4613211c23e0258c24009c91" +checksum = "16020ecadd1826ffbce2693ba1490123a0f7ca74d233c9bc8c0cbfc23bb4df2a" dependencies = [ "arrayvec 0.7.4", "bitvec", @@ -11794,7 +11997,7 @@ dependencies = [ "concurrent-queue", "libc", "log", - "pin-project-lite 0.2.14", + "pin-project-lite", "windows-sys 0.48.0", ] @@ -11807,7 +12010,7 @@ dependencies = [ "cfg-if", "concurrent-queue", "hermit-abi 0.4.0", - "pin-project-lite 0.2.14", + "pin-project-lite", "rustix 0.38.34", "tracing", "windows-sys 0.52.0", @@ -11852,7 +12055,7 @@ dependencies = [ "cumulus-primitives-core 0.14.0", "cumulus-primitives-parachain-inherent 0.14.0", "cumulus-relay-chain-interface", - "frame-benchmarking 35.0.0", + "frame-benchmarking 36.0.0", "frame-benchmarking-cli", "futures", "jsonrpsee", @@ -11913,8 +12116,8 @@ dependencies = [ name = "pop-runtime-common" version = "0.0.0" dependencies = [ - "frame-support 35.0.0", - "parachains-common 14.0.0", + "frame-support 36.0.0", + "parachains-common 15.0.0", "parity-scale-codec", "polkadot-primitives 14.0.0", "scale-info", @@ -11926,53 +12129,53 @@ dependencies = [ name = "pop-runtime-devnet" version = "0.1.0" dependencies = [ - "cumulus-pallet-aura-ext 0.14.0", - "cumulus-pallet-parachain-system 0.14.0", - "cumulus-pallet-session-benchmarking 16.0.0", - "cumulus-pallet-xcm 0.14.0", - "cumulus-pallet-xcmp-queue 0.14.0", + "cumulus-pallet-aura-ext 0.15.0", + "cumulus-pallet-parachain-system 0.15.0", + "cumulus-pallet-session-benchmarking 17.0.0", + "cumulus-pallet-xcm 0.15.0", + "cumulus-pallet-xcmp-queue 0.15.0", "cumulus-primitives-aura 0.14.0", "cumulus-primitives-core 0.14.0", "cumulus-primitives-storage-weight-reclaim", - "cumulus-primitives-utility 0.14.0", + "cumulus-primitives-utility 0.15.0", "enumflags2", "env_logger 0.11.5", - "frame-benchmarking 35.0.0", - "frame-executive 35.0.0", - "frame-metadata-hash-extension 0.3.0", - "frame-support 35.0.0", - "frame-system 35.0.0", - "frame-system-benchmarking 35.0.0", + "frame-benchmarking 36.0.0", + "frame-executive 36.0.0", + "frame-metadata-hash-extension 0.4.0", + "frame-support 36.0.0", + "frame-system 36.0.1", + "frame-system-benchmarking 36.0.0", "frame-system-rpc-runtime-api 33.0.0", - "frame-try-runtime 0.41.0", + "frame-try-runtime 0.42.0", "hex", "hex-literal", "log", - "pallet-assets 36.0.0", - "pallet-aura 34.0.0", - "pallet-authorship 35.0.0", - "pallet-balances 36.0.0", - "pallet-collator-selection 16.0.0", + "pallet-assets 37.0.0", + "pallet-aura 35.0.0", + "pallet-authorship 36.0.0", + "pallet-balances 37.0.0", + "pallet-collator-selection 17.0.0", "pallet-contracts", - "pallet-message-queue 38.0.0", - "pallet-multisig 35.0.0", + "pallet-message-queue 39.0.0", + "pallet-multisig 36.0.0", "pallet-nft-fractionalization", - "pallet-nfts 29.0.0", - "pallet-nfts-runtime-api 21.0.0", - "pallet-preimage 35.0.0", - "pallet-proxy 35.0.0", - "pallet-scheduler 36.0.0", - "pallet-session 35.0.0", - "pallet-sudo 35.0.0", - "pallet-timestamp 34.0.0", - "pallet-transaction-payment 35.0.0", - "pallet-transaction-payment-rpc-runtime-api 35.0.0", - "pallet-utility 35.0.0", - "pallet-xcm 14.0.0", - "parachains-common 14.0.0", + "pallet-nfts 30.0.0", + "pallet-nfts-runtime-api 22.0.0", + "pallet-preimage 36.0.0", + "pallet-proxy 36.0.0", + "pallet-scheduler 37.0.0", + "pallet-session 36.0.0", + "pallet-sudo 36.0.0", + "pallet-timestamp 35.0.0", + "pallet-transaction-payment 36.0.0", + "pallet-transaction-payment-rpc-runtime-api 36.0.0", + "pallet-utility 36.0.0", + "pallet-xcm 15.0.0", + "parachains-common 15.0.0", "parity-scale-codec", "polkadot-parachain-primitives 13.0.0", - "polkadot-runtime-common 14.0.0", + "polkadot-runtime-common 15.0.0", "pop-primitives", "pop-runtime-common", "scale-info", @@ -11990,10 +12193,10 @@ dependencies = [ "sp-std", "sp-transaction-pool 33.0.0", "sp-version 36.0.0", - "staging-parachain-info 0.14.0", + "staging-parachain-info 0.15.0", "staging-xcm 14.1.0", - "staging-xcm-builder 14.0.0", - "staging-xcm-executor 14.0.0", + "staging-xcm-builder 15.0.0", + "staging-xcm-executor 15.0.0", "substrate-wasm-builder 23.0.0", ] @@ -12001,52 +12204,52 @@ dependencies = [ name = "pop-runtime-testnet" version = "0.2.0" dependencies = [ - "cumulus-pallet-aura-ext 0.14.0", - "cumulus-pallet-parachain-system 0.14.0", - "cumulus-pallet-session-benchmarking 16.0.0", - "cumulus-pallet-xcm 0.14.0", - "cumulus-pallet-xcmp-queue 0.14.0", + "cumulus-pallet-aura-ext 0.15.0", + "cumulus-pallet-parachain-system 0.15.0", + "cumulus-pallet-session-benchmarking 17.0.0", + "cumulus-pallet-xcm 0.15.0", + "cumulus-pallet-xcmp-queue 0.15.0", "cumulus-primitives-aura 0.14.0", "cumulus-primitives-core 0.14.0", - "cumulus-primitives-utility 0.14.0", + "cumulus-primitives-utility 0.15.0", "enumflags2", "env_logger 0.11.5", - "frame-benchmarking 35.0.0", - "frame-executive 35.0.0", - "frame-metadata-hash-extension 0.3.0", - "frame-support 35.0.0", - "frame-system 35.0.0", - "frame-system-benchmarking 35.0.0", + "frame-benchmarking 36.0.0", + "frame-executive 36.0.0", + "frame-metadata-hash-extension 0.4.0", + "frame-support 36.0.0", + "frame-system 36.0.1", + "frame-system-benchmarking 36.0.0", "frame-system-rpc-runtime-api 33.0.0", - "frame-try-runtime 0.41.0", + "frame-try-runtime 0.42.0", "hex", "hex-literal", "log", - "pallet-assets 36.0.0", - "pallet-aura 34.0.0", - "pallet-authorship 35.0.0", - "pallet-balances 36.0.0", - "pallet-collator-selection 16.0.0", + "pallet-assets 37.0.0", + "pallet-aura 35.0.0", + "pallet-authorship 36.0.0", + "pallet-balances 37.0.0", + "pallet-collator-selection 17.0.0", "pallet-contracts", - "pallet-message-queue 38.0.0", - "pallet-multisig 35.0.0", + "pallet-message-queue 39.0.0", + "pallet-multisig 36.0.0", "pallet-nft-fractionalization", - "pallet-nfts 29.0.0", - "pallet-nfts-runtime-api 21.0.0", - "pallet-preimage 35.0.0", - "pallet-proxy 35.0.0", - "pallet-scheduler 36.0.0", - "pallet-session 35.0.0", - "pallet-sudo 35.0.0", - "pallet-timestamp 34.0.0", - "pallet-transaction-payment 35.0.0", - "pallet-transaction-payment-rpc-runtime-api 35.0.0", - "pallet-utility 35.0.0", - "pallet-xcm 14.0.0", - "parachains-common 14.0.0", + "pallet-nfts 30.0.0", + "pallet-nfts-runtime-api 22.0.0", + "pallet-preimage 36.0.0", + "pallet-proxy 36.0.0", + "pallet-scheduler 37.0.0", + "pallet-session 36.0.0", + "pallet-sudo 36.0.0", + "pallet-timestamp 35.0.0", + "pallet-transaction-payment 36.0.0", + "pallet-transaction-payment-rpc-runtime-api 36.0.0", + "pallet-utility 36.0.0", + "pallet-xcm 15.0.0", + "parachains-common 15.0.0", "parity-scale-codec", "polkadot-parachain-primitives 13.0.0", - "polkadot-runtime-common 14.0.0", + "polkadot-runtime-common 15.0.0", "pop-primitives", "pop-runtime-common", "scale-info", @@ -12064,10 +12267,10 @@ dependencies = [ "sp-std", "sp-transaction-pool 33.0.0", "sp-version 36.0.0", - "staging-parachain-info 0.14.0", + "staging-parachain-info 0.15.0", "staging-xcm 14.1.0", - "staging-xcm-builder 14.0.0", - "staging-xcm-executor 14.0.0", + "staging-xcm-builder 15.0.0", + "staging-xcm-executor 15.0.0", "substrate-wasm-builder 23.0.0", ] @@ -12190,15 +12393,6 @@ dependencies = [ "toml 0.5.11", ] -[[package]] -name = "proc-macro-crate" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e8366a6159044a37876a2b9817124296703c586a5c92e2c53751fa06d8d43e8" -dependencies = [ - "toml_edit 0.20.7", -] - [[package]] name = "proc-macro-crate" version = "3.1.0" @@ -12232,6 +12426,17 @@ dependencies = [ "version_check", ] +[[package]] +name = "proc-macro-warning" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3d1eaa7fa0aa1929ffdf7eeb6eac234dde6268914a14ad44d23521ab6a9b258e" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.66", +] + [[package]] name = "proc-macro-warning" version = "1.0.2" @@ -12268,9 +12473,9 @@ dependencies = [ [[package]] name = "prometheus-client" -version = "0.19.0" +version = "0.21.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d6fa99d535dd930d1249e6c79cb3c2915f9172a540fe2b02a4c8f9ca954721e" +checksum = "3c99afa9a01501019ac3a14d71d9f94050346f55ca471ce90c799a15c58f61e2" dependencies = [ "dtoa", "itoa", @@ -12415,7 +12620,7 @@ dependencies = [ "libc", "once_cell", "raw-cpuid", - "wasi 0.11.0+wasi-snapshot-preview1", + "wasi", "web-sys", "winapi", ] @@ -12437,44 +12642,51 @@ dependencies = [ [[package]] name = "quick-protobuf-codec" -version = "0.1.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1693116345026436eb2f10b677806169c1a1260c1c60eaaffe3fb5a29ae23d8b" +checksum = "f8ededb1cd78531627244d51dd0c7139fbe736c7d57af0092a76f0ffb2f56e98" dependencies = [ "asynchronous-codec", "bytes", "quick-protobuf", "thiserror", - "unsigned-varint", + "unsigned-varint 0.7.2", ] [[package]] -name = "quicksink" -version = "0.1.2" +name = "quinn" +version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858" +checksum = "2e8b432585672228923edbbf64b8b12c14e1112f62e88737655b4a083dbcd78e" dependencies = [ - "futures-core", - "futures-sink", - "pin-project-lite 0.1.12", + "bytes", + "pin-project-lite", + "quinn-proto 0.9.6", + "quinn-udp 0.3.2", + "rustc-hash", + "rustls 0.20.9", + "thiserror", + "tokio", + "tracing", + "webpki", ] [[package]] name = "quinn" -version = "0.9.4" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e8b432585672228923edbbf64b8b12c14e1112f62e88737655b4a083dbcd78e" +checksum = "8cc2c5017e4b43d5995dcea317bc46c1e09404c0a9664d2908f7f02dfe943d75" dependencies = [ "bytes", - "pin-project-lite 0.2.14", - "quinn-proto", - "quinn-udp", + "futures-io", + "pin-project-lite", + "quinn-proto 0.10.6", + "quinn-udp 0.4.1", "rustc-hash", - "rustls 0.20.9", + "rustls 0.21.12", "thiserror", "tokio", "tracing", - "webpki", ] [[package]] @@ -12484,7 +12696,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94b0b33c13a79f669c85defaf4c275dc86a0c0372807d0ca3d78e0bb87274863" dependencies = [ "bytes", - "rand 0.8.5", + "rand", "ring 0.16.20", "rustc-hash", "rustls 0.20.9", @@ -12495,6 +12707,23 @@ dependencies = [ "webpki", ] +[[package]] +name = "quinn-proto" +version = "0.10.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "141bf7dfde2fbc246bfd3fe12f2455aa24b0fbd9af535d8c86c7bd1381ff2b1a" +dependencies = [ + "bytes", + "rand", + "ring 0.16.20", + "rustc-hash", + "rustls 0.21.12", + "slab", + "thiserror", + "tinyvec", + "tracing", +] + [[package]] name = "quinn-udp" version = "0.3.2" @@ -12502,12 +12731,25 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "641538578b21f5e5c8ea733b736895576d0fe329bb883b937db6f4d163dbaaf4" dependencies = [ "libc", - "quinn-proto", + "quinn-proto 0.9.6", "socket2 0.4.10", "tracing", "windows-sys 0.42.0", ] +[[package]] +name = "quinn-udp" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "055b4e778e8feb9f93c4e439f71dc2156ef13360b432b799e179a8c4cdf0b1d7" +dependencies = [ + "bytes", + "libc", + "socket2 0.5.7", + "tracing", + "windows-sys 0.48.0", +] + [[package]] name = "quote" version = "1.0.36" @@ -12523,19 +12765,6 @@ 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" @@ -12572,9 +12801,6 @@ name = "rand_core" version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" -dependencies = [ - "getrandom 0.1.16", -] [[package]] name = "rand_core" @@ -12582,7 +12808,7 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" dependencies = [ - "getrandom 0.2.15", + "getrandom", ] [[package]] @@ -12592,16 +12818,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31" dependencies = [ "num-traits", - "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", + "rand", ] [[package]] @@ -12693,7 +12910,7 @@ version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891" dependencies = [ - "getrandom 0.2.15", + "getrandom", "libredox", "thiserror", ] @@ -12842,22 +13059,13 @@ checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" dependencies = [ "cc", "cfg-if", - "getrandom 0.2.15", + "getrandom", "libc", "spin 0.9.8", "untrusted 0.9.0", "windows-sys 0.52.0", ] -[[package]] -name = "ripemd" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd124222d17ad93a644ed9d011a40f4fb64aa54275c08cc216524a9ea82fb09f" -dependencies = [ - "digest 0.10.7", -] - [[package]] name = "rlp" version = "0.5.2" @@ -12880,72 +13088,72 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79fc69d149aa86315ff2338311308a6ae31734f179ca0f859cddd5df263422f2" +checksum = "0874c053846cd50170370d88244fd00ed299d3d3833804f0929371a9ed836137" dependencies = [ "binary-merkle-tree 15.0.0", "bitvec", - "frame-benchmarking 35.0.0", - "frame-executive 35.0.0", - "frame-metadata-hash-extension 0.3.0", - "frame-support 35.0.0", - "frame-system 35.0.0", - "frame-system-benchmarking 35.0.0", + "frame-benchmarking 36.0.0", + "frame-executive 36.0.0", + "frame-metadata-hash-extension 0.4.0", + "frame-support 36.0.0", + "frame-system 36.0.1", + "frame-system-benchmarking 36.0.0", "frame-system-rpc-runtime-api 33.0.0", - "frame-try-runtime 0.41.0", + "frame-try-runtime 0.42.0", "hex-literal", "log", - "pallet-asset-rate 14.0.0", - "pallet-authority-discovery 35.0.0", - "pallet-authorship 35.0.0", - "pallet-babe 35.0.0", - "pallet-balances 36.0.0", - "pallet-beefy 35.0.0", - "pallet-beefy-mmr 35.0.0", - "pallet-bounties 34.0.0", - "pallet-child-bounties 34.0.0", + "pallet-asset-rate 15.0.0", + "pallet-authority-discovery 36.0.0", + "pallet-authorship 36.0.0", + "pallet-babe 36.0.0", + "pallet-balances 37.0.0", + "pallet-beefy 36.0.0", + "pallet-beefy-mmr 36.0.0", + "pallet-bounties 35.0.0", + "pallet-child-bounties 35.0.0", "pallet-collective", - "pallet-conviction-voting 35.0.0", + "pallet-conviction-voting 36.0.0", "pallet-democracy", "pallet-elections-phragmen", - "pallet-grandpa 35.0.0", - "pallet-identity 35.0.0", - "pallet-indices 35.0.0", + "pallet-grandpa 36.0.0", + "pallet-identity 36.0.0", + "pallet-indices 36.0.0", "pallet-membership", - "pallet-message-queue 38.0.0", - "pallet-mmr 34.0.0", - "pallet-multisig 35.0.0", + "pallet-message-queue 39.0.0", + "pallet-mmr 35.0.0", + "pallet-multisig 36.0.0", "pallet-nis", - "pallet-offences 34.0.0", + "pallet-offences 35.0.0", "pallet-parameters", - "pallet-preimage 35.0.0", - "pallet-proxy 35.0.0", + "pallet-preimage 36.0.0", + "pallet-proxy 36.0.0", "pallet-ranked-collective", "pallet-recovery", - "pallet-referenda 35.0.0", + "pallet-referenda 36.0.0", "pallet-root-testing", - "pallet-scheduler 36.0.0", - "pallet-session 35.0.0", + "pallet-scheduler 37.0.0", + "pallet-session 36.0.0", "pallet-society", - "pallet-staking 35.0.0", - "pallet-state-trie-migration 36.0.0", - "pallet-sudo 35.0.0", - "pallet-timestamp 34.0.0", + "pallet-staking 36.0.0", + "pallet-state-trie-migration 37.0.0", + "pallet-sudo 36.0.0", + "pallet-timestamp 35.0.0", "pallet-tips", - "pallet-transaction-payment 35.0.0", - "pallet-transaction-payment-rpc-runtime-api 35.0.0", - "pallet-treasury 34.0.0", - "pallet-utility 35.0.0", - "pallet-vesting 35.0.0", - "pallet-whitelist 34.0.0", - "pallet-xcm 14.0.0", - "pallet-xcm-benchmarks 14.0.0", + "pallet-transaction-payment 36.0.0", + "pallet-transaction-payment-rpc-runtime-api 36.0.0", + "pallet-treasury 35.0.0", + "pallet-utility 36.0.0", + "pallet-vesting 36.0.0", + "pallet-whitelist 35.0.0", + "pallet-xcm 15.0.0", + "pallet-xcm-benchmarks 15.0.0", "parity-scale-codec", "polkadot-parachain-primitives 13.0.0", "polkadot-primitives 14.0.0", - "polkadot-runtime-common 14.0.0", - "polkadot-runtime-parachains 14.0.0", + "polkadot-runtime-common 15.0.0", + "polkadot-runtime-parachains 15.0.2", "rococo-runtime-constants", "scale-info", "serde", @@ -12973,28 +13181,28 @@ dependencies = [ "sp-transaction-pool 33.0.0", "sp-version 36.0.0", "staging-xcm 14.1.0", - "staging-xcm-builder 14.0.0", - "staging-xcm-executor 14.0.0", + "staging-xcm-builder 15.0.0", + "staging-xcm-executor 15.0.0", "static_assertions", "substrate-wasm-builder 23.0.0", - "xcm-fee-payment-runtime-api", + "xcm-runtime-apis", ] [[package]] name = "rococo-runtime-constants" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22bd236a3170000b05950c1bf5e91ae99d4f99b1186553a21756f0edacc721a9" +checksum = "2ef330dc0657ac9e4ff93ff320e2ee1a120493bceb91010c7ef7b08fe8e27950" dependencies = [ - "frame-support 35.0.0", + "frame-support 36.0.0", "polkadot-primitives 14.0.0", - "polkadot-runtime-common 14.0.0", + "polkadot-runtime-common 15.0.0", "smallvec", "sp-core 34.0.0", "sp-runtime 38.0.0", "sp-weights 31.0.0", "staging-xcm 14.1.0", - "staging-xcm-builder 14.0.0", + "staging-xcm-builder 15.0.0", ] [[package]] @@ -13122,7 +13330,6 @@ version = "0.20.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99" dependencies = [ - "log", "ring 0.16.20", "sct", "webpki", @@ -13142,11 +13349,12 @@ dependencies = [ [[package]] name = "rustls" -version = "0.22.4" +version = "0.23.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432" +checksum = "05cff451f60db80f490f3c182b77c35260baace73209e9cdbbe526bfe3a4d402" dependencies = [ "log", + "once_cell", "ring 0.17.8", "rustls-pki-types", "rustls-webpki 0.102.4", @@ -13204,6 +13412,33 @@ version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d" +[[package]] +name = "rustls-platform-verifier" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "93bda3f493b9abe5b93b3e7e3ecde0df292f2bd28c0296b90586ee0055ff5123" +dependencies = [ + "core-foundation", + "core-foundation-sys", + "jni", + "log", + "once_cell", + "rustls 0.23.10", + "rustls-native-certs 0.7.0", + "rustls-platform-verifier-android", + "rustls-webpki 0.102.4", + "security-framework", + "security-framework-sys", + "webpki-roots 0.26.3", + "winapi", +] + +[[package]] +name = "rustls-platform-verifier-android" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" + [[package]] name = "rustls-webpki" version = "0.101.7" @@ -13244,9 +13479,9 @@ dependencies = [ [[package]] name = "rw-stream-sink" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04" +checksum = "d8c9026ff5d2f23da5e45bbc283f156383001bfb09c4e44256d02c1a685fe9a1" dependencies = [ "futures", "pin-project", @@ -13291,9 +13526,9 @@ dependencies = [ [[package]] name = "sc-authority-discovery" -version = "0.41.0" +version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9aed092c3af161b8e5000e3152a560f8ddec740c7827084a201c8346e85d79d" +checksum = "7ae99d03b5cf657754241180c4aedd14c4851a08f3fa56814106b3cc02083d2c" dependencies = [ "async-trait", "futures", @@ -13302,12 +13537,11 @@ dependencies = [ "libp2p", "linked_hash_set", "log", - "multihash 0.17.0", - "multihash-codetable", + "multihash 0.19.1", "parity-scale-codec", "prost 0.12.6", "prost-build 0.12.6", - "rand 0.8.5", + "rand", "sc-client-api", "sc-network", "sc-network-types", @@ -13323,9 +13557,9 @@ dependencies = [ [[package]] name = "sc-basic-authorship" -version = "0.41.0" +version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cdeb3ce0b4f25daa0d3026c2d9f6a21654a798bc5d4dc931272b9b39533b9b09" +checksum = "5c31a124aa02343a17cb86cc714bc2b66ce18c7f17530178767388de8a37b152" dependencies = [ "futures", "futures-timer", @@ -13362,9 +13596,9 @@ dependencies = [ [[package]] name = "sc-chain-spec" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae230af4bbf2f518da9fd2c710e2b1945011d993017ede3e0f816c6d825bb225" +checksum = "e04100ec7ff9cf1f2052b05086c77cc216ff7268b8c4fe41007de420bc1f70be" dependencies = [ "array-bytes", "docify", @@ -13402,9 +13636,9 @@ dependencies = [ [[package]] name = "sc-cli" -version = "0.43.0" +version = "0.44.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9a727a3ea99b22dd275fa49b05bcf2db195d444f9c3ca1c4388fd2334425f70" +checksum = "23a50b5a5de473b38de8a909b125b9747a30158900159e59251bb716f80d6d22" dependencies = [ "array-bytes", "chrono", @@ -13417,7 +13651,7 @@ dependencies = [ "names", "parity-bip39", "parity-scale-codec", - "rand 0.8.5", + "rand", "regex", "rpassword", "sc-client-api", @@ -13444,9 +13678,9 @@ dependencies = [ [[package]] name = "sc-client-api" -version = "35.0.0" +version = "35.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b1c4e71765e679439a7e5af3f92ad4ebdccc36c02ef485de604bb3dc5d98267" +checksum = "1bb517f4418644aeefd7c29bbe34bfc56ba8b5ea56e0b661a48a4d4d6afef40b" dependencies = [ "fnv", "futures", @@ -13499,13 +13733,12 @@ dependencies = [ [[package]] name = "sc-consensus" -version = "0.40.0" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d7149e17ec363316391119f614ffb0da96284f4ed3aa1d67560687f627605b6" +checksum = "2b2927954d83d4c055a8699cad8ae093fc921ce73694da6773bd06d195e9a8dd" dependencies = [ "async-trait", "futures", - "futures-timer", "log", "mockall 0.11.4", "parking_lot 0.12.3", @@ -13525,9 +13758,9 @@ dependencies = [ [[package]] name = "sc-consensus-aura" -version = "0.41.0" +version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebdedb86c3939254d7b6a01352f1aef450aaab17b2886a8d233f79e753d77fda" +checksum = "017320849a7fce8200da88ccf07785d461c4d144032788f09eb4316742649a38" dependencies = [ "async-trait", "futures", @@ -13555,9 +13788,9 @@ dependencies = [ [[package]] name = "sc-consensus-babe" -version = "0.41.0" +version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da9ef4db80306f8dca3ec37e05d4b7ab5bf4c5fe5a9cdc6a12ec7b95f01710d0" +checksum = "91c28b231f19a90917fde889a5077a796e2f9cb4dc6b62f861a8d859437a54cc" dependencies = [ "async-trait", "fork-tree", @@ -13592,9 +13825,9 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" -version = "0.41.0" +version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4336200d7a52573c7e4722b808763ee27db46353807b32300f59fe8114fa43c2" +checksum = "879efb0d8d0bd363d38ca314fbe4c44363dc1bdcab0ba1c21e78d9a68fd4398b" dependencies = [ "futures", "jsonrpsee", @@ -13615,9 +13848,9 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" -version = "20.0.0" +version = "21.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "893b263b88ffa7c92e23bf14132c132b932fb028fe411eacf43f69025f563417" +checksum = "5ddcd779375dc2aa4abfb2ff8e001d0901593b58e5c70e1720472a001fe13105" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -13652,9 +13885,9 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" -version = "20.0.0" +version = "21.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72636eba4c9565a1f1ccd9f18750c15d58122d972aec10c0559e157b9ab9ace6" +checksum = "54e88abb3353e3ed98bcb8ab829dc84dfdf9d17f5312568bdf2361a1bde7ce0a" dependencies = [ "futures", "jsonrpsee", @@ -13673,9 +13906,9 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" -version = "0.40.0" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d977b172eb79c6ae78179ef157032a899da449a2cfa093019c03a5e04f8f48a6" +checksum = "8c983798bfea80e629ffa4faa7c299f8522d382703cd32f7a299beaf69631586" dependencies = [ "fork-tree", "parity-scale-codec", @@ -13687,9 +13920,9 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" -version = "0.26.0" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3380570b0c27d2c26dd16a3c73ea99e8b87c0a91b4d7e1e7332dd501d0250d95" +checksum = "c7c6c62a03b54973f1a608a405908af0fe957fefaf77483cce96bd213eee7ed0" dependencies = [ "ahash 0.8.11", "array-bytes", @@ -13702,7 +13935,7 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.3", - "rand 0.8.5", + "rand", "sc-block-builder", "sc-chain-spec", "sc-client-api", @@ -13732,9 +13965,9 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" -version = "0.26.0" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d7b01772a9d98bc263561fe89b87a2461dedd0d3aa38f05847039ff256020f3" +checksum = "9ef329f23bdafaeb57e131b81cc479a85b6ecb25e42435b6a6a544d048207685" dependencies = [ "finality-grandpa", "futures", @@ -13753,9 +13986,9 @@ dependencies = [ [[package]] name = "sc-consensus-slots" -version = "0.40.0" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75e3bfe4d5d4c031e747436291356b7c8bb8a5885a0e3b3a4916aa7eb359d8b2" +checksum = "4dca112d43c7785193362b33aa7941947bb84d65db9187abe72f1f7a969474c0" dependencies = [ "async-trait", "futures", @@ -13846,9 +14079,9 @@ dependencies = [ [[package]] name = "sc-informant" -version = "0.40.0" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec34fec99cdbc434918f9135c996af1f55e4c65d4247b7ecfeae47e957285588" +checksum = "74c3751acd690bc469b859d0ad899b076642db9b107e31c28cbd99749b6ecb91" dependencies = [ "ansi_term", "futures", @@ -13879,9 +14112,9 @@ dependencies = [ [[package]] name = "sc-mixnet" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7f295f4c06dfad60e8a5755a3866bb756bcd8208fa2f4d370c92fe2ec0de07c" +checksum = "a5a72a92dc72572a0facd73b410855d7f6edf38b32aef46c4798c74f25e595d5" dependencies = [ "array-bytes", "arrayvec 0.7.4", @@ -13891,7 +14124,7 @@ dependencies = [ "futures-timer", "log", "mixnet", - "multiaddr", + "multiaddr 0.18.1", "parity-scale-codec", "parking_lot 0.12.3", "sc-client-api", @@ -13909,9 +14142,9 @@ dependencies = [ [[package]] name = "sc-network" -version = "0.41.0" +version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6dc1b9eea5954cd4cec2a13a264f5c54d2f43e155b4f1065eaf285fa602fce1c" +checksum = "04be75f35cea819bae84be99cde138872b17494acf0e54f5f0ae8b0ed3fbe51a" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -13936,7 +14169,7 @@ dependencies = [ "pin-project", "prost 0.12.6", "prost-build 0.12.6", - "rand 0.8.5", + "rand", "sc-client-api", "sc-network-common", "sc-network-types", @@ -13953,7 +14186,7 @@ dependencies = [ "thiserror", "tokio", "tokio-stream", - "unsigned-varint", + "unsigned-varint 0.7.2", "void", "wasm-timer", "zeroize", @@ -13961,9 +14194,9 @@ dependencies = [ [[package]] name = "sc-network-common" -version = "0.40.0" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a86e8a1a517986fd00fd2c963347f5f459241c2ae4e84083ca34b2078f79651" +checksum = "2ec0c3c5629a418fb26b56963d40c5ca3fd02dd94eb5753e9eb72cea5c2eeb2f" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -13980,14 +14213,13 @@ dependencies = [ [[package]] name = "sc-network-gossip" -version = "0.41.0" +version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17d8d4b7cc4eb58e9f1e73eb6ba84de8bb0101f14d5c688ae7bd5ff0535ed282" +checksum = "0ae1836528495b6aa5140da39ed0278f5086c21ce530c37964db1b2e2c101ab1" dependencies = [ "ahash 0.8.11", "futures", "futures-timer", - "libp2p", "log", "sc-network", "sc-network-common", @@ -14001,9 +14233,9 @@ dependencies = [ [[package]] name = "sc-network-light" -version = "0.40.0" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "404aeef08ca7be7c0980cec7e633b3fbc8e325fb6ec7817b38d1b4fa9f2636d2" +checksum = "f5e6deda277664336c26ea251cc1ebff7a165df0e3ad4ae23113380d9863ea40" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -14023,9 +14255,9 @@ dependencies = [ [[package]] name = "sc-network-sync" -version = "0.40.0" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4599c3b68457fd150491074de9a3999030953bdc84a79780cb32e6a74c875be8" +checksum = "ee9ab31b84534c487b9fb84e83db47890fcbd350f354b1e6484892d3d42d0020" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -14061,13 +14293,12 @@ dependencies = [ [[package]] name = "sc-network-transactions" -version = "0.40.0" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e14f67c5914e801e660a6aca7e0055723530f694b98ef8b30df142c918fcb5a1" +checksum = "7c2eb55e29b0ca52ad3e209fe569b72dfe6b44cc1da7d722446d5a8333dff8e1" dependencies = [ "array-bytes", "futures", - "libp2p", "log", "parity-scale-codec", "sc-network", @@ -14082,41 +14313,41 @@ dependencies = [ [[package]] name = "sc-network-types" -version = "0.12.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efe67b8d4050c438331b82969d40e4a1e665d0dfd9eb0a5e949c02b925b5484d" +checksum = "0c372dbda66644a1df0daa8c0d99c36b6f74db7dca213d2416cd84f507125224" dependencies = [ "bs58 0.5.1", - "ed25519-dalek 2.1.1", + "ed25519-dalek", "libp2p-identity", "litep2p", - "multiaddr", - "multihash 0.17.0", - "rand 0.8.5", + "log", + "multiaddr 0.18.1", + "multihash 0.19.1", + "rand", "thiserror", "zeroize", ] [[package]] name = "sc-offchain" -version = "36.0.0" +version = "37.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa5e3ad7b5bebfa1a48f77cf6bb415bac4c7642d645d69ab4bd4b5da85c74ddb" +checksum = "038d77ad5f923ec4183d6b31c7432fdb56d12ee69cad2cff17d4a39caf933bcb" dependencies = [ "array-bytes", "bytes", "fnv", "futures", "futures-timer", - "hyper", + "hyper 0.14.29", "hyper-rustls", - "libp2p", "log", "num_cpus", "once_cell", "parity-scale-codec", "parking_lot 0.12.3", - "rand 0.8.5", + "rand", "sc-client-api", "sc-network", "sc-network-common", @@ -14145,9 +14376,9 @@ dependencies = [ [[package]] name = "sc-rpc" -version = "36.0.0" +version = "37.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6cbee238062a62d441cd98694a0a9135c17bad13d8ccb3f54eba917cf14482e3" +checksum = "ca9cb792ddb5d0c3df89018e80290de4c769315fa59271bda0a0d29b2d182fdc" dependencies = [ "futures", "jsonrpsee", @@ -14178,9 +14409,9 @@ dependencies = [ [[package]] name = "sc-rpc-api" -version = "0.40.0" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e383ce9ec80c14694256a55a4e70b9929d4559d9b1fc5decf2d344c39d94208" +checksum = "57b8adf62a207985cf7534abf0d940b335fda0a68eb902da05b7270ee30a6293" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -14199,18 +14430,20 @@ dependencies = [ [[package]] name = "sc-rpc-server" -version = "16.0.1" +version = "16.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5afa7a60f1f6349e61764c21f644c3d4549a7a45c097123746c68e84c0fb8738" +checksum = "3c14c236a01e03f55f16b92d89fd902cf2e4e9887357a3c36827a1e39b799c6b" dependencies = [ "forwarded-header-value", "futures", "governor", - "http", - "hyper", + "http 1.1.0", + "http-body-util", + "hyper 1.4.1", "ip_network", "jsonrpsee", "log", + "serde", "serde_json", "substrate-prometheus-endpoint", "tokio", @@ -14220,9 +14453,9 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" -version = "0.41.0" +version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f6e14f8562b86f9e1a54fa287b2d26164c1b84871d51719a78976ec747e3e49" +checksum = "4242d30df623f68d5b937ae264cce85e734c35922e0bf196d7a59b8e7f7843c2" dependencies = [ "array-bytes", "futures", @@ -14232,7 +14465,7 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.3", - "rand 0.8.5", + "rand", "sc-chain-spec", "sc-client-api", "sc-rpc", @@ -14253,9 +14486,9 @@ dependencies = [ [[package]] name = "sc-service" -version = "0.42.0" +version = "0.43.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e6b4822a49f75485f8d95c34818eef4ddd8a62e0c131f72fd7a680bf1ec2ef5" +checksum = "718b7e3a3963b09c2ab18ce13dbc43c0afa8b53169b67372fbcc4c4147b77e05" dependencies = [ "async-trait", "directories", @@ -14267,7 +14500,7 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", "pin-project", - "rand 0.8.5", + "rand", "sc-chain-spec", "sc-client-api", "sc-client-db", @@ -14344,9 +14577,9 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" -version = "0.41.0" +version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b92099c0a7713f3de81fcf353f0fa0cff8382c1fc7aa122b90df317d276cb113" +checksum = "58fca6421f003249095557d97b674a27bf4bbf1f301406eb04c42878a43fc715" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -14364,15 +14597,15 @@ dependencies = [ [[package]] name = "sc-sysinfo" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04295dc630eddd421eef0e4148b00b66cd85fdfba900916af140bc84dcbcfeaa" +checksum = "7c00ab3d8f51c1905cc3c53cf441b9d94403c67f27968002ff7765248b0f3e6b" dependencies = [ "derive_more", "futures", "libc", "log", - "rand 0.8.5", + "rand", "rand_pcg", "regex", "sc-telemetry", @@ -14386,9 +14619,9 @@ dependencies = [ [[package]] name = "sc-telemetry" -version = "21.0.0" +version = "22.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85ee91de6648ca949b8080fe8a787c1bf2d66311fec78fba52136959e0b9719c" +checksum = "b1fc8e8ad7f84f2ca864ee361b6207fe21e18c8182c60f209732b2a7c0dcbd31" dependencies = [ "chrono", "futures", @@ -14396,7 +14629,7 @@ dependencies = [ "log", "parking_lot 0.12.3", "pin-project", - "rand 0.8.5", + "rand", "sc-network", "sc-utils", "serde", @@ -14651,7 +14884,7 @@ dependencies = [ "crc", "fxhash", "log", - "rand 0.8.5", + "rand", "slab", "thiserror", ] @@ -14717,6 +14950,7 @@ dependencies = [ "core-foundation", "core-foundation-sys", "libc", + "num-bigint", "security-framework-sys", ] @@ -14754,6 +14988,12 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" +[[package]] +name = "send_wrapper" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" + [[package]] name = "serde" version = "1.0.203" @@ -14925,12 +15165,6 @@ 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" @@ -15084,7 +15318,7 @@ dependencies = [ "pbkdf2 0.12.2", "pin-project", "poly1305", - "rand 0.8.5", + "rand", "rand_chacha 0.3.1", "ruzstd", "schnorrkel 0.10.2", @@ -15095,10 +15329,10 @@ dependencies = [ "siphasher", "slab", "smallvec", - "soketto", + "soketto 0.7.1", "twox-hash", - "wasmi", - "x25519-dalek 2.0.1", + "wasmi 0.31.2", + "x25519-dalek", "zeroize", ] @@ -15127,7 +15361,7 @@ dependencies = [ "no-std-net", "parking_lot 0.12.3", "pin-project", - "rand 0.8.5", + "rand", "rand_chacha 0.3.1", "serde", "serde_json", @@ -15252,7 +15486,7 @@ dependencies = [ "hex", "lazy_static", "parity-scale-codec", - "rand 0.8.5", + "rand", "scale-info", "snowbridge-amcl", "zeroize", @@ -15310,15 +15544,29 @@ checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2" dependencies = [ "base64 0.13.1", "bytes", - "flate2", "futures", - "http", "httparse", "log", - "rand 0.8.5", + "rand", "sha-1 0.9.8", ] +[[package]] +name = "soketto" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "37468c595637c10857701c990f93a40ce0e357cedb0953d1c26c8d8027f9bb53" +dependencies = [ + "base64 0.22.1", + "bytes", + "futures", + "http 1.1.0", + "httparse", + "log", + "rand", + "sha1", +] + [[package]] name = "sp-api" version = "27.0.1" @@ -15742,7 +15990,7 @@ dependencies = [ "parking_lot 0.12.3", "paste", "primitive-types", - "rand 0.8.5", + "rand", "scale-info", "schnorrkel 0.11.4", "secp256k1", @@ -15789,7 +16037,7 @@ dependencies = [ "parking_lot 0.12.3", "paste", "primitive-types", - "rand 0.8.5", + "rand", "scale-info", "schnorrkel 0.11.4", "secp256k1", @@ -15939,7 +16187,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec43aa073eab35fcb920d7592474d5427ea3be2bf938706a3ad955d7ba54fd8d" dependencies = [ "bytes", - "ed25519-dalek 2.1.1", + "ed25519-dalek", "libsecp256k1", "log", "parity-scale-codec", @@ -15965,7 +16213,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5036cad2e48d41f5caf6785226c8be1a7db15bec14a9fd7aa6cca84f34cf689f" dependencies = [ "bytes", - "ed25519-dalek 2.1.1", + "ed25519-dalek", "libsecp256k1", "log", "parity-scale-codec", @@ -16200,7 +16448,7 @@ dependencies = [ "log", "parity-scale-codec", "paste", - "rand 0.8.5", + "rand", "scale-info", "serde", "simple-mermaid", @@ -16226,7 +16474,7 @@ dependencies = [ "num-traits", "parity-scale-codec", "paste", - "rand 0.8.5", + "rand", "scale-info", "serde", "simple-mermaid", @@ -16375,7 +16623,7 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.3", - "rand 0.8.5", + "rand", "smallvec", "sp-core 29.0.0", "sp-externalities 0.26.0", @@ -16397,7 +16645,7 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.3", - "rand 0.8.5", + "rand", "smallvec", "sp-core 34.0.0", "sp-externalities 0.29.0", @@ -16416,10 +16664,10 @@ checksum = "b03aa86b1b46549889d32348bc85a8135c725665115567507231a6d85712aaac" dependencies = [ "aes-gcm", "curve25519-dalek 4.1.2", - "ed25519-dalek 2.1.1", + "ed25519-dalek", "hkdf", "parity-scale-codec", - "rand 0.8.5", + "rand", "scale-info", "sha2 0.10.8", "sp-api 33.0.0", @@ -16430,7 +16678,7 @@ dependencies = [ "sp-runtime 38.0.0", "sp-runtime-interface 28.0.0", "thiserror", - "x25519-dalek 2.0.1", + "x25519-dalek", ] [[package]] @@ -16566,7 +16814,7 @@ dependencies = [ "nohash-hasher", "parity-scale-codec", "parking_lot 0.12.3", - "rand 0.8.5", + "rand", "scale-info", "schnellru", "sp-core 29.0.0", @@ -16591,7 +16839,7 @@ dependencies = [ "nohash-hasher", "parity-scale-codec", "parking_lot 0.12.3", - "rand 0.8.5", + "rand", "scale-info", "schnellru", "sp-core 34.0.0", @@ -16812,13 +17060,13 @@ dependencies = [ [[package]] name = "staging-parachain-info" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7eab4e71683cd8ceb50c1c77badc49772148699ffe33a3e4dbbdb5ea34d90e19" +checksum = "cd00d586b0dac4f42736bdd0ad52213a891b240e011ea82b38938263dd821c25" dependencies = [ "cumulus-primitives-core 0.14.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "parity-scale-codec", "scale-info", "sp-runtime 38.0.0", @@ -16888,15 +17136,15 @@ dependencies = [ [[package]] name = "staging-xcm-builder" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0517f2de0dd59ecc2693c0cb707ac30cee3d6576978b7287a4c3c9791b7792f" +checksum = "847fa2afe1bed2751eaabf7b91fa4043037947f17653d7cc59ea202cc44c6bb8" dependencies = [ - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "impl-trait-for-tuples", "log", - "pallet-transaction-payment 35.0.0", + "pallet-transaction-payment 36.0.0", "parity-scale-codec", "polkadot-parachain-primitives 13.0.0", "scale-info", @@ -16906,7 +17154,7 @@ dependencies = [ "sp-std", "sp-weights 31.0.0", "staging-xcm 14.1.0", - "staging-xcm-executor 14.0.0", + "staging-xcm-executor 15.0.0", ] [[package]] @@ -16933,13 +17181,13 @@ dependencies = [ [[package]] name = "staging-xcm-executor" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a5b83ea34a2ba2083c6f5bfec468fb00535d0e0788a78237d06da32dba76be9" +checksum = "26b98d8219449eaf02e71a7edf1a14b14d4c713dd01d9df66fde1ce30dba4d6d" dependencies = [ "environmental", - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", + "frame-benchmarking 36.0.0", + "frame-support 36.0.0", "impl-trait-for-tuples", "log", "parity-scale-codec", @@ -17008,16 +17256,14 @@ dependencies = [ ] [[package]] -name = "strobe-rs" -version = "0.8.1" +name = "string-interner" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fabb238a1cccccfa4c4fb703670c0d157e1256c1ba695abf1b93bd2bb14bab2d" +checksum = "1c6a0d765f5807e98a091107bae0a56ea3799f66a5de47b2c84c94a39c09974e" dependencies = [ - "bitflags 1.3.2", - "byteorder", - "keccak", - "subtle 2.5.0", - "zeroize", + "cfg-if", + "hashbrown 0.14.5", + "serde", ] [[package]] @@ -17104,10 +17350,11 @@ checksum = "b285e7d183a32732fdc119f3d81b7915790191fad602b7c709ef247073c77a2e" [[package]] name = "substrate-frame-rpc-system" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d077968f7a3352f4cd8791f9fc3553cca050fd3499f9ba602fe956813e8730d" +checksum = "02b8837de37f5ea6316846a63dc48489b63ebde05df73ba7d7077b3135487560" dependencies = [ + "docify", "frame-system-rpc-runtime-api 33.0.0", "futures", "jsonrpsee", @@ -17128,7 +17375,7 @@ version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0d8fe06b03b8a291c09507c42f92a2c2c10dd3d62975d02c7f64a92d87bfe09b" dependencies = [ - "hyper", + "hyper 0.14.29", "log", "prometheus", "thiserror", @@ -17137,9 +17384,9 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6abf207b8db70d0ed674fac384e616a4613a93cd7f91ec7e6103c075be4b23cc" +checksum = "df246ac77a641b23068e8c49cff4dfbaefc78405f80c9589a10909e02d525141" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -17524,7 +17771,7 @@ dependencies = [ "mio", "num_cpus", "parking_lot 0.12.3", - "pin-project-lite 0.2.14", + "pin-project-lite", "signal-hook-registry", "socket2 0.5.7", "tokio-macros", @@ -17554,11 +17801,11 @@ dependencies = [ [[package]] name = "tokio-rustls" -version = "0.25.0" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f" +checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" dependencies = [ - "rustls 0.22.4", + "rustls 0.23.10", "rustls-pki-types", "tokio", ] @@ -17570,7 +17817,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af" dependencies = [ "futures-core", - "pin-project-lite 0.2.14", + "pin-project-lite", "tokio", "tokio-util", ] @@ -17600,7 +17847,7 @@ dependencies = [ "futures-core", "futures-io", "futures-sink", - "pin-project-lite 0.2.14", + "pin-project-lite", "tokio", ] @@ -17634,17 +17881,6 @@ dependencies = [ "serde", ] -[[package]] -name = "toml_edit" -version = "0.20.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81" -dependencies = [ - "indexmap 2.2.6", - "toml_datetime", - "winnow 0.5.40", -] - [[package]] name = "toml_edit" version = "0.21.1" @@ -17678,7 +17914,8 @@ dependencies = [ "futures-core", "futures-util", "pin-project", - "pin-project-lite 0.2.14", + "pin-project-lite", + "tokio", "tower-layer", "tower-service", "tracing", @@ -17686,18 +17923,16 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.4.4" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140" +checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" dependencies = [ "bitflags 2.5.0", "bytes", - "futures-core", - "futures-util", - "http", - "http-body", - "http-range-header", - "pin-project-lite 0.2.14", + "http 1.1.0", + "http-body 1.0.1", + "http-body-util", + "pin-project-lite", "tower-layer", "tower-service", ] @@ -17721,7 +17956,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" dependencies = [ "log", - "pin-project-lite 0.2.14", + "pin-project-lite", "tracing-attributes", "tracing-core", ] @@ -17905,7 +18140,7 @@ dependencies = [ "idna 0.2.3", "ipnet", "lazy_static", - "rand 0.8.5", + "rand", "smallvec", "socket2 0.4.10", "thiserror", @@ -17931,7 +18166,7 @@ dependencies = [ "idna 0.4.0", "ipnet", "once_cell", - "rand 0.8.5", + "rand", "smallvec", "thiserror", "tinyvec", @@ -17940,26 +18175,6 @@ dependencies = [ "url", ] -[[package]] -name = "trust-dns-resolver" -version = "0.22.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aff21aa4dcefb0a1afbfac26deb0adc93888c7d295fb63ab273ef276ba2b7cfe" -dependencies = [ - "cfg-if", - "futures-util", - "ipconfig", - "lazy_static", - "lru-cache", - "parking_lot 0.12.3", - "resolv-conf", - "smallvec", - "thiserror", - "tokio", - "tracing", - "trust-dns-proto 0.22.0", -] - [[package]] name = "trust-dns-resolver" version = "0.23.2" @@ -17972,7 +18187,7 @@ dependencies = [ "lru-cache", "once_cell", "parking_lot 0.12.3", - "rand 0.8.5", + "rand", "resolv-conf", "smallvec", "thiserror", @@ -18002,10 +18217,10 @@ dependencies = [ "byteorder", "bytes", "data-encoding", - "http", + "http 0.2.12", "httparse", "log", - "rand 0.8.5", + "rand", "rustls 0.21.12", "sha1", "thiserror", @@ -18027,7 +18242,7 @@ checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ "cfg-if", "digest 0.10.7", - "rand 0.7.3", + "rand", "static_assertions", ] @@ -18108,6 +18323,15 @@ dependencies = [ "bytes", "futures-io", "futures-util", +] + +[[package]] +name = "unsigned-varint" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06" +dependencies = [ + "bytes", "tokio-util", ] @@ -18197,7 +18421,7 @@ dependencies = [ "arrayref", "constcat", "digest 0.10.7", - "rand 0.8.5", + "rand", "rand_chacha 0.3.1", "rand_core 0.6.4", "sha2 0.10.8", @@ -18231,12 +18455,6 @@ dependencies = [ "try-lock", ] -[[package]] -name = "wasi" -version = "0.9.0+wasi-snapshot-preview1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" - [[package]] name = "wasi" version = "0.11.0+wasi-snapshot-preview1" @@ -18249,7 +18467,7 @@ version = "0.12.21" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c1fbb4ef9bbca0c1170e0b00dd28abc9e3b68669821600cad1caaed606583c6d" dependencies = [ - "wasi 0.11.0+wasi-snapshot-preview1", + "wasi", ] [[package]] @@ -18391,7 +18609,24 @@ dependencies = [ "smallvec", "spin 0.9.8", "wasmi_arena", - "wasmi_core", + "wasmi_core 0.13.0", + "wasmparser-nostd", +] + +[[package]] +name = "wasmi" +version = "0.32.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "50386c99b9c32bd2ed71a55b6dd4040af2580530fae8bdb9a6576571a80d0cca" +dependencies = [ + "arrayvec 0.7.4", + "multi-stash", + "num-derive", + "num-traits", + "smallvec", + "spin 0.9.8", + "wasmi_collections", + "wasmi_core 0.32.3", "wasmparser-nostd", ] @@ -18401,6 +18636,17 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "104a7f73be44570cac297b3035d76b169d6599637631cf37a1703326a0727073" +[[package]] +name = "wasmi_collections" +version = "0.32.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9c128c039340ffd50d4195c3f8ce31aac357f06804cfc494c8b9508d4b30dca4" +dependencies = [ + "ahash 0.8.11", + "hashbrown 0.14.5", + "string-interner", +] + [[package]] name = "wasmi_core" version = "0.13.0" @@ -18413,6 +18659,18 @@ dependencies = [ "paste", ] +[[package]] +name = "wasmi_core" +version = "0.32.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a23b3a7f6c8c3ceeec6b83531ee61f0013c56e51cbf2b14b0f213548b23a4b41" +dependencies = [ + "downcast-rs", + "libm", + "num-traits", + "paste", +] + [[package]] name = "wasmparser" version = "0.102.0" @@ -18607,7 +18865,7 @@ dependencies = [ "memfd", "memoffset", "paste", - "rand 0.8.5", + "rand", "rustix 0.36.17", "wasmtime-asm-macros", "wasmtime-environ", @@ -18649,89 +18907,94 @@ dependencies = [ [[package]] name = "webpki-roots" -version = "0.22.6" +version = "0.25.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" + +[[package]] +name = "webpki-roots" +version = "0.26.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87" +checksum = "bd7c23921eeb1713a4e851530e9b9756e4fb0e89978582942612524cf09f01cd" dependencies = [ - "webpki", + "rustls-pki-types", ] [[package]] name = "westend-runtime" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0623e48f65c5e5368c7044cbd09c79bfc6418b258ad31892936a203b8b5509a" +checksum = "56b8918bb9fe4938757d4f003b7fa26598a632e350feac4e7477bb6b36e2f2af" dependencies = [ "binary-merkle-tree 15.0.0", "bitvec", - "frame-benchmarking 35.0.0", - "frame-election-provider-support 35.0.0", - "frame-executive 35.0.0", - "frame-metadata-hash-extension 0.3.0", - "frame-support 35.0.0", - "frame-system 35.0.0", - "frame-system-benchmarking 35.0.0", + "frame-benchmarking 36.0.0", + "frame-election-provider-support 36.0.0", + "frame-executive 36.0.0", + "frame-metadata-hash-extension 0.4.0", + "frame-support 36.0.0", + "frame-system 36.0.1", + "frame-system-benchmarking 36.0.0", "frame-system-rpc-runtime-api 33.0.0", - "frame-try-runtime 0.41.0", + "frame-try-runtime 0.42.0", "hex-literal", "log", - "pallet-asset-rate 14.0.0", - "pallet-authority-discovery 35.0.0", - "pallet-authorship 35.0.0", - "pallet-babe 35.0.0", - "pallet-bags-list 34.0.0", - "pallet-balances 36.0.0", - "pallet-beefy 35.0.0", - "pallet-beefy-mmr 35.0.0", + "pallet-asset-rate 15.0.0", + "pallet-authority-discovery 36.0.0", + "pallet-authorship 36.0.0", + "pallet-babe 36.0.0", + "pallet-bags-list 35.0.0", + "pallet-balances 37.0.0", + "pallet-beefy 36.0.0", + "pallet-beefy-mmr 36.0.0", "pallet-collective", - "pallet-conviction-voting 35.0.0", + "pallet-conviction-voting 36.0.0", "pallet-delegated-staking", "pallet-democracy", - "pallet-election-provider-multi-phase 34.0.0", - "pallet-election-provider-support-benchmarking 34.0.0", + "pallet-election-provider-multi-phase 35.0.0", + "pallet-election-provider-support-benchmarking 35.0.0", "pallet-elections-phragmen", - "pallet-fast-unstake 34.0.0", - "pallet-grandpa 35.0.0", - "pallet-identity 35.0.0", - "pallet-indices 35.0.0", + "pallet-fast-unstake 35.0.0", + "pallet-grandpa 36.0.0", + "pallet-identity 36.0.0", + "pallet-indices 36.0.0", "pallet-membership", - "pallet-message-queue 38.0.0", - "pallet-mmr 34.0.0", - "pallet-multisig 35.0.0", - "pallet-nomination-pools 32.0.0", - "pallet-nomination-pools-benchmarking 33.0.0", - "pallet-nomination-pools-runtime-api 30.0.0", - "pallet-offences 34.0.0", - "pallet-offences-benchmarking 35.0.0", - "pallet-preimage 35.0.0", - "pallet-proxy 35.0.0", + "pallet-message-queue 39.0.0", + "pallet-mmr 35.0.0", + "pallet-multisig 36.0.0", + "pallet-nomination-pools 33.0.0", + "pallet-nomination-pools-benchmarking 34.0.0", + "pallet-nomination-pools-runtime-api 31.0.0", + "pallet-offences 35.0.0", + "pallet-offences-benchmarking 36.0.0", + "pallet-preimage 36.0.0", + "pallet-proxy 36.0.0", "pallet-recovery", - "pallet-referenda 35.0.0", + "pallet-referenda 36.0.0", "pallet-root-testing", - "pallet-scheduler 36.0.0", - "pallet-session 35.0.0", - "pallet-session-benchmarking 35.0.0", + "pallet-scheduler 37.0.0", + "pallet-session 36.0.0", + "pallet-session-benchmarking 36.0.0", "pallet-society", - "pallet-staking 35.0.0", + "pallet-staking 36.0.0", "pallet-staking-reward-curve 12.0.0", "pallet-staking-runtime-api 21.0.0", - "pallet-state-trie-migration 36.0.0", - "pallet-sudo 35.0.0", - "pallet-timestamp 34.0.0", - "pallet-transaction-payment 35.0.0", - "pallet-transaction-payment-rpc-runtime-api 35.0.0", - "pallet-treasury 34.0.0", - "pallet-utility 35.0.0", - "pallet-vesting 35.0.0", - "pallet-whitelist 34.0.0", - "pallet-xcm 14.0.0", - "pallet-xcm-benchmarks 14.0.0", + "pallet-state-trie-migration 37.0.0", + "pallet-sudo 36.0.0", + "pallet-timestamp 35.0.0", + "pallet-transaction-payment 36.0.0", + "pallet-transaction-payment-rpc-runtime-api 36.0.0", + "pallet-treasury 35.0.0", + "pallet-utility 36.0.0", + "pallet-vesting 36.0.0", + "pallet-whitelist 35.0.0", + "pallet-xcm 15.0.0", + "pallet-xcm-benchmarks 15.0.0", "parity-scale-codec", "polkadot-parachain-primitives 13.0.0", "polkadot-primitives 14.0.0", - "polkadot-runtime-common 14.0.0", - "polkadot-runtime-parachains 14.0.0", - "rustc-hex", + "polkadot-runtime-common 15.0.0", + "polkadot-runtime-parachains 15.0.2", "scale-info", "serde", "serde_derive", @@ -18758,28 +19021,28 @@ dependencies = [ "sp-transaction-pool 33.0.0", "sp-version 36.0.0", "staging-xcm 14.1.0", - "staging-xcm-builder 14.0.0", - "staging-xcm-executor 14.0.0", + "staging-xcm-builder 15.0.0", + "staging-xcm-executor 15.0.0", "substrate-wasm-builder 23.0.0", "westend-runtime-constants", - "xcm-fee-payment-runtime-api", + "xcm-runtime-apis", ] [[package]] name = "westend-runtime-constants" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c68089302095f1bf7fada4ab0a42aeee1d9b56280bcab18cf6359c35cae761b7" +checksum = "8c7a91c27c398b11f7633cc2382cbba53b02e7196ebe8fff13c170e54a54e9d8" dependencies = [ - "frame-support 35.0.0", + "frame-support 36.0.0", "polkadot-primitives 14.0.0", - "polkadot-runtime-common 14.0.0", + "polkadot-runtime-common 15.0.0", "smallvec", "sp-core 34.0.0", "sp-runtime 38.0.0", "sp-weights 31.0.0", "staging-xcm 14.1.0", - "staging-xcm-builder 14.0.0", + "staging-xcm-builder 15.0.0", ] [[package]] @@ -19129,17 +19392,6 @@ dependencies = [ "tap", ] -[[package]] -name = "x25519-dalek" -version = "1.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f" -dependencies = [ - "curve25519-dalek 3.2.0", - "rand_core 0.5.1", - "zeroize", -] - [[package]] name = "x25519-dalek" version = "2.0.1" @@ -19154,17 +19406,16 @@ dependencies = [ [[package]] name = "x509-parser" -version = "0.14.0" +version = "0.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0ecbeb7b67ce215e40e3cc7f2ff902f94a223acf44995934763467e7b1febc8" +checksum = "7069fba5b66b9193bd2c5d3d4ff12b839118f6bcbef5328efafafb5395cf63da" dependencies = [ - "asn1-rs", - "base64 0.13.1", + "asn1-rs 0.5.2", "data-encoding", - "der-parser", + "der-parser 8.2.0", "lazy_static", "nom", - "oid-registry", + "oid-registry 0.6.1", "rusticata-macros", "thiserror", "time", @@ -19172,16 +19423,16 @@ dependencies = [ [[package]] name = "x509-parser" -version = "0.15.1" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7069fba5b66b9193bd2c5d3d4ff12b839118f6bcbef5328efafafb5395cf63da" +checksum = "fcbc162f30700d6f3f82a24bf7cc62ffe7caea42c0b2cba8bf7f3ae50cf51f69" dependencies = [ - "asn1-rs", + "asn1-rs 0.6.2", "data-encoding", - "der-parser", + "der-parser 9.0.0", "lazy_static", "nom", - "oid-registry", + "oid-registry 0.7.0", "rusticata-macros", "thiserror", "time", @@ -19189,28 +19440,28 @@ dependencies = [ [[package]] name = "xcm-emulator" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fec574213c6c373641128fdea17886fb8a9ae5e3a5f25f80371ffd304dfa080" +checksum = "be630e9b41c5d19d227162afe4cf642be24058b179fb1edbfe132f6328c7bde8" dependencies = [ - "cumulus-pallet-parachain-system 0.14.0", - "cumulus-pallet-xcmp-queue 0.14.0", + "cumulus-pallet-parachain-system 0.15.0", + "cumulus-pallet-xcmp-queue 0.15.0", "cumulus-primitives-core 0.14.0", "cumulus-primitives-parachain-inherent 0.14.0", "cumulus-test-relay-sproof-builder", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-support 36.0.0", + "frame-system 36.0.1", "impl-trait-for-tuples", "lazy_static", "log", - "pallet-balances 36.0.0", - "pallet-message-queue 38.0.0", - "parachains-common 14.0.0", + "pallet-balances 37.0.0", + "pallet-message-queue 39.0.0", + "parachains-common 15.0.0", "parity-scale-codec", "paste", "polkadot-parachain-primitives 13.0.0", "polkadot-primitives 14.0.0", - "polkadot-runtime-parachains 14.0.0", + "polkadot-runtime-parachains 15.0.2", "sp-arithmetic 26.0.0", "sp-core 34.0.0", "sp-crypto-hashing", @@ -19219,23 +19470,7 @@ dependencies = [ "sp-std", "sp-tracing 17.0.0", "staging-xcm 14.1.0", - "staging-xcm-executor 14.0.0", -] - -[[package]] -name = "xcm-fee-payment-runtime-api" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d4261279994b1cb0d16a77cc12734fca18b88b56b65b8740de543af6d6a17dc" -dependencies = [ - "frame-support 35.0.0", - "parity-scale-codec", - "scale-info", - "sp-api 33.0.0", - "sp-runtime 38.0.0", - "sp-std", - "sp-weights 31.0.0", - "staging-xcm 14.1.0", + "staging-xcm-executor 15.0.0", ] [[package]] @@ -19262,17 +19497,49 @@ dependencies = [ "syn 2.0.66", ] +[[package]] +name = "xcm-runtime-apis" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "30fffcd9128a46abd836c37dd001c2cbe122aeb8904cd7b9bac8358564fb7b56" +dependencies = [ + "frame-support 36.0.0", + "parity-scale-codec", + "scale-info", + "sp-api 33.0.0", + "sp-std", + "sp-weights 31.0.0", + "staging-xcm 14.1.0", + "staging-xcm-executor 15.0.0", +] + +[[package]] +name = "xml-rs" +version = "0.8.21" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "539a77ee7c0de333dcc6da69b177380a0b81e0dacfa4f7344c465a36871ee601" + +[[package]] +name = "xmltree" +version = "0.10.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d7d8a75eaf6557bb84a65ace8609883db44a29951042ada9b393151532e41fcb" +dependencies = [ + "xml-rs", +] + [[package]] name = "yamux" -version = "0.10.2" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5d9ba232399af1783a58d8eb26f6b5006fbefe2dc9ef36bd283324792d03ea5" +checksum = "9ed0164ae619f2dc144909a9f082187ebb5893693d8c0196e8085283ccd4b776" dependencies = [ "futures", "log", "nohash-hasher", "parking_lot 0.12.3", - "rand 0.8.5", + "pin-project", + "rand", "static_assertions", ] diff --git a/Cargo.toml b/Cargo.toml index 39f2b2b7..33c22249 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ scale-info = { version = "2.10.0", default-features = false, features = [ smallvec = "1.11.0" serde = "1.0.195" clap = { version = "4.4.18", features = ["derive"] } -jsonrpsee = { version = "0.22.5", features = ["server"] } +jsonrpsee = { version = "0.23.2", features = ["server"] } futures = "0.3.28" serde_json = "1.0.111" tracing-subscriber = { version = "0.3", default-features = false } @@ -57,55 +57,55 @@ pop-runtime-common = { path = "runtime/common", default-features = false } pop-primitives = { path = "./primitives", default-features = false } # Substrate -sc-basic-authorship = "0.41.0" -sc-chain-spec = "34.0.0" -sc-cli = "0.43.0" -sc-client-api = "=35.0.0" -sc-offchain = "36.0.0" -sc-consensus = "0.40.0" +sc-basic-authorship = "0.42.0" +sc-chain-spec = "35.0.0" +sc-cli = "0.44.0" +sc-client-api = "35.1.0" +sc-offchain = "37.0.0" +sc-consensus = "0.41.0" sc-executor = "0.39.0" -sc-network = "0.41.0" -sc-network-sync = "0.40.0" -sc-rpc = "36.0.0" -sc-service = "0.42.0" -sc-sysinfo = "34.0.0" -sc-telemetry = "21.0.0" +sc-network = "0.42.0" +sc-network-sync = "0.41.0" +sc-rpc = "37.0.0" +sc-service = "0.43.0" +sc-sysinfo = "35.0.0" +sc-telemetry = "22.0.0" sc-tracing = "35.0.0" sc-transaction-pool = "35.0.0" sc-transaction-pool-api = "35.0.0" -frame-benchmarking = { version = "35.0.0", default-features = false } -frame-benchmarking-cli = "39.0.0" -frame-executive = { version = "35.0.0", default-features = false } -frame-support = { version = "35.0.0", default-features = false } -frame-system = { version = "35.0.0", default-features = false } -frame-system-benchmarking = { version = "35.0.0", default-features = false } +frame-benchmarking = { version = "36.0.0", default-features = false } +frame-benchmarking-cli = "40.0.0" +frame-executive = { version = "36.0.0", default-features = false } +frame-support = { version = "36.0.0", default-features = false } +frame-system = { version = "36.0.1", default-features = false } +frame-system-benchmarking = { version = "36.0.0", default-features = false } frame-system-rpc-runtime-api = { version = "33.0.0", default-features = false } -frame-try-runtime = { version = "0.41.0", default-features = false } -frame-metadata-hash-extension = { version = "0.3.0", default-features = false } -pallet-aura = { version = "34.0.0", default-features = false } -pallet-authorship = { version = "35.0.0", default-features = false } -pallet-assets = { version = "36.0.0", default-features = false } -pallet-balances = { version = "36.0.0", default-features = false } -pallet-contracts = { version = "34.0.0", default-features = false } -pallet-message-queue = { version = "38.0.0", default-features = false } -pallet-multisig = { version = "35.0.0", default-features = false } -pallet-nft-fractionalization = { version = "17.0.0", default-features = false } -pallet-nfts = { version = "29.0.0", default-features = false } -pallet-nfts-runtime-api = { version = "21.0.0", default-features = false } -pallet-preimage = { version = "35.0.0", default-features = false } -pallet-proxy = { version = "35.0.0", default-features = false } -pallet-scheduler = { version = "36.0.0", default-features = false } -pallet-session = { version = "35.0.0", default-features = false } -pallet-sudo = { version = "35.0.0", default-features = false } -pallet-timestamp = { version = "34.0.0", default-features = false } -pallet-transaction-payment = { version = "35.0.0", default-features = false } -pallet-transaction-payment-rpc = "37.0.0" -pallet-transaction-payment-rpc-runtime-api = { version = "35.0.0", default-features = false } -pallet-utility = { version = "35.0.0", default-features = false } +frame-try-runtime = { version = "0.42.0", default-features = false } +frame-metadata-hash-extension = { version = "0.4.0", default-features = false } +pallet-aura = { version = "35.0.0", default-features = false } +pallet-authorship = { version = "36.0.0", default-features = false } +pallet-assets = { version = "37.0.0", default-features = false } +pallet-balances = { version = "37.0.0", default-features = false } +pallet-contracts = { version = "35.0.0", default-features = false } +pallet-message-queue = { version = "39.0.0", default-features = false } +pallet-multisig = { version = "36.0.0", default-features = false } +pallet-nft-fractionalization = { version = "18.0.0", default-features = false } +pallet-nfts = { version = "30.0.0", default-features = false } +pallet-nfts-runtime-api = { version = "22.0.0", default-features = false } +pallet-preimage = { version = "36.0.0", default-features = false } +pallet-proxy = { version = "36.0.0", default-features = false } +pallet-scheduler = { version = "37.0.0", default-features = false } +pallet-session = { version = "36.0.0", default-features = false } +pallet-sudo = { version = "36.0.0", default-features = false } +pallet-timestamp = { version = "35.0.0", default-features = false } +pallet-transaction-payment = { version = "36.0.0", default-features = false } +pallet-transaction-payment-rpc = "38.0.0" +pallet-transaction-payment-rpc-runtime-api = { version = "36.0.0", default-features = false } +pallet-utility = { version = "36.0.0", default-features = false } sp-api = { version = "33.0.0", default-features = false } sp-authority-discovery = { version = "33.0.0", default-features = false } sp-block-builder = { version = "33.0.0", default-features = false } -sp-blockchain = "35.0.0" +sp-blockchain = "35.1.0" sp-consensus-aura = { version = "0.39.0", default-features = false } sp-consensus-babe = { version = "0.39.0", default-features = false } sp-consensus-beefy = { version = "20.0.0", default-features = false } @@ -116,9 +116,9 @@ sp-io = { version = "37.0.0", default-features = false } sp-genesis-builder = { version = "0.14.0", default-features = false } sp-inherents = { version = "33.0.0", default-features = false } sp-offchain = { version = "33.0.0", default-features = false } -sp-runtime = { version = "=38.0.0", default-features = false } +sp-runtime = { version = "38.0.0", default-features = false } sp-timestamp = "33.0.0" -substrate-frame-rpc-system = "35.0.0" +substrate-frame-rpc-system = "36.0.0" substrate-prometheus-endpoint = "0.17.0" sp-session = { version = "34.0.0", default-features = false } sp-std = { version = "14.0.0", default-features = false } @@ -126,43 +126,43 @@ sp-transaction-pool = { version = "33.0.0", default-features = false } sp-version = { version = "36.0.0", default-features = false } # Polkadot -pallet-xcm = { version = "14.0.0", default-features = false } -polkadot-cli = "14.0.0" +pallet-xcm = { version = "15.0.0", default-features = false } +polkadot-cli = "15.0.0" polkadot-parachain-primitives = { version = "13.0.0", default-features = false } -polkadot-runtime-parachains = { version = "14.0.0", default-features = false } +polkadot-runtime-parachains = { version = "15.0.2", default-features = false } polkadot-primitives = { version = "14.0.0", default-features = false } -polkadot-runtime-common = { version = "14.0.0", default-features = false } -rococo-runtime-constants = { version = "14.0.0", default-features = false } -rococo-runtime = { version = "14.0.0", default-features = false } -xcm = { version = "14.0.0", package = "staging-xcm", default-features = false } -xcm-builder = { version = "14.0.0", package = "staging-xcm-builder", default-features = false } -xcm-executor = { version = "14.0.0", package = "staging-xcm-executor", default-features = false } +polkadot-runtime-common = { version = "15.0.0", default-features = false } +rococo-runtime-constants = { version = "15.0.0", default-features = false } +rococo-runtime = { version = "15.0.0", default-features = false } +xcm = { version = "14.0.2", package = "staging-xcm", default-features = false } +xcm-builder = { version = "15.0.0", package = "staging-xcm-builder", default-features = false } +xcm-executor = { version = "15.0.0", package = "staging-xcm-executor", default-features = false } # Cumulus -asset-hub-rococo-runtime = { version = "0.18.0", default-features = false } -asset-test-utils = { version = "14.0.0", default-features = false } -cumulus-pallet-aura-ext = { version = "0.14.0", default-features = false } -cumulus-pallet-parachain-system = { version = "0.14.0", default-features = false } -cumulus-pallet-session-benchmarking = { version = "16.0.0", default-features = false } -cumulus-pallet-xcm = { version = "0.14.0", default-features = false } -cumulus-pallet-xcmp-queue = { version = "0.14.0", default-features = false } +asset-hub-rococo-runtime = { version = "0.19.0", default-features = false } +asset-test-utils = { version = "15.0.0", default-features = false } +cumulus-pallet-aura-ext = { version = "0.15.0", default-features = false } +cumulus-pallet-parachain-system = { version = "0.15.0", default-features = false } +cumulus-pallet-session-benchmarking = { version = "17.0.0", default-features = false } +cumulus-pallet-xcm = { version = "0.15.0", default-features = false } +cumulus-pallet-xcmp-queue = { version = "0.15.0", default-features = false } cumulus-primitives-aura = { version = "0.14.0", default-features = false } cumulus-primitives-core = { version = "0.14.0", default-features = false } -cumulus-primitives-storage-weight-reclaim = { version = "5.0.0", default-features = false } -cumulus-primitives-utility = { version = "0.14.0", default-features = false } -emulated-integration-tests-common = { version = "10.0.0", default-features = false } -pallet-collator-selection = { version = "16.0.0", default-features = false } -parachains-common = { version = "14.0.0", default-features = false } -parachain-info = { version = "0.14.0", package = "staging-parachain-info", default-features = false } +cumulus-primitives-storage-weight-reclaim = { version = "6.0.1", default-features = false } +cumulus-primitives-utility = { version = "0.15.0", default-features = false } +emulated-integration-tests-common = { version = "11.0.0", default-features = false } +pallet-collator-selection = { version = "17.0.0", default-features = false } +parachains-common = { version = "15.0.0", default-features = false } +parachain-info = { version = "0.15.0", package = "staging-parachain-info", default-features = false } cumulus-primitives-parachain-inherent = "0.14.0" -cumulus-relay-chain-interface = "0.14.0" +cumulus-relay-chain-interface = "0.15.0" color-print = "0.3.4" -cumulus-client-cli = "0.14.0" -cumulus-client-collator = "0.14.0" -cumulus-client-consensus-aura = "0.14.0" -cumulus-client-consensus-common = "0.14.0" +cumulus-client-cli = "0.15.0" +cumulus-client-collator = "0.15.0" +cumulus-client-consensus-aura = "0.15.0" +cumulus-client-consensus-common = "0.15.0" cumulus-client-consensus-proposer = "0.14.0" -cumulus-client-service = "0.14.0" +cumulus-client-service = "0.15.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/lib.rs b/runtime/devnet/src/lib.rs index 0a097eb2..2ae74255 100644 --- a/runtime/devnet/src/lib.rs +++ b/runtime/devnet/src/lib.rs @@ -31,14 +31,14 @@ use sp_version::RuntimeVersion; use config::xcm::{RelayLocation, XcmOriginToTransactDispatchOrigin}; use cumulus_primitives_core::{AggregateMessageOrigin, ParaId}; use frame_support::{ - construct_runtime, derive_impl, + derive_impl, dispatch::DispatchClass, genesis_builder_helper::{build_state, get_preset}, parameter_types, traits::{ fungible::HoldConsideration, tokens::nonfungibles_v2::Inspect, ConstBool, ConstU32, ConstU64, ConstU8, Contains, EitherOfDiverse, EqualPrivilegeOnly, EverythingBut, - LinearStoragePrice, TransformOrigin, + LinearStoragePrice, TransformOrigin, VariantCountOf, }, weights::{ ConstantMultiplier, Weight, WeightToFeeCoefficient, WeightToFeeCoefficients, @@ -324,8 +324,8 @@ impl pallet_balances::Config for Runtime { type ReserveIdentifier = [u8; 8]; type RuntimeHoldReason = RuntimeHoldReason; type RuntimeFreezeReason = RuntimeFreezeReason; - type FreezeIdentifier = (); - type MaxFreezes = ConstU32<0>; + type FreezeIdentifier = RuntimeFreezeReason; + type MaxFreezes = VariantCountOf; } parameter_types! { @@ -544,57 +544,95 @@ impl pallet_utility::Config for Runtime { type WeightInfo = pallet_utility::weights::SubstrateWeight; } -// Create the runtime by composing the FRAME pallets that were previously configured. -construct_runtime!( - pub enum Runtime { - // System support stuff. - System: frame_system = 0, - ParachainSystem: cumulus_pallet_parachain_system = 1, - Timestamp: pallet_timestamp = 2, - ParachainInfo: parachain_info = 3, - - // Monetary stuff. - Balances: pallet_balances = 10, - TransactionPayment: pallet_transaction_payment = 11, - - // Governance - Sudo: pallet_sudo = 15, - - // Collator support. The order of these 4 are important and shall not change. - Authorship: pallet_authorship = 20, - CollatorSelection: pallet_collator_selection = 21, - Session: pallet_session = 22, - Aura: pallet_aura = 23, - AuraExt: cumulus_pallet_aura_ext = 24, - - // Scheduler - Scheduler: pallet_scheduler = 28, - - // Preimage - Preimage: pallet_preimage = 29, - - // XCM helpers. - XcmpQueue: cumulus_pallet_xcmp_queue = 30, - PolkadotXcm: pallet_xcm = 31, - CumulusXcm: cumulus_pallet_xcm = 32, - MessageQueue: pallet_message_queue = 33, - - // Contracts - Contracts: pallet_contracts = 40, - - // Proxy - Proxy: pallet_proxy = 41, - // Multisig - Multisig: pallet_multisig = 42, - // Utility - Utility: pallet_utility = 43, - - // Assets - Nfts: pallet_nfts = 50, - NftFractionalization: pallet_nft_fractionalization = 51, - Assets: pallet_assets:: = 52, - } -); +#[frame_support::runtime] +mod runtime { + // Create the runtime by composing the FRAME pallets that were previously configured. + #[runtime::runtime] + #[runtime::derive( + RuntimeCall, + RuntimeEvent, + RuntimeError, + RuntimeOrigin, + RuntimeFreezeReason, + RuntimeHoldReason, + RuntimeSlashReason, + RuntimeLockId, + RuntimeTask + )] + pub struct Runtime; + + // System support stuff. + #[runtime::pallet_index(0)] + pub type System = frame_system::Pallet; + #[runtime::pallet_index(1)] + pub type ParachainSystem = cumulus_pallet_parachain_system::Pallet; + #[runtime::pallet_index(2)] + pub type Timestamp = pallet_timestamp::Pallet; + #[runtime::pallet_index(3)] + pub type ParachainInfo = parachain_info::Pallet; + + // Monetary stuff. + #[runtime::pallet_index(10)] + pub type Balances = pallet_balances::Pallet; + #[runtime::pallet_index(11)] + pub type TransactionPayment = pallet_transaction_payment::Pallet; + + // Governance + #[runtime::pallet_index(15)] + pub type Sudo = pallet_sudo; + + // Collator support. The order of these 4 are important and shall not change. + #[runtime::pallet_index(20)] + pub type Authorship = pallet_authorship::Pallet; + #[runtime::pallet_index(21)] + pub type CollatorSelection = pallet_collator_selection::Pallet; + #[runtime::pallet_index(22)] + pub type Session = pallet_session::Pallet; + #[runtime::pallet_index(23)] + pub type Aura = pallet_aura::Pallet; + #[runtime::pallet_index(24)] + pub type AuraExt = cumulus_pallet_aura_ext; + + // Scheduler + #[runtime::pallet_index(28)] + pub type Scheduler = pallet_scheduler; + + // Preimage + #[runtime::pallet_index(29)] + pub type Preimage = pallet_preimage; + + // XCM helpers. + #[runtime::pallet_index(30)] + pub type XcmpQueue = cumulus_pallet_xcmp_queue::Pallet; + #[runtime::pallet_index(31)] + pub type PolkadotXcm = pallet_xcm::Pallet; + #[runtime::pallet_index(32)] + pub type CumulusXcm = cumulus_pallet_xcm::Pallet; + #[runtime::pallet_index(33)] + pub type MessageQueue = pallet_message_queue::Pallet; + + // Contracts + #[runtime::pallet_index(40)] + pub type Contracts = pallet_contracts::Pallet; + + // Proxy + #[runtime::pallet_index(41)] + pub type Proxy = pallet_proxy::Pallet; + // Multisig + #[runtime::pallet_index(42)] + pub type Multisig = pallet_multisig::Pallet; + // Utility + #[runtime::pallet_index(43)] + pub type Utility = pallet_utility::Pallet; + + // Assets + #[runtime::pallet_index(50)] + pub type Nfts = pallet_nfts::Pallet; + #[runtime::pallet_index(51)] + pub type NftFractionalization = pallet_nft_fractionalization::Pallet; + #[runtime::pallet_index(52)] + pub type Assets = pallet_assets::Pallet; +} #[cfg(feature = "runtime-benchmarks")] mod benches { diff --git a/runtime/testnet/src/lib.rs b/runtime/testnet/src/lib.rs index 7d809b9b..e7bcc4c1 100644 --- a/runtime/testnet/src/lib.rs +++ b/runtime/testnet/src/lib.rs @@ -30,14 +30,14 @@ use sp_version::RuntimeVersion; use config::xcm::{RelayLocation, XcmOriginToTransactDispatchOrigin}; use cumulus_primitives_core::{AggregateMessageOrigin, ParaId}; use frame_support::{ - construct_runtime, derive_impl, + derive_impl, dispatch::DispatchClass, genesis_builder_helper::{build_state, get_preset}, parameter_types, traits::{ fungible::HoldConsideration, tokens::nonfungibles_v2::Inspect, ConstBool, ConstU32, ConstU64, ConstU8, Contains, EitherOfDiverse, EqualPrivilegeOnly, EverythingBut, - LinearStoragePrice, TransformOrigin, + LinearStoragePrice, TransformOrigin, VariantCountOf, }, weights::{ ConstantMultiplier, Weight, WeightToFeeCoefficient, WeightToFeeCoefficients, @@ -327,8 +327,8 @@ impl pallet_balances::Config for Runtime { type ReserveIdentifier = [u8; 8]; type RuntimeHoldReason = RuntimeHoldReason; type RuntimeFreezeReason = RuntimeFreezeReason; - type FreezeIdentifier = (); - type MaxFreezes = ConstU32<0>; + type FreezeIdentifier = RuntimeFreezeReason; + type MaxFreezes = VariantCountOf; } parameter_types! { @@ -547,57 +547,95 @@ impl pallet_utility::Config for Runtime { type WeightInfo = pallet_utility::weights::SubstrateWeight; } -// Create the runtime by composing the FRAME pallets that were previously configured. -construct_runtime!( - pub enum Runtime { - // System support stuff. - System: frame_system = 0, - ParachainSystem: cumulus_pallet_parachain_system = 1, - Timestamp: pallet_timestamp = 2, - ParachainInfo: parachain_info = 3, - - // Monetary stuff. - Balances: pallet_balances = 10, - TransactionPayment: pallet_transaction_payment = 11, - - // Governance - Sudo: pallet_sudo = 15, - - // Collator support. The order of these 4 are important and shall not change. - Authorship: pallet_authorship = 20, - CollatorSelection: pallet_collator_selection = 21, - Session: pallet_session = 22, - Aura: pallet_aura = 23, - AuraExt: cumulus_pallet_aura_ext = 24, - - // Scheduler - Scheduler: pallet_scheduler = 28, - - // Preimage - Preimage: pallet_preimage = 29, - - // XCM helpers. - XcmpQueue: cumulus_pallet_xcmp_queue = 30, - PolkadotXcm: pallet_xcm = 31, - CumulusXcm: cumulus_pallet_xcm = 32, - MessageQueue: pallet_message_queue = 33, - - // Contracts - Contracts: pallet_contracts = 40, - - // Proxy - Proxy: pallet_proxy = 41, - // Multisig - Multisig: pallet_multisig = 42, - // Utility - Utility: pallet_utility = 43, - - // Assets - Nfts: pallet_nfts = 50, - NftFractionalization: pallet_nft_fractionalization = 51, - Assets: pallet_assets:: = 52, - } -); +#[frame_support::runtime] +mod runtime { + // Create the runtime by composing the FRAME pallets that were previously configured. + #[runtime::runtime] + #[runtime::derive( + RuntimeCall, + RuntimeEvent, + RuntimeError, + RuntimeOrigin, + RuntimeFreezeReason, + RuntimeHoldReason, + RuntimeSlashReason, + RuntimeLockId, + RuntimeTask + )] + pub struct Runtime; + + // System support stuff. + #[runtime::pallet_index(0)] + pub type System = frame_system::Pallet; + #[runtime::pallet_index(1)] + pub type ParachainSystem = cumulus_pallet_parachain_system::Pallet; + #[runtime::pallet_index(2)] + pub type Timestamp = pallet_timestamp::Pallet; + #[runtime::pallet_index(3)] + pub type ParachainInfo = parachain_info::Pallet; + + // Monetary stuff. + #[runtime::pallet_index(10)] + pub type Balances = pallet_balances::Pallet; + #[runtime::pallet_index(11)] + pub type TransactionPayment = pallet_transaction_payment::Pallet; + + // Governance + #[runtime::pallet_index(15)] + pub type Sudo = pallet_sudo; + + // Collator support. The order of these 4 are important and shall not change. + #[runtime::pallet_index(20)] + pub type Authorship = pallet_authorship::Pallet; + #[runtime::pallet_index(21)] + pub type CollatorSelection = pallet_collator_selection::Pallet; + #[runtime::pallet_index(22)] + pub type Session = pallet_session::Pallet; + #[runtime::pallet_index(23)] + pub type Aura = pallet_aura::Pallet; + #[runtime::pallet_index(24)] + pub type AuraExt = cumulus_pallet_aura_ext; + + // Scheduler + #[runtime::pallet_index(28)] + pub type Scheduler = pallet_scheduler; + + // Preimage + #[runtime::pallet_index(29)] + pub type Preimage = pallet_preimage; + + // XCM helpers. + #[runtime::pallet_index(30)] + pub type XcmpQueue = cumulus_pallet_xcmp_queue::Pallet; + #[runtime::pallet_index(31)] + pub type PolkadotXcm = pallet_xcm::Pallet; + #[runtime::pallet_index(32)] + pub type CumulusXcm = cumulus_pallet_xcm::Pallet; + #[runtime::pallet_index(33)] + pub type MessageQueue = pallet_message_queue::Pallet; + + // Contracts + #[runtime::pallet_index(40)] + pub type Contracts = pallet_contracts::Pallet; + + // Proxy + #[runtime::pallet_index(41)] + pub type Proxy = pallet_proxy::Pallet; + // Multisig + #[runtime::pallet_index(42)] + pub type Multisig = pallet_multisig::Pallet; + // Utility + #[runtime::pallet_index(43)] + pub type Utility = pallet_utility::Pallet; + + // Assets + #[runtime::pallet_index(50)] + pub type Nfts = pallet_nfts::Pallet; + #[runtime::pallet_index(51)] + pub type NftFractionalization = pallet_nft_fractionalization::Pallet; + #[runtime::pallet_index(52)] + pub type Assets = pallet_assets::Pallet; +} #[cfg(feature = "runtime-benchmarks")] mod benches { From 564c6d517cb755717f29587fb00801b27469b141 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Fri, 16 Aug 2024 15:54:13 +0700 Subject: [PATCH 82/95] fix: remove frame metadata hash extension --- Cargo.lock | 378 +++++++++++++++++++++++++++++++++++-- runtime/devnet/Cargo.toml | 3 +- runtime/devnet/src/lib.rs | 1 - runtime/testnet/Cargo.toml | 1 - runtime/testnet/src/lib.rs | 1 - 5 files changed, 362 insertions(+), 22 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0c8bc02f..e97af588 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3967,7 +3967,7 @@ dependencies = [ "sc-cli", "sc-client-api", "sc-client-db", - "sc-executor", + "sc-executor 0.38.0", "sc-service", "sc-sysinfo", "serde", @@ -6574,6 +6574,20 @@ dependencies = [ "hash-db", ] +[[package]] +name = "merkleized-metadata" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f313fcff1d2a4bcaa2deeaa00bf7530d77d5f7bd0467a117dde2e29a75a7a17a" +dependencies = [ + "array-bytes", + "blake3", + "frame-metadata", + "parity-scale-codec", + "scale-decode", + "scale-info", +] + [[package]] name = "merlin" version = "3.0.0" @@ -10473,7 +10487,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-service", "sc-cli", - "sc-executor", + "sc-executor 0.38.0", "sc-service", "sc-storage-monitor", "sc-sysinfo", @@ -10928,9 +10942,9 @@ dependencies = [ "parity-scale-codec", "polkadot-parachain-primitives 12.0.0", "polkadot-primitives 13.0.0", - "sc-executor", - "sc-executor-common", - "sc-executor-wasmtime", + "sc-executor 0.38.0", + "sc-executor-common 0.34.0", + "sc-executor-wasmtime 0.34.0", "seccompiler", "sp-core 33.0.1", "sp-crypto-hashing", @@ -11579,7 +11593,7 @@ dependencies = [ "sc-consensus-beefy", "sc-consensus-grandpa", "sc-consensus-slots", - "sc-executor", + "sc-executor 0.38.0", "sc-keystore", "sc-network", "sc-network-common", @@ -11831,7 +11845,7 @@ dependencies = [ "sc-cli", "sc-client-api", "sc-consensus", - "sc-executor", + "sc-executor 0.38.0", "sc-network", "sc-network-sync", "sc-offchain", @@ -13226,6 +13240,18 @@ dependencies = [ "winapi-util", ] +[[package]] +name = "sc-allocator" +version = "27.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "97e78771bbc491d4d601afbbf01f5718d6d724d0d971c8581cf5b4c62a9502f7" +dependencies = [ + "log", + "sp-core 32.0.0", + "sp-wasm-interface 21.0.0", + "thiserror", +] + [[package]] name = "sc-allocator" version = "28.0.0" @@ -13322,7 +13348,7 @@ dependencies = [ "parity-scale-codec", "sc-chain-spec-derive", "sc-client-api", - "sc-executor", + "sc-executor 0.38.0", "sc-network", "sc-telemetry", "serde", @@ -13402,7 +13428,7 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.3", - "sc-executor", + "sc-executor 0.38.0", "sc-transaction-pool-api", "sc-utils", "sp-api 32.0.0", @@ -13723,6 +13749,30 @@ dependencies = [ "sp-state-machine 0.41.0", ] +[[package]] +name = "sc-executor" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5d0738d2e654f8cadb8b5b5f64c281654838202bf77641656b7fe2bd5346a25b" +dependencies = [ + "parity-scale-codec", + "parking_lot 0.12.3", + "sc-executor-common 0.33.0", + "sc-executor-polkavm 0.30.0", + "sc-executor-wasmtime 0.33.1", + "schnellru", + "sp-api 31.0.0", + "sp-core 32.0.0", + "sp-externalities 0.28.0", + "sp-io 35.0.0", + "sp-panic-handler", + "sp-runtime-interface 27.0.0", + "sp-trie 34.0.0", + "sp-version 34.0.0", + "sp-wasm-interface 21.0.0", + "tracing", +] + [[package]] name = "sc-executor" version = "0.38.0" @@ -13731,9 +13781,9 @@ checksum = "321e9431a3d5c95514b1ba775dd425efd4b18bd79dfdb6d8e397f0c96d6831e9" dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", - "sc-executor-common", - "sc-executor-polkavm", - "sc-executor-wasmtime", + "sc-executor-common 0.34.0", + "sc-executor-polkavm 0.31.0", + "sc-executor-wasmtime 0.34.0", "schnellru", "sp-api 32.0.0", "sp-core 33.0.1", @@ -13747,6 +13797,20 @@ dependencies = [ "tracing", ] +[[package]] +name = "sc-executor-common" +version = "0.33.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "88c61ef111d7ccc7697ee4788654f4f998662db057c27ca2de4b94f20e3e6ed1" +dependencies = [ + "polkavm", + "sc-allocator 27.0.0", + "sp-maybe-compressed-blob", + "sp-wasm-interface 21.0.0", + "thiserror", + "wasm-instrument", +] + [[package]] name = "sc-executor-common" version = "0.34.0" @@ -13754,13 +13818,25 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "aad16187c613f81feab35f0d6c12c15c1d88eea0794c886b5dca3495d26746de" dependencies = [ "polkavm", - "sc-allocator", + "sc-allocator 28.0.0", "sp-maybe-compressed-blob", "sp-wasm-interface 21.0.0", "thiserror", "wasm-instrument", ] +[[package]] +name = "sc-executor-polkavm" +version = "0.30.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6fb96b22b779ba14f449d114b63efd162f95f1cdf773cdac29f75fe6a250de24" +dependencies = [ + "log", + "polkavm", + "sc-executor-common 0.33.0", + "sp-wasm-interface 21.0.0", +] + [[package]] name = "sc-executor-polkavm" version = "0.31.0" @@ -13769,10 +13845,29 @@ checksum = "db336a08ea53b6a89972a6ad6586e664c15db2add9d1cfb508afc768de387304" dependencies = [ "log", "polkavm", - "sc-executor-common", + "sc-executor-common 0.34.0", "sp-wasm-interface 21.0.0", ] +[[package]] +name = "sc-executor-wasmtime" +version = "0.33.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1f45912e90278c06bacf2c37a11937ed6878ee0cd056ae2be2d0b45ec7ac34d1" +dependencies = [ + "anyhow", + "cfg-if", + "libc", + "log", + "parking_lot 0.12.3", + "rustix 0.36.17", + "sc-allocator 27.0.0", + "sc-executor-common 0.33.0", + "sp-runtime-interface 27.0.0", + "sp-wasm-interface 21.0.0", + "wasmtime", +] + [[package]] name = "sc-executor-wasmtime" version = "0.34.0" @@ -13785,8 +13880,8 @@ dependencies = [ "log", "parking_lot 0.12.3", "rustix 0.36.17", - "sc-allocator", - "sc-executor-common", + "sc-allocator 28.0.0", + "sc-executor-common 0.34.0", "sp-runtime-interface 27.0.0", "sp-wasm-interface 21.0.0", "wasmtime", @@ -14233,7 +14328,7 @@ dependencies = [ "sc-client-api", "sc-client-db", "sc-consensus", - "sc-executor", + "sc-executor 0.38.0", "sc-informant", "sc-keystore", "sc-network", @@ -14470,6 +14565,29 @@ dependencies = [ "sp-arithmetic 26.0.0", ] +[[package]] +name = "scale-bits" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e57b1e7f6b65ed1f04e79a85a57d755ad56d76fdf1e9bddcc9ae14f71fcdcf54" +dependencies = [ + "parity-scale-codec", + "scale-type-resolver", +] + +[[package]] +name = "scale-decode" +version = "0.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e98f3262c250d90e700bb802eb704e1f841e03331c2eb815e46516c4edbf5b27" +dependencies = [ + "derive_more", + "parity-scale-codec", + "scale-bits", + "scale-type-resolver", + "smallvec", +] + [[package]] name = "scale-info" version = "2.11.3" @@ -14496,6 +14614,12 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "scale-type-resolver" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f0cded6518aa0bd6c1be2b88ac81bf7044992f0f154bfbabd5ad34f43512abcb" + [[package]] name = "schannel" version = "0.1.23" @@ -15273,6 +15397,29 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-api" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b500647cfe266d58781f44af9b13c3bd57fb3be08642f2a9f13e024cc5e22359" +dependencies = [ + "hash-db", + "log", + "parity-scale-codec", + "scale-info", + "sp-api-proc-macro 19.0.0", + "sp-core 32.0.0", + "sp-externalities 0.28.0", + "sp-metadata-ir 0.7.0", + "sp-runtime 36.0.0", + "sp-runtime-interface 27.0.0", + "sp-state-machine 0.40.0", + "sp-std", + "sp-trie 34.0.0", + "sp-version 34.0.0", + "thiserror", +] + [[package]] name = "sp-api" version = "32.0.0" @@ -15340,6 +15487,20 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-application-crypto" +version = "35.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "57541120624a76379cc993cbb85064a5148957a92da032567e54bce7977f51fc" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 32.0.0", + "sp-io 35.0.0", + "sp-std", +] + [[package]] name = "sp-application-crypto" version = "36.0.0" @@ -15694,6 +15855,53 @@ dependencies = [ "zeroize", ] +[[package]] +name = "sp-core" +version = "32.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bb2dac7e47c7ddbb61efe196d5cce99f6ea88926c961fa39909bfeae46fc5a7b" +dependencies = [ + "array-bytes", + "bitflags 1.3.2", + "blake2 0.10.6", + "bounded-collections 0.2.0", + "bs58 0.5.1", + "dyn-clonable", + "ed25519-zebra 3.1.0", + "futures", + "hash-db", + "hash256-std-hasher", + "impl-serde", + "itertools 0.10.5", + "k256", + "libsecp256k1", + "log", + "merlin", + "parity-bip39", + "parity-scale-codec", + "parking_lot 0.12.3", + "paste", + "primitive-types", + "rand 0.8.5", + "scale-info", + "schnorrkel 0.11.4", + "secp256k1", + "secrecy", + "serde", + "sp-crypto-hashing", + "sp-debug-derive", + "sp-externalities 0.28.0", + "sp-runtime-interface 27.0.0", + "sp-std", + "sp-storage 21.0.0", + "ss58-registry", + "substrate-bip39 0.6.0", + "thiserror", + "tracing", + "w3f-bls", + "zeroize", +] + [[package]] name = "sp-core" version = "33.0.1" @@ -15890,6 +16098,33 @@ dependencies = [ "tracing-core", ] +[[package]] +name = "sp-io" +version = "35.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b64ab18a0e29def6511139a8c45a59c14a846105aab6f9cc653523bd3b81f55" +dependencies = [ + "bytes", + "ed25519-dalek 2.1.1", + "libsecp256k1", + "log", + "parity-scale-codec", + "polkavm-derive", + "rustversion", + "secp256k1", + "sp-core 32.0.0", + "sp-crypto-hashing", + "sp-externalities 0.28.0", + "sp-keystore 0.38.0", + "sp-runtime-interface 27.0.0", + "sp-state-machine 0.40.0", + "sp-std", + "sp-tracing 17.0.0", + "sp-trie 34.0.0", + "tracing", + "tracing-core", +] + [[package]] name = "sp-io" version = "36.0.0" @@ -15952,6 +16187,18 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-keystore" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4e6c7a7abd860a5211a356cf9d5fcabf0eb37d997985e5d722b6b33dcc815528" +dependencies = [ + "parity-scale-codec", + "parking_lot 0.12.3", + "sp-core 32.0.0", + "sp-externalities 0.28.0", +] + [[package]] name = "sp-keystore" version = "0.39.0" @@ -16144,6 +16391,31 @@ dependencies = [ "sp-weights 28.0.0", ] +[[package]] +name = "sp-runtime" +version = "36.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a6b85cb874b78ebb17307a910fc27edf259a0455ac5155d87eaed8754c037e07" +dependencies = [ + "docify", + "either", + "hash256-std-hasher", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "paste", + "rand 0.8.5", + "scale-info", + "serde", + "simple-mermaid", + "sp-application-crypto 35.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-io 35.0.0", + "sp-std", + "sp-weights 31.0.0", +] + [[package]] name = "sp-runtime" version = "37.0.0" @@ -16319,6 +16591,27 @@ dependencies = [ "trie-db 0.28.0", ] +[[package]] +name = "sp-state-machine" +version = "0.40.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "18084cb996c27d5d99a88750e0a8eb4af6870a40df97872a5923e6d293d95fb9" +dependencies = [ + "hash-db", + "log", + "parity-scale-codec", + "parking_lot 0.12.3", + "rand 0.8.5", + "smallvec", + "sp-core 32.0.0", + "sp-externalities 0.28.0", + "sp-panic-handler", + "sp-trie 34.0.0", + "thiserror", + "tracing", + "trie-db 0.29.1", +] + [[package]] name = "sp-state-machine" version = "0.41.0" @@ -16510,6 +16803,30 @@ dependencies = [ "trie-root", ] +[[package]] +name = "sp-trie" +version = "34.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "87727eced997f14d0f79e3a5186a80e38a9de87f6e9dc0baea5ebf8b7f9d8b66" +dependencies = [ + "ahash 0.8.11", + "hash-db", + "lazy_static", + "memory-db", + "nohash-hasher", + "parity-scale-codec", + "parking_lot 0.12.3", + "rand 0.8.5", + "scale-info", + "schnellru", + "sp-core 32.0.0", + "sp-externalities 0.28.0", + "thiserror", + "tracing", + "trie-db 0.29.1", + "trie-root", +] + [[package]] name = "sp-trie" version = "35.0.0" @@ -16552,6 +16869,24 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-version" +version = "34.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b8e3856686aa2719b1c05af07ba7e6021d844944472f246f3b5f1c585be04cd" +dependencies = [ + "impl-serde", + "parity-scale-codec", + "parity-wasm", + "scale-info", + "serde", + "sp-crypto-hashing-proc-macro", + "sp-runtime 36.0.0", + "sp-std", + "sp-version-proc-macro 14.0.0", + "thiserror", +] + [[package]] name = "sp-version" version = "35.0.0" @@ -17130,13 +17465,22 @@ version = "22.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6567b61eca9459dbe71385caef9f6eab826abbd4a0743abf27034d96d34b9062" dependencies = [ + "array-bytes", "build-helper", "cargo_metadata", "console", "filetime", + "frame-metadata", + "merkleized-metadata", + "parity-scale-codec", "parity-wasm", "polkavm-linker", + "sc-executor 0.37.0", + "sp-core 32.0.0", + "sp-io 35.0.0", "sp-maybe-compressed-blob", + "sp-tracing 17.0.0", + "sp-version 34.0.0", "strum 0.26.2", "tempfile", "toml 0.8.14", diff --git a/runtime/devnet/Cargo.toml b/runtime/devnet/Cargo.toml index 67ecb883..a22a771b 100644 --- a/runtime/devnet/Cargo.toml +++ b/runtime/devnet/Cargo.toml @@ -28,7 +28,6 @@ pop-runtime-common = { workspace = true, default-features = false } # Substrate frame-benchmarking.workspace = true frame-executive.workspace = true -frame-metadata-hash-extension.workspace = true frame-support.workspace = true frame-system.workspace = true frame-system-benchmarking.workspace = true @@ -223,4 +222,4 @@ try-runtime = [ "parachain-info/try-runtime", "polkadot-runtime-common/try-runtime", "sp-runtime/try-runtime", -] \ No newline at end of file +] diff --git a/runtime/devnet/src/lib.rs b/runtime/devnet/src/lib.rs index 39eb9a89..9d7ca7fe 100644 --- a/runtime/devnet/src/lib.rs +++ b/runtime/devnet/src/lib.rs @@ -102,7 +102,6 @@ pub type SignedExtra = ( frame_system::CheckNonce, frame_system::CheckWeight, pallet_transaction_payment::ChargeTransactionPayment, - frame_metadata_hash_extension::CheckMetadataHash, ); /// Unchecked extrinsic type as expected by this runtime. diff --git a/runtime/testnet/Cargo.toml b/runtime/testnet/Cargo.toml index e9f30b7e..7f06bb5d 100644 --- a/runtime/testnet/Cargo.toml +++ b/runtime/testnet/Cargo.toml @@ -28,7 +28,6 @@ pop-runtime-common = { workspace = true, default-features = false } # Substrate frame-benchmarking.workspace = true frame-executive.workspace = true -frame-metadata-hash-extension.workspace = true frame-support.workspace = true frame-system.workspace = true frame-system-benchmarking.workspace = true diff --git a/runtime/testnet/src/lib.rs b/runtime/testnet/src/lib.rs index 9764855c..4cc4c81e 100644 --- a/runtime/testnet/src/lib.rs +++ b/runtime/testnet/src/lib.rs @@ -101,7 +101,6 @@ pub type SignedExtra = ( frame_system::CheckNonce, frame_system::CheckWeight, pallet_transaction_payment::ChargeTransactionPayment, - frame_metadata_hash_extension::CheckMetadataHash, ); /// Unchecked extrinsic type as expected by this runtime. From 3ef3849c60d437341bb2d0d8c9aa32a0c9dad9e0 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Fri, 16 Aug 2024 15:55:15 +0700 Subject: [PATCH 83/95] fix: remove metadata hash from testnet --- Cargo.lock | 378 ++----------------------------------- runtime/testnet/Cargo.toml | 13 -- 2 files changed, 17 insertions(+), 374 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e97af588..0c8bc02f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3967,7 +3967,7 @@ dependencies = [ "sc-cli", "sc-client-api", "sc-client-db", - "sc-executor 0.38.0", + "sc-executor", "sc-service", "sc-sysinfo", "serde", @@ -6574,20 +6574,6 @@ dependencies = [ "hash-db", ] -[[package]] -name = "merkleized-metadata" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f313fcff1d2a4bcaa2deeaa00bf7530d77d5f7bd0467a117dde2e29a75a7a17a" -dependencies = [ - "array-bytes", - "blake3", - "frame-metadata", - "parity-scale-codec", - "scale-decode", - "scale-info", -] - [[package]] name = "merlin" version = "3.0.0" @@ -10487,7 +10473,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-service", "sc-cli", - "sc-executor 0.38.0", + "sc-executor", "sc-service", "sc-storage-monitor", "sc-sysinfo", @@ -10942,9 +10928,9 @@ dependencies = [ "parity-scale-codec", "polkadot-parachain-primitives 12.0.0", "polkadot-primitives 13.0.0", - "sc-executor 0.38.0", - "sc-executor-common 0.34.0", - "sc-executor-wasmtime 0.34.0", + "sc-executor", + "sc-executor-common", + "sc-executor-wasmtime", "seccompiler", "sp-core 33.0.1", "sp-crypto-hashing", @@ -11593,7 +11579,7 @@ dependencies = [ "sc-consensus-beefy", "sc-consensus-grandpa", "sc-consensus-slots", - "sc-executor 0.38.0", + "sc-executor", "sc-keystore", "sc-network", "sc-network-common", @@ -11845,7 +11831,7 @@ dependencies = [ "sc-cli", "sc-client-api", "sc-consensus", - "sc-executor 0.38.0", + "sc-executor", "sc-network", "sc-network-sync", "sc-offchain", @@ -13240,18 +13226,6 @@ dependencies = [ "winapi-util", ] -[[package]] -name = "sc-allocator" -version = "27.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97e78771bbc491d4d601afbbf01f5718d6d724d0d971c8581cf5b4c62a9502f7" -dependencies = [ - "log", - "sp-core 32.0.0", - "sp-wasm-interface 21.0.0", - "thiserror", -] - [[package]] name = "sc-allocator" version = "28.0.0" @@ -13348,7 +13322,7 @@ dependencies = [ "parity-scale-codec", "sc-chain-spec-derive", "sc-client-api", - "sc-executor 0.38.0", + "sc-executor", "sc-network", "sc-telemetry", "serde", @@ -13428,7 +13402,7 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.3", - "sc-executor 0.38.0", + "sc-executor", "sc-transaction-pool-api", "sc-utils", "sp-api 32.0.0", @@ -13749,30 +13723,6 @@ dependencies = [ "sp-state-machine 0.41.0", ] -[[package]] -name = "sc-executor" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d0738d2e654f8cadb8b5b5f64c281654838202bf77641656b7fe2bd5346a25b" -dependencies = [ - "parity-scale-codec", - "parking_lot 0.12.3", - "sc-executor-common 0.33.0", - "sc-executor-polkavm 0.30.0", - "sc-executor-wasmtime 0.33.1", - "schnellru", - "sp-api 31.0.0", - "sp-core 32.0.0", - "sp-externalities 0.28.0", - "sp-io 35.0.0", - "sp-panic-handler", - "sp-runtime-interface 27.0.0", - "sp-trie 34.0.0", - "sp-version 34.0.0", - "sp-wasm-interface 21.0.0", - "tracing", -] - [[package]] name = "sc-executor" version = "0.38.0" @@ -13781,9 +13731,9 @@ checksum = "321e9431a3d5c95514b1ba775dd425efd4b18bd79dfdb6d8e397f0c96d6831e9" dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", - "sc-executor-common 0.34.0", - "sc-executor-polkavm 0.31.0", - "sc-executor-wasmtime 0.34.0", + "sc-executor-common", + "sc-executor-polkavm", + "sc-executor-wasmtime", "schnellru", "sp-api 32.0.0", "sp-core 33.0.1", @@ -13797,20 +13747,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "sc-executor-common" -version = "0.33.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88c61ef111d7ccc7697ee4788654f4f998662db057c27ca2de4b94f20e3e6ed1" -dependencies = [ - "polkavm", - "sc-allocator 27.0.0", - "sp-maybe-compressed-blob", - "sp-wasm-interface 21.0.0", - "thiserror", - "wasm-instrument", -] - [[package]] name = "sc-executor-common" version = "0.34.0" @@ -13818,25 +13754,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "aad16187c613f81feab35f0d6c12c15c1d88eea0794c886b5dca3495d26746de" dependencies = [ "polkavm", - "sc-allocator 28.0.0", + "sc-allocator", "sp-maybe-compressed-blob", "sp-wasm-interface 21.0.0", "thiserror", "wasm-instrument", ] -[[package]] -name = "sc-executor-polkavm" -version = "0.30.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fb96b22b779ba14f449d114b63efd162f95f1cdf773cdac29f75fe6a250de24" -dependencies = [ - "log", - "polkavm", - "sc-executor-common 0.33.0", - "sp-wasm-interface 21.0.0", -] - [[package]] name = "sc-executor-polkavm" version = "0.31.0" @@ -13845,29 +13769,10 @@ checksum = "db336a08ea53b6a89972a6ad6586e664c15db2add9d1cfb508afc768de387304" dependencies = [ "log", "polkavm", - "sc-executor-common 0.34.0", + "sc-executor-common", "sp-wasm-interface 21.0.0", ] -[[package]] -name = "sc-executor-wasmtime" -version = "0.33.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f45912e90278c06bacf2c37a11937ed6878ee0cd056ae2be2d0b45ec7ac34d1" -dependencies = [ - "anyhow", - "cfg-if", - "libc", - "log", - "parking_lot 0.12.3", - "rustix 0.36.17", - "sc-allocator 27.0.0", - "sc-executor-common 0.33.0", - "sp-runtime-interface 27.0.0", - "sp-wasm-interface 21.0.0", - "wasmtime", -] - [[package]] name = "sc-executor-wasmtime" version = "0.34.0" @@ -13880,8 +13785,8 @@ dependencies = [ "log", "parking_lot 0.12.3", "rustix 0.36.17", - "sc-allocator 28.0.0", - "sc-executor-common 0.34.0", + "sc-allocator", + "sc-executor-common", "sp-runtime-interface 27.0.0", "sp-wasm-interface 21.0.0", "wasmtime", @@ -14328,7 +14233,7 @@ dependencies = [ "sc-client-api", "sc-client-db", "sc-consensus", - "sc-executor 0.38.0", + "sc-executor", "sc-informant", "sc-keystore", "sc-network", @@ -14565,29 +14470,6 @@ dependencies = [ "sp-arithmetic 26.0.0", ] -[[package]] -name = "scale-bits" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e57b1e7f6b65ed1f04e79a85a57d755ad56d76fdf1e9bddcc9ae14f71fcdcf54" -dependencies = [ - "parity-scale-codec", - "scale-type-resolver", -] - -[[package]] -name = "scale-decode" -version = "0.13.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e98f3262c250d90e700bb802eb704e1f841e03331c2eb815e46516c4edbf5b27" -dependencies = [ - "derive_more", - "parity-scale-codec", - "scale-bits", - "scale-type-resolver", - "smallvec", -] - [[package]] name = "scale-info" version = "2.11.3" @@ -14614,12 +14496,6 @@ dependencies = [ "syn 1.0.109", ] -[[package]] -name = "scale-type-resolver" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0cded6518aa0bd6c1be2b88ac81bf7044992f0f154bfbabd5ad34f43512abcb" - [[package]] name = "schannel" version = "0.1.23" @@ -15397,29 +15273,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-api" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b500647cfe266d58781f44af9b13c3bd57fb3be08642f2a9f13e024cc5e22359" -dependencies = [ - "hash-db", - "log", - "parity-scale-codec", - "scale-info", - "sp-api-proc-macro 19.0.0", - "sp-core 32.0.0", - "sp-externalities 0.28.0", - "sp-metadata-ir 0.7.0", - "sp-runtime 36.0.0", - "sp-runtime-interface 27.0.0", - "sp-state-machine 0.40.0", - "sp-std", - "sp-trie 34.0.0", - "sp-version 34.0.0", - "thiserror", -] - [[package]] name = "sp-api" version = "32.0.0" @@ -15487,20 +15340,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-application-crypto" -version = "35.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57541120624a76379cc993cbb85064a5148957a92da032567e54bce7977f51fc" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-std", -] - [[package]] name = "sp-application-crypto" version = "36.0.0" @@ -15855,53 +15694,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "sp-core" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb2dac7e47c7ddbb61efe196d5cce99f6ea88926c961fa39909bfeae46fc5a7b" -dependencies = [ - "array-bytes", - "bitflags 1.3.2", - "blake2 0.10.6", - "bounded-collections 0.2.0", - "bs58 0.5.1", - "dyn-clonable", - "ed25519-zebra 3.1.0", - "futures", - "hash-db", - "hash256-std-hasher", - "impl-serde", - "itertools 0.10.5", - "k256", - "libsecp256k1", - "log", - "merlin", - "parity-bip39", - "parity-scale-codec", - "parking_lot 0.12.3", - "paste", - "primitive-types", - "rand 0.8.5", - "scale-info", - "schnorrkel 0.11.4", - "secp256k1", - "secrecy", - "serde", - "sp-crypto-hashing", - "sp-debug-derive", - "sp-externalities 0.28.0", - "sp-runtime-interface 27.0.0", - "sp-std", - "sp-storage 21.0.0", - "ss58-registry", - "substrate-bip39 0.6.0", - "thiserror", - "tracing", - "w3f-bls", - "zeroize", -] - [[package]] name = "sp-core" version = "33.0.1" @@ -16098,33 +15890,6 @@ dependencies = [ "tracing-core", ] -[[package]] -name = "sp-io" -version = "35.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b64ab18a0e29def6511139a8c45a59c14a846105aab6f9cc653523bd3b81f55" -dependencies = [ - "bytes", - "ed25519-dalek 2.1.1", - "libsecp256k1", - "log", - "parity-scale-codec", - "polkavm-derive", - "rustversion", - "secp256k1", - "sp-core 32.0.0", - "sp-crypto-hashing", - "sp-externalities 0.28.0", - "sp-keystore 0.38.0", - "sp-runtime-interface 27.0.0", - "sp-state-machine 0.40.0", - "sp-std", - "sp-tracing 17.0.0", - "sp-trie 34.0.0", - "tracing", - "tracing-core", -] - [[package]] name = "sp-io" version = "36.0.0" @@ -16187,18 +15952,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-keystore" -version = "0.38.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e6c7a7abd860a5211a356cf9d5fcabf0eb37d997985e5d722b6b33dcc815528" -dependencies = [ - "parity-scale-codec", - "parking_lot 0.12.3", - "sp-core 32.0.0", - "sp-externalities 0.28.0", -] - [[package]] name = "sp-keystore" version = "0.39.0" @@ -16391,31 +16144,6 @@ dependencies = [ "sp-weights 28.0.0", ] -[[package]] -name = "sp-runtime" -version = "36.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6b85cb874b78ebb17307a910fc27edf259a0455ac5155d87eaed8754c037e07" -dependencies = [ - "docify", - "either", - "hash256-std-hasher", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "paste", - "rand 0.8.5", - "scale-info", - "serde", - "simple-mermaid", - "sp-application-crypto 35.0.0", - "sp-arithmetic 26.0.0", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-std", - "sp-weights 31.0.0", -] - [[package]] name = "sp-runtime" version = "37.0.0" @@ -16591,27 +16319,6 @@ dependencies = [ "trie-db 0.28.0", ] -[[package]] -name = "sp-state-machine" -version = "0.40.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18084cb996c27d5d99a88750e0a8eb4af6870a40df97872a5923e6d293d95fb9" -dependencies = [ - "hash-db", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "rand 0.8.5", - "smallvec", - "sp-core 32.0.0", - "sp-externalities 0.28.0", - "sp-panic-handler", - "sp-trie 34.0.0", - "thiserror", - "tracing", - "trie-db 0.29.1", -] - [[package]] name = "sp-state-machine" version = "0.41.0" @@ -16803,30 +16510,6 @@ dependencies = [ "trie-root", ] -[[package]] -name = "sp-trie" -version = "34.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87727eced997f14d0f79e3a5186a80e38a9de87f6e9dc0baea5ebf8b7f9d8b66" -dependencies = [ - "ahash 0.8.11", - "hash-db", - "lazy_static", - "memory-db", - "nohash-hasher", - "parity-scale-codec", - "parking_lot 0.12.3", - "rand 0.8.5", - "scale-info", - "schnellru", - "sp-core 32.0.0", - "sp-externalities 0.28.0", - "thiserror", - "tracing", - "trie-db 0.29.1", - "trie-root", -] - [[package]] name = "sp-trie" version = "35.0.0" @@ -16869,24 +16552,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-version" -version = "34.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b8e3856686aa2719b1c05af07ba7e6021d844944472f246f3b5f1c585be04cd" -dependencies = [ - "impl-serde", - "parity-scale-codec", - "parity-wasm", - "scale-info", - "serde", - "sp-crypto-hashing-proc-macro", - "sp-runtime 36.0.0", - "sp-std", - "sp-version-proc-macro 14.0.0", - "thiserror", -] - [[package]] name = "sp-version" version = "35.0.0" @@ -17465,22 +17130,13 @@ version = "22.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6567b61eca9459dbe71385caef9f6eab826abbd4a0743abf27034d96d34b9062" dependencies = [ - "array-bytes", "build-helper", "cargo_metadata", "console", "filetime", - "frame-metadata", - "merkleized-metadata", - "parity-scale-codec", "parity-wasm", "polkavm-linker", - "sc-executor 0.37.0", - "sp-core 32.0.0", - "sp-io 35.0.0", "sp-maybe-compressed-blob", - "sp-tracing 17.0.0", - "sp-version 34.0.0", "strum 0.26.2", "tempfile", "toml 0.8.14", diff --git a/runtime/testnet/Cargo.toml b/runtime/testnet/Cargo.toml index 7f06bb5d..6ffcbc8e 100644 --- a/runtime/testnet/Cargo.toml +++ b/runtime/testnet/Cargo.toml @@ -222,16 +222,3 @@ try-runtime = [ "polkadot-runtime-common/try-runtime", "sp-runtime/try-runtime", ] - -# Enable the metadata hash generation. -# -# This is hidden behind a feature because it increases the compile time. -# The wasm binary needs to be compiled twice, once to fetch the metadata, -# generate the metadata hash and then a second time with the -# `RUNTIME_METADATA_HASH` environment variable set for the `CheckMetadataHash` -# extension. -metadata-hash = ["substrate-wasm-builder/metadata-hash"] - -# A convenience feature for enabling things when doing a build -# for an on-chain release. -on-chain-release-build = ["metadata-hash"] From 3607a5d31da69406ea6f31e480dffd18bc10fed2 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Fri, 16 Aug 2024 16:00:22 +0700 Subject: [PATCH 84/95] feat: simplify wasm build script --- runtime/devnet/build.rs | 5 +---- runtime/testnet/build.rs | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/runtime/devnet/build.rs b/runtime/devnet/build.rs index b395e97c..287f2a61 100644 --- a/runtime/devnet/build.rs +++ b/runtime/devnet/build.rs @@ -1,9 +1,6 @@ #[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() } diff --git a/runtime/testnet/build.rs b/runtime/testnet/build.rs index b395e97c..287f2a61 100644 --- a/runtime/testnet/build.rs +++ b/runtime/testnet/build.rs @@ -1,9 +1,6 @@ #[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() } From c64188e6a18e1cf5ce6f73393232bc09329b6441 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Sat, 17 Aug 2024 11:44:11 +0700 Subject: [PATCH 85/95] fix: update build metadata has parameters --- runtime/devnet/build.rs | 2 +- runtime/testnet/build.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/devnet/build.rs b/runtime/devnet/build.rs index 287f2a61..6293cebb 100644 --- a/runtime/devnet/build.rs +++ b/runtime/devnet/build.rs @@ -1,7 +1,7 @@ #[cfg(all(feature = "std", feature = "metadata-hash"))] fn main() { substrate_wasm_builder::WasmBuilder::init_with_defaults() - .enable_metadata_hash("UNIT", 12) + .enable_metadata_hash("PAS", 10) .build() } diff --git a/runtime/testnet/build.rs b/runtime/testnet/build.rs index 287f2a61..6293cebb 100644 --- a/runtime/testnet/build.rs +++ b/runtime/testnet/build.rs @@ -1,7 +1,7 @@ #[cfg(all(feature = "std", feature = "metadata-hash"))] fn main() { substrate_wasm_builder::WasmBuilder::init_with_defaults() - .enable_metadata_hash("UNIT", 12) + .enable_metadata_hash("PAS", 10) .build() } From 22302b5caf38193e29cb04c23152227866085b70 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Sat, 17 Aug 2024 23:34:00 +0700 Subject: [PATCH 86/95] fix: add missing signed extra --- runtime/devnet/Cargo.toml | 1 + runtime/devnet/src/lib.rs | 1 + runtime/testnet/Cargo.toml | 14 ++++++++++++++ runtime/testnet/src/lib.rs | 1 + 4 files changed, 17 insertions(+) diff --git a/runtime/devnet/Cargo.toml b/runtime/devnet/Cargo.toml index b89071d5..64a8cae9 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 diff --git a/runtime/devnet/src/lib.rs b/runtime/devnet/src/lib.rs index 69088eff..2ae74255 100644 --- a/runtime/devnet/src/lib.rs +++ b/runtime/devnet/src/lib.rs @@ -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. diff --git a/runtime/testnet/Cargo.toml b/runtime/testnet/Cargo.toml index 6ffcbc8e..8272722b 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 @@ -222,3 +223,16 @@ try-runtime = [ "polkadot-runtime-common/try-runtime", "sp-runtime/try-runtime", ] + +# Enable the metadata hash generation. +# +# This is hidden behind a feature because it increases the compile time. +# The wasm binary needs to be compiled twice, once to fetch the metadata, +# generate the metadata hash and then a second time with the +# `RUNTIME_METADATA_HASH` environment variable set for the `CheckMetadataHash` +# extension. +metadata-hash = ["substrate-wasm-builder/metadata-hash"] + +# A convenience feature for enabling things when doing a build +# for an on-chain release. +on-chain-release-build = ["metadata-hash"] \ No newline at end of file diff --git a/runtime/testnet/src/lib.rs b/runtime/testnet/src/lib.rs index 7680465b..e7bcc4c1 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, + frame_metadata_hash_extension::CheckMetadataHash, ); /// Unchecked extrinsic type as expected by this runtime. From fa141fe9eca685e02b95d1a0a8e6b8cdb4fd118d Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Mon, 19 Aug 2024 19:10:07 +0700 Subject: [PATCH 87/95] fix: add missing std feature for metdata hash --- runtime/devnet/Cargo.toml | 5 +++-- runtime/testnet/Cargo.toml | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/runtime/devnet/Cargo.toml b/runtime/devnet/Cargo.toml index 64a8cae9..e46ebb76 100644 --- a/runtime/devnet/Cargo.toml +++ b/runtime/devnet/Cargo.toml @@ -95,7 +95,6 @@ hex = "0.4.3" enumflags2 = "0.7.9" [features] -default = ["std"] std = [ "codec/std", "cumulus-pallet-aura-ext/std", @@ -108,6 +107,7 @@ std = [ "cumulus-primitives-utility/std", "frame-benchmarking/std", "frame-executive/std", + "frame-metadata-hash-extension/std", "frame-support/std", "frame-system-benchmarking/std", "frame-system-rpc-runtime-api/std", @@ -236,4 +236,5 @@ metadata-hash = ["substrate-wasm-builder/metadata-hash"] # A convenience feature for enabling things when doing a build # for an on-chain release. -on-chain-release-build = ["metadata-hash"] \ No newline at end of file +on-chain-release-build = ["metadata-hash"] +default = ["std"] diff --git a/runtime/testnet/Cargo.toml b/runtime/testnet/Cargo.toml index 8272722b..332fbc61 100644 --- a/runtime/testnet/Cargo.toml +++ b/runtime/testnet/Cargo.toml @@ -165,6 +165,7 @@ runtime-benchmarks = [ "cumulus-primitives-core/runtime-benchmarks", "cumulus-primitives-utility/runtime-benchmarks", "frame-benchmarking/runtime-benchmarks", + "frame-metadata-hash-extension/std", "frame-support/runtime-benchmarks", "frame-system-benchmarking/runtime-benchmarks", "frame-system/runtime-benchmarks", @@ -235,4 +236,4 @@ metadata-hash = ["substrate-wasm-builder/metadata-hash"] # A convenience feature for enabling things when doing a build # for an on-chain release. -on-chain-release-build = ["metadata-hash"] \ No newline at end of file +on-chain-release-build = ["metadata-hash"] From eda1d5b0365b136a33b3da5ff56d149673d1d0b3 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Mon, 19 Aug 2024 19:11:33 +0700 Subject: [PATCH 88/95] fix: default-std position --- runtime/devnet/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/devnet/Cargo.toml b/runtime/devnet/Cargo.toml index e46ebb76..929eeb4e 100644 --- a/runtime/devnet/Cargo.toml +++ b/runtime/devnet/Cargo.toml @@ -95,6 +95,7 @@ hex = "0.4.3" enumflags2 = "0.7.9" [features] +default = ["std"] std = [ "codec/std", "cumulus-pallet-aura-ext/std", @@ -236,5 +237,4 @@ 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"] -default = ["std"] +on-chain-release-build = ["metadata-hash"] \ No newline at end of file From dc0199243673578b1a4f5d3f3868967152949b83 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Mon, 19 Aug 2024 19:44:56 +0700 Subject: [PATCH 89/95] fix: wrong std feature metadata hash --- Cargo.lock | 224 ++++++++++++++++++------------------- Cargo.toml | 8 +- runtime/devnet/Cargo.toml | 2 +- runtime/testnet/Cargo.toml | 2 +- 4 files changed, 118 insertions(+), 118 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 00c68127..b4fa0877 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -548,7 +548,7 @@ dependencies = [ "cumulus-pallet-xcmp-queue 0.15.0", "cumulus-primitives-core 0.14.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "pallet-assets 37.0.0", "pallet-balances 37.0.0", "pallet-collator-selection 17.0.0", @@ -1264,7 +1264,7 @@ dependencies = [ "bp-messages 0.15.0", "bp-runtime 0.15.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "parity-scale-codec", "parity-util-mem", "scale-info", @@ -1320,7 +1320,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "904644c23b437dde65741f3148067624ed0b4d8360f68adf9e92273aeb970814" dependencies = [ "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "hash-db", "impl-trait-for-tuples", "log", @@ -1406,7 +1406,7 @@ dependencies = [ "bp-xcm-bridge-hub", "bp-xcm-bridge-hub-router 0.13.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "hash-db", "log", "pallet-bridge-grandpa", @@ -2444,7 +2444,7 @@ checksum = "c5e8af48090936c45483d489ee681acb54277763586b53fa3dbd17173aa474fc" dependencies = [ "cumulus-pallet-parachain-system 0.15.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "pallet-aura 35.0.0", "pallet-timestamp 35.0.0", "parity-scale-codec", @@ -2505,14 +2505,14 @@ dependencies = [ "environmental", "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "impl-trait-for-tuples", "log", "pallet-message-queue 39.0.0", "parity-scale-codec", "polkadot-parachain-primitives 13.0.0", "polkadot-runtime-common 15.0.0", - "polkadot-runtime-parachains 15.0.2", + "polkadot-runtime-parachains 15.0.3", "scale-info", "sp-core 34.0.0", "sp-externalities 0.29.0", @@ -2563,7 +2563,7 @@ checksum = "506daacefa861aa2909b64f26e76495ce029227fd8355b97e074cc1d5dc54ab2" dependencies = [ "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "pallet-session 36.0.0", "parity-scale-codec", "sp-runtime 38.0.0", @@ -2595,7 +2595,7 @@ checksum = "8d5224285f60e5159bab549f458079d606a7f95ef779def8b89f1a244dc7cf81" dependencies = [ "cumulus-primitives-core 0.14.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "parity-scale-codec", "scale-info", "sp-io 37.0.0", @@ -2641,12 +2641,12 @@ dependencies = [ "cumulus-primitives-core 0.14.0", "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "log", "pallet-message-queue 39.0.0", "parity-scale-codec", "polkadot-runtime-common 15.0.0", - "polkadot-runtime-parachains 15.0.2", + "polkadot-runtime-parachains 15.0.3", "scale-info", "sp-core 34.0.0", "sp-io 37.0.0", @@ -2781,15 +2781,15 @@ dependencies = [ [[package]] name = "cumulus-primitives-storage-weight-reclaim" -version = "6.0.1" +version = "6.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9e02d29ca51a4911585fdd5381e5f1cb4ee553e4f20b843c08917dfba881ea7" +checksum = "29a7e13063f593f21534a7b64c96f311c40cd4d3c72649e0bd063a34506fdd70" dependencies = [ "cumulus-primitives-core 0.14.0", "cumulus-primitives-proof-size-hostfunction 0.9.0", "docify", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "log", "parity-scale-codec", "scale-info", @@ -2830,7 +2830,7 @@ dependencies = [ "pallet-asset-conversion 18.0.0", "parity-scale-codec", "polkadot-runtime-common 15.0.0", - "polkadot-runtime-parachains 15.0.2", + "polkadot-runtime-parachains 15.0.3", "sp-io 37.0.0", "sp-runtime 38.0.0", "sp-std", @@ -3491,7 +3491,7 @@ dependencies = [ "paste", "polkadot-parachain-primitives 13.0.0", "polkadot-primitives 14.0.0", - "polkadot-runtime-parachains 15.0.2", + "polkadot-runtime-parachains 15.0.3", "sc-consensus-grandpa", "sp-authority-discovery 33.0.0", "sp-consensus-babe 0.39.0", @@ -3965,7 +3965,7 @@ checksum = "709b26657ebbba53dc7bb616577375ca462b20fef1b00e8d9b20d2435e87f7bc" dependencies = [ "frame-support 36.0.0", "frame-support-procedural 30.0.1", - "frame-system 36.0.1", + "frame-system 36.1.0", "linregress", "log", "parity-scale-codec", @@ -3996,7 +3996,7 @@ dependencies = [ "comfy-table", "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "gethostname", "handlebars", "itertools 0.11.0", @@ -4084,7 +4084,7 @@ checksum = "b1ec289ebad5e601bb165cf7eb6ec2179ae34280ee310d0710a3111d4f8f8f94" dependencies = [ "frame-election-provider-solution-type 14.0.1", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", @@ -4121,7 +4121,7 @@ checksum = "4d878830330eaa9e8b886279c338556b05702d0059989cb51cfb226b70bf3fa4" dependencies = [ "aquamarine", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "frame-try-runtime 0.42.0", "log", "parity-scale-codec", @@ -4170,7 +4170,7 @@ dependencies = [ "array-bytes", "docify", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "log", "parity-scale-codec", "scale-info", @@ -4372,9 +4372,9 @@ dependencies = [ [[package]] name = "frame-system" -version = "36.0.1" +version = "36.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d19f388280c14dbabcee2a817e1123c59c55847c6d07a5b5ca901b34a5910093" +checksum = "64d6a0e7bb6503facdcc6f8e19c83cd0bfc8bbbd268522b1a50e107dfc6b972d" dependencies = [ "cfg-if", "docify", @@ -4415,7 +4415,7 @@ checksum = "15afc91c7780e18274dcea58ed1edb700c48d10e086a9785e3f6708099cd3250" dependencies = [ "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "parity-scale-codec", "scale-info", "sp-core 34.0.0", @@ -5516,7 +5516,7 @@ dependencies = [ "paseo-runtime", "paseo-runtime-constants", "polkadot-primitives 14.0.0", - "polkadot-runtime-parachains 15.0.2", + "polkadot-runtime-parachains 15.0.3", "pop-runtime-common", "pop-runtime-devnet", "sp-authority-discovery 33.0.0", @@ -7562,7 +7562,7 @@ checksum = "f726ebb59401c1844a4a8703047bdafcd99a1827cd5d8b2c82abeb8948a7f25b" dependencies = [ "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "log", "parity-scale-codec", "scale-info", @@ -7614,7 +7614,7 @@ checksum = "e806842bec955190ec64f8b2179f74f5355137c4cadf04f3269e6196cd19caf9" dependencies = [ "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "parity-scale-codec", "scale-info", "sp-core 34.0.0", @@ -7649,7 +7649,7 @@ checksum = "100a180dfbf30a1c872100ec2dae8a61c0f5e8b3f2d3a5cbb34093826293e2ab" dependencies = [ "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "pallet-transaction-payment 36.0.0", "parity-scale-codec", "scale-info", @@ -7685,7 +7685,7 @@ checksum = "f79ef6a7763fc08177f014052469ee12aefcdad0d99a747372360c2f648d2cc4" dependencies = [ "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "impl-trait-for-tuples", "log", "parity-scale-codec", @@ -7720,7 +7720,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0861b2a1ad6526948567bb59a3fdc4c7f02ee79b07be8b931a544350ec35ab0c" dependencies = [ "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "log", "pallet-timestamp 35.0.0", "parity-scale-codec", @@ -7755,7 +7755,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ed2c3666a476132f5846fe4d5e1961a923a58a0f54d873d84566f24ffaa3684f" dependencies = [ "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "pallet-session 36.0.0", "parity-scale-codec", "scale-info", @@ -7787,7 +7787,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "38885846dbcf03b025fdbd7edb3649046dbc68fa0b419ffe8837ef853a10d31f" dependencies = [ "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", @@ -7828,7 +7828,7 @@ checksum = "b23d2d814e3cb793659fcf84533f66fdf0ed9cccb66cb2225851f482843ed096" dependencies = [ "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "log", "pallet-authorship 36.0.0", "pallet-session 36.0.0", @@ -7879,7 +7879,7 @@ dependencies = [ "frame-benchmarking 36.0.0", "frame-election-provider-support 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "log", "pallet-balances 37.0.0", "parity-scale-codec", @@ -7917,7 +7917,7 @@ dependencies = [ "docify", "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "log", "parity-scale-codec", "scale-info", @@ -7953,7 +7953,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "715dfcd1bf3f1f37af6335d4eb3cef921e746ac54721e2258c4fd968b61eb009" dependencies = [ "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "log", "pallet-authorship 36.0.0", "pallet-session 36.0.0", @@ -8002,7 +8002,7 @@ dependencies = [ "array-bytes", "binary-merkle-tree 15.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "log", "pallet-beefy 36.0.0", "pallet-mmr 35.0.0", @@ -8046,7 +8046,7 @@ checksum = "0566499e74ba4b7ccbd1b667eef0dab76ca28402a8d501e22b73a363717b05a9" dependencies = [ "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "log", "pallet-treasury 35.0.0", "parity-scale-codec", @@ -8069,7 +8069,7 @@ dependencies = [ "finality-grandpa", "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "log", "parity-scale-codec", "scale-info", @@ -8089,7 +8089,7 @@ dependencies = [ "bp-runtime 0.15.0", "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "log", "num-traits", "parity-scale-codec", @@ -8110,7 +8110,7 @@ dependencies = [ "bp-runtime 0.15.0", "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "log", "pallet-bridge-grandpa", "parity-scale-codec", @@ -8131,7 +8131,7 @@ dependencies = [ "bp-runtime 0.15.0", "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "log", "pallet-bridge-messages", "parity-scale-codec", @@ -8169,7 +8169,7 @@ dependencies = [ "bitvec", "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "log", "parity-scale-codec", "scale-info", @@ -8208,7 +8208,7 @@ checksum = "38e351f103ebbdd1eb095da8c2379caccc82ebc59a740c2731693d2204286b83" dependencies = [ "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "log", "pallet-bounties 35.0.0", "pallet-treasury 35.0.0", @@ -8249,7 +8249,7 @@ checksum = "f660cc09f2f277a3976da2eef856b5c725ab7ad1192902ef7f4e4bafd992f04f" dependencies = [ "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "log", "pallet-authorship 36.0.0", "pallet-balances 37.0.0", @@ -8270,7 +8270,7 @@ checksum = "771bf7f6c76c3ea5e965fee0bf1d8a8c79c8c52d75ead65ed3c4d385f333756f" dependencies = [ "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "log", "parity-scale-codec", "scale-info", @@ -8290,7 +8290,7 @@ dependencies = [ "environmental", "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "impl-trait-for-tuples", "log", "pallet-balances 37.0.0", @@ -8365,7 +8365,7 @@ dependencies = [ "assert_matches", "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "parity-scale-codec", "scale-info", "serde", @@ -8381,7 +8381,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0596ec5ab55e02b1b5637b3ec2b99027d036fe97a1ab4733ae105474dfa727cf" dependencies = [ "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "parity-scale-codec", "scale-info", "sp-runtime 38.0.0", @@ -8397,7 +8397,7 @@ checksum = "7ccd68a2bf5f2dfda2b810cbe1a779492d4c2e99338989fede4389d412ae325b" dependencies = [ "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "log", "parity-scale-codec", "scale-info", @@ -8441,7 +8441,7 @@ dependencies = [ "frame-benchmarking 36.0.0", "frame-election-provider-support 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "log", "pallet-election-provider-support-benchmarking 35.0.0", "parity-scale-codec", @@ -8479,7 +8479,7 @@ checksum = "93475989d2f6900caf8f1c847a55d909295c156525a7510c5f1dde176ec7c714" dependencies = [ "frame-benchmarking 36.0.0", "frame-election-provider-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "parity-scale-codec", "sp-npos-elections 33.0.0", "sp-runtime 38.0.0", @@ -8494,7 +8494,7 @@ checksum = "9320d95c95e2d4d3ee24c9292b4ee8562ecb724b985613cfa7f274912bad2c9d" dependencies = [ "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "log", "parity-scale-codec", "scale-info", @@ -8536,7 +8536,7 @@ dependencies = [ "frame-benchmarking 36.0.0", "frame-election-provider-support 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "log", "parity-scale-codec", "scale-info", @@ -8578,7 +8578,7 @@ checksum = "8244b686d5cae6a8af1557ed0f49db08f812f0e7942a8d2da554b4da8a69daf0" dependencies = [ "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "log", "pallet-authorship 36.0.0", "pallet-session 36.0.0", @@ -8621,7 +8621,7 @@ dependencies = [ "enumflags2", "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "log", "parity-scale-codec", "scale-info", @@ -8659,7 +8659,7 @@ checksum = "fa761292e95020304b58b50e5187f8bb82f557c8c2d013e3c96ab41d611873b0" dependencies = [ "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "log", "pallet-authorship 36.0.0", "parity-scale-codec", @@ -8698,7 +8698,7 @@ checksum = "b183880ad5efae06afe6066e76f2bac5acf67f34b3cfab7352ceec46accf4b45" dependencies = [ "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "parity-scale-codec", "scale-info", "sp-core 34.0.0", @@ -8716,7 +8716,7 @@ checksum = "34006cf047f47edbef33874cc64895918e2c5d7562795209068d5fb388c53a30" dependencies = [ "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "log", "parity-scale-codec", "scale-info", @@ -8756,7 +8756,7 @@ dependencies = [ "environmental", "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "log", "parity-scale-codec", "scale-info", @@ -8795,7 +8795,7 @@ checksum = "cf8ccec82827413f031689fef4c714fdb0213d58c7a6e208d33f5eab80483770" dependencies = [ "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "log", "parity-scale-codec", "scale-info", @@ -8831,7 +8831,7 @@ checksum = "be58483d827602eb8353ecf36aed65c857f0974db5d27981831e5ebf853040bd" dependencies = [ "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "log", "parity-scale-codec", "scale-info", @@ -8848,7 +8848,7 @@ checksum = "7dcaa330221f60feaf3b23d495cccc3bf2a3d6254c596b3c032273c2b46d4078" dependencies = [ "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "log", "pallet-assets 37.0.0", "pallet-nfts 30.0.0", @@ -8886,7 +8886,7 @@ dependencies = [ "enumflags2", "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "log", "parity-scale-codec", "scale-info", @@ -8928,7 +8928,7 @@ checksum = "e77cba0e15749c8de2be65efffa51e02bd051b4e6fcf23360d43c3b6a859187c" dependencies = [ "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", @@ -8964,7 +8964,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "36f8c994eb7298a394b58f98afd520b521b5d46f6f39eade4657eeaac9962471" dependencies = [ "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "log", "pallet-balances 37.0.0", "parity-scale-codec", @@ -9007,7 +9007,7 @@ dependencies = [ "frame-benchmarking 36.0.0", "frame-election-provider-support 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "pallet-bags-list 35.0.0", "pallet-delegated-staking", "pallet-nomination-pools 33.0.0", @@ -9069,7 +9069,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4859e7bb2af46d2e0f137c2f777adf39f0e5d4d188226158d599f1cfcfb76b9e" dependencies = [ "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "log", "pallet-balances 37.0.0", "parity-scale-codec", @@ -9114,7 +9114,7 @@ dependencies = [ "frame-benchmarking 36.0.0", "frame-election-provider-support 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "log", "pallet-babe 36.0.0", "pallet-balances 37.0.0", @@ -9139,7 +9139,7 @@ dependencies = [ "docify", "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "parity-scale-codec", "paste", "scale-info", @@ -9175,7 +9175,7 @@ checksum = "68ac726abc5b1bcd6c8f783514b8e1a48be32c7d15e0b263e4bc28cc1e4e7763" dependencies = [ "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "log", "parity-scale-codec", "scale-info", @@ -9209,7 +9209,7 @@ checksum = "b4e12680e176607815a78a0cd10a52af50790292cb950404f30a885e2a7229e9" dependencies = [ "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "parity-scale-codec", "scale-info", "sp-io 37.0.0", @@ -9225,7 +9225,7 @@ checksum = "862ea8d386ed5737e859470c43cbfd9652c81398cad29e03ae7846c21aaee4c6" dependencies = [ "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "impl-trait-for-tuples", "log", "parity-scale-codec", @@ -9245,7 +9245,7 @@ checksum = "b24d4131bc79fee0b07550136ca6329faa84c1c3e76ae62a74aef6b1da0b95b4" dependencies = [ "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "parity-scale-codec", "scale-info", "sp-io 37.0.0", @@ -9282,7 +9282,7 @@ dependencies = [ "assert_matches", "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "log", "parity-scale-codec", "scale-info", @@ -9300,7 +9300,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fa61642f7bdc1a393798aa1ff67bb8c29f8f184b6fce165e1079010d446a1e29" dependencies = [ "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "parity-scale-codec", "scale-info", "sp-core 34.0.0", @@ -9337,7 +9337,7 @@ dependencies = [ "docify", "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "log", "parity-scale-codec", "scale-info", @@ -9377,7 +9377,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7c92b24c911c2cfa5351616edc7f2f93427ea6f4f95efdb13f0f5d51997939c3" dependencies = [ "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "impl-trait-for-tuples", "log", "pallet-timestamp 35.0.0", @@ -9419,7 +9419,7 @@ checksum = "bd02aaf5f10734670346677042ece94fae20dcd5436eafeb9b429d8d6d5b6385" dependencies = [ "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "pallet-session 36.0.0", "pallet-staking 36.0.0", "parity-scale-codec", @@ -9437,7 +9437,7 @@ checksum = "66b60b1d726532317f9965bab4995aa49b73f9b7ca3b9a0f75d158bd84686c5f" dependencies = [ "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "log", "parity-scale-codec", "rand_chacha 0.3.1", @@ -9481,7 +9481,7 @@ dependencies = [ "frame-benchmarking 36.0.0", "frame-election-provider-support 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "log", "pallet-authorship 36.0.0", "pallet-session 36.0.0", @@ -9588,7 +9588,7 @@ checksum = "e07f8626f4ff62ac79d6ad0bd01fab7645897ce35706ddb95fa084e75be9306d" dependencies = [ "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "log", "parity-scale-codec", "scale-info", @@ -9624,7 +9624,7 @@ dependencies = [ "docify", "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "parity-scale-codec", "scale-info", "sp-io 37.0.0", @@ -9662,7 +9662,7 @@ dependencies = [ "docify", "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "log", "parity-scale-codec", "scale-info", @@ -9682,7 +9682,7 @@ checksum = "f7dfec7872ee9e071209ae860094569745e8bd47564bacdba739256ee52cf78c" dependencies = [ "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "log", "pallet-treasury 35.0.0", "parity-scale-codec", @@ -9718,7 +9718,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "74fb6114223c8d967c3c2f21cbc845e8ea604ff7e21a8e59d119d5a9257ba886" dependencies = [ "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "parity-scale-codec", "scale-info", "serde", @@ -9800,7 +9800,7 @@ dependencies = [ "docify", "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "impl-trait-for-tuples", "pallet-balances 37.0.0", "parity-scale-codec", @@ -9852,7 +9852,7 @@ checksum = "3238fe6ad00da6a137be115904c39cab97eb5c7f03da0bb1a20de1bef03f0c71" dependencies = [ "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "parity-scale-codec", "scale-info", "sp-core 34.0.0", @@ -9885,7 +9885,7 @@ checksum = "78f7f0f4fe5e1d851e85d81e5e73b6f929f0c35af786ce8be9c9e3363717c136" dependencies = [ "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "log", "parity-scale-codec", "scale-info", @@ -9917,7 +9917,7 @@ checksum = "3e4f27640279229eb73fde0cb06e98b799305e6b0bc724f4dfbef2001ab4ad00" dependencies = [ "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "parity-scale-codec", "scale-info", "sp-api 33.0.0", @@ -9958,7 +9958,7 @@ dependencies = [ "bounded-collections 0.2.0", "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "log", "pallet-balances 37.0.0", "parity-scale-codec", @@ -10002,7 +10002,7 @@ checksum = "2f177a171203cc0bec3cff1bdd5d3b926abfbd0ecf347e044b147194e664f717" dependencies = [ "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "log", "parity-scale-codec", "scale-info", @@ -10043,7 +10043,7 @@ dependencies = [ "bp-xcm-bridge-hub-router 0.13.0", "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "log", "parity-scale-codec", "scale-info", @@ -10095,7 +10095,7 @@ dependencies = [ "cumulus-primitives-core 0.14.0", "cumulus-primitives-utility 0.15.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "log", "pallet-asset-tx-payment 36.0.0", "pallet-assets 37.0.0", @@ -10130,7 +10130,7 @@ dependencies = [ "cumulus-primitives-parachain-inherent 0.14.0", "cumulus-test-relay-sproof-builder", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "pallet-balances 37.0.0", "pallet-collator-selection 17.0.0", "pallet-session 36.0.0", @@ -11578,7 +11578,7 @@ dependencies = [ "frame-benchmarking 36.0.0", "frame-election-provider-support 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "impl-trait-for-tuples", "libsecp256k1", "log", @@ -11599,7 +11599,7 @@ dependencies = [ "pallet-vesting 36.0.0", "parity-scale-codec", "polkadot-primitives 14.0.0", - "polkadot-runtime-parachains 15.0.2", + "polkadot-runtime-parachains 15.0.3", "rustc-hex", "scale-info", "serde", @@ -11700,16 +11700,16 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" -version = "15.0.2" +version = "15.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6cb1cf1fa41c64b0b515a33d7bd388c3af0de31e5f93bd4c2b220e408f7f968" +checksum = "cb7e68cb26f9025daaad694d8192fd0e63e92c8761c45a339dd7a5b7925a3cb6" dependencies = [ "bitflags 1.3.2", "bitvec", "derive_more", "frame-benchmarking 36.0.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "impl-trait-for-tuples", "log", "pallet-authority-discovery 36.0.0", @@ -11757,7 +11757,7 @@ dependencies = [ "frame-benchmarking 36.0.0", "frame-benchmarking-cli", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "frame-system-rpc-runtime-api 33.0.0", "futures", "hex-literal", @@ -11806,7 +11806,7 @@ dependencies = [ "polkadot-parachain-primitives 13.0.0", "polkadot-primitives 14.0.0", "polkadot-rpc", - "polkadot-runtime-parachains 15.0.2", + "polkadot-runtime-parachains 15.0.3", "polkadot-statement-distribution", "rococo-runtime", "sc-authority-discovery", @@ -12144,7 +12144,7 @@ dependencies = [ "frame-executive 36.0.0", "frame-metadata-hash-extension 0.4.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "frame-system-benchmarking 36.0.0", "frame-system-rpc-runtime-api 33.0.0", "frame-try-runtime 0.42.0", @@ -12218,7 +12218,7 @@ dependencies = [ "frame-executive 36.0.0", "frame-metadata-hash-extension 0.4.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "frame-system-benchmarking 36.0.0", "frame-system-rpc-runtime-api 33.0.0", "frame-try-runtime 0.42.0", @@ -13098,7 +13098,7 @@ dependencies = [ "frame-executive 36.0.0", "frame-metadata-hash-extension 0.4.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "frame-system-benchmarking 36.0.0", "frame-system-rpc-runtime-api 33.0.0", "frame-try-runtime 0.42.0", @@ -13153,7 +13153,7 @@ dependencies = [ "polkadot-parachain-primitives 13.0.0", "polkadot-primitives 14.0.0", "polkadot-runtime-common 15.0.0", - "polkadot-runtime-parachains 15.0.2", + "polkadot-runtime-parachains 15.0.3", "rococo-runtime-constants", "scale-info", "serde", @@ -17066,7 +17066,7 @@ checksum = "cd00d586b0dac4f42736bdd0ad52213a891b240e011ea82b38938263dd821c25" dependencies = [ "cumulus-primitives-core 0.14.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "parity-scale-codec", "scale-info", "sp-runtime 38.0.0", @@ -17141,7 +17141,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "847fa2afe1bed2751eaabf7b91fa4043037947f17653d7cc59ea202cc44c6bb8" dependencies = [ "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "impl-trait-for-tuples", "log", "pallet-transaction-payment 36.0.0", @@ -18933,7 +18933,7 @@ dependencies = [ "frame-executive 36.0.0", "frame-metadata-hash-extension 0.4.0", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "frame-system-benchmarking 36.0.0", "frame-system-rpc-runtime-api 33.0.0", "frame-try-runtime 0.42.0", @@ -18994,7 +18994,7 @@ dependencies = [ "polkadot-parachain-primitives 13.0.0", "polkadot-primitives 14.0.0", "polkadot-runtime-common 15.0.0", - "polkadot-runtime-parachains 15.0.2", + "polkadot-runtime-parachains 15.0.3", "scale-info", "serde", "serde_derive", @@ -19450,7 +19450,7 @@ dependencies = [ "cumulus-primitives-parachain-inherent 0.14.0", "cumulus-test-relay-sproof-builder", "frame-support 36.0.0", - "frame-system 36.0.1", + "frame-system 36.1.0", "impl-trait-for-tuples", "lazy_static", "log", @@ -19461,7 +19461,7 @@ dependencies = [ "paste", "polkadot-parachain-primitives 13.0.0", "polkadot-primitives 14.0.0", - "polkadot-runtime-parachains 15.0.2", + "polkadot-runtime-parachains 15.0.3", "sp-arithmetic 26.0.0", "sp-core 34.0.0", "sp-crypto-hashing", diff --git a/Cargo.toml b/Cargo.toml index 33c22249..58c6d991 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -77,7 +77,7 @@ frame-benchmarking = { version = "36.0.0", default-features = false } frame-benchmarking-cli = "40.0.0" frame-executive = { version = "36.0.0", default-features = false } frame-support = { version = "36.0.0", default-features = false } -frame-system = { version = "36.0.1", default-features = false } +frame-system = { version = "36.1.0", default-features = false } frame-system-benchmarking = { version = "36.0.0", default-features = false } frame-system-rpc-runtime-api = { version = "33.0.0", default-features = false } frame-try-runtime = { version = "0.42.0", default-features = false } @@ -129,12 +129,12 @@ sp-version = { version = "36.0.0", default-features = false } pallet-xcm = { version = "15.0.0", default-features = false } polkadot-cli = "15.0.0" polkadot-parachain-primitives = { version = "13.0.0", default-features = false } -polkadot-runtime-parachains = { version = "15.0.2", default-features = false } +polkadot-runtime-parachains = { version = "15.0.3", default-features = false } polkadot-primitives = { version = "14.0.0", default-features = false } polkadot-runtime-common = { version = "15.0.0", default-features = false } rococo-runtime-constants = { version = "15.0.0", default-features = false } rococo-runtime = { version = "15.0.0", default-features = false } -xcm = { version = "14.0.2", package = "staging-xcm", default-features = false } +xcm = { version = "14.0.3", package = "staging-xcm", default-features = false } xcm-builder = { version = "15.0.0", package = "staging-xcm-builder", default-features = false } xcm-executor = { version = "15.0.0", package = "staging-xcm-executor", default-features = false } @@ -148,7 +148,7 @@ cumulus-pallet-xcm = { version = "0.15.0", default-features = false } cumulus-pallet-xcmp-queue = { version = "0.15.0", default-features = false } cumulus-primitives-aura = { version = "0.14.0", default-features = false } cumulus-primitives-core = { version = "0.14.0", default-features = false } -cumulus-primitives-storage-weight-reclaim = { version = "6.0.1", default-features = false } +cumulus-primitives-storage-weight-reclaim = { version = "6.0.2", default-features = false } cumulus-primitives-utility = { version = "0.15.0", default-features = false } emulated-integration-tests-common = { version = "11.0.0", default-features = false } pallet-collator-selection = { version = "17.0.0", default-features = false } diff --git a/runtime/devnet/Cargo.toml b/runtime/devnet/Cargo.toml index 929eeb4e..dd277c94 100644 --- a/runtime/devnet/Cargo.toml +++ b/runtime/devnet/Cargo.toml @@ -237,4 +237,4 @@ metadata-hash = ["substrate-wasm-builder/metadata-hash"] # A convenience feature for enabling things when doing a build # for an on-chain release. -on-chain-release-build = ["metadata-hash"] \ No newline at end of file +on-chain-release-build = ["metadata-hash"] diff --git a/runtime/testnet/Cargo.toml b/runtime/testnet/Cargo.toml index 332fbc61..d9dd45a7 100644 --- a/runtime/testnet/Cargo.toml +++ b/runtime/testnet/Cargo.toml @@ -107,6 +107,7 @@ std = [ "cumulus-primitives-utility/std", "frame-benchmarking/std", "frame-executive/std", + "frame-metadata-hash-extension/std", "frame-support/std", "frame-system-benchmarking/std", "frame-system-rpc-runtime-api/std", @@ -165,7 +166,6 @@ runtime-benchmarks = [ "cumulus-primitives-core/runtime-benchmarks", "cumulus-primitives-utility/runtime-benchmarks", "frame-benchmarking/runtime-benchmarks", - "frame-metadata-hash-extension/std", "frame-support/runtime-benchmarks", "frame-system-benchmarking/runtime-benchmarks", "frame-system/runtime-benchmarks", From 992fba887b633b97907e15e988e20ed4e577335c Mon Sep 17 00:00:00 2001 From: Peter White Date: Mon, 19 Aug 2024 11:30:23 -0600 Subject: [PATCH 90/95] chore(runtime): bump versions to 0.3.0 (#219) --- Cargo.lock | 2 +- runtime/testnet/Cargo.toml | 2 +- runtime/testnet/src/lib.rs | 6 +----- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 75109c58..d154cbe1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9616,7 +9616,7 @@ dependencies = [ [[package]] name = "pop-runtime-testnet" -version = "0.2.0" +version = "0.3.0" dependencies = [ "cumulus-pallet-aura-ext", "cumulus-pallet-parachain-system", diff --git a/runtime/testnet/Cargo.toml b/runtime/testnet/Cargo.toml index 3c584b37..70b155e5 100644 --- a/runtime/testnet/Cargo.toml +++ b/runtime/testnet/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pop-runtime-testnet" -version = "0.2.0" +version = "0.3.0" authors.workspace = true description.workspace = true license = "Unlicense" diff --git a/runtime/testnet/src/lib.rs b/runtime/testnet/src/lib.rs index 52104c43..f0e8b3a3 100644 --- a/runtime/testnet/src/lib.rs +++ b/runtime/testnet/src/lib.rs @@ -107,9 +107,6 @@ pub type SignedExtra = ( pub type UncheckedExtrinsic = generic::UncheckedExtrinsic; -/// Migrations to apply on runtime upgrade. -pub type Migrations = (pallet_collator_selection::migration::v2::MigrationToV2,); - /// Executive: handles dispatch to the various modules. pub type Executive = frame_executive::Executive< Runtime, @@ -117,7 +114,6 @@ pub type Executive = frame_executive::Executive< frame_system::ChainContext, Runtime, AllPalletsWithSystem, - Migrations, >; /// Handles converting a weight scalar to a fee value, based on the scale and granularity of the @@ -181,7 +177,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { impl_name: create_runtime_str!("pop"), authoring_version: 1, #[allow(clippy::zero_prefixed_literal)] - spec_version: 00_02_00, + spec_version: 00_03_00, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1, From c42114c5167159c6c6230df7c2ee3a37a0e9361e Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Tue, 20 Aug 2024 13:38:16 +0700 Subject: [PATCH 91/95] feat: add pov reclaim & xcm migration --- Cargo.lock | 1 + node/src/command.rs | 5 ++++- node/src/service.rs | 3 ++- runtime/devnet/Cargo.toml | 1 + runtime/devnet/src/lib.rs | 2 +- runtime/testnet/Cargo.toml | 2 ++ runtime/testnet/src/lib.rs | 14 ++++++++++++-- 7 files changed, 23 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b4fa0877..494f7c9f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12211,6 +12211,7 @@ dependencies = [ "cumulus-pallet-xcmp-queue 0.15.0", "cumulus-primitives-aura 0.14.0", "cumulus-primitives-core 0.14.0", + "cumulus-primitives-storage-weight-reclaim", "cumulus-primitives-utility 0.15.0", "enumflags2", "env_logger 0.11.5", diff --git a/node/src/command.rs b/node/src/command.rs index 7916072f..8e0b7bb9 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; @@ -265,7 +266,9 @@ pub fn run() -> Result<()> { BenchmarkCmd::Pallet(cmd) => { if cfg!(feature = "runtime-benchmarks") { runner.sync_run(|config| { - cmd.run_with_spec::, ()>(Some(config.chain_spec)) + cmd.run_with_spec::, ReclaimHostFunctions>(Some( + config.chain_spec, + )) }) } else { Err("Benchmarking wasn't enabled when building the node. \ diff --git a/node/src/service.rs b/node/src/service.rs index e3f4ce0c..3eceb62a 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 dd277c94..b04fb9e3 100644 --- a/runtime/devnet/Cargo.toml +++ b/runtime/devnet/Cargo.toml @@ -105,6 +105,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", diff --git a/runtime/devnet/src/lib.rs b/runtime/devnet/src/lib.rs index 2ae74255..d2f1ec13 100644 --- a/runtime/devnet/src/lib.rs +++ b/runtime/devnet/src/lib.rs @@ -420,7 +420,7 @@ impl cumulus_pallet_xcmp_queue::Config for Runtime { // Limit the number of messages and signals a HRML channel can have at most type MaxActiveOutboundChannels = ConstU32<128>; // Limit the number of HRML channels - type MaxPageSize = ConstU32<{ 1 << 16 }>; + type MaxPageSize = ConstU32<{ 103 * 1024 }>; } parameter_types! { diff --git a/runtime/testnet/Cargo.toml b/runtime/testnet/Cargo.toml index d9dd45a7..fd6a589b 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 @@ -104,6 +105,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", diff --git a/runtime/testnet/src/lib.rs b/runtime/testnet/src/lib.rs index e7bcc4c1..48801ebe 100644 --- a/runtime/testnet/src/lib.rs +++ b/runtime/testnet/src/lib.rs @@ -109,7 +109,12 @@ pub type UncheckedExtrinsic = generic::UncheckedExtrinsic; /// Migrations to apply on runtime upgrade. -pub type Migrations = (pallet_collator_selection::migration::v2::MigrationToV2,); +pub type Migrations = ( + pallet_collator_selection::migration::v2::MigrationToV2, + pallet_contracts::Migration, + cumulus_pallet_xcmp_queue::migration::v5::MigrateV4ToV5, + pallet_xcm::migration::MigrateToLatestXcmVersion, +); /// Executive: handles dispatch to the various modules. pub type Executive = frame_executive::Executive< @@ -423,7 +428,12 @@ impl cumulus_pallet_xcmp_queue::Config for Runtime { // Limit the number of messages and signals a HRML channel can have at most type MaxActiveOutboundChannels = ConstU32<128>; // Limit the number of HRML channels - type MaxPageSize = ConstU32<{ 1 << 16 }>; + type MaxPageSize = ConstU32<{ 103 * 1024 }>; +} + +impl cumulus_pallet_xcmp_queue::migration::v5::V5Config for Runtime { + // This must be the same as the `ChannelInfo` from the `Config`: + type ChannelList = ParachainSystem; } parameter_types! { From 3d849196c5660b8b26b06ca4d0ef902e09e6b68c Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Tue, 20 Aug 2024 18:13:11 +0700 Subject: [PATCH 92/95] fix: update heap size in the xcmp message queue --- runtime/devnet/src/lib.rs | 2 +- runtime/testnet/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/devnet/src/lib.rs b/runtime/devnet/src/lib.rs index d2f1ec13..91c60af6 100644 --- a/runtime/devnet/src/lib.rs +++ b/runtime/devnet/src/lib.rs @@ -398,7 +398,7 @@ impl pallet_message_queue::Config for Runtime { // The XCMP queue pallet is only ever able to handle the `Sibling(ParaId)` origin: type QueueChangeHandler = NarrowOriginToSibling; type QueuePausedQuery = NarrowOriginToSibling; - type HeapSize = sp_core::ConstU32<{ 64 * 1024 }>; + type HeapSize = sp_core::ConstU32<{ 103 * 1024 }>; type MaxStale = sp_core::ConstU32<8>; type ServiceWeight = MessageQueueServiceWeight; type IdleMaxServiceWeight = (); diff --git a/runtime/testnet/src/lib.rs b/runtime/testnet/src/lib.rs index 48801ebe..a77fd4d4 100644 --- a/runtime/testnet/src/lib.rs +++ b/runtime/testnet/src/lib.rs @@ -406,7 +406,7 @@ impl pallet_message_queue::Config for Runtime { // The XCMP queue pallet is only ever able to handle the `Sibling(ParaId)` origin: type QueueChangeHandler = NarrowOriginToSibling; type QueuePausedQuery = NarrowOriginToSibling; - type HeapSize = sp_core::ConstU32<{ 64 * 1024 }>; + type HeapSize = sp_core::ConstU32<{ 103 * 1024 }>; type MaxStale = sp_core::ConstU32<8>; type ServiceWeight = MessageQueueServiceWeight; type IdleMaxServiceWeight = (); From 83405b45e8190588872882668ef45cb40b78d8b0 Mon Sep 17 00:00:00 2001 From: Tin Chung <56880684+chungquantin@users.noreply.github.com> Date: Tue, 20 Aug 2024 21:36:08 +0700 Subject: [PATCH 93/95] fix: migrate integration tests from `paseo` to `polkadot` runtimes (#201) --- Cargo.lock | 6996 ++++++----------- Cargo.toml | 11 +- integration-tests/Cargo.toml | 7 +- .../src/chains/asset_hub_paseo/mod.rs | 5 +- integration-tests/src/chains/paseo/genesis.rs | 14 +- integration-tests/src/chains/paseo/mod.rs | 5 +- .../src/chains/pop_network/mod.rs | 3 +- integration-tests/src/lib.rs | 18 +- runtime/devnet/Cargo.toml | 2 +- 9 files changed, 2253 insertions(+), 4808 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 494f7c9f..9922a3f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -459,83 +459,89 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" [[package]] -name = "asset-hub-paseo-runtime" +name = "asset-hub-polkadot-runtime" version = "1.0.0" -source = "git+https://github.com/paseo-network/runtimes/?tag=v1.2.5-system-chains#2fa66a19eef96bd2c079385057fab2564d09b751" +source = "git+https://github.com/polkadot-fellows/runtimes#f42acab60edf4d6ded4d9e99b1a8fbacded85669" dependencies = [ "assets-common", - "bp-asset-hub-paseo", - "bp-bridge-hub-paseo", - "cumulus-pallet-aura-ext 0.8.0", - "cumulus-pallet-parachain-system 0.8.1", - "cumulus-pallet-session-benchmarking 10.0.0", - "cumulus-pallet-xcm 0.8.0", - "cumulus-pallet-xcmp-queue 0.8.0", - "cumulus-primitives-aura 0.8.0", - "cumulus-primitives-core 0.8.0", - "cumulus-primitives-utility 0.8.1", - "frame-benchmarking 29.0.0", - "frame-executive 29.0.0", - "frame-metadata-hash-extension 0.1.0", - "frame-support 29.0.2", - "frame-system 29.0.0", - "frame-system-benchmarking 29.0.0", - "frame-system-rpc-runtime-api 27.0.0", - "frame-try-runtime 0.35.0", + "bp-asset-hub-kusama", + "bp-asset-hub-polkadot", + "bp-bridge-hub-kusama", + "bp-bridge-hub-polkadot", + "collectives-polkadot-runtime-constants", + "cumulus-pallet-aura-ext", + "cumulus-pallet-parachain-system", + "cumulus-pallet-session-benchmarking", + "cumulus-pallet-xcm", + "cumulus-pallet-xcmp-queue", + "cumulus-primitives-aura", + "cumulus-primitives-core", + "cumulus-primitives-utility", + "frame-benchmarking", + "frame-executive", + "frame-metadata-hash-extension", + "frame-support", + "frame-system", + "frame-system-benchmarking", + "frame-system-rpc-runtime-api", + "frame-try-runtime", "hex-literal", + "kusama-runtime-constants", "log", - "pallet-asset-conversion 11.0.0", + "pallet-asset-conversion", "pallet-asset-conversion-tx-payment", - "pallet-assets 30.0.0", - "pallet-aura 28.0.0", - "pallet-authorship 29.0.0", - "pallet-balances 29.0.2", - "pallet-collator-selection 10.0.3", - "pallet-message-queue 32.0.0", - "pallet-multisig 29.0.0", - "pallet-nfts 23.0.0", - "pallet-nfts-runtime-api 15.0.0", - "pallet-proxy 29.0.0", - "pallet-session 29.0.0", - "pallet-timestamp 28.0.0", - "pallet-transaction-payment 29.0.2", - "pallet-transaction-payment-rpc-runtime-api 29.0.0", + "pallet-assets", + "pallet-aura", + "pallet-authorship", + "pallet-balances", + "pallet-collator-selection", + "pallet-message-queue", + "pallet-multisig", + "pallet-nfts", + "pallet-nfts-runtime-api", + "pallet-proxy", + "pallet-session", + "pallet-timestamp", + "pallet-transaction-payment", + "pallet-transaction-payment-rpc-runtime-api", "pallet-uniques", - "pallet-utility 29.0.0", - "pallet-vesting 29.0.0", - "pallet-xcm 8.0.5", - "pallet-xcm-benchmarks 8.0.2", - "pallet-xcm-bridge-hub-router 0.6.0", - "parachains-common 8.0.1", - "parity-scale-codec", - "paseo-runtime-constants", - "polkadot-core-primitives 8.0.0", - "polkadot-parachain-primitives 7.0.0", - "polkadot-runtime-common 8.0.3", + "pallet-utility", + "pallet-vesting", + "pallet-xcm", + "pallet-xcm-benchmarks", + "pallet-xcm-bridge-hub-router", + "parachains-common", + "parity-scale-codec", + "polkadot-core-primitives", + "polkadot-parachain-primitives", + "polkadot-runtime-common", + "polkadot-runtime-constants", "primitive-types", "scale-info", + "serde_json", "snowbridge-router-primitives", - "sp-api 27.0.1", - "sp-block-builder 27.0.0", - "sp-consensus-aura 0.33.0", - "sp-core 29.0.0", - "sp-genesis-builder 0.8.0", - "sp-inherents 27.0.0", - "sp-io 31.0.0", - "sp-offchain 27.0.0", - "sp-runtime 32.0.0", - "sp-session 28.0.0", + "sp-api", + "sp-block-builder", + "sp-consensus-aura", + "sp-core", + "sp-genesis-builder", + "sp-inherents", + "sp-io", + "sp-offchain", + "sp-runtime", + "sp-session", "sp-std", - "sp-storage 20.0.0", - "sp-transaction-pool 27.0.0", - "sp-version 30.0.0", - "sp-weights 28.0.0", - "staging-parachain-info 0.8.0", - "staging-xcm 8.0.1", - "staging-xcm-builder 8.0.3", - "staging-xcm-executor 8.0.2", - "substrate-wasm-builder 18.0.1", + "sp-storage", + "sp-transaction-pool", + "sp-version", + "sp-weights", + "staging-parachain-info", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", + "substrate-wasm-builder", "system-parachains-constants", + "xcm-runtime-apis", ] [[package]] @@ -544,53 +550,53 @@ version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ccc232efa79f7f180856e9bc8535dbb2d813b62418cda7bf154a713adb9ea36" dependencies = [ - "cumulus-pallet-parachain-system 0.15.0", - "cumulus-pallet-xcmp-queue 0.15.0", - "cumulus-primitives-core 0.14.0", - "frame-support 36.0.0", - "frame-system 36.1.0", - "pallet-assets 37.0.0", - "pallet-balances 37.0.0", - "pallet-collator-selection 17.0.0", - "pallet-session 36.0.0", - "pallet-timestamp 35.0.0", - "pallet-xcm 15.0.0", - "pallet-xcm-bridge-hub-router 0.13.0", - "parachains-common 15.0.0", + "cumulus-pallet-parachain-system", + "cumulus-pallet-xcmp-queue", + "cumulus-primitives-core", + "frame-support", + "frame-system", + "pallet-assets", + "pallet-balances", + "pallet-collator-selection", + "pallet-session", + "pallet-timestamp", + "pallet-xcm", + "pallet-xcm-bridge-hub-router", + "parachains-common", "parachains-runtimes-test-utils", "parity-scale-codec", - "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-io", + "sp-runtime", "sp-std", - "staging-parachain-info 0.15.0", - "staging-xcm 14.1.0", - "staging-xcm-builder 15.0.0", - "staging-xcm-executor 15.0.0", - "substrate-wasm-builder 23.0.0", + "staging-parachain-info", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", + "substrate-wasm-builder", ] [[package]] name = "assets-common" -version = "0.8.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65e90021d772c2dd82d45fd085e05a2cb5866464d4c7421ac6a8007733b350bb" +checksum = "d4e2360c96927aa33b3fef7190eabf2aa4129fe3505c11dfa860ada0f27fd1b1" dependencies = [ - "cumulus-primitives-core 0.8.0", - "frame-support 29.0.2", + "cumulus-primitives-core", + "frame-support", "impl-trait-for-tuples", "log", - "pallet-asset-conversion 11.0.0", - "pallet-xcm 8.0.5", - "parachains-common 8.0.1", + "pallet-asset-conversion", + "pallet-xcm", + "parachains-common", "parity-scale-codec", "scale-info", - "sp-api 27.0.1", - "sp-runtime 32.0.0", + "sp-api", + "sp-runtime", "sp-std", - "staging-xcm 8.0.1", - "staging-xcm-builder 8.0.3", - "staging-xcm-executor 8.0.2", - "substrate-wasm-builder 18.0.1", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", + "substrate-wasm-builder", ] [[package]] @@ -865,16 +871,6 @@ dependencies = [ "serde", ] -[[package]] -name = "binary-merkle-tree" -version = "14.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bf857f8f411164ce1af14a778626af96251de7a77837711efbc440807e7053f" -dependencies = [ - "hash-db", - "log", -] - [[package]] name = "binary-merkle-tree" version = "15.0.0" @@ -922,10 +918,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "93f2635620bf0b9d4576eb7bb9a38a55df78bd1205d26fa994b25911a69f212f" dependencies = [ "bitcoin_hashes 0.11.0", - "rand", - "rand_core 0.6.4", - "serde", - "unicode-normalization", ] [[package]] @@ -1106,66 +1098,84 @@ dependencies = [ ] [[package]] -name = "bp-asset-hub-paseo" +name = "bp-asset-hub-kusama" version = "1.0.0" -source = "git+https://github.com/paseo-network/runtimes/?tag=v1.2.5-system-chains#2fa66a19eef96bd2c079385057fab2564d09b751" +source = "git+https://github.com/polkadot-fellows/runtimes#f42acab60edf4d6ded4d9e99b1a8fbacded85669" dependencies = [ - "frame-support 29.0.2", + "bp-xcm-bridge-hub-router", + "frame-support", + "parity-scale-codec", + "scale-info", + "sp-std", + "staging-xcm", + "system-parachains-constants", +] + +[[package]] +name = "bp-asset-hub-polkadot" +version = "1.0.0" +source = "git+https://github.com/polkadot-fellows/runtimes#f42acab60edf4d6ded4d9e99b1a8fbacded85669" +dependencies = [ + "bp-xcm-bridge-hub-router", + "frame-support", + "parity-scale-codec", + "scale-info", "sp-std", - "staging-xcm 8.0.1", + "staging-xcm", "system-parachains-constants", ] [[package]] name = "bp-bridge-hub-cumulus" -version = "0.8.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e91ab68506081576066d3641d7794f63d96f3ca1eee0c059c2cc2174e55f638" +checksum = "d48cca10dce1c6d2914e48594f13add2da4a5b7c3ed54fd0fa324054dfb8569a" dependencies = [ - "bp-messages 0.8.0", - "bp-polkadot-core 0.8.0", - "bp-runtime 0.8.0", - "frame-support 29.0.2", - "frame-system 29.0.0", - "polkadot-primitives 8.0.1", - "sp-api 27.0.1", + "bp-messages", + "bp-polkadot-core", + "bp-runtime", + "frame-support", + "frame-system", + "polkadot-primitives", + "sp-api", "sp-std", ] [[package]] -name = "bp-bridge-hub-paseo" +name = "bp-bridge-hub-kusama" version = "1.0.0" -source = "git+https://github.com/paseo-network/runtimes/?tag=v1.2.5-system-chains#2fa66a19eef96bd2c079385057fab2564d09b751" +source = "git+https://github.com/polkadot-fellows/runtimes#f42acab60edf4d6ded4d9e99b1a8fbacded85669" dependencies = [ "bp-bridge-hub-cumulus", - "bp-messages 0.8.0", - "bp-runtime 0.8.0", - "frame-support 29.0.2", - "parity-scale-codec", - "scale-info", - "snowbridge-core", - "sp-api 27.0.1", - "sp-runtime 32.0.0", + "bp-messages", + "bp-runtime", + "frame-support", + "kusama-runtime-constants", + "polkadot-runtime-constants", + "sp-api", + "sp-runtime", "sp-std", - "staging-xcm 8.0.1", + "system-parachains-constants", ] [[package]] -name = "bp-header-chain" -version = "0.8.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c4d2c457d5e18a5dbfe47a2ecd01f95036930a4a7ac0f3e47c2843bb067331b" +name = "bp-bridge-hub-polkadot" +version = "1.0.0" +source = "git+https://github.com/polkadot-fellows/runtimes#f42acab60edf4d6ded4d9e99b1a8fbacded85669" dependencies = [ - "bp-runtime 0.8.0", - "finality-grandpa", - "frame-support 29.0.2", - "parity-scale-codec", - "scale-info", - "serde", - "sp-consensus-grandpa 14.0.0", - "sp-core 29.0.0", - "sp-runtime 32.0.0", + "bp-bridge-hub-cumulus", + "bp-messages", + "bp-polkadot-bulletin", + "bp-runtime", + "frame-support", + "kusama-runtime-constants", + "polkadot-runtime-constants", + "snowbridge-core", + "sp-api", + "sp-runtime", "sp-std", + "staging-xcm", + "system-parachains-constants", ] [[package]] @@ -1174,31 +1184,15 @@ version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "57cac4b71008e46d43e346476ed1be85cf7b505efacee17dad84d687344bf1b1" dependencies = [ - "bp-runtime 0.15.0", + "bp-runtime", "finality-grandpa", - "frame-support 36.0.0", - "parity-scale-codec", - "scale-info", - "serde", - "sp-consensus-grandpa 20.0.0", - "sp-core 34.0.0", - "sp-runtime 38.0.0", - "sp-std", -] - -[[package]] -name = "bp-messages" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf43a49ea13d4c2f141481b6cbff85a197c47fe6aec1f5af21e40b68e8fd02fd" -dependencies = [ - "bp-header-chain 0.8.2", - "bp-runtime 0.8.0", - "frame-support 29.0.2", + "frame-support", "parity-scale-codec", "scale-info", "serde", - "sp-core 29.0.0", + "sp-consensus-grandpa", + "sp-core", + "sp-runtime", "sp-std", ] @@ -1208,13 +1202,13 @@ version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f97eec00a98efeb052ac9fc9676d9fccf5acd19e3b18530f3d72af1a1faf21ec" dependencies = [ - "bp-header-chain 0.15.0", - "bp-runtime 0.15.0", - "frame-support 36.0.0", + "bp-header-chain", + "bp-runtime", + "frame-support", "parity-scale-codec", "scale-info", "serde", - "sp-core 34.0.0", + "sp-core", "sp-std", ] @@ -1224,34 +1218,34 @@ version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "60c0bde723a5daf39f4f02816483c9ac049818990b06858dff751736636a4ea2" dependencies = [ - "bp-header-chain 0.15.0", - "bp-polkadot-core 0.15.0", - "bp-runtime 0.15.0", - "frame-support 36.0.0", + "bp-header-chain", + "bp-polkadot-core", + "bp-runtime", + "frame-support", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-runtime 38.0.0", + "sp-core", + "sp-runtime", "sp-std", ] [[package]] -name = "bp-polkadot-core" -version = "0.8.0" +name = "bp-polkadot-bulletin" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b862e8dcccc9a3fafb58a1735bc205b7663d3335d7b3dd942503b98f28d6b067" +checksum = "dfb5b3cd885b40b52bf96e52ffbec92d0c435f7303fc11374ccfcfa5bebfbc4f" dependencies = [ - "bp-messages 0.8.0", - "bp-runtime 0.8.0", - "frame-support 29.0.2", - "frame-system 29.0.0", + "bp-header-chain", + "bp-messages", + "bp-polkadot-core", + "bp-runtime", + "frame-support", + "frame-system", "parity-scale-codec", - "parity-util-mem", "scale-info", - "serde", - "sp-core 29.0.0", - "sp-runtime 32.0.0", + "sp-api", + "sp-runtime", "sp-std", ] @@ -1261,16 +1255,16 @@ version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6ef2272823ecfee580c00f6542dfcab3ec7abdb00857af853429736847c3a2d9" dependencies = [ - "bp-messages 0.15.0", - "bp-runtime 0.15.0", - "frame-support 36.0.0", - "frame-system 36.1.0", + "bp-messages", + "bp-runtime", + "frame-support", + "frame-system", "parity-scale-codec", "parity-util-mem", "scale-info", "serde", - "sp-core 34.0.0", - "sp-runtime 38.0.0", + "sp-core", + "sp-runtime", "sp-std", ] @@ -1280,37 +1274,13 @@ version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5a589f5bb70baa4377a798823be752042aa6c220d51afc559716667e29b0203d" dependencies = [ - "bp-messages 0.15.0", - "bp-runtime 0.15.0", - "frame-support 36.0.0", - "parity-scale-codec", - "scale-info", - "sp-runtime 38.0.0", - "sp-std", -] - -[[package]] -name = "bp-runtime" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b29668fffbc3e4a7ad789b498424ed6d8a313f93544a090bbaaef8a1f7fd243" -dependencies = [ - "frame-support 29.0.2", - "frame-system 29.0.0", - "hash-db", - "impl-trait-for-tuples", - "log", - "num-traits", + "bp-messages", + "bp-runtime", + "frame-support", "parity-scale-codec", "scale-info", - "serde", - "sp-core 29.0.0", - "sp-io 31.0.0", - "sp-runtime 32.0.0", - "sp-state-machine 0.36.0", + "sp-runtime", "sp-std", - "sp-trie 30.0.0", - "trie-db 0.28.0", ] [[package]] @@ -1319,8 +1289,8 @@ version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "904644c23b437dde65741f3148067624ed0b4d8360f68adf9e92273aeb970814" dependencies = [ - "frame-support 36.0.0", - "frame-system 36.1.0", + "frame-support", + "frame-system", "hash-db", "impl-trait-for-tuples", "log", @@ -1328,13 +1298,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.0", - "sp-state-machine 0.42.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-state-machine", "sp-std", - "sp-trie 36.0.0", - "trie-db 0.29.1", + "sp-trie", + "trie-db", ] [[package]] @@ -1343,19 +1313,19 @@ version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "85062410c8f85ba074f04d843c59f39c7fcb64b83f2ece5bd4379f8c34a4bf15" dependencies = [ - "bp-header-chain 0.15.0", + "bp-header-chain", "bp-parachains", - "bp-polkadot-core 0.15.0", - "bp-runtime 0.15.0", + "bp-polkadot-core", + "bp-runtime", "ed25519-dalek", "finality-grandpa", "parity-scale-codec", - "sp-application-crypto 37.0.0", - "sp-consensus-grandpa 20.0.0", - "sp-core 34.0.0", - "sp-runtime 38.0.0", + "sp-application-crypto", + "sp-consensus-grandpa", + "sp-core", + "sp-runtime", "sp-std", - "sp-trie 36.0.0", + "sp-trie", ] [[package]] @@ -1367,18 +1337,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "bp-xcm-bridge-hub-router" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86ff4abe93be7bc1663adc41817b1aa3476fbec953ce361537419924310d5dd4" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-core 29.0.0", - "sp-runtime 32.0.0", -] - [[package]] name = "bp-xcm-bridge-hub-router" version = "0.13.0" @@ -1387,8 +1345,8 @@ checksum = "b7dae4d1ec894ee920195dd39070b279ef3c1d4d078c3fcf7336c93a1d502a9d" dependencies = [ "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-runtime 38.0.0", + "sp-core", + "sp-runtime", ] [[package]] @@ -1397,34 +1355,34 @@ version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "639591635551f94b6e310852430b669495bd99cfd2af20b00a00f6cc7169e70d" dependencies = [ - "bp-header-chain 0.15.0", - "bp-messages 0.15.0", + "bp-header-chain", + "bp-messages", "bp-parachains", - "bp-polkadot-core 0.15.0", + "bp-polkadot-core", "bp-relayers", - "bp-runtime 0.15.0", + "bp-runtime", "bp-xcm-bridge-hub", - "bp-xcm-bridge-hub-router 0.13.0", - "frame-support 36.0.0", - "frame-system 36.1.0", + "bp-xcm-bridge-hub-router", + "frame-support", + "frame-system", "hash-db", "log", "pallet-bridge-grandpa", "pallet-bridge-messages", "pallet-bridge-parachains", "pallet-bridge-relayers", - "pallet-transaction-payment 36.0.0", - "pallet-utility 36.0.0", + "pallet-transaction-payment", + "pallet-utility", "parity-scale-codec", "scale-info", - "sp-api 33.0.0", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-api", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", - "sp-trie 36.0.0", - "staging-xcm 14.1.0", - "staging-xcm-builder 15.0.0", + "sp-trie", + "staging-xcm", + "staging-xcm-builder", "tuplex", ] @@ -1682,15 +1640,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "ckb-merkle-mountain-range" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56ccb671c5921be8a84686e6212ca184cb1d7c51cadcdbfcbd1cc3f042f5dfb8" -dependencies = [ - "cfg-if", -] - [[package]] name = "clang-sys" version = "1.8.1" @@ -1764,6 +1713,11 @@ dependencies = [ "unicode-width", ] +[[package]] +name = "collectives-polkadot-runtime-constants" +version = "1.0.0" +source = "git+https://github.com/polkadot-fellows/runtimes#f42acab60edf4d6ded4d9e99b1a8fbacded85669" + [[package]] name = "color-print" version = "0.3.6" @@ -2112,7 +2066,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" dependencies = [ "generic-array 0.14.7", - "rand_core 0.6.4", + "rand_core", "subtle 2.5.0", "zeroize", ] @@ -2124,7 +2078,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" dependencies = [ "generic-array 0.14.7", - "rand_core 0.6.4", + "rand_core", "typenum", ] @@ -2148,16 +2102,6 @@ dependencies = [ "subtle 2.5.0", ] -[[package]] -name = "crypto-mac" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25fab6889090c8133f3deb8f73ba3c65a7f456f66436fc012a1b1e272b1e103e" -dependencies = [ - "generic-array 0.14.7", - "subtle 2.5.0", -] - [[package]] name = "ctr" version = "0.9.2" @@ -2180,8 +2124,8 @@ dependencies = [ "sc-client-api", "sc-service", "sp-blockchain", - "sp-core 34.0.0", - "sp-runtime 38.0.0", + "sp-core", + "sp-runtime", "url", ] @@ -2193,19 +2137,19 @@ checksum = "2311f438161902135ff57db8a81ed3c701e33fd4bccbcc72e785f1efc73e1df3" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", - "cumulus-primitives-core 0.14.0", + "cumulus-primitives-core", "futures", "parity-scale-codec", "parking_lot 0.12.3", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 14.0.0", + "polkadot-primitives", "sc-client-api", - "sp-api 33.0.0", + "sp-api", "sp-consensus", - "sp-core 34.0.0", - "sp-runtime 38.0.0", + "sp-core", + "sp-runtime", "tracing", ] @@ -2220,8 +2164,8 @@ dependencies = [ "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-parachain-inherent", - "cumulus-primitives-aura 0.14.0", - "cumulus-primitives-core 0.14.0", + "cumulus-primitives-aura", + "cumulus-primitives-core", "cumulus-relay-chain-interface", "futures", "parity-scale-codec", @@ -2229,7 +2173,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 14.0.0", + "polkadot-primitives", "sc-client-api", "sc-consensus", "sc-consensus-aura", @@ -2237,18 +2181,18 @@ dependencies = [ "sc-consensus-slots", "sc-telemetry", "schnellru", - "sp-api 33.0.0", - "sp-application-crypto 37.0.0", - "sp-block-builder 33.0.0", + "sp-api", + "sp-application-crypto", + "sp-block-builder", "sp-blockchain", "sp-consensus", - "sp-consensus-aura 0.39.0", - "sp-core 34.0.0", - "sp-inherents 33.0.0", - "sp-keystore 0.40.0", - "sp-runtime 38.0.0", - "sp-state-machine 0.42.0", - "sp-timestamp 33.0.0", + "sp-consensus-aura", + "sp-core", + "sp-inherents", + "sp-keystore", + "sp-runtime", + "sp-state-machine", + "sp-timestamp", "substrate-prometheus-endpoint", "tracing", ] @@ -2261,25 +2205,25 @@ checksum = "83b4de5c24c4304b509dffccb95218f22c2ef619a91aee85a3d9523b63347be2" dependencies = [ "async-trait", "cumulus-client-pov-recovery", - "cumulus-primitives-core 0.14.0", + "cumulus-primitives-core", "cumulus-relay-chain-interface", "dyn-clone", "futures", "log", "parity-scale-codec", - "polkadot-primitives 14.0.0", + "polkadot-primitives", "sc-client-api", "sc-consensus", "sc-consensus-babe", "schnellru", "sp-blockchain", "sp-consensus", - "sp-consensus-slots 0.39.0", - "sp-core 34.0.0", - "sp-runtime 38.0.0", - "sp-timestamp 33.0.0", - "sp-trie 36.0.0", - "sp-version 36.0.0", + "sp-consensus-slots", + "sp-core", + "sp-runtime", + "sp-timestamp", + "sp-trie", + "sp-version", "substrate-prometheus-endpoint", "tracing", ] @@ -2292,11 +2236,11 @@ checksum = "56e980b3e5c05415eaa4ac07f398bc8e74666811f3112f19a654ccb3a948018e" dependencies = [ "anyhow", "async-trait", - "cumulus-primitives-parachain-inherent 0.14.0", + "cumulus-primitives-parachain-inherent", "sp-consensus", - "sp-inherents 33.0.0", - "sp-runtime 38.0.0", - "sp-state-machine 0.42.0", + "sp-inherents", + "sp-runtime", + "sp-state-machine", "thiserror", ] @@ -2314,16 +2258,16 @@ dependencies = [ "parking_lot 0.12.3", "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-parachain-primitives 13.0.0", - "polkadot-primitives 14.0.0", + "polkadot-parachain-primitives", + "polkadot-primitives", "sc-client-api", - "sp-api 33.0.0", + "sp-api", "sp-blockchain", "sp-consensus", - "sp-core 34.0.0", - "sp-runtime 38.0.0", - "sp-state-machine 0.42.0", - "sp-version 36.0.0", + "sp-core", + "sp-runtime", + "sp-state-machine", + "sp-version", "tracing", ] @@ -2334,21 +2278,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e99367f72d7bce6d8996eb397d265290e4a982fbbc4b0fd7659e57a2ad5b6b7b" dependencies = [ "async-trait", - "cumulus-primitives-core 0.14.0", - "cumulus-primitives-parachain-inherent 0.14.0", + "cumulus-primitives-core", + "cumulus-primitives-parachain-inherent", "cumulus-relay-chain-interface", "cumulus-test-relay-sproof-builder", "parity-scale-codec", "sc-client-api", "scale-info", - "sp-api 33.0.0", + "sp-api", "sp-crypto-hashing", - "sp-inherents 33.0.0", - "sp-runtime 38.0.0", - "sp-state-machine 0.42.0", + "sp-inherents", + "sp-runtime", + "sp-state-machine", "sp-std", - "sp-storage 21.0.0", - "sp-trie 36.0.0", + "sp-storage", + "sp-trie", "tracing", ] @@ -2359,7 +2303,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "21e3bd944ef351edb61fdaca5bf6d9a964d7c7571bd0b0236ea51f167bec9b6f" dependencies = [ "async-trait", - "cumulus-primitives-core 0.14.0", + "cumulus-primitives-core", "cumulus-relay-chain-interface", "futures", "futures-timer", @@ -2367,15 +2311,15 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 14.0.0", + "polkadot-primitives", "rand", "sc-client-api", "sc-consensus", - "sp-api 33.0.0", + "sp-api", "sp-consensus", "sp-maybe-compressed-blob", - "sp-runtime 38.0.0", - "sp-version 36.0.0", + "sp-runtime", + "sp-version", "tracing", ] @@ -2390,13 +2334,13 @@ dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", "cumulus-client-pov-recovery", - "cumulus-primitives-core 0.14.0", - "cumulus-primitives-proof-size-hostfunction 0.9.0", + "cumulus-primitives-core", + "cumulus-primitives-proof-size-hostfunction", "cumulus-relay-chain-inprocess-interface", "cumulus-relay-chain-interface", "cumulus-relay-chain-minimal-node", "futures", - "polkadot-primitives 14.0.0", + "polkadot-primitives", "sc-client-api", "sc-consensus", "sc-network", @@ -2408,32 +2352,13 @@ dependencies = [ "sc-telemetry", "sc-transaction-pool", "sc-utils", - "sp-api 33.0.0", + "sp-api", "sp-blockchain", "sp-consensus", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.0", - "sp-transaction-pool 33.0.0", -] - -[[package]] -name = "cumulus-pallet-aura-ext" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e8e78b18548ae3454bc8a46e2bc2e3f521ea547844cbaecc9344d4741f4b1ef" -dependencies = [ - "cumulus-pallet-parachain-system 0.8.1", - "frame-support 29.0.2", - "frame-system 29.0.0", - "pallet-aura 28.0.0", - "pallet-timestamp 28.0.0", - "parity-scale-codec", - "scale-info", - "sp-application-crypto 31.0.0", - "sp-consensus-aura 0.33.0", - "sp-runtime 32.0.0", - "sp-std", + "sp-core", + "sp-io", + "sp-runtime", + "sp-transaction-pool", ] [[package]] @@ -2442,55 +2367,19 @@ version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c5e8af48090936c45483d489ee681acb54277763586b53fa3dbd17173aa474fc" dependencies = [ - "cumulus-pallet-parachain-system 0.15.0", - "frame-support 36.0.0", - "frame-system 36.1.0", - "pallet-aura 35.0.0", - "pallet-timestamp 35.0.0", + "cumulus-pallet-parachain-system", + "frame-support", + "frame-system", + "pallet-aura", + "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-application-crypto 37.0.0", - "sp-consensus-aura 0.39.0", - "sp-runtime 38.0.0", + "sp-application-crypto", + "sp-consensus-aura", + "sp-runtime", "sp-std", ] -[[package]] -name = "cumulus-pallet-parachain-system" -version = "0.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a215fe4d66d23e8f3956bd21b9d80d2b33239f3b150b36d56fa238cfc9421a5" -dependencies = [ - "bytes", - "cumulus-pallet-parachain-system-proc-macro", - "cumulus-primitives-core 0.8.0", - "cumulus-primitives-parachain-inherent 0.8.0", - "cumulus-primitives-proof-size-hostfunction 0.3.0", - "environmental", - "frame-benchmarking 29.0.0", - "frame-support 29.0.2", - "frame-system 29.0.0", - "impl-trait-for-tuples", - "log", - "pallet-message-queue 32.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 7.0.0", - "polkadot-runtime-common 8.0.3", - "polkadot-runtime-parachains 8.0.3", - "scale-info", - "sp-core 29.0.0", - "sp-externalities 0.26.0", - "sp-inherents 27.0.0", - "sp-io 31.0.0", - "sp-runtime 32.0.0", - "sp-state-machine 0.36.0", - "sp-std", - "sp-trie 30.0.0", - "sp-version 30.0.0", - "staging-xcm 8.0.1", - "trie-db 0.28.0", -] - [[package]] name = "cumulus-pallet-parachain-system" version = "0.15.0" @@ -2499,33 +2388,33 @@ checksum = "300d5509bd8ac95bafe158fa475278315175a4eb0422c2cd82e08e8b9dde035c" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", - "cumulus-primitives-core 0.14.0", - "cumulus-primitives-parachain-inherent 0.14.0", - "cumulus-primitives-proof-size-hostfunction 0.9.0", + "cumulus-primitives-core", + "cumulus-primitives-parachain-inherent", + "cumulus-primitives-proof-size-hostfunction", "environmental", - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", + "frame-benchmarking", + "frame-support", + "frame-system", "impl-trait-for-tuples", "log", - "pallet-message-queue 39.0.0", + "pallet-message-queue", "parity-scale-codec", - "polkadot-parachain-primitives 13.0.0", - "polkadot-runtime-common 15.0.0", - "polkadot-runtime-parachains 15.0.3", + "polkadot-parachain-primitives", + "polkadot-runtime-common", + "polkadot-runtime-parachains", "scale-info", - "sp-core 34.0.0", - "sp-externalities 0.29.0", - "sp-inherents 33.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.0", - "sp-state-machine 0.42.0", + "sp-core", + "sp-externalities", + "sp-inherents", + "sp-io", + "sp-runtime", + "sp-state-machine", "sp-std", - "sp-trie 36.0.0", - "sp-version 36.0.0", - "staging-xcm 14.1.0", - "staging-xcm-builder 15.0.0", - "trie-db 0.29.1", + "sp-trie", + "sp-version", + "staging-xcm", + "staging-xcm-builder", + "trie-db", ] [[package]] @@ -2540,51 +2429,19 @@ dependencies = [ "syn 2.0.66", ] -[[package]] -name = "cumulus-pallet-session-benchmarking" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f3259f743f70f39baa3abf2d9d8de864e18120465f8731b99bef039a3bf9329" -dependencies = [ - "frame-benchmarking 29.0.0", - "frame-support 29.0.2", - "frame-system 29.0.0", - "pallet-session 29.0.0", - "parity-scale-codec", - "sp-runtime 32.0.0", - "sp-std", -] - [[package]] name = "cumulus-pallet-session-benchmarking" version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "506daacefa861aa2909b64f26e76495ce029227fd8355b97e074cc1d5dc54ab2" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", - "pallet-session 36.0.0", - "parity-scale-codec", - "sp-runtime 38.0.0", - "sp-std", -] - -[[package]] -name = "cumulus-pallet-xcm" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e802291060763f8d1176bf808da97aafe5afe7351f62bb093c317c1d35c5cee" -dependencies = [ - "cumulus-primitives-core 0.8.0", - "frame-support 29.0.2", - "frame-system 29.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", + "pallet-session", "parity-scale-codec", - "scale-info", - "sp-io 31.0.0", - "sp-runtime 32.0.0", + "sp-runtime", "sp-std", - "staging-xcm 8.0.1", ] [[package]] @@ -2593,41 +2450,15 @@ version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8d5224285f60e5159bab549f458079d606a7f95ef779def8b89f1a244dc7cf81" dependencies = [ - "cumulus-primitives-core 0.14.0", - "frame-support 36.0.0", - "frame-system 36.1.0", - "parity-scale-codec", - "scale-info", - "sp-io 37.0.0", - "sp-runtime 38.0.0", - "sp-std", - "staging-xcm 14.1.0", -] - -[[package]] -name = "cumulus-pallet-xcmp-queue" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fa22d6e479a4d3a2790bab291269ba0917a1ac384255a54a2ebc3f7c37e505e" -dependencies = [ - "bounded-collections 0.2.0", - "bp-xcm-bridge-hub-router 0.7.0", - "cumulus-primitives-core 0.8.0", - "frame-benchmarking 29.0.0", - "frame-support 29.0.2", - "frame-system 29.0.0", - "log", - "pallet-message-queue 32.0.0", + "cumulus-primitives-core", + "frame-support", + "frame-system", "parity-scale-codec", - "polkadot-runtime-common 8.0.3", - "polkadot-runtime-parachains 8.0.3", "scale-info", - "sp-core 29.0.0", - "sp-io 31.0.0", - "sp-runtime 32.0.0", + "sp-io", + "sp-runtime", "sp-std", - "staging-xcm 8.0.1", - "staging-xcm-executor 8.0.2", + "staging-xcm", ] [[package]] @@ -2637,39 +2468,24 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0adf5409618b21e754fef0ac70f257878d22d61c48fdeefcab666835dcb8e0f0" dependencies = [ "bounded-collections 0.2.0", - "bp-xcm-bridge-hub-router 0.13.0", - "cumulus-primitives-core 0.14.0", - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", + "bp-xcm-bridge-hub-router", + "cumulus-primitives-core", + "frame-benchmarking", + "frame-support", + "frame-system", "log", - "pallet-message-queue 39.0.0", + "pallet-message-queue", "parity-scale-codec", - "polkadot-runtime-common 15.0.0", - "polkadot-runtime-parachains 15.0.3", + "polkadot-runtime-common", + "polkadot-runtime-parachains", "scale-info", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.0", - "sp-std", - "staging-xcm 14.1.0", - "staging-xcm-builder 15.0.0", - "staging-xcm-executor 15.0.0", -] - -[[package]] -name = "cumulus-primitives-aura" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f07d6177692154043d7ddcc0b87ca5365ae8e4d94b90d9931f6b2f76e162f09" -dependencies = [ - "parity-scale-codec", - "polkadot-core-primitives 8.0.0", - "polkadot-primitives 8.0.1", - "sp-api 27.0.1", - "sp-consensus-aura 0.33.0", - "sp-runtime 32.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", ] [[package]] @@ -2679,30 +2495,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3e7977947ad43a4cbc532ca33abcde136ae3deffdc7168b2ae253d73ccd371e4" dependencies = [ "parity-scale-codec", - "polkadot-core-primitives 14.0.0", - "polkadot-primitives 14.0.0", - "sp-api 33.0.0", - "sp-consensus-aura 0.39.0", - "sp-runtime 38.0.0", - "sp-std", -] - -[[package]] -name = "cumulus-primitives-core" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9df07f6825fd50ea30aae335e43dc1a615a05de7465f5f329b9e414f2c886a12" -dependencies = [ - "parity-scale-codec", - "polkadot-core-primitives 8.0.0", - "polkadot-parachain-primitives 7.0.0", - "polkadot-primitives 8.0.1", - "scale-info", - "sp-api 27.0.1", - "sp-runtime 32.0.0", + "polkadot-core-primitives", + "polkadot-primitives", + "sp-api", + "sp-consensus-aura", + "sp-runtime", "sp-std", - "sp-trie 30.0.0", - "staging-xcm 8.0.1", ] [[package]] @@ -2712,31 +2510,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "751e64b89a839d5cfabebc1c797936e5eee791d0fa2322d91e86f8440a743ddb" dependencies = [ "parity-scale-codec", - "polkadot-core-primitives 14.0.0", - "polkadot-parachain-primitives 13.0.0", - "polkadot-primitives 14.0.0", - "scale-info", - "sp-api 33.0.0", - "sp-runtime 38.0.0", - "sp-std", - "sp-trie 36.0.0", - "staging-xcm 14.1.0", -] - -[[package]] -name = "cumulus-primitives-parachain-inherent" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38ad140a065a6b8001fb26ec42b91391e90fde120f5b4e57986698249a9b98c8" -dependencies = [ - "async-trait", - "cumulus-primitives-core 0.8.0", - "parity-scale-codec", + "polkadot-core-primitives", + "polkadot-parachain-primitives", + "polkadot-primitives", "scale-info", - "sp-core 29.0.0", - "sp-inherents 27.0.0", + "sp-api", + "sp-runtime", "sp-std", - "sp-trie 30.0.0", + "sp-trie", + "staging-xcm", ] [[package]] @@ -2746,26 +2528,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "df521e13b48278b86d02c61d6e44036d6d263deb5aaec4838b1751da8988d3d2" dependencies = [ "async-trait", - "cumulus-primitives-core 0.14.0", + "cumulus-primitives-core", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-inherents 33.0.0", - "sp-runtime 38.0.0", - "sp-state-machine 0.42.0", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-state-machine", "sp-std", - "sp-trie 36.0.0", -] - -[[package]] -name = "cumulus-primitives-proof-size-hostfunction" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1b74f9141190b9f4bf96a947ade46da64097b77f1ebfa8d611c81724250e119" -dependencies = [ - "sp-externalities 0.26.0", - "sp-runtime-interface 25.0.0", - "sp-trie 30.0.0", + "sp-trie", ] [[package]] @@ -2774,9 +2545,9 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9f973d2a7262c90e48dcd42062bcb1e0fbf48bbcdac4ea6df3d85212d8d8be5d" dependencies = [ - "sp-externalities 0.29.0", - "sp-runtime-interface 28.0.0", - "sp-trie 36.0.0", + "sp-externalities", + "sp-runtime-interface", + "sp-trie", ] [[package]] @@ -2785,37 +2556,16 @@ version = "6.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "29a7e13063f593f21534a7b64c96f311c40cd4d3c72649e0bd063a34506fdd70" dependencies = [ - "cumulus-primitives-core 0.14.0", - "cumulus-primitives-proof-size-hostfunction 0.9.0", + "cumulus-primitives-core", + "cumulus-primitives-proof-size-hostfunction", "docify", - "frame-support 36.0.0", - "frame-system 36.1.0", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-runtime 38.0.0", - "sp-std", -] - -[[package]] -name = "cumulus-primitives-utility" -version = "0.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e65466e56d642f979b556d098a03755ae51972fff5fa0f9b1cdcfdb3df062ea3" -dependencies = [ - "cumulus-primitives-core 0.8.0", - "frame-support 29.0.2", - "log", - "pallet-asset-conversion 11.0.0", - "parity-scale-codec", - "polkadot-runtime-common 8.0.3", - "polkadot-runtime-parachains 8.0.3", - "sp-io 31.0.0", - "sp-runtime 32.0.0", + "sp-runtime", "sp-std", - "staging-xcm 8.0.1", - "staging-xcm-builder 8.0.3", - "staging-xcm-executor 8.0.2", ] [[package]] @@ -2824,19 +2574,19 @@ version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "05742c520065e3870d419683113ed7f6d35de66f0c80af6828e7878d1bb0ea94" dependencies = [ - "cumulus-primitives-core 0.14.0", - "frame-support 36.0.0", + "cumulus-primitives-core", + "frame-support", "log", - "pallet-asset-conversion 18.0.0", + "pallet-asset-conversion", "parity-scale-codec", - "polkadot-runtime-common 15.0.0", - "polkadot-runtime-parachains 15.0.3", - "sp-io 37.0.0", - "sp-runtime 38.0.0", + "polkadot-runtime-common", + "polkadot-runtime-parachains", + "sp-io", + "sp-runtime", "sp-std", - "staging-xcm 14.1.0", - "staging-xcm-builder 15.0.0", - "staging-xcm-executor 15.0.0", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", ] [[package]] @@ -2846,7 +2596,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "511675c9780fe8396e2b0c3ca8a04ff0ddc57d837fd9fe4086cb9aac1b107523" dependencies = [ "async-trait", - "cumulus-primitives-core 0.14.0", + "cumulus-primitives-core", "cumulus-relay-chain-interface", "futures", "futures-timer", @@ -2857,11 +2607,11 @@ dependencies = [ "sc-sysinfo", "sc-telemetry", "sc-tracing", - "sp-api 33.0.0", + "sp-api", "sp-consensus", - "sp-core 34.0.0", - "sp-runtime 38.0.0", - "sp-state-machine 0.42.0", + "sp-core", + "sp-runtime", + "sp-state-machine", ] [[package]] @@ -2871,16 +2621,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "36abc0a30972529fad05c4fae9f6866ec6c3edfaf2e20977219c94a807d96ffa" dependencies = [ "async-trait", - "cumulus-primitives-core 0.14.0", + "cumulus-primitives-core", "futures", "jsonrpsee-core", "parity-scale-codec", "polkadot-overseer", "sc-client-api", - "sp-api 33.0.0", + "sp-api", "sp-blockchain", - "sp-state-machine 0.42.0", - "sp-version 36.0.0", + "sp-state-machine", + "sp-version", "thiserror", ] @@ -2892,14 +2642,14 @@ checksum = "b39ec9de6ed195263af022094d63689fc6a914f48f70d74eb3fed8ee48973ea3" dependencies = [ "array-bytes", "async-trait", - "cumulus-primitives-core 0.14.0", + "cumulus-primitives-core", "cumulus-relay-chain-interface", "cumulus-relay-chain-rpc-interface", "futures", "parking_lot 0.12.3", "polkadot-availability-recovery", "polkadot-collator-protocol", - "polkadot-core-primitives 14.0.0", + "polkadot-core-primitives", "polkadot-network-bridge", "polkadot-node-collation-generation", "polkadot-node-core-chain-api", @@ -2908,7 +2658,7 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 14.0.0", + "polkadot-primitives", "polkadot-service", "sc-authority-discovery", "sc-client-api", @@ -2917,11 +2667,11 @@ dependencies = [ "sc-service", "sc-tracing", "sc-utils", - "sp-api 33.0.0", + "sp-api", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.39.0", - "sp-runtime 38.0.0", + "sp-consensus-babe", + "sp-runtime", "substrate-prometheus-endpoint", "tokio", "tracing", @@ -2934,7 +2684,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b22c43792fa5d56a2360bcdbdc58c47aafa23688072d2b6e61844864e69a15c8" dependencies = [ "async-trait", - "cumulus-primitives-core 0.14.0", + "cumulus-primitives-core", "cumulus-relay-chain-interface", "either", "futures", @@ -2952,14 +2702,14 @@ dependencies = [ "serde_json", "smoldot", "smoldot-light", - "sp-api 33.0.0", - "sp-authority-discovery 33.0.0", - "sp-consensus-babe 0.39.0", - "sp-core 34.0.0", - "sp-runtime 38.0.0", - "sp-state-machine 0.42.0", - "sp-storage 21.0.0", - "sp-version 36.0.0", + "sp-api", + "sp-authority-discovery", + "sp-consensus-babe", + "sp-core", + "sp-runtime", + "sp-state-machine", + "sp-storage", + "sp-version", "thiserror", "tokio", "tokio-util", @@ -2973,26 +2723,13 @@ version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e1f4ab9d64a581d4a5431f2554f4602a4208c5e28b30be01af386e24d8447599" dependencies = [ - "cumulus-primitives-core 0.14.0", + "cumulus-primitives-core", "parity-scale-codec", - "polkadot-primitives 14.0.0", - "sp-runtime 38.0.0", - "sp-state-machine 0.42.0", + "polkadot-primitives", + "sp-runtime", + "sp-state-machine", "sp-std", - "sp-trie 36.0.0", -] - -[[package]] -name = "curve25519-dalek" -version = "3.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61" -dependencies = [ - "byteorder", - "digest 0.9.0", - "rand_core 0.5.1", - "subtle 2.5.0", - "zeroize", + "sp-trie", ] [[package]] @@ -3031,7 +2768,7 @@ checksum = "1c359b7249347e46fb28804470d071c921156ad62b3eef5d34e2ba867533dec8" dependencies = [ "byteorder", "digest 0.9.0", - "rand_core 0.6.4", + "rand_core", "subtle-ng", "zeroize", ] @@ -3404,40 +3141,26 @@ version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871" dependencies = [ - "curve25519-dalek 4.1.2", + "curve25519-dalek", "ed25519", - "rand_core 0.6.4", + "rand_core", "serde", "sha2 0.10.8", "subtle 2.5.0", "zeroize", ] -[[package]] -name = "ed25519-zebra" -version = "3.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c24f403d068ad0b359e577a77f92392118be3f3c927538f2bb544a5ecd828c6" -dependencies = [ - "curve25519-dalek 3.2.0", - "hashbrown 0.12.3", - "hex", - "rand_core 0.6.4", - "sha2 0.9.9", - "zeroize", -] - [[package]] name = "ed25519-zebra" version = "4.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7d9ce6874da5d4415896cd45ffbc4d1cfc0c4f9c079427bd870742c30f2f65a9" dependencies = [ - "curve25519-dalek 4.1.2", + "curve25519-dalek", "ed25519", "hashbrown 0.14.5", "hex", - "rand_core 0.6.4", + "rand_core", "sha2 0.10.8", "zeroize", ] @@ -3461,7 +3184,7 @@ dependencies = [ "generic-array 0.14.7", "group", "pkcs8", - "rand_core 0.6.4", + "rand_core", "sec1", "serdect", "subtle 2.5.0", @@ -3475,30 +3198,30 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "aef7c980b99bb2e4edfc9535d4096c1d0b5c8e3b52aab38a497a79563e6005f7" dependencies = [ "asset-test-utils", - "bp-messages 0.15.0", + "bp-messages", "bridge-runtime-common", - "cumulus-pallet-parachain-system 0.15.0", - "cumulus-pallet-xcmp-queue 0.15.0", - "cumulus-primitives-core 0.14.0", - "frame-support 36.0.0", - "pallet-assets 37.0.0", - "pallet-balances 37.0.0", + "cumulus-pallet-parachain-system", + "cumulus-pallet-xcmp-queue", + "cumulus-primitives-core", + "frame-support", + "pallet-assets", + "pallet-balances", "pallet-bridge-messages", - "pallet-message-queue 39.0.0", - "pallet-xcm 15.0.0", - "parachains-common 15.0.0", + "pallet-message-queue", + "pallet-xcm", + "parachains-common", "parity-scale-codec", "paste", - "polkadot-parachain-primitives 13.0.0", - "polkadot-primitives 14.0.0", - "polkadot-runtime-parachains 15.0.3", + "polkadot-parachain-primitives", + "polkadot-primitives", + "polkadot-runtime-parachains", "sc-consensus-grandpa", - "sp-authority-discovery 33.0.0", - "sp-consensus-babe 0.39.0", - "sp-consensus-beefy 20.0.0", - "sp-core 34.0.0", - "sp-runtime 38.0.0", - "staging-xcm 14.1.0", + "sp-authority-discovery", + "sp-consensus-babe", + "sp-consensus-beefy", + "sp-core", + "sp-runtime", + "staging-xcm", "xcm-emulator", ] @@ -3791,7 +3514,7 @@ version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449" dependencies = [ - "rand_core 0.6.4", + "rand_core", "subtle 2.5.0", ] @@ -3931,55 +3654,29 @@ version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" -[[package]] -name = "frame-benchmarking" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4090659c6aaa3c4d5b6c6ec909b4b0a25dec10ad92aad5f729efa8d5bd4d806a" -dependencies = [ - "frame-support 29.0.2", - "frame-support-procedural 24.0.0", - "frame-system 29.0.0", - "linregress", - "log", - "parity-scale-codec", - "paste", - "scale-info", - "serde", - "sp-api 27.0.1", - "sp-application-crypto 31.0.0", - "sp-core 29.0.0", - "sp-io 31.0.0", - "sp-runtime 32.0.0", - "sp-runtime-interface 25.0.0", - "sp-std", - "sp-storage 20.0.0", - "static_assertions", -] - [[package]] name = "frame-benchmarking" version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "709b26657ebbba53dc7bb616577375ca462b20fef1b00e8d9b20d2435e87f7bc" dependencies = [ - "frame-support 36.0.0", - "frame-support-procedural 30.0.1", - "frame-system 36.1.0", + "frame-support", + "frame-support-procedural", + "frame-system", "linregress", "log", "parity-scale-codec", "paste", "scale-info", "serde", - "sp-api 33.0.0", - "sp-application-crypto 37.0.0", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.0", - "sp-runtime-interface 28.0.0", + "sp-api", + "sp-application-crypto", + "sp-core", + "sp-io", + "sp-runtime", + "sp-runtime-interface", "sp-std", - "sp-storage 21.0.0", + "sp-storage", "static_assertions", ] @@ -3994,9 +3691,9 @@ dependencies = [ "chrono", "clap", "comfy-table", - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", + "frame-benchmarking", + "frame-support", + "frame-system", "gethostname", "handlebars", "itertools 0.11.0", @@ -4016,29 +3713,29 @@ dependencies = [ "sc-sysinfo", "serde", "serde_json", - "sp-api 33.0.0", + "sp-api", "sp-blockchain", - "sp-core 34.0.0", + "sp-core", "sp-database", - "sp-externalities 0.29.0", - "sp-genesis-builder 0.14.0", - "sp-inherents 33.0.0", - "sp-io 37.0.0", - "sp-keystore 0.40.0", - "sp-runtime 38.0.0", - "sp-state-machine 0.42.0", - "sp-storage 21.0.0", - "sp-trie 36.0.0", - "sp-wasm-interface 21.0.0", + "sp-externalities", + "sp-genesis-builder", + "sp-inherents", + "sp-io", + "sp-keystore", + "sp-runtime", + "sp-state-machine", + "sp-storage", + "sp-trie", + "sp-wasm-interface", "thiserror", "thousands", ] [[package]] name = "frame-election-provider-solution-type" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5c3bff645e46577c69c272733c53fa3a77d1ee6e40dfb66157bc94b0740b8fc" +checksum = "1388eb632484a1208a5b51d7d822a7df995f37bb10878b2a88f4ec89cbe5e6b2" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", @@ -4047,70 +3744,21 @@ dependencies = [ ] [[package]] -name = "frame-election-provider-solution-type" -version = "14.0.1" +name = "frame-election-provider-support" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8156f209055d352994ecd49e19658c6b469d7c6de923bd79868957d0dcfb6f71" +checksum = "b1ec289ebad5e601bb165cf7eb6ec2179ae34280ee310d0710a3111d4f8f8f94" dependencies = [ - "proc-macro-crate 3.1.0", - "proc-macro2", - "quote", - "syn 2.0.66", -] - -[[package]] -name = "frame-election-provider-support" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87da19ee99e6473cd057ead84337d20011fe5e299c6750e88e43b8b7963b8852" -dependencies = [ - "frame-election-provider-solution-type 13.0.0", - "frame-support 29.0.2", - "frame-system 29.0.0", - "parity-scale-codec", - "scale-info", - "sp-arithmetic 24.0.0", - "sp-core 29.0.0", - "sp-npos-elections 27.0.0", - "sp-runtime 32.0.0", - "sp-std", -] - -[[package]] -name = "frame-election-provider-support" -version = "36.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1ec289ebad5e601bb165cf7eb6ec2179ae34280ee310d0710a3111d4f8f8f94" -dependencies = [ - "frame-election-provider-solution-type 14.0.1", - "frame-support 36.0.0", - "frame-system 36.1.0", - "parity-scale-codec", - "scale-info", - "sp-arithmetic 26.0.0", - "sp-core 34.0.0", - "sp-npos-elections 33.0.0", - "sp-runtime 38.0.0", - "sp-std", -] - -[[package]] -name = "frame-executive" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09bff9574ee2dcc349f646e1d2faadf76afd688c2ea1bbac5e4a0e19a0c19c59" -dependencies = [ - "frame-support 29.0.2", - "frame-system 29.0.0", - "frame-try-runtime 0.35.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-core 29.0.0", - "sp-io 31.0.0", - "sp-runtime 32.0.0", - "sp-std", - "sp-tracing 16.0.0", + "frame-election-provider-solution-type", + "frame-support", + "frame-system", + "parity-scale-codec", + "scale-info", + "sp-arithmetic", + "sp-core", + "sp-npos-elections", + "sp-runtime", + "sp-std", ] [[package]] @@ -4120,17 +3768,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4d878830330eaa9e8b886279c338556b05702d0059989cb51cfb226b70bf3fa4" dependencies = [ "aquamarine", - "frame-support 36.0.0", - "frame-system 36.1.0", - "frame-try-runtime 0.42.0", + "frame-support", + "frame-system", + "frame-try-runtime", "log", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", - "sp-tracing 17.0.0", + "sp-tracing", ] [[package]] @@ -4145,22 +3793,6 @@ dependencies = [ "serde", ] -[[package]] -name = "frame-metadata-hash-extension" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5bb1eec9eb46d3e016c95b2fa875118c04609f2150013c56a894cae00581e265" -dependencies = [ - "array-bytes", - "docify", - "frame-support 29.0.2", - "frame-system 29.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime 32.0.0", -] - [[package]] name = "frame-metadata-hash-extension" version = "0.4.0" @@ -4169,54 +3801,12 @@ checksum = "cf37fc730bf4b51e82a34c6357eebe32c04dbacf6525e0a7b9726f6a17ec9427" dependencies = [ "array-bytes", "docify", - "frame-support 36.0.0", - "frame-system 36.1.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime 38.0.0", -] - -[[package]] -name = "frame-support" -version = "29.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8e52c84b611d2049d9253f83a62ab0f093e4be5c42a7ef42ea5bb16d6611e32" -dependencies = [ - "aquamarine", - "array-bytes", - "bitflags 1.3.2", - "docify", - "environmental", - "frame-metadata", - "frame-support-procedural 24.0.0", - "impl-trait-for-tuples", - "k256", + "frame-support", + "frame-system", "log", - "macro_magic", "parity-scale-codec", - "paste", "scale-info", - "serde", - "serde_json", - "smallvec", - "sp-api 27.0.1", - "sp-arithmetic 24.0.0", - "sp-core 29.0.0", - "sp-crypto-hashing-proc-macro", - "sp-debug-derive", - "sp-genesis-builder 0.8.0", - "sp-inherents 27.0.0", - "sp-io 31.0.0", - "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 16.0.0", - "sp-weights 28.0.0", - "static_assertions", - "tt-call", + "sp-runtime", ] [[package]] @@ -4231,7 +3821,7 @@ dependencies = [ "docify", "environmental", "frame-metadata", - "frame-support-procedural 30.0.1", + "frame-support-procedural", "impl-trait-for-tuples", "k256", "log", @@ -4242,45 +3832,25 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-api 33.0.0", - "sp-arithmetic 26.0.0", - "sp-core 34.0.0", + "sp-api", + "sp-arithmetic", + "sp-core", "sp-crypto-hashing-proc-macro", "sp-debug-derive", - "sp-genesis-builder 0.14.0", - "sp-inherents 33.0.0", - "sp-io 37.0.0", - "sp-metadata-ir 0.7.0", - "sp-runtime 38.0.0", - "sp-staking 33.0.0", - "sp-state-machine 0.42.0", + "sp-genesis-builder", + "sp-inherents", + "sp-io", + "sp-metadata-ir", + "sp-runtime", + "sp-staking", + "sp-state-machine", "sp-std", - "sp-tracing 17.0.0", - "sp-weights 31.0.0", + "sp-tracing", + "sp-weights", "static_assertions", "tt-call", ] -[[package]] -name = "frame-support-procedural" -version = "24.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3bf1d648c4007d421b9677b3c893256913498fff159dc2d85022cdd9cc432f3c" -dependencies = [ - "Inflector", - "cfg-expr", - "derive-syn-parse 0.1.5", - "expander", - "frame-support-procedural-tools 10.0.0", - "itertools 0.10.5", - "macro_magic", - "proc-macro-warning 1.0.2", - "proc-macro2", - "quote", - "sp-crypto-hashing", - "syn 2.0.66", -] - [[package]] name = "frame-support-procedural" version = "30.0.1" @@ -4291,7 +3861,7 @@ dependencies = [ "cfg-expr", "derive-syn-parse 0.2.0", "expander", - "frame-support-procedural-tools 13.0.0", + "frame-support-procedural-tools", "itertools 0.11.0", "macro_magic", "proc-macro-warning 1.0.2", @@ -4301,43 +3871,19 @@ dependencies = [ "syn 2.0.66", ] -[[package]] -name = "frame-support-procedural-tools" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3363df38464c47a73eb521a4f648bfcc7537a82d70347ef8af3f73b6d019e910" -dependencies = [ - "frame-support-procedural-tools-derive 11.0.0", - "proc-macro-crate 3.1.0", - "proc-macro2", - "quote", - "syn 2.0.66", -] - [[package]] name = "frame-support-procedural-tools" version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bead15a320be1764cdd50458c4cfacb23e0cee65f64f500f8e34136a94c7eeca" dependencies = [ - "frame-support-procedural-tools-derive 12.0.0", + "frame-support-procedural-tools-derive", "proc-macro-crate 3.1.0", "proc-macro2", "quote", "syn 2.0.66", ] -[[package]] -name = "frame-support-procedural-tools-derive" -version = "11.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68672b9ec6fe72d259d3879dc212c5e42e977588cdac830c76f54d9f492aeb58" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.66", -] - [[package]] name = "frame-support-procedural-tools-derive" version = "12.0.0" @@ -4349,27 +3895,6 @@ dependencies = [ "syn 2.0.66", ] -[[package]] -name = "frame-system" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5bc20a793c3cec0b11165c1075fe11a255b2491f3eef8230bb3073cb296e7383" -dependencies = [ - "cfg-if", - "docify", - "frame-support 29.0.2", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 29.0.0", - "sp-io 31.0.0", - "sp-runtime 32.0.0", - "sp-std", - "sp-version 30.0.0", - "sp-weights 28.0.0", -] - [[package]] name = "frame-system" version = "36.1.0" @@ -4378,33 +3903,17 @@ checksum = "64d6a0e7bb6503facdcc6f8e19c83cd0bfc8bbbd268522b1a50e107dfc6b972d" dependencies = [ "cfg-if", "docify", - "frame-support 36.0.0", + "frame-support", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.0", - "sp-std", - "sp-version 36.0.0", - "sp-weights 31.0.0", -] - -[[package]] -name = "frame-system-benchmarking" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac47ee48fee3a0b49c9ab9ee68997dee3733776a355f780cf2858449cf495d69" -dependencies = [ - "frame-benchmarking 29.0.0", - "frame-support 29.0.2", - "frame-system 29.0.0", - "parity-scale-codec", - "scale-info", - "sp-core 29.0.0", - "sp-runtime 32.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", + "sp-version", + "sp-weights", ] [[package]] @@ -4413,26 +3922,16 @@ version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "15afc91c7780e18274dcea58ed1edb700c48d10e086a9785e3f6708099cd3250" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-runtime 38.0.0", + "sp-core", + "sp-runtime", "sp-std", ] -[[package]] -name = "frame-system-rpc-runtime-api" -version = "27.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c1b20433c3c76b56ce905ed971631ec8c34fa64cf6c20e590afe46455fc0cc8" -dependencies = [ - "parity-scale-codec", - "sp-api 27.0.1", -] - [[package]] name = "frame-system-rpc-runtime-api" version = "33.0.0" @@ -4440,20 +3939,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c9e9e2b7b85e451e367f4fb85ff3295bd039e17f64de1906154d3976e2638ee8" dependencies = [ "parity-scale-codec", - "sp-api 33.0.0", -] - -[[package]] -name = "frame-try-runtime" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0eab87d07bc2f9a2160b818d1b7506c303b3b28b6a8a5f01dc5e2641390450b5" -dependencies = [ - "frame-support 29.0.2", - "parity-scale-codec", - "sp-api 27.0.1", - "sp-runtime 32.0.0", - "sp-std", + "sp-api", ] [[package]] @@ -4462,10 +3948,10 @@ version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ae6ba8b36a52775ad39ccfb45ff4ad814c3cb45ec74d0a4271889e00bd791c6c" dependencies = [ - "frame-support 36.0.0", + "frame-support", "parity-scale-codec", - "sp-api 33.0.0", - "sp-runtime 38.0.0", + "sp-api", + "sp-runtime", "sp-std", ] @@ -4705,7 +4191,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6ea1015b5a70616b688dc230cfe50c8af89d972cb132d5a622814d29773b10b9" dependencies = [ "rand", - "rand_core 0.6.4", + "rand_core", ] [[package]] @@ -4778,7 +4264,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" dependencies = [ "ff", - "rand_core 0.6.4", + "rand_core", "subtle 2.5.0", ] @@ -4948,16 +4434,6 @@ dependencies = [ "digest 0.9.0", ] -[[package]] -name = "hmac" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b" -dependencies = [ - "crypto-mac 0.11.0", - "digest 0.9.0", -] - [[package]] name = "hmac" version = "0.12.1" @@ -5503,31 +4979,31 @@ dependencies = [ name = "integration-tests" version = "0.0.0" dependencies = [ - "asset-hub-paseo-runtime", + "asset-hub-polkadot-runtime", "asset-test-utils", - "cumulus-primitives-core 0.14.0", + "cumulus-primitives-core", "emulated-integration-tests-common", - "frame-support 36.0.0", - "pallet-assets 37.0.0", - "pallet-balances 37.0.0", - "pallet-message-queue 39.0.0", - "pallet-xcm 15.0.0", - "parity-scale-codec", - "paseo-runtime", - "paseo-runtime-constants", - "polkadot-primitives 14.0.0", - "polkadot-runtime-parachains 15.0.3", + "frame-support", + "pallet-assets", + "pallet-balances", + "pallet-message-queue", + "pallet-xcm", + "parity-scale-codec", + "polkadot-primitives", + "polkadot-runtime", + "polkadot-runtime-constants", + "polkadot-runtime-parachains", "pop-runtime-common", "pop-runtime-devnet", - "sp-authority-discovery 33.0.0", - "sp-consensus-aura 0.39.0", - "sp-consensus-babe 0.39.0", - "sp-consensus-beefy 20.0.0", - "sp-consensus-grandpa 20.0.0", - "sp-core 34.0.0", - "sp-runtime 38.0.0", - "staging-xcm 14.1.0", - "staging-xcm-executor 15.0.0", + "sp-authority-discovery", + "sp-consensus-aura", + "sp-consensus-babe", + "sp-consensus-beefy", + "sp-consensus-grandpa", + "sp-core", + "sp-runtime", + "staging-xcm", + "staging-xcm-executor", "tracing-subscriber 0.3.18", ] @@ -5816,6 +5292,21 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c33070833c9ee02266356de0c43f723152bd38bd96ddf52c82b3af10c9138b28" +[[package]] +name = "kusama-runtime-constants" +version = "1.0.0" +source = "git+https://github.com/polkadot-fellows/runtimes#f42acab60edf4d6ded4d9e99b1a8fbacded85669" +dependencies = [ + "frame-support", + "polkadot-primitives", + "polkadot-runtime-common", + "smallvec", + "sp-core", + "sp-runtime", + "sp-weights", + "staging-xcm-builder", +] + [[package]] name = "kvdb" version = "0.13.0" @@ -6114,7 +5605,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d2eeec39ad3ad0677551907dd304b2f13f17208ccebe333bef194076cd2e8921" dependencies = [ "bytes", - "curve25519-dalek 4.1.2", + "curve25519-dalek", "futures", "libp2p-core", "libp2p-identity", @@ -6775,7 +6266,7 @@ checksum = "58c38e2799fc0978b65dfff8023ec7843e2330bb462f19198840b34b6582397d" dependencies = [ "byteorder", "keccak", - "rand_core 0.6.4", + "rand_core", "zeroize", ] @@ -6827,14 +6318,14 @@ dependencies = [ "bitflags 1.3.2", "blake2 0.10.6", "c2-chacha", - "curve25519-dalek 4.1.2", + "curve25519-dalek", "either", "hashlink", "lioness", "log", "parking_lot 0.12.3", "rand", - "rand_chacha 0.3.1", + "rand_chacha", "rand_distr", "subtle 2.5.0", "thiserror", @@ -6852,13 +6343,13 @@ dependencies = [ "parity-scale-codec", "sc-client-api", "sc-offchain", - "sp-api 33.0.0", + "sp-api", "sp-blockchain", "sp-consensus", - "sp-consensus-beefy 20.0.0", - "sp-core 34.0.0", - "sp-mmr-primitives 33.0.0", - "sp-runtime 38.0.0", + "sp-consensus-beefy", + "sp-core", + "sp-mmr-primitives", + "sp-runtime", ] [[package]] @@ -6870,11 +6361,11 @@ dependencies = [ "jsonrpsee", "parity-scale-codec", "serde", - "sp-api 33.0.0", + "sp-api", "sp-blockchain", - "sp-core 34.0.0", - "sp-mmr-primitives 33.0.0", - "sp-runtime 38.0.0", + "sp-core", + "sp-mmr-primitives", + "sp-runtime", ] [[package]] @@ -7535,74 +7026,39 @@ 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" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4079f12db3cf98daa717337ab5b7e5ef15aa3bec3b497f501dc715d129b500da" -dependencies = [ - "frame-benchmarking 29.0.0", - "frame-support 29.0.2", - "frame-system 29.0.0", - "parity-scale-codec", - "scale-info", - "sp-api 27.0.1", - "sp-arithmetic 24.0.0", - "sp-core 29.0.0", - "sp-io 31.0.0", - "sp-runtime 32.0.0", - "sp-std", -] - [[package]] name = "pallet-asset-conversion" version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f726ebb59401c1844a4a8703047bdafcd99a1827cd5d8b2c82abeb8948a7f25b" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-api 33.0.0", - "sp-arithmetic 26.0.0", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-api", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", ] [[package]] name = "pallet-asset-conversion-tx-payment" -version = "11.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2019e84d65bf6c6105edb61cd6b6f4c6d9a1b347e05d9380e92b0dcf2a29fd7" -dependencies = [ - "frame-support 29.0.2", - "frame-system 29.0.0", - "pallet-asset-conversion 11.0.0", - "pallet-transaction-payment 29.0.2", - "parity-scale-codec", - "scale-info", - "sp-runtime 32.0.0", - "sp-std", -] - -[[package]] -name = "pallet-asset-rate" -version = "8.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "571ce57fd846911041749832b46a8c2b01f0b79ffebcd7585e3973865607036d" +checksum = "e0fde03a96382f4dbe37ef95cb4ef7aade7c0be410cb6c888eda911c94af3eaf" dependencies = [ - "frame-benchmarking 29.0.0", - "frame-support 29.0.2", - "frame-system 29.0.0", + "frame-support", + "frame-system", + "pallet-asset-conversion", + "pallet-transaction-payment", "parity-scale-codec", "scale-info", - "sp-core 29.0.0", - "sp-runtime 32.0.0", + "sp-runtime", "sp-std", ] @@ -7612,32 +7068,13 @@ version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e806842bec955190ec64f8b2179f74f5355137c4cadf04f3269e6196cd19caf9" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", - "parity-scale-codec", - "scale-info", - "sp-core 34.0.0", - "sp-runtime 38.0.0", - "sp-std", -] - -[[package]] -name = "pallet-asset-tx-payment" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ed783679921ad8b96807d683d320c314e305753b230d5c04dc713bab7aca64c" -dependencies = [ - "frame-benchmarking 29.0.0", - "frame-support 29.0.2", - "frame-system 29.0.0", - "pallet-transaction-payment 29.0.2", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "serde", - "sp-core 29.0.0", - "sp-io 31.0.0", - "sp-runtime 32.0.0", + "sp-core", + "sp-runtime", "sp-std", ] @@ -7647,33 +7084,16 @@ version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "100a180dfbf30a1c872100ec2dae8a61c0f5e8b3f2d3a5cbb34093826293e2ab" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", - "pallet-transaction-payment 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", + "pallet-transaction-payment", "parity-scale-codec", "scale-info", "serde", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.0", - "sp-std", -] - -[[package]] -name = "pallet-assets" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46728a98a910af13f6a77033dd053456650773bb7adc71e0ba845bff7e31b33e" -dependencies = [ - "frame-benchmarking 29.0.0", - "frame-support 29.0.2", - "frame-system 29.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-core 29.0.0", - "sp-runtime 32.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", ] @@ -7683,358 +7103,177 @@ version = "37.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f79ef6a7763fc08177f014052469ee12aefcdad0d99a747372360c2f648d2cc4" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", + "frame-benchmarking", + "frame-support", + "frame-system", "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-runtime 38.0.0", + "sp-core", + "sp-runtime", "sp-std", ] [[package]] name = "pallet-aura" -version = "28.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a611bef3c8cf281e41a43f32a4153260bdc8b7b61b901e65c7a4442529224e11" +checksum = "0861b2a1ad6526948567bb59a3fdc4c7f02ee79b07be8b931a544350ec35ab0c" dependencies = [ - "frame-support 29.0.2", - "frame-system 29.0.0", + "frame-support", + "frame-system", "log", - "pallet-timestamp 28.0.0", + "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-application-crypto 31.0.0", - "sp-consensus-aura 0.33.0", - "sp-runtime 32.0.0", + "sp-application-crypto", + "sp-consensus-aura", + "sp-runtime", "sp-std", ] [[package]] -name = "pallet-aura" -version = "35.0.0" +name = "pallet-authority-discovery" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0861b2a1ad6526948567bb59a3fdc4c7f02ee79b07be8b931a544350ec35ab0c" +checksum = "ed2c3666a476132f5846fe4d5e1961a923a58a0f54d873d84566f24ffaa3684f" dependencies = [ - "frame-support 36.0.0", - "frame-system 36.1.0", - "log", - "pallet-timestamp 35.0.0", + "frame-support", + "frame-system", + "pallet-session", "parity-scale-codec", "scale-info", - "sp-application-crypto 37.0.0", - "sp-consensus-aura 0.39.0", - "sp-runtime 38.0.0", + "sp-application-crypto", + "sp-authority-discovery", + "sp-runtime", "sp-std", ] [[package]] -name = "pallet-authority-discovery" -version = "29.0.1" +name = "pallet-authorship" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7cd9a381c613e6538638391fb51f353fd13b16f849d0d1ac66a388326bd456f1" +checksum = "38885846dbcf03b025fdbd7edb3649046dbc68fa0b419ffe8837ef853a10d31f" dependencies = [ - "frame-support 29.0.2", - "frame-system 29.0.0", - "pallet-session 29.0.0", + "frame-support", + "frame-system", + "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-application-crypto 31.0.0", - "sp-authority-discovery 27.0.0", - "sp-runtime 32.0.0", + "sp-runtime", "sp-std", ] [[package]] -name = "pallet-authority-discovery" +name = "pallet-babe" version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed2c3666a476132f5846fe4d5e1961a923a58a0f54d873d84566f24ffaa3684f" +checksum = "b23d2d814e3cb793659fcf84533f66fdf0ed9cccb66cb2225851f482843ed096" dependencies = [ - "frame-support 36.0.0", - "frame-system 36.1.0", - "pallet-session 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "pallet-authorship", + "pallet-session", + "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-application-crypto 37.0.0", - "sp-authority-discovery 33.0.0", - "sp-runtime 38.0.0", + "sp-application-crypto", + "sp-consensus-babe", + "sp-core", + "sp-io", + "sp-runtime", + "sp-session", + "sp-staking", "sp-std", ] [[package]] -name = "pallet-authorship" -version = "29.0.0" +name = "pallet-bags-list" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d83773e731a1760f99684b09961ed7b92acafe335f36f08ebb8313d3b9c72e2" +checksum = "af34fa3fb6a0abe3577e435988039a9e441f6705ae2d3ad627a23e3f705baa2d" dependencies = [ - "frame-support 29.0.2", - "frame-system 29.0.0", - "impl-trait-for-tuples", + "aquamarine", + "docify", + "frame-benchmarking", + "frame-election-provider-support", + "frame-support", + "frame-system", + "log", + "pallet-balances", "parity-scale-codec", "scale-info", - "sp-runtime 32.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", + "sp-tracing", ] [[package]] -name = "pallet-authorship" -version = "36.0.0" +name = "pallet-balances" +version = "37.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38885846dbcf03b025fdbd7edb3649046dbc68fa0b419ffe8837ef853a10d31f" +checksum = "6878e240962d3887f0e0654ac343a18845adb95ad493c9d4d5e803c015d4a4c3" dependencies = [ - "frame-support 36.0.0", - "frame-system 36.1.0", - "impl-trait-for-tuples", + "docify", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", "parity-scale-codec", "scale-info", - "sp-runtime 38.0.0", + "sp-runtime", "sp-std", ] [[package]] -name = "pallet-babe" -version = "29.0.0" +name = "pallet-beefy" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3f2020c52667a650d64e84a4bbb63388e25bc1c9bc872a8243d03bfcb285049" +checksum = "715dfcd1bf3f1f37af6335d4eb3cef921e746ac54721e2258c4fd968b61eb009" dependencies = [ - "frame-benchmarking 29.0.0", - "frame-support 29.0.2", - "frame-system 29.0.0", + "frame-support", + "frame-system", "log", - "pallet-authorship 29.0.0", - "pallet-session 29.0.0", - "pallet-timestamp 28.0.0", + "pallet-authorship", + "pallet-session", "parity-scale-codec", "scale-info", - "sp-application-crypto 31.0.0", - "sp-consensus-babe 0.33.0", - "sp-core 29.0.0", - "sp-io 31.0.0", - "sp-runtime 32.0.0", - "sp-session 28.0.0", - "sp-staking 27.0.0", + "serde", + "sp-consensus-beefy", + "sp-runtime", + "sp-session", + "sp-staking", "sp-std", ] [[package]] -name = "pallet-babe" +name = "pallet-beefy-mmr" version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b23d2d814e3cb793659fcf84533f66fdf0ed9cccb66cb2225851f482843ed096" +checksum = "01d70c6f872eb3f2635355ccbea944a4f9ea411c0aa25f6f1a15219e8da11ad2" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", + "array-bytes", + "binary-merkle-tree", + "frame-support", + "frame-system", "log", - "pallet-authorship 36.0.0", - "pallet-session 36.0.0", - "pallet-timestamp 35.0.0", + "pallet-beefy", + "pallet-mmr", + "pallet-session", "parity-scale-codec", "scale-info", - "sp-application-crypto 37.0.0", - "sp-consensus-babe 0.39.0", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.0", - "sp-session 34.0.0", - "sp-staking 33.0.0", - "sp-std", -] - -[[package]] -name = "pallet-bags-list" -version = "28.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd27bfa4bfa5751652842b81241c7eff3e68f2806d9dacc17b03d2cb20a39756" -dependencies = [ - "aquamarine", - "docify", - "frame-benchmarking 29.0.0", - "frame-election-provider-support 29.0.0", - "frame-support 29.0.2", - "frame-system 29.0.0", - "log", - "pallet-balances 29.0.2", - "parity-scale-codec", - "scale-info", - "sp-core 29.0.0", - "sp-io 31.0.0", - "sp-runtime 32.0.0", - "sp-std", - "sp-tracing 16.0.0", -] - -[[package]] -name = "pallet-bags-list" -version = "35.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af34fa3fb6a0abe3577e435988039a9e441f6705ae2d3ad627a23e3f705baa2d" -dependencies = [ - "aquamarine", - "docify", - "frame-benchmarking 36.0.0", - "frame-election-provider-support 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", - "log", - "pallet-balances 37.0.0", - "parity-scale-codec", - "scale-info", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.0", - "sp-std", - "sp-tracing 17.0.0", -] - -[[package]] -name = "pallet-balances" -version = "29.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9a54b5d0c7c4c3731883d6b1ac18aff44db20c3d0a3470c8861001a17afdc85" -dependencies = [ - "docify", - "frame-benchmarking 29.0.0", - "frame-support 29.0.2", - "frame-system 29.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime 32.0.0", - "sp-std", -] - -[[package]] -name = "pallet-balances" -version = "37.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6878e240962d3887f0e0654ac343a18845adb95ad493c9d4d5e803c015d4a4c3" -dependencies = [ - "docify", - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime 38.0.0", - "sp-std", -] - -[[package]] -name = "pallet-beefy" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4bedd80e9d8b196f31ea134efd271fdc1b8380ca3aa2d8af6ea8b5a0dc4fa460" -dependencies = [ - "frame-support 29.0.2", - "frame-system 29.0.0", - "log", - "pallet-authorship 29.0.0", - "pallet-session 29.0.0", - "parity-scale-codec", - "scale-info", - "serde", - "sp-consensus-beefy 14.0.0", - "sp-runtime 32.0.0", - "sp-session 28.0.0", - "sp-staking 27.0.0", - "sp-std", -] - -[[package]] -name = "pallet-beefy" -version = "36.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "715dfcd1bf3f1f37af6335d4eb3cef921e746ac54721e2258c4fd968b61eb009" -dependencies = [ - "frame-support 36.0.0", - "frame-system 36.1.0", - "log", - "pallet-authorship 36.0.0", - "pallet-session 36.0.0", - "parity-scale-codec", - "scale-info", - "serde", - "sp-consensus-beefy 20.0.0", - "sp-runtime 38.0.0", - "sp-session 34.0.0", - "sp-staking 33.0.0", - "sp-std", -] - -[[package]] -name = "pallet-beefy-mmr" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d334f24d3c0c016d16aa87d069485847d622e8ebebace18ec5cf56609ca3a67" -dependencies = [ - "array-bytes", - "binary-merkle-tree 14.0.0", - "frame-support 29.0.2", - "frame-system 29.0.0", - "log", - "pallet-beefy 29.0.0", - "pallet-mmr 28.0.0", - "pallet-session 29.0.0", - "parity-scale-codec", - "scale-info", - "serde", - "sp-api 27.0.1", - "sp-consensus-beefy 14.0.0", - "sp-core 29.0.0", - "sp-io 31.0.0", - "sp-runtime 32.0.0", - "sp-state-machine 0.36.0", - "sp-std", -] - -[[package]] -name = "pallet-beefy-mmr" -version = "36.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01d70c6f872eb3f2635355ccbea944a4f9ea411c0aa25f6f1a15219e8da11ad2" -dependencies = [ - "array-bytes", - "binary-merkle-tree 15.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", - "log", - "pallet-beefy 36.0.0", - "pallet-mmr 35.0.0", - "pallet-session 36.0.0", - "parity-scale-codec", - "scale-info", - "serde", - "sp-api 33.0.0", - "sp-consensus-beefy 20.0.0", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.0", - "sp-state-machine 0.42.0", - "sp-std", -] - -[[package]] -name = "pallet-bounties" -version = "28.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4765879e96676c13cdbed746d66fd59dcde1e9e65fda1f064fa2fffa3bc5d597" -dependencies = [ - "frame-benchmarking 29.0.0", - "frame-support 29.0.2", - "frame-system 29.0.0", - "log", - "pallet-treasury 28.0.1", - "parity-scale-codec", - "scale-info", - "sp-core 29.0.0", - "sp-io 31.0.0", - "sp-runtime 32.0.0", + "serde", + "sp-api", + "sp-consensus-beefy", + "sp-core", + "sp-io", + "sp-runtime", + "sp-state-machine", "sp-std", ] @@ -8044,16 +7283,16 @@ version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0566499e74ba4b7ccbd1b667eef0dab76ca28402a8d501e22b73a363717b05a9" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", - "pallet-treasury 35.0.0", + "pallet-treasury", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", ] @@ -8063,20 +7302,20 @@ version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "61d30a4860bb12559dc28b2d46dd865e2066bce83239230f748e2c569a3cadf4" dependencies = [ - "bp-header-chain 0.15.0", - "bp-runtime 0.15.0", + "bp-header-chain", + "bp-runtime", "bp-test-utils", "finality-grandpa", - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-consensus-grandpa 20.0.0", - "sp-runtime 38.0.0", + "sp-consensus-grandpa", + "sp-runtime", "sp-std", - "sp-trie 36.0.0", + "sp-trie", ] [[package]] @@ -8085,16 +7324,16 @@ version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e3c0fcb1b9ae50ece73cbe36b72c2778f5d4637e4fb0cfac30cb16f7d4b61d5e" dependencies = [ - "bp-messages 0.15.0", - "bp-runtime 0.15.0", - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", + "bp-messages", + "bp-runtime", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "num-traits", "parity-scale-codec", "scale-info", - "sp-runtime 38.0.0", + "sp-runtime", "sp-std", ] @@ -8104,20 +7343,20 @@ version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3974fb658cf1b9ca8c2d3c77bf080b2f94c054c2b466b709ef29f6d3726f2231" dependencies = [ - "bp-header-chain 0.15.0", + "bp-header-chain", "bp-parachains", - "bp-polkadot-core 0.15.0", - "bp-runtime 0.15.0", - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", + "bp-polkadot-core", + "bp-runtime", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "pallet-bridge-grandpa", "parity-scale-codec", "scale-info", - "sp-runtime 38.0.0", + "sp-runtime", "sp-std", - "sp-trie 36.0.0", + "sp-trie", ] [[package]] @@ -8126,37 +7365,18 @@ version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2c92383f4c7d1eaced8413e39b948227a527a0136f705660580c57753dc11568" dependencies = [ - "bp-messages 0.15.0", + "bp-messages", "bp-relayers", - "bp-runtime 0.15.0", - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", + "bp-runtime", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "pallet-bridge-messages", "parity-scale-codec", "scale-info", - "sp-arithmetic 26.0.0", - "sp-runtime 38.0.0", - "sp-std", -] - -[[package]] -name = "pallet-broker" -version = "0.7.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "574c52fd629191c374c24a18036acac008ea92142309e5dd05e7f03149a667c3" -dependencies = [ - "bitvec", - "frame-benchmarking 29.0.0", - "frame-support 29.0.2", - "frame-system 29.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-arithmetic 24.0.0", - "sp-core 29.0.0", - "sp-runtime 32.0.0", + "sp-arithmetic", + "sp-runtime", "sp-std", ] @@ -8167,36 +7387,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cd0d652c399b6ed776ee3322e60f40e323f86b413719d7696eddb8f64c368ac0" dependencies = [ "bitvec", - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-api 33.0.0", - "sp-arithmetic 26.0.0", - "sp-core 34.0.0", - "sp-runtime 38.0.0", - "sp-std", -] - -[[package]] -name = "pallet-child-bounties" -version = "28.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00fd06f2d719f5bb16ab3e836c6b053bbd92631ba694f8c2bf810013b2548167" -dependencies = [ - "frame-benchmarking 29.0.0", - "frame-support 29.0.2", - "frame-system 29.0.0", - "log", - "pallet-bounties 28.0.0", - "pallet-treasury 28.0.1", - "parity-scale-codec", - "scale-info", - "sp-core 29.0.0", - "sp-io 31.0.0", - "sp-runtime 32.0.0", + "sp-api", + "sp-arithmetic", + "sp-core", + "sp-runtime", "sp-std", ] @@ -8206,38 +7406,17 @@ version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "38e351f103ebbdd1eb095da8c2379caccc82ebc59a740c2731693d2204286b83" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", - "log", - "pallet-bounties 35.0.0", - "pallet-treasury 35.0.0", - "parity-scale-codec", - "scale-info", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.0", - "sp-std", -] - -[[package]] -name = "pallet-collator-selection" -version = "10.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a36858c4275b7d19671b321e95f545e07c9643f97dffed1b333774cb391a4456" -dependencies = [ - "frame-benchmarking 29.0.0", - "frame-support 29.0.2", - "frame-system 29.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", - "pallet-authorship 29.0.0", - "pallet-balances 29.0.2", - "pallet-session 29.0.0", + "pallet-bounties", + "pallet-treasury", "parity-scale-codec", - "rand", "scale-info", - "sp-runtime 32.0.0", - "sp-staking 27.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", ] @@ -8247,18 +7426,18 @@ version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f660cc09f2f277a3976da2eef856b5c725ab7ad1192902ef7f4e4bafd992f04f" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", - "pallet-authorship 36.0.0", - "pallet-balances 37.0.0", - "pallet-session 36.0.0", + "pallet-authorship", + "pallet-balances", + "pallet-session", "parity-scale-codec", "rand", "scale-info", - "sp-runtime 38.0.0", - "sp-staking 33.0.0", + "sp-runtime", + "sp-staking", "sp-std", ] @@ -8268,15 +7447,15 @@ version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "771bf7f6c76c3ea5e965fee0bf1d8a8c79c8c52d75ead65ed3c4d385f333756f" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", ] @@ -8288,12 +7467,12 @@ checksum = "3e6989ac82690f981959b0d38ac6d6d52fc06bf00a035548d62b9a2e9c220376" dependencies = [ "bitflags 1.3.2", "environmental", - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", + "frame-benchmarking", + "frame-support", + "frame-system", "impl-trait-for-tuples", "log", - "pallet-balances 37.0.0", + "pallet-balances", "pallet-contracts-proc-macro", "pallet-contracts-uapi", "parity-scale-codec", @@ -8303,13 +7482,13 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-api 33.0.0", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-api", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", - "staging-xcm 14.1.0", - "staging-xcm-builder 15.0.0", + "staging-xcm", + "staging-xcm-builder", "wasm-instrument", "wasmi 0.32.3", ] @@ -8338,24 +7517,6 @@ dependencies = [ "scale-info", ] -[[package]] -name = "pallet-conviction-voting" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6aee3a8b6fcde893f862993f9d45eb0fcd492dde0967fd56ef78d79fc7b53dc0" -dependencies = [ - "assert_matches", - "frame-benchmarking 29.0.0", - "frame-support 29.0.2", - "frame-system 29.0.0", - "parity-scale-codec", - "scale-info", - "serde", - "sp-io 31.0.0", - "sp-runtime 32.0.0", - "sp-std", -] - [[package]] name = "pallet-conviction-voting" version = "36.0.0" @@ -8363,14 +7524,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9033f0d23500bbc39298fd50c07b89a2f2d9f07300139b4df8005995ef683875" dependencies = [ "assert_matches", - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", "serde", - "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-io", + "sp-runtime", "sp-std", ] @@ -8380,12 +7541,12 @@ version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0596ec5ab55e02b1b5637b3ec2b99027d036fe97a1ab4733ae105474dfa727cf" dependencies = [ - "frame-support 36.0.0", - "frame-system 36.1.0", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-runtime 38.0.0", - "sp-staking 33.0.0", + "sp-runtime", + "sp-staking", "sp-std", ] @@ -8395,94 +7556,55 @@ version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7ccd68a2bf5f2dfda2b810cbe1a779492d4c2e99338989fede4389d412ae325b" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", ] -[[package]] -name = "pallet-election-provider-multi-phase" -version = "28.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b54d1d3fe9ae61a144d581147e699b7c3009169de0019a0f87cca0bed82681e7" -dependencies = [ - "frame-benchmarking 29.0.0", - "frame-election-provider-support 29.0.0", - "frame-support 29.0.2", - "frame-system 29.0.0", - "log", - "pallet-election-provider-support-benchmarking 28.0.0", - "parity-scale-codec", - "rand", - "scale-info", - "sp-arithmetic 24.0.0", - "sp-core 29.0.0", - "sp-io 31.0.0", - "sp-npos-elections 27.0.0", - "sp-runtime 32.0.0", - "sp-std", - "strum 0.24.1", -] - [[package]] name = "pallet-election-provider-multi-phase" version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bd1090fdc6ccdd8ff08c60000c970428baaaf0b33e7a6b01a91ec8b697a650a3" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-election-provider-support 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", + "frame-benchmarking", + "frame-election-provider-support", + "frame-support", + "frame-system", "log", - "pallet-election-provider-support-benchmarking 35.0.0", + "pallet-election-provider-support-benchmarking", "parity-scale-codec", "rand", "scale-info", - "sp-arithmetic 26.0.0", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-npos-elections 33.0.0", - "sp-runtime 38.0.0", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-npos-elections", + "sp-runtime", "sp-std", "strum 0.26.2", ] -[[package]] -name = "pallet-election-provider-support-benchmarking" -version = "28.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46ec87816a1e32a1ab6deececa99e21e6684b111efe87b11b8298328dbbefd01" -dependencies = [ - "frame-benchmarking 29.0.0", - "frame-election-provider-support 29.0.0", - "frame-system 29.0.0", - "parity-scale-codec", - "sp-npos-elections 27.0.0", - "sp-runtime 32.0.0", - "sp-std", -] - [[package]] name = "pallet-election-provider-support-benchmarking" version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "93475989d2f6900caf8f1c847a55d909295c156525a7510c5f1dde176ec7c714" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-election-provider-support 36.0.0", - "frame-system 36.1.0", + "frame-benchmarking", + "frame-election-provider-support", + "frame-system", "parity-scale-codec", - "sp-npos-elections 33.0.0", - "sp-runtime 38.0.0", + "sp-npos-elections", + "sp-runtime", "sp-std", ] @@ -8492,37 +7614,17 @@ version = "37.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9320d95c95e2d4d3ee24c9292b4ee8562ecb724b985613cfa7f274912bad2c9d" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-npos-elections 33.0.0", - "sp-runtime 38.0.0", - "sp-staking 33.0.0", - "sp-std", -] - -[[package]] -name = "pallet-fast-unstake" -version = "28.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2222607a0dba10a9d57cab5360a6549b5fda925181c3c7af481246c0964998df" -dependencies = [ - "docify", - "frame-benchmarking 29.0.0", - "frame-election-provider-support 29.0.0", - "frame-support 29.0.2", - "frame-system 29.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-io 31.0.0", - "sp-runtime 32.0.0", - "sp-staking 27.0.0", + "sp-core", + "sp-io", + "sp-npos-elections", + "sp-runtime", + "sp-staking", "sp-std", ] @@ -8533,40 +7635,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9155f4f762513e0287320411415c76a647152799ad33db1785c9b71c36a14575" dependencies = [ "docify", - "frame-benchmarking 36.0.0", - "frame-election-provider-support 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", + "frame-benchmarking", + "frame-election-provider-support", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-io 37.0.0", - "sp-runtime 38.0.0", - "sp-staking 33.0.0", - "sp-std", -] - -[[package]] -name = "pallet-grandpa" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5b20be8592eed7ebca2ee661fc43450088552ebe0bd483d7b101cf5968ab12d" -dependencies = [ - "frame-benchmarking 29.0.0", - "frame-support 29.0.2", - "frame-system 29.0.0", - "log", - "pallet-authorship 29.0.0", - "pallet-session 29.0.0", - "parity-scale-codec", - "scale-info", - "sp-application-crypto 31.0.0", - "sp-consensus-grandpa 14.0.0", - "sp-core 29.0.0", - "sp-io 31.0.0", - "sp-runtime 32.0.0", - "sp-session 28.0.0", - "sp-staking 27.0.0", + "sp-io", + "sp-runtime", + "sp-staking", "sp-std", ] @@ -8576,39 +7654,21 @@ version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8244b686d5cae6a8af1557ed0f49db08f812f0e7942a8d2da554b4da8a69daf0" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", - "log", - "pallet-authorship 36.0.0", - "pallet-session 36.0.0", - "parity-scale-codec", - "scale-info", - "sp-application-crypto 37.0.0", - "sp-consensus-grandpa 20.0.0", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.0", - "sp-session 34.0.0", - "sp-staking 33.0.0", - "sp-std", -] - -[[package]] -name = "pallet-identity" -version = "29.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "452bba25325b7f0148eeecbde13e7c26dfb677ad46b3f160b359d7643b44c94b" -dependencies = [ - "enumflags2", - "frame-benchmarking 29.0.0", - "frame-support 29.0.2", - "frame-system 29.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", + "pallet-authorship", + "pallet-session", "parity-scale-codec", "scale-info", - "sp-io 31.0.0", - "sp-runtime 32.0.0", + "sp-application-crypto", + "sp-consensus-grandpa", + "sp-core", + "sp-io", + "sp-runtime", + "sp-session", + "sp-staking", "sp-std", ] @@ -8619,35 +7679,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4555795a3e0e3aa49ea432b7afecb9c71a7db8793a99c68bd8dd3a52a12571f3" dependencies = [ "enumflags2", - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-io 37.0.0", - "sp-runtime 38.0.0", - "sp-std", -] - -[[package]] -name = "pallet-im-online" -version = "28.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "598ea5c87351edc953d1f455f32ff456cf2f1daf7bbada1f1e03be8e384852ab" -dependencies = [ - "frame-benchmarking 29.0.0", - "frame-support 29.0.2", - "frame-system 29.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", - "pallet-authorship 29.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 31.0.0", - "sp-core 29.0.0", - "sp-io 31.0.0", - "sp-runtime 32.0.0", - "sp-staking 27.0.0", + "sp-io", + "sp-runtime", "sp-std", ] @@ -8657,36 +7696,18 @@ version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fa761292e95020304b58b50e5187f8bb82f557c8c2d013e3c96ab41d611873b0" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", - "pallet-authorship 36.0.0", + "pallet-authorship", "parity-scale-codec", "scale-info", - "sp-application-crypto 37.0.0", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.0", - "sp-staking 33.0.0", - "sp-std", -] - -[[package]] -name = "pallet-indices" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e880ebdb429ca76fb400b1b361ed7fce018a5ea2fc2da4764de5156fffdfa73" -dependencies = [ - "frame-benchmarking 29.0.0", - "frame-support 29.0.2", - "frame-system 29.0.0", - "parity-scale-codec", - "scale-info", - "sp-core 29.0.0", - "sp-io 31.0.0", - "sp-keyring 32.0.0", - "sp-runtime 32.0.0", + "sp-application-crypto", + "sp-core", + "sp-io", + "sp-runtime", + "sp-staking", "sp-std", ] @@ -8696,15 +7717,15 @@ version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b183880ad5efae06afe6066e76f2bac5acf67f34b3cfab7352ceec46accf4b45" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-keyring 38.0.0", - "sp-runtime 38.0.0", + "sp-core", + "sp-io", + "sp-keyring", + "sp-runtime", "sp-std", ] @@ -8714,39 +7735,18 @@ version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "34006cf047f47edbef33874cc64895918e2c5d7562795209068d5fb388c53a30" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", ] -[[package]] -name = "pallet-message-queue" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ccb23dee70b184a214d729db550117a0965a69107d466d35181d60a6feede38" -dependencies = [ - "environmental", - "frame-benchmarking 29.0.0", - "frame-support 29.0.2", - "frame-system 29.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-arithmetic 24.0.0", - "sp-core 29.0.0", - "sp-io 31.0.0", - "sp-runtime 32.0.0", - "sp-std", - "sp-weights 28.0.0", -] - [[package]] name = "pallet-message-queue" version = "39.0.0" @@ -8754,37 +7754,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "20e65a37881d1998546254a5e50a1f768b3f82deabe774e750f4ea95aba8030c" dependencies = [ "environmental", - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-arithmetic 26.0.0", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.0", - "sp-std", - "sp-weights 31.0.0", -] - -[[package]] -name = "pallet-mmr" -version = "28.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6f1f23a70764dad2b4094d8be12ebbb82df210f2e80dd36fa941a5ac191c6cd" -dependencies = [ - "frame-benchmarking 29.0.0", - "frame-support 29.0.2", - "frame-system 29.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-core 29.0.0", - "sp-io 31.0.0", - "sp-mmr-primitives 27.0.0", - "sp-runtime 32.0.0", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", + "sp-weights", ] [[package]] @@ -8793,33 +7774,16 @@ version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf8ccec82827413f031689fef4c714fdb0213d58c7a6e208d33f5eab80483770" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-mmr-primitives 33.0.0", - "sp-runtime 38.0.0", - "sp-std", -] - -[[package]] -name = "pallet-multisig" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "176f6a5c170185f892a047c0ae189bc52eb390f2c0b94d4261ed0ebc7f82a548" -dependencies = [ - "frame-benchmarking 29.0.0", - "frame-support 29.0.2", - "frame-system 29.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-io 31.0.0", - "sp-runtime 32.0.0", + "sp-core", + "sp-io", + "sp-mmr-primitives", + "sp-runtime", "sp-std", ] @@ -8829,14 +7793,14 @@ version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "be58483d827602eb8353ecf36aed65c857f0974db5d27981831e5ebf853040bd" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-io", + "sp-runtime", "sp-std", ] @@ -8846,34 +7810,15 @@ version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7dcaa330221f60feaf3b23d495cccc3bf2a3d6254c596b3c032273c2b46d4078" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", - "pallet-assets 37.0.0", - "pallet-nfts 30.0.0", + "pallet-assets", + "pallet-nfts", "parity-scale-codec", "scale-info", - "sp-runtime 38.0.0", - "sp-std", -] - -[[package]] -name = "pallet-nfts" -version = "23.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3a8978bd9c43ac5ebaa7a26e5bd0c130b037d7cde97189e1a62fa64e5ee1ef1" -dependencies = [ - "enumflags2", - "frame-benchmarking 29.0.0", - "frame-support 29.0.2", - "frame-system 29.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-core 29.0.0", - "sp-io 31.0.0", - "sp-runtime 32.0.0", + "sp-runtime", "sp-std", ] @@ -8881,30 +7826,18 @@ dependencies = [ name = "pallet-nfts" version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e1cd476809de3840e19091a083d5a79178af1f108ad489706e1f9e04c8836a4" -dependencies = [ - "enumflags2", - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.0", - "sp-std", -] - -[[package]] -name = "pallet-nfts-runtime-api" -version = "15.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c412ca82207d43e651ef80a3be837220b82ad0d6c3174922c369ef301ea0e5af" +checksum = "3e1cd476809de3840e19091a083d5a79178af1f108ad489706e1f9e04c8836a4" dependencies = [ - "pallet-nfts 23.0.0", + "enumflags2", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", "parity-scale-codec", - "sp-api 27.0.1", + "scale-info", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", ] @@ -8914,9 +7847,9 @@ version = "22.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b0ca7a0446d2d3c27f726a016c6366218df2e0bfef9ed35886b252cfa9757f6c" dependencies = [ - "pallet-nfts 30.0.0", + "pallet-nfts", "parity-scale-codec", - "sp-api 33.0.0", + "sp-api", "sp-std", ] @@ -8926,35 +7859,15 @@ version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e77cba0e15749c8de2be65efffa51e02bd051b4e6fcf23360d43c3b6a859187c" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", - "parity-scale-codec", - "scale-info", - "sp-arithmetic 26.0.0", - "sp-core 34.0.0", - "sp-runtime 38.0.0", - "sp-std", -] - -[[package]] -name = "pallet-nomination-pools" -version = "26.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b62091305ec7426e71c3da2b0944c2df5a804109ee4d2e8f4fe34865e049f8ac" -dependencies = [ - "frame-support 29.0.2", - "frame-system 29.0.0", - "log", - "pallet-balances 29.0.2", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-core 29.0.0", - "sp-io 31.0.0", - "sp-runtime 32.0.0", - "sp-staking 27.0.0", + "sp-arithmetic", + "sp-core", + "sp-runtime", "sp-std", - "sp-tracing 16.0.0", ] [[package]] @@ -8963,39 +7876,18 @@ version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "36f8c994eb7298a394b58f98afd520b521b5d46f6f39eade4657eeaac9962471" dependencies = [ - "frame-support 36.0.0", - "frame-system 36.1.0", + "frame-support", + "frame-system", "log", - "pallet-balances 37.0.0", - "parity-scale-codec", - "scale-info", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.0", - "sp-staking 33.0.0", - "sp-std", - "sp-tracing 17.0.0", -] - -[[package]] -name = "pallet-nomination-pools-benchmarking" -version = "27.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18a1eba3078e2492cad15e4695f90eb3fc570386d9f71f8b81f709c7123fc6b5" -dependencies = [ - "frame-benchmarking 29.0.0", - "frame-election-provider-support 29.0.0", - "frame-support 29.0.2", - "frame-system 29.0.0", - "pallet-bags-list 28.0.0", - "pallet-nomination-pools 26.0.1", - "pallet-staking 29.0.3", + "pallet-balances", "parity-scale-codec", "scale-info", - "sp-runtime 32.0.0", - "sp-runtime-interface 25.0.0", - "sp-staking 27.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-staking", "sp-std", + "sp-tracing", ] [[package]] @@ -9004,31 +7896,19 @@ version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39ee599f2861e55fc6113c01e9b14d6e85fda46bac36a906b5dd5a951fa0455c" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-election-provider-support 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", - "pallet-bags-list 35.0.0", + "frame-benchmarking", + "frame-election-provider-support", + "frame-support", + "frame-system", + "pallet-bags-list", "pallet-delegated-staking", - "pallet-nomination-pools 33.0.0", - "pallet-staking 36.0.0", + "pallet-nomination-pools", + "pallet-staking", "parity-scale-codec", "scale-info", - "sp-runtime 38.0.0", - "sp-runtime-interface 28.0.0", - "sp-staking 33.0.0", - "sp-std", -] - -[[package]] -name = "pallet-nomination-pools-runtime-api" -version = "24.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc5b35e6c471a669437b987ff02e11e2283412c9ebaeec5334dec3f73bcea652" -dependencies = [ - "pallet-nomination-pools 26.0.1", - "parity-scale-codec", - "sp-api 27.0.1", + "sp-runtime", + "sp-runtime-interface", + "sp-staking", "sp-std", ] @@ -9038,27 +7918,9 @@ version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2906899d8f029780f0d9da77b90ae86f42bcfda5ac402c931406cd84852012ed" dependencies = [ - "pallet-nomination-pools 33.0.0", - "parity-scale-codec", - "sp-api 33.0.0", - "sp-std", -] - -[[package]] -name = "pallet-offences" -version = "28.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60b5bcfdc4f6032d7570929094fd459de12d840c440c395fb4d365d679e13eda" -dependencies = [ - "frame-support 29.0.2", - "frame-system 29.0.0", - "log", - "pallet-balances 29.0.2", + "pallet-nomination-pools", "parity-scale-codec", - "scale-info", - "serde", - "sp-runtime 32.0.0", - "sp-staking 27.0.0", + "sp-api", "sp-std", ] @@ -9068,40 +7930,15 @@ version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4859e7bb2af46d2e0f137c2f777adf39f0e5d4d188226158d599f1cfcfb76b9e" dependencies = [ - "frame-support 36.0.0", - "frame-system 36.1.0", + "frame-support", + "frame-system", "log", - "pallet-balances 37.0.0", + "pallet-balances", "parity-scale-codec", "scale-info", "serde", - "sp-runtime 38.0.0", - "sp-staking 33.0.0", - "sp-std", -] - -[[package]] -name = "pallet-offences-benchmarking" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbc33e3086c19235cb903cbbbde1bc1c4f428519ad4c23446dc84c75d0061582" -dependencies = [ - "frame-benchmarking 29.0.0", - "frame-election-provider-support 29.0.0", - "frame-support 29.0.2", - "frame-system 29.0.0", - "log", - "pallet-babe 29.0.0", - "pallet-balances 29.0.2", - "pallet-grandpa 29.0.0", - "pallet-im-online 28.0.0", - "pallet-offences 28.0.0", - "pallet-session 29.0.0", - "pallet-staking 29.0.3", - "parity-scale-codec", - "scale-info", - "sp-runtime 32.0.0", - "sp-staking 27.0.0", + "sp-runtime", + "sp-staking", "sp-std", ] @@ -9111,22 +7948,22 @@ version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4351b0edafcdf3240f0471c638b39d2c981bde9d17c0172536a0aa3b7c3097ef" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-election-provider-support 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", + "frame-benchmarking", + "frame-election-provider-support", + "frame-support", + "frame-system", "log", - "pallet-babe 36.0.0", - "pallet-balances 37.0.0", - "pallet-grandpa 36.0.0", - "pallet-im-online 35.0.0", - "pallet-offences 35.0.0", - "pallet-session 36.0.0", - "pallet-staking 36.0.0", + "pallet-babe", + "pallet-balances", + "pallet-grandpa", + "pallet-im-online", + "pallet-offences", + "pallet-session", + "pallet-staking", "parity-scale-codec", "scale-info", - "sp-runtime 38.0.0", - "sp-staking 33.0.0", + "sp-runtime", + "sp-staking", "sp-std", ] @@ -9137,33 +7974,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "58d9a81a93202105a660e6aa3d3f81638bdd109ca0497f3e528529cd52d034db" dependencies = [ "docify", - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "paste", "scale-info", "serde", - "sp-core 34.0.0", - "sp-runtime 38.0.0", - "sp-std", -] - -[[package]] -name = "pallet-preimage" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7344a30c304771beb90aec34604100185e47cdc0366e268ad18922de602a0c7e" -dependencies = [ - "frame-benchmarking 29.0.0", - "frame-support 29.0.2", - "frame-system 29.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-core 29.0.0", - "sp-io 31.0.0", - "sp-runtime 32.0.0", + "sp-core", + "sp-runtime", "sp-std", ] @@ -9173,31 +7992,15 @@ version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "68ac726abc5b1bcd6c8f783514b8e1a48be32c7d15e0b263e4bc28cc1e4e7763" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.0", - "sp-std", -] - -[[package]] -name = "pallet-proxy" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7aa31a0b91e8060b808c3e3407e4578a5e94503b174b9e99769147b24fb2c56" -dependencies = [ - "frame-benchmarking 29.0.0", - "frame-support 29.0.2", - "frame-system 29.0.0", - "parity-scale-codec", - "scale-info", - "sp-io 31.0.0", - "sp-runtime 32.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", ] @@ -9207,13 +8010,13 @@ version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b4e12680e176607815a78a0cd10a52af50790292cb950404f30a885e2a7229e9" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-io", + "sp-runtime", "sp-std", ] @@ -9223,17 +8026,17 @@ version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "862ea8d386ed5737e859470c43cbfd9652c81398cad29e03ae7846c21aaee4c6" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", + "frame-benchmarking", + "frame-support", + "frame-system", "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", - "sp-arithmetic 26.0.0", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", ] @@ -9243,33 +8046,13 @@ version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b24d4131bc79fee0b07550136ca6329faa84c1c3e76ae62a74aef6b1da0b95b4" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", - "parity-scale-codec", - "scale-info", - "sp-io 37.0.0", - "sp-runtime 38.0.0", - "sp-std", -] - -[[package]] -name = "pallet-referenda" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da850889e7101b63cadb980b7f39df67feb6d63bc6092769b9b708e9eb596db1" -dependencies = [ - "assert_matches", - "frame-benchmarking 29.0.0", - "frame-support 29.0.2", - "frame-system 29.0.0", - "log", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "serde", - "sp-arithmetic 24.0.0", - "sp-io 31.0.0", - "sp-runtime 32.0.0", + "sp-io", + "sp-runtime", "sp-std", ] @@ -9280,16 +8063,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b2c906a9c4573eb58de4134ec7180bf12c6769df2b9859dae8adcbc5fce78add" dependencies = [ "assert_matches", - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic 26.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-arithmetic", + "sp-io", + "sp-runtime", "sp-std", ] @@ -9299,33 +8082,14 @@ version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fa61642f7bdc1a393798aa1ff67bb8c29f8f184b6fce165e1079010d446a1e29" dependencies = [ - "frame-support 36.0.0", - "frame-system 36.1.0", - "parity-scale-codec", - "scale-info", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.0", - "sp-std", -] - -[[package]] -name = "pallet-scheduler" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45e2a4ebe6a5f98b14a26deed8d7a1ea28bb2c2d3ad4d6dc129a725523a2042d" -dependencies = [ - "docify", - "frame-benchmarking 29.0.0", - "frame-support 29.0.2", - "frame-system 29.0.0", - "log", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-io 31.0.0", - "sp-runtime 32.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", - "sp-weights 28.0.0", ] [[package]] @@ -9335,39 +8099,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b170d6aa191197d3f50b1193925546972ffc394376ead4d2739eb40909b73c85" dependencies = [ "docify", - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-io 37.0.0", - "sp-runtime 38.0.0", - "sp-std", - "sp-weights 31.0.0", -] - -[[package]] -name = "pallet-session" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7412ac59247b300feee53709f7009a23d1c6f8c70528599f48f44e102d896d03" -dependencies = [ - "frame-support 29.0.2", - "frame-system 29.0.0", - "impl-trait-for-tuples", + "frame-benchmarking", + "frame-support", + "frame-system", "log", - "pallet-timestamp 28.0.0", "parity-scale-codec", "scale-info", - "sp-core 29.0.0", - "sp-io 31.0.0", - "sp-runtime 32.0.0", - "sp-session 28.0.0", - "sp-staking 27.0.0", - "sp-state-machine 0.36.0", + "sp-io", + "sp-runtime", "sp-std", - "sp-trie 30.0.0", + "sp-weights", ] [[package]] @@ -9376,39 +8117,21 @@ version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7c92b24c911c2cfa5351616edc7f2f93427ea6f4f95efdb13f0f5d51997939c3" dependencies = [ - "frame-support 36.0.0", - "frame-system 36.1.0", + "frame-support", + "frame-system", "impl-trait-for-tuples", "log", - "pallet-timestamp 35.0.0", + "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.0", - "sp-session 34.0.0", - "sp-staking 33.0.0", - "sp-state-machine 0.42.0", - "sp-std", - "sp-trie 36.0.0", -] - -[[package]] -name = "pallet-session-benchmarking" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9c2731415381020db1e78db8b40207f8423a16099e78f2fde599cbcb57ea8db" -dependencies = [ - "frame-benchmarking 29.0.0", - "frame-support 29.0.2", - "frame-system 29.0.0", - "pallet-session 29.0.0", - "pallet-staking 29.0.3", - "parity-scale-codec", - "rand", - "sp-runtime 32.0.0", - "sp-session 28.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-session", + "sp-staking", + "sp-state-machine", "sp-std", + "sp-trie", ] [[package]] @@ -9417,15 +8140,15 @@ version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bd02aaf5f10734670346677042ece94fae20dcd5436eafeb9b429d8d6d5b6385" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", - "pallet-session 36.0.0", - "pallet-staking 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", + "pallet-session", + "pallet-staking", "parity-scale-codec", "rand", - "sp-runtime 38.0.0", - "sp-session 34.0.0", + "sp-runtime", + "sp-session", "sp-std", ] @@ -9435,40 +8158,16 @@ version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "66b60b1d726532317f9965bab4995aa49b73f9b7ca3b9a0f75d158bd84686c5f" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", - "log", - "parity-scale-codec", - "rand_chacha 0.3.1", - "scale-info", - "sp-arithmetic 26.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.0", - "sp-std", -] - -[[package]] -name = "pallet-staking" -version = "29.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "061b00814eb794a40df4eca7972a7c67b26473cd85cc7c54f5816ae49ad6e11b" -dependencies = [ - "frame-benchmarking 29.0.0", - "frame-election-provider-support 29.0.0", - "frame-support 29.0.2", - "frame-system 29.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", - "pallet-authorship 29.0.0", - "pallet-session 29.0.0", "parity-scale-codec", - "rand_chacha 0.2.2", + "rand_chacha", "scale-info", - "serde", - "sp-application-crypto 31.0.0", - "sp-io 31.0.0", - "sp-runtime 32.0.0", - "sp-staking 27.0.0", + "sp-arithmetic", + "sp-io", + "sp-runtime", "sp-std", ] @@ -9478,36 +8177,24 @@ version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fbebdb060417654f215fc6f03675e5f44cfc83837d9e523e1b8fd9a4a2e1bdc2" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-election-provider-support 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", + "frame-benchmarking", + "frame-election-provider-support", + "frame-support", + "frame-system", "log", - "pallet-authorship 36.0.0", - "pallet-session 36.0.0", + "pallet-authorship", + "pallet-session", "parity-scale-codec", - "rand_chacha 0.3.1", + "rand_chacha", "scale-info", "serde", - "sp-application-crypto 37.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.0", - "sp-staking 33.0.0", + "sp-application-crypto", + "sp-io", + "sp-runtime", + "sp-staking", "sp-std", ] -[[package]] -name = "pallet-staking-reward-curve" -version = "11.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efca5a4a423427d2c83af5fe07ab648c16b91e3782c3cc23316fe0bd96b4c794" -dependencies = [ - "proc-macro-crate 3.1.0", - "proc-macro2", - "quote", - "syn 2.0.66", -] - [[package]] name = "pallet-staking-reward-curve" version = "12.0.0" @@ -9520,16 +8207,6 @@ dependencies = [ "syn 2.0.66", ] -[[package]] -name = "pallet-staking-reward-fn" -version = "20.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "505d45e08bad052f55fb51f00a6b6244d23ee46ffdc8091f6cddf4e3a880319d" -dependencies = [ - "log", - "sp-arithmetic 24.0.0", -] - [[package]] name = "pallet-staking-reward-fn" version = "22.0.0" @@ -9537,18 +8214,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "988a7ebeacc84d4bdb0b12409681e956ffe35438447d8f8bc78db547cffb6ebc" dependencies = [ "log", - "sp-arithmetic 26.0.0", -] - -[[package]] -name = "pallet-staking-runtime-api" -version = "15.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e47c73850103db30b61ef170107afe1ef0dab6905c495bd6dfb57b3c1dd81bc7" -dependencies = [ - "parity-scale-codec", - "sp-api 27.0.1", - "sp-staking 27.0.0", + "sp-arithmetic", ] [[package]] @@ -9558,26 +8224,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3350ef1795b832f4adc464e88fb6d44827bd3f98701b0b0bbee495267b444a92" dependencies = [ "parity-scale-codec", - "sp-api 33.0.0", - "sp-staking 33.0.0", -] - -[[package]] -name = "pallet-state-trie-migration" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d76e52dedc146b7a9c3b7c5a6ff4c4c442a8ab8cc58ec30e90e1e98cdc51ad34" -dependencies = [ - "frame-benchmarking 29.0.0", - "frame-support 29.0.2", - "frame-system 29.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-core 29.0.0", - "sp-io 31.0.0", - "sp-runtime 32.0.0", - "sp-std", + "sp-api", + "sp-staking", ] [[package]] @@ -9586,32 +8234,15 @@ version = "37.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e07f8626f4ff62ac79d6ad0bd01fab7645897ce35706ddb95fa084e75be9306d" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.0", - "sp-std", -] - -[[package]] -name = "pallet-sudo" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6d02f7855d411913e77e57126f4a8b8a32d90d9bf47d0b747e367a1301729c3" -dependencies = [ - "docify", - "frame-benchmarking 29.0.0", - "frame-support 29.0.2", - "frame-system 29.0.0", - "parity-scale-codec", - "scale-info", - "sp-io 31.0.0", - "sp-runtime 32.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", ] @@ -9622,35 +8253,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1bd2a8797c1bb3d3897b4f87a7716111da5eeb8561345277b6e6d70349ec8b35" dependencies = [ "docify", - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", - "parity-scale-codec", - "scale-info", - "sp-io 37.0.0", - "sp-runtime 38.0.0", - "sp-std", -] - -[[package]] -name = "pallet-timestamp" -version = "28.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1b8810ddfb254c7fb8cd7698229cce513d309a43ff117b38798dae6120f477b" -dependencies = [ - "docify", - "frame-benchmarking 29.0.0", - "frame-support 29.0.2", - "frame-system 29.0.0", - "log", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-inherents 27.0.0", - "sp-io 31.0.0", - "sp-runtime 32.0.0", + "sp-io", + "sp-runtime", "sp-std", - "sp-storage 20.0.0", - "sp-timestamp 27.0.0", ] [[package]] @@ -9660,18 +8270,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ae789d344be857679b0b98b28a67c747119724847f81d704d3fd03ee13fb6841" dependencies = [ "docify", - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-inherents 33.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-inherents", + "sp-io", + "sp-runtime", "sp-std", - "sp-storage 21.0.0", - "sp-timestamp 33.0.0", + "sp-storage", + "sp-timestamp", ] [[package]] @@ -9680,34 +8290,17 @@ version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f7dfec7872ee9e071209ae860094569745e8bd47564bacdba739256ee52cf78c" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", - "pallet-treasury 35.0.0", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.0", - "sp-std", -] - -[[package]] -name = "pallet-transaction-payment" -version = "29.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a5ba71f06f09e955b80dc313c333be3f8d9e8505b051558e0b7af4806b13310" -dependencies = [ - "frame-support 29.0.2", - "frame-system 29.0.0", + "pallet-treasury", "parity-scale-codec", "scale-info", "serde", - "sp-core 29.0.0", - "sp-io 31.0.0", - "sp-runtime 32.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", ] @@ -9717,14 +8310,14 @@ version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "74fb6114223c8d967c3c2f21cbc845e8ea604ff7e21a8e59d119d5a9257ba886" dependencies = [ - "frame-support 36.0.0", - "frame-system 36.1.0", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", "serde", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", ] @@ -9735,27 +8328,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a82898085607c7b00ef20fdce7c621790bf2b644c134918a172fe0a8f7f08e6c" dependencies = [ "jsonrpsee", - "pallet-transaction-payment-rpc-runtime-api 36.0.0", + "pallet-transaction-payment-rpc-runtime-api", "parity-scale-codec", - "sp-api 33.0.0", + "sp-api", "sp-blockchain", - "sp-core 34.0.0", + "sp-core", "sp-rpc", - "sp-runtime 38.0.0", - "sp-weights 31.0.0", -] - -[[package]] -name = "pallet-transaction-payment-rpc-runtime-api" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c78bcba80c7c61712b98a6b5640975ebd25ceb688c18e975af78a0fac81785b0" -dependencies = [ - "pallet-transaction-payment 29.0.2", - "parity-scale-codec", - "sp-api 27.0.1", - "sp-runtime 32.0.0", - "sp-weights 28.0.0", + "sp-runtime", + "sp-weights", ] [[package]] @@ -9764,31 +8344,11 @@ version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f4bad1700ad7eb5ab254189e1df894d1d16b3626a3c4b9c45259ec4d9efc262c" dependencies = [ - "pallet-transaction-payment 36.0.0", - "parity-scale-codec", - "sp-api 33.0.0", - "sp-runtime 38.0.0", - "sp-weights 31.0.0", -] - -[[package]] -name = "pallet-treasury" -version = "28.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3eca44990d0d759213744f2d1f6fe1fadec1079a3e4e4da40556d6b4e42abbcd" -dependencies = [ - "docify", - "frame-benchmarking 29.0.0", - "frame-support 29.0.2", - "frame-system 29.0.0", - "impl-trait-for-tuples", - "pallet-balances 29.0.2", + "pallet-transaction-payment", "parity-scale-codec", - "scale-info", - "serde", - "sp-core 29.0.0", - "sp-runtime 32.0.0", - "sp-std", + "sp-api", + "sp-runtime", + "sp-weights", ] [[package]] @@ -9798,114 +8358,65 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c502615bb4fdd02856a131cb2a612ad40c26435ec938f65f11cae4ff230812b" dependencies = [ "docify", - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", + "frame-benchmarking", + "frame-support", + "frame-system", "impl-trait-for-tuples", - "pallet-balances 37.0.0", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 34.0.0", - "sp-runtime 38.0.0", - "sp-std", -] - -[[package]] -name = "pallet-uniques" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac9449d6e2cdcc4456466eff97a065c43dde678620551f5fd79072dec3b9f560" -dependencies = [ - "frame-benchmarking 29.0.0", - "frame-support 29.0.2", - "frame-system 29.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime 32.0.0", - "sp-std", -] - -[[package]] -name = "pallet-utility" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "954f15b98c3fdebb763bb5cea4ec6803fd180d540ec5b07a9fcb2c118251d52c" -dependencies = [ - "frame-benchmarking 29.0.0", - "frame-support 29.0.2", - "frame-system 29.0.0", - "parity-scale-codec", - "scale-info", - "sp-core 29.0.0", - "sp-io 31.0.0", - "sp-runtime 32.0.0", - "sp-std", -] - -[[package]] -name = "pallet-utility" -version = "36.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3238fe6ad00da6a137be115904c39cab97eb5c7f03da0bb1a20de1bef03f0c71" -dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", + "pallet-balances", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.0", + "serde", + "sp-core", + "sp-runtime", "sp-std", ] [[package]] -name = "pallet-vesting" -version = "29.0.0" +name = "pallet-uniques" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4525f3038cdf078fea39d913c563ca626f09a615e7724f0c9eac97743c75ff44" +checksum = "4a59e8599a8c19908e934645f845b5cb546cef1f08745319db7e5b9c24f9e0e4" dependencies = [ - "frame-benchmarking 29.0.0", - "frame-support 29.0.2", - "frame-system 29.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-runtime 32.0.0", + "sp-runtime", "sp-std", ] [[package]] -name = "pallet-vesting" +name = "pallet-utility" version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78f7f0f4fe5e1d851e85d81e5e73b6f929f0c35af786ce8be9c9e3363717c136" +checksum = "3238fe6ad00da6a137be115904c39cab97eb5c7f03da0bb1a20de1bef03f0c71" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", - "log", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-runtime 38.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", ] [[package]] -name = "pallet-whitelist" -version = "28.0.0" +name = "pallet-vesting" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da0ad4ce05688bdddcdb682cbed2f3edff0ee5349f0b745ebacc27d179582432" +checksum = "78f7f0f4fe5e1d851e85d81e5e73b6f929f0c35af786ce8be9c9e3363717c136" dependencies = [ - "frame-benchmarking 29.0.0", - "frame-support 29.0.2", - "frame-system 29.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", "parity-scale-codec", "scale-info", - "sp-api 27.0.1", - "sp-runtime 32.0.0", + "sp-runtime", "sp-std", ] @@ -9915,40 +8426,16 @@ version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3e4f27640279229eb73fde0cb06e98b799305e6b0bc724f4dfbef2001ab4ad00" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-api 33.0.0", - "sp-runtime 38.0.0", + "sp-api", + "sp-runtime", "sp-std", ] -[[package]] -name = "pallet-xcm" -version = "8.0.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba9138b04168b07b1aff4a2079f5514753c31dddba40e5fb471b9cda7da27ad6" -dependencies = [ - "bounded-collections 0.2.0", - "frame-benchmarking 29.0.0", - "frame-support 29.0.2", - "frame-system 29.0.0", - "log", - "pallet-balances 29.0.2", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 29.0.0", - "sp-io 31.0.0", - "sp-runtime 32.0.0", - "sp-std", - "staging-xcm 8.0.1", - "staging-xcm-builder 8.0.3", - "staging-xcm-executor 8.0.2", -] - [[package]] name = "pallet-xcm" version = "15.0.0" @@ -9956,82 +8443,42 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fe7409458b7fedc5c7d46459da154ccc2dc22a843ce08e8ab6c1743ef5cf972c" dependencies = [ "bounded-collections 0.2.0", - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", - "pallet-balances 37.0.0", + "pallet-balances", "parity-scale-codec", "scale-info", "serde", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", - "staging-xcm 14.1.0", - "staging-xcm-builder 15.0.0", - "staging-xcm-executor 15.0.0", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", "xcm-runtime-apis", ] -[[package]] -name = "pallet-xcm-benchmarks" -version = "8.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c10e1c92086ce2069a3d2387d9431f48660b6ec92054c4d0a4e30a9f54e7ad3" -dependencies = [ - "frame-benchmarking 29.0.0", - "frame-support 29.0.2", - "frame-system 29.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-io 31.0.0", - "sp-runtime 32.0.0", - "sp-std", - "staging-xcm 8.0.1", - "staging-xcm-builder 8.0.3", - "staging-xcm-executor 8.0.2", -] - [[package]] name = "pallet-xcm-benchmarks" version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2f177a171203cc0bec3cff1bdd5d3b926abfbd0ecf347e044b147194e664f717" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-io 37.0.0", - "sp-runtime 38.0.0", - "sp-std", - "staging-xcm 14.1.0", - "staging-xcm-builder 15.0.0", - "staging-xcm-executor 15.0.0", -] - -[[package]] -name = "pallet-xcm-bridge-hub-router" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd5bd3947da7f031c86904f12b6690bbecd2efa122906a8dd838499150fe4322" -dependencies = [ - "bp-xcm-bridge-hub-router 0.7.0", - "frame-benchmarking 29.0.0", - "frame-support 29.0.2", - "frame-system 29.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-core 29.0.0", - "sp-runtime 32.0.0", + "sp-io", + "sp-runtime", "sp-std", - "staging-xcm 8.0.1", - "staging-xcm-builder 8.0.3", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", ] [[package]] @@ -10040,50 +8487,18 @@ version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f48bd38d4061a51f263f4c08021e66100e16cbda9978fba163d2544637b31dab" dependencies = [ - "bp-xcm-bridge-hub-router 0.13.0", - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", + "bp-xcm-bridge-hub-router", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-runtime 38.0.0", - "sp-std", - "staging-xcm 14.1.0", - "staging-xcm-builder 15.0.0", -] - -[[package]] -name = "parachains-common" -version = "8.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "711a4c073e7c83aac7e414ba16c7c641d6d9e22e6d32f9775ff35b2464ffd7ff" -dependencies = [ - "cumulus-primitives-core 0.8.0", - "cumulus-primitives-utility 0.8.1", - "frame-support 29.0.2", - "frame-system 29.0.0", - "log", - "pallet-asset-tx-payment 29.0.0", - "pallet-assets 30.0.0", - "pallet-authorship 29.0.0", - "pallet-balances 29.0.2", - "pallet-collator-selection 10.0.3", - "pallet-message-queue 32.0.0", - "pallet-xcm 8.0.5", - "parity-scale-codec", - "polkadot-primitives 8.0.1", - "scale-info", - "sp-consensus-aura 0.33.0", - "sp-core 29.0.0", - "sp-io 31.0.0", - "sp-runtime 32.0.0", + "sp-core", + "sp-runtime", "sp-std", - "staging-parachain-info 0.8.0", - "staging-xcm 8.0.1", - "staging-xcm-executor 8.0.2", - "substrate-wasm-builder 18.0.1", + "staging-xcm", + "staging-xcm-builder", ] [[package]] @@ -10092,30 +8507,30 @@ version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9319e656eebdf161666e54a4d8e24f73137f702f01600247f7be650bc4d46167" dependencies = [ - "cumulus-primitives-core 0.14.0", - "cumulus-primitives-utility 0.15.0", - "frame-support 36.0.0", - "frame-system 36.1.0", + "cumulus-primitives-core", + "cumulus-primitives-utility", + "frame-support", + "frame-system", "log", - "pallet-asset-tx-payment 36.0.0", - "pallet-assets 37.0.0", - "pallet-authorship 36.0.0", - "pallet-balances 37.0.0", - "pallet-collator-selection 17.0.0", - "pallet-message-queue 39.0.0", - "pallet-xcm 15.0.0", - "parity-scale-codec", - "polkadot-primitives 14.0.0", + "pallet-asset-tx-payment", + "pallet-assets", + "pallet-authorship", + "pallet-balances", + "pallet-collator-selection", + "pallet-message-queue", + "pallet-xcm", + "parity-scale-codec", + "polkadot-primitives", "scale-info", - "sp-consensus-aura 0.39.0", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-consensus-aura", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", - "staging-parachain-info 0.15.0", - "staging-xcm 14.1.0", - "staging-xcm-executor 15.0.0", - "substrate-wasm-builder 23.0.0", + "staging-parachain-info", + "staging-xcm", + "staging-xcm-executor", + "substrate-wasm-builder", ] [[package]] @@ -10124,30 +8539,30 @@ version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c778447d2e71a418b083c0458579d0f8d13872f43c63142d9e5157edea000bdd" dependencies = [ - "cumulus-pallet-parachain-system 0.15.0", - "cumulus-pallet-xcmp-queue 0.15.0", - "cumulus-primitives-core 0.14.0", - "cumulus-primitives-parachain-inherent 0.14.0", + "cumulus-pallet-parachain-system", + "cumulus-pallet-xcmp-queue", + "cumulus-primitives-core", + "cumulus-primitives-parachain-inherent", "cumulus-test-relay-sproof-builder", - "frame-support 36.0.0", - "frame-system 36.1.0", - "pallet-balances 37.0.0", - "pallet-collator-selection 17.0.0", - "pallet-session 36.0.0", - "pallet-timestamp 35.0.0", - "pallet-xcm 15.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 13.0.0", - "sp-consensus-aura 0.39.0", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.0", + "frame-support", + "frame-system", + "pallet-balances", + "pallet-collator-selection", + "pallet-session", + "pallet-timestamp", + "pallet-xcm", + "parity-scale-codec", + "polkadot-parachain-primitives", + "sp-consensus-aura", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", - "sp-tracing 17.0.0", - "staging-parachain-info 0.15.0", - "staging-xcm 14.1.0", - "staging-xcm-executor 15.0.0", - "substrate-wasm-builder 23.0.0", + "sp-tracing", + "staging-parachain-info", + "staging-xcm", + "staging-xcm-executor", + "substrate-wasm-builder", ] [[package]] @@ -10158,7 +8573,7 @@ checksum = "4e69bf016dc406eff7d53a7d3f7cf1c2e72c82b9088aac1118591e36dd2cd3e9" dependencies = [ "bitcoin_hashes 0.13.0", "rand", - "rand_core 0.6.4", + "rand_core", "serde", "unicode-normalization", ] @@ -10312,116 +8727,6 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7924d1d0ad836f665c9065e26d016c673ece3993f30d340068b16f282afc1156" -[[package]] -name = "paseo-runtime" -version = "1.2.5" -source = "git+https://github.com/paseo-network/runtimes/?tag=v1.2.5-system-chains#2fa66a19eef96bd2c079385057fab2564d09b751" -dependencies = [ - "binary-merkle-tree 14.0.0", - "frame-benchmarking 29.0.0", - "frame-election-provider-support 29.0.0", - "frame-executive 29.0.0", - "frame-metadata-hash-extension 0.1.0", - "frame-support 29.0.2", - "frame-system 29.0.0", - "frame-system-benchmarking 29.0.0", - "frame-system-rpc-runtime-api 27.0.0", - "frame-try-runtime 0.35.0", - "log", - "pallet-asset-rate 8.0.0", - "pallet-authority-discovery 29.0.1", - "pallet-authorship 29.0.0", - "pallet-babe 29.0.0", - "pallet-bags-list 28.0.0", - "pallet-balances 29.0.2", - "pallet-beefy 29.0.0", - "pallet-beefy-mmr 29.0.0", - "pallet-bounties 28.0.0", - "pallet-child-bounties 28.0.0", - "pallet-conviction-voting 29.0.0", - "pallet-election-provider-multi-phase 28.0.0", - "pallet-election-provider-support-benchmarking 28.0.0", - "pallet-fast-unstake 28.0.0", - "pallet-grandpa 29.0.0", - "pallet-identity 29.0.1", - "pallet-indices 29.0.0", - "pallet-message-queue 32.0.0", - "pallet-mmr 28.0.0", - "pallet-multisig 29.0.0", - "pallet-nomination-pools 26.0.1", - "pallet-nomination-pools-benchmarking 27.0.0", - "pallet-nomination-pools-runtime-api 24.0.0", - "pallet-offences 28.0.0", - "pallet-offences-benchmarking 29.0.0", - "pallet-preimage 29.0.0", - "pallet-proxy 29.0.0", - "pallet-referenda 29.0.0", - "pallet-scheduler 30.0.0", - "pallet-session 29.0.0", - "pallet-session-benchmarking 29.0.0", - "pallet-staking 29.0.3", - "pallet-staking-reward-curve 11.0.0", - "pallet-staking-reward-fn 20.0.0", - "pallet-staking-runtime-api 15.0.1", - "pallet-state-trie-migration 30.0.0", - "pallet-sudo 29.0.0", - "pallet-timestamp 28.0.0", - "pallet-transaction-payment 29.0.2", - "pallet-transaction-payment-rpc-runtime-api 29.0.0", - "pallet-treasury 28.0.1", - "pallet-utility 29.0.0", - "pallet-vesting 29.0.0", - "pallet-whitelist 28.0.0", - "pallet-xcm 8.0.5", - "pallet-xcm-benchmarks 8.0.2", - "parity-scale-codec", - "paseo-runtime-constants", - "polkadot-primitives 8.0.1", - "polkadot-runtime-common 8.0.3", - "polkadot-runtime-parachains 8.0.3", - "scale-info", - "sp-api 27.0.1", - "sp-application-crypto 31.0.0", - "sp-arithmetic 24.0.0", - "sp-authority-discovery 27.0.0", - "sp-block-builder 27.0.0", - "sp-consensus-babe 0.33.0", - "sp-consensus-beefy 14.0.0", - "sp-core 29.0.0", - "sp-debug-derive", - "sp-genesis-builder 0.8.0", - "sp-inherents 27.0.0", - "sp-io 31.0.0", - "sp-npos-elections 27.0.0", - "sp-offchain 27.0.0", - "sp-runtime 32.0.0", - "sp-session 28.0.0", - "sp-staking 27.0.0", - "sp-std", - "sp-storage 20.0.0", - "sp-transaction-pool 27.0.0", - "sp-version 30.0.0", - "staging-xcm 8.0.1", - "staging-xcm-builder 8.0.3", - "staging-xcm-executor 8.0.2", - "substrate-wasm-builder 18.0.1", -] - -[[package]] -name = "paseo-runtime-constants" -version = "1.0.0" -source = "git+https://github.com/paseo-network/runtimes/?tag=v1.2.5-system-chains#2fa66a19eef96bd2c079385057fab2564d09b751" -dependencies = [ - "frame-support 29.0.2", - "polkadot-primitives 8.0.1", - "polkadot-runtime-common 8.0.3", - "smallvec", - "sp-core 29.0.0", - "sp-runtime 32.0.0", - "sp-weights 28.0.0", - "staging-xcm-builder 8.0.3", -] - [[package]] name = "password-hash" version = "0.5.0" @@ -10429,7 +8734,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166" dependencies = [ "base64ct", - "rand_core 0.6.4", + "rand_core", "subtle 2.5.0", ] @@ -10439,15 +8744,6 @@ version = "1.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" -[[package]] -name = "pbkdf2" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa" -dependencies = [ - "crypto-mac 0.11.0", -] - [[package]] name = "pbkdf2" version = "0.12.2" @@ -10615,7 +8911,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 14.0.0", + "polkadot-primitives", "rand", "tracing-gum", ] @@ -10632,7 +8928,7 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 14.0.0", + "polkadot-primitives", "rand", "tracing-gum", ] @@ -10652,12 +8948,12 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 14.0.0", + "polkadot-primitives", "rand", "sc-network", "schnellru", - "sp-core 34.0.0", - "sp-keystore 0.40.0", + "sp-core", + "sp-keystore", "thiserror", "tracing-gum", ] @@ -10677,7 +8973,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 14.0.0", + "polkadot-primitives", "rand", "sc-network", "schnellru", @@ -10716,11 +9012,11 @@ dependencies = [ "sc-storage-monitor", "sc-sysinfo", "sc-tracing", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-keyring 38.0.0", + "sp-core", + "sp-io", + "sp-keyring", "sp-maybe-compressed-blob", - "sp-runtime 38.0.0", + "sp-runtime", "substrate-build-script-utils", "thiserror", ] @@ -10739,28 +9035,15 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 14.0.0", - "sp-core 34.0.0", - "sp-keystore 0.40.0", - "sp-runtime 38.0.0", + "polkadot-primitives", + "sp-core", + "sp-keystore", + "sp-runtime", "thiserror", "tokio-util", "tracing-gum", ] -[[package]] -name = "polkadot-core-primitives" -version = "8.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6a08e4e014c853b252ecbbe3ccd67b2d33d78e46988d309b8cccf4ac06e25ef" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-core 29.0.0", - "sp-runtime 32.0.0", - "sp-std", -] - [[package]] name = "polkadot-core-primitives" version = "14.0.0" @@ -10769,8 +9052,8 @@ checksum = "17c72ee63bcf920f963cd7ac066759b0b649350c8ab3781a85a6aac87b1488f2" dependencies = [ "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-runtime 38.0.0", + "sp-core", + "sp-runtime", "sp-std", ] @@ -10791,11 +9074,11 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 14.0.0", + "polkadot-primitives", "sc-network", "schnellru", - "sp-application-crypto 37.0.0", - "sp-keystore 0.40.0", + "sp-application-crypto", + "sp-keystore", "thiserror", "tracing-gum", ] @@ -10808,10 +9091,10 @@ checksum = "6a39a54a269817e09d602b4e9c527905f9e367ff7c6337b1b3e1e048515f6b59" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", - "polkadot-primitives 14.0.0", + "polkadot-primitives", "reed-solomon-novelpoly", - "sp-core 34.0.0", - "sp-trie 36.0.0", + "sp-core", + "sp-trie", "thiserror", ] @@ -10826,15 +9109,15 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 14.0.0", + "polkadot-primitives", "rand", - "rand_chacha 0.3.1", + "rand_chacha", "sc-network", "sc-network-common", - "sp-application-crypto 37.0.0", - "sp-core 34.0.0", + "sp-application-crypto", + "sp-core", "sp-crypto-hashing", - "sp-keystore 0.40.0", + "sp-keystore", "tracing-gum", ] @@ -10855,7 +9138,7 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 14.0.0", + "polkadot-primitives", "sc-network", "sp-consensus", "thiserror", @@ -10874,8 +9157,8 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 14.0.0", - "sp-core 34.0.0", + "polkadot-primitives", + "sp-core", "sp-maybe-compressed-blob", "thiserror", "tracing-gum", @@ -10900,17 +9183,17 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 14.0.0", + "polkadot-primitives", "rand", - "rand_chacha 0.3.1", - "rand_core 0.6.4", + "rand_chacha", + "rand_core", "sc-keystore", "schnellru", "schnorrkel 0.11.4", - "sp-application-crypto 37.0.0", + "sp-application-crypto", "sp-consensus", - "sp-consensus-slots 0.39.0", - "sp-runtime 38.0.0", + "sp-consensus-slots", + "sp-runtime", "thiserror", "tracing-gum", ] @@ -10932,7 +9215,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 14.0.0", + "polkadot-primitives", "sp-consensus", "thiserror", "tracing-gum", @@ -10951,10 +9234,10 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 14.0.0", + "polkadot-primitives", "polkadot-statement-table", "schnellru", - "sp-keystore 0.40.0", + "sp-keystore", "thiserror", "tracing-gum", ] @@ -10968,8 +9251,8 @@ dependencies = [ "futures", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 14.0.0", - "sp-keystore 0.40.0", + "polkadot-primitives", + "sp-keystore", "thiserror", "tracing-gum", "wasm-timer", @@ -10991,8 +9274,8 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-parachain-primitives 13.0.0", - "polkadot-primitives 14.0.0", + "polkadot-parachain-primitives", + "polkadot-primitives", "sp-maybe-compressed-blob", "tracing-gum", ] @@ -11025,7 +9308,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 14.0.0", + "polkadot-primitives", "thiserror", "tracing-gum", ] @@ -11043,7 +9326,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 14.0.0", + "polkadot-primitives", "sc-keystore", "schnellru", "thiserror", @@ -11061,9 +9344,9 @@ dependencies = [ "futures-timer", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 14.0.0", + "polkadot-primitives", "sp-blockchain", - "sp-inherents 33.0.0", + "sp-inherents", "thiserror", "tracing-gum", ] @@ -11081,7 +9364,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 14.0.0", + "polkadot-primitives", "thiserror", "tracing-gum", ] @@ -11099,7 +9382,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 14.0.0", + "polkadot-primitives", "schnellru", "thiserror", "tracing-gum", @@ -11119,16 +9402,16 @@ dependencies = [ "futures-timer", "parity-scale-codec", "pin-project", - "polkadot-core-primitives 14.0.0", + "polkadot-core-primitives", "polkadot-node-core-pvf-common", "polkadot-node-metrics", "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-parachain-primitives 13.0.0", - "polkadot-primitives 14.0.0", + "polkadot-parachain-primitives", + "polkadot-primitives", "rand", "slotmap", - "sp-core 34.0.0", + "sp-core", "tempfile", "thiserror", "tokio", @@ -11146,8 +9429,8 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 14.0.0", - "sp-keystore 0.40.0", + "polkadot-primitives", + "sp-keystore", "thiserror", "tracing-gum", ] @@ -11164,17 +9447,17 @@ dependencies = [ "libc", "nix 0.28.0", "parity-scale-codec", - "polkadot-parachain-primitives 13.0.0", - "polkadot-primitives 14.0.0", + "polkadot-parachain-primitives", + "polkadot-primitives", "sc-executor", "sc-executor-common", "sc-executor-wasmtime", "seccompiler", - "sp-core 34.0.0", + "sp-core", "sp-crypto-hashing", - "sp-externalities 0.29.0", - "sp-io 37.0.0", - "sp-tracing 17.0.0", + "sp-externalities", + "sp-io", + "sp-tracing", "thiserror", "tracing-gum", ] @@ -11189,9 +9472,9 @@ dependencies = [ "polkadot-node-metrics", "polkadot-node-subsystem", "polkadot-node-subsystem-types", - "polkadot-primitives 14.0.0", + "polkadot-primitives", "schnellru", - "sp-consensus-babe 0.39.0", + "sp-consensus-babe", "tracing-gum", ] @@ -11207,10 +9490,10 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", "polkadot-node-primitives", - "polkadot-primitives 14.0.0", + "polkadot-primitives", "sc-network", "sc-network-types", - "sp-core 34.0.0", + "sp-core", "thiserror", "tokio", ] @@ -11226,7 +9509,7 @@ dependencies = [ "futures-timer", "log", "parity-scale-codec", - "polkadot-primitives 14.0.0", + "polkadot-primitives", "prioritized-metered-channel", "sc-cli", "sc-service", @@ -11251,12 +9534,12 @@ dependencies = [ "parity-scale-codec", "polkadot-node-jaeger", "polkadot-node-primitives", - "polkadot-primitives 14.0.0", + "polkadot-primitives", "rand", "sc-authority-discovery", "sc-network", "sc-network-types", - "sp-runtime 38.0.0", + "sp-runtime", "strum 0.26.2", "thiserror", "tracing-gum", @@ -11272,16 +9555,16 @@ dependencies = [ "bounded-vec", "futures", "parity-scale-codec", - "polkadot-parachain-primitives 13.0.0", - "polkadot-primitives 14.0.0", + "polkadot-parachain-primitives", + "polkadot-primitives", "schnorrkel 0.11.4", "serde", - "sp-application-crypto 37.0.0", - "sp-consensus-babe 0.39.0", - "sp-core 34.0.0", - "sp-keystore 0.40.0", + "sp-application-crypto", + "sp-consensus-babe", + "sp-core", + "sp-keystore", "sp-maybe-compressed-blob", - "sp-runtime 38.0.0", + "sp-runtime", "thiserror", "zstd 0.12.4", ] @@ -11312,18 +9595,18 @@ dependencies = [ "polkadot-node-jaeger", "polkadot-node-network-protocol", "polkadot-node-primitives", - "polkadot-primitives 14.0.0", + "polkadot-primitives", "polkadot-statement-table", "sc-client-api", "sc-network", "sc-network-types", "sc-transaction-pool-api", "smallvec", - "sp-api 33.0.0", - "sp-authority-discovery 33.0.0", + "sp-api", + "sp-authority-discovery", "sp-blockchain", - "sp-consensus-babe 0.39.0", - "sp-runtime 38.0.0", + "sp-consensus-babe", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", ] @@ -11353,14 +9636,14 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-types", "polkadot-overseer", - "polkadot-primitives 14.0.0", + "polkadot-primitives", "prioritized-metered-channel", "rand", "sc-client-api", "schnellru", - "sp-application-crypto 37.0.0", - "sp-core 34.0.0", - "sp-keystore 0.40.0", + "sp-application-crypto", + "sp-core", + "sp-keystore", "thiserror", "tracing-gum", ] @@ -11380,32 +9663,14 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-primitives", "polkadot-node-subsystem-types", - "polkadot-primitives 14.0.0", + "polkadot-primitives", "sc-client-api", - "sp-api 33.0.0", - "sp-core 34.0.0", + "sp-api", + "sp-core", "tikv-jemalloc-ctl", "tracing-gum", ] -[[package]] -name = "polkadot-parachain-primitives" -version = "7.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "248ab090959a92e61493277e33b7e85104280a4beb4cb0815137d3c8c50a07f4" -dependencies = [ - "bounded-collections 0.2.0", - "derive_more", - "parity-scale-codec", - "polkadot-core-primitives 8.0.0", - "scale-info", - "serde", - "sp-core 29.0.0", - "sp-runtime 32.0.0", - "sp-std", - "sp-weights 28.0.0", -] - [[package]] name = "polkadot-parachain-primitives" version = "13.0.0" @@ -11415,41 +9680,13 @@ dependencies = [ "bounded-collections 0.2.0", "derive_more", "parity-scale-codec", - "polkadot-core-primitives 14.0.0", - "scale-info", - "serde", - "sp-core 34.0.0", - "sp-runtime 38.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", - "hex-literal", - "log", - "parity-scale-codec", - "polkadot-core-primitives 8.0.0", - "polkadot-parachain-primitives 7.0.0", + "polkadot-core-primitives", "scale-info", "serde", - "sp-api 27.0.1", - "sp-application-crypto 31.0.0", - "sp-arithmetic 24.0.0", - "sp-authority-discovery 27.0.0", - "sp-consensus-slots 0.33.0", - "sp-core 29.0.0", - "sp-inherents 27.0.0", - "sp-io 31.0.0", - "sp-keystore 0.35.0", - "sp-runtime 32.0.0", - "sp-staking 27.0.0", + "sp-core", + "sp-runtime", "sp-std", + "sp-weights", ] [[package]] @@ -11462,21 +9699,21 @@ dependencies = [ "hex-literal", "log", "parity-scale-codec", - "polkadot-core-primitives 14.0.0", - "polkadot-parachain-primitives 13.0.0", + "polkadot-core-primitives", + "polkadot-parachain-primitives", "scale-info", "serde", - "sp-api 33.0.0", - "sp-application-crypto 37.0.0", - "sp-arithmetic 26.0.0", - "sp-authority-discovery 33.0.0", - "sp-consensus-slots 0.39.0", - "sp-core 34.0.0", - "sp-inherents 33.0.0", - "sp-io 37.0.0", - "sp-keystore 0.40.0", - "sp-runtime 38.0.0", - "sp-staking 33.0.0", + "sp-api", + "sp-application-crypto", + "sp-arithmetic", + "sp-authority-discovery", + "sp-consensus-slots", + "sp-core", + "sp-inherents", + "sp-io", + "sp-keystore", + "sp-runtime", + "sp-staking", "sp-std", ] @@ -11489,7 +9726,7 @@ dependencies = [ "jsonrpsee", "mmr-rpc", "pallet-transaction-payment-rpc", - "polkadot-primitives 14.0.0", + "polkadot-primitives", "sc-chain-spec", "sc-client-api", "sc-consensus-babe", @@ -11503,69 +9740,115 @@ dependencies = [ "sc-rpc-spec-v2", "sc-sync-state-rpc", "sc-transaction-pool-api", - "sp-api 33.0.0", - "sp-application-crypto 37.0.0", - "sp-block-builder 33.0.0", + "sp-api", + "sp-application-crypto", + "sp-block-builder", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.39.0", - "sp-consensus-beefy 20.0.0", - "sp-keystore 0.40.0", - "sp-runtime 38.0.0", + "sp-consensus-babe", + "sp-consensus-beefy", + "sp-keystore", + "sp-runtime", "substrate-frame-rpc-system", "substrate-state-trie-migration-rpc", ] [[package]] -name = "polkadot-runtime-common" -version = "8.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12a70422ca43d30457e2d9502a5e4af35e20fa2ff3f7cd46e0d2997c784f2665" -dependencies = [ - "bitvec", - "frame-benchmarking 29.0.0", - "frame-election-provider-support 29.0.0", - "frame-support 29.0.2", - "frame-system 29.0.0", - "impl-trait-for-tuples", - "libsecp256k1", - "log", - "pallet-asset-rate 8.0.0", - "pallet-authorship 29.0.0", - "pallet-babe 29.0.0", - "pallet-balances 29.0.2", - "pallet-broker 0.7.2", - "pallet-election-provider-multi-phase 28.0.0", - "pallet-fast-unstake 28.0.0", - "pallet-identity 29.0.1", - "pallet-session 29.0.0", - "pallet-staking 29.0.3", - "pallet-staking-reward-fn 20.0.0", - "pallet-timestamp 28.0.0", - "pallet-transaction-payment 29.0.2", - "pallet-treasury 28.0.1", - "pallet-vesting 29.0.0", - "parity-scale-codec", - "polkadot-primitives 8.0.1", - "polkadot-runtime-parachains 8.0.3", - "rustc-hex", +name = "polkadot-runtime" +version = "1.0.0" +source = "git+https://github.com/polkadot-fellows/runtimes#f42acab60edf4d6ded4d9e99b1a8fbacded85669" +dependencies = [ + "binary-merkle-tree", + "frame-benchmarking", + "frame-election-provider-support", + "frame-executive", + "frame-metadata-hash-extension", + "frame-support", + "frame-system", + "frame-system-benchmarking", + "frame-system-rpc-runtime-api", + "frame-try-runtime", + "log", + "pallet-asset-rate", + "pallet-authority-discovery", + "pallet-authorship", + "pallet-babe", + "pallet-bags-list", + "pallet-balances", + "pallet-beefy", + "pallet-beefy-mmr", + "pallet-bounties", + "pallet-broker", + "pallet-child-bounties", + "pallet-conviction-voting", + "pallet-election-provider-multi-phase", + "pallet-election-provider-support-benchmarking", + "pallet-fast-unstake", + "pallet-grandpa", + "pallet-im-online", + "pallet-indices", + "pallet-message-queue", + "pallet-mmr", + "pallet-multisig", + "pallet-nomination-pools", + "pallet-nomination-pools-benchmarking", + "pallet-nomination-pools-runtime-api", + "pallet-offences", + "pallet-offences-benchmarking", + "pallet-preimage", + "pallet-proxy", + "pallet-referenda", + "pallet-scheduler", + "pallet-session", + "pallet-session-benchmarking", + "pallet-staking", + "pallet-staking-reward-curve", + "pallet-staking-reward-fn", + "pallet-staking-runtime-api", + "pallet-state-trie-migration", + "pallet-timestamp", + "pallet-transaction-payment", + "pallet-transaction-payment-rpc-runtime-api", + "pallet-treasury", + "pallet-utility", + "pallet-vesting", + "pallet-whitelist", + "pallet-xcm", + "pallet-xcm-benchmarks", + "parity-scale-codec", + "polkadot-parachain-primitives", + "polkadot-primitives", + "polkadot-runtime-common", + "polkadot-runtime-constants", + "polkadot-runtime-parachains", "scale-info", - "serde", - "serde_derive", - "slot-range-helper 8.0.0", - "sp-api 27.0.1", - "sp-core 29.0.0", - "sp-inherents 27.0.0", - "sp-io 31.0.0", - "sp-npos-elections 27.0.0", - "sp-runtime 32.0.0", - "sp-session 28.0.0", - "sp-staking 27.0.0", + "serde_json", + "sp-api", + "sp-application-crypto", + "sp-arithmetic", + "sp-authority-discovery", + "sp-block-builder", + "sp-consensus-babe", + "sp-consensus-beefy", + "sp-core", + "sp-debug-derive", + "sp-genesis-builder", + "sp-inherents", + "sp-io", + "sp-npos-elections", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-staking", "sp-std", - "staging-xcm 8.0.1", - "staging-xcm-builder 8.0.3", - "staging-xcm-executor 8.0.2", - "static_assertions", + "sp-storage", + "sp-transaction-pool", + "sp-version", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", + "substrate-wasm-builder", + "xcm-runtime-apis", ] [[package]] @@ -11575,63 +9858,64 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "28fdcb41bb21c7b14d0341a9a17364ccc04ad34de05d41e7938cb03acbc11066" dependencies = [ "bitvec", - "frame-benchmarking 36.0.0", - "frame-election-provider-support 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", + "frame-benchmarking", + "frame-election-provider-support", + "frame-support", + "frame-system", "impl-trait-for-tuples", "libsecp256k1", "log", - "pallet-asset-rate 15.0.0", - "pallet-authorship 36.0.0", - "pallet-babe 36.0.0", - "pallet-balances 37.0.0", - "pallet-broker 0.15.0", - "pallet-election-provider-multi-phase 35.0.0", - "pallet-fast-unstake 35.0.0", - "pallet-identity 36.0.0", - "pallet-session 36.0.0", - "pallet-staking 36.0.0", - "pallet-staking-reward-fn 22.0.0", - "pallet-timestamp 35.0.0", - "pallet-transaction-payment 36.0.0", - "pallet-treasury 35.0.0", - "pallet-vesting 36.0.0", - "parity-scale-codec", - "polkadot-primitives 14.0.0", - "polkadot-runtime-parachains 15.0.3", + "pallet-asset-rate", + "pallet-authorship", + "pallet-babe", + "pallet-balances", + "pallet-broker", + "pallet-election-provider-multi-phase", + "pallet-fast-unstake", + "pallet-identity", + "pallet-session", + "pallet-staking", + "pallet-staking-reward-fn", + "pallet-timestamp", + "pallet-transaction-payment", + "pallet-treasury", + "pallet-vesting", + "parity-scale-codec", + "polkadot-primitives", + "polkadot-runtime-parachains", "rustc-hex", "scale-info", "serde", "serde_derive", - "slot-range-helper 14.0.0", - "sp-api 33.0.0", - "sp-core 34.0.0", - "sp-inherents 33.0.0", - "sp-io 37.0.0", - "sp-npos-elections 33.0.0", - "sp-runtime 38.0.0", - "sp-session 34.0.0", - "sp-staking 33.0.0", + "slot-range-helper", + "sp-api", + "sp-core", + "sp-inherents", + "sp-io", + "sp-npos-elections", + "sp-runtime", + "sp-session", + "sp-staking", "sp-std", - "staging-xcm 14.1.0", - "staging-xcm-builder 15.0.0", - "staging-xcm-executor 15.0.0", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", "static_assertions", ] [[package]] -name = "polkadot-runtime-metrics" -version = "8.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3566c6fd0c21b5dd555309427c984cf506f875ee90f710acea295b478fecbe0" +name = "polkadot-runtime-constants" +version = "1.0.0" +source = "git+https://github.com/polkadot-fellows/runtimes#f42acab60edf4d6ded4d9e99b1a8fbacded85669" dependencies = [ - "bs58 0.5.1", - "frame-benchmarking 29.0.0", - "parity-scale-codec", - "polkadot-primitives 8.0.1", - "sp-std", - "sp-tracing 16.0.0", + "frame-support", + "polkadot-primitives", + "polkadot-runtime-common", + "smallvec", + "sp-core", + "sp-runtime", + "sp-weights", + "staging-xcm-builder", ] [[package]] @@ -11641,61 +9925,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ac75b3fea8464e5681b44733ed11cf09e22ff1e956f6703b918b637bd40e7427" dependencies = [ "bs58 0.5.1", - "frame-benchmarking 36.0.0", + "frame-benchmarking", "parity-scale-codec", - "polkadot-primitives 14.0.0", - "sp-std", - "sp-tracing 17.0.0", -] - -[[package]] -name = "polkadot-runtime-parachains" -version = "8.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8d37cd3e014b06daf396d1483b5327782a0ebadc816423419665166b75b3e3e" -dependencies = [ - "bitflags 1.3.2", - "bitvec", - "derive_more", - "frame-benchmarking 29.0.0", - "frame-support 29.0.2", - "frame-system 29.0.0", - "impl-trait-for-tuples", - "log", - "pallet-authority-discovery 29.0.1", - "pallet-authorship 29.0.0", - "pallet-babe 29.0.0", - "pallet-balances 29.0.2", - "pallet-broker 0.7.2", - "pallet-message-queue 32.0.0", - "pallet-session 29.0.0", - "pallet-staking 29.0.3", - "pallet-timestamp 28.0.0", - "pallet-vesting 29.0.0", - "parity-scale-codec", - "polkadot-core-primitives 8.0.0", - "polkadot-parachain-primitives 7.0.0", - "polkadot-primitives 8.0.1", - "polkadot-runtime-metrics 8.0.0", - "rand", - "rand_chacha 0.3.1", - "rustc-hex", - "scale-info", - "serde", - "sp-api 27.0.1", - "sp-application-crypto 31.0.0", - "sp-arithmetic 24.0.0", - "sp-core 29.0.0", - "sp-inherents 27.0.0", - "sp-io 31.0.0", - "sp-keystore 0.35.0", - "sp-runtime 32.0.0", - "sp-session 28.0.0", - "sp-staking 27.0.0", + "polkadot-primitives", "sp-std", - "staging-xcm 8.0.1", - "staging-xcm-executor 8.0.2", - "static_assertions", + "sp-tracing", ] [[package]] @@ -11707,43 +9941,43 @@ dependencies = [ "bitflags 1.3.2", "bitvec", "derive_more", - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", + "frame-benchmarking", + "frame-support", + "frame-system", "impl-trait-for-tuples", "log", - "pallet-authority-discovery 36.0.0", - "pallet-authorship 36.0.0", - "pallet-babe 36.0.0", - "pallet-balances 37.0.0", - "pallet-broker 0.15.0", - "pallet-message-queue 39.0.0", - "pallet-session 36.0.0", - "pallet-staking 36.0.0", - "pallet-timestamp 35.0.0", - "pallet-vesting 36.0.0", - "parity-scale-codec", - "polkadot-core-primitives 14.0.0", - "polkadot-parachain-primitives 13.0.0", - "polkadot-primitives 14.0.0", - "polkadot-runtime-metrics 15.0.0", + "pallet-authority-discovery", + "pallet-authorship", + "pallet-babe", + "pallet-balances", + "pallet-broker", + "pallet-message-queue", + "pallet-session", + "pallet-staking", + "pallet-timestamp", + "pallet-vesting", + "parity-scale-codec", + "polkadot-core-primitives", + "polkadot-parachain-primitives", + "polkadot-primitives", + "polkadot-runtime-metrics", "rand", - "rand_chacha 0.3.1", + "rand_chacha", "scale-info", "serde", - "sp-api 33.0.0", - "sp-application-crypto 37.0.0", - "sp-arithmetic 26.0.0", - "sp-core 34.0.0", - "sp-inherents 33.0.0", - "sp-io 37.0.0", - "sp-keystore 0.40.0", - "sp-runtime 38.0.0", - "sp-session 34.0.0", - "sp-staking 33.0.0", + "sp-api", + "sp-application-crypto", + "sp-arithmetic", + "sp-core", + "sp-inherents", + "sp-io", + "sp-keystore", + "sp-runtime", + "sp-session", + "sp-staking", "sp-std", - "staging-xcm 14.1.0", - "staging-xcm-executor 15.0.0", + "staging-xcm", + "staging-xcm-executor", "static_assertions", ] @@ -11754,11 +9988,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fa560fb67981865b895082845c4ec43fabb206da5bf583ec5ef3561a8e3fc333" dependencies = [ "async-trait", - "frame-benchmarking 36.0.0", + "frame-benchmarking", "frame-benchmarking-cli", - "frame-support 36.0.0", - "frame-system 36.1.0", - "frame-system-rpc-runtime-api 33.0.0", + "frame-support", + "frame-system", + "frame-system-rpc-runtime-api", "futures", "hex-literal", "is_executable", @@ -11766,10 +10000,10 @@ dependencies = [ "kvdb-rocksdb", "log", "mmr-gadget", - "pallet-babe 36.0.0", - "pallet-staking 36.0.0", - "pallet-transaction-payment 36.0.0", - "pallet-transaction-payment-rpc-runtime-api 36.0.0", + "pallet-babe", + "pallet-staking", + "pallet-transaction-payment", + "pallet-transaction-payment-rpc-runtime-api", "parity-db", "parity-scale-codec", "parking_lot 0.12.3", @@ -11778,7 +10012,7 @@ dependencies = [ "polkadot-availability-distribution", "polkadot-availability-recovery", "polkadot-collator-protocol", - "polkadot-core-primitives 14.0.0", + "polkadot-core-primitives", "polkadot-dispute-distribution", "polkadot-gossip-support", "polkadot-network-bridge", @@ -11803,10 +10037,10 @@ dependencies = [ "polkadot-node-subsystem-types", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-parachain-primitives 13.0.0", - "polkadot-primitives 14.0.0", + "polkadot-parachain-primitives", + "polkadot-primitives", "polkadot-rpc", - "polkadot-runtime-parachains 15.0.3", + "polkadot-runtime-parachains", "polkadot-statement-distribution", "rococo-runtime", "sc-authority-discovery", @@ -11835,30 +10069,30 @@ dependencies = [ "schnellru", "serde", "serde_json", - "sp-api 33.0.0", - "sp-authority-discovery 33.0.0", - "sp-block-builder 33.0.0", + "sp-api", + "sp-authority-discovery", + "sp-block-builder", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.39.0", - "sp-consensus-beefy 20.0.0", - "sp-consensus-grandpa 20.0.0", - "sp-core 34.0.0", - "sp-inherents 33.0.0", - "sp-io 37.0.0", - "sp-keyring 38.0.0", - "sp-keystore 0.40.0", - "sp-mmr-primitives 33.0.0", - "sp-offchain 33.0.0", - "sp-runtime 38.0.0", - "sp-session 34.0.0", - "sp-state-machine 0.42.0", - "sp-storage 21.0.0", - "sp-timestamp 33.0.0", - "sp-transaction-pool 33.0.0", - "sp-version 36.0.0", - "sp-weights 31.0.0", - "staging-xcm 14.1.0", + "sp-consensus-babe", + "sp-consensus-beefy", + "sp-consensus-grandpa", + "sp-core", + "sp-inherents", + "sp-io", + "sp-keyring", + "sp-keystore", + "sp-mmr-primitives", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-state-machine", + "sp-storage", + "sp-timestamp", + "sp-transaction-pool", + "sp-version", + "sp-weights", + "staging-xcm", "substrate-prometheus-endpoint", "thiserror", "tracing-gum", @@ -11883,9 +10117,9 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 14.0.0", - "sp-keystore 0.40.0", - "sp-staking 33.0.0", + "polkadot-primitives", + "sp-keystore", + "sp-staking", "thiserror", "tracing-gum", ] @@ -11897,8 +10131,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "947e9e3c8f71b9678f39a01f371a808b574823967dd9da187e6f886f5f08691c" dependencies = [ "parity-scale-codec", - "polkadot-primitives 14.0.0", - "sp-core 34.0.0", + "polkadot-primitives", + "sp-core", "tracing-gum", ] @@ -12051,11 +10285,11 @@ dependencies = [ "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-service", - "cumulus-primitives-aura 0.14.0", - "cumulus-primitives-core 0.14.0", - "cumulus-primitives-parachain-inherent 0.14.0", + "cumulus-primitives-aura", + "cumulus-primitives-core", + "cumulus-primitives-parachain-inherent", "cumulus-relay-chain-interface", - "frame-benchmarking 36.0.0", + "frame-benchmarking", "frame-benchmarking-cli", "futures", "jsonrpsee", @@ -12063,7 +10297,7 @@ dependencies = [ "pallet-transaction-payment-rpc", "parity-scale-codec", "polkadot-cli", - "polkadot-primitives 14.0.0", + "polkadot-primitives", "pop-runtime-common", "pop-runtime-devnet", "pop-runtime-testnet", @@ -12085,19 +10319,19 @@ dependencies = [ "sc-transaction-pool-api", "serde", "serde_json", - "sp-api 33.0.0", - "sp-block-builder 33.0.0", + "sp-api", + "sp-block-builder", "sp-blockchain", - "sp-consensus-aura 0.39.0", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-keystore 0.40.0", - "sp-offchain 33.0.0", - "sp-runtime 38.0.0", - "sp-session 34.0.0", - "sp-timestamp 33.0.0", - "sp-transaction-pool 33.0.0", - "staging-xcm 14.1.0", + "sp-consensus-aura", + "sp-core", + "sp-io", + "sp-keystore", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-timestamp", + "sp-transaction-pool", + "staging-xcm", "substrate-build-script-utils", "substrate-frame-rpc-system", "substrate-prometheus-endpoint", @@ -12116,12 +10350,12 @@ dependencies = [ name = "pop-runtime-common" version = "0.0.0" dependencies = [ - "frame-support 36.0.0", - "parachains-common 15.0.0", + "frame-support", + "parachains-common", "parity-scale-codec", - "polkadot-primitives 14.0.0", + "polkadot-primitives", "scale-info", - "sp-runtime 38.0.0", + "sp-runtime", "sp-std", ] @@ -12129,150 +10363,150 @@ dependencies = [ name = "pop-runtime-devnet" version = "0.1.0" dependencies = [ - "cumulus-pallet-aura-ext 0.15.0", - "cumulus-pallet-parachain-system 0.15.0", - "cumulus-pallet-session-benchmarking 17.0.0", - "cumulus-pallet-xcm 0.15.0", - "cumulus-pallet-xcmp-queue 0.15.0", - "cumulus-primitives-aura 0.14.0", - "cumulus-primitives-core 0.14.0", + "cumulus-pallet-aura-ext", + "cumulus-pallet-parachain-system", + "cumulus-pallet-session-benchmarking", + "cumulus-pallet-xcm", + "cumulus-pallet-xcmp-queue", + "cumulus-primitives-aura", + "cumulus-primitives-core", "cumulus-primitives-storage-weight-reclaim", - "cumulus-primitives-utility 0.15.0", + "cumulus-primitives-utility", "enumflags2", "env_logger 0.11.5", - "frame-benchmarking 36.0.0", - "frame-executive 36.0.0", - "frame-metadata-hash-extension 0.4.0", - "frame-support 36.0.0", - "frame-system 36.1.0", - "frame-system-benchmarking 36.0.0", - "frame-system-rpc-runtime-api 33.0.0", - "frame-try-runtime 0.42.0", + "frame-benchmarking", + "frame-executive", + "frame-metadata-hash-extension", + "frame-support", + "frame-system", + "frame-system-benchmarking", + "frame-system-rpc-runtime-api", + "frame-try-runtime", "hex", "hex-literal", "log", - "pallet-assets 37.0.0", - "pallet-aura 35.0.0", - "pallet-authorship 36.0.0", - "pallet-balances 37.0.0", - "pallet-collator-selection 17.0.0", + "pallet-assets", + "pallet-aura", + "pallet-authorship", + "pallet-balances", + "pallet-collator-selection", "pallet-contracts", - "pallet-message-queue 39.0.0", - "pallet-multisig 36.0.0", + "pallet-message-queue", + "pallet-multisig", "pallet-nft-fractionalization", - "pallet-nfts 30.0.0", - "pallet-nfts-runtime-api 22.0.0", - "pallet-preimage 36.0.0", - "pallet-proxy 36.0.0", - "pallet-scheduler 37.0.0", - "pallet-session 36.0.0", - "pallet-sudo 36.0.0", - "pallet-timestamp 35.0.0", - "pallet-transaction-payment 36.0.0", - "pallet-transaction-payment-rpc-runtime-api 36.0.0", - "pallet-utility 36.0.0", - "pallet-xcm 15.0.0", - "parachains-common 15.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 13.0.0", - "polkadot-runtime-common 15.0.0", + "pallet-nfts", + "pallet-nfts-runtime-api", + "pallet-preimage", + "pallet-proxy", + "pallet-scheduler", + "pallet-session", + "pallet-sudo", + "pallet-timestamp", + "pallet-transaction-payment", + "pallet-transaction-payment-rpc-runtime-api", + "pallet-utility", + "pallet-xcm", + "parachains-common", + "parity-scale-codec", + "polkadot-parachain-primitives", + "polkadot-runtime-common", "pop-primitives", "pop-runtime-common", "scale-info", "smallvec", - "sp-api 33.0.0", - "sp-block-builder 33.0.0", - "sp-consensus-aura 0.39.0", - "sp-core 34.0.0", - "sp-genesis-builder 0.14.0", - "sp-inherents 33.0.0", - "sp-io 37.0.0", - "sp-offchain 33.0.0", - "sp-runtime 38.0.0", - "sp-session 34.0.0", + "sp-api", + "sp-block-builder", + "sp-consensus-aura", + "sp-core", + "sp-genesis-builder", + "sp-inherents", + "sp-io", + "sp-offchain", + "sp-runtime", + "sp-session", "sp-std", - "sp-transaction-pool 33.0.0", - "sp-version 36.0.0", - "staging-parachain-info 0.15.0", - "staging-xcm 14.1.0", - "staging-xcm-builder 15.0.0", - "staging-xcm-executor 15.0.0", - "substrate-wasm-builder 23.0.0", + "sp-transaction-pool", + "sp-version", + "staging-parachain-info", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", + "substrate-wasm-builder", ] [[package]] name = "pop-runtime-testnet" version = "0.2.0" dependencies = [ - "cumulus-pallet-aura-ext 0.15.0", - "cumulus-pallet-parachain-system 0.15.0", - "cumulus-pallet-session-benchmarking 17.0.0", - "cumulus-pallet-xcm 0.15.0", - "cumulus-pallet-xcmp-queue 0.15.0", - "cumulus-primitives-aura 0.14.0", - "cumulus-primitives-core 0.14.0", + "cumulus-pallet-aura-ext", + "cumulus-pallet-parachain-system", + "cumulus-pallet-session-benchmarking", + "cumulus-pallet-xcm", + "cumulus-pallet-xcmp-queue", + "cumulus-primitives-aura", + "cumulus-primitives-core", "cumulus-primitives-storage-weight-reclaim", - "cumulus-primitives-utility 0.15.0", + "cumulus-primitives-utility", "enumflags2", "env_logger 0.11.5", - "frame-benchmarking 36.0.0", - "frame-executive 36.0.0", - "frame-metadata-hash-extension 0.4.0", - "frame-support 36.0.0", - "frame-system 36.1.0", - "frame-system-benchmarking 36.0.0", - "frame-system-rpc-runtime-api 33.0.0", - "frame-try-runtime 0.42.0", + "frame-benchmarking", + "frame-executive", + "frame-metadata-hash-extension", + "frame-support", + "frame-system", + "frame-system-benchmarking", + "frame-system-rpc-runtime-api", + "frame-try-runtime", "hex", "hex-literal", "log", - "pallet-assets 37.0.0", - "pallet-aura 35.0.0", - "pallet-authorship 36.0.0", - "pallet-balances 37.0.0", - "pallet-collator-selection 17.0.0", + "pallet-assets", + "pallet-aura", + "pallet-authorship", + "pallet-balances", + "pallet-collator-selection", "pallet-contracts", - "pallet-message-queue 39.0.0", - "pallet-multisig 36.0.0", + "pallet-message-queue", + "pallet-multisig", "pallet-nft-fractionalization", - "pallet-nfts 30.0.0", - "pallet-nfts-runtime-api 22.0.0", - "pallet-preimage 36.0.0", - "pallet-proxy 36.0.0", - "pallet-scheduler 37.0.0", - "pallet-session 36.0.0", - "pallet-sudo 36.0.0", - "pallet-timestamp 35.0.0", - "pallet-transaction-payment 36.0.0", - "pallet-transaction-payment-rpc-runtime-api 36.0.0", - "pallet-utility 36.0.0", - "pallet-xcm 15.0.0", - "parachains-common 15.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 13.0.0", - "polkadot-runtime-common 15.0.0", + "pallet-nfts", + "pallet-nfts-runtime-api", + "pallet-preimage", + "pallet-proxy", + "pallet-scheduler", + "pallet-session", + "pallet-sudo", + "pallet-timestamp", + "pallet-transaction-payment", + "pallet-transaction-payment-rpc-runtime-api", + "pallet-utility", + "pallet-xcm", + "parachains-common", + "parity-scale-codec", + "polkadot-parachain-primitives", + "polkadot-runtime-common", "pop-primitives", "pop-runtime-common", "scale-info", "smallvec", - "sp-api 33.0.0", - "sp-block-builder 33.0.0", - "sp-consensus-aura 0.39.0", - "sp-core 34.0.0", - "sp-genesis-builder 0.14.0", - "sp-inherents 33.0.0", - "sp-io 37.0.0", - "sp-offchain 33.0.0", - "sp-runtime 38.0.0", - "sp-session 34.0.0", + "sp-api", + "sp-block-builder", + "sp-consensus-aura", + "sp-core", + "sp-genesis-builder", + "sp-inherents", + "sp-io", + "sp-offchain", + "sp-runtime", + "sp-session", "sp-std", - "sp-transaction-pool 33.0.0", - "sp-version 36.0.0", - "staging-parachain-info 0.15.0", - "staging-xcm 14.1.0", - "staging-xcm-builder 15.0.0", - "staging-xcm-executor 15.0.0", - "substrate-wasm-builder 23.0.0", + "sp-transaction-pool", + "sp-version", + "staging-parachain-info", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", + "substrate-wasm-builder", ] [[package]] @@ -12773,18 +11007,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" dependencies = [ "libc", - "rand_chacha 0.3.1", - "rand_core 0.6.4", -] - -[[package]] -name = "rand_chacha" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" -dependencies = [ - "ppv-lite86", - "rand_core 0.5.1", + "rand_chacha", + "rand_core", ] [[package]] @@ -12794,15 +11018,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" dependencies = [ "ppv-lite86", - "rand_core 0.6.4", + "rand_core", ] -[[package]] -name = "rand_core" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" - [[package]] name = "rand_core" version = "0.6.4" @@ -12828,7 +11046,7 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e" dependencies = [ - "rand_core 0.6.4", + "rand_core", ] [[package]] @@ -13093,99 +11311,99 @@ version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0874c053846cd50170370d88244fd00ed299d3d3833804f0929371a9ed836137" dependencies = [ - "binary-merkle-tree 15.0.0", + "binary-merkle-tree", "bitvec", - "frame-benchmarking 36.0.0", - "frame-executive 36.0.0", - "frame-metadata-hash-extension 0.4.0", - "frame-support 36.0.0", - "frame-system 36.1.0", - "frame-system-benchmarking 36.0.0", - "frame-system-rpc-runtime-api 33.0.0", - "frame-try-runtime 0.42.0", + "frame-benchmarking", + "frame-executive", + "frame-metadata-hash-extension", + "frame-support", + "frame-system", + "frame-system-benchmarking", + "frame-system-rpc-runtime-api", + "frame-try-runtime", "hex-literal", "log", - "pallet-asset-rate 15.0.0", - "pallet-authority-discovery 36.0.0", - "pallet-authorship 36.0.0", - "pallet-babe 36.0.0", - "pallet-balances 37.0.0", - "pallet-beefy 36.0.0", - "pallet-beefy-mmr 36.0.0", - "pallet-bounties 35.0.0", - "pallet-child-bounties 35.0.0", + "pallet-asset-rate", + "pallet-authority-discovery", + "pallet-authorship", + "pallet-babe", + "pallet-balances", + "pallet-beefy", + "pallet-beefy-mmr", + "pallet-bounties", + "pallet-child-bounties", "pallet-collective", - "pallet-conviction-voting 36.0.0", + "pallet-conviction-voting", "pallet-democracy", "pallet-elections-phragmen", - "pallet-grandpa 36.0.0", - "pallet-identity 36.0.0", - "pallet-indices 36.0.0", + "pallet-grandpa", + "pallet-identity", + "pallet-indices", "pallet-membership", - "pallet-message-queue 39.0.0", - "pallet-mmr 35.0.0", - "pallet-multisig 36.0.0", + "pallet-message-queue", + "pallet-mmr", + "pallet-multisig", "pallet-nis", - "pallet-offences 35.0.0", + "pallet-offences", "pallet-parameters", - "pallet-preimage 36.0.0", - "pallet-proxy 36.0.0", + "pallet-preimage", + "pallet-proxy", "pallet-ranked-collective", "pallet-recovery", - "pallet-referenda 36.0.0", + "pallet-referenda", "pallet-root-testing", - "pallet-scheduler 37.0.0", - "pallet-session 36.0.0", + "pallet-scheduler", + "pallet-session", "pallet-society", - "pallet-staking 36.0.0", - "pallet-state-trie-migration 37.0.0", - "pallet-sudo 36.0.0", - "pallet-timestamp 35.0.0", + "pallet-staking", + "pallet-state-trie-migration", + "pallet-sudo", + "pallet-timestamp", "pallet-tips", - "pallet-transaction-payment 36.0.0", - "pallet-transaction-payment-rpc-runtime-api 36.0.0", - "pallet-treasury 35.0.0", - "pallet-utility 36.0.0", - "pallet-vesting 36.0.0", - "pallet-whitelist 35.0.0", - "pallet-xcm 15.0.0", - "pallet-xcm-benchmarks 15.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 13.0.0", - "polkadot-primitives 14.0.0", - "polkadot-runtime-common 15.0.0", - "polkadot-runtime-parachains 15.0.3", + "pallet-transaction-payment", + "pallet-transaction-payment-rpc-runtime-api", + "pallet-treasury", + "pallet-utility", + "pallet-vesting", + "pallet-whitelist", + "pallet-xcm", + "pallet-xcm-benchmarks", + "parity-scale-codec", + "polkadot-parachain-primitives", + "polkadot-primitives", + "polkadot-runtime-common", + "polkadot-runtime-parachains", "rococo-runtime-constants", "scale-info", "serde", "serde_derive", "serde_json", "smallvec", - "sp-api 33.0.0", - "sp-arithmetic 26.0.0", - "sp-authority-discovery 33.0.0", - "sp-block-builder 33.0.0", - "sp-consensus-babe 0.39.0", - "sp-consensus-beefy 20.0.0", - "sp-consensus-grandpa 20.0.0", - "sp-core 34.0.0", - "sp-genesis-builder 0.14.0", - "sp-inherents 33.0.0", - "sp-io 37.0.0", - "sp-mmr-primitives 33.0.0", - "sp-offchain 33.0.0", - "sp-runtime 38.0.0", - "sp-session 34.0.0", - "sp-staking 33.0.0", + "sp-api", + "sp-arithmetic", + "sp-authority-discovery", + "sp-block-builder", + "sp-consensus-babe", + "sp-consensus-beefy", + "sp-consensus-grandpa", + "sp-core", + "sp-genesis-builder", + "sp-inherents", + "sp-io", + "sp-mmr-primitives", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-staking", "sp-std", - "sp-storage 21.0.0", - "sp-transaction-pool 33.0.0", - "sp-version 36.0.0", - "staging-xcm 14.1.0", - "staging-xcm-builder 15.0.0", - "staging-xcm-executor 15.0.0", + "sp-storage", + "sp-transaction-pool", + "sp-version", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", "static_assertions", - "substrate-wasm-builder 23.0.0", + "substrate-wasm-builder", "xcm-runtime-apis", ] @@ -13195,15 +11413,15 @@ version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2ef330dc0657ac9e4ff93ff320e2ee1a120493bceb91010c7ef7b08fe8e27950" dependencies = [ - "frame-support 36.0.0", - "polkadot-primitives 14.0.0", - "polkadot-runtime-common 15.0.0", + "frame-support", + "polkadot-primitives", + "polkadot-runtime-common", "smallvec", - "sp-core 34.0.0", - "sp-runtime 38.0.0", - "sp-weights 31.0.0", - "staging-xcm 14.1.0", - "staging-xcm-builder 15.0.0", + "sp-core", + "sp-runtime", + "sp-weights", + "staging-xcm", + "staging-xcm-builder", ] [[package]] @@ -13520,8 +11738,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b975ee3a95eaacb611e7b415737a7fa2db4d8ad7b880cc1b97371b04e95c7903" dependencies = [ "log", - "sp-core 34.0.0", - "sp-wasm-interface 21.0.0", + "sp-core", + "sp-wasm-interface", "thiserror", ] @@ -13546,12 +11764,12 @@ dependencies = [ "sc-client-api", "sc-network", "sc-network-types", - "sp-api 33.0.0", - "sp-authority-discovery 33.0.0", + "sp-api", + "sp-authority-discovery", "sp-blockchain", - "sp-core 34.0.0", - "sp-keystore 0.40.0", - "sp-runtime 38.0.0", + "sp-core", + "sp-keystore", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", ] @@ -13570,12 +11788,12 @@ dependencies = [ "sc-proposer-metrics", "sc-telemetry", "sc-transaction-pool-api", - "sp-api 33.0.0", + "sp-api", "sp-blockchain", "sp-consensus", - "sp-core 34.0.0", - "sp-inherents 33.0.0", - "sp-runtime 38.0.0", + "sp-core", + "sp-inherents", + "sp-runtime", "substrate-prometheus-endpoint", ] @@ -13586,13 +11804,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d6345fb862e10aaa7d88d6689a7c247448c40ae465253c83566dc76a17ec1426" dependencies = [ "parity-scale-codec", - "sp-api 33.0.0", - "sp-block-builder 33.0.0", + "sp-api", + "sp-block-builder", "sp-blockchain", - "sp-core 34.0.0", - "sp-inherents 33.0.0", - "sp-runtime 38.0.0", - "sp-trie 36.0.0", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-trie", ] [[package]] @@ -13614,13 +11832,13 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core 34.0.0", + "sp-core", "sp-crypto-hashing", - "sp-genesis-builder 0.14.0", - "sp-io 37.0.0", - "sp-runtime 38.0.0", - "sp-state-machine 0.42.0", - "sp-tracing 17.0.0", + "sp-genesis-builder", + "sp-io", + "sp-runtime", + "sp-state-machine", + "sp-tracing", ] [[package]] @@ -13667,12 +11885,12 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core 34.0.0", - "sp-keyring 38.0.0", - "sp-keystore 0.40.0", + "sp-core", + "sp-keyring", + "sp-keystore", "sp-panic-handler", - "sp-runtime 38.0.0", - "sp-version 36.0.0", + "sp-runtime", + "sp-version", "thiserror", "tokio", ] @@ -13691,17 +11909,17 @@ dependencies = [ "sc-executor", "sc-transaction-pool-api", "sc-utils", - "sp-api 33.0.0", + "sp-api", "sp-blockchain", "sp-consensus", - "sp-core 34.0.0", + "sp-core", "sp-database", - "sp-externalities 0.29.0", - "sp-runtime 38.0.0", - "sp-state-machine 0.42.0", + "sp-externalities", + "sp-runtime", + "sp-state-machine", "sp-statement-store", - "sp-storage 21.0.0", - "sp-trie 36.0.0", + "sp-storage", + "sp-trie", "substrate-prometheus-endpoint", ] @@ -13723,13 +11941,13 @@ dependencies = [ "sc-client-api", "sc-state-db", "schnellru", - "sp-arithmetic 26.0.0", + "sp-arithmetic", "sp-blockchain", - "sp-core 34.0.0", + "sp-core", "sp-database", - "sp-runtime 38.0.0", - "sp-state-machine 0.42.0", - "sp-trie 36.0.0", + "sp-runtime", + "sp-state-machine", + "sp-trie", ] [[package]] @@ -13747,12 +11965,12 @@ dependencies = [ "sc-network-types", "sc-utils", "serde", - "sp-api 33.0.0", + "sp-api", "sp-blockchain", "sp-consensus", - "sp-core 34.0.0", - "sp-runtime 38.0.0", - "sp-state-machine 0.42.0", + "sp-core", + "sp-runtime", + "sp-state-machine", "substrate-prometheus-endpoint", "thiserror", ] @@ -13772,17 +11990,17 @@ dependencies = [ "sc-consensus", "sc-consensus-slots", "sc-telemetry", - "sp-api 33.0.0", - "sp-application-crypto 37.0.0", - "sp-block-builder 33.0.0", + "sp-api", + "sp-application-crypto", + "sp-block-builder", "sp-blockchain", "sp-consensus", - "sp-consensus-aura 0.39.0", - "sp-consensus-slots 0.39.0", - "sp-core 34.0.0", - "sp-inherents 33.0.0", - "sp-keystore 0.40.0", - "sp-runtime 38.0.0", + "sp-consensus-aura", + "sp-consensus-slots", + "sp-core", + "sp-inherents", + "sp-keystore", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", ] @@ -13808,18 +12026,18 @@ dependencies = [ "sc-consensus-slots", "sc-telemetry", "sc-transaction-pool-api", - "sp-api 33.0.0", - "sp-application-crypto 37.0.0", - "sp-block-builder 33.0.0", + "sp-api", + "sp-application-crypto", + "sp-block-builder", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.39.0", - "sp-consensus-slots 0.39.0", - "sp-core 34.0.0", + "sp-consensus-babe", + "sp-consensus-slots", + "sp-core", "sp-crypto-hashing", - "sp-inherents 33.0.0", - "sp-keystore 0.40.0", - "sp-runtime 38.0.0", + "sp-inherents", + "sp-keystore", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", ] @@ -13836,14 +12054,14 @@ dependencies = [ "sc-consensus-epochs", "sc-rpc-api", "serde", - "sp-api 33.0.0", - "sp-application-crypto 37.0.0", + "sp-api", + "sp-application-crypto", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.39.0", - "sp-core 34.0.0", - "sp-keystore 0.40.0", - "sp-runtime 38.0.0", + "sp-consensus-babe", + "sp-core", + "sp-keystore", + "sp-runtime", "thiserror", ] @@ -13868,16 +12086,16 @@ dependencies = [ "sc-network-sync", "sc-network-types", "sc-utils", - "sp-api 33.0.0", - "sp-application-crypto 37.0.0", - "sp-arithmetic 26.0.0", + "sp-api", + "sp-application-crypto", + "sp-arithmetic", "sp-blockchain", "sp-consensus", - "sp-consensus-beefy 20.0.0", - "sp-core 34.0.0", + "sp-consensus-beefy", + "sp-core", "sp-crypto-hashing", - "sp-keystore 0.40.0", - "sp-runtime 38.0.0", + "sp-keystore", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -13898,10 +12116,10 @@ dependencies = [ "sc-consensus-beefy", "sc-rpc", "serde", - "sp-application-crypto 37.0.0", - "sp-consensus-beefy 20.0.0", - "sp-core 34.0.0", - "sp-runtime 38.0.0", + "sp-application-crypto", + "sp-consensus-beefy", + "sp-core", + "sp-runtime", "thiserror", ] @@ -13916,7 +12134,7 @@ dependencies = [ "sc-client-api", "sc-consensus", "sp-blockchain", - "sp-runtime 38.0.0", + "sp-runtime", ] [[package]] @@ -13950,16 +12168,16 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde_json", - "sp-api 33.0.0", - "sp-application-crypto 37.0.0", - "sp-arithmetic 26.0.0", + "sp-api", + "sp-application-crypto", + "sp-arithmetic", "sp-blockchain", "sp-consensus", - "sp-consensus-grandpa 20.0.0", - "sp-core 34.0.0", + "sp-consensus-grandpa", + "sp-core", "sp-crypto-hashing", - "sp-keystore 0.40.0", - "sp-runtime 38.0.0", + "sp-keystore", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", ] @@ -13980,8 +12198,8 @@ dependencies = [ "sc-rpc", "serde", "sp-blockchain", - "sp-core 34.0.0", - "sp-runtime 38.0.0", + "sp-core", + "sp-runtime", "thiserror", ] @@ -13999,14 +12217,14 @@ dependencies = [ "sc-client-api", "sc-consensus", "sc-telemetry", - "sp-arithmetic 26.0.0", + "sp-arithmetic", "sp-blockchain", "sp-consensus", - "sp-consensus-slots 0.39.0", - "sp-core 34.0.0", - "sp-inherents 33.0.0", - "sp-runtime 38.0.0", - "sp-state-machine 0.42.0", + "sp-consensus-slots", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-state-machine", ] [[package]] @@ -14021,15 +12239,15 @@ dependencies = [ "sc-executor-polkavm", "sc-executor-wasmtime", "schnellru", - "sp-api 33.0.0", - "sp-core 34.0.0", - "sp-externalities 0.29.0", - "sp-io 37.0.0", + "sp-api", + "sp-core", + "sp-externalities", + "sp-io", "sp-panic-handler", - "sp-runtime-interface 28.0.0", - "sp-trie 36.0.0", - "sp-version 36.0.0", - "sp-wasm-interface 21.0.0", + "sp-runtime-interface", + "sp-trie", + "sp-version", + "sp-wasm-interface", "tracing", ] @@ -14042,7 +12260,7 @@ dependencies = [ "polkavm", "sc-allocator", "sp-maybe-compressed-blob", - "sp-wasm-interface 21.0.0", + "sp-wasm-interface", "thiserror", "wasm-instrument", ] @@ -14056,7 +12274,7 @@ dependencies = [ "log", "polkavm", "sc-executor-common", - "sp-wasm-interface 21.0.0", + "sp-wasm-interface", ] [[package]] @@ -14073,8 +12291,8 @@ dependencies = [ "rustix 0.36.17", "sc-allocator", "sc-executor-common", - "sp-runtime-interface 28.0.0", - "sp-wasm-interface 21.0.0", + "sp-runtime-interface", + "sp-wasm-interface", "wasmtime", ] @@ -14093,7 +12311,7 @@ dependencies = [ "sc-network-common", "sc-network-sync", "sp-blockchain", - "sp-runtime 38.0.0", + "sp-runtime", ] [[package]] @@ -14105,9 +12323,9 @@ dependencies = [ "array-bytes", "parking_lot 0.12.3", "serde_json", - "sp-application-crypto 37.0.0", - "sp-core 34.0.0", - "sp-keystore 0.40.0", + "sp-application-crypto", + "sp-core", + "sp-keystore", "thiserror", ] @@ -14132,12 +12350,12 @@ dependencies = [ "sc-network", "sc-network-types", "sc-transaction-pool-api", - "sp-api 33.0.0", + "sp-api", "sp-consensus", - "sp-core 34.0.0", - "sp-keystore 0.40.0", + "sp-core", + "sp-keystore", "sp-mixnet", - "sp-runtime 38.0.0", + "sp-runtime", "thiserror", ] @@ -14179,10 +12397,10 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-arithmetic 26.0.0", + "sp-arithmetic", "sp-blockchain", - "sp-core 34.0.0", - "sp-runtime 38.0.0", + "sp-core", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -14208,8 +12426,8 @@ dependencies = [ "sc-consensus", "sc-network-types", "sp-consensus", - "sp-consensus-grandpa 20.0.0", - "sp-runtime 38.0.0", + "sp-consensus-grandpa", + "sp-runtime", ] [[package]] @@ -14227,7 +12445,7 @@ dependencies = [ "sc-network-sync", "sc-network-types", "schnellru", - "sp-runtime 38.0.0", + "sp-runtime", "substrate-prometheus-endpoint", "tracing", ] @@ -14249,8 +12467,8 @@ dependencies = [ "sc-network", "sc-network-types", "sp-blockchain", - "sp-core 34.0.0", - "sp-runtime 38.0.0", + "sp-core", + "sp-runtime", "thiserror", ] @@ -14280,12 +12498,12 @@ dependencies = [ "sc-utils", "schnellru", "smallvec", - "sp-arithmetic 26.0.0", + "sp-arithmetic", "sp-blockchain", "sp-consensus", - "sp-consensus-grandpa 20.0.0", - "sp-core 34.0.0", - "sp-runtime 38.0.0", + "sp-consensus-grandpa", + "sp-core", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -14308,7 +12526,7 @@ dependencies = [ "sc-network-types", "sc-utils", "sp-consensus", - "sp-runtime 38.0.0", + "sp-runtime", "substrate-prometheus-endpoint", ] @@ -14355,12 +12573,12 @@ dependencies = [ "sc-network-types", "sc-transaction-pool-api", "sc-utils", - "sp-api 33.0.0", - "sp-core 34.0.0", - "sp-externalities 0.29.0", - "sp-keystore 0.40.0", - "sp-offchain 33.0.0", - "sp-runtime 38.0.0", + "sp-api", + "sp-core", + "sp-externalities", + "sp-keystore", + "sp-offchain", + "sp-runtime", "threadpool", "tracing", ] @@ -14395,16 +12613,16 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde_json", - "sp-api 33.0.0", + "sp-api", "sp-blockchain", - "sp-core 34.0.0", - "sp-keystore 0.40.0", - "sp-offchain 33.0.0", + "sp-core", + "sp-keystore", + "sp-offchain", "sp-rpc", - "sp-runtime 38.0.0", - "sp-session 34.0.0", + "sp-runtime", + "sp-session", "sp-statement-store", - "sp-version 36.0.0", + "sp-version", "tokio", ] @@ -14422,10 +12640,10 @@ dependencies = [ "scale-info", "serde", "serde_json", - "sp-core 34.0.0", + "sp-core", "sp-rpc", - "sp-runtime 38.0.0", - "sp-version 36.0.0", + "sp-runtime", + "sp-version", "thiserror", ] @@ -14474,12 +12692,12 @@ dependencies = [ "sc-utils", "schnellru", "serde", - "sp-api 33.0.0", + "sp-api", "sp-blockchain", - "sp-core 34.0.0", + "sp-core", "sp-rpc", - "sp-runtime 38.0.0", - "sp-version 36.0.0", + "sp-runtime", + "sp-version", "thiserror", "tokio", "tokio-stream", @@ -14527,20 +12745,20 @@ dependencies = [ "schnellru", "serde", "serde_json", - "sp-api 33.0.0", + "sp-api", "sp-blockchain", "sp-consensus", - "sp-core 34.0.0", - "sp-externalities 0.29.0", - "sp-keystore 0.40.0", - "sp-runtime 38.0.0", - "sp-session 34.0.0", - "sp-state-machine 0.42.0", - "sp-storage 21.0.0", - "sp-transaction-pool 33.0.0", + "sp-core", + "sp-externalities", + "sp-keystore", + "sp-runtime", + "sp-session", + "sp-state-machine", + "sp-storage", + "sp-transaction-pool", "sp-transaction-storage-proof", - "sp-trie 36.0.0", - "sp-version 36.0.0", + "sp-trie", + "sp-version", "static_init", "substrate-prometheus-endpoint", "tempfile", @@ -14559,7 +12777,7 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.3", - "sp-core 34.0.0", + "sp-core", ] [[package]] @@ -14571,7 +12789,7 @@ dependencies = [ "clap", "fs4", "log", - "sp-core 34.0.0", + "sp-core", "thiserror", "tokio", ] @@ -14592,7 +12810,7 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-runtime 38.0.0", + "sp-runtime", "thiserror", ] @@ -14612,9 +12830,9 @@ dependencies = [ "sc-telemetry", "serde", "serde_json", - "sp-core 34.0.0", + "sp-core", "sp-crypto-hashing", - "sp-io 37.0.0", + "sp-io", "sp-std", ] @@ -14658,12 +12876,12 @@ dependencies = [ "sc-client-api", "sc-tracing-proc-macro", "serde", - "sp-api 33.0.0", + "sp-api", "sp-blockchain", - "sp-core 34.0.0", + "sp-core", "sp-rpc", - "sp-runtime 38.0.0", - "sp-tracing 17.0.0", + "sp-runtime", + "sp-tracing", "thiserror", "tracing", "tracing-log 0.2.0", @@ -14699,13 +12917,13 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde", - "sp-api 33.0.0", + "sp-api", "sp-blockchain", - "sp-core 34.0.0", + "sp-core", "sp-crypto-hashing", - "sp-runtime 38.0.0", - "sp-tracing 17.0.0", - "sp-transaction-pool 33.0.0", + "sp-runtime", + "sp-tracing", + "sp-transaction-pool", "substrate-prometheus-endpoint", "thiserror", ] @@ -14722,8 +12940,8 @@ dependencies = [ "parity-scale-codec", "serde", "sp-blockchain", - "sp-core 34.0.0", - "sp-runtime 38.0.0", + "sp-core", + "sp-runtime", "thiserror", ] @@ -14740,7 +12958,7 @@ dependencies = [ "log", "parking_lot 0.12.3", "prometheus", - "sp-arithmetic 26.0.0", + "sp-arithmetic", ] [[package]] @@ -14828,7 +13046,7 @@ dependencies = [ "arrayvec 0.7.4", "curve25519-dalek-ng", "merlin", - "rand_core 0.6.4", + "rand_core", "sha2 0.9.9", "subtle-ng", "zeroize", @@ -14843,10 +13061,10 @@ dependencies = [ "aead", "arrayref", "arrayvec 0.7.4", - "curve25519-dalek 4.1.2", + "curve25519-dalek", "getrandom_or_panic", "merlin", - "rand_core 0.6.4", + "rand_core", "serde_bytes", "sha2 0.10.8", "subtle 2.5.0", @@ -15173,7 +13391,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" dependencies = [ "digest 0.10.7", - "rand_core 0.6.4", + "rand_core", ] [[package]] @@ -15225,19 +13443,6 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7" -[[package]] -name = "slot-range-helper" -version = "8.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d40fa5e14772407fd2ccffdd5971bf055bbf46a40727c0ea96d2bb6563d17e1c" -dependencies = [ - "enumn", - "parity-scale-codec", - "paste", - "sp-runtime 32.0.0", - "sp-std", -] - [[package]] name = "slot-range-helper" version = "14.0.0" @@ -15247,7 +13452,7 @@ dependencies = [ "enumn", "parity-scale-codec", "paste", - "sp-runtime 38.0.0", + "sp-runtime", "sp-std", ] @@ -15299,7 +13504,7 @@ dependencies = [ "chacha20", "crossbeam-queue", "derive_more", - "ed25519-zebra 4.0.3", + "ed25519-zebra", "either", "event-listener 2.5.3", "fnv", @@ -15316,11 +13521,11 @@ dependencies = [ "num-bigint", "num-rational", "num-traits", - "pbkdf2 0.12.2", + "pbkdf2", "pin-project", "poly1305", "rand", - "rand_chacha 0.3.1", + "rand_chacha", "ruzstd", "schnorrkel 0.10.2", "serde", @@ -15363,7 +13568,7 @@ dependencies = [ "parking_lot 0.12.3", "pin-project", "rand", - "rand_chacha 0.3.1", + "rand_chacha", "serde", "serde_json", "siphasher", @@ -15388,8 +13593,8 @@ dependencies = [ "aes-gcm", "blake2 0.10.6", "chacha20poly1305", - "curve25519-dalek 4.1.2", - "rand_core 0.6.4", + "curve25519-dalek", + "rand_core", "ring 0.17.8", "rustc_version", "sha2 0.10.8", @@ -15408,13 +13613,12 @@ dependencies = [ [[package]] name = "snowbridge-beacon-primitives" -version = "0.1.2" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5404af73550b39022e08e5500b30fba627e109a56407b7e80b08da2305b11bfe" +checksum = "a0ad61e3ab1c48d4c8060c7ef8571c5b6007df26687e8dbfdb6c857d840cfd2c" dependencies = [ "byte-slice-cast", - "frame-support 29.0.2", - "frame-system 29.0.0", + "frame-support", "hex", "parity-scale-codec", "rlp", @@ -15422,44 +13626,43 @@ dependencies = [ "serde", "snowbridge-ethereum", "snowbridge-milagro-bls", - "sp-core 29.0.0", - "sp-io 31.0.0", - "sp-runtime 32.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", "ssz_rs", "ssz_rs_derive", - "static_assertions", ] [[package]] name = "snowbridge-core" -version = "0.1.3" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aed4ebefed4c40b9c00e9adf5f02ab2760a7a2dad8bf05110c0013a7a59f4097" +checksum = "668cd71582305168ed51cb0357a4b4ea814c68c7db3898a9ba4d492f712c54e1" dependencies = [ "ethabi-decode", - "frame-support 29.0.2", - "frame-system 29.0.0", + "frame-support", + "frame-system", "hex-literal", "parity-scale-codec", - "polkadot-parachain-primitives 7.0.0", + "polkadot-parachain-primitives", "scale-info", "serde", "snowbridge-beacon-primitives", - "sp-arithmetic 24.0.0", - "sp-core 29.0.0", - "sp-io 31.0.0", - "sp-runtime 32.0.0", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", - "staging-xcm 8.0.1", - "staging-xcm-builder 8.0.3", + "staging-xcm", + "staging-xcm-builder", ] [[package]] name = "snowbridge-ethereum" -version = "0.2.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "315ad74f081734cb51f48bb10cd18a3f83cfec3c09a551bc936027708635e808" +checksum = "1ef1f6f60f6c8cc3cdb2a829d7452de946d8707f63f70c6f714d1c52cbc0fc17" dependencies = [ "ethabi-decode", "ethbloom", @@ -15468,13 +13671,11 @@ dependencies = [ "parity-bytes", "parity-scale-codec", "rlp", - "rustc-hex", "scale-info", "serde", "serde-big-array", - "sp-core 29.0.0", - "sp-io 31.0.0", - "sp-runtime 32.0.0", + "sp-io", + "sp-runtime", "sp-std", ] @@ -15495,26 +13696,22 @@ dependencies = [ [[package]] name = "snowbridge-router-primitives" -version = "0.1.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee5cc8e156f033971c5435676be92ab6f70a926b3497ca9c28c0dde9697b8da9" +checksum = "8e8e6707ced1308d763117bfe68f85e3f22fcdca7987b32e438c0485570f6ac7" dependencies = [ - "ethabi-decode", - "frame-support 29.0.2", - "frame-system 29.0.0", + "frame-support", "hex-literal", "log", "parity-scale-codec", "scale-info", - "serde", "snowbridge-core", - "sp-core 29.0.0", - "sp-io 31.0.0", - "sp-runtime 32.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", - "staging-xcm 8.0.1", - "staging-xcm-builder 8.0.3", - "staging-xcm-executor 8.0.2", + "staging-xcm", + "staging-xcm-executor", ] [[package]] @@ -15568,28 +13765,6 @@ dependencies = [ "sha1", ] -[[package]] -name = "sp-api" -version = "27.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e4f8702afd77f14a32733e2b589c02694bf79d0b3a641963c508016208724d0" -dependencies = [ - "hash-db", - "log", - "parity-scale-codec", - "scale-info", - "sp-api-proc-macro 15.0.1", - "sp-core 29.0.0", - "sp-externalities 0.26.0", - "sp-metadata-ir 0.6.0", - "sp-runtime 32.0.0", - "sp-state-machine 0.36.0", - "sp-std", - "sp-trie 30.0.0", - "sp-version 30.0.0", - "thiserror", -] - [[package]] name = "sp-api" version = "33.0.0" @@ -15600,34 +13775,19 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-api-proc-macro 20.0.0", - "sp-core 34.0.0", - "sp-externalities 0.29.0", - "sp-metadata-ir 0.7.0", - "sp-runtime 38.0.0", - "sp-runtime-interface 28.0.0", - "sp-state-machine 0.42.0", + "sp-api-proc-macro", + "sp-core", + "sp-externalities", + "sp-metadata-ir", + "sp-runtime", + "sp-runtime-interface", + "sp-state-machine", "sp-std", - "sp-trie 36.0.0", - "sp-version 36.0.0", + "sp-trie", + "sp-version", "thiserror", ] -[[package]] -name = "sp-api-proc-macro" -version = "15.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0301e2f77afb450fbf2b093f8b324c7ad88cc82e5e69bd5dc8658a1f068b2a96" -dependencies = [ - "Inflector", - "blake2 0.10.6", - "expander", - "proc-macro-crate 3.1.0", - "proc-macro2", - "quote", - "syn 2.0.66", -] - [[package]] name = "sp-api-proc-macro" version = "20.0.0" @@ -15643,20 +13803,6 @@ dependencies = [ "syn 2.0.66", ] -[[package]] -name = "sp-application-crypto" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "547cad7a6eabb52c639ec117b3db9c6b43cf1b29a9393b18feb19e101a91833f" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 29.0.0", - "sp-io 31.0.0", - "sp-std", -] - [[package]] name = "sp-application-crypto" version = "37.0.0" @@ -15666,24 +13812,9 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-std", -] - -[[package]] -name = "sp-arithmetic" -version = "24.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afa823ca5adc490d47dccb41d69ad482bc57a317bd341de275868378f48f131c" -dependencies = [ - "integer-sqrt", - "num-traits", - "parity-scale-codec", - "scale-info", - "serde", + "sp-core", + "sp-io", "sp-std", - "static_assertions", ] [[package]] @@ -15702,43 +13833,17 @@ dependencies = [ "static_assertions", ] -[[package]] -name = "sp-authority-discovery" -version = "27.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c92b177c72b5d2973c36d60f6ef942d791d9fd91eae8b08c71882e4118d4fbfc" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-api 27.0.1", - "sp-application-crypto 31.0.0", - "sp-runtime 32.0.0", - "sp-std", -] - [[package]] name = "sp-authority-discovery" version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a4a1e45abc3277f18484ee0b0f9808e4206eb696ad38500c892c72f33480d69" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-api 33.0.0", - "sp-application-crypto 37.0.0", - "sp-runtime 38.0.0", -] - -[[package]] -name = "sp-block-builder" -version = "27.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b36ce171caa7eb2bbe682c089f755fdefa71d3702e4fb1ba30d10146aef99d5" +checksum = "6a4a1e45abc3277f18484ee0b0f9808e4206eb696ad38500c892c72f33480d69" dependencies = [ - "sp-api 27.0.1", - "sp-inherents 27.0.0", - "sp-runtime 32.0.0", - "sp-std", + "parity-scale-codec", + "scale-info", + "sp-api", + "sp-application-crypto", + "sp-runtime", ] [[package]] @@ -15747,9 +13852,9 @@ version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2cf199dc4f9f77abd3fd91c409759118159ce6ffcd8bc90b229b684ccc8c981f" dependencies = [ - "sp-api 33.0.0", - "sp-inherents 33.0.0", - "sp-runtime 38.0.0", + "sp-api", + "sp-inherents", + "sp-runtime", ] [[package]] @@ -15763,11 +13868,11 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", "schnellru", - "sp-api 33.0.0", + "sp-api", "sp-consensus", "sp-database", - "sp-runtime 38.0.0", - "sp-state-machine 0.42.0", + "sp-runtime", + "sp-state-machine", "thiserror", ] @@ -15780,31 +13885,13 @@ dependencies = [ "async-trait", "futures", "log", - "sp-core 34.0.0", - "sp-inherents 33.0.0", - "sp-runtime 38.0.0", - "sp-state-machine 0.42.0", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-state-machine", "thiserror", ] -[[package]] -name = "sp-consensus-aura" -version = "0.33.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -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.39.0" @@ -15814,32 +13901,12 @@ dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-api 33.0.0", - "sp-application-crypto 37.0.0", - "sp-consensus-slots 0.39.0", - "sp-inherents 33.0.0", - "sp-runtime 38.0.0", - "sp-timestamp 33.0.0", -] - -[[package]] -name = "sp-consensus-babe" -version = "0.33.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9be2f86a2f0ce2a78b455feb547aa27604fd76a7f7a691995cbad44e0b1b9dd" -dependencies = [ - "async-trait", - "parity-scale-codec", - "scale-info", - "serde", - "sp-api 27.0.1", - "sp-application-crypto 31.0.0", - "sp-consensus-slots 0.33.0", - "sp-core 29.0.0", - "sp-inherents 27.0.0", - "sp-runtime 32.0.0", - "sp-std", - "sp-timestamp 27.0.0", + "sp-api", + "sp-application-crypto", + "sp-consensus-slots", + "sp-inherents", + "sp-runtime", + "sp-timestamp", ] [[package]] @@ -15852,34 +13919,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-api 33.0.0", - "sp-application-crypto 37.0.0", - "sp-consensus-slots 0.39.0", - "sp-core 34.0.0", - "sp-inherents 33.0.0", - "sp-runtime 38.0.0", - "sp-timestamp 33.0.0", -] - -[[package]] -name = "sp-consensus-beefy" -version = "14.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90ff890a84ef57628b010df0e1d75b3a78fb7f575e4ceeba7215c276902c403e" -dependencies = [ - "lazy_static", - "parity-scale-codec", - "scale-info", - "serde", - "sp-api 27.0.1", - "sp-application-crypto 31.0.0", - "sp-core 29.0.0", - "sp-crypto-hashing", - "sp-io 31.0.0", - "sp-mmr-primitives 27.0.0", - "sp-runtime 32.0.0", - "sp-std", - "strum 0.24.1", + "sp-api", + "sp-application-crypto", + "sp-consensus-slots", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-timestamp", ] [[package]] @@ -15892,36 +13938,17 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-api 33.0.0", - "sp-application-crypto 37.0.0", - "sp-core 34.0.0", + "sp-api", + "sp-application-crypto", + "sp-core", "sp-crypto-hashing", - "sp-io 37.0.0", - "sp-keystore 0.40.0", - "sp-mmr-primitives 33.0.0", - "sp-runtime 38.0.0", + "sp-io", + "sp-keystore", + "sp-mmr-primitives", + "sp-runtime", "strum 0.26.2", ] -[[package]] -name = "sp-consensus-grandpa" -version = "14.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64b606164600db36e596db7abf32b4533dc9a74526d9444c4c45035427b2199b" -dependencies = [ - "finality-grandpa", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-api 27.0.1", - "sp-application-crypto 31.0.0", - "sp-core 29.0.0", - "sp-keystore 0.35.0", - "sp-runtime 32.0.0", - "sp-std", -] - [[package]] name = "sp-consensus-grandpa" version = "20.0.0" @@ -15933,24 +13960,11 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-api 33.0.0", - "sp-application-crypto 37.0.0", - "sp-core 34.0.0", - "sp-keystore 0.40.0", - "sp-runtime 38.0.0", -] - -[[package]] -name = "sp-consensus-slots" -version = "0.33.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73a5bd1fcd84bbdc7255528c7cdb92f9357fd555f06ee553af7e340cbdab517c" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-std", - "sp-timestamp 27.0.0", + "sp-api", + "sp-application-crypto", + "sp-core", + "sp-keystore", + "sp-runtime", ] [[package]] @@ -15962,53 +13976,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-timestamp 33.0.0", -] - -[[package]] -name = "sp-core" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c33c7a1568175250628567d50c4e1c54a6ac5bc1190413b9be29a9e810cbe73" -dependencies = [ - "array-bytes", - "bip39", - "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", - "libsecp256k1", - "log", - "merlin", - "parity-scale-codec", - "parking_lot 0.12.3", - "paste", - "primitive-types", - "rand", - "scale-info", - "schnorrkel 0.11.4", - "secp256k1", - "secrecy", - "serde", - "sp-crypto-hashing", - "sp-debug-derive", - "sp-externalities 0.26.0", - "sp-runtime-interface 25.0.0", - "sp-std", - "sp-storage 20.0.0", - "ss58-registry", - "substrate-bip39 0.4.6", - "thiserror", - "tracing", - "w3f-bls", - "zeroize", + "sp-timestamp", ] [[package]] @@ -16023,7 +13991,7 @@ dependencies = [ "bounded-collections 0.2.0", "bs58 0.5.1", "dyn-clonable", - "ed25519-zebra 4.0.3", + "ed25519-zebra", "futures", "hash-db", "hash256-std-hasher", @@ -16046,12 +14014,12 @@ dependencies = [ "serde", "sp-crypto-hashing", "sp-debug-derive", - "sp-externalities 0.29.0", - "sp-runtime-interface 28.0.0", + "sp-externalities", + "sp-runtime-interface", "sp-std", - "sp-storage 21.0.0", + "sp-storage", "ss58-registry", - "substrate-bip39 0.6.0", + "substrate-bip39", "thiserror", "tracing", "w3f-bls", @@ -16104,18 +14072,6 @@ dependencies = [ "syn 2.0.66", ] -[[package]] -name = "sp-externalities" -version = "0.26.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7096ed024cec397804864898b093b51e14c7299f1d00c67dd5800330e02bb82" -dependencies = [ - "environmental", - "parity-scale-codec", - "sp-std", - "sp-storage 20.0.0", -] - [[package]] name = "sp-externalities" version = "0.29.0" @@ -16124,19 +14080,7 @@ checksum = "a904407d61cb94228c71b55a9d3708e9d6558991f9e83bd42bd91df37a159d30" dependencies = [ "environmental", "parity-scale-codec", - "sp-storage 21.0.0", -] - -[[package]] -name = "sp-genesis-builder" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd865540ec19479c7349b584ccd78cc34c3f3a628a2a69dbb6365ceec36295ee" -dependencies = [ - "serde_json", - "sp-api 27.0.1", - "sp-runtime 32.0.0", - "sp-std", + "sp-storage", ] [[package]] @@ -16148,23 +14092,8 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde_json", - "sp-api 33.0.0", - "sp-runtime 38.0.0", -] - -[[package]] -name = "sp-inherents" -version = "27.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "607c9e35e96966645ff180a9e9f976433b96e905d0a91d8d5315e605a21f4bc0" -dependencies = [ - "async-trait", - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "sp-runtime 32.0.0", - "sp-std", - "thiserror", + "sp-api", + "sp-runtime", ] [[package]] @@ -16177,36 +14106,10 @@ dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 38.0.0", + "sp-runtime", "thiserror", ] -[[package]] -name = "sp-io" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec43aa073eab35fcb920d7592474d5427ea3be2bf938706a3ad955d7ba54fd8d" -dependencies = [ - "bytes", - "ed25519-dalek", - "libsecp256k1", - "log", - "parity-scale-codec", - "rustversion", - "secp256k1", - "sp-core 29.0.0", - "sp-crypto-hashing", - "sp-externalities 0.26.0", - "sp-keystore 0.35.0", - "sp-runtime-interface 25.0.0", - "sp-state-machine 0.36.0", - "sp-std", - "sp-tracing 16.0.0", - "sp-trie 30.0.0", - "tracing", - "tracing-core", -] - [[package]] name = "sp-io" version = "37.0.0" @@ -16221,54 +14124,30 @@ dependencies = [ "polkavm-derive", "rustversion", "secp256k1", - "sp-core 34.0.0", + "sp-core", "sp-crypto-hashing", - "sp-externalities 0.29.0", - "sp-keystore 0.40.0", - "sp-runtime-interface 28.0.0", - "sp-state-machine 0.42.0", + "sp-externalities", + "sp-keystore", + "sp-runtime-interface", + "sp-state-machine", "sp-std", - "sp-tracing 17.0.0", - "sp-trie 36.0.0", + "sp-tracing", + "sp-trie", "tracing", "tracing-core", ] -[[package]] -name = "sp-keyring" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69cf0a2f881958466fc92bc9b39bbc2c0d815ded4a21f8f953372b0ac2e11b02" -dependencies = [ - "sp-core 29.0.0", - "sp-runtime 32.0.0", - "strum 0.24.1", -] - [[package]] name = "sp-keyring" version = "38.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b03536e1ff3ec2bd8181eeaa26c0d682ebdcbd01548a055cf591077188b8c3f0" dependencies = [ - "sp-core 34.0.0", - "sp-runtime 38.0.0", + "sp-core", + "sp-runtime", "strum 0.26.2", ] -[[package]] -name = "sp-keystore" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "444f2d53968b1ce5e908882710ff1f3873fcf3e95f59d57432daf685bbacb959" -dependencies = [ - "parity-scale-codec", - "parking_lot 0.12.3", - "sp-core 29.0.0", - "sp-externalities 0.26.0", - "thiserror", -] - [[package]] name = "sp-keystore" version = "0.40.0" @@ -16277,8 +14156,8 @@ checksum = "0248b4d784cb4a01472276928977121fa39d977a5bb24793b6b15e64b046df42" dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", - "sp-core 34.0.0", - "sp-externalities 0.29.0", + "sp-core", + "sp-externalities", ] [[package]] @@ -16291,18 +14170,6 @@ dependencies = [ "zstd 0.12.4", ] -[[package]] -name = "sp-metadata-ir" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa0b5e87e56c1bb26d9524d48dd127121d630f895bd5914a34f0b017489f7c1d" -dependencies = [ - "frame-metadata", - "parity-scale-codec", - "scale-info", - "sp-std", -] - [[package]] name = "sp-metadata-ir" version = "0.7.0" @@ -16322,27 +14189,8 @@ checksum = "2f65a570519da820ce3dc35053497a65f9fbd3f5a7dc81fa03078ca263e9311e" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 33.0.0", - "sp-application-crypto 37.0.0", -] - -[[package]] -name = "sp-mmr-primitives" -version = "27.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "891b7263b7c44a569173ee1078f68fb1a01991a44914607c0100aa5ae41f6562" -dependencies = [ - "ckb-merkle-mountain-range", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-api 27.0.1", - "sp-core 29.0.0", - "sp-debug-derive", - "sp-runtime 32.0.0", - "sp-std", - "thiserror", + "sp-api", + "sp-application-crypto", ] [[package]] @@ -16356,28 +14204,13 @@ dependencies = [ "polkadot-ckb-merkle-mountain-range", "scale-info", "serde", - "sp-api 33.0.0", - "sp-core 34.0.0", + "sp-api", + "sp-core", "sp-debug-derive", - "sp-runtime 38.0.0", + "sp-runtime", "thiserror", ] -[[package]] -name = "sp-npos-elections" -version = "27.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "195d7e1154c91cce5c3abc8c778689c3e5799da6411328dd32ac7a974c68e526" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-arithmetic 24.0.0", - "sp-core 29.0.0", - "sp-runtime 32.0.0", - "sp-std", -] - [[package]] name = "sp-npos-elections" version = "33.0.0" @@ -16387,20 +14220,9 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic 26.0.0", - "sp-core 34.0.0", - "sp-runtime 38.0.0", -] - -[[package]] -name = "sp-offchain" -version = "27.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d83b955dce0b6d143bec3f60571311168f362b1c16cf044da7037a407b66c19" -dependencies = [ - "sp-api 27.0.1", - "sp-core 29.0.0", - "sp-runtime 32.0.0", + "sp-arithmetic", + "sp-core", + "sp-runtime", ] [[package]] @@ -16409,9 +14231,9 @@ version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cbe721c367760bddf10fcfa24fb48edd64c442f71db971f043c8ac73f51aa6e9" dependencies = [ - "sp-api 33.0.0", - "sp-core 34.0.0", - "sp-runtime 38.0.0", + "sp-api", + "sp-core", + "sp-runtime", ] [[package]] @@ -16433,32 +14255,7 @@ checksum = "45458f0955870a92b3969098d4f1f4e9b55b4282d9f1dc112a51bb5bb6584900" dependencies = [ "rustc-hash", "serde", - "sp-core 34.0.0", -] - -[[package]] -name = "sp-runtime" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a95e71603a6281e91b0f1fd3d68057644be16d75a4602013187b8137db8abee" -dependencies = [ - "docify", - "either", - "hash256-std-hasher", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "paste", - "rand", - "scale-info", - "serde", - "simple-mermaid", - "sp-application-crypto 31.0.0", - "sp-arithmetic 24.0.0", - "sp-core 29.0.0", - "sp-io 31.0.0", - "sp-std", - "sp-weights 28.0.0", + "sp-core", ] [[package]] @@ -16479,31 +14276,12 @@ dependencies = [ "scale-info", "serde", "simple-mermaid", - "sp-application-crypto 37.0.0", - "sp-arithmetic 26.0.0", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-std", - "sp-weights 31.0.0", -] - -[[package]] -name = "sp-runtime-interface" -version = "25.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e2321ab29d4bcc31f1ba1b4f076a81fb2a666465231e5c981c72320d74dbe63" -dependencies = [ - "bytes", - "impl-trait-for-tuples", - "parity-scale-codec", - "primitive-types", - "sp-externalities 0.26.0", - "sp-runtime-interface-proc-macro 17.0.0", + "sp-application-crypto", + "sp-arithmetic", + "sp-core", + "sp-io", "sp-std", - "sp-storage 20.0.0", - "sp-tracing 16.0.0", - "sp-wasm-interface 20.0.0", - "static_assertions", + "sp-weights", ] [[package]] @@ -16517,29 +14295,15 @@ dependencies = [ "parity-scale-codec", "polkavm-derive", "primitive-types", - "sp-externalities 0.29.0", - "sp-runtime-interface-proc-macro 18.0.0", + "sp-externalities", + "sp-runtime-interface-proc-macro", "sp-std", - "sp-storage 21.0.0", - "sp-tracing 17.0.0", - "sp-wasm-interface 21.0.0", + "sp-storage", + "sp-tracing", + "sp-wasm-interface", "static_assertions", ] -[[package]] -name = "sp-runtime-interface-proc-macro" -version = "17.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfaf6e85b2ec12a4b99cd6d8d57d083e30c94b7f1b0d8f93547121495aae6f0c" -dependencies = [ - "Inflector", - "expander", - "proc-macro-crate 3.1.0", - "proc-macro2", - "quote", - "syn 2.0.66", -] - [[package]] name = "sp-runtime-interface-proc-macro" version = "18.0.0" @@ -16554,22 +14318,6 @@ dependencies = [ "syn 2.0.66", ] -[[package]] -name = "sp-session" -version = "28.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b86531090cc04d2ab3535df07146258e2fb3ab6257b0a77ef14aa08282c3d4a" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-api 27.0.1", - "sp-core 29.0.0", - "sp-keystore 0.35.0", - "sp-runtime 32.0.0", - "sp-staking 27.0.0", - "sp-std", -] - [[package]] name = "sp-session" version = "34.0.0" @@ -16578,26 +14326,11 @@ checksum = "4daf2e40ffc7e7e8de08efb860eb9534faf614a49c53dc282f430faedb4aed13" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 33.0.0", - "sp-core 34.0.0", - "sp-keystore 0.40.0", - "sp-runtime 38.0.0", - "sp-staking 33.0.0", -] - -[[package]] -name = "sp-staking" -version = "27.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -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", + "sp-api", + "sp-core", + "sp-keystore", + "sp-runtime", + "sp-staking", ] [[package]] @@ -16610,30 +14343,8 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 34.0.0", - "sp-runtime 38.0.0", -] - -[[package]] -name = "sp-state-machine" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a67297e702aa32027d7766803f362a420d6d3ec9e2f84961f3c64e2e52b5aaf9" -dependencies = [ - "hash-db", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "rand", - "smallvec", - "sp-core 29.0.0", - "sp-externalities 0.26.0", - "sp-panic-handler", - "sp-std", - "sp-trie 30.0.0", - "thiserror", - "tracing", - "trie-db 0.28.0", + "sp-core", + "sp-runtime", ] [[package]] @@ -16648,13 +14359,13 @@ dependencies = [ "parking_lot 0.12.3", "rand", "smallvec", - "sp-core 34.0.0", - "sp-externalities 0.29.0", + "sp-core", + "sp-externalities", "sp-panic-handler", - "sp-trie 36.0.0", + "sp-trie", "thiserror", "tracing", - "trie-db 0.29.1", + "trie-db", ] [[package]] @@ -16664,20 +14375,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b03aa86b1b46549889d32348bc85a8135c725665115567507231a6d85712aaac" dependencies = [ "aes-gcm", - "curve25519-dalek 4.1.2", + "curve25519-dalek", "ed25519-dalek", "hkdf", "parity-scale-codec", "rand", "scale-info", "sha2 0.10.8", - "sp-api 33.0.0", - "sp-application-crypto 37.0.0", - "sp-core 34.0.0", + "sp-api", + "sp-application-crypto", + "sp-core", "sp-crypto-hashing", - "sp-externalities 0.29.0", - "sp-runtime 38.0.0", - "sp-runtime-interface 28.0.0", + "sp-externalities", + "sp-runtime", + "sp-runtime-interface", "thiserror", "x25519-dalek", ] @@ -16688,20 +14399,6 @@ version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "12f8ee986414b0a9ad741776762f4083cd3a5128449b982a3919c4df36874834" -[[package]] -name = "sp-storage" -version = "20.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8dba5791cb3978e95daf99dad919ecb3ec35565604e88cd38d805d9d4981e8bd" -dependencies = [ - "impl-serde", - "parity-scale-codec", - "ref-cast", - "serde", - "sp-debug-derive", - "sp-std", -] - [[package]] name = "sp-storage" version = "21.0.0" @@ -16715,20 +14412,6 @@ dependencies = [ "sp-debug-derive", ] -[[package]] -name = "sp-timestamp" -version = "27.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "249cd06624f2edb53b25af528ab216a508dc9d0870e158b43caac3a97e86699f" -dependencies = [ - "async-trait", - "parity-scale-codec", - "sp-inherents 27.0.0", - "sp-runtime 32.0.0", - "sp-std", - "thiserror", -] - [[package]] name = "sp-timestamp" version = "33.0.0" @@ -16737,24 +14420,11 @@ checksum = "78becf144a76f6fd108dfe94a90e20a185b38c0b310dc5482328196143c8266b" dependencies = [ "async-trait", "parity-scale-codec", - "sp-inherents 33.0.0", - "sp-runtime 38.0.0", + "sp-inherents", + "sp-runtime", "thiserror", ] -[[package]] -name = "sp-tracing" -version = "16.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0351810b9d074df71c4514c5228ed05c250607cba131c1c9d1526760ab69c05c" -dependencies = [ - "parity-scale-codec", - "sp-std", - "tracing", - "tracing-core", - "tracing-subscriber 0.2.25", -] - [[package]] name = "sp-tracing" version = "17.0.0" @@ -16767,24 +14437,14 @@ dependencies = [ "tracing-subscriber 0.2.25", ] -[[package]] -name = "sp-transaction-pool" -version = "27.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9742861c5330bdcb42856a6eed3d3745b58ee1c92ca4c9260032ff4e6c387165" -dependencies = [ - "sp-api 27.0.1", - "sp-runtime 32.0.0", -] - [[package]] name = "sp-transaction-pool" version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a3c9d1604aadc15b70e95f4388d0b1aa380215520b7ddfd372531a6d8262269c" dependencies = [ - "sp-api 33.0.0", - "sp-runtime 38.0.0", + "sp-api", + "sp-runtime", ] [[package]] @@ -16796,35 +14456,10 @@ dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-inherents 33.0.0", - "sp-runtime 38.0.0", - "sp-trie 36.0.0", -] - -[[package]] -name = "sp-trie" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eed48dfd05081e8b36741b10ce4eb686c135a2952227a11fe71caec89890ddbb" -dependencies = [ - "ahash 0.8.11", - "hash-db", - "lazy_static", - "memory-db", - "nohash-hasher", - "parity-scale-codec", - "parking_lot 0.12.3", - "rand", - "scale-info", - "schnellru", - "sp-core 29.0.0", - "sp-externalities 0.26.0", - "sp-std", - "thiserror", - "tracing", - "trie-db 0.28.0", - "trie-root", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-trie", ] [[package]] @@ -16843,32 +14478,14 @@ dependencies = [ "rand", "scale-info", "schnellru", - "sp-core 34.0.0", - "sp-externalities 0.29.0", + "sp-core", + "sp-externalities", "thiserror", "tracing", - "trie-db 0.29.1", + "trie-db", "trie-root", ] -[[package]] -name = "sp-version" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff4a660c68995663d6778df324f4e2b4efc48d55a8e9c92c22a5fb7dae7899cd" -dependencies = [ - "impl-serde", - "parity-scale-codec", - "parity-wasm", - "scale-info", - "serde", - "sp-crypto-hashing-proc-macro", - "sp-runtime 32.0.0", - "sp-std", - "sp-version-proc-macro 13.0.0", - "thiserror", -] - [[package]] name = "sp-version" version = "36.0.0" @@ -16881,24 +14498,12 @@ dependencies = [ "scale-info", "serde", "sp-crypto-hashing-proc-macro", - "sp-runtime 38.0.0", + "sp-runtime", "sp-std", - "sp-version-proc-macro 14.0.0", + "sp-version-proc-macro", "thiserror", ] -[[package]] -name = "sp-version-proc-macro" -version = "13.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9bc3fed32d6dacbbbfb28dd1fe0224affbb737cb6cbfca1d9149351c2b69a7d" -dependencies = [ - "parity-scale-codec", - "proc-macro2", - "quote", - "syn 2.0.66", -] - [[package]] name = "sp-version-proc-macro" version = "14.0.0" @@ -16911,20 +14516,6 @@ dependencies = [ "syn 2.0.66", ] -[[package]] -name = "sp-wasm-interface" -version = "20.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ef97172c42eb4c6c26506f325f48463e9bc29b2034a587f1b9e48c751229bee" -dependencies = [ - "anyhow", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "sp-std", - "wasmtime", -] - [[package]] name = "sp-wasm-interface" version = "21.0.0" @@ -16938,22 +14529,6 @@ dependencies = [ "wasmtime", ] -[[package]] -name = "sp-weights" -version = "28.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3be30aec904994451dcacf841a9168cfbbaf817de6b24b6a1c1418cbf1af2fe" -dependencies = [ - "bounded-collections 0.2.0", - "parity-scale-codec", - "scale-info", - "serde", - "smallvec", - "sp-arithmetic 24.0.0", - "sp-debug-derive", - "sp-std", -] - [[package]] name = "sp-weights" version = "31.0.0" @@ -16965,7 +14540,7 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-arithmetic 26.0.0", + "sp-arithmetic", "sp-debug-derive", ] @@ -17044,55 +14619,21 @@ version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" -[[package]] -name = "staging-parachain-info" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da7dc139d104f676a18c13380a09c3f72d59450a7471116387cbf8cb5f845a0e" -dependencies = [ - "cumulus-primitives-core 0.8.0", - "frame-support 29.0.2", - "frame-system 29.0.0", - "parity-scale-codec", - "scale-info", - "sp-runtime 32.0.0", - "sp-std", -] - [[package]] name = "staging-parachain-info" version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cd00d586b0dac4f42736bdd0ad52213a891b240e011ea82b38938263dd821c25" dependencies = [ - "cumulus-primitives-core 0.14.0", - "frame-support 36.0.0", - "frame-system 36.1.0", + "cumulus-primitives-core", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-runtime 38.0.0", + "sp-runtime", "sp-std", ] -[[package]] -name = "staging-xcm" -version = "8.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48fa328b87de3466bc38cc9a07244c42c647b7755b81115e1dfeb47cc13fc6e6" -dependencies = [ - "array-bytes", - "bounded-collections 0.2.0", - "derivative", - "environmental", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-weights 28.0.0", - "xcm-procedural 8.0.0", -] - [[package]] name = "staging-xcm" version = "14.1.0" @@ -17108,31 +14649,8 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-weights 31.0.0", - "xcm-procedural 10.1.0", -] - -[[package]] -name = "staging-xcm-builder" -version = "8.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78b7447c38be3ca9fb21c7434de2243aa6ac74acde8944cda7bb6e2a4f765801" -dependencies = [ - "frame-support 29.0.2", - "frame-system 29.0.0", - "impl-trait-for-tuples", - "log", - "pallet-transaction-payment 29.0.2", - "parity-scale-codec", - "polkadot-parachain-primitives 7.0.0", - "scale-info", - "sp-arithmetic 24.0.0", - "sp-io 31.0.0", - "sp-runtime 32.0.0", - "sp-std", - "sp-weights 28.0.0", - "staging-xcm 8.0.1", - "staging-xcm-executor 8.0.2", + "sp-weights", + "xcm-procedural", ] [[package]] @@ -17141,43 +14659,21 @@ version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "847fa2afe1bed2751eaabf7b91fa4043037947f17653d7cc59ea202cc44c6bb8" dependencies = [ - "frame-support 36.0.0", - "frame-system 36.1.0", - "impl-trait-for-tuples", - "log", - "pallet-transaction-payment 36.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 13.0.0", - "scale-info", - "sp-arithmetic 26.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.0", - "sp-std", - "sp-weights 31.0.0", - "staging-xcm 14.1.0", - "staging-xcm-executor 15.0.0", -] - -[[package]] -name = "staging-xcm-executor" -version = "8.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74b5c5f2a1d610c5e20e5fae2680c9a28380f305afafeed62f341bfbce57b79a" -dependencies = [ - "environmental", - "frame-benchmarking 29.0.0", - "frame-support 29.0.2", + "frame-support", + "frame-system", "impl-trait-for-tuples", "log", + "pallet-transaction-payment", "parity-scale-codec", + "polkadot-parachain-primitives", "scale-info", - "sp-arithmetic 24.0.0", - "sp-core 29.0.0", - "sp-io 31.0.0", - "sp-runtime 32.0.0", + "sp-arithmetic", + "sp-io", + "sp-runtime", "sp-std", - "sp-weights 28.0.0", - "staging-xcm 8.0.1", + "sp-weights", + "staging-xcm", + "staging-xcm-executor", ] [[package]] @@ -17187,19 +14683,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "26b98d8219449eaf02e71a7edf1a14b14d4c713dd01d9df66fde1ce30dba4d6d" dependencies = [ "environmental", - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", + "frame-benchmarking", + "frame-support", "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", - "sp-arithmetic 26.0.0", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", - "sp-weights 31.0.0", - "staging-xcm 14.1.0", + "sp-weights", + "staging-xcm", ] [[package]] @@ -17278,9 +14774,6 @@ name = "strum" version = "0.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f" -dependencies = [ - "strum_macros 0.24.3", -] [[package]] name = "strum" @@ -17317,19 +14810,6 @@ dependencies = [ "syn 2.0.66", ] -[[package]] -name = "substrate-bip39" -version = "0.4.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a7590dc041b9bc2825e52ce5af8416c73dbe9d0654402bfd4b4941938b94d8f" -dependencies = [ - "hmac 0.11.0", - "pbkdf2 0.8.0", - "schnorrkel 0.11.4", - "sha2 0.9.9", - "zeroize", -] - [[package]] name = "substrate-bip39" version = "0.6.0" @@ -17337,7 +14817,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ca58ffd742f693dc13d69bdbb2e642ae239e0053f6aab3b104252892f856700a" dependencies = [ "hmac 0.12.1", - "pbkdf2 0.12.2", + "pbkdf2", "schnorrkel 0.11.4", "sha2 0.10.8", "zeroize", @@ -17356,18 +14836,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "02b8837de37f5ea6316846a63dc48489b63ebde05df73ba7d7077b3135487560" dependencies = [ "docify", - "frame-system-rpc-runtime-api 33.0.0", + "frame-system-rpc-runtime-api", "futures", "jsonrpsee", "log", "parity-scale-codec", "sc-rpc-api", "sc-transaction-pool-api", - "sp-api 33.0.0", - "sp-block-builder 33.0.0", + "sp-api", + "sp-block-builder", "sp-blockchain", - "sp-core 34.0.0", - "sp-runtime 38.0.0", + "sp-core", + "sp-runtime", ] [[package]] @@ -17394,30 +14874,11 @@ dependencies = [ "sc-client-api", "sc-rpc-api", "serde", - "sp-core 34.0.0", - "sp-runtime 38.0.0", - "sp-state-machine 0.42.0", - "sp-trie 36.0.0", - "trie-db 0.29.1", -] - -[[package]] -name = "substrate-wasm-builder" -version = "18.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a39a20e17c24ede36b5bd5e7543a4cef8d8a0daf6e1a046dc31832b837a54a0" -dependencies = [ - "build-helper", - "cargo_metadata", - "console", - "filetime", - "parity-wasm", - "sp-maybe-compressed-blob", - "strum 0.24.1", - "tempfile", - "toml 0.8.14", - "walkdir", - "wasm-opt", + "sp-core", + "sp-runtime", + "sp-state-machine", + "sp-trie", + "trie-db", ] [[package]] @@ -17437,11 +14898,11 @@ dependencies = [ "parity-wasm", "polkavm-linker", "sc-executor", - "sp-core 34.0.0", - "sp-io 37.0.0", + "sp-core", + "sp-io", "sp-maybe-compressed-blob", - "sp-tracing 17.0.0", - "sp-version 36.0.0", + "sp-tracing", + "sp-version", "strum 0.26.2", "tempfile", "toml 0.8.14", @@ -17536,15 +14997,19 @@ dependencies = [ [[package]] name = "system-parachains-constants" version = "1.0.0" -source = "git+https://github.com/paseo-network/runtimes/?tag=v1.2.5-system-chains#2fa66a19eef96bd2c079385057fab2564d09b751" -dependencies = [ - "frame-support 29.0.2", - "parachains-common 8.0.1", - "paseo-runtime-constants", - "polkadot-core-primitives 8.0.0", - "polkadot-primitives 8.0.1", +source = "git+https://github.com/polkadot-fellows/runtimes#f42acab60edf4d6ded4d9e99b1a8fbacded85669" +dependencies = [ + "frame-support", + "kusama-runtime-constants", + "parachains-common", + "polkadot-core-primitives", + "polkadot-primitives", + "polkadot-runtime-constants", "smallvec", - "sp-runtime 32.0.0", + "sp-core", + "sp-runtime", + "sp-std", + "staging-xcm", ] [[package]] @@ -18000,7 +15465,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d07f52b2b1a1c1c21094bd0b6fdcf1b7dbe785b937b30e82dba688d55d988efb" dependencies = [ "coarsetime", - "polkadot-primitives 14.0.0", + "polkadot-primitives", "tracing", "tracing-gum-proc-macro", ] @@ -18091,19 +15556,6 @@ dependencies = [ "tracing-log 0.2.0", ] -[[package]] -name = "trie-db" -version = "0.28.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff28e0f815c2fea41ebddf148e008b077d2faddb026c9555b29696114d602642" -dependencies = [ - "hash-db", - "hashbrown 0.13.2", - "log", - "rustc-hex", - "smallvec", -] - [[package]] name = "trie-db" version = "0.29.1" @@ -18423,8 +15875,8 @@ dependencies = [ "constcat", "digest 0.10.7", "rand", - "rand_chacha 0.3.1", - "rand_core 0.6.4", + "rand_chacha", + "rand_core", "sha2 0.10.8", "sha3", "thiserror", @@ -18927,104 +16379,104 @@ version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "56b8918bb9fe4938757d4f003b7fa26598a632e350feac4e7477bb6b36e2f2af" dependencies = [ - "binary-merkle-tree 15.0.0", + "binary-merkle-tree", "bitvec", - "frame-benchmarking 36.0.0", - "frame-election-provider-support 36.0.0", - "frame-executive 36.0.0", - "frame-metadata-hash-extension 0.4.0", - "frame-support 36.0.0", - "frame-system 36.1.0", - "frame-system-benchmarking 36.0.0", - "frame-system-rpc-runtime-api 33.0.0", - "frame-try-runtime 0.42.0", + "frame-benchmarking", + "frame-election-provider-support", + "frame-executive", + "frame-metadata-hash-extension", + "frame-support", + "frame-system", + "frame-system-benchmarking", + "frame-system-rpc-runtime-api", + "frame-try-runtime", "hex-literal", "log", - "pallet-asset-rate 15.0.0", - "pallet-authority-discovery 36.0.0", - "pallet-authorship 36.0.0", - "pallet-babe 36.0.0", - "pallet-bags-list 35.0.0", - "pallet-balances 37.0.0", - "pallet-beefy 36.0.0", - "pallet-beefy-mmr 36.0.0", + "pallet-asset-rate", + "pallet-authority-discovery", + "pallet-authorship", + "pallet-babe", + "pallet-bags-list", + "pallet-balances", + "pallet-beefy", + "pallet-beefy-mmr", "pallet-collective", - "pallet-conviction-voting 36.0.0", + "pallet-conviction-voting", "pallet-delegated-staking", "pallet-democracy", - "pallet-election-provider-multi-phase 35.0.0", - "pallet-election-provider-support-benchmarking 35.0.0", + "pallet-election-provider-multi-phase", + "pallet-election-provider-support-benchmarking", "pallet-elections-phragmen", - "pallet-fast-unstake 35.0.0", - "pallet-grandpa 36.0.0", - "pallet-identity 36.0.0", - "pallet-indices 36.0.0", + "pallet-fast-unstake", + "pallet-grandpa", + "pallet-identity", + "pallet-indices", "pallet-membership", - "pallet-message-queue 39.0.0", - "pallet-mmr 35.0.0", - "pallet-multisig 36.0.0", - "pallet-nomination-pools 33.0.0", - "pallet-nomination-pools-benchmarking 34.0.0", - "pallet-nomination-pools-runtime-api 31.0.0", - "pallet-offences 35.0.0", - "pallet-offences-benchmarking 36.0.0", - "pallet-preimage 36.0.0", - "pallet-proxy 36.0.0", + "pallet-message-queue", + "pallet-mmr", + "pallet-multisig", + "pallet-nomination-pools", + "pallet-nomination-pools-benchmarking", + "pallet-nomination-pools-runtime-api", + "pallet-offences", + "pallet-offences-benchmarking", + "pallet-preimage", + "pallet-proxy", "pallet-recovery", - "pallet-referenda 36.0.0", + "pallet-referenda", "pallet-root-testing", - "pallet-scheduler 37.0.0", - "pallet-session 36.0.0", - "pallet-session-benchmarking 36.0.0", + "pallet-scheduler", + "pallet-session", + "pallet-session-benchmarking", "pallet-society", - "pallet-staking 36.0.0", - "pallet-staking-reward-curve 12.0.0", - "pallet-staking-runtime-api 21.0.0", - "pallet-state-trie-migration 37.0.0", - "pallet-sudo 36.0.0", - "pallet-timestamp 35.0.0", - "pallet-transaction-payment 36.0.0", - "pallet-transaction-payment-rpc-runtime-api 36.0.0", - "pallet-treasury 35.0.0", - "pallet-utility 36.0.0", - "pallet-vesting 36.0.0", - "pallet-whitelist 35.0.0", - "pallet-xcm 15.0.0", - "pallet-xcm-benchmarks 15.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 13.0.0", - "polkadot-primitives 14.0.0", - "polkadot-runtime-common 15.0.0", - "polkadot-runtime-parachains 15.0.3", + "pallet-staking", + "pallet-staking-reward-curve", + "pallet-staking-runtime-api", + "pallet-state-trie-migration", + "pallet-sudo", + "pallet-timestamp", + "pallet-transaction-payment", + "pallet-transaction-payment-rpc-runtime-api", + "pallet-treasury", + "pallet-utility", + "pallet-vesting", + "pallet-whitelist", + "pallet-xcm", + "pallet-xcm-benchmarks", + "parity-scale-codec", + "polkadot-parachain-primitives", + "polkadot-primitives", + "polkadot-runtime-common", + "polkadot-runtime-parachains", "scale-info", "serde", "serde_derive", "smallvec", - "sp-api 33.0.0", - "sp-application-crypto 37.0.0", - "sp-arithmetic 26.0.0", - "sp-authority-discovery 33.0.0", - "sp-block-builder 33.0.0", - "sp-consensus-babe 0.39.0", - "sp-consensus-beefy 20.0.0", - "sp-core 34.0.0", - "sp-genesis-builder 0.14.0", - "sp-inherents 33.0.0", - "sp-io 37.0.0", - "sp-mmr-primitives 33.0.0", - "sp-npos-elections 33.0.0", - "sp-offchain 33.0.0", - "sp-runtime 38.0.0", - "sp-session 34.0.0", - "sp-staking 33.0.0", + "sp-api", + "sp-application-crypto", + "sp-arithmetic", + "sp-authority-discovery", + "sp-block-builder", + "sp-consensus-babe", + "sp-consensus-beefy", + "sp-core", + "sp-genesis-builder", + "sp-inherents", + "sp-io", + "sp-mmr-primitives", + "sp-npos-elections", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-staking", "sp-std", - "sp-storage 21.0.0", - "sp-transaction-pool 33.0.0", - "sp-version 36.0.0", - "staging-xcm 14.1.0", - "staging-xcm-builder 15.0.0", - "staging-xcm-executor 15.0.0", - "substrate-wasm-builder 23.0.0", + "sp-storage", + "sp-transaction-pool", + "sp-version", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", + "substrate-wasm-builder", "westend-runtime-constants", "xcm-runtime-apis", ] @@ -19035,15 +16487,15 @@ version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8c7a91c27c398b11f7633cc2382cbba53b02e7196ebe8fff13c170e54a54e9d8" dependencies = [ - "frame-support 36.0.0", - "polkadot-primitives 14.0.0", - "polkadot-runtime-common 15.0.0", + "frame-support", + "polkadot-primitives", + "polkadot-runtime-common", "smallvec", - "sp-core 34.0.0", - "sp-runtime 38.0.0", - "sp-weights 31.0.0", - "staging-xcm 14.1.0", - "staging-xcm-builder 15.0.0", + "sp-core", + "sp-runtime", + "sp-weights", + "staging-xcm", + "staging-xcm-builder", ] [[package]] @@ -19399,8 +16851,8 @@ version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c7e468321c81fb07fa7f4c636c3972b9100f0346e5b6a9f2bd0603a52f7ed277" dependencies = [ - "curve25519-dalek 4.1.2", - "rand_core 0.6.4", + "curve25519-dalek", + "rand_core", "serde", "zeroize", ] @@ -19445,45 +16897,33 @@ version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "be630e9b41c5d19d227162afe4cf642be24058b179fb1edbfe132f6328c7bde8" dependencies = [ - "cumulus-pallet-parachain-system 0.15.0", - "cumulus-pallet-xcmp-queue 0.15.0", - "cumulus-primitives-core 0.14.0", - "cumulus-primitives-parachain-inherent 0.14.0", + "cumulus-pallet-parachain-system", + "cumulus-pallet-xcmp-queue", + "cumulus-primitives-core", + "cumulus-primitives-parachain-inherent", "cumulus-test-relay-sproof-builder", - "frame-support 36.0.0", - "frame-system 36.1.0", + "frame-support", + "frame-system", "impl-trait-for-tuples", "lazy_static", "log", - "pallet-balances 37.0.0", - "pallet-message-queue 39.0.0", - "parachains-common 15.0.0", + "pallet-balances", + "pallet-message-queue", + "parachains-common", "parity-scale-codec", "paste", - "polkadot-parachain-primitives 13.0.0", - "polkadot-primitives 14.0.0", - "polkadot-runtime-parachains 15.0.3", - "sp-arithmetic 26.0.0", - "sp-core 34.0.0", + "polkadot-parachain-primitives", + "polkadot-primitives", + "polkadot-runtime-parachains", + "sp-arithmetic", + "sp-core", "sp-crypto-hashing", - "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-io", + "sp-runtime", "sp-std", - "sp-tracing 17.0.0", - "staging-xcm 14.1.0", - "staging-xcm-executor 15.0.0", -] - -[[package]] -name = "xcm-procedural" -version = "8.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4717a97970a9cda70d7db53cf50d2615c2f6f6b7c857445325b4a39ea7aa2cd" -dependencies = [ - "Inflector", - "proc-macro2", - "quote", - "syn 2.0.66", + "sp-tracing", + "staging-xcm", + "staging-xcm-executor", ] [[package]] @@ -19504,14 +16944,14 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "30fffcd9128a46abd836c37dd001c2cbe122aeb8904cd7b9bac8358564fb7b56" dependencies = [ - "frame-support 36.0.0", + "frame-support", "parity-scale-codec", "scale-info", - "sp-api 33.0.0", + "sp-api", "sp-std", - "sp-weights 31.0.0", - "staging-xcm 14.1.0", - "staging-xcm-executor 15.0.0", + "sp-weights", + "staging-xcm", + "staging-xcm-executor", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 58c6d991..7131b59d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -164,7 +164,12 @@ cumulus-client-consensus-common = "0.15.0" cumulus-client-consensus-proposer = "0.14.0" cumulus-client-service = "0.15.0" +# TODO: Paseo (note: using polkadot as stopgap until paseo updated to polkadot sdk v1.14.0) +asset-hub-paseo-runtime = { git = "https://github.com/polkadot-fellows/runtimes", default-features = false, package = "asset-hub-polkadot-runtime" } +paseo-runtime = { git = "https://github.com/polkadot-fellows/runtimes", default-features = false, package = "polkadot-runtime" } +paseo-runtime-constants = { git = "https://github.com/polkadot-fellows/runtimes", default-features = false, package = "polkadot-runtime-constants" } + # Paseo -asset-hub-paseo-runtime = { git = "https://github.com/paseo-network/runtimes/", tag = "v1.2.5-system-chains", default-features = false } -paseo-runtime = { git = "https://github.com/paseo-network/runtimes/", tag = "v1.2.5-system-chains", default-features = false } -paseo-runtime-constants = { git = "https://github.com/paseo-network/runtimes/", tag = "v1.2.5-system-chains", default-features = false } +# asset-hub-paseo-runtime = { git = "https://github.com/paseo-network/runtimes/", tag = "v1.2.5-system-chains", default-features = false } +# paseo-runtime = { git = "https://github.com/paseo-network/runtimes/", tag = "v1.2.5-system-chains", default-features = false } +# paseo-runtime-constants = { git = "https://github.com/paseo-network/runtimes/", tag = "v1.2.5-system-chains", default-features = false } diff --git a/integration-tests/Cargo.toml b/integration-tests/Cargo.toml index 0a427f8a..30559044 100644 --- a/integration-tests/Cargo.toml +++ b/integration-tests/Cargo.toml @@ -8,7 +8,12 @@ repository.workspace = true [dev-dependencies] codec.workspace = true -tracing-subscriber = { workspace = true, features = ["env-filter", "fmt", "std", "tracing-log"] } +tracing-subscriber = { workspace = true, features = [ + "env-filter", + "fmt", + "std", + "tracing-log", +] } # Substrate frame-support.workspace = true diff --git a/integration-tests/src/chains/asset_hub_paseo/mod.rs b/integration-tests/src/chains/asset_hub_paseo/mod.rs index 51dae063..0a9620e3 100644 --- a/integration-tests/src/chains/asset_hub_paseo/mod.rs +++ b/integration-tests/src/chains/asset_hub_paseo/mod.rs @@ -1,6 +1,5 @@ pub(crate) mod genesis; -use crate::chains::paseo::Paseo; use emulated_integration_tests_common::{ impl_accounts_helpers_for_parachain, impl_assert_events_helpers_for_parachain, impl_assets_helpers_for_parachain, impl_foreign_assets_helpers_for_parachain, @@ -34,6 +33,6 @@ decl_test_parachains! { // AssetHubPaseo implementation impl_accounts_helpers_for_parachain!(AssetHubPaseo); impl_assert_events_helpers_for_parachain!(AssetHubPaseo); -impl_assets_helpers_for_parachain!(AssetHubPaseo, Paseo); -impl_foreign_assets_helpers_for_parachain!(AssetHubPaseo, Paseo); +impl_assets_helpers_for_parachain!(AssetHubPaseo); +impl_foreign_assets_helpers_for_parachain!(AssetHubPaseo, xcm::v3::Location); impl_xcm_helpers_for_parachain!(AssetHubPaseo); diff --git a/integration-tests/src/chains/paseo/genesis.rs b/integration-tests/src/chains/paseo/genesis.rs index d4c29ca2..0ecdb1ff 100644 --- a/integration-tests/src/chains/paseo/genesis.rs +++ b/integration-tests/src/chains/paseo/genesis.rs @@ -1,6 +1,5 @@ use emulated_integration_tests_common::{ - accounts, build_genesis_storage, get_account_id_from_seed, get_from_seed, get_host_config, - validators, + accounts, build_genesis_storage, get_from_seed, get_host_config, validators, }; use paseo_runtime_constants::currency::UNITS as PAS; use polkadot_primitives::{AssignmentId, Balance, ValidatorId}; @@ -8,7 +7,7 @@ use sp_authority_discovery::AuthorityId as AuthorityDiscoveryId; use sp_consensus_babe::AuthorityId as BabeId; use sp_consensus_beefy::ecdsa_crypto::AuthorityId as BeefyId; use sp_consensus_grandpa::AuthorityId as GrandpaId; -use sp_core::{sr25519, storage::Storage}; +use sp_core::storage::Storage; pub(crate) const ED: Balance = paseo_runtime_constants::currency::EXISTENTIAL_DEPOSIT; const ENDOWMENT: u128 = 1_000_000 * PAS; @@ -58,12 +57,13 @@ pub(crate) fn genesis() -> Storage { }, babe: paseo_runtime::BabeConfig { authorities: Default::default(), - epoch_config: Some(paseo_runtime::BABE_GENESIS_EPOCH_CONFIG), + epoch_config: paseo_runtime::BABE_GENESIS_EPOCH_CONFIG, ..Default::default() }, - sudo: paseo_runtime::SudoConfig { - key: Some(get_account_id_from_seed::("Alice")), - }, + // TODO: sudo pallet is not configured in polkadot runtime + // sudo: runtime::SudoConfig { + // key: Some(get_account_id_from_seed::("Alice")), + // }, configuration: paseo_runtime::ConfigurationConfig { config: get_host_config() }, registrar: paseo_runtime::RegistrarConfig { next_free_para_id: polkadot_primitives::LOWEST_PUBLIC_ID, diff --git a/integration-tests/src/chains/paseo/mod.rs b/integration-tests/src/chains/paseo/mod.rs index 735807e5..4df1d2af 100644 --- a/integration-tests/src/chains/paseo/mod.rs +++ b/integration-tests/src/chains/paseo/mod.rs @@ -8,7 +8,7 @@ use emulated_integration_tests_common::{ // Paseo declaration decl_test_relay_chains! { - #[api_version(10)] + #[api_version(11)] pub struct Paseo { genesis = genesis::genesis(), on_init = (), @@ -18,7 +18,8 @@ decl_test_relay_chains! { }, pallets = { XcmPallet: paseo_runtime::XcmPallet, - Sudo: paseo_runtime::Sudo, + // TODO: sudo pallet is not configured in polkadot runtime + // Sudo: paseo_runtime::Sudo, Balances: paseo_runtime::Balances, Hrmp: paseo_runtime::Hrmp, } diff --git a/integration-tests/src/chains/pop_network/mod.rs b/integration-tests/src/chains/pop_network/mod.rs index 42b2cc2e..043800e2 100644 --- a/integration-tests/src/chains/pop_network/mod.rs +++ b/integration-tests/src/chains/pop_network/mod.rs @@ -1,6 +1,5 @@ pub(crate) mod genesis; -use crate::chains::paseo::Paseo; use emulated_integration_tests_common::{ impl_accounts_helpers_for_parachain, impl_assert_events_helpers_for_parachain, impl_assets_helpers_for_parachain, impl_xcm_helpers_for_parachain, impls::Parachain, @@ -33,5 +32,5 @@ decl_test_parachains! { // PopNetwork implementation impl_accounts_helpers_for_parachain!(PopNetwork); impl_assert_events_helpers_for_parachain!(PopNetwork); -impl_assets_helpers_for_parachain!(PopNetwork, Paseo); +impl_assets_helpers_for_parachain!(PopNetwork); impl_xcm_helpers_for_parachain!(PopNetwork); diff --git a/integration-tests/src/lib.rs b/integration-tests/src/lib.rs index c42035f9..c15424b1 100644 --- a/integration-tests/src/lib.rs +++ b/integration-tests/src/lib.rs @@ -95,7 +95,7 @@ fn para_receiver_assertions(_: Test) { assert_expected_events!( PopNetworkPara, vec![ - RuntimeEvent::Balances(pallet_balances::Event::Deposit { .. }) => {}, + RuntimeEvent::Balances(pallet_balances::Event::Minted { .. }) => {}, RuntimeEvent::MessageQueue( pallet_message_queue::Event::Processed { success: true, .. } ) => {}, @@ -113,9 +113,7 @@ fn para_to_system_para_sender_assertions(t: ParaToSystemParaTest) { PopNetworkPara, vec![ // Amount to reserve transfer is transferred to Parachain's Sovereign account - RuntimeEvent::Balances( - pallet_balances::Event::Withdraw { who, amount } - ) => { + RuntimeEvent::Balances(pallet_balances::Event::Burned { who, amount }) => { who: *who == t.sender.account_id, amount: *amount == t.args.amount, }, @@ -133,9 +131,7 @@ fn para_to_relay_sender_assertions(t: ParaToRelayTest) { PopNetworkPara, vec![ // Amount to reserve transfer is transferred to Parachain's Sovereign account - RuntimeEvent::Balances( - pallet_balances::Event::Withdraw { who, amount } - ) => { + RuntimeEvent::Balances(pallet_balances::Event::Burned { who, amount }) => { who: *who == t.sender.account_id, amount: *amount == t.args.amount, }, @@ -297,7 +293,7 @@ fn reserve_transfer_native_asset_from_relay_to_para() { test.assert(); let delivery_fees = PaseoRelay::execute_with(|| { - xcm_helpers::transfer_assets_delivery_fees::< + xcm_helpers::teleport_assets_delivery_fees::< ::XcmSender, >(test.args.assets.clone(), 0, test.args.weight_limit, test.args.beneficiary, test.args.dest) }); @@ -351,7 +347,7 @@ fn reserve_transfer_native_asset_from_para_to_relay() { let receiver_balance_after = test.receiver.balance; let delivery_fees = PopNetworkPara::execute_with(|| { - xcm_helpers::transfer_assets_delivery_fees::< + xcm_helpers::teleport_assets_delivery_fees::< ::XcmSender, >(test.args.assets.clone(), 0, test.args.weight_limit, test.args.beneficiary, test.args.dest) }); @@ -397,7 +393,7 @@ fn reserve_transfer_native_asset_from_system_para_to_para() { let receiver_balance_after = test.receiver.balance; let delivery_fees = AssetHubPaseoPara::execute_with(|| { - xcm_helpers::transfer_assets_delivery_fees::< + xcm_helpers::teleport_assets_delivery_fees::< ::XcmSender, >(test.args.assets.clone(), 0, test.args.weight_limit, test.args.beneficiary, test.args.dest) }); @@ -460,7 +456,7 @@ fn reserve_transfer_native_asset_from_para_to_system_para() { let receiver_balance_after = test.receiver.balance; let delivery_fees = PopNetworkPara::execute_with(|| { - xcm_helpers::transfer_assets_delivery_fees::< + xcm_helpers::teleport_assets_delivery_fees::< ::XcmSender, >(test.args.assets.clone(), 0, test.args.weight_limit, test.args.beneficiary, test.args.dest) }); diff --git a/runtime/devnet/Cargo.toml b/runtime/devnet/Cargo.toml index b04fb9e3..da2c1852 100644 --- a/runtime/devnet/Cargo.toml +++ b/runtime/devnet/Cargo.toml @@ -238,4 +238,4 @@ 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"] +on-chain-release-build = ["metadata-hash"] \ No newline at end of file From 46f557fd0b183289083c221bb42684e38cbf4293 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Tue, 20 Aug 2024 22:02:14 +0700 Subject: [PATCH 94/95] fix: add missing changes --- Cargo.toml | 2 +- node/Cargo.toml | 2 +- node/src/service.rs | 2 +- runtime/devnet/src/config/xcm.rs | 2 +- runtime/testnet/src/config/xcm.rs | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7131b59d..5e4c66fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -102,6 +102,7 @@ pallet-transaction-payment = { version = "36.0.0", default-features = false } pallet-transaction-payment-rpc = "38.0.0" pallet-transaction-payment-rpc-runtime-api = { version = "36.0.0", default-features = false } pallet-utility = { version = "36.0.0", default-features = false } +prometheus-endpoint = { version = "0.17.0", default-features = false, package = "substrate-prometheus-endpoint" } sp-api = { version = "33.0.0", default-features = false } sp-authority-discovery = { version = "33.0.0", default-features = false } sp-block-builder = { version = "33.0.0", default-features = false } @@ -119,7 +120,6 @@ sp-offchain = { version = "33.0.0", default-features = false } sp-runtime = { version = "38.0.0", default-features = false } sp-timestamp = "33.0.0" substrate-frame-rpc-system = "36.0.0" -substrate-prometheus-endpoint = "0.17.0" sp-session = { version = "34.0.0", default-features = false } sp-std = { version = "14.0.0", default-features = false } sp-transaction-pool = { version = "33.0.0", default-features = false } diff --git a/node/Cargo.toml b/node/Cargo.toml index b6f258c4..8f694298 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -28,6 +28,7 @@ pop-runtime-common.workspace = true frame-benchmarking.workspace = true frame-benchmarking-cli.workspace = true pallet-transaction-payment-rpc.workspace = true +prometheus-endpoint.workspace = true sc-basic-authorship.workspace = true sc-chain-spec.workspace = true sc-cli.workspace = true @@ -57,7 +58,6 @@ sp-session.workspace = true sp-timestamp.workspace = true sp-transaction-pool.workspace = true substrate-frame-rpc-system.workspace = true -substrate-prometheus-endpoint.workspace = true # Polkadot polkadot-cli.workspace = true diff --git a/node/src/service.rs b/node/src/service.rs index 3eceb62a..e07d3efc 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -24,6 +24,7 @@ use cumulus_relay_chain_interface::{OverseerHandle, RelayChainInterface}; // Substrate Imports use frame_benchmarking_cli::SUBSTRATE_REFERENCE_HARDWARE; +use prometheus_endpoint::Registry; use sc_client_api::Backend; use sc_consensus::ImportQueue; use sc_executor::{HeapAllocStrategy, WasmExecutor, DEFAULT_HEAP_ALLOC_STRATEGY}; @@ -36,7 +37,6 @@ use sp_api::ConstructRuntimeApi; use sp_core::Pair; 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; diff --git a/runtime/devnet/src/config/xcm.rs b/runtime/devnet/src/config/xcm.rs index 2d7ed5e5..b5a99dd9 100644 --- a/runtime/devnet/src/config/xcm.rs +++ b/runtime/devnet/src/config/xcm.rs @@ -179,7 +179,7 @@ impl pallet_xcm::Config for Runtime { // ^ Disable dispatchable execute on the XCM pallet. // Needs to be `Everything` for local testing. type XcmExecutor = XcmExecutor; - type XcmTeleportFilter = Nothing; + type XcmTeleportFilter = Everthing; // TODO: add filter to only allow reserve transfers of native to relay/asset hub type XcmReserveTransferFilter = Everything; type Weigher = FixedWeightBounds; diff --git a/runtime/testnet/src/config/xcm.rs b/runtime/testnet/src/config/xcm.rs index 2d7ed5e5..b5a99dd9 100644 --- a/runtime/testnet/src/config/xcm.rs +++ b/runtime/testnet/src/config/xcm.rs @@ -179,7 +179,7 @@ impl pallet_xcm::Config for Runtime { // ^ Disable dispatchable execute on the XCM pallet. // Needs to be `Everything` for local testing. type XcmExecutor = XcmExecutor; - type XcmTeleportFilter = Nothing; + type XcmTeleportFilter = Everthing; // TODO: add filter to only allow reserve transfers of native to relay/asset hub type XcmReserveTransferFilter = Everything; type Weigher = FixedWeightBounds; From 134e0aad52c742490fcf5ad6a37874c9eeeed7d5 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Tue, 20 Aug 2024 22:06:12 +0700 Subject: [PATCH 95/95] fix: typo --- 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 b5a99dd9..a8d5f552 100644 --- a/runtime/devnet/src/config/xcm.rs +++ b/runtime/devnet/src/config/xcm.rs @@ -179,7 +179,7 @@ impl pallet_xcm::Config for Runtime { // ^ Disable dispatchable execute on the XCM pallet. // Needs to be `Everything` for local testing. type XcmExecutor = XcmExecutor; - type XcmTeleportFilter = Everthing; + type XcmTeleportFilter = Everything; // TODO: add filter to only allow reserve transfers of native to relay/asset hub type XcmReserveTransferFilter = Everything; type Weigher = FixedWeightBounds; diff --git a/runtime/testnet/src/config/xcm.rs b/runtime/testnet/src/config/xcm.rs index b5a99dd9..a8d5f552 100644 --- a/runtime/testnet/src/config/xcm.rs +++ b/runtime/testnet/src/config/xcm.rs @@ -179,7 +179,7 @@ impl pallet_xcm::Config for Runtime { // ^ Disable dispatchable execute on the XCM pallet. // Needs to be `Everything` for local testing. type XcmExecutor = XcmExecutor; - type XcmTeleportFilter = Everthing; + type XcmTeleportFilter = Everything; // TODO: add filter to only allow reserve transfers of native to relay/asset hub type XcmReserveTransferFilter = Everything; type Weigher = FixedWeightBounds;