From 6db6928a9b1c4c4c79e42c963f58b4646cf94c0f Mon Sep 17 00:00:00 2001 From: Alain Brenzikofer Date: Tue, 27 Feb 2024 09:31:10 +0100 Subject: [PATCH 1/4] bump encointer pallets for sdk 1.7.0 --- system-parachains/encointer/Cargo.toml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/system-parachains/encointer/Cargo.toml b/system-parachains/encointer/Cargo.toml index 52f7b22fee..912b4a2f2b 100644 --- a/system-parachains/encointer/Cargo.toml +++ b/system-parachains/encointer/Cargo.toml @@ -20,19 +20,19 @@ scale-info = { version = "2.10.0", default-features = false, features = [ smallvec = "1.13.1" # encointer deps -encointer-balances-tx-payment = { default-features = false, version = "3.0.2" } -encointer-balances-tx-payment-rpc-runtime-api = { default-features = false, version = "3.0.2" } -encointer-primitives = { default-features = false, version = "3.0.2" } -pallet-encointer-balances = { default-features = false, version = "3.0.2" } -pallet-encointer-bazaar = { default-features = false, version = "3.0.3" } -pallet-encointer-bazaar-rpc-runtime-api = { default-features = false, version = "3.0.2" } -pallet-encointer-ceremonies = { default-features = false, version = "3.0.4" } -pallet-encointer-ceremonies-rpc-runtime-api = { default-features = false, version = "3.0.2" } -pallet-encointer-communities = { default-features = false, version = "3.0.3" } -pallet-encointer-communities-rpc-runtime-api = { default-features = false, version = "3.0.2" } -pallet-encointer-faucet = { default-features = false, version = "3.0.3" } -pallet-encointer-reputation-commitments = { default-features = false, version = "3.0.2" } -pallet-encointer-scheduler = { default-features = false, version = "3.0.3" } +encointer-balances-tx-payment = { default-features = false, version = "6.0.0" } +encointer-balances-tx-payment-rpc-runtime-api = { default-features = false, version = "6.0.0" } +encointer-primitives = { default-features = false, version = "6.0.0" } +pallet-encointer-balances = { default-features = false, version = "6.0.0" } +pallet-encointer-bazaar = { default-features = false, version = "6.0.0" } +pallet-encointer-bazaar-rpc-runtime-api = { default-features = false, version = "6.0.0" } +pallet-encointer-ceremonies = { default-features = false, version = "6.0.0" } +pallet-encointer-ceremonies-rpc-runtime-api = { default-features = false, version = "6.0.0" } +pallet-encointer-communities = { default-features = false, version = "6.0.0" } +pallet-encointer-communities-rpc-runtime-api = { default-features = false, version = "6.0.0" } +pallet-encointer-faucet = { default-features = false, version = "6.0.0" } +pallet-encointer-reputation-commitments = { default-features = false, version = "6.0.0" } +pallet-encointer-scheduler = { default-features = false, version = "6.0.0" } # Substrate frame-benchmarking = { default-features = false, optional = true, version = "25.0.0" } From 63eabff60d8ef2e2afa697ad5bc36d0a04abd4e2 Mon Sep 17 00:00:00 2001 From: Alain Brenzikofer Date: Wed, 28 Feb 2024 17:24:55 +0100 Subject: [PATCH 2/4] align sdk crate versions --- Cargo.lock | 5895 ++++++++---------------- system-parachains/encointer/Cargo.toml | 100 +- 2 files changed, 2094 insertions(+), 3901 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9008bf52ea..da9a05ed50 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -203,20 +203,6 @@ dependencies = [ "num-traits", ] -[[package]] -name = "aquamarine" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "074b80d14d0240b6ce94d68f059a2d26a5d77280ae142662365a21ef6e2594ef" -dependencies = [ - "include_dir", - "itertools 0.10.5", - "proc-macro-error", - "proc-macro2", - "quote", - "syn 2.0.48", -] - [[package]] name = "aquamarine" version = "0.5.0" @@ -440,12 +426,12 @@ name = "asset-hub-kusama-emulated-chain" version = "1.0.0" dependencies = [ "asset-hub-kusama-runtime", - "cumulus-primitives-core 0.8.0", + "cumulus-primitives-core", "emulated-integration-tests-common", - "frame-support 29.0.0", + "frame-support", "kusama-emulated-chain", - "parachains-common 8.0.0", - "sp-core 29.0.0", + "parachains-common", + "sp-core", ] [[package]] @@ -455,22 +441,22 @@ dependencies = [ "assert_matches", "asset-hub-kusama-runtime", "asset-test-utils", - "cumulus-pallet-parachain-system 0.8.1", + "cumulus-pallet-parachain-system", "emulated-integration-tests-common", - "frame-support 29.0.0", + "frame-support", "integration-tests-helpers", "kusama-system-emulated-network", "pallet-asset-conversion", - "pallet-assets 30.0.0", - "pallet-balances 29.0.0", - "pallet-message-queue 32.0.0", - "pallet-xcm 8.0.1", - "parachains-common 8.0.0", + "pallet-assets", + "pallet-balances", + "pallet-message-queue", + "pallet-xcm", + "parachains-common", "parity-scale-codec", - "sp-runtime 32.0.0", + "sp-runtime", "staging-kusama-runtime", - "staging-xcm 8.0.0", - "staging-xcm-executor 8.0.1", + "staging-xcm", + "staging-xcm-executor", "system-parachains-constants", ] @@ -484,76 +470,76 @@ dependencies = [ "bp-asset-hub-polkadot", "bp-bridge-hub-kusama", "bp-bridge-hub-polkadot", - "cumulus-pallet-aura-ext 0.8.0", - "cumulus-pallet-dmp-queue 0.8.0", - "cumulus-pallet-parachain-system 0.8.1", + "cumulus-pallet-aura-ext", + "cumulus-pallet-dmp-queue", + "cumulus-pallet-parachain-system", "cumulus-pallet-session-benchmarking", - "cumulus-pallet-xcm 0.8.0", - "cumulus-pallet-xcmp-queue 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-support 29.0.0", - "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", + "cumulus-pallet-xcm", + "cumulus-pallet-xcmp-queue", + "cumulus-primitives-core", + "cumulus-primitives-utility", + "frame-benchmarking", + "frame-executive", + "frame-support", + "frame-system", + "frame-system-benchmarking", + "frame-system-rpc-runtime-api", + "frame-try-runtime", "hex-literal", "kusama-runtime-constants", "log", "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.0", - "pallet-collator-selection 10.0.0", - "pallet-message-queue 32.0.0", + "pallet-assets", + "pallet-aura", + "pallet-authorship", + "pallet-balances", + "pallet-collator-selection", + "pallet-message-queue", "pallet-multisig", "pallet-nft-fractionalization", "pallet-nfts", "pallet-nfts-runtime-api", - "pallet-proxy 29.0.0", - "pallet-session 29.0.0", + "pallet-proxy", + "pallet-session", "pallet-state-trie-migration", - "pallet-timestamp 28.0.0", - "pallet-transaction-payment 29.0.0", - "pallet-transaction-payment-rpc-runtime-api 29.0.0", + "pallet-timestamp", + "pallet-transaction-payment", + "pallet-transaction-payment-rpc-runtime-api", "pallet-uniques", - "pallet-utility 29.0.0", - "pallet-xcm 8.0.1", - "pallet-xcm-benchmarks 8.0.2", + "pallet-utility", + "pallet-xcm", + "pallet-xcm-benchmarks", "pallet-xcm-bridge-hub-router", - "parachains-common 8.0.0", + "parachains-common", "parachains-runtimes-test-utils", "parity-scale-codec", - "polkadot-core-primitives 8.0.0", - "polkadot-parachain-primitives 7.0.0", - "polkadot-runtime-common 8.0.1", + "polkadot-core-primitives", + "polkadot-parachain-primitives", + "polkadot-runtime-common", "polkadot-runtime-constants", "primitive-types", "scale-info", - "sp-api 27.0.0", - "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-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.0", - "staging-xcm-builder 8.0.1", - "staging-xcm-executor 8.0.1", - "substrate-wasm-builder 18.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", + "sp-transaction-pool", + "sp-version", + "sp-weights", + "staging-parachain-info", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", + "substrate-wasm-builder", "system-parachains-constants", ] @@ -562,12 +548,12 @@ name = "asset-hub-polkadot-emulated-chain" version = "1.0.0" dependencies = [ "asset-hub-polkadot-runtime", - "cumulus-primitives-core 0.8.0", + "cumulus-primitives-core", "emulated-integration-tests-common", - "frame-support 29.0.0", - "parachains-common 8.0.0", + "frame-support", + "parachains-common", "polkadot-emulated-chain", - "sp-core 29.0.0", + "sp-core", ] [[package]] @@ -577,24 +563,24 @@ dependencies = [ "assert_matches", "asset-hub-polkadot-runtime", "asset-test-utils", - "cumulus-pallet-parachain-system 0.8.1", - "cumulus-pallet-xcmp-queue 0.8.0", + "cumulus-pallet-parachain-system", + "cumulus-pallet-xcmp-queue", "emulated-integration-tests-common", - "frame-support 29.0.0", + "frame-support", "integration-tests-helpers", - "pallet-assets 30.0.0", - "pallet-balances 29.0.0", - "pallet-message-queue 32.0.0", - "pallet-treasury 28.0.0", - "pallet-xcm 8.0.1", - "parachains-common 8.0.0", + "pallet-assets", + "pallet-balances", + "pallet-message-queue", + "pallet-treasury", + "pallet-xcm", + "parachains-common", "parity-scale-codec", "polkadot-runtime", - "polkadot-runtime-common 8.0.1", + "polkadot-runtime-common", "polkadot-system-emulated-network", - "sp-runtime 32.0.0", - "staging-xcm 8.0.0", - "staging-xcm-executor 8.0.1", + "sp-runtime", + "staging-xcm", + "staging-xcm-executor", "system-parachains-constants", ] @@ -608,72 +594,72 @@ dependencies = [ "bp-asset-hub-polkadot", "bp-bridge-hub-kusama", "bp-bridge-hub-polkadot", - "cumulus-pallet-aura-ext 0.8.0", - "cumulus-pallet-dmp-queue 0.8.0", - "cumulus-pallet-parachain-system 0.8.1", + "cumulus-pallet-aura-ext", + "cumulus-pallet-dmp-queue", + "cumulus-pallet-parachain-system", "cumulus-pallet-session-benchmarking", - "cumulus-pallet-xcm 0.8.0", - "cumulus-pallet-xcmp-queue 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-support 29.0.0", - "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", + "cumulus-pallet-xcm", + "cumulus-pallet-xcmp-queue", + "cumulus-primitives-core", + "cumulus-primitives-utility", + "frame-benchmarking", + "frame-executive", + "frame-support", + "frame-system", + "frame-system-benchmarking", + "frame-system-rpc-runtime-api", + "frame-try-runtime", "hex-literal", "kusama-runtime-constants", "log", - "pallet-asset-tx-payment 29.0.0", - "pallet-assets 30.0.0", - "pallet-aura 28.0.0", - "pallet-authorship 29.0.0", - "pallet-balances 29.0.0", - "pallet-collator-selection 10.0.0", - "pallet-message-queue 32.0.0", + "pallet-asset-tx-payment", + "pallet-assets", + "pallet-aura", + "pallet-authorship", + "pallet-balances", + "pallet-collator-selection", + "pallet-message-queue", "pallet-multisig", "pallet-nfts", "pallet-nfts-runtime-api", - "pallet-proxy 29.0.0", - "pallet-session 29.0.0", - "pallet-timestamp 28.0.0", - "pallet-transaction-payment 29.0.0", - "pallet-transaction-payment-rpc-runtime-api 29.0.0", + "pallet-proxy", + "pallet-session", + "pallet-timestamp", + "pallet-transaction-payment", + "pallet-transaction-payment-rpc-runtime-api", "pallet-uniques", - "pallet-utility 29.0.0", - "pallet-xcm 8.0.1", - "pallet-xcm-benchmarks 8.0.2", + "pallet-utility", + "pallet-xcm", + "pallet-xcm-benchmarks", "pallet-xcm-bridge-hub-router", - "parachains-common 8.0.0", + "parachains-common", "parachains-runtimes-test-utils", "parity-scale-codec", - "polkadot-core-primitives 8.0.0", - "polkadot-parachain-primitives 7.0.0", - "polkadot-runtime-common 8.0.1", + "polkadot-core-primitives", + "polkadot-parachain-primitives", + "polkadot-runtime-common", "polkadot-runtime-constants", "scale-info", - "sp-api 27.0.0", - "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-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.0", - "staging-xcm-builder 8.0.1", - "staging-xcm-executor 8.0.1", - "substrate-wasm-builder 18.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", + "sp-transaction-pool", + "sp-version", + "sp-weights", + "staging-parachain-info", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", + "substrate-wasm-builder", "system-parachains-constants", ] @@ -683,28 +669,28 @@ version = "8.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6d78501ca6b4c848efe233672124ebab9293d8efefc44a728d70f3245a8ef595" dependencies = [ - "cumulus-pallet-parachain-system 0.8.1", - "cumulus-pallet-xcmp-queue 0.8.0", - "cumulus-primitives-core 0.8.0", - "frame-support 29.0.0", - "frame-system 29.0.0", - "pallet-assets 30.0.0", - "pallet-balances 29.0.0", - "pallet-collator-selection 10.0.0", - "pallet-session 29.0.0", - "pallet-xcm 8.0.1", + "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-xcm", "pallet-xcm-bridge-hub-router", - "parachains-common 8.0.0", + "parachains-common", "parachains-runtimes-test-utils", "parity-scale-codec", - "sp-io 31.0.0", - "sp-runtime 32.0.0", + "sp-io", + "sp-runtime", "sp-std", - "staging-parachain-info 0.8.0", - "staging-xcm 8.0.0", - "staging-xcm-builder 8.0.1", - "staging-xcm-executor 8.0.1", - "substrate-wasm-builder 18.0.0", + "staging-parachain-info", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", + "substrate-wasm-builder", ] [[package]] @@ -713,22 +699,22 @@ version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "65e90021d772c2dd82d45fd085e05a2cb5866464d4c7421ac6a8007733b350bb" dependencies = [ - "cumulus-primitives-core 0.8.0", - "frame-support 29.0.0", + "cumulus-primitives-core", + "frame-support", "impl-trait-for-tuples", "log", "pallet-asset-conversion", - "pallet-xcm 8.0.1", - "parachains-common 8.0.0", + "pallet-xcm", + "parachains-common", "parity-scale-codec", "scale-info", - "sp-api 27.0.0", - "sp-runtime 32.0.0", + "sp-api", + "sp-runtime", "sp-std", - "staging-xcm 8.0.0", - "staging-xcm-builder 8.0.1", - "staging-xcm-executor 8.0.1", - "substrate-wasm-builder 18.0.0", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", + "substrate-wasm-builder", ] [[package]] @@ -1044,18 +1030,6 @@ dependencies = [ "byte-tools", ] -[[package]] -name = "bounded-collections" -version = "0.1.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca548b6163b872067dc5eb82fd130c56881435e30367d2073594a3d9744120dd" -dependencies = [ - "log", - "parity-scale-codec", - "scale-info", - "serde", -] - [[package]] name = "bounded-collections" version = "0.2.0" @@ -1081,24 +1055,24 @@ dependencies = [ name = "bp-asset-hub-kusama" version = "1.0.0" dependencies = [ - "bp-xcm-bridge-hub-router 0.7.0", - "frame-support 29.0.0", + "bp-xcm-bridge-hub-router", + "frame-support", "parity-scale-codec", "scale-info", "sp-std", - "staging-xcm 8.0.0", + "staging-xcm", ] [[package]] name = "bp-asset-hub-polkadot" version = "1.0.0" dependencies = [ - "bp-xcm-bridge-hub-router 0.7.0", - "frame-support 29.0.0", + "bp-xcm-bridge-hub-router", + "frame-support", "parity-scale-codec", "scale-info", "sp-std", - "staging-xcm 8.0.0", + "staging-xcm", ] [[package]] @@ -1110,10 +1084,10 @@ dependencies = [ "bp-messages", "bp-polkadot-core", "bp-runtime", - "frame-support 29.0.0", - "frame-system 29.0.0", - "polkadot-primitives 8.0.1", - "sp-api 27.0.0", + "frame-support", + "frame-system", + "polkadot-primitives", + "sp-api", "sp-std", ] @@ -1124,11 +1098,11 @@ dependencies = [ "bp-bridge-hub-cumulus", "bp-messages", "bp-runtime", - "frame-support 29.0.0", + "frame-support", "kusama-runtime-constants", "polkadot-runtime-constants", - "sp-api 27.0.0", - "sp-runtime 32.0.0", + "sp-api", + "sp-runtime", "sp-std", ] @@ -1139,11 +1113,11 @@ dependencies = [ "bp-bridge-hub-cumulus", "bp-messages", "bp-runtime", - "frame-support 29.0.0", + "frame-support", "kusama-runtime-constants", "polkadot-runtime-constants", - "sp-api 27.0.0", - "sp-runtime 32.0.0", + "sp-api", + "sp-runtime", "sp-std", ] @@ -1155,13 +1129,13 @@ checksum = "96157f586811969b3911d26cc79e02b28cfbecf859d96d7c12b6af10b9ea9350" dependencies = [ "bp-runtime", "finality-grandpa", - "frame-support 29.0.0", + "frame-support", "parity-scale-codec", "scale-info", "serde", "sp-consensus-grandpa", - "sp-core 29.0.0", - "sp-runtime 32.0.0", + "sp-core", + "sp-runtime", "sp-std", ] @@ -1174,8 +1148,8 @@ dependencies = [ "bp-header-chain", "bp-polkadot-core", "bp-runtime", - "frame-support 29.0.0", - "sp-api 27.0.0", + "frame-support", + "sp-api", "sp-std", ] @@ -1187,11 +1161,11 @@ checksum = "cf43a49ea13d4c2f141481b6cbff85a197c47fe6aec1f5af21e40b68e8fd02fd" dependencies = [ "bp-header-chain", "bp-runtime", - "frame-support 29.0.0", + "frame-support", "parity-scale-codec", "scale-info", "serde", - "sp-core 29.0.0", + "sp-core", "sp-std", ] @@ -1204,12 +1178,12 @@ dependencies = [ "bp-header-chain", "bp-polkadot-core", "bp-runtime", - "frame-support 29.0.0", + "frame-support", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-core 29.0.0", - "sp-runtime 32.0.0", + "sp-core", + "sp-runtime", "sp-std", ] @@ -1222,8 +1196,8 @@ dependencies = [ "bp-header-chain", "bp-polkadot-core", "bp-runtime", - "frame-support 29.0.0", - "sp-api 27.0.0", + "frame-support", + "sp-api", "sp-std", ] @@ -1235,14 +1209,14 @@ checksum = "b862e8dcccc9a3fafb58a1735bc205b7663d3335d7b3dd942503b98f28d6b067" dependencies = [ "bp-messages", "bp-runtime", - "frame-support 29.0.0", - "frame-system 29.0.0", + "frame-support", + "frame-system", "parity-scale-codec", "parity-util-mem", "scale-info", "serde", - "sp-core 29.0.0", - "sp-runtime 32.0.0", + "sp-core", + "sp-runtime", "sp-std", ] @@ -1254,10 +1228,10 @@ checksum = "74a4b0e2771227611fe9e6a2c37ba2bf7408cf2385a9eb2f44e6096bb0e616ec" dependencies = [ "bp-messages", "bp-runtime", - "frame-support 29.0.0", + "frame-support", "parity-scale-codec", "scale-info", - "sp-runtime 32.0.0", + "sp-runtime", "sp-std", ] @@ -1267,8 +1241,8 @@ version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6b29668fffbc3e4a7ad789b498424ed6d8a313f93544a090bbaaef8a1f7fd243" dependencies = [ - "frame-support 29.0.0", - "frame-system 29.0.0", + "frame-support", + "frame-system", "hash-db", "impl-trait-for-tuples", "log", @@ -1276,12 +1250,12 @@ dependencies = [ "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-core", + "sp-io", + "sp-runtime", + "sp-state-machine", "sp-std", - "sp-trie 30.0.0", + "sp-trie", "trie-db", ] @@ -1298,12 +1272,12 @@ dependencies = [ "ed25519-dalek", "finality-grandpa", "parity-scale-codec", - "sp-application-crypto 31.0.0", + "sp-application-crypto", "sp-consensus-grandpa", - "sp-core 29.0.0", - "sp-runtime 32.0.0", + "sp-core", + "sp-runtime", "sp-std", - "sp-trie 30.0.0", + "sp-trie", ] [[package]] @@ -1315,18 +1289,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "bp-xcm-bridge-hub-router" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f58cd5d7880f4bc8fc569e5bb0174302cd3f7e18a322e0fec2a4733cced35cb" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-core 28.0.0", - "sp-runtime 31.0.1", -] - [[package]] name = "bp-xcm-bridge-hub-router" version = "0.7.0" @@ -1335,8 +1297,8 @@ checksum = "86ff4abe93be7bc1663adc41817b1aa3476fbec953ce361537419924310d5dd4" dependencies = [ "parity-scale-codec", "scale-info", - "sp-core 29.0.0", - "sp-runtime 32.0.0", + "sp-core", + "sp-runtime", ] [[package]] @@ -1344,11 +1306,11 @@ name = "bridge-hub-kusama-emulated-chain" version = "1.0.0" dependencies = [ "bridge-hub-kusama-runtime", - "cumulus-primitives-core 0.8.0", + "cumulus-primitives-core", "emulated-integration-tests-common", - "frame-support 29.0.0", - "parachains-common 8.0.0", - "sp-core 29.0.0", + "frame-support", + "parachains-common", + "sp-core", ] [[package]] @@ -1357,21 +1319,21 @@ version = "1.0.0" dependencies = [ "bp-messages", "bridge-hub-kusama-runtime", - "cumulus-pallet-xcmp-queue 0.8.0", + "cumulus-pallet-xcmp-queue", "emulated-integration-tests-common", - "frame-support 29.0.0", + "frame-support", "integration-tests-helpers", "kusama-polkadot-system-emulated-network", "kusama-system-emulated-network", - "pallet-assets 30.0.0", - "pallet-balances 29.0.0", + "pallet-assets", + "pallet-balances", "pallet-bridge-messages", - "pallet-message-queue 32.0.0", - "pallet-xcm 8.0.1", - "parachains-common 8.0.0", - "sp-runtime 32.0.0", - "staging-xcm 8.0.0", - "staging-xcm-executor 8.0.1", + "pallet-message-queue", + "pallet-xcm", + "parachains-common", + "sp-runtime", + "staging-xcm", + "staging-xcm-executor", ] [[package]] @@ -1392,71 +1354,71 @@ dependencies = [ "bp-runtime", "bridge-hub-test-utils", "bridge-runtime-common", - "cumulus-pallet-aura-ext 0.8.0", - "cumulus-pallet-dmp-queue 0.8.0", - "cumulus-pallet-parachain-system 0.8.1", + "cumulus-pallet-aura-ext", + "cumulus-pallet-dmp-queue", + "cumulus-pallet-parachain-system", "cumulus-pallet-session-benchmarking", - "cumulus-pallet-xcm 0.8.0", - "cumulus-pallet-xcmp-queue 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-support 29.0.0", - "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", + "cumulus-pallet-xcm", + "cumulus-pallet-xcmp-queue", + "cumulus-primitives-core", + "cumulus-primitives-utility", + "frame-benchmarking", + "frame-executive", + "frame-support", + "frame-system", + "frame-system-benchmarking", + "frame-system-rpc-runtime-api", + "frame-try-runtime", "hex-literal", "kusama-runtime-constants", "log", - "pallet-aura 28.0.0", - "pallet-authorship 29.0.0", - "pallet-balances 29.0.0", + "pallet-aura", + "pallet-authorship", + "pallet-balances", "pallet-bridge-grandpa", "pallet-bridge-messages", "pallet-bridge-parachains", "pallet-bridge-relayers", - "pallet-collator-selection 10.0.0", - "pallet-message-queue 32.0.0", + "pallet-collator-selection", + "pallet-message-queue", "pallet-multisig", - "pallet-session 29.0.0", - "pallet-timestamp 28.0.0", - "pallet-transaction-payment 29.0.0", - "pallet-transaction-payment-rpc-runtime-api 29.0.0", - "pallet-utility 29.0.0", - "pallet-xcm 8.0.1", - "pallet-xcm-benchmarks 8.0.2", + "pallet-session", + "pallet-timestamp", + "pallet-transaction-payment", + "pallet-transaction-payment-rpc-runtime-api", + "pallet-utility", + "pallet-xcm", + "pallet-xcm-benchmarks", "pallet-xcm-bridge-hub", - "parachains-common 8.0.0", + "parachains-common", "parity-scale-codec", - "polkadot-core-primitives 8.0.0", - "polkadot-parachain-primitives 7.0.0", - "polkadot-runtime-common 8.0.1", + "polkadot-core-primitives", + "polkadot-parachain-primitives", + "polkadot-runtime-common", "polkadot-runtime-constants", "scale-info", "serde", - "sp-api 27.0.0", - "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-api", + "sp-block-builder", + "sp-consensus-aura", + "sp-core", + "sp-genesis-builder", + "sp-inherents", + "sp-io", "sp-keyring", - "sp-offchain 27.0.0", - "sp-runtime 32.0.0", - "sp-session 28.0.0", - "sp-std", - "sp-storage 20.0.0", - "sp-transaction-pool 27.0.0", - "sp-version 30.0.0", - "staging-parachain-info 0.8.0", - "staging-xcm 8.0.0", - "staging-xcm-builder 8.0.1", - "staging-xcm-executor 8.0.1", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-std", + "sp-storage", + "sp-transaction-pool", + "sp-version", + "staging-parachain-info", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", "static_assertions", - "substrate-wasm-builder 18.0.0", + "substrate-wasm-builder", "system-parachains-constants", ] @@ -1465,11 +1427,11 @@ name = "bridge-hub-polkadot-emulated-chain" version = "1.0.0" dependencies = [ "bridge-hub-polkadot-runtime", - "cumulus-primitives-core 0.8.0", + "cumulus-primitives-core", "emulated-integration-tests-common", - "frame-support 29.0.0", - "parachains-common 8.0.0", - "sp-core 29.0.0", + "frame-support", + "parachains-common", + "sp-core", ] [[package]] @@ -1478,20 +1440,20 @@ version = "1.0.0" dependencies = [ "bp-messages", "bridge-hub-polkadot-runtime", - "cumulus-pallet-xcmp-queue 0.8.0", + "cumulus-pallet-xcmp-queue", "emulated-integration-tests-common", - "frame-support 29.0.0", + "frame-support", "integration-tests-helpers", "kusama-polkadot-system-emulated-network", - "pallet-assets 30.0.0", - "pallet-balances 29.0.0", + "pallet-assets", + "pallet-balances", "pallet-bridge-messages", - "pallet-message-queue 32.0.0", - "pallet-xcm 8.0.1", - "parachains-common 8.0.0", - "sp-runtime 32.0.0", - "staging-xcm 8.0.0", - "staging-xcm-executor 8.0.1", + "pallet-message-queue", + "pallet-xcm", + "parachains-common", + "sp-runtime", + "staging-xcm", + "staging-xcm-executor", ] [[package]] @@ -1512,71 +1474,71 @@ dependencies = [ "bp-runtime", "bridge-hub-test-utils", "bridge-runtime-common", - "cumulus-pallet-aura-ext 0.8.0", - "cumulus-pallet-dmp-queue 0.8.0", - "cumulus-pallet-parachain-system 0.8.1", + "cumulus-pallet-aura-ext", + "cumulus-pallet-dmp-queue", + "cumulus-pallet-parachain-system", "cumulus-pallet-session-benchmarking", - "cumulus-pallet-xcm 0.8.0", - "cumulus-pallet-xcmp-queue 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-support 29.0.0", - "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", + "cumulus-pallet-xcm", + "cumulus-pallet-xcmp-queue", + "cumulus-primitives-core", + "cumulus-primitives-utility", + "frame-benchmarking", + "frame-executive", + "frame-support", + "frame-system", + "frame-system-benchmarking", + "frame-system-rpc-runtime-api", + "frame-try-runtime", "hex-literal", "kusama-runtime-constants", "log", - "pallet-aura 28.0.0", - "pallet-authorship 29.0.0", - "pallet-balances 29.0.0", + "pallet-aura", + "pallet-authorship", + "pallet-balances", "pallet-bridge-grandpa", "pallet-bridge-messages", "pallet-bridge-parachains", "pallet-bridge-relayers", - "pallet-collator-selection 10.0.0", - "pallet-message-queue 32.0.0", + "pallet-collator-selection", + "pallet-message-queue", "pallet-multisig", - "pallet-session 29.0.0", - "pallet-timestamp 28.0.0", - "pallet-transaction-payment 29.0.0", - "pallet-transaction-payment-rpc-runtime-api 29.0.0", - "pallet-utility 29.0.0", - "pallet-xcm 8.0.1", - "pallet-xcm-benchmarks 8.0.2", + "pallet-session", + "pallet-timestamp", + "pallet-transaction-payment", + "pallet-transaction-payment-rpc-runtime-api", + "pallet-utility", + "pallet-xcm", + "pallet-xcm-benchmarks", "pallet-xcm-bridge-hub", - "parachains-common 8.0.0", + "parachains-common", "parity-scale-codec", - "polkadot-core-primitives 8.0.0", - "polkadot-parachain-primitives 7.0.0", - "polkadot-runtime-common 8.0.1", + "polkadot-core-primitives", + "polkadot-parachain-primitives", + "polkadot-runtime-common", "polkadot-runtime-constants", "scale-info", "serde", - "sp-api 27.0.0", - "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-api", + "sp-block-builder", + "sp-consensus-aura", + "sp-core", + "sp-genesis-builder", + "sp-inherents", + "sp-io", "sp-keyring", - "sp-offchain 27.0.0", - "sp-runtime 32.0.0", - "sp-session 28.0.0", - "sp-std", - "sp-storage 20.0.0", - "sp-transaction-pool 27.0.0", - "sp-version 30.0.0", - "staging-parachain-info 0.8.0", - "staging-xcm 8.0.0", - "staging-xcm-builder 8.0.1", - "staging-xcm-executor 8.0.1", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-std", + "sp-storage", + "sp-transaction-pool", + "sp-version", + "staging-parachain-info", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", "static_assertions", - "substrate-wasm-builder 18.0.0", + "substrate-wasm-builder", "system-parachains-constants", ] @@ -1594,30 +1556,30 @@ dependencies = [ "bp-runtime", "bp-test-utils", "bridge-runtime-common", - "cumulus-pallet-parachain-system 0.8.1", - "cumulus-pallet-xcmp-queue 0.8.0", - "frame-support 29.0.0", - "frame-system 29.0.0", + "cumulus-pallet-parachain-system", + "cumulus-pallet-xcmp-queue", + "frame-support", + "frame-system", "impl-trait-for-tuples", "log", - "pallet-balances 29.0.0", + "pallet-balances", "pallet-bridge-grandpa", "pallet-bridge-messages", "pallet-bridge-parachains", "pallet-bridge-relayers", - "pallet-utility 29.0.0", - "parachains-common 8.0.0", + "pallet-utility", + "parachains-common", "parachains-runtimes-test-utils", "parity-scale-codec", - "sp-core 29.0.0", - "sp-io 31.0.0", + "sp-core", + "sp-io", "sp-keyring", - "sp-runtime 32.0.0", + "sp-runtime", "sp-std", "sp-tracing", - "staging-xcm 8.0.0", - "staging-xcm-builder 8.0.1", - "staging-xcm-executor 8.0.1", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", ] [[package]] @@ -1633,27 +1595,27 @@ dependencies = [ "bp-relayers", "bp-runtime", "bp-xcm-bridge-hub", - "bp-xcm-bridge-hub-router 0.7.0", - "frame-support 29.0.0", - "frame-system 29.0.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 29.0.0", - "pallet-utility 29.0.0", + "pallet-transaction-payment", + "pallet-utility", "parity-scale-codec", "scale-info", - "sp-api 27.0.0", - "sp-core 29.0.0", - "sp-io 31.0.0", - "sp-runtime 32.0.0", + "sp-api", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", - "sp-trie 30.0.0", - "staging-xcm 8.0.0", - "staging-xcm-builder 8.0.1", + "sp-trie", + "staging-xcm", + "staging-xcm-builder", "static_assertions", ] @@ -1854,28 +1816,28 @@ dependencies = [ "bridge-hub-polkadot-runtime", "clap", "collectives-polkadot-runtime", - "cumulus-primitives-core 0.8.0", + "cumulus-primitives-core", "encointer-kusama-runtime", "glutton-kusama-runtime", "kusama-runtime-constants", "pallet-im-online", - "pallet-staking 29.0.0", - "parachains-common 8.0.0", - "polkadot-primitives 8.0.1", + "pallet-staking", + "parachains-common", + "polkadot-primitives", "polkadot-runtime", "polkadot-runtime-constants", - "polkadot-runtime-parachains 8.0.1", + "polkadot-runtime-parachains", "sc-chain-spec", "sc-consensus-grandpa", "serde", "serde_json", - "sp-authority-discovery 27.0.0", - "sp-consensus-babe 0.33.0", + "sp-authority-discovery", + "sp-consensus-babe", "sp-consensus-beefy", - "sp-core 29.0.0", - "sp-runtime 32.0.0", + "sp-core", + "sp-runtime", "staging-kusama-runtime", - "staging-xcm 8.0.0", + "staging-xcm", ] [[package]] @@ -2012,83 +1974,83 @@ name = "collectives-polkadot-emulated-chain" version = "0.0.0" dependencies = [ "collectives-polkadot-runtime", - "cumulus-primitives-core 0.8.0", + "cumulus-primitives-core", "emulated-integration-tests-common", - "frame-support 29.0.0", - "parachains-common 8.0.0", - "sp-core 29.0.0", + "frame-support", + "parachains-common", + "sp-core", ] [[package]] name = "collectives-polkadot-runtime" version = "1.0.0" dependencies = [ - "cumulus-pallet-aura-ext 0.8.0", - "cumulus-pallet-dmp-queue 0.8.0", - "cumulus-pallet-parachain-system 0.8.1", + "cumulus-pallet-aura-ext", + "cumulus-pallet-dmp-queue", + "cumulus-pallet-parachain-system", "cumulus-pallet-session-benchmarking", - "cumulus-pallet-xcm 0.8.0", - "cumulus-pallet-xcmp-queue 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-support 29.0.0", - "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", + "cumulus-pallet-xcm", + "cumulus-pallet-xcmp-queue", + "cumulus-primitives-core", + "cumulus-primitives-utility", + "frame-benchmarking", + "frame-executive", + "frame-support", + "frame-system", + "frame-system-benchmarking", + "frame-system-rpc-runtime-api", + "frame-try-runtime", "hex-literal", "log", "pallet-alliance", - "pallet-asset-rate 8.0.0", - "pallet-aura 28.0.0", - "pallet-authorship 29.0.0", - "pallet-balances 29.0.0", - "pallet-collator-selection 10.0.0", - "pallet-collective 29.0.0", + "pallet-asset-rate", + "pallet-aura", + "pallet-authorship", + "pallet-balances", + "pallet-collator-selection", + "pallet-collective", "pallet-core-fellowship", - "pallet-message-queue 32.0.0", + "pallet-message-queue", "pallet-multisig", "pallet-preimage", - "pallet-proxy 29.0.0", + "pallet-proxy", "pallet-ranked-collective", "pallet-referenda", "pallet-salary", - "pallet-scheduler 30.0.0", - "pallet-session 29.0.0", - "pallet-timestamp 28.0.0", - "pallet-transaction-payment 29.0.0", - "pallet-transaction-payment-rpc-runtime-api 29.0.0", - "pallet-treasury 28.0.0", - "pallet-utility 29.0.0", - "pallet-xcm 8.0.1", - "parachains-common 8.0.0", - "parity-scale-codec", - "polkadot-core-primitives 8.0.0", - "polkadot-parachain-primitives 7.0.0", - "polkadot-runtime-common 8.0.1", + "pallet-scheduler", + "pallet-session", + "pallet-timestamp", + "pallet-transaction-payment", + "pallet-transaction-payment-rpc-runtime-api", + "pallet-treasury", + "pallet-utility", + "pallet-xcm", + "parachains-common", + "parity-scale-codec", + "polkadot-core-primitives", + "polkadot-parachain-primitives", + "polkadot-runtime-common", "polkadot-runtime-constants", "scale-info", - "sp-api 27.0.0", - "sp-arithmetic 24.0.0", - "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-offchain 27.0.0", - "sp-runtime 32.0.0", - "sp-session 28.0.0", - "sp-std", - "sp-storage 20.0.0", - "sp-transaction-pool 27.0.0", - "sp-version 30.0.0", - "staging-parachain-info 0.8.0", - "staging-xcm 8.0.0", - "staging-xcm-builder 8.0.1", - "staging-xcm-executor 8.0.1", - "substrate-wasm-builder 18.0.0", + "sp-api", + "sp-arithmetic", + "sp-block-builder", + "sp-consensus-aura", + "sp-core", + "sp-genesis-builder", + "sp-inherents", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-std", + "sp-storage", + "sp-transaction-pool", + "sp-version", + "staging-parachain-info", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", + "substrate-wasm-builder", "system-parachains-constants", ] @@ -2458,115 +2420,42 @@ dependencies = [ "cipher 0.4.4", ] -[[package]] -name = "cumulus-pallet-aura-ext" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8100a3283be2c46905345141e9a063f092949c6630a1fb70993b04c97f309e55" -dependencies = [ - "cumulus-pallet-parachain-system 0.7.0", - "frame-support 28.0.0", - "frame-system 28.0.0", - "pallet-aura 27.0.0", - "pallet-timestamp 27.0.0", - "parity-scale-codec", - "scale-info", - "sp-application-crypto 30.0.0", - "sp-consensus-aura 0.32.0", - "sp-runtime 31.0.1", - "sp-std", -] - [[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.0", - "frame-system 29.0.0", - "pallet-aura 28.0.0", - "pallet-timestamp 28.0.0", + "cumulus-pallet-parachain-system", + "frame-support", + "frame-system", + "pallet-aura", + "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 = "cumulus-pallet-dmp-queue" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f461956a4a85c053657fe64e73852940c8a52e7d8fc20ccb4f91688e73f0820b" -dependencies = [ - "cumulus-primitives-core 0.7.0", - "frame-benchmarking 28.0.0", - "frame-support 28.0.0", - "frame-system 28.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-io 30.0.0", - "sp-runtime 31.0.1", - "sp-std", - "staging-xcm 7.0.0", -] - [[package]] name = "cumulus-pallet-dmp-queue" version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "06ebf036bcb1e61c943cf588d14b903234594fb2538f2d7dae36e20fcc3c86e8" dependencies = [ - "cumulus-primitives-core 0.8.0", - "frame-benchmarking 29.0.0", - "frame-support 29.0.0", - "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.0", -] - -[[package]] -name = "cumulus-pallet-parachain-system" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a1a0e6800ea92447eab2c9170cc77d21987fd0e61ed79a6e1318f7b127b3e2c" -dependencies = [ - "bytes", - "cumulus-pallet-parachain-system-proc-macro", - "cumulus-primitives-core 0.7.0", - "cumulus-primitives-parachain-inherent 0.7.0", - "cumulus-primitives-proof-size-hostfunction 0.2.0", - "environmental", - "frame-benchmarking 28.0.0", - "frame-support 28.0.0", - "frame-system 28.0.0", - "impl-trait-for-tuples", + "cumulus-primitives-core", + "frame-benchmarking", + "frame-support", + "frame-system", "log", - "pallet-message-queue 31.0.0", "parity-scale-codec", - "polkadot-parachain-primitives 6.0.0", - "polkadot-runtime-parachains 7.0.0", "scale-info", - "sp-core 28.0.0", - "sp-externalities 0.25.0", - "sp-inherents 26.0.0", - "sp-io 30.0.0", - "sp-runtime 31.0.1", - "sp-state-machine 0.35.0", + "sp-io", + "sp-runtime", "sp-std", - "sp-trie 29.0.0", - "sp-version 29.0.0", - "staging-xcm 7.0.0", - "trie-db", + "staging-xcm", ] [[package]] @@ -2577,31 +2466,31 @@ 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", + "cumulus-primitives-core", + "cumulus-primitives-parachain-inherent", + "cumulus-primitives-proof-size-hostfunction", "environmental", - "frame-benchmarking 29.0.0", - "frame-support 29.0.0", - "frame-system 29.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "impl-trait-for-tuples", "log", - "pallet-message-queue 32.0.0", + "pallet-message-queue", "parity-scale-codec", - "polkadot-parachain-primitives 7.0.0", - "polkadot-runtime-common 8.0.1", - "polkadot-runtime-parachains 8.0.1", + "polkadot-parachain-primitives", + "polkadot-runtime-common", + "polkadot-runtime-parachains", "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-core", + "sp-externalities", + "sp-inherents", + "sp-io", + "sp-runtime", + "sp-state-machine", "sp-std", - "sp-trie 30.0.0", - "sp-version 30.0.0", - "staging-xcm 8.0.0", + "sp-trie", + "sp-version", + "staging-xcm", "trie-db", ] @@ -2623,30 +2512,13 @@ 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.0", - "frame-system 29.0.0", - "pallet-session 29.0.0", - "parity-scale-codec", - "sp-runtime 32.0.0", - "sp-std", -] - -[[package]] -name = "cumulus-pallet-xcm" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9e5e8dd3f9c98620e32cbb1783725a3e75a3147cb351b43de37663824311cd9" -dependencies = [ - "cumulus-primitives-core 0.7.0", - "frame-support 28.0.0", - "frame-system 28.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", + "pallet-session", "parity-scale-codec", - "scale-info", - "sp-io 30.0.0", - "sp-runtime 31.0.1", + "sp-runtime", "sp-std", - "staging-xcm 7.0.0", ] [[package]] @@ -2655,41 +2527,15 @@ 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.0", - "frame-system 29.0.0", - "parity-scale-codec", - "scale-info", - "sp-io 31.0.0", - "sp-runtime 32.0.0", - "sp-std", - "staging-xcm 8.0.0", -] - -[[package]] -name = "cumulus-pallet-xcmp-queue" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "439cdba45813623e7f45374f160f3356d27fb1aaca2536dd7f60ef2a7e9b30cd" -dependencies = [ - "bounded-collections 0.1.9", - "bp-xcm-bridge-hub-router 0.6.0", - "cumulus-primitives-core 0.7.0", - "frame-benchmarking 28.0.0", - "frame-support 28.0.0", - "frame-system 28.0.0", - "log", - "pallet-message-queue 31.0.0", + "cumulus-primitives-core", + "frame-support", + "frame-system", "parity-scale-codec", - "polkadot-runtime-common 7.0.0", - "polkadot-runtime-parachains 7.0.0", "scale-info", - "sp-core 28.0.0", - "sp-io 30.0.0", - "sp-runtime 31.0.1", + "sp-io", + "sp-runtime", "sp-std", - "staging-xcm 7.0.0", - "staging-xcm-executor 7.0.3", + "staging-xcm", ] [[package]] @@ -2698,42 +2544,24 @@ 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.0", - "frame-system 29.0.0", + "bounded-collections", + "bp-xcm-bridge-hub-router", + "cumulus-primitives-core", + "frame-benchmarking", + "frame-support", + "frame-system", "log", - "pallet-message-queue 32.0.0", + "pallet-message-queue", "parity-scale-codec", - "polkadot-runtime-common 8.0.1", - "polkadot-runtime-parachains 8.0.1", + "polkadot-runtime-common", + "polkadot-runtime-parachains", "scale-info", - "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.0", - "staging-xcm-executor 8.0.1", -] - -[[package]] -name = "cumulus-primitives-core" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "036b64697b5fd04c8039ccf15b9891104c496afb6c418c2cea1234d4898d0a28" -dependencies = [ - "parity-scale-codec", - "polkadot-core-primitives 7.0.0", - "polkadot-parachain-primitives 6.0.0", - "polkadot-primitives 7.0.0", - "scale-info", - "sp-api 26.0.0", - "sp-runtime 31.0.1", - "sp-std", - "sp-trie 29.0.0", - "staging-xcm 7.0.0", + "staging-xcm", + "staging-xcm-executor", ] [[package]] @@ -2743,31 +2571,15 @@ 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.0", - "sp-runtime 32.0.0", - "sp-std", - "sp-trie 30.0.0", - "staging-xcm 8.0.0", -] - -[[package]] -name = "cumulus-primitives-parachain-inherent" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cb6fe06744fed6e84682c48816181ad63652003570c2135c425481440fcd2f2" -dependencies = [ - "async-trait", - "cumulus-primitives-core 0.7.0", - "parity-scale-codec", + "polkadot-core-primitives", + "polkadot-parachain-primitives", + "polkadot-primitives", "scale-info", - "sp-core 28.0.0", - "sp-inherents 26.0.0", + "sp-api", + "sp-runtime", "sp-std", - "sp-trie 29.0.0", + "sp-trie", + "staging-xcm", ] [[package]] @@ -2777,24 +2589,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "38ad140a065a6b8001fb26ec42b91391e90fde120f5b4e57986698249a9b98c8" dependencies = [ "async-trait", - "cumulus-primitives-core 0.8.0", + "cumulus-primitives-core", "parity-scale-codec", "scale-info", - "sp-core 29.0.0", - "sp-inherents 27.0.0", + "sp-core", + "sp-inherents", "sp-std", - "sp-trie 30.0.0", -] - -[[package]] -name = "cumulus-primitives-proof-size-hostfunction" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a132e17ac2c79436bc5004b0d56cb35ca65b966434f14e5ff8a9bc1afcfca5a4" -dependencies = [ - "sp-externalities 0.25.0", - "sp-runtime-interface 24.0.0", - "sp-trie 29.0.0", + "sp-trie", ] [[package]] @@ -2803,30 +2604,9 @@ 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", -] - -[[package]] -name = "cumulus-primitives-utility" -version = "0.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2ece52eeb7e87faea0d374356571ebc13f279df3bf79a1dc8a0db6c49d6ba23" -dependencies = [ - "cumulus-primitives-core 0.7.0", - "frame-support 28.0.0", - "log", - "pallet-xcm-benchmarks 7.0.4", - "parity-scale-codec", - "polkadot-runtime-common 7.0.0", - "polkadot-runtime-parachains 7.0.0", - "sp-io 30.0.0", - "sp-runtime 31.0.1", - "sp-std", - "staging-xcm 7.0.0", - "staging-xcm-builder 7.0.3", - "staging-xcm-executor 7.0.3", + "sp-externalities", + "sp-runtime-interface", + "sp-trie", ] [[package]] @@ -2835,19 +2615,19 @@ 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.0", + "cumulus-primitives-core", + "frame-support", "log", "pallet-asset-conversion", "parity-scale-codec", - "polkadot-runtime-common 8.0.1", - "polkadot-runtime-parachains 8.0.1", - "sp-io 31.0.0", - "sp-runtime 32.0.0", + "polkadot-runtime-common", + "polkadot-runtime-parachains", + "sp-io", + "sp-runtime", "sp-std", - "staging-xcm 8.0.0", - "staging-xcm-builder 8.0.1", - "staging-xcm-executor 8.0.1", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", ] [[package]] @@ -2856,13 +2636,13 @@ version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bfff604ad01c5c0c397f9a971c8cec6443aea3658813778875b4f64de07847d5" dependencies = [ - "cumulus-primitives-core 0.8.0", + "cumulus-primitives-core", "parity-scale-codec", - "polkadot-primitives 8.0.1", - "sp-runtime 32.0.0", - "sp-state-machine 0.36.0", + "polkadot-primitives", + "sp-runtime", + "sp-state-machine", "sp-std", - "sp-trie 30.0.0", + "sp-trie", ] [[package]] @@ -3299,27 +3079,27 @@ dependencies = [ "asset-test-utils", "bp-messages", "bridge-runtime-common", - "cumulus-pallet-parachain-system 0.8.1", - "cumulus-pallet-xcmp-queue 0.8.0", - "cumulus-primitives-core 0.8.0", - "frame-support 29.0.0", - "pallet-assets 30.0.0", - "pallet-balances 29.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 32.0.0", - "pallet-xcm 8.0.1", - "parachains-common 8.0.0", + "pallet-message-queue", + "pallet-xcm", + "parachains-common", "parity-scale-codec", "paste", - "polkadot-primitives 8.0.1", - "polkadot-runtime-parachains 8.0.1", + "polkadot-primitives", + "polkadot-runtime-parachains", "polkadot-service", "sc-consensus-grandpa", - "sp-authority-discovery 27.0.0", - "sp-consensus-babe 0.33.0", - "sp-core 29.0.0", - "sp-runtime 32.0.0", - "staging-xcm 8.0.0", + "sp-authority-discovery", + "sp-consensus-babe", + "sp-core", + "sp-runtime", + "staging-xcm", "xcm-emulator", ] @@ -3331,43 +3111,43 @@ checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" [[package]] name = "encointer-balances-tx-payment" -version = "5.0.0" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "407d7faa8fd1d242602012e6b6d51a8edc99321ac5a20425efa64c7ec432f868" +checksum = "4bab150ba5131d8e59e861d21b900d123cc55604160c118fb8b2293af5a40d3a" dependencies = [ "encointer-primitives", - "frame-support 28.0.0", - "frame-system 28.0.0", + "frame-support", + "frame-system", "log", - "pallet-asset-tx-payment 28.0.0", + "pallet-asset-tx-payment", "pallet-encointer-balances", "pallet-encointer-ceremonies", - "pallet-transaction-payment 28.0.0", - "sp-runtime 31.0.1", + "pallet-transaction-payment", + "sp-runtime", ] [[package]] name = "encointer-balances-tx-payment-rpc-runtime-api" -version = "5.0.0" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4eb7b235a2ecbec5b913ee30c4372a9bb01c27cbca1368662ad9629df788a1be" +checksum = "1086972f2ea49903c0f7051ec6ad0180e81df47c2b6699f1ff279afba749bba6" dependencies = [ "encointer-primitives", - "frame-support 28.0.0", + "frame-support", "parity-scale-codec", "scale-info", - "sp-api 26.0.0", + "sp-api", "sp-std", ] [[package]] name = "encointer-ceremonies-assignment" -version = "5.0.0" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f5e534e5d624f17a34ae5c6cf61ddbfd68b6a2d3900d855760ebb551f9d4fdd" +checksum = "2ebd5dc49f5f6fb321b2e7315bf29e26f3d5f38a1e344f36213137e58fbd54ea" dependencies = [ "encointer-primitives", - "sp-runtime 31.0.1", + "sp-runtime", "sp-std", ] @@ -3375,30 +3155,30 @@ dependencies = [ name = "encointer-kusama-runtime" version = "1.0.0" dependencies = [ - "cumulus-pallet-aura-ext 0.7.0", - "cumulus-pallet-dmp-queue 0.7.0", - "cumulus-pallet-parachain-system 0.7.0", - "cumulus-pallet-xcm 0.7.0", - "cumulus-pallet-xcmp-queue 0.7.0", - "cumulus-primitives-core 0.7.0", - "cumulus-primitives-utility 0.7.3", + "cumulus-pallet-aura-ext", + "cumulus-pallet-dmp-queue", + "cumulus-pallet-parachain-system", + "cumulus-pallet-xcm", + "cumulus-pallet-xcmp-queue", + "cumulus-primitives-core", + "cumulus-primitives-utility", "encointer-balances-tx-payment", "encointer-balances-tx-payment-rpc-runtime-api", "encointer-primitives", - "frame-benchmarking 28.0.0", - "frame-executive 28.0.0", - "frame-support 28.0.0", - "frame-system 28.0.0", - "frame-system-benchmarking 28.0.0", - "frame-system-rpc-runtime-api 26.0.0", - "frame-try-runtime 0.34.0", + "frame-benchmarking", + "frame-executive", + "frame-support", + "frame-system", + "frame-system-benchmarking", + "frame-system-rpc-runtime-api", + "frame-try-runtime", "hex-literal", "kusama-runtime-constants", "log", - "pallet-asset-tx-payment 28.0.0", - "pallet-aura 27.0.0", - "pallet-balances 28.0.0", - "pallet-collective 28.0.0", + "pallet-asset-tx-payment", + "pallet-aura", + "pallet-balances", + "pallet-collective", "pallet-encointer-balances", "pallet-encointer-bazaar", "pallet-encointer-bazaar-rpc-runtime-api", @@ -3411,74 +3191,74 @@ dependencies = [ "pallet-encointer-scheduler", "pallet-insecure-randomness-collective-flip", "pallet-membership", - "pallet-message-queue 31.0.0", - "pallet-proxy 28.0.0", - "pallet-scheduler 29.0.0", - "pallet-timestamp 27.0.0", - "pallet-transaction-payment 28.0.0", - "pallet-transaction-payment-rpc-runtime-api 28.0.0", - "pallet-treasury 27.0.0", - "pallet-utility 28.0.0", - "pallet-xcm 7.0.0", - "parachains-common 7.0.0", - "parity-scale-codec", - "polkadot-core-primitives 7.0.0", - "polkadot-parachain-primitives 6.0.0", - "polkadot-primitives 7.0.0", - "polkadot-runtime-common 7.0.0", + "pallet-message-queue", + "pallet-proxy", + "pallet-scheduler", + "pallet-timestamp", + "pallet-transaction-payment", + "pallet-transaction-payment-rpc-runtime-api", + "pallet-treasury", + "pallet-utility", + "pallet-xcm", + "parachains-common", + "parity-scale-codec", + "polkadot-core-primitives", + "polkadot-parachain-primitives", + "polkadot-primitives", + "polkadot-runtime-common", "scale-info", "smallvec", - "sp-api 26.0.0", - "sp-block-builder 26.0.0", - "sp-consensus-aura 0.32.0", - "sp-core 28.0.0", - "sp-genesis-builder 0.7.0", - "sp-inherents 26.0.0", - "sp-offchain 26.0.0", - "sp-runtime 31.0.1", - "sp-session 27.0.0", - "sp-std", - "sp-transaction-pool 26.0.0", - "sp-version 29.0.0", - "staging-parachain-info 0.7.0", - "staging-xcm 7.0.0", - "staging-xcm-builder 7.0.3", - "staging-xcm-executor 7.0.3", - "substrate-wasm-builder 17.0.0", + "sp-api", + "sp-block-builder", + "sp-consensus-aura", + "sp-core", + "sp-genesis-builder", + "sp-inherents", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-std", + "sp-transaction-pool", + "sp-version", + "staging-parachain-info", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", + "substrate-wasm-builder", "system-parachains-constants", ] [[package]] name = "encointer-meetup-validation" -version = "5.0.0" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01d27e886abe0f6fb716dcf7ee0b4e91ae624d96dce6e87c1d5bada9a4bf76d3" +checksum = "aa8b43179179d387317d14bd69335aafb7663f49b77203950fe4deadf1439ed7" dependencies = [ "encointer-primitives", "parity-scale-codec", "scale-info", "serde", - "sp-runtime 31.0.1", + "sp-runtime", "sp-std", ] [[package]] name = "encointer-primitives" -version = "5.0.0" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9db298e46082c2f9692d6e8d5365fde266ac09ed18dd1c72c109281acad1b2fb" +checksum = "33f9df6f65bba31665651e99a088ec32664fd585051e74069c8401a77f9951fa" dependencies = [ - "bs58 0.4.0", + "bs58 0.5.0", "crc", "ep-core", - "frame-support 28.0.0", + "frame-support", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core 28.0.0", - "sp-io 30.0.0", - "sp-runtime 31.0.1", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", "substrate-geohash", ] @@ -3547,18 +3327,18 @@ checksum = "e48c92028aaa870e83d51c64e5d4e0b6981b360c522198c23959f219a4e1b15b" [[package]] name = "ep-core" -version = "5.0.0" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84eac7952f21e9d5a28e5e3074a2ed1e7d26bbc08da770e43ec538ba2ee0d124" +checksum = "0b20f3b698c54e106bcb0533055bf99d64ae9c53261e7ed24366d1ca729a1259" dependencies = [ "array-bytes 6.2.2", "impl-serde", "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic 23.0.0", - "sp-core 28.0.0", - "sp-runtime 31.0.1", + "sp-arithmetic", + "sp-core", + "sp-runtime", "sp-std", "substrate-fixed", ] @@ -3842,55 +3622,29 @@ version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" -[[package]] -name = "frame-benchmarking" -version = "28.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b16f7f853f64ec6fbc981b3e224cc3400752662da140ec62c160b5b859bab68" -dependencies = [ - "frame-support 28.0.0", - "frame-support-procedural 23.0.0", - "frame-system 28.0.0", - "linregress", - "log", - "parity-scale-codec", - "paste", - "scale-info", - "serde", - "sp-api 26.0.0", - "sp-application-crypto 30.0.0", - "sp-core 28.0.0", - "sp-io 30.0.0", - "sp-runtime 31.0.1", - "sp-runtime-interface 24.0.0", - "sp-std", - "sp-storage 19.0.0", - "static_assertions", -] - [[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.0", - "frame-support-procedural 24.0.0", - "frame-system 29.0.0", + "frame-support", + "frame-support-procedural", + "frame-system", "linregress", "log", "parity-scale-codec", "paste", "scale-info", "serde", - "sp-api 27.0.0", - "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-api", + "sp-application-crypto", + "sp-core", + "sp-io", + "sp-runtime", + "sp-runtime-interface", "sp-std", - "sp-storage 20.0.0", + "sp-storage", "static_assertions", ] @@ -3905,9 +3659,9 @@ dependencies = [ "chrono", "clap", "comfy-table", - "frame-benchmarking 29.0.0", - "frame-support 29.0.0", - "frame-system 29.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "gethostname", "handlebars", "itertools 0.10.5", @@ -3926,18 +3680,18 @@ dependencies = [ "sc-sysinfo", "serde", "serde_json", - "sp-api 27.0.0", + "sp-api", "sp-blockchain", - "sp-core 29.0.0", + "sp-core", "sp-database", - "sp-externalities 0.26.0", - "sp-inherents 27.0.0", - "sp-io 31.0.0", - "sp-keystore 0.35.0", - "sp-runtime 32.0.0", - "sp-state-machine 0.36.0", - "sp-storage 20.0.0", - "sp-trie 30.0.0", + "sp-externalities", + "sp-inherents", + "sp-io", + "sp-keystore", + "sp-runtime", + "sp-state-machine", + "sp-storage", + "sp-trie", "sp-wasm-interface", "thiserror", "thousands", @@ -3955,24 +3709,6 @@ dependencies = [ "syn 2.0.48", ] -[[package]] -name = "frame-election-provider-support" -version = "28.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c596d956c4eedaffbe2fd6f75562e63e3e60001222bc6f8cc45fa77f3ea51791" -dependencies = [ - "frame-election-provider-solution-type", - "frame-support 28.0.0", - "frame-system 28.0.0", - "parity-scale-codec", - "scale-info", - "sp-arithmetic 23.0.0", - "sp-core 28.0.0", - "sp-npos-elections 26.0.0", - "sp-runtime 31.0.1", - "sp-std", -] - [[package]] name = "frame-election-provider-support" version = "29.0.0" @@ -3980,51 +3716,32 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "87da19ee99e6473cd057ead84337d20011fe5e299c6750e88e43b8b7963b8852" dependencies = [ "frame-election-provider-solution-type", - "frame-support 29.0.0", - "frame-system 29.0.0", + "frame-support", + "frame-system", "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-arithmetic", + "sp-core", + "sp-npos-elections", + "sp-runtime", "sp-std", ] -[[package]] -name = "frame-executive" -version = "28.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a5247e367912fe95f813e96542921ab4edf671860fd557625b55f40155abf90" -dependencies = [ - "frame-support 28.0.0", - "frame-system 28.0.0", - "frame-try-runtime 0.34.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-core 28.0.0", - "sp-io 30.0.0", - "sp-runtime 31.0.1", - "sp-std", - "sp-tracing", -] - [[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.0", - "frame-system 29.0.0", - "frame-try-runtime 0.35.0", + "frame-support", + "frame-system", + "frame-try-runtime", "log", "parity-scale-codec", "scale-info", - "sp-core 29.0.0", - "sp-io 31.0.0", - "sp-runtime 32.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", "sp-tracing", ] @@ -4053,72 +3770,30 @@ dependencies = [ "log", "parity-scale-codec", "serde", - "sp-core 29.0.0", + "sp-core", "sp-crypto-hashing", - "sp-io 31.0.0", - "sp-runtime 32.0.0", - "sp-state-machine 0.36.0", + "sp-io", + "sp-runtime", + "sp-state-machine", "spinners", "substrate-rpc-client", "tokio", "tokio-retry", ] -[[package]] -name = "frame-support" -version = "28.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e48b00bb3e82c465a435b08827e7abe5144345bc1a998848bdd7ce72fa203bb5" -dependencies = [ - "aquamarine 0.4.0", - "array-bytes 6.2.2", - "bitflags 1.3.2", - "docify", - "environmental", - "frame-metadata", - "frame-support-procedural 23.0.0", - "impl-trait-for-tuples", - "k256", - "log", - "macro_magic", - "parity-scale-codec", - "paste", - "scale-info", - "serde", - "serde_json", - "smallvec", - "sp-api 26.0.0", - "sp-arithmetic 23.0.0", - "sp-core 28.0.0", - "sp-core-hashing-proc-macro", - "sp-debug-derive", - "sp-genesis-builder 0.7.0", - "sp-inherents 26.0.0", - "sp-io 30.0.0", - "sp-metadata-ir", - "sp-runtime 31.0.1", - "sp-staking 26.0.0", - "sp-state-machine 0.35.0", - "sp-std", - "sp-tracing", - "sp-weights 27.0.0", - "static_assertions", - "tt-call", -] - [[package]] name = "frame-support" version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a3b24824d29c43d0af94be3356bbf30338ededed649f6841d315a9ae067ce872" dependencies = [ - "aquamarine 0.5.0", + "aquamarine", "array-bytes 6.2.2", "bitflags 1.3.2", "docify", "environmental", "frame-metadata", - "frame-support-procedural 24.0.0", + "frame-support-procedural", "impl-trait-for-tuples", "k256", "log", @@ -4129,45 +3804,25 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-api 27.0.0", - "sp-arithmetic 24.0.0", - "sp-core 29.0.0", + "sp-api", + "sp-arithmetic", + "sp-core", "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-genesis-builder", + "sp-inherents", + "sp-io", "sp-metadata-ir", - "sp-runtime 32.0.0", - "sp-staking 27.0.0", - "sp-state-machine 0.36.0", + "sp-runtime", + "sp-staking", + "sp-state-machine", "sp-std", "sp-tracing", - "sp-weights 28.0.0", + "sp-weights", "static_assertions", "tt-call", ] -[[package]] -name = "frame-support-procedural" -version = "23.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0be717139a0da9b31b559356db73f6ce48876d331e833ebdc32de3a9ad581e15" -dependencies = [ - "Inflector", - "cfg-expr", - "derive-syn-parse", - "expander 2.0.0", - "frame-support-procedural-tools", - "itertools 0.10.5", - "macro_magic", - "proc-macro-warning", - "proc-macro2", - "quote", - "sp-core-hashing", - "syn 2.0.48", -] - [[package]] name = "frame-support-procedural" version = "24.0.0" @@ -4214,121 +3869,61 @@ dependencies = [ [[package]] name = "frame-system" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "983b3215c8d97775b90dc1db88f858c46401682bd2fb8572bdd102ff8c2ca2a6" +checksum = "5bc20a793c3cec0b11165c1075fe11a255b2491f3eef8230bb3073cb296e7383" dependencies = [ "cfg-if", "docify", - "frame-support 28.0.0", + "frame-support", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core 28.0.0", - "sp-io 30.0.0", - "sp-runtime 31.0.1", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", - "sp-version 29.0.0", - "sp-weights 27.0.0", + "sp-version", + "sp-weights", ] [[package]] -name = "frame-system" +name = "frame-system-benchmarking" version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5bc20a793c3cec0b11165c1075fe11a255b2491f3eef8230bb3073cb296e7383" +checksum = "ac47ee48fee3a0b49c9ab9ee68997dee3733776a355f780cf2858449cf495d69" dependencies = [ - "cfg-if", - "docify", - "frame-support 29.0.0", - "log", + "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", - "sp-version 30.0.0", - "sp-weights 28.0.0", ] [[package]] -name = "frame-system-benchmarking" -version = "28.0.0" +name = "frame-system-rpc-runtime-api" +version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f78a2fe203b01b596156b2514e0b890b4a628dbdb50925316e755aa623b6fe53" +checksum = "4c1b20433c3c76b56ce905ed971631ec8c34fa64cf6c20e590afe46455fc0cc8" dependencies = [ - "frame-benchmarking 28.0.0", - "frame-support 28.0.0", - "frame-system 28.0.0", "parity-scale-codec", - "scale-info", - "sp-core 28.0.0", - "sp-runtime 31.0.1", - "sp-std", + "sp-api", ] [[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.0", - "frame-system 29.0.0", - "parity-scale-codec", - "scale-info", - "sp-core 29.0.0", - "sp-runtime 32.0.0", - "sp-std", -] - -[[package]] -name = "frame-system-rpc-runtime-api" -version = "26.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28d183819ea7df1d89acd61fe423ae6bec24a29d87db5c18182339a751c0837a" -dependencies = [ - "parity-scale-codec", - "sp-api 26.0.0", -] - -[[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.0", -] - -[[package]] -name = "frame-try-runtime" -version = "0.34.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5b3dab79d14d2e8f6329d7e5cb49f2bdb81b9ef3019b1c405d94defa137a353" -dependencies = [ - "frame-support 28.0.0", - "parity-scale-codec", - "sp-api 26.0.0", - "sp-runtime 31.0.1", - "sp-std", -] - -[[package]] -name = "frame-try-runtime" -version = "0.35.0" +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.0", + "frame-support", "parity-scale-codec", - "sp-api 27.0.0", - "sp-runtime 32.0.0", + "sp-api", + "sp-runtime", "sp-std", ] @@ -4582,39 +4177,39 @@ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" name = "glutton-kusama-runtime" version = "1.0.0" dependencies = [ - "cumulus-pallet-parachain-system 0.8.1", - "cumulus-pallet-xcm 0.8.0", - "cumulus-primitives-core 0.8.0", - "frame-benchmarking 29.0.0", - "frame-executive 29.0.0", - "frame-support 29.0.0", - "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", + "cumulus-pallet-parachain-system", + "cumulus-pallet-xcm", + "cumulus-primitives-core", + "frame-benchmarking", + "frame-executive", + "frame-support", + "frame-system", + "frame-system-benchmarking", + "frame-system-rpc-runtime-api", + "frame-try-runtime", "pallet-glutton", - "pallet-message-queue 32.0.0", + "pallet-message-queue", "pallet-sudo", - "parachains-common 8.0.0", - "parity-scale-codec", - "scale-info", - "sp-api 27.0.0", - "sp-block-builder 27.0.0", - "sp-core 29.0.0", - "sp-genesis-builder 0.8.0", - "sp-inherents 27.0.0", - "sp-offchain 27.0.0", - "sp-runtime 32.0.0", - "sp-session 28.0.0", - "sp-std", - "sp-storage 20.0.0", - "sp-transaction-pool 27.0.0", - "sp-version 30.0.0", - "staging-parachain-info 0.8.0", - "staging-xcm 8.0.0", - "staging-xcm-builder 8.0.1", - "staging-xcm-executor 8.0.1", - "substrate-wasm-builder 18.0.0", + "parachains-common", + "parity-scale-codec", + "scale-info", + "sp-api", + "sp-block-builder", + "sp-core", + "sp-genesis-builder", + "sp-inherents", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-std", + "sp-storage", + "sp-transaction-pool", + "sp-version", + "staging-parachain-info", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", + "substrate-wasm-builder", "system-parachains-constants", ] @@ -5106,12 +4701,12 @@ name = "integration-tests-helpers" version = "1.0.0" dependencies = [ "asset-test-utils", - "cumulus-pallet-xcmp-queue 0.8.0", - "pallet-balances 29.0.0", - "pallet-message-queue 32.0.0", - "pallet-xcm 8.0.1", + "cumulus-pallet-xcmp-queue", + "pallet-balances", + "pallet-message-queue", + "pallet-xcm", "paste", - "staging-xcm 8.0.0", + "staging-xcm", "xcm-emulator", ] @@ -5391,13 +4986,13 @@ dependencies = [ "emulated-integration-tests-common", "kusama-runtime-constants", "pallet-im-online", - "parachains-common 8.0.0", - "polkadot-primitives 8.0.1", + "parachains-common", + "polkadot-primitives", "sc-consensus-grandpa", - "sp-authority-discovery 27.0.0", - "sp-consensus-babe 0.33.0", + "sp-authority-discovery", + "sp-consensus-babe", "sp-consensus-beefy", - "sp-core 29.0.0", + "sp-core", "staging-kusama-runtime", ] @@ -5419,14 +5014,14 @@ dependencies = [ name = "kusama-runtime-constants" version = "1.0.0" dependencies = [ - "frame-support 29.0.0", - "polkadot-primitives 8.0.1", - "polkadot-runtime-common 8.0.1", + "frame-support", + "polkadot-primitives", + "polkadot-runtime-common", "smallvec", - "sp-core 29.0.0", - "sp-runtime 32.0.0", - "sp-weights 28.0.0", - "staging-xcm-builder 8.0.1", + "sp-core", + "sp-runtime", + "sp-weights", + "staging-xcm-builder", ] [[package]] @@ -6358,13 +5953,13 @@ dependencies = [ "parity-scale-codec", "sc-client-api", "sc-offchain", - "sp-api 27.0.0", + "sp-api", "sp-blockchain", "sp-consensus", "sp-consensus-beefy", - "sp-core 29.0.0", + "sp-core", "sp-mmr-primitives", - "sp-runtime 32.0.0", + "sp-runtime", ] [[package]] @@ -6376,11 +5971,11 @@ dependencies = [ "jsonrpsee", "parity-scale-codec", "serde", - "sp-api 27.0.0", + "sp-api", "sp-blockchain", - "sp-core 29.0.0", + "sp-core", "sp-mmr-primitives", - "sp-runtime 32.0.0", + "sp-runtime", ] [[package]] @@ -6898,18 +6493,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2807a0de560760490eb581095a23a68377308879bd6096b0f100795b53898db6" dependencies = [ "array-bytes 6.2.2", - "frame-benchmarking 29.0.0", - "frame-support 29.0.0", - "frame-system 29.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", - "pallet-collective 29.0.0", - "pallet-identity 29.0.0", + "pallet-collective", + "pallet-identity", "parity-scale-codec", "scale-info", - "sp-core 29.0.0", + "sp-core", "sp-crypto-hashing", - "sp-io 31.0.0", - "sp-runtime 32.0.0", + "sp-io", + "sp-runtime", "sp-std", ] @@ -6919,16 +6514,16 @@ 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.0", - "frame-system 29.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-api 27.0.0", - "sp-arithmetic 24.0.0", - "sp-core 29.0.0", - "sp-io 31.0.0", - "sp-runtime 32.0.0", + "sp-api", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", ] @@ -6938,29 +6533,13 @@ version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d2019e84d65bf6c6105edb61cd6b6f4c6d9a1b347e05d9380e92b0dcf2a29fd7" dependencies = [ - "frame-support 29.0.0", - "frame-system 29.0.0", + "frame-support", + "frame-system", "pallet-asset-conversion", - "pallet-transaction-payment 29.0.0", - "parity-scale-codec", - "scale-info", - "sp-runtime 32.0.0", - "sp-std", -] - -[[package]] -name = "pallet-asset-rate" -version = "7.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e6f4917bc6c9ed6864813bbb828e94c63e1878a21af89d25dd0ff7da742f53e" -dependencies = [ - "frame-benchmarking 28.0.0", - "frame-support 28.0.0", - "frame-system 28.0.0", + "pallet-transaction-payment", "parity-scale-codec", "scale-info", - "sp-core 28.0.0", - "sp-runtime 31.0.1", + "sp-runtime", "sp-std", ] @@ -6970,32 +6549,13 @@ version = "8.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "571ce57fd846911041749832b46a8c2b01f0b79ffebcd7585e3973865607036d" dependencies = [ - "frame-benchmarking 29.0.0", - "frame-support 29.0.0", - "frame-system 29.0.0", - "parity-scale-codec", - "scale-info", - "sp-core 29.0.0", - "sp-runtime 32.0.0", - "sp-std", -] - -[[package]] -name = "pallet-asset-tx-payment" -version = "28.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e967664d86219ca9f7d33504e8d914225cdb92e9e793d35edaab1fd2574f162f" -dependencies = [ - "frame-benchmarking 28.0.0", - "frame-support 28.0.0", - "frame-system 28.0.0", - "pallet-transaction-payment 28.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "serde", - "sp-core 28.0.0", - "sp-io 30.0.0", - "sp-runtime 31.0.1", + "sp-core", + "sp-runtime", "sp-std", ] @@ -7005,33 +6565,16 @@ 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.0", - "frame-system 29.0.0", - "pallet-transaction-payment 29.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", + "pallet-transaction-payment", "parity-scale-codec", "scale-info", "serde", - "sp-core 29.0.0", - "sp-io 31.0.0", - "sp-runtime 32.0.0", - "sp-std", -] - -[[package]] -name = "pallet-assets" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aca79db2bc70c269170893604d8a56d0f32d52c75a23a3d887b6b4df132366b7" -dependencies = [ - "frame-benchmarking 28.0.0", - "frame-support 28.0.0", - "frame-system 28.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-core 28.0.0", - "sp-runtime 31.0.1", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", ] @@ -7041,32 +6584,14 @@ 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.0", - "frame-system 29.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-core 29.0.0", - "sp-runtime 32.0.0", - "sp-std", -] - -[[package]] -name = "pallet-aura" -version = "27.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10c6ecf016520a6883df14b2f1d469d98166377eba4b299af7b76eee0130e3a6" -dependencies = [ - "frame-support 28.0.0", - "frame-system 28.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", - "pallet-timestamp 27.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 30.0.0", - "sp-consensus-aura 0.32.0", - "sp-runtime 31.0.1", + "sp-core", + "sp-runtime", "sp-std", ] @@ -7076,32 +6601,15 @@ version = "28.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a611bef3c8cf281e41a43f32a4153260bdc8b7b61b901e65c7a4442529224e11" dependencies = [ - "frame-support 29.0.0", - "frame-system 29.0.0", + "frame-support", + "frame-system", "log", - "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", -] - -[[package]] -name = "pallet-authority-discovery" -version = "28.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9224b0a0bb4fa721d51f56947c73d4189710691b4cb40e7f7a8abf59795759a" -dependencies = [ - "frame-support 28.0.0", - "frame-system 28.0.0", - "pallet-session 28.0.0", + "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-application-crypto 30.0.0", - "sp-authority-discovery 26.0.0", - "sp-runtime 31.0.1", + "sp-application-crypto", + "sp-consensus-aura", + "sp-runtime", "sp-std", ] @@ -7111,29 +6619,14 @@ version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "904f83f518b396c4fd1634fb675a36db0841f22420d3aa664bc154bee6035f57" dependencies = [ - "frame-support 29.0.0", - "frame-system 29.0.0", - "pallet-session 29.0.0", - "parity-scale-codec", - "scale-info", - "sp-application-crypto 31.0.0", - "sp-authority-discovery 27.0.0", - "sp-runtime 32.0.0", - "sp-std", -] - -[[package]] -name = "pallet-authorship" -version = "28.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "817b0420f9c14bd9bfbaf9e2f769a7e8124ab4fe3da0d07c80485c0901947ab8" -dependencies = [ - "frame-support 28.0.0", - "frame-system 28.0.0", - "impl-trait-for-tuples", + "frame-support", + "frame-system", + "pallet-session", "parity-scale-codec", "scale-info", - "sp-runtime 31.0.1", + "sp-application-crypto", + "sp-authority-discovery", + "sp-runtime", "sp-std", ] @@ -7143,37 +6636,12 @@ version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3d83773e731a1760f99684b09961ed7b92acafe335f36f08ebb8313d3b9c72e2" dependencies = [ - "frame-support 29.0.0", - "frame-system 29.0.0", + "frame-support", + "frame-system", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 32.0.0", - "sp-std", -] - -[[package]] -name = "pallet-babe" -version = "28.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ba445228a941062d7c4d6295810a359df7757d6182c36ddb824f8c3bf350380" -dependencies = [ - "frame-benchmarking 28.0.0", - "frame-support 28.0.0", - "frame-system 28.0.0", - "log", - "pallet-authorship 28.0.0", - "pallet-session 28.0.0", - "pallet-timestamp 27.0.0", - "parity-scale-codec", - "scale-info", - "sp-application-crypto 30.0.0", - "sp-consensus-babe 0.32.0", - "sp-core 28.0.0", - "sp-io 30.0.0", - "sp-runtime 31.0.1", - "sp-session 27.0.0", - "sp-staking 26.0.0", + "sp-runtime", "sp-std", ] @@ -7183,22 +6651,22 @@ version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3f2020c52667a650d64e84a4bbb63388e25bc1c9bc872a8243d03bfcb285049" dependencies = [ - "frame-benchmarking 29.0.0", - "frame-support 29.0.0", - "frame-system 29.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", - "pallet-authorship 29.0.0", - "pallet-session 29.0.0", - "pallet-timestamp 28.0.0", + "pallet-authorship", + "pallet-session", + "pallet-timestamp", "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", + "sp-application-crypto", + "sp-consensus-babe", + "sp-core", + "sp-io", + "sp-runtime", + "sp-session", + "sp-staking", "sp-std", ] @@ -7208,39 +6676,23 @@ 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", - "frame-support 29.0.0", - "frame-system 29.0.0", + "frame-benchmarking", + "frame-election-provider-support", + "frame-support", + "frame-system", "log", - "pallet-balances 29.0.0", + "pallet-balances", "parity-scale-codec", "scale-info", - "sp-core 29.0.0", - "sp-io 31.0.0", - "sp-runtime 32.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", "sp-tracing", ] -[[package]] -name = "pallet-balances" -version = "28.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8406b5616e468d80972b6365f3cd8211d0dbf4d107b379fac85fddcfdf0b5562" -dependencies = [ - "frame-benchmarking 28.0.0", - "frame-support 28.0.0", - "frame-system 28.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime 31.0.1", - "sp-std", -] - [[package]] name = "pallet-balances" version = "29.0.0" @@ -7248,13 +6700,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "942007f4f7aace74b77009db1675e7ca98683a42dde5e2d85bba2a9f404d2e5a" dependencies = [ "docify", - "frame-benchmarking 29.0.0", - "frame-support 29.0.0", - "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", ] @@ -7264,18 +6716,18 @@ version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4bedd80e9d8b196f31ea134efd271fdc1b8380ca3aa2d8af6ea8b5a0dc4fa460" dependencies = [ - "frame-support 29.0.0", - "frame-system 29.0.0", + "frame-support", + "frame-system", "log", - "pallet-authorship 29.0.0", - "pallet-session 29.0.0", + "pallet-authorship", + "pallet-session", "parity-scale-codec", "scale-info", "serde", "sp-consensus-beefy", - "sp-runtime 32.0.0", - "sp-session 28.0.0", - "sp-staking 27.0.0", + "sp-runtime", + "sp-session", + "sp-staking", "sp-std", ] @@ -7287,21 +6739,21 @@ checksum = "7d334f24d3c0c016d16aa87d069485847d622e8ebebace18ec5cf56609ca3a67" dependencies = [ "array-bytes 6.2.2", "binary-merkle-tree", - "frame-support 29.0.0", - "frame-system 29.0.0", + "frame-support", + "frame-system", "log", "pallet-beefy", "pallet-mmr", - "pallet-session 29.0.0", + "pallet-session", "parity-scale-codec", "scale-info", "serde", - "sp-api 27.0.0", + "sp-api", "sp-consensus-beefy", - "sp-core 29.0.0", - "sp-io 31.0.0", - "sp-runtime 32.0.0", - "sp-state-machine 0.36.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-state-machine", "sp-std", ] @@ -7311,16 +6763,16 @@ 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.0", - "frame-system 29.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", - "pallet-treasury 28.0.0", + "pallet-treasury", "parity-scale-codec", "scale-info", - "sp-core 29.0.0", - "sp-io 31.0.0", - "sp-runtime 32.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", ] @@ -7334,16 +6786,16 @@ dependencies = [ "bp-runtime", "bp-test-utils", "finality-grandpa", - "frame-benchmarking 29.0.0", - "frame-support 29.0.0", - "frame-system 29.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", "sp-consensus-grandpa", - "sp-runtime 32.0.0", + "sp-runtime", "sp-std", - "sp-trie 30.0.0", + "sp-trie", ] [[package]] @@ -7354,14 +6806,14 @@ checksum = "6b0aac358f6781471f6fd667d5d5af6ee55c3eb11fc494de76787e942bc43726" dependencies = [ "bp-messages", "bp-runtime", - "frame-benchmarking 29.0.0", - "frame-support 29.0.0", - "frame-system 29.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "num-traits", "parity-scale-codec", "scale-info", - "sp-runtime 32.0.0", + "sp-runtime", "sp-std", ] @@ -7375,16 +6827,16 @@ dependencies = [ "bp-parachains", "bp-polkadot-core", "bp-runtime", - "frame-benchmarking 29.0.0", - "frame-support 29.0.0", - "frame-system 29.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "pallet-bridge-grandpa", "parity-scale-codec", "scale-info", - "sp-runtime 32.0.0", + "sp-runtime", "sp-std", - "sp-trie 30.0.0", + "sp-trie", ] [[package]] @@ -7396,33 +6848,15 @@ dependencies = [ "bp-messages", "bp-relayers", "bp-runtime", - "frame-benchmarking 29.0.0", - "frame-support 29.0.0", - "frame-system 29.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "pallet-bridge-messages", "parity-scale-codec", "scale-info", - "sp-arithmetic 24.0.0", - "sp-runtime 32.0.0", - "sp-std", -] - -[[package]] -name = "pallet-broker" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "904983f117ff92ee24b251f2a883ff01b6f8e9063649877f3892ecbb516e3cbd" -dependencies = [ - "bitvec", - "frame-benchmarking 28.0.0", - "frame-support 28.0.0", - "frame-system 28.0.0", - "parity-scale-codec", - "scale-info", - "sp-arithmetic 23.0.0", - "sp-core 28.0.0", - "sp-runtime 31.0.1", + "sp-arithmetic", + "sp-runtime", "sp-std", ] @@ -7433,14 +6867,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fd8cfe04e8c3f9ca8342ac785f2b1aee6140e1809546fc6f3a99fad20a8dfbf9" dependencies = [ "bitvec", - "frame-benchmarking 29.0.0", - "frame-support 29.0.0", - "frame-system 29.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-arithmetic 24.0.0", - "sp-core 29.0.0", - "sp-runtime 32.0.0", + "sp-arithmetic", + "sp-core", + "sp-runtime", "sp-std", ] @@ -7450,37 +6884,17 @@ 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.0", - "frame-system 29.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "pallet-bounties", - "pallet-treasury 28.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-collator-selection" -version = "9.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4199122c135e161d2e2f4cbc9339c54a11ac4b11e0beb67e53b49a3c90d566b" -dependencies = [ - "frame-benchmarking 28.0.0", - "frame-support 28.0.0", - "frame-system 28.0.0", - "log", - "pallet-authorship 28.0.0", - "pallet-session 28.0.0", + "pallet-treasury", "parity-scale-codec", - "rand", "scale-info", - "sp-runtime 31.0.1", - "sp-staking 26.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", ] @@ -7490,35 +6904,17 @@ version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "59b5ad46601c613396e92292a24c5b5d76e904c456ece9deb10913f6ea2e2999" dependencies = [ - "frame-benchmarking 29.0.0", - "frame-support 29.0.0", - "frame-system 29.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", - "pallet-authorship 29.0.0", - "pallet-session 29.0.0", + "pallet-authorship", + "pallet-session", "parity-scale-codec", "rand", "scale-info", - "sp-runtime 32.0.0", - "sp-staking 27.0.0", - "sp-std", -] - -[[package]] -name = "pallet-collective" -version = "28.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ed22cf9d91c120695063cfa95ae0ffabcadefdf2581657ddb5fd68555b3a2e0" -dependencies = [ - "frame-benchmarking 28.0.0", - "frame-support 28.0.0", - "frame-system 28.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-core 28.0.0", - "sp-io 30.0.0", - "sp-runtime 31.0.1", + "sp-runtime", + "sp-staking", "sp-std", ] @@ -7528,15 +6924,15 @@ version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4c362a0b8f30895c15ecc7d8c24b0d94bb586c4b9bbd37ac8053b4629d9cc80b" dependencies = [ - "frame-benchmarking 29.0.0", - "frame-support 29.0.0", - "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-runtime 32.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", ] @@ -7547,14 +6943,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6aee3a8b6fcde893f862993f9d45eb0fcd492dde0967fd56ef78d79fc7b53dc0" dependencies = [ "assert_matches", - "frame-benchmarking 29.0.0", - "frame-support 29.0.0", - "frame-system 29.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", "serde", - "sp-io 31.0.0", - "sp-runtime 32.0.0", + "sp-io", + "sp-runtime", "sp-std", ] @@ -7564,42 +6960,18 @@ version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c596f690afabed04954b52de0cf4ae3e05fd388d2fce2f64f0d6766c62e8e260" dependencies = [ - "frame-benchmarking 29.0.0", - "frame-support 29.0.0", - "frame-system 29.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "pallet-ranked-collective", "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", -] - -[[package]] -name = "pallet-election-provider-multi-phase" -version = "27.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc5e1f80bb4ce08b27f5a8a733d5c2d72d083a7d48afa4bdbb1ef3594a31e353" -dependencies = [ - "frame-benchmarking 28.0.0", - "frame-election-provider-support 28.0.0", - "frame-support 28.0.0", - "frame-system 28.0.0", - "log", - "pallet-election-provider-support-benchmarking 27.0.0", - "parity-scale-codec", - "rand", - "scale-info", - "sp-arithmetic 23.0.0", - "sp-core 28.0.0", - "sp-io 30.0.0", - "sp-npos-elections 26.0.0", - "sp-runtime 31.0.1", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", - "strum 0.24.1", ] [[package]] @@ -7608,257 +6980,222 @@ 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.0", - "frame-system 29.0.0", + "frame-benchmarking", + "frame-election-provider-support", + "frame-support", + "frame-system", "log", - "pallet-election-provider-support-benchmarking 28.0.0", + "pallet-election-provider-support-benchmarking", "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-arithmetic", + "sp-core", + "sp-io", + "sp-npos-elections", + "sp-runtime", "sp-std", "strum 0.24.1", ] -[[package]] -name = "pallet-election-provider-support-benchmarking" -version = "27.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "193a8592c5fd534d56d07b2abe14e830d23947fb66f31867083e4f3ef80c8caa" -dependencies = [ - "frame-benchmarking 28.0.0", - "frame-election-provider-support 28.0.0", - "frame-system 28.0.0", - "parity-scale-codec", - "sp-npos-elections 26.0.0", - "sp-runtime 31.0.1", - "sp-std", -] - [[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", + "frame-benchmarking", + "frame-election-provider-support", + "frame-system", "parity-scale-codec", - "sp-npos-elections 27.0.0", - "sp-runtime 32.0.0", + "sp-npos-elections", + "sp-runtime", "sp-std", ] [[package]] name = "pallet-encointer-balances" -version = "5.0.0" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3abd8385b727858b9eac996991bb6bc2967ee51a5f1bdfd178455f073b1985c5" +checksum = "d3e315674885628d9255be6ef76d3a50ef5dbaeaa377955d683754d5b6552a49" dependencies = [ "approx", "encointer-primitives", - "frame-benchmarking 28.0.0", - "frame-support 28.0.0", - "frame-system 28.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", - "pallet-asset-tx-payment 28.0.0", - "pallet-transaction-payment 28.0.0", + "pallet-asset-tx-payment", + "pallet-transaction-payment", "parity-scale-codec", "scale-info", - "sp-runtime 31.0.1", + "sp-runtime", "sp-std", ] [[package]] name = "pallet-encointer-bazaar" -version = "5.0.0" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59c2f8fd0131a9e1c997e9f634c04e40af131a1c62c75ecd22d4f2fe25d6d1c0" +checksum = "f9ef596e3cd3ef64c238452dbed148a6f021a1861ad9917183099b9ed59c2e55" dependencies = [ "encointer-primitives", - "frame-benchmarking 28.0.0", - "frame-support 28.0.0", - "frame-system 28.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "pallet-encointer-communities", "parity-scale-codec", "scale-info", - "sp-core 28.0.0", + "sp-core", "sp-std", ] [[package]] name = "pallet-encointer-bazaar-rpc-runtime-api" -version = "5.0.0" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ca4fe43766549ed1261113039bbe44bc4b429fdd32db2848213e1918587134d" +checksum = "ef7ad75291b1b151855c615a5cf4036f1468e22d635585f412d10e0453a94948" dependencies = [ "encointer-primitives", - "frame-support 28.0.0", + "frame-support", "parity-scale-codec", - "sp-api 26.0.0", + "sp-api", "sp-std", ] [[package]] name = "pallet-encointer-ceremonies" -version = "5.0.0" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4638e64ecc2823182d42fb3e26f280c4f5c7c15a03e76de5a4471509268ef7e" +checksum = "91d55a3cd08fdce58f6a92b373decc3709e5908f490a6e2e59aee7036776a64b" dependencies = [ "encointer-ceremonies-assignment", "encointer-meetup-validation", "encointer-primitives", - "frame-benchmarking 28.0.0", - "frame-support 28.0.0", - "frame-system 28.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "pallet-encointer-balances", "pallet-encointer-communities", "pallet-encointer-scheduler", - "pallet-timestamp 27.0.0", + "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-application-crypto 30.0.0", - "sp-core 28.0.0", - "sp-io 30.0.0", - "sp-runtime 31.0.1", + "sp-application-crypto", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", ] [[package]] name = "pallet-encointer-ceremonies-rpc-runtime-api" -version = "5.0.0" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9649454f58e1ce8019d33b733ef82098d8830d3e629d13a73e25013246e59ce2" +checksum = "6a7655dd964c160eef8af3cc90a8acb235a4695530ff8e81df5176fd34107b84" dependencies = [ "encointer-primitives", - "frame-support 28.0.0", + "frame-support", "parity-scale-codec", - "sp-api 26.0.0", + "sp-api", "sp-std", ] [[package]] name = "pallet-encointer-communities" -version = "5.0.0" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f07f8f9108f2527999c88a935e3e8a4dff693dc41fe03ae537e0654f06d1e76b" +checksum = "4163b2b572515e0424d80deef6582e0b8663f75de2058394700ff0a1f7f5dd2f" dependencies = [ "encointer-primitives", - "frame-benchmarking 28.0.0", - "frame-support 28.0.0", - "frame-system 28.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "pallet-encointer-balances", "pallet-encointer-scheduler", "parity-scale-codec", "scale-info", - "sp-io 30.0.0", - "sp-runtime 31.0.1", + "sp-io", + "sp-runtime", "sp-std", ] [[package]] name = "pallet-encointer-communities-rpc-runtime-api" -version = "5.0.0" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49b6fc07a3baa660dd2522b00c8ca9959fd56145852c84700c83472c0328c061" +checksum = "fc071c9227da132fe57ad496e615695ebcd6a892cc5d2a66d79eb4c3fac5902a" dependencies = [ "encointer-primitives", "parity-scale-codec", - "sp-api 26.0.0", + "sp-api", "sp-std", ] [[package]] name = "pallet-encointer-faucet" -version = "5.0.0" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12f315745473e6572629cf27cf41f29994b945116b516b2fb6503ab7bb784f05" +checksum = "86e8faead921402e8ebd73272054a0974af2526e30e74bfb43fccb077aa93149" dependencies = [ "approx", "encointer-primitives", - "frame-benchmarking 28.0.0", - "frame-support 28.0.0", - "frame-system 28.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "pallet-encointer-communities", "pallet-encointer-reputation-commitments", - "pallet-treasury 27.0.0", + "pallet-treasury", "parity-scale-codec", "scale-info", - "sp-core 28.0.0", - "sp-runtime 31.0.1", + "sp-core", + "sp-runtime", "sp-std", ] [[package]] name = "pallet-encointer-reputation-commitments" -version = "5.0.0" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f89a194a51ec7326ac10908ea4a8840270a9bc0c3a12ae80cea46995f49c73d" +checksum = "5777f365c18c93579880107b08299e77c85254076501130891a71b9be018690a" dependencies = [ "approx", "encointer-primitives", - "frame-benchmarking 28.0.0", - "frame-support 28.0.0", - "frame-system 28.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "pallet-encointer-ceremonies", "pallet-encointer-communities", "pallet-encointer-scheduler", - "pallet-timestamp 27.0.0", + "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-core 28.0.0", - "sp-runtime 31.0.1", + "sp-core", + "sp-runtime", "sp-std", ] [[package]] name = "pallet-encointer-scheduler" -version = "5.0.0" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d5804270f9ad33a67317bd52be71eca756d7307026ba399b096e1f3e330be4c" +checksum = "26dc40684ab501ad233e5e6da4215a546392b503837a004d97153c482aaa561c" dependencies = [ "encointer-primitives", - "frame-benchmarking 28.0.0", - "frame-support 28.0.0", - "frame-system 28.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "impl-trait-for-tuples", "log", - "pallet-timestamp 27.0.0", - "parity-scale-codec", - "scale-info", - "sp-runtime 31.0.1", - "sp-std", -] - -[[package]] -name = "pallet-fast-unstake" -version = "27.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd6e0b51b82075b046792cdde2d4a2f6c9301f3deba44c26d30ab152060b9028" -dependencies = [ - "docify", - "frame-benchmarking 28.0.0", - "frame-election-provider-support 28.0.0", - "frame-support 28.0.0", - "frame-system 28.0.0", - "log", + "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-io 30.0.0", - "sp-runtime 31.0.1", - "sp-staking 26.0.0", + "sp-runtime", "sp-std", ] @@ -7869,16 +7206,16 @@ 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.0", - "frame-system 29.0.0", + "frame-benchmarking", + "frame-election-provider-support", + "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-io", + "sp-runtime", + "sp-staking", "sp-std", ] @@ -7889,15 +7226,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "81f2b2f49d42832bfc2320fb34d606065c0fd1c326a65f9075e5edd354ed2be2" dependencies = [ "blake2 0.10.6", - "frame-benchmarking 29.0.0", - "frame-support 29.0.0", - "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-runtime 32.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", ] @@ -7907,39 +7244,21 @@ 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.0", - "frame-system 29.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", - "pallet-authorship 29.0.0", - "pallet-session 29.0.0", + "pallet-authorship", + "pallet-session", "parity-scale-codec", "scale-info", - "sp-application-crypto 31.0.0", + "sp-application-crypto", "sp-consensus-grandpa", - "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-std", -] - -[[package]] -name = "pallet-identity" -version = "28.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3259bb87d50529027fa40267c3662dc80c683f253f121f391c032b019c88fcb" -dependencies = [ - "enumflags2", - "frame-benchmarking 28.0.0", - "frame-support 28.0.0", - "frame-system 28.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-io 30.0.0", - "sp-runtime 31.0.1", + "sp-core", + "sp-io", + "sp-runtime", + "sp-session", + "sp-staking", "sp-std", ] @@ -7950,14 +7269,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e9e1cae19e30e7dc822c419988b30bb1318d79a8d5da92733822d0e84fe760ca" dependencies = [ "enumflags2", - "frame-benchmarking 29.0.0", - "frame-support 29.0.0", - "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-io", + "sp-runtime", "sp-std", ] @@ -7967,18 +7286,18 @@ 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.0", - "frame-system 29.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", - "pallet-authorship 29.0.0", + "pallet-authorship", "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-application-crypto", + "sp-core", + "sp-io", + "sp-runtime", + "sp-staking", "sp-std", ] @@ -7988,70 +7307,49 @@ 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.0", - "frame-system 29.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-core 29.0.0", - "sp-io 31.0.0", + "sp-core", + "sp-io", "sp-keyring", - "sp-runtime 32.0.0", + "sp-runtime", "sp-std", ] [[package]] name = "pallet-insecure-randomness-collective-flip" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e3812708354757694bf127a89ab043ce80b2016a3b4d1eda2f762fbc4da9904" +checksum = "d2d1abf59195719d739c65178f65f7fda6ddd0eaacd8e2273ca44f3a9b86d27a" dependencies = [ - "frame-support 28.0.0", - "frame-system 28.0.0", + "frame-support", + "frame-system", "parity-scale-codec", "safe-mix", "scale-info", - "sp-runtime 31.0.1", + "sp-runtime", "sp-std", ] [[package]] name = "pallet-membership" -version = "28.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bc2dfdff5a7e5b21355b34245312ba2ea687444d9003960e7b876e1df518dab" -dependencies = [ - "frame-benchmarking 28.0.0", - "frame-support 28.0.0", - "frame-system 28.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-core 28.0.0", - "sp-io 30.0.0", - "sp-runtime 31.0.1", - "sp-std", -] - -[[package]] -name = "pallet-message-queue" -version = "31.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab6302efb264a65fd175f3082b72004df125f646a3c68b72fd08e657a468c0d6" +checksum = "ad901cdf3de23daf23ff8b092ab318b13faebfc1aa4d84263f2fdc84feaf3e9b" dependencies = [ - "environmental", - "frame-benchmarking 28.0.0", - "frame-support 28.0.0", - "frame-system 28.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-arithmetic 23.0.0", - "sp-core 28.0.0", - "sp-io 30.0.0", - "sp-runtime 31.0.1", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", - "sp-weights 27.0.0", ] [[package]] @@ -8061,18 +7359,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9ccb23dee70b184a214d729db550117a0965a69107d466d35181d60a6feede38" dependencies = [ "environmental", - "frame-benchmarking 29.0.0", - "frame-support 29.0.0", - "frame-system 29.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "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-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", - "sp-weights 28.0.0", + "sp-weights", ] [[package]] @@ -8081,16 +7379,16 @@ 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.0", - "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-core", + "sp-io", "sp-mmr-primitives", - "sp-runtime 32.0.0", + "sp-runtime", "sp-std", ] @@ -8100,14 +7398,14 @@ 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.0", - "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-io", + "sp-runtime", "sp-std", ] @@ -8117,15 +7415,15 @@ version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e4225c31beb3a10235dd165c78f340c344ee78f6ebccd7c99d62a71fb76d2e39" dependencies = [ - "frame-benchmarking 29.0.0", - "frame-support 29.0.0", - "frame-system 29.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", - "pallet-assets 30.0.0", + "pallet-assets", "pallet-nfts", "parity-scale-codec", "scale-info", - "sp-runtime 32.0.0", + "sp-runtime", "sp-std", ] @@ -8136,15 +7434,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3a8978bd9c43ac5ebaa7a26e5bd0c130b037d7cde97189e1a62fa64e5ee1ef1" dependencies = [ "enumflags2", - "frame-benchmarking 29.0.0", - "frame-support 29.0.0", - "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-runtime 32.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", ] @@ -8156,7 +7454,7 @@ checksum = "c412ca82207d43e651ef80a3be837220b82ad0d6c3174922c369ef301ea0e5af" dependencies = [ "pallet-nfts", "parity-scale-codec", - "sp-api 27.0.0", + "sp-api", "sp-std", ] @@ -8166,14 +7464,14 @@ version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32a64a0e80dec2c60d5962dd249061a47dc4356db440f26cdec50b8acaded1d3" dependencies = [ - "frame-benchmarking 29.0.0", - "frame-support 29.0.0", - "frame-system 29.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-arithmetic 24.0.0", - "sp-core 29.0.0", - "sp-runtime 32.0.0", + "sp-arithmetic", + "sp-core", + "sp-runtime", "sp-std", ] @@ -8183,16 +7481,16 @@ version = "26.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0f14519c1c613d2f8c95c27015864c11a37969a23deeba9f6dbaff4276e1b81c" dependencies = [ - "frame-support 29.0.0", - "frame-system 29.0.0", + "frame-support", + "frame-system", "log", - "pallet-balances 29.0.0", + "pallet-balances", "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-core", + "sp-io", + "sp-runtime", + "sp-staking", "sp-std", "sp-tracing", ] @@ -8203,18 +7501,18 @@ 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.0", - "frame-system 29.0.0", + "frame-benchmarking", + "frame-election-provider-support", + "frame-support", + "frame-system", "pallet-bags-list", "pallet-nomination-pools", - "pallet-staking 29.0.0", + "pallet-staking", "parity-scale-codec", "scale-info", - "sp-runtime 32.0.0", - "sp-runtime-interface 25.0.0", - "sp-staking 27.0.0", + "sp-runtime", + "sp-runtime-interface", + "sp-staking", "sp-std", ] @@ -8226,7 +7524,7 @@ checksum = "bc5b35e6c471a669437b987ff02e11e2283412c9ebaeec5334dec3f73bcea652" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", - "sp-api 27.0.0", + "sp-api", "sp-std", ] @@ -8236,15 +7534,15 @@ version = "28.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "60b5bcfdc4f6032d7570929094fd459de12d840c440c395fb4d365d679e13eda" dependencies = [ - "frame-support 29.0.0", - "frame-system 29.0.0", + "frame-support", + "frame-system", "log", - "pallet-balances 29.0.0", + "pallet-balances", "parity-scale-codec", "scale-info", "serde", - "sp-runtime 32.0.0", - "sp-staking 27.0.0", + "sp-runtime", + "sp-staking", "sp-std", ] @@ -8254,22 +7552,22 @@ 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.0", - "frame-system 29.0.0", + "frame-benchmarking", + "frame-election-provider-support", + "frame-support", + "frame-system", "log", - "pallet-babe 29.0.0", - "pallet-balances 29.0.0", + "pallet-babe", + "pallet-balances", "pallet-grandpa", "pallet-im-online", "pallet-offences", - "pallet-session 29.0.0", - "pallet-staking 29.0.0", + "pallet-session", + "pallet-staking", "parity-scale-codec", "scale-info", - "sp-runtime 32.0.0", - "sp-staking 27.0.0", + "sp-runtime", + "sp-staking", "sp-std", ] @@ -8279,31 +7577,15 @@ 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.0", - "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-runtime 32.0.0", - "sp-std", -] - -[[package]] -name = "pallet-proxy" -version = "28.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3162924576a70509136eb4d8513497fb640a8b3ea753883fe29bd454c511485" -dependencies = [ - "frame-benchmarking 28.0.0", - "frame-support 28.0.0", - "frame-system 28.0.0", - "parity-scale-codec", - "scale-info", - "sp-io 30.0.0", - "sp-runtime 31.0.1", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", ] @@ -8313,13 +7595,13 @@ 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.0", - "frame-system 29.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-io 31.0.0", - "sp-runtime 32.0.0", + "sp-io", + "sp-runtime", "sp-std", ] @@ -8329,17 +7611,17 @@ version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3733dbfc44d8f5e1a08287a9064e5794e9d0e92b1bd68cdad2e22202b1964528" dependencies = [ - "frame-benchmarking 29.0.0", - "frame-support 29.0.0", - "frame-system 29.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "impl-trait-for-tuples", "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-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", ] @@ -8349,13 +7631,13 @@ version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "797b554ddc87082c18223440d61a81cf35ccab6573321ce473a099e7a709a760" dependencies = [ - "frame-benchmarking 29.0.0", - "frame-support 29.0.0", - "frame-system 29.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-io 31.0.0", - "sp-runtime 32.0.0", + "sp-io", + "sp-runtime", "sp-std", ] @@ -8366,16 +7648,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "da850889e7101b63cadb980b7f39df67feb6d63bc6092769b9b708e9eb596db1" dependencies = [ "assert_matches", - "frame-benchmarking 29.0.0", - "frame-support 29.0.0", - "frame-system 29.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic 24.0.0", - "sp-io 31.0.0", - "sp-runtime 32.0.0", + "sp-arithmetic", + "sp-io", + "sp-runtime", "sp-std", ] @@ -8385,78 +7667,37 @@ version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "433048af0ba0aae9f8c5a03e3b1b54b6628809a7d2af671a9c0cc54611dae093" dependencies = [ - "frame-benchmarking 29.0.0", - "frame-support 29.0.0", - "frame-system 29.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "pallet-ranked-collective", "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-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", ] [[package]] name = "pallet-scheduler" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc26a27b77170c18261af7be04a6569e3d0d58788255b9f283ccd089aac37887" +checksum = "45e2a4ebe6a5f98b14a26deed8d7a1ea28bb2c2d3ad4d6dc129a725523a2042d" dependencies = [ "docify", - "frame-support 28.0.0", - "frame-system 28.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-io 30.0.0", - "sp-runtime 31.0.1", + "sp-io", + "sp-runtime", "sp-std", - "sp-weights 27.0.0", -] - -[[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.0", - "frame-system 29.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-io 31.0.0", - "sp-runtime 32.0.0", - "sp-std", - "sp-weights 28.0.0", -] - -[[package]] -name = "pallet-session" -version = "28.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e23ca2bfcffb5194de952050557bdd1fe9bce18b2bc81e8f8c01c8a3c3c3e5d8" -dependencies = [ - "frame-support 28.0.0", - "frame-system 28.0.0", - "impl-trait-for-tuples", - "log", - "pallet-timestamp 27.0.0", - "parity-scale-codec", - "scale-info", - "sp-core 28.0.0", - "sp-io 30.0.0", - "sp-runtime 31.0.1", - "sp-session 27.0.0", - "sp-staking 26.0.0", - "sp-state-machine 0.35.0", - "sp-std", - "sp-trie 29.0.0", + "sp-weights", ] [[package]] @@ -8465,21 +7706,21 @@ version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7412ac59247b300feee53709f7009a23d1c6f8c70528599f48f44e102d896d03" dependencies = [ - "frame-support 29.0.0", - "frame-system 29.0.0", + "frame-support", + "frame-system", "impl-trait-for-tuples", "log", - "pallet-timestamp 28.0.0", + "pallet-timestamp", "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-core", + "sp-io", + "sp-runtime", + "sp-session", + "sp-staking", + "sp-state-machine", "sp-std", - "sp-trie 30.0.0", + "sp-trie", ] [[package]] @@ -8488,15 +7729,15 @@ 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.0", - "frame-system 29.0.0", - "pallet-session 29.0.0", - "pallet-staking 29.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", + "pallet-session", + "pallet-staking", "parity-scale-codec", "rand", - "sp-runtime 32.0.0", - "sp-session 28.0.0", + "sp-runtime", + "sp-session", "sp-std", ] @@ -8506,40 +7747,16 @@ version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dba64f96619c25ae7a0b41f4a5111c2d3102e8b8c6cbce80ece6955e825f9de2" dependencies = [ - "frame-benchmarking 29.0.0", - "frame-support 29.0.0", - "frame-system 29.0.0", - "log", - "parity-scale-codec", - "rand_chacha 0.2.2", - "scale-info", - "sp-arithmetic 24.0.0", - "sp-io 31.0.0", - "sp-runtime 32.0.0", - "sp-std", -] - -[[package]] -name = "pallet-staking" -version = "28.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8883bbca2bd6ee41f81382418372ce44fd771ac53591ce9be4018ea43f8c5eda" -dependencies = [ - "frame-benchmarking 28.0.0", - "frame-election-provider-support 28.0.0", - "frame-support 28.0.0", - "frame-system 28.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", - "pallet-authorship 28.0.0", - "pallet-session 28.0.0", "parity-scale-codec", "rand_chacha 0.2.2", "scale-info", - "serde", - "sp-application-crypto 30.0.0", - "sp-io 30.0.0", - "sp-runtime 31.0.1", - "sp-staking 26.0.0", + "sp-arithmetic", + "sp-io", + "sp-runtime", "sp-std", ] @@ -8549,21 +7766,21 @@ version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3a94127295cf027a26e933ea6788b0824e9fedd90740013673e2d36b5d707efe" dependencies = [ - "frame-benchmarking 29.0.0", - "frame-election-provider-support 29.0.0", - "frame-support 29.0.0", - "frame-system 29.0.0", + "frame-benchmarking", + "frame-election-provider-support", + "frame-support", + "frame-system", "log", - "pallet-authorship 29.0.0", - "pallet-session 29.0.0", + "pallet-authorship", + "pallet-session", "parity-scale-codec", "rand_chacha 0.2.2", "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-application-crypto", + "sp-io", + "sp-runtime", + "sp-staking", "sp-std", ] @@ -8579,16 +7796,6 @@ dependencies = [ "syn 2.0.48", ] -[[package]] -name = "pallet-staking-reward-fn" -version = "19.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e23336e4da87101633f95f9932946564c926ca7f87499654b38923b1579c605e" -dependencies = [ - "log", - "sp-arithmetic 23.0.0", -] - [[package]] name = "pallet-staking-reward-fn" version = "20.0.0" @@ -8596,7 +7803,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "505d45e08bad052f55fb51f00a6b6244d23ee46ffdc8091f6cddf4e3a880319d" dependencies = [ "log", - "sp-arithmetic 24.0.0", + "sp-arithmetic", ] [[package]] @@ -8606,8 +7813,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "237d7b5a10cb6cba727c3e957fb241776302aa3cce589e6759ba53f50129c1a5" dependencies = [ "parity-scale-codec", - "sp-api 27.0.0", - "sp-staking 27.0.0", + "sp-api", + "sp-staking", ] [[package]] @@ -8616,15 +7823,15 @@ 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.0", - "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-runtime 32.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", ] @@ -8635,35 +7842,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b6d02f7855d411913e77e57126f4a8b8a32d90d9bf47d0b747e367a1301729c3" dependencies = [ "docify", - "frame-benchmarking 29.0.0", - "frame-support 29.0.0", - "frame-system 29.0.0", - "parity-scale-codec", - "scale-info", - "sp-io 31.0.0", - "sp-runtime 32.0.0", - "sp-std", -] - -[[package]] -name = "pallet-timestamp" -version = "27.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "688b89bdd377609b592bd094b304ebca33f4767fe72935465e2fd7db0e797968" -dependencies = [ - "docify", - "frame-benchmarking 28.0.0", - "frame-support 28.0.0", - "frame-system 28.0.0", - "log", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-inherents 26.0.0", - "sp-io 30.0.0", - "sp-runtime 31.0.1", + "sp-io", + "sp-runtime", "sp-std", - "sp-storage 19.0.0", - "sp-timestamp 26.0.0", ] [[package]] @@ -8673,35 +7859,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c1b8810ddfb254c7fb8cd7698229cce513d309a43ff117b38798dae6120f477b" dependencies = [ "docify", - "frame-benchmarking 29.0.0", - "frame-support 29.0.0", - "frame-system 29.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-inherents 27.0.0", - "sp-io 31.0.0", - "sp-runtime 32.0.0", - "sp-std", - "sp-storage 20.0.0", - "sp-timestamp 27.0.0", -] - -[[package]] -name = "pallet-transaction-payment" -version = "28.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18b4ca7a1af9b1f091900a354a96319c7614d7a32106ba86cb7f0b6f90239065" -dependencies = [ - "frame-support 28.0.0", - "frame-system 28.0.0", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 28.0.0", - "sp-io 30.0.0", - "sp-runtime 31.0.1", + "sp-inherents", + "sp-io", + "sp-runtime", "sp-std", + "sp-storage", + "sp-timestamp", ] [[package]] @@ -8710,14 +7879,14 @@ version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39f690f5c287ad34b28ca951ef7fae80b08cc9218d970723b7a70e4d29396872" dependencies = [ - "frame-support 29.0.0", - "frame-system 29.0.0", + "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-io", + "sp-runtime", "sp-std", ] @@ -8728,27 +7897,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "08ef209d2d5d077e325bf49b024fd2eff109a5c2ca0d84ce0d50a65839e6b026" dependencies = [ "jsonrpsee", - "pallet-transaction-payment-rpc-runtime-api 29.0.0", + "pallet-transaction-payment-rpc-runtime-api", "parity-scale-codec", - "sp-api 27.0.0", + "sp-api", "sp-blockchain", - "sp-core 29.0.0", + "sp-core", "sp-rpc", - "sp-runtime 32.0.0", - "sp-weights 28.0.0", -] - -[[package]] -name = "pallet-transaction-payment-rpc-runtime-api" -version = "28.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "acdfd7c882439b8198c99ece57b5bf785965545a6fa6d0bb7b56b264df1e437a" -dependencies = [ - "pallet-transaction-payment 28.0.0", - "parity-scale-codec", - "sp-api 26.0.0", - "sp-runtime 31.0.1", - "sp-weights 27.0.0", + "sp-runtime", + "sp-weights", ] [[package]] @@ -8757,31 +7913,11 @@ version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c78bcba80c7c61712b98a6b5640975ebd25ceb688c18e975af78a0fac81785b0" dependencies = [ - "pallet-transaction-payment 29.0.0", - "parity-scale-codec", - "sp-api 27.0.0", - "sp-runtime 32.0.0", - "sp-weights 28.0.0", -] - -[[package]] -name = "pallet-treasury" -version = "27.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a75cb7498228e1a150fa09ce64acafe7105ff39b75dae1c266ba58b7e3eb225e" -dependencies = [ - "docify", - "frame-benchmarking 28.0.0", - "frame-support 28.0.0", - "frame-system 28.0.0", - "impl-trait-for-tuples", - "pallet-balances 28.0.0", + "pallet-transaction-payment", "parity-scale-codec", - "scale-info", - "serde", - "sp-core 28.0.0", - "sp-runtime 31.0.1", - "sp-std", + "sp-api", + "sp-runtime", + "sp-weights", ] [[package]] @@ -8791,16 +7927,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1605eb5083a2cd172544f33c6e59eca2e23ac49f02f13d1562b1b8a409df9c60" dependencies = [ "docify", - "frame-benchmarking 29.0.0", - "frame-support 29.0.0", - "frame-system 29.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "impl-trait-for-tuples", - "pallet-balances 29.0.0", + "pallet-balances", "parity-scale-codec", "scale-info", "serde", - "sp-core 29.0.0", - "sp-runtime 32.0.0", + "sp-core", + "sp-runtime", "sp-std", ] @@ -8810,30 +7946,13 @@ 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.0", - "frame-system 29.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-runtime 32.0.0", - "sp-std", -] - -[[package]] -name = "pallet-utility" -version = "28.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "384c1d740c019410f6b40586cc387726c2e3c417c0e3e6f7e4774cd46bc6c1d0" -dependencies = [ - "frame-benchmarking 28.0.0", - "frame-support 28.0.0", - "frame-system 28.0.0", - "parity-scale-codec", - "scale-info", - "sp-core 28.0.0", - "sp-io 30.0.0", - "sp-runtime 31.0.1", + "sp-runtime", "sp-std", ] @@ -8843,30 +7962,14 @@ 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.0", - "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-vesting" -version = "28.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55f3ac517a10c14beee86a737b9ea5d592af9ab21cc5354474bc5f7019210358" -dependencies = [ - "frame-benchmarking 28.0.0", - "frame-support 28.0.0", - "frame-system 28.0.0", - "log", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-runtime 31.0.1", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", ] @@ -8876,13 +7979,13 @@ version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4525f3038cdf078fea39d913c563ca626f09a615e7724f0c9eac97743c75ff44" dependencies = [ - "frame-benchmarking 29.0.0", - "frame-support 29.0.0", - "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", ] @@ -8892,38 +7995,14 @@ version = "28.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "da0ad4ce05688bdddcdb682cbed2f3edff0ee5349f0b745ebacc27d179582432" dependencies = [ - "frame-benchmarking 29.0.0", - "frame-support 29.0.0", - "frame-system 29.0.0", - "parity-scale-codec", - "scale-info", - "sp-api 27.0.0", - "sp-runtime 32.0.0", - "sp-std", -] - -[[package]] -name = "pallet-xcm" -version = "7.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cee3520e03ac679125e8dcaa00ce4afeeb106a9623e79b5acf970d72af7f5d02" -dependencies = [ - "bounded-collections 0.1.9", - "frame-benchmarking 28.0.0", - "frame-support 28.0.0", - "frame-system 28.0.0", - "log", - "pallet-balances 28.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "serde", - "sp-core 28.0.0", - "sp-io 30.0.0", - "sp-runtime 31.0.1", + "sp-api", + "sp-runtime", "sp-std", - "staging-xcm 7.0.0", - "staging-xcm-builder 7.0.3", - "staging-xcm-executor 7.0.3", ] [[package]] @@ -8932,42 +8011,22 @@ version = "8.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2b0bade2eb6ce40af35a5af150692b4e150638f7f68c15735ab9cdf79650d68e" dependencies = [ - "bounded-collections 0.2.0", - "frame-benchmarking 29.0.0", - "frame-support 29.0.0", - "frame-system 29.0.0", + "bounded-collections", + "frame-benchmarking", + "frame-support", + "frame-system", "log", - "pallet-balances 29.0.0", + "pallet-balances", "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.0", - "staging-xcm-builder 8.0.1", - "staging-xcm-executor 8.0.1", -] - -[[package]] -name = "pallet-xcm-benchmarks" -version = "7.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da15171c2dc870ad636fcdb16d9aa37eb84cfe6001c3f1c77cf2c97446ebfbe5" -dependencies = [ - "frame-benchmarking 28.0.0", - "frame-support 28.0.0", - "frame-system 28.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-io 30.0.0", - "sp-runtime 31.0.1", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", - "staging-xcm 7.0.0", - "staging-xcm-builder 7.0.3", - "staging-xcm-executor 7.0.3", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", ] [[package]] @@ -8976,18 +8035,18 @@ 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.0", - "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-io", + "sp-runtime", "sp-std", - "staging-xcm 8.0.0", - "staging-xcm-builder 8.0.1", - "staging-xcm-executor 8.0.1", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", ] [[package]] @@ -9000,18 +8059,18 @@ dependencies = [ "bp-runtime", "bp-xcm-bridge-hub", "bridge-runtime-common", - "frame-support 29.0.0", - "frame-system 29.0.0", + "frame-support", + "frame-system", "log", "pallet-bridge-messages", "parity-scale-codec", "scale-info", - "sp-core 29.0.0", - "sp-runtime 32.0.0", + "sp-core", + "sp-runtime", "sp-std", - "staging-xcm 8.0.0", - "staging-xcm-builder 8.0.1", - "staging-xcm-executor 8.0.1", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", ] [[package]] @@ -9020,56 +8079,18 @@ 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.0", - "frame-system 29.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-core 29.0.0", - "sp-runtime 32.0.0", - "sp-std", - "staging-xcm 8.0.0", - "staging-xcm-builder 8.0.1", -] - -[[package]] -name = "parachains-common" -version = "7.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ceadd4f51620023871ece5eeda64734acd17d84d49b45473d335e900a012fdde" -dependencies = [ - "cumulus-primitives-core 0.7.0", - "cumulus-primitives-utility 0.7.3", - "frame-support 28.0.0", - "frame-system 28.0.0", + "bp-xcm-bridge-hub-router", + "frame-benchmarking", + "frame-support", + "frame-system", "log", - "num-traits", - "pallet-asset-tx-payment 28.0.0", - "pallet-assets 29.0.0", - "pallet-authorship 28.0.0", - "pallet-balances 28.0.0", - "pallet-collator-selection 9.0.0", - "pallet-message-queue 31.0.0", - "pallet-xcm 7.0.0", "parity-scale-codec", - "polkadot-core-primitives 7.0.0", - "polkadot-primitives 7.0.0", - "rococo-runtime-constants 7.0.0", "scale-info", - "smallvec", - "sp-consensus-aura 0.32.0", - "sp-core 28.0.0", - "sp-io 30.0.0", - "sp-runtime 31.0.1", + "sp-core", + "sp-runtime", "sp-std", - "staging-parachain-info 0.7.0", - "staging-xcm 7.0.0", - "staging-xcm-builder 7.0.3", - "staging-xcm-executor 7.0.3", - "substrate-wasm-builder 17.0.0", - "westend-runtime-constants 7.0.0", + "staging-xcm", + "staging-xcm-builder", ] [[package]] @@ -9078,30 +8099,30 @@ version = "8.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d34aa00981a24a2b772afaa49e258f9bcd6bb372db060a05614becc1c74d4456" dependencies = [ - "cumulus-primitives-core 0.8.0", - "cumulus-primitives-utility 0.8.1", - "frame-support 29.0.0", - "frame-system 29.0.0", + "cumulus-primitives-core", + "cumulus-primitives-utility", + "frame-support", + "frame-system", "log", - "pallet-asset-tx-payment 29.0.0", - "pallet-assets 30.0.0", - "pallet-authorship 29.0.0", - "pallet-balances 29.0.0", - "pallet-collator-selection 10.0.0", - "pallet-message-queue 32.0.0", - "pallet-xcm 8.0.1", + "pallet-asset-tx-payment", + "pallet-assets", + "pallet-authorship", + "pallet-balances", + "pallet-collator-selection", + "pallet-message-queue", + "pallet-xcm", "parity-scale-codec", - "polkadot-primitives 8.0.1", + "polkadot-primitives", "scale-info", - "sp-consensus-aura 0.33.0", - "sp-core 29.0.0", - "sp-io 31.0.0", - "sp-runtime 32.0.0", + "sp-consensus-aura", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", - "staging-parachain-info 0.8.0", - "staging-xcm 8.0.0", - "staging-xcm-executor 8.0.1", - "substrate-wasm-builder 18.0.0", + "staging-parachain-info", + "staging-xcm", + "staging-xcm-executor", + "substrate-wasm-builder", ] [[package]] @@ -9110,29 +8131,29 @@ version = "8.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d295b9c391ce15f68ddcd7b0d428eb2d3338643a4d1f471b3dd8a15538865e17" dependencies = [ - "cumulus-pallet-parachain-system 0.8.1", - "cumulus-pallet-xcmp-queue 0.8.0", - "cumulus-primitives-core 0.8.0", - "cumulus-primitives-parachain-inherent 0.8.0", + "cumulus-pallet-parachain-system", + "cumulus-pallet-xcmp-queue", + "cumulus-primitives-core", + "cumulus-primitives-parachain-inherent", "cumulus-test-relay-sproof-builder", - "frame-support 29.0.0", - "frame-system 29.0.0", - "pallet-balances 29.0.0", - "pallet-collator-selection 10.0.0", - "pallet-session 29.0.0", - "pallet-xcm 8.0.1", - "parity-scale-codec", - "polkadot-parachain-primitives 7.0.0", - "sp-consensus-aura 0.33.0", - "sp-core 29.0.0", - "sp-io 31.0.0", - "sp-runtime 32.0.0", + "frame-support", + "frame-system", + "pallet-balances", + "pallet-collator-selection", + "pallet-session", + "pallet-xcm", + "parity-scale-codec", + "polkadot-parachain-primitives", + "sp-consensus-aura", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", "sp-tracing", - "staging-parachain-info 0.8.0", - "staging-xcm 8.0.0", - "staging-xcm-executor 8.0.1", - "substrate-wasm-builder 18.0.0", + "staging-parachain-info", + "staging-xcm", + "staging-xcm-executor", + "substrate-wasm-builder", ] [[package]] @@ -9318,14 +8339,14 @@ dependencies = [ name = "penpal-emulated-chain" version = "1.0.0" dependencies = [ - "cumulus-primitives-core 0.8.0", + "cumulus-primitives-core", "emulated-integration-tests-common", - "frame-support 29.0.0", + "frame-support", "kusama-emulated-chain", - "parachains-common 8.0.0", + "parachains-common", "penpal-runtime", "polkadot-emulated-chain", - "sp-core 29.0.0", + "sp-core", ] [[package]] @@ -9335,59 +8356,59 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c804f33306e47153a4bad6a9cd33bbd537fa4b5f9434d505c8a6fc321a0bb71a" dependencies = [ "assets-common", - "cumulus-pallet-aura-ext 0.8.0", - "cumulus-pallet-parachain-system 0.8.1", + "cumulus-pallet-aura-ext", + "cumulus-pallet-parachain-system", "cumulus-pallet-session-benchmarking", - "cumulus-pallet-xcm 0.8.0", - "cumulus-pallet-xcmp-queue 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-support 29.0.0", - "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-tx-payment 29.0.0", - "pallet-assets 30.0.0", - "pallet-aura 28.0.0", - "pallet-authorship 29.0.0", - "pallet-balances 29.0.0", - "pallet-collator-selection 10.0.0", - "pallet-message-queue 32.0.0", - "pallet-session 29.0.0", + "cumulus-pallet-xcm", + "cumulus-pallet-xcmp-queue", + "cumulus-primitives-core", + "cumulus-primitives-utility", + "frame-benchmarking", + "frame-executive", + "frame-support", + "frame-system", + "frame-system-benchmarking", + "frame-system-rpc-runtime-api", + "frame-try-runtime", + "log", + "pallet-asset-tx-payment", + "pallet-assets", + "pallet-aura", + "pallet-authorship", + "pallet-balances", + "pallet-collator-selection", + "pallet-message-queue", + "pallet-session", "pallet-sudo", - "pallet-timestamp 28.0.0", - "pallet-transaction-payment 29.0.0", - "pallet-transaction-payment-rpc-runtime-api 29.0.0", - "pallet-xcm 8.0.1", - "parachains-common 8.0.0", + "pallet-timestamp", + "pallet-transaction-payment", + "pallet-transaction-payment-rpc-runtime-api", + "pallet-xcm", + "parachains-common", "parity-scale-codec", - "polkadot-parachain-primitives 7.0.0", - "polkadot-primitives 8.0.1", - "polkadot-runtime-common 8.0.1", + "polkadot-parachain-primitives", + "polkadot-primitives", + "polkadot-runtime-common", "scale-info", "smallvec", - "sp-api 27.0.0", - "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-offchain 27.0.0", - "sp-runtime 32.0.0", - "sp-session 28.0.0", - "sp-std", - "sp-storage 20.0.0", - "sp-transaction-pool 27.0.0", - "sp-version 30.0.0", - "staging-parachain-info 0.8.0", - "staging-xcm 8.0.0", - "staging-xcm-builder 8.0.1", - "staging-xcm-executor 8.0.1", - "substrate-wasm-builder 18.0.0", + "sp-api", + "sp-block-builder", + "sp-consensus-aura", + "sp-core", + "sp-genesis-builder", + "sp-inherents", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-std", + "sp-storage", + "sp-transaction-pool", + "sp-version", + "staging-parachain-info", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", + "substrate-wasm-builder", "testnet-parachains-constants", ] @@ -9528,7 +8549,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 8.0.1", + "polkadot-primitives", "rand", "tracing-gum", ] @@ -9545,7 +8566,7 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 8.0.1", + "polkadot-primitives", "rand", "tracing-gum", ] @@ -9565,11 +8586,11 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 8.0.1", + "polkadot-primitives", "rand", "schnellru", - "sp-core 29.0.0", - "sp-keystore 0.35.0", + "sp-core", + "sp-keystore", "thiserror", "tracing-gum", ] @@ -9589,7 +8610,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 8.0.1", + "polkadot-primitives", "rand", "sc-network", "schnellru", @@ -9612,28 +8633,15 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 8.0.1", - "sp-core 29.0.0", - "sp-keystore 0.35.0", - "sp-runtime 32.0.0", + "polkadot-primitives", + "sp-core", + "sp-keystore", + "sp-runtime", "thiserror", "tokio-util", "tracing-gum", ] -[[package]] -name = "polkadot-core-primitives" -version = "7.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bda2b0f0c580c38f12445a4af10e0a23acf48381b2a95653e0be48ba787e10e5" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-core 28.0.0", - "sp-runtime 31.0.1", - "sp-std", -] - [[package]] name = "polkadot-core-primitives" version = "8.0.0" @@ -9642,8 +8650,8 @@ checksum = "b6a08e4e014c853b252ecbbe3ccd67b2d33d78e46988d309b8cccf4ac06e25ef" dependencies = [ "parity-scale-codec", "scale-info", - "sp-core 29.0.0", - "sp-runtime 32.0.0", + "sp-core", + "sp-runtime", "sp-std", ] @@ -9664,11 +8672,11 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 8.0.1", + "polkadot-primitives", "sc-network", "schnellru", - "sp-application-crypto 31.0.0", - "sp-keystore 0.35.0", + "sp-application-crypto", + "sp-keystore", "thiserror", "tracing-gum", ] @@ -9679,17 +8687,17 @@ version = "1.0.0" dependencies = [ "emulated-integration-tests-common", "pallet-im-online", - "pallet-staking 29.0.0", - "parachains-common 8.0.0", - "polkadot-primitives 8.0.1", + "pallet-staking", + "parachains-common", + "polkadot-primitives", "polkadot-runtime", "polkadot-runtime-constants", "sc-consensus-grandpa", - "sp-authority-discovery 27.0.0", - "sp-consensus-babe 0.33.0", + "sp-authority-discovery", + "sp-consensus-babe", "sp-consensus-beefy", - "sp-core 29.0.0", - "sp-runtime 32.0.0", + "sp-core", + "sp-runtime", ] [[package]] @@ -9700,10 +8708,10 @@ checksum = "1b10514ace3272d38b602e1795a5a340b265285c4af875473d682a5c9d6c831c" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", - "polkadot-primitives 8.0.1", + "polkadot-primitives", "reed-solomon-novelpoly", - "sp-core 29.0.0", - "sp-trie 30.0.0", + "sp-core", + "sp-trie", "thiserror", ] @@ -9718,15 +8726,15 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 8.0.1", + "polkadot-primitives", "rand", "rand_chacha 0.3.1", "sc-network", "sc-network-common", - "sp-application-crypto 31.0.0", - "sp-core 29.0.0", + "sp-application-crypto", + "sp-core", "sp-crypto-hashing", - "sp-keystore 0.35.0", + "sp-keystore", "tracing-gum", ] @@ -9747,7 +8755,7 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 8.0.1", + "polkadot-primitives", "sc-network", "sp-consensus", "thiserror", @@ -9766,8 +8774,8 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 8.0.1", - "sp-core 29.0.0", + "polkadot-primitives", + "sp-core", "sp-maybe-compressed-blob", "thiserror", "tracing-gum", @@ -9792,17 +8800,17 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 8.0.1", + "polkadot-primitives", "rand", "rand_chacha 0.3.1", "rand_core 0.6.4", "sc-keystore", "schnellru", "schnorrkel 0.11.4", - "sp-application-crypto 31.0.0", + "sp-application-crypto", "sp-consensus", - "sp-consensus-slots 0.33.0", - "sp-runtime 32.0.0", + "sp-consensus-slots", + "sp-runtime", "thiserror", "tracing-gum", ] @@ -9824,7 +8832,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 8.0.1", + "polkadot-primitives", "sp-consensus", "thiserror", "tracing-gum", @@ -9843,10 +8851,10 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 8.0.1", + "polkadot-primitives", "polkadot-statement-table", "schnellru", - "sp-keystore 0.35.0", + "sp-keystore", "thiserror", "tracing-gum", ] @@ -9860,8 +8868,8 @@ dependencies = [ "futures", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 8.0.1", - "sp-keystore 0.35.0", + "polkadot-primitives", + "sp-keystore", "thiserror", "tracing-gum", "wasm-timer", @@ -9883,8 +8891,8 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-parachain-primitives 7.0.0", - "polkadot-primitives 8.0.1", + "polkadot-parachain-primitives", + "polkadot-primitives", "sp-maybe-compressed-blob", "tracing-gum", ] @@ -9917,7 +8925,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 8.0.1", + "polkadot-primitives", "thiserror", "tracing-gum", ] @@ -9935,7 +8943,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 8.0.1", + "polkadot-primitives", "sc-keystore", "schnellru", "thiserror", @@ -9953,9 +8961,9 @@ dependencies = [ "futures-timer", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 8.0.1", + "polkadot-primitives", "sp-blockchain", - "sp-inherents 27.0.0", + "sp-inherents", "thiserror", "tracing-gum", ] @@ -9973,7 +8981,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 8.0.1", + "polkadot-primitives", "thiserror", "tracing-gum", ] @@ -9991,7 +8999,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 8.0.1", + "polkadot-primitives", "thiserror", "tracing-gum", ] @@ -10012,16 +9020,16 @@ dependencies = [ "libc", "parity-scale-codec", "pin-project", - "polkadot-core-primitives 8.0.0", + "polkadot-core-primitives", "polkadot-node-core-pvf-common", "polkadot-node-metrics", "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-parachain-primitives 7.0.0", - "polkadot-primitives 8.0.1", + "polkadot-parachain-primitives", + "polkadot-primitives", "rand", "slotmap", - "sp-core 29.0.0", + "sp-core", "sp-maybe-compressed-blob", "sp-wasm-interface", "tempfile", @@ -10041,8 +9049,8 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 8.0.1", - "sp-keystore 0.35.0", + "polkadot-primitives", + "sp-keystore", "thiserror", "tracing-gum", ] @@ -10060,16 +9068,16 @@ dependencies = [ "libc", "nix 0.27.1", "parity-scale-codec", - "polkadot-parachain-primitives 7.0.0", - "polkadot-primitives 8.0.1", + "polkadot-parachain-primitives", + "polkadot-primitives", "sc-executor", "sc-executor-common", "sc-executor-wasmtime", "seccompiler", - "sp-core 29.0.0", + "sp-core", "sp-crypto-hashing", - "sp-externalities 0.26.0", - "sp-io 31.0.0", + "sp-externalities", + "sp-io", "sp-tracing", "thiserror", "tracing-gum", @@ -10085,9 +9093,9 @@ dependencies = [ "polkadot-node-metrics", "polkadot-node-subsystem", "polkadot-node-subsystem-types", - "polkadot-primitives 8.0.1", + "polkadot-primitives", "schnellru", - "sp-consensus-babe 0.33.0", + "sp-consensus-babe", "tracing-gum", ] @@ -10103,9 +9111,9 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "polkadot-node-primitives", - "polkadot-primitives 8.0.1", + "polkadot-primitives", "sc-network", - "sp-core 29.0.0", + "sp-core", "thiserror", "tokio", ] @@ -10121,7 +9129,7 @@ dependencies = [ "futures-timer", "log", "parity-scale-codec", - "polkadot-primitives 8.0.1", + "polkadot-primitives", "prioritized-metered-channel", "sc-cli", "sc-service", @@ -10146,7 +9154,7 @@ dependencies = [ "parity-scale-codec", "polkadot-node-jaeger", "polkadot-node-primitives", - "polkadot-primitives 8.0.1", + "polkadot-primitives", "rand", "sc-authority-discovery", "sc-network", @@ -10165,16 +9173,16 @@ dependencies = [ "bounded-vec", "futures", "parity-scale-codec", - "polkadot-parachain-primitives 7.0.0", - "polkadot-primitives 8.0.1", + "polkadot-parachain-primitives", + "polkadot-primitives", "schnorrkel 0.11.4", "serde", - "sp-application-crypto 31.0.0", - "sp-consensus-babe 0.33.0", - "sp-core 29.0.0", - "sp-keystore 0.35.0", + "sp-application-crypto", + "sp-consensus-babe", + "sp-core", + "sp-keystore", "sp-maybe-compressed-blob", - "sp-runtime 32.0.0", + "sp-runtime", "thiserror", "zstd 0.12.4", ] @@ -10204,17 +9212,17 @@ dependencies = [ "polkadot-node-jaeger", "polkadot-node-network-protocol", "polkadot-node-primitives", - "polkadot-primitives 8.0.1", + "polkadot-primitives", "polkadot-statement-table", "sc-client-api", "sc-network", "sc-transaction-pool-api", "smallvec", - "sp-api 27.0.0", - "sp-authority-discovery 27.0.0", + "sp-api", + "sp-authority-discovery", "sp-blockchain", - "sp-consensus-babe 0.33.0", - "sp-runtime 32.0.0", + "sp-consensus-babe", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", ] @@ -10243,14 +9251,14 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-types", "polkadot-overseer", - "polkadot-primitives 8.0.1", + "polkadot-primitives", "prioritized-metered-channel", "rand", "sc-client-api", "schnellru", - "sp-application-crypto 31.0.0", - "sp-core 29.0.0", - "sp-keystore 0.35.0", + "sp-application-crypto", + "sp-core", + "sp-keystore", "thiserror", "tracing-gum", ] @@ -10270,75 +9278,30 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-primitives", "polkadot-node-subsystem-types", - "polkadot-primitives 8.0.1", + "polkadot-primitives", "sc-client-api", - "sp-api 27.0.0", - "sp-core 29.0.0", + "sp-api", + "sp-core", "tikv-jemalloc-ctl", "tracing-gum", ] -[[package]] -name = "polkadot-parachain-primitives" -version = "6.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b37c55955147479e7b2f3c2e5385db4846ac3e3b997cd4a4ad52344524b5447" -dependencies = [ - "bounded-collections 0.1.9", - "derive_more", - "parity-scale-codec", - "polkadot-core-primitives 7.0.0", - "scale-info", - "serde", - "sp-core 28.0.0", - "sp-runtime 31.0.1", - "sp-std", - "sp-weights 27.0.0", -] - [[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", + "bounded-collections", "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-primitives" -version = "7.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8aefd230a654f5b2aee18ebbd9c081835def0e1898ee6c018501dd77c18f5929" -dependencies = [ - "bitvec", - "hex-literal", - "parity-scale-codec", - "polkadot-core-primitives 7.0.0", - "polkadot-parachain-primitives 6.0.0", + "polkadot-core-primitives", "scale-info", "serde", - "sp-api 26.0.0", - "sp-application-crypto 30.0.0", - "sp-arithmetic 23.0.0", - "sp-authority-discovery 26.0.0", - "sp-consensus-slots 0.32.0", - "sp-core 28.0.0", - "sp-inherents 26.0.0", - "sp-io 30.0.0", - "sp-keystore 0.34.0", - "sp-runtime 31.0.1", - "sp-staking 26.0.0", + "sp-core", + "sp-runtime", "sp-std", + "sp-weights", ] [[package]] @@ -10351,21 +9314,21 @@ dependencies = [ "hex-literal", "log", "parity-scale-codec", - "polkadot-core-primitives 8.0.0", - "polkadot-parachain-primitives 7.0.0", + "polkadot-core-primitives", + "polkadot-parachain-primitives", "scale-info", "serde", - "sp-api 27.0.0", - "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-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", ] @@ -10378,7 +9341,7 @@ dependencies = [ "jsonrpsee", "mmr-rpc", "pallet-transaction-payment-rpc", - "polkadot-primitives 8.0.1", + "polkadot-primitives", "sc-chain-spec", "sc-client-api", "sc-consensus-babe", @@ -10392,13 +9355,13 @@ dependencies = [ "sc-rpc-spec-v2", "sc-sync-state-rpc", "sc-transaction-pool-api", - "sp-api 27.0.0", - "sp-block-builder 27.0.0", + "sp-api", + "sp-block-builder", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.33.0", - "sp-keystore 0.35.0", - "sp-runtime 32.0.0", + "sp-consensus-babe", + "sp-keystore", + "sp-runtime", "substrate-frame-rpc-system", "substrate-state-trie-migration-rpc", ] @@ -10408,35 +9371,35 @@ name = "polkadot-runtime" version = "1.0.0" dependencies = [ "binary-merkle-tree", - "frame-benchmarking 29.0.0", - "frame-election-provider-support 29.0.0", - "frame-executive 29.0.0", + "frame-benchmarking", + "frame-election-provider-support", + "frame-executive", "frame-remote-externalities", - "frame-support 29.0.0", - "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.0", - "pallet-authorship 29.0.0", - "pallet-babe 29.0.0", + "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 29.0.0", + "pallet-balances", "pallet-beefy", "pallet-beefy-mmr", "pallet-bounties", "pallet-child-bounties", "pallet-conviction-voting", - "pallet-election-provider-multi-phase 28.0.0", - "pallet-election-provider-support-benchmarking 28.0.0", - "pallet-fast-unstake 28.0.0", + "pallet-election-provider-multi-phase", + "pallet-election-provider-support-benchmarking", + "pallet-fast-unstake", "pallet-grandpa", - "pallet-identity 29.0.0", + "pallet-identity", "pallet-im-online", "pallet-indices", - "pallet-message-queue 32.0.0", + "pallet-message-queue", "pallet-mmr", "pallet-multisig", "pallet-nomination-pools", @@ -10445,116 +9408,63 @@ dependencies = [ "pallet-offences", "pallet-offences-benchmarking", "pallet-preimage", - "pallet-proxy 29.0.0", + "pallet-proxy", "pallet-referenda", - "pallet-scheduler 30.0.0", - "pallet-session 29.0.0", + "pallet-scheduler", + "pallet-session", "pallet-session-benchmarking", - "pallet-staking 29.0.0", + "pallet-staking", "pallet-staking-reward-curve", - "pallet-staking-reward-fn 20.0.0", + "pallet-staking-reward-fn", "pallet-staking-runtime-api", - "pallet-timestamp 28.0.0", - "pallet-transaction-payment 29.0.0", - "pallet-transaction-payment-rpc-runtime-api 29.0.0", - "pallet-treasury 28.0.0", - "pallet-utility 29.0.0", - "pallet-vesting 29.0.0", + "pallet-timestamp", + "pallet-transaction-payment", + "pallet-transaction-payment-rpc-runtime-api", + "pallet-treasury", + "pallet-utility", + "pallet-vesting", "pallet-whitelist", - "pallet-xcm 8.0.1", - "pallet-xcm-benchmarks 8.0.2", + "pallet-xcm", + "pallet-xcm-benchmarks", "parity-scale-codec", - "polkadot-primitives 8.0.1", - "polkadot-runtime-common 8.0.1", + "polkadot-primitives", + "polkadot-runtime-common", "polkadot-runtime-constants", - "polkadot-runtime-parachains 8.0.1", + "polkadot-runtime-parachains", "scale-info", "separator", "serde_json", - "sp-api 27.0.0", - "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-api", + "sp-application-crypto", + "sp-arithmetic", + "sp-authority-discovery", + "sp-block-builder", + "sp-consensus-babe", "sp-consensus-beefy", - "sp-core 29.0.0", + "sp-core", "sp-debug-derive", - "sp-genesis-builder 0.8.0", - "sp-inherents 27.0.0", - "sp-io 31.0.0", + "sp-genesis-builder", + "sp-inherents", + "sp-io", "sp-keyring", - "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-npos-elections", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-staking", "sp-std", - "sp-storage 20.0.0", + "sp-storage", "sp-tracing", - "sp-transaction-pool 27.0.0", - "sp-trie 30.0.0", - "sp-version 30.0.0", - "staging-xcm 8.0.0", - "staging-xcm-builder 8.0.1", - "staging-xcm-executor 8.0.1", - "substrate-wasm-builder 18.0.0", + "sp-transaction-pool", + "sp-trie", + "sp-version", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", + "substrate-wasm-builder", "tokio", ] -[[package]] -name = "polkadot-runtime-common" -version = "7.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4641a850b7415a42e56bd262aba243ed77a9280cb2b825a427c425bdc8961d70" -dependencies = [ - "bitvec", - "frame-benchmarking 28.0.0", - "frame-election-provider-support 28.0.0", - "frame-support 28.0.0", - "frame-system 28.0.0", - "impl-trait-for-tuples", - "libsecp256k1", - "log", - "pallet-asset-rate 7.0.0", - "pallet-authorship 28.0.0", - "pallet-babe 28.0.0", - "pallet-balances 28.0.0", - "pallet-broker 0.6.0", - "pallet-election-provider-multi-phase 27.0.0", - "pallet-fast-unstake 27.0.0", - "pallet-identity 28.0.0", - "pallet-session 28.0.0", - "pallet-staking 28.0.0", - "pallet-staking-reward-fn 19.0.0", - "pallet-timestamp 27.0.0", - "pallet-transaction-payment 28.0.0", - "pallet-treasury 27.0.0", - "pallet-vesting 28.0.0", - "pallet-xcm-benchmarks 7.0.4", - "parity-scale-codec", - "polkadot-primitives 7.0.0", - "polkadot-runtime-parachains 7.0.0", - "rustc-hex", - "scale-info", - "serde", - "serde_derive", - "slot-range-helper 7.0.0", - "sp-api 26.0.0", - "sp-core 28.0.0", - "sp-inherents 26.0.0", - "sp-io 30.0.0", - "sp-npos-elections 26.0.0", - "sp-runtime 31.0.1", - "sp-session 27.0.0", - "sp-staking 26.0.0", - "sp-std", - "staging-xcm 7.0.0", - "staging-xcm-builder 7.0.3", - "staging-xcm-executor 7.0.3", - "static_assertions", -] - [[package]] name = "polkadot-runtime-common" version = "8.0.1" @@ -10562,48 +9472,48 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "06afbb3bd10245ad1907242a98ddffc3c0c1e209738b8382bc5bcfc1f28c0429" dependencies = [ "bitvec", - "frame-benchmarking 29.0.0", - "frame-election-provider-support 29.0.0", - "frame-support 29.0.0", - "frame-system 29.0.0", + "frame-benchmarking", + "frame-election-provider-support", + "frame-support", + "frame-system", "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.0", - "pallet-broker 0.7.0", - "pallet-election-provider-multi-phase 28.0.0", - "pallet-fast-unstake 28.0.0", - "pallet-identity 29.0.0", - "pallet-session 29.0.0", - "pallet-staking 29.0.0", - "pallet-staking-reward-fn 20.0.0", - "pallet-timestamp 28.0.0", - "pallet-transaction-payment 29.0.0", - "pallet-treasury 28.0.0", - "pallet-vesting 29.0.0", - "parity-scale-codec", - "polkadot-primitives 8.0.1", - "polkadot-runtime-parachains 8.0.1", + "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 8.0.0", - "sp-api 27.0.0", - "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", - "sp-std", - "staging-xcm 8.0.0", - "staging-xcm-builder 8.0.1", - "staging-xcm-executor 8.0.1", + "slot-range-helper", + "sp-api", + "sp-core", + "sp-inherents", + "sp-io", + "sp-npos-elections", + "sp-runtime", + "sp-session", + "sp-staking", + "sp-std", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", "static_assertions", ] @@ -10611,28 +9521,14 @@ dependencies = [ name = "polkadot-runtime-constants" version = "1.0.0" dependencies = [ - "frame-support 29.0.0", - "polkadot-primitives 8.0.1", - "polkadot-runtime-common 8.0.1", + "frame-support", + "polkadot-primitives", + "polkadot-runtime-common", "smallvec", - "sp-core 29.0.0", - "sp-runtime 32.0.0", - "sp-weights 28.0.0", - "staging-xcm-builder 8.0.1", -] - -[[package]] -name = "polkadot-runtime-metrics" -version = "7.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ac3c6ee03f38556274b26049c51c5c7095abfd4ebfd11cd492918a4344f2851" -dependencies = [ - "bs58 0.5.0", - "frame-benchmarking 28.0.0", - "parity-scale-codec", - "polkadot-primitives 7.0.0", - "sp-std", - "sp-tracing", + "sp-core", + "sp-runtime", + "sp-weights", + "staging-xcm-builder", ] [[package]] @@ -10642,63 +9538,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e3566c6fd0c21b5dd555309427c984cf506f875ee90f710acea295b478fecbe0" dependencies = [ "bs58 0.5.0", - "frame-benchmarking 29.0.0", + "frame-benchmarking", "parity-scale-codec", - "polkadot-primitives 8.0.1", + "polkadot-primitives", "sp-std", "sp-tracing", ] -[[package]] -name = "polkadot-runtime-parachains" -version = "7.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d253ef2952097398d98ed12729e47f9328bcd1baa92c3acc1524a4baca7d1ac" -dependencies = [ - "bitflags 1.3.2", - "bitvec", - "derive_more", - "frame-benchmarking 28.0.0", - "frame-support 28.0.0", - "frame-system 28.0.0", - "impl-trait-for-tuples", - "log", - "pallet-authority-discovery 28.0.0", - "pallet-authorship 28.0.0", - "pallet-babe 28.0.0", - "pallet-balances 28.0.0", - "pallet-broker 0.6.0", - "pallet-message-queue 31.0.0", - "pallet-session 28.0.0", - "pallet-staking 28.0.0", - "pallet-timestamp 27.0.0", - "pallet-vesting 28.0.0", - "parity-scale-codec", - "polkadot-core-primitives 7.0.0", - "polkadot-parachain-primitives 6.0.0", - "polkadot-primitives 7.0.0", - "polkadot-runtime-metrics 7.0.0", - "rand", - "rand_chacha 0.3.1", - "rustc-hex", - "scale-info", - "serde", - "sp-api 26.0.0", - "sp-application-crypto 30.0.0", - "sp-arithmetic 23.0.0", - "sp-core 28.0.0", - "sp-inherents 26.0.0", - "sp-io 30.0.0", - "sp-keystore 0.34.0", - "sp-runtime 31.0.1", - "sp-session 27.0.0", - "sp-staking 26.0.0", - "sp-std", - "staging-xcm 7.0.0", - "staging-xcm-executor 7.0.3", - "static_assertions", -] - [[package]] name = "polkadot-runtime-parachains" version = "8.0.1" @@ -10708,45 +9554,45 @@ dependencies = [ "bitflags 1.3.2", "bitvec", "derive_more", - "frame-benchmarking 29.0.0", - "frame-support 29.0.0", - "frame-system 29.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "impl-trait-for-tuples", "log", - "pallet-authority-discovery 29.0.0", - "pallet-authorship 29.0.0", - "pallet-babe 29.0.0", - "pallet-balances 29.0.0", - "pallet-broker 0.7.0", - "pallet-message-queue 32.0.0", - "pallet-session 29.0.0", - "pallet-staking 29.0.0", - "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", + "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", "rustc-hex", "scale-info", "serde", - "sp-api 27.0.0", - "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", + "sp-api", + "sp-application-crypto", + "sp-arithmetic", + "sp-core", + "sp-inherents", + "sp-io", + "sp-keystore", + "sp-runtime", + "sp-session", + "sp-staking", "sp-std", "sp-tracing", - "staging-xcm 8.0.0", - "staging-xcm-executor 8.0.1", + "staging-xcm", + "staging-xcm-executor", "static_assertions", ] @@ -10757,11 +9603,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b2fd665185877bec296588c7cf1ec0ef75e0545050b5e1d42d94240a284149da" dependencies = [ "async-trait", - "frame-benchmarking 29.0.0", + "frame-benchmarking", "frame-benchmarking-cli", - "frame-support 29.0.0", - "frame-system 29.0.0", - "frame-system-rpc-runtime-api 27.0.0", + "frame-support", + "frame-system", + "frame-system-rpc-runtime-api", "futures", "hex-literal", "is_executable", @@ -10769,11 +9615,11 @@ dependencies = [ "kvdb-rocksdb", "log", "mmr-gadget", - "pallet-babe 29.0.0", + "pallet-babe", "pallet-im-online", - "pallet-staking 29.0.0", - "pallet-transaction-payment 29.0.0", - "pallet-transaction-payment-rpc-runtime-api 29.0.0", + "pallet-staking", + "pallet-transaction-payment", + "pallet-transaction-payment-rpc-runtime-api", "parity-db", "parity-scale-codec", "parking_lot 0.12.1", @@ -10782,7 +9628,7 @@ dependencies = [ "polkadot-availability-distribution", "polkadot-availability-recovery", "polkadot-collator-protocol", - "polkadot-core-primitives 8.0.0", + "polkadot-core-primitives", "polkadot-dispute-distribution", "polkadot-gossip-support", "polkadot-network-bridge", @@ -10807,10 +9653,10 @@ dependencies = [ "polkadot-node-subsystem-types", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-parachain-primitives 7.0.0", - "polkadot-primitives 8.0.1", + "polkadot-parachain-primitives", + "polkadot-primitives", "polkadot-rpc", - "polkadot-runtime-parachains 8.0.1", + "polkadot-runtime-parachains", "polkadot-statement-distribution", "sc-authority-discovery", "sc-basic-authorship", @@ -10838,29 +9684,29 @@ dependencies = [ "schnellru", "serde", "serde_json", - "sp-api 27.0.0", - "sp-authority-discovery 27.0.0", - "sp-block-builder 27.0.0", + "sp-api", + "sp-authority-discovery", + "sp-block-builder", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.33.0", + "sp-consensus-babe", "sp-consensus-beefy", "sp-consensus-grandpa", - "sp-core 29.0.0", - "sp-inherents 27.0.0", - "sp-io 31.0.0", + "sp-core", + "sp-inherents", + "sp-io", "sp-keyring", - "sp-keystore 0.35.0", + "sp-keystore", "sp-mmr-primitives", - "sp-offchain 27.0.0", - "sp-runtime 32.0.0", - "sp-session 28.0.0", - "sp-state-machine 0.36.0", - "sp-storage 20.0.0", - "sp-timestamp 27.0.0", - "sp-transaction-pool 27.0.0", - "sp-version 30.0.0", - "sp-weights 28.0.0", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-state-machine", + "sp-storage", + "sp-timestamp", + "sp-transaction-pool", + "sp-version", + "sp-weights", "substrate-prometheus-endpoint", "thiserror", "tracing-gum", @@ -10883,9 +9729,9 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 8.0.1", - "sp-keystore 0.35.0", - "sp-staking 27.0.0", + "polkadot-primitives", + "sp-keystore", + "sp-staking", "thiserror", "tracing-gum", ] @@ -10897,8 +9743,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "de5e010da3c6a65d8f263d0f825a04d995ffc8a37f886f674fcbbc73bf158d01" dependencies = [ "parity-scale-codec", - "polkadot-primitives 8.0.1", - "sp-core 29.0.0", + "polkadot-primitives", + "sp-core", "tracing-gum", ] @@ -11618,38 +10464,21 @@ dependencies = [ "librocksdb-sys", ] -[[package]] -name = "rococo-runtime-constants" -version = "7.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b5b507493a19b5061eb2860c394847261216c7ea7f8f62ba2cb02e55c27d611" -dependencies = [ - "frame-support 28.0.0", - "polkadot-primitives 7.0.0", - "polkadot-runtime-common 7.0.0", - "smallvec", - "sp-core 28.0.0", - "sp-runtime 31.0.1", - "sp-weights 27.0.0", - "staging-xcm 7.0.0", - "staging-xcm-builder 7.0.3", -] - [[package]] name = "rococo-runtime-constants" version = "8.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0b45c21ccb0f8777512a65510c106aeee4b59682944b9a5cb31cd7b8ed4ccb47" dependencies = [ - "frame-support 29.0.0", - "polkadot-primitives 8.0.1", - "polkadot-runtime-common 8.0.1", + "frame-support", + "polkadot-primitives", + "polkadot-runtime-common", "smallvec", - "sp-core 29.0.0", - "sp-runtime 32.0.0", - "sp-weights 28.0.0", - "staging-xcm 8.0.0", - "staging-xcm-builder 8.0.1", + "sp-core", + "sp-runtime", + "sp-weights", + "staging-xcm", + "staging-xcm-builder", ] [[package]] @@ -11878,7 +10707,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "357127c91373ed6d1ae582f6e3300ab5b13bcde43bbf270a891f44194ef48b70" dependencies = [ "log", - "sp-core 29.0.0", + "sp-core", "sp-wasm-interface", "thiserror", ] @@ -11903,12 +10732,12 @@ dependencies = [ "rand", "sc-client-api", "sc-network", - "sp-api 27.0.0", - "sp-authority-discovery 27.0.0", + "sp-api", + "sp-authority-discovery", "sp-blockchain", - "sp-core 29.0.0", - "sp-keystore 0.35.0", - "sp-runtime 32.0.0", + "sp-core", + "sp-keystore", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", ] @@ -11927,12 +10756,12 @@ dependencies = [ "sc-proposer-metrics", "sc-telemetry", "sc-transaction-pool-api", - "sp-api 27.0.0", + "sp-api", "sp-blockchain", "sp-consensus", - "sp-core 29.0.0", - "sp-inherents 27.0.0", - "sp-runtime 32.0.0", + "sp-core", + "sp-inherents", + "sp-runtime", "substrate-prometheus-endpoint", ] @@ -11943,13 +10772,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e8b0640994965c6ff3afa13242d95a61611b83da21fd86ac2b1ebd03e241a02" dependencies = [ "parity-scale-codec", - "sp-api 27.0.0", - "sp-block-builder 27.0.0", + "sp-api", + "sp-block-builder", "sp-blockchain", - "sp-core 29.0.0", - "sp-inherents 27.0.0", - "sp-runtime 32.0.0", - "sp-trie 30.0.0", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-trie", ] [[package]] @@ -11971,12 +10800,12 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core 29.0.0", + "sp-core", "sp-crypto-hashing", - "sp-genesis-builder 0.8.0", - "sp-io 31.0.0", - "sp-runtime 32.0.0", - "sp-state-machine 0.36.0", + "sp-genesis-builder", + "sp-io", + "sp-runtime", + "sp-state-machine", ] [[package]] @@ -12023,12 +10852,12 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core 29.0.0", + "sp-core", "sp-keyring", - "sp-keystore 0.35.0", + "sp-keystore", "sp-panic-handler", - "sp-runtime 32.0.0", - "sp-version 30.0.0", + "sp-runtime", + "sp-version", "thiserror", "tokio", ] @@ -12047,17 +10876,17 @@ dependencies = [ "sc-executor", "sc-transaction-pool-api", "sc-utils", - "sp-api 27.0.0", + "sp-api", "sp-blockchain", "sp-consensus", - "sp-core 29.0.0", + "sp-core", "sp-database", - "sp-externalities 0.26.0", - "sp-runtime 32.0.0", - "sp-state-machine 0.36.0", + "sp-externalities", + "sp-runtime", + "sp-state-machine", "sp-statement-store", - "sp-storage 20.0.0", - "sp-trie 30.0.0", + "sp-storage", + "sp-trie", "substrate-prometheus-endpoint", ] @@ -12079,13 +10908,13 @@ dependencies = [ "sc-client-api", "sc-state-db", "schnellru", - "sp-arithmetic 24.0.0", + "sp-arithmetic", "sp-blockchain", - "sp-core 29.0.0", + "sp-core", "sp-database", - "sp-runtime 32.0.0", - "sp-state-machine 0.36.0", - "sp-trie 30.0.0", + "sp-runtime", + "sp-state-machine", + "sp-trie", ] [[package]] @@ -12104,12 +10933,12 @@ dependencies = [ "sc-client-api", "sc-utils", "serde", - "sp-api 27.0.0", + "sp-api", "sp-blockchain", "sp-consensus", - "sp-core 29.0.0", - "sp-runtime 32.0.0", - "sp-state-machine 0.36.0", + "sp-core", + "sp-runtime", + "sp-state-machine", "substrate-prometheus-endpoint", "thiserror", ] @@ -12135,18 +10964,18 @@ dependencies = [ "sc-consensus-slots", "sc-telemetry", "sc-transaction-pool-api", - "sp-api 27.0.0", - "sp-application-crypto 31.0.0", - "sp-block-builder 27.0.0", + "sp-api", + "sp-application-crypto", + "sp-block-builder", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.33.0", - "sp-consensus-slots 0.33.0", - "sp-core 29.0.0", + "sp-consensus-babe", + "sp-consensus-slots", + "sp-core", "sp-crypto-hashing", - "sp-inherents 27.0.0", - "sp-keystore 0.35.0", - "sp-runtime 32.0.0", + "sp-inherents", + "sp-keystore", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", ] @@ -12163,14 +10992,14 @@ dependencies = [ "sc-consensus-epochs", "sc-rpc-api", "serde", - "sp-api 27.0.0", - "sp-application-crypto 31.0.0", + "sp-api", + "sp-application-crypto", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.33.0", - "sp-core 29.0.0", - "sp-keystore 0.35.0", - "sp-runtime 32.0.0", + "sp-consensus-babe", + "sp-core", + "sp-keystore", + "sp-runtime", "thiserror", ] @@ -12194,17 +11023,17 @@ dependencies = [ "sc-network-gossip", "sc-network-sync", "sc-utils", - "sp-api 27.0.0", - "sp-application-crypto 31.0.0", - "sp-arithmetic 24.0.0", + "sp-api", + "sp-application-crypto", + "sp-arithmetic", "sp-blockchain", "sp-consensus", "sp-consensus-beefy", - "sp-core 29.0.0", + "sp-core", "sp-crypto-hashing", - "sp-keystore 0.35.0", + "sp-keystore", "sp-mmr-primitives", - "sp-runtime 32.0.0", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -12226,8 +11055,8 @@ dependencies = [ "sc-rpc", "serde", "sp-consensus-beefy", - "sp-core 29.0.0", - "sp-runtime 32.0.0", + "sp-core", + "sp-runtime", "thiserror", ] @@ -12242,7 +11071,7 @@ dependencies = [ "sc-client-api", "sc-consensus", "sp-blockchain", - "sp-runtime 32.0.0", + "sp-runtime", ] [[package]] @@ -12275,16 +11104,16 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde_json", - "sp-api 27.0.0", - "sp-application-crypto 31.0.0", - "sp-arithmetic 24.0.0", + "sp-api", + "sp-application-crypto", + "sp-arithmetic", "sp-blockchain", "sp-consensus", "sp-consensus-grandpa", - "sp-core 29.0.0", + "sp-core", "sp-crypto-hashing", - "sp-keystore 0.35.0", - "sp-runtime 32.0.0", + "sp-keystore", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", ] @@ -12305,8 +11134,8 @@ dependencies = [ "sc-rpc", "serde", "sp-blockchain", - "sp-core 29.0.0", - "sp-runtime 32.0.0", + "sp-core", + "sp-runtime", "thiserror", ] @@ -12324,14 +11153,14 @@ dependencies = [ "sc-client-api", "sc-consensus", "sc-telemetry", - "sp-arithmetic 24.0.0", + "sp-arithmetic", "sp-blockchain", "sp-consensus", - "sp-consensus-slots 0.33.0", - "sp-core 29.0.0", - "sp-inherents 27.0.0", - "sp-runtime 32.0.0", - "sp-state-machine 0.36.0", + "sp-consensus-slots", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-state-machine", ] [[package]] @@ -12345,14 +11174,14 @@ dependencies = [ "sc-executor-common", "sc-executor-wasmtime", "schnellru", - "sp-api 27.0.0", - "sp-core 29.0.0", - "sp-externalities 0.26.0", - "sp-io 31.0.0", + "sp-api", + "sp-core", + "sp-externalities", + "sp-io", "sp-panic-handler", - "sp-runtime-interface 25.0.0", - "sp-trie 30.0.0", - "sp-version 30.0.0", + "sp-runtime-interface", + "sp-trie", + "sp-version", "sp-wasm-interface", "tracing", ] @@ -12384,7 +11213,7 @@ dependencies = [ "rustix 0.36.17", "sc-allocator", "sc-executor-common", - "sp-runtime-interface 25.0.0", + "sp-runtime-interface", "sp-wasm-interface", "wasmtime", ] @@ -12404,7 +11233,7 @@ dependencies = [ "sc-network-common", "sc-network-sync", "sp-blockchain", - "sp-runtime 32.0.0", + "sp-runtime", ] [[package]] @@ -12416,9 +11245,9 @@ dependencies = [ "array-bytes 6.2.2", "parking_lot 0.12.1", "serde_json", - "sp-application-crypto 31.0.0", - "sp-core 29.0.0", - "sp-keystore 0.35.0", + "sp-application-crypto", + "sp-core", + "sp-keystore", "thiserror", ] @@ -12443,12 +11272,12 @@ dependencies = [ "sc-client-api", "sc-network", "sc-transaction-pool-api", - "sp-api 27.0.0", + "sp-api", "sp-consensus", - "sp-core 29.0.0", - "sp-keystore 0.35.0", + "sp-core", + "sp-keystore", "sp-mixnet", - "sp-runtime 32.0.0", + "sp-runtime", "thiserror", ] @@ -12483,10 +11312,10 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-arithmetic 24.0.0", + "sp-arithmetic", "sp-blockchain", - "sp-core 29.0.0", - "sp-runtime 32.0.0", + "sp-core", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -12512,7 +11341,7 @@ dependencies = [ "sc-client-api", "sc-network", "sp-blockchain", - "sp-runtime 32.0.0", + "sp-runtime", "thiserror", "unsigned-varint", ] @@ -12532,7 +11361,7 @@ dependencies = [ "sc-consensus", "sp-consensus", "sp-consensus-grandpa", - "sp-runtime 32.0.0", + "sp-runtime", ] [[package]] @@ -12550,7 +11379,7 @@ dependencies = [ "sc-network-common", "sc-network-sync", "schnellru", - "sp-runtime 32.0.0", + "sp-runtime", "substrate-prometheus-endpoint", "tracing", ] @@ -12572,8 +11401,8 @@ dependencies = [ "sc-client-api", "sc-network", "sp-blockchain", - "sp-core 29.0.0", - "sp-runtime 32.0.0", + "sp-core", + "sp-runtime", "thiserror", ] @@ -12602,12 +11431,12 @@ dependencies = [ "sc-utils", "schnellru", "smallvec", - "sp-arithmetic 24.0.0", + "sp-arithmetic", "sp-blockchain", "sp-consensus", "sp-consensus-grandpa", - "sp-core 29.0.0", - "sp-runtime 32.0.0", + "sp-core", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -12630,7 +11459,7 @@ dependencies = [ "sc-network-sync", "sc-utils", "sp-consensus", - "sp-runtime 32.0.0", + "sp-runtime", "substrate-prometheus-endpoint", ] @@ -12659,12 +11488,12 @@ dependencies = [ "sc-network-common", "sc-transaction-pool-api", "sc-utils", - "sp-api 27.0.0", - "sp-core 29.0.0", - "sp-externalities 0.26.0", - "sp-keystore 0.35.0", - "sp-offchain 27.0.0", - "sp-runtime 32.0.0", + "sp-api", + "sp-core", + "sp-externalities", + "sp-keystore", + "sp-offchain", + "sp-runtime", "threadpool", "tracing", ] @@ -12699,16 +11528,16 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde_json", - "sp-api 27.0.0", + "sp-api", "sp-blockchain", - "sp-core 29.0.0", - "sp-keystore 0.35.0", - "sp-offchain 27.0.0", + "sp-core", + "sp-keystore", + "sp-offchain", "sp-rpc", - "sp-runtime 32.0.0", - "sp-session 28.0.0", + "sp-runtime", + "sp-session", "sp-statement-store", - "sp-version 30.0.0", + "sp-version", "tokio", ] @@ -12726,10 +11555,10 @@ dependencies = [ "scale-info", "serde", "serde_json", - "sp-core 29.0.0", + "sp-core", "sp-rpc", - "sp-runtime 32.0.0", - "sp-version 30.0.0", + "sp-runtime", + "sp-version", "thiserror", ] @@ -12769,12 +11598,12 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde", - "sp-api 27.0.0", + "sp-api", "sp-blockchain", - "sp-core 29.0.0", + "sp-core", "sp-rpc", - "sp-runtime 32.0.0", - "sp-version 30.0.0", + "sp-runtime", + "sp-version", "thiserror", "tokio", "tokio-stream", @@ -12821,20 +11650,20 @@ dependencies = [ "sc-utils", "serde", "serde_json", - "sp-api 27.0.0", + "sp-api", "sp-blockchain", "sp-consensus", - "sp-core 29.0.0", - "sp-externalities 0.26.0", - "sp-keystore 0.35.0", - "sp-runtime 32.0.0", - "sp-session 28.0.0", - "sp-state-machine 0.36.0", - "sp-storage 20.0.0", - "sp-transaction-pool 27.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 30.0.0", - "sp-version 30.0.0", + "sp-trie", + "sp-version", "static_init", "substrate-prometheus-endpoint", "tempfile", @@ -12853,7 +11682,7 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sp-core 29.0.0", + "sp-core", ] [[package]] @@ -12872,7 +11701,7 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-runtime 32.0.0", + "sp-runtime", "thiserror", ] @@ -12892,9 +11721,9 @@ dependencies = [ "sc-telemetry", "serde", "serde_json", - "sp-core 29.0.0", + "sp-core", "sp-crypto-hashing", - "sp-io 31.0.0", + "sp-io", "sp-std", ] @@ -12937,11 +11766,11 @@ dependencies = [ "sc-client-api", "sc-tracing-proc-macro", "serde", - "sp-api 27.0.0", + "sp-api", "sp-blockchain", - "sp-core 29.0.0", + "sp-core", "sp-rpc", - "sp-runtime 32.0.0", + "sp-runtime", "sp-tracing", "thiserror", "tracing", @@ -12978,13 +11807,13 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde", - "sp-api 27.0.0", + "sp-api", "sp-blockchain", - "sp-core 29.0.0", + "sp-core", "sp-crypto-hashing", - "sp-runtime 32.0.0", + "sp-runtime", "sp-tracing", - "sp-transaction-pool 27.0.0", + "sp-transaction-pool", "substrate-prometheus-endpoint", "thiserror", ] @@ -13001,8 +11830,8 @@ dependencies = [ "parity-scale-codec", "serde", "sp-blockchain", - "sp-core 29.0.0", - "sp-runtime 32.0.0", + "sp-core", + "sp-runtime", "thiserror", ] @@ -13019,7 +11848,7 @@ dependencies = [ "log", "parking_lot 0.12.1", "prometheus", - "sp-arithmetic 24.0.0", + "sp-arithmetic", ] [[package]] @@ -13430,19 +12259,6 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7" -[[package]] -name = "slot-range-helper" -version = "7.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d9bb569dc58f1e139c20f532a2ad13d54795060c0000c2c49dc812b17684197" -dependencies = [ - "enumn", - "parity-scale-codec", - "paste", - "sp-runtime 31.0.1", - "sp-std", -] - [[package]] name = "slot-range-helper" version = "8.0.0" @@ -13452,7 +12268,7 @@ dependencies = [ "enumn", "parity-scale-codec", "paste", - "sp-runtime 32.0.0", + "sp-runtime", "sp-std", ] @@ -13533,45 +12349,23 @@ dependencies = [ [[package]] name = "sp-api" -version = "26.0.0" +version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6dea138c6dbf282ab57756492f0232ea0a08575ca9cbe2b7b1ead49000f238a7" +checksum = "6ef42aa652381ade883c14ffbbb5c0fec36d382d2217b5bace01b8a0e8634778" dependencies = [ "hash-db", "log", "parity-scale-codec", "scale-info", "sp-api-proc-macro", - "sp-core 28.0.0", - "sp-externalities 0.25.0", + "sp-core", + "sp-externalities", "sp-metadata-ir", - "sp-runtime 31.0.1", - "sp-state-machine 0.35.0", + "sp-runtime", + "sp-state-machine", "sp-std", - "sp-trie 29.0.0", - "sp-version 29.0.0", - "thiserror", -] - -[[package]] -name = "sp-api" -version = "27.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ef42aa652381ade883c14ffbbb5c0fec36d382d2217b5bace01b8a0e8634778" -dependencies = [ - "hash-db", - "log", - "parity-scale-codec", - "scale-info", - "sp-api-proc-macro", - "sp-core 29.0.0", - "sp-externalities 0.26.0", - "sp-metadata-ir", - "sp-runtime 32.0.0", - "sp-state-machine 0.36.0", - "sp-std", - "sp-trie 30.0.0", - "sp-version 30.0.0", + "sp-trie", + "sp-version", "thiserror", ] @@ -13590,20 +12384,6 @@ dependencies = [ "syn 2.0.48", ] -[[package]] -name = "sp-application-crypto" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e4fe7a9b7fa9da76272b201e2fb3c7900d97d32a46b66af9a04dad457f73c71" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 28.0.0", - "sp-io 30.0.0", - "sp-std", -] - [[package]] name = "sp-application-crypto" version = "31.0.0" @@ -13613,26 +12393,11 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 29.0.0", - "sp-io 31.0.0", + "sp-core", + "sp-io", "sp-std", ] -[[package]] -name = "sp-arithmetic" -version = "23.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f42721f072b421f292a072e8f52a3b3c0fbc27428f0c9fe24067bc47046bad63" -dependencies = [ - "integer-sqrt", - "num-traits", - "parity-scale-codec", - "scale-info", - "serde", - "sp-std", - "static_assertions", -] - [[package]] name = "sp-arithmetic" version = "24.0.0" @@ -13648,20 +12413,6 @@ dependencies = [ "static_assertions", ] -[[package]] -name = "sp-authority-discovery" -version = "26.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22a740c05e9096eb17e93b5ab6aa5fe8ce0c9b4243777826d92133b3dd682e14" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-api 26.0.0", - "sp-application-crypto 30.0.0", - "sp-runtime 31.0.1", - "sp-std", -] - [[package]] name = "sp-authority-discovery" version = "27.0.0" @@ -13670,21 +12421,9 @@ checksum = "c92b177c72b5d2973c36d60f6ef942d791d9fd91eae8b08c71882e4118d4fbfc" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 27.0.0", - "sp-application-crypto 31.0.0", - "sp-runtime 32.0.0", - "sp-std", -] - -[[package]] -name = "sp-block-builder" -version = "26.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6d2aa0943101367b955f5806c3ecea2e23df7c90059708107470dbfb9d3d7ab" -dependencies = [ - "sp-api 26.0.0", - "sp-inherents 26.0.0", - "sp-runtime 31.0.1", + "sp-api", + "sp-application-crypto", + "sp-runtime", "sp-std", ] @@ -13694,9 +12433,9 @@ version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1b36ce171caa7eb2bbe682c089f755fdefa71d3702e4fb1ba30d10146aef99d5" dependencies = [ - "sp-api 27.0.0", - "sp-inherents 27.0.0", - "sp-runtime 32.0.0", + "sp-api", + "sp-inherents", + "sp-runtime", "sp-std", ] @@ -13711,11 +12450,11 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "schnellru", - "sp-api 27.0.0", + "sp-api", "sp-consensus", "sp-database", - "sp-runtime 32.0.0", - "sp-state-machine 0.36.0", + "sp-runtime", + "sp-state-machine", "thiserror", ] @@ -13728,31 +12467,13 @@ dependencies = [ "async-trait", "futures", "log", - "sp-core 29.0.0", - "sp-inherents 27.0.0", - "sp-runtime 32.0.0", - "sp-state-machine 0.36.0", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-state-machine", "thiserror", ] -[[package]] -name = "sp-consensus-aura" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ab8e878a116b0885eaefd068235657737cb72fdce60a8c080dfd092f7d645cc" -dependencies = [ - "async-trait", - "parity-scale-codec", - "scale-info", - "sp-api 26.0.0", - "sp-application-crypto 30.0.0", - "sp-consensus-slots 0.32.0", - "sp-inherents 26.0.0", - "sp-runtime 31.0.1", - "sp-std", - "sp-timestamp 26.0.0", -] - [[package]] name = "sp-consensus-aura" version = "0.33.0" @@ -13762,33 +12483,13 @@ dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-api 27.0.0", - "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-babe" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebfedfdea5b22fb3625cd664e72503dcbd1087373181d5be0d092b3e7b4c61f5" -dependencies = [ - "async-trait", - "parity-scale-codec", - "scale-info", - "serde", - "sp-api 26.0.0", - "sp-application-crypto 30.0.0", - "sp-consensus-slots 0.32.0", - "sp-core 28.0.0", - "sp-inherents 26.0.0", - "sp-runtime 31.0.1", + "sp-api", + "sp-application-crypto", + "sp-consensus-slots", + "sp-inherents", + "sp-runtime", "sp-std", - "sp-timestamp 26.0.0", + "sp-timestamp", ] [[package]] @@ -13801,14 +12502,14 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-api 27.0.0", - "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-api", + "sp-application-crypto", + "sp-consensus-slots", + "sp-core", + "sp-inherents", + "sp-runtime", "sp-std", - "sp-timestamp 27.0.0", + "sp-timestamp", ] [[package]] @@ -13821,13 +12522,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-api 27.0.0", - "sp-application-crypto 31.0.0", - "sp-core 29.0.0", + "sp-api", + "sp-application-crypto", + "sp-core", "sp-crypto-hashing", - "sp-io 31.0.0", + "sp-io", "sp-mmr-primitives", - "sp-runtime 32.0.0", + "sp-runtime", "sp-std", "strum 0.24.1", ] @@ -13843,27 +12544,14 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-api 27.0.0", - "sp-application-crypto 31.0.0", - "sp-core 29.0.0", - "sp-keystore 0.35.0", - "sp-runtime 32.0.0", + "sp-api", + "sp-application-crypto", + "sp-core", + "sp-keystore", + "sp-runtime", "sp-std", ] -[[package]] -name = "sp-consensus-slots" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdc5c1620d81196391daa15e78ea20cc11c59f08c509381c276d5d6a3d4d36af" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-std", - "sp-timestamp 26.0.0", -] - [[package]] name = "sp-consensus-slots" version = "0.33.0" @@ -13874,53 +12562,7 @@ dependencies = [ "scale-info", "serde", "sp-std", - "sp-timestamp 27.0.0", -] - -[[package]] -name = "sp-core" -version = "28.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f230cb12575455070da0fc174815958423a0b9a641d5e304a9457113c7cb4007" -dependencies = [ - "array-bytes 6.2.2", - "bip39", - "bitflags 1.3.2", - "blake2 0.10.6", - "bounded-collections 0.1.9", - "bs58 0.5.0", - "dyn-clonable", - "ed25519-zebra", - "futures", - "hash-db", - "hash256-std-hasher", - "impl-serde", - "itertools 0.10.5", - "libsecp256k1", - "log", - "merlin 3.0.0", - "parity-scale-codec", - "parking_lot 0.12.1", - "paste", - "primitive-types", - "rand", - "scale-info", - "schnorrkel 0.11.4", - "secp256k1", - "secrecy", - "serde", - "sp-core-hashing", - "sp-debug-derive", - "sp-externalities 0.25.0", - "sp-runtime-interface 24.0.0", - "sp-std", - "sp-storage 19.0.0", - "ss58-registry", - "substrate-bip39", - "thiserror", - "tracing", - "w3f-bls", - "zeroize", + "sp-timestamp", ] [[package]] @@ -13933,7 +12575,7 @@ dependencies = [ "bip39", "bitflags 1.3.2", "blake2 0.10.6", - "bounded-collections 0.2.0", + "bounded-collections", "bs58 0.5.0", "dyn-clonable", "ed25519-zebra", @@ -13957,10 +12599,10 @@ dependencies = [ "serde", "sp-crypto-hashing", "sp-debug-derive", - "sp-externalities 0.26.0", - "sp-runtime-interface 25.0.0", + "sp-externalities", + "sp-runtime-interface", "sp-std", - "sp-storage 20.0.0", + "sp-storage", "ss58-registry", "substrate-bip39", "thiserror", @@ -13969,31 +12611,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "sp-core-hashing" -version = "15.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e0f4990add7b2cefdeca883c0efa99bb4d912cb2196120e1500c0cc099553b0" -dependencies = [ - "blake2b_simd", - "byteorder", - "digest 0.10.7", - "sha2 0.10.8", - "sha3", - "twox-hash", -] - -[[package]] -name = "sp-core-hashing-proc-macro" -version = "15.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7527f8dda7667c41009b2cd0efaddcb81709b9741bd5ee6d17b11bad835cc698" -dependencies = [ - "quote", - "sp-core-hashing", - "syn 2.0.48", -] - [[package]] name = "sp-crypto-hashing" version = "0.1.0" @@ -14040,18 +12657,6 @@ dependencies = [ "syn 2.0.48", ] -[[package]] -name = "sp-externalities" -version = "0.25.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63867ec85950ced90d4ab1bba902a47db1b1efdf2829f653945669b2bb470a9c" -dependencies = [ - "environmental", - "parity-scale-codec", - "sp-std", - "sp-storage 19.0.0", -] - [[package]] name = "sp-externalities" version = "0.26.0" @@ -14061,19 +12666,7 @@ dependencies = [ "environmental", "parity-scale-codec", "sp-std", - "sp-storage 20.0.0", -] - -[[package]] -name = "sp-genesis-builder" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dfdc79df83221ec5a279cbbd08fd6f8be164b9b081c8e84593ce2c2ebd5d66c0" -dependencies = [ - "serde_json", - "sp-api 26.0.0", - "sp-runtime 31.0.1", - "sp-std", + "sp-storage", ] [[package]] @@ -14083,26 +12676,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fd865540ec19479c7349b584ccd78cc34c3f3a628a2a69dbb6365ceec36295ee" dependencies = [ "serde_json", - "sp-api 27.0.0", - "sp-runtime 32.0.0", + "sp-api", + "sp-runtime", "sp-std", ] -[[package]] -name = "sp-inherents" -version = "26.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a3caf2d1288549d7e6c32b453f2d4855d498bb88600101011e35653e022a6f2" -dependencies = [ - "async-trait", - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "sp-runtime 31.0.1", - "sp-std", - "thiserror", -] - [[package]] name = "sp-inherents" version = "27.0.0" @@ -14113,36 +12691,11 @@ dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 32.0.0", + "sp-runtime", "sp-std", "thiserror", ] -[[package]] -name = "sp-io" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c55f26d89feedaf0faf81688b6e1e1e81329cd8b4c6a4fd6c5b97ed9dd068b8a" -dependencies = [ - "bytes", - "ed25519-dalek", - "libsecp256k1", - "log", - "parity-scale-codec", - "rustversion", - "secp256k1", - "sp-core 28.0.0", - "sp-externalities 0.25.0", - "sp-keystore 0.34.0", - "sp-runtime-interface 24.0.0", - "sp-state-machine 0.35.0", - "sp-std", - "sp-tracing", - "sp-trie 29.0.0", - "tracing", - "tracing-core", -] - [[package]] name = "sp-io" version = "31.0.0" @@ -14156,15 +12709,15 @@ dependencies = [ "parity-scale-codec", "rustversion", "secp256k1", - "sp-core 29.0.0", + "sp-core", "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-externalities", + "sp-keystore", + "sp-runtime-interface", + "sp-state-machine", "sp-std", "sp-tracing", - "sp-trie 30.0.0", + "sp-trie", "tracing", "tracing-core", ] @@ -14175,24 +12728,11 @@ 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", + "sp-core", + "sp-runtime", "strum 0.24.1", ] -[[package]] -name = "sp-keystore" -version = "0.34.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96806a28a62ed9ddecd0b28857b1344d029390f7c5c42a2ff9199cbf5638635c" -dependencies = [ - "parity-scale-codec", - "parking_lot 0.12.1", - "sp-core 28.0.0", - "sp-externalities 0.25.0", - "thiserror", -] - [[package]] name = "sp-keystore" version = "0.35.0" @@ -14201,8 +12741,8 @@ checksum = "444f2d53968b1ce5e908882710ff1f3873fcf3e95f59d57432daf685bbacb959" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", - "sp-core 29.0.0", - "sp-externalities 0.26.0", + "sp-core", + "sp-externalities", "thiserror", ] @@ -14236,8 +12776,8 @@ checksum = "7bebd44b915c65aeb7e7eeaea466aba3b27cdd915c83ea83d4643c54f21ffbbf" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 27.0.0", - "sp-application-crypto 31.0.0", + "sp-api", + "sp-application-crypto", "sp-std", ] @@ -14252,29 +12792,14 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-api 27.0.0", - "sp-core 29.0.0", + "sp-api", + "sp-core", "sp-debug-derive", - "sp-runtime 32.0.0", + "sp-runtime", "sp-std", "thiserror", ] -[[package]] -name = "sp-npos-elections" -version = "26.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa8efff28b504b4b928288976e5f72c00c7ece9d2348a7ca2496c77849dd4c8f" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-arithmetic 23.0.0", - "sp-core 28.0.0", - "sp-runtime 31.0.1", - "sp-std", -] - [[package]] name = "sp-npos-elections" version = "27.0.0" @@ -14284,32 +12809,21 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic 24.0.0", - "sp-core 29.0.0", - "sp-runtime 32.0.0", + "sp-arithmetic", + "sp-core", + "sp-runtime", "sp-std", ] -[[package]] -name = "sp-offchain" -version = "26.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb45b3e397dc9c7b81cb2d8d641d0bcb1f525b60e83835783413ba73b3f61ac9" -dependencies = [ - "sp-api 26.0.0", - "sp-core 28.0.0", - "sp-runtime 31.0.1", -] - [[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.0", - "sp-core 29.0.0", - "sp-runtime 32.0.0", + "sp-api", + "sp-core", + "sp-runtime", ] [[package]] @@ -14331,32 +12845,7 @@ checksum = "9af4b73fe7ddd88b1641cca90048c4e525e721763199e6fd29c4f590884f4d16" dependencies = [ "rustc-hash", "serde", - "sp-core 29.0.0", -] - -[[package]] -name = "sp-runtime" -version = "31.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3bb49a4475d390198dfd3d41bef4564ab569fbaf1b5e38ae69b35fc01199d91" -dependencies = [ - "docify", - "either", - "hash256-std-hasher", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "paste", - "rand", - "scale-info", - "serde", - "simple-mermaid", - "sp-application-crypto 30.0.0", - "sp-arithmetic 23.0.0", - "sp-core 28.0.0", - "sp-io 30.0.0", - "sp-std", - "sp-weights 27.0.0", + "sp-core", ] [[package]] @@ -14376,31 +12865,12 @@ dependencies = [ "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", -] - -[[package]] -name = "sp-runtime-interface" -version = "24.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f66b66d8cec3d785fa6289336c1d9cbd4305d5d84f7134378c4d79ed7983e6fb" -dependencies = [ - "bytes", - "impl-trait-for-tuples", - "parity-scale-codec", - "primitive-types", - "sp-externalities 0.25.0", - "sp-runtime-interface-proc-macro", + "sp-application-crypto", + "sp-arithmetic", + "sp-core", + "sp-io", "sp-std", - "sp-storage 19.0.0", - "sp-tracing", - "sp-wasm-interface", - "static_assertions", + "sp-weights", ] [[package]] @@ -14413,10 +12883,10 @@ dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "primitive-types", - "sp-externalities 0.26.0", + "sp-externalities", "sp-runtime-interface-proc-macro", "sp-std", - "sp-storage 20.0.0", + "sp-storage", "sp-tracing", "sp-wasm-interface", "static_assertions", @@ -14436,22 +12906,6 @@ dependencies = [ "syn 2.0.48", ] -[[package]] -name = "sp-session" -version = "27.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8048981db53d4f5171e6003f5e11fbfc27a8c196b0827619907a4214746a623b" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-api 26.0.0", - "sp-core 28.0.0", - "sp-keystore 0.34.0", - "sp-runtime 31.0.1", - "sp-staking 26.0.0", - "sp-std", -] - [[package]] name = "sp-session" version = "28.0.0" @@ -14460,26 +12914,11 @@ checksum = "3b86531090cc04d2ab3535df07146258e2fb3ab6257b0a77ef14aa08282c3d4a" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 27.0.0", - "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-staking" -version = "26.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0e68be3fff84dd8ee552f9d13dd2e9eab3663e0bddfc6c6c88de02aaca1e311" -dependencies = [ - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 28.0.0", - "sp-runtime 31.0.1", + "sp-api", + "sp-core", + "sp-keystore", + "sp-runtime", + "sp-staking", "sp-std", ] @@ -14493,31 +12932,9 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 29.0.0", - "sp-runtime 32.0.0", - "sp-std", -] - -[[package]] -name = "sp-state-machine" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "718c779ad1d6fcc0be64c7ce030b33fa44b5c8914b3a1319ef63bb5f27fb98df" -dependencies = [ - "hash-db", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "rand", - "smallvec", - "sp-core 28.0.0", - "sp-externalities 0.25.0", - "sp-panic-handler", + "sp-core", + "sp-runtime", "sp-std", - "sp-trie 29.0.0", - "thiserror", - "tracing", - "trie-db", ] [[package]] @@ -14532,11 +12949,11 @@ dependencies = [ "parking_lot 0.12.1", "rand", "smallvec", - "sp-core 29.0.0", - "sp-externalities 0.26.0", + "sp-core", + "sp-externalities", "sp-panic-handler", "sp-std", - "sp-trie 30.0.0", + "sp-trie", "thiserror", "tracing", "trie-db", @@ -14556,13 +12973,13 @@ dependencies = [ "rand", "scale-info", "sha2 0.10.8", - "sp-api 27.0.0", - "sp-application-crypto 31.0.0", - "sp-core 29.0.0", + "sp-api", + "sp-application-crypto", + "sp-core", "sp-crypto-hashing", - "sp-externalities 0.26.0", - "sp-runtime 32.0.0", - "sp-runtime-interface 25.0.0", + "sp-externalities", + "sp-runtime", + "sp-runtime-interface", "sp-std", "thiserror", "x25519-dalek 2.0.0", @@ -14574,20 +12991,6 @@ version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "12f8ee986414b0a9ad741776762f4083cd3a5128449b982a3919c4df36874834" -[[package]] -name = "sp-storage" -version = "19.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fb92d7b24033a8a856d6e20dd980b653cbd7af7ec471cc988b1b7c1d2e3a32b" -dependencies = [ - "impl-serde", - "parity-scale-codec", - "ref-cast", - "serde", - "sp-debug-derive", - "sp-std", -] - [[package]] name = "sp-storage" version = "20.0.0" @@ -14602,20 +13005,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-timestamp" -version = "26.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "347eaddd5b07856ccec69ac3300e72e392a5efc3aea5fb4b7230888a0b447b9e" -dependencies = [ - "async-trait", - "parity-scale-codec", - "sp-inherents 26.0.0", - "sp-runtime 31.0.1", - "sp-std", - "thiserror", -] - [[package]] name = "sp-timestamp" version = "27.0.0" @@ -14624,8 +13013,8 @@ checksum = "249cd06624f2edb53b25af528ab216a508dc9d0870e158b43caac3a97e86699f" dependencies = [ "async-trait", "parity-scale-codec", - "sp-inherents 27.0.0", - "sp-runtime 32.0.0", + "sp-inherents", + "sp-runtime", "sp-std", "thiserror", ] @@ -14643,24 +13032,14 @@ dependencies = [ "tracing-subscriber", ] -[[package]] -name = "sp-transaction-pool" -version = "26.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97c4052e69eacdb7a411e050c56a838f460b8a879071125451e9bb2d4814df34" -dependencies = [ - "sp-api 26.0.0", - "sp-runtime 31.0.1", -] - [[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.0", - "sp-runtime 32.0.0", + "sp-api", + "sp-runtime", ] [[package]] @@ -14672,36 +13051,11 @@ dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-core 29.0.0", - "sp-inherents 27.0.0", - "sp-runtime 32.0.0", + "sp-core", + "sp-inherents", + "sp-runtime", "sp-std", - "sp-trie 30.0.0", -] - -[[package]] -name = "sp-trie" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e4d24d84a0beb44a71dcac1b41980e1edf7fb722c7f3046710136a283cd479b" -dependencies = [ - "ahash 0.8.8", - "hash-db", - "lazy_static", - "memory-db", - "nohash-hasher", - "parity-scale-codec", - "parking_lot 0.12.1", - "rand", - "scale-info", - "schnellru", - "sp-core 28.0.0", - "sp-externalities 0.25.0", - "sp-std", - "thiserror", - "tracing", - "trie-db", - "trie-root", + "sp-trie", ] [[package]] @@ -14720,8 +13074,8 @@ dependencies = [ "rand", "scale-info", "schnellru", - "sp-core 29.0.0", - "sp-externalities 0.26.0", + "sp-core", + "sp-externalities", "sp-std", "thiserror", "tracing", @@ -14729,24 +13083,6 @@ dependencies = [ "trie-root", ] -[[package]] -name = "sp-version" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afd1b053394347e22f541696bca4a9ac3ec848b50d1b86f5018d2b771f39f11a" -dependencies = [ - "impl-serde", - "parity-scale-codec", - "parity-wasm", - "scale-info", - "serde", - "sp-core-hashing-proc-macro", - "sp-runtime 31.0.1", - "sp-std", - "sp-version-proc-macro", - "thiserror", -] - [[package]] name = "sp-version" version = "30.0.0" @@ -14759,7 +13095,7 @@ dependencies = [ "scale-info", "serde", "sp-crypto-hashing-proc-macro", - "sp-runtime 32.0.0", + "sp-runtime", "sp-std", "sp-version-proc-macro", "thiserror", @@ -14791,34 +13127,18 @@ dependencies = [ "wasmtime", ] -[[package]] -name = "sp-weights" -version = "27.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e874bdf9dd3fd3242f5b7867a4eaedd545b02f29041a46d222a9d9d5caaaa5c" -dependencies = [ - "bounded-collections 0.1.9", - "parity-scale-codec", - "scale-info", - "serde", - "smallvec", - "sp-arithmetic 23.0.0", - "sp-debug-derive", - "sp-std", -] - [[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", + "bounded-collections", "parity-scale-codec", "scale-info", "serde", "smallvec", - "sp-arithmetic 24.0.0", + "sp-arithmetic", "sp-debug-derive", "sp-std", ] @@ -14882,37 +13202,37 @@ name = "staging-kusama-runtime" version = "1.0.0" dependencies = [ "binary-merkle-tree", - "frame-benchmarking 29.0.0", - "frame-election-provider-support 29.0.0", - "frame-executive 29.0.0", + "frame-benchmarking", + "frame-election-provider-support", + "frame-executive", "frame-remote-externalities", - "frame-support 29.0.0", - "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", + "frame-support", + "frame-system", + "frame-system-benchmarking", + "frame-system-rpc-runtime-api", + "frame-try-runtime", "hex-literal", "kusama-runtime-constants", "log", - "pallet-asset-rate 8.0.0", - "pallet-authority-discovery 29.0.0", - "pallet-authorship 29.0.0", - "pallet-babe 29.0.0", + "pallet-asset-rate", + "pallet-authority-discovery", + "pallet-authorship", + "pallet-babe", "pallet-bags-list", - "pallet-balances 29.0.0", + "pallet-balances", "pallet-beefy", "pallet-beefy-mmr", "pallet-bounties", "pallet-child-bounties", "pallet-conviction-voting", - "pallet-election-provider-multi-phase 28.0.0", - "pallet-election-provider-support-benchmarking 28.0.0", - "pallet-fast-unstake 28.0.0", + "pallet-election-provider-multi-phase", + "pallet-election-provider-support-benchmarking", + "pallet-fast-unstake", "pallet-grandpa", - "pallet-identity 29.0.0", + "pallet-identity", "pallet-im-online", "pallet-indices", - "pallet-message-queue 32.0.0", + "pallet-message-queue", "pallet-mmr", "pallet-multisig", "pallet-nis", @@ -14922,112 +13242,78 @@ dependencies = [ "pallet-offences", "pallet-offences-benchmarking", "pallet-preimage", - "pallet-proxy 29.0.0", + "pallet-proxy", "pallet-ranked-collective", "pallet-recovery", "pallet-referenda", - "pallet-scheduler 30.0.0", - "pallet-session 29.0.0", + "pallet-scheduler", + "pallet-session", "pallet-session-benchmarking", "pallet-society", - "pallet-staking 29.0.0", + "pallet-staking", "pallet-staking-runtime-api", "pallet-state-trie-migration", - "pallet-timestamp 28.0.0", - "pallet-transaction-payment 29.0.0", - "pallet-transaction-payment-rpc-runtime-api 29.0.0", - "pallet-treasury 28.0.0", - "pallet-utility 29.0.0", - "pallet-vesting 29.0.0", + "pallet-timestamp", + "pallet-transaction-payment", + "pallet-transaction-payment-rpc-runtime-api", + "pallet-treasury", + "pallet-utility", + "pallet-vesting", "pallet-whitelist", - "pallet-xcm 8.0.1", - "pallet-xcm-benchmarks 8.0.2", + "pallet-xcm", + "pallet-xcm-benchmarks", "parity-scale-codec", - "polkadot-primitives 8.0.1", - "polkadot-runtime-common 8.0.1", - "polkadot-runtime-parachains 8.0.1", + "polkadot-primitives", + "polkadot-runtime-common", + "polkadot-runtime-parachains", "scale-info", "separator", "serde_json", - "sp-api 27.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-api", + "sp-arithmetic", + "sp-authority-discovery", + "sp-block-builder", + "sp-consensus-babe", "sp-consensus-beefy", - "sp-core 29.0.0", + "sp-core", "sp-debug-derive", - "sp-genesis-builder 0.8.0", - "sp-inherents 27.0.0", - "sp-io 31.0.0", + "sp-genesis-builder", + "sp-inherents", + "sp-io", "sp-keyring", - "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-npos-elections", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-staking", "sp-std", - "sp-storage 20.0.0", + "sp-storage", "sp-tracing", - "sp-transaction-pool 27.0.0", - "sp-trie 30.0.0", - "sp-version 30.0.0", - "staging-xcm 8.0.0", - "staging-xcm-builder 8.0.1", - "staging-xcm-executor 8.0.1", - "substrate-wasm-builder 18.0.0", + "sp-transaction-pool", + "sp-trie", + "sp-version", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", + "substrate-wasm-builder", "tokio", ] -[[package]] -name = "staging-parachain-info" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad554ffd27fbcafd82e234d7e7188e458e51bfe2b3b5000dd236dce762e3e95f" -dependencies = [ - "cumulus-primitives-core 0.7.0", - "frame-support 28.0.0", - "frame-system 28.0.0", - "parity-scale-codec", - "scale-info", - "sp-runtime 31.0.1", - "sp-std", -] - [[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.0", - "frame-system 29.0.0", + "cumulus-primitives-core", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-runtime 32.0.0", + "sp-runtime", "sp-std", ] -[[package]] -name = "staging-xcm" -version = "7.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0df18af00766d22926916bb443f14742c65cc6b2f0fe997b8f26da0d0f9ee9ca" -dependencies = [ - "array-bytes 6.2.2", - "bounded-collections 0.1.9", - "derivative", - "environmental", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-weights 27.0.0", - "xcm-procedural 7.0.0", -] - [[package]] name = "staging-xcm" version = "8.0.0" @@ -15035,7 +13321,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5ccecaeae5eca8453760e96fcf65481b19898459971842004732e88cd3570741" dependencies = [ "array-bytes 6.2.2", - "bounded-collections 0.2.0", + "bounded-collections", "derivative", "environmental", "impl-trait-for-tuples", @@ -15043,31 +13329,8 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-weights 28.0.0", - "xcm-procedural 8.0.0", -] - -[[package]] -name = "staging-xcm-builder" -version = "7.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ba4f214fe99d79ffcc266f431abbb32d3596788327b925d469c7bb6a3c84d3c" -dependencies = [ - "frame-support 28.0.0", - "frame-system 28.0.0", - "impl-trait-for-tuples", - "log", - "pallet-transaction-payment 28.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 6.0.0", - "scale-info", - "sp-arithmetic 23.0.0", - "sp-io 30.0.0", - "sp-runtime 31.0.1", - "sp-std", - "sp-weights 27.0.0", - "staging-xcm 7.0.0", - "staging-xcm-executor 7.0.3", + "sp-weights", + "xcm-procedural", ] [[package]] @@ -15076,43 +13339,21 @@ version = "8.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a8f6cfc27c1d45f9a67e20ed3f7e60296299688825350291606add10bf3bbff2" dependencies = [ - "frame-support 29.0.0", - "frame-system 29.0.0", + "frame-support", + "frame-system", "impl-trait-for-tuples", "log", - "pallet-transaction-payment 29.0.0", + "pallet-transaction-payment", "parity-scale-codec", - "polkadot-parachain-primitives 7.0.0", + "polkadot-parachain-primitives", "scale-info", - "sp-arithmetic 24.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.0", - "staging-xcm-executor 8.0.1", -] - -[[package]] -name = "staging-xcm-executor" -version = "7.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f1dea1e33eefee513c197c24255670951a2c515a6ce2c7049fe86385400074f" -dependencies = [ - "environmental", - "frame-benchmarking 28.0.0", - "frame-support 28.0.0", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "scale-info", - "sp-arithmetic 23.0.0", - "sp-core 28.0.0", - "sp-io 30.0.0", - "sp-runtime 31.0.1", - "sp-std", - "sp-weights 27.0.0", - "staging-xcm 7.0.0", + "sp-weights", + "staging-xcm", + "staging-xcm-executor", ] [[package]] @@ -15122,19 +13363,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a638f4c8735cc04b5c93920a1f59e679f48b131315a07d146798e0decebf7720" dependencies = [ "environmental", - "frame-benchmarking 29.0.0", - "frame-support 29.0.0", + "frame-benchmarking", + "frame-support", "impl-trait-for-tuples", "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-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", - "sp-weights 28.0.0", - "staging-xcm 8.0.0", + "sp-weights", + "staging-xcm", ] [[package]] @@ -15262,18 +13503,18 @@ version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "332f903d2f34703204f0003136c9abbc569d691028279996a1daf8f248a7369f" dependencies = [ - "frame-system-rpc-runtime-api 27.0.0", + "frame-system-rpc-runtime-api", "futures", "jsonrpsee", "log", "parity-scale-codec", "sc-rpc-api", "sc-transaction-pool-api", - "sp-api 27.0.0", - "sp-block-builder 27.0.0", + "sp-api", + "sp-block-builder", "sp-blockchain", - "sp-core 29.0.0", - "sp-runtime 32.0.0", + "sp-core", + "sp-runtime", ] [[package]] @@ -15311,7 +13552,7 @@ dependencies = [ "log", "sc-rpc-api", "serde", - "sp-runtime 32.0.0", + "sp-runtime", ] [[package]] @@ -15325,10 +13566,10 @@ dependencies = [ "sc-client-api", "sc-rpc-api", "serde", - "sp-core 29.0.0", - "sp-runtime 32.0.0", - "sp-state-machine 0.36.0", - "sp-trie 30.0.0", + "sp-core", + "sp-runtime", + "sp-state-machine", + "sp-trie", "trie-db", ] @@ -15342,25 +13583,6 @@ dependencies = [ "scale-info", ] -[[package]] -name = "substrate-wasm-builder" -version = "17.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac08d23ff4da66fe6cb0300f249be010d78e5abeafef0390cae39736a374e6cd" -dependencies = [ - "ansi_term", - "build-helper", - "cargo_metadata", - "filetime", - "parity-wasm", - "sp-maybe-compressed-blob", - "strum 0.24.1", - "tempfile", - "toml 0.8.10", - "walkdir", - "wasm-opt", -] - [[package]] name = "substrate-wasm-builder" version = "18.0.0" @@ -15451,14 +13673,14 @@ dependencies = [ name = "system-parachains-constants" version = "1.0.0" dependencies = [ - "frame-support 29.0.0", + "frame-support", "kusama-runtime-constants", - "parachains-common 8.0.0", - "polkadot-core-primitives 8.0.0", - "polkadot-primitives 8.0.1", + "parachains-common", + "polkadot-core-primitives", + "polkadot-primitives", "polkadot-runtime-constants", "smallvec", - "sp-runtime 32.0.0", + "sp-runtime", ] [[package]] @@ -15517,13 +13739,13 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5ff23c25f39d64b930ab9d721643d0c780a66201c7f1da34fac6982752626bf5" dependencies = [ - "frame-support 29.0.0", - "polkadot-core-primitives 8.0.0", - "rococo-runtime-constants 8.0.0", + "frame-support", + "polkadot-core-primitives", + "rococo-runtime-constants", "smallvec", - "sp-runtime 32.0.0", - "staging-xcm 8.0.0", - "westend-runtime-constants 8.0.0", + "sp-runtime", + "staging-xcm", + "westend-runtime-constants", ] [[package]] @@ -15907,7 +14129,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9690af7fe11d125786fa1b5ca802192f631b61a4411277865c8e0581c887e286" dependencies = [ "coarsetime", - "polkadot-primitives 8.0.1", + "polkadot-primitives", "tracing", "tracing-gum-proc-macro", ] @@ -16621,38 +14843,21 @@ dependencies = [ "webpki", ] -[[package]] -name = "westend-runtime-constants" -version = "7.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c410b8a17b87e5228f9c27ba4a8020e7ece4a8afb0f452b989834623afe84a2" -dependencies = [ - "frame-support 28.0.0", - "polkadot-primitives 7.0.0", - "polkadot-runtime-common 7.0.0", - "smallvec", - "sp-core 28.0.0", - "sp-runtime 31.0.1", - "sp-weights 27.0.0", - "staging-xcm 7.0.0", - "staging-xcm-builder 7.0.3", -] - [[package]] name = "westend-runtime-constants" version = "8.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3b080c193714605ce1033311d85035247adca170181cd68a3ad7e3ca87755a14" dependencies = [ - "frame-support 29.0.0", - "polkadot-primitives 8.0.1", - "polkadot-runtime-common 8.0.1", + "frame-support", + "polkadot-primitives", + "polkadot-runtime-common", "smallvec", - "sp-core 29.0.0", - "sp-runtime 32.0.0", - "sp-weights 28.0.0", - "staging-xcm 8.0.0", - "staging-xcm-builder 8.0.1", + "sp-core", + "sp-runtime", + "sp-weights", + "staging-xcm", + "staging-xcm-builder", ] [[package]] @@ -17015,45 +15220,33 @@ version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b49681988880dd6d08a4d5f6b7cb612a0f12172270349655c1e2f870b3526fd" dependencies = [ - "cumulus-pallet-parachain-system 0.8.1", - "cumulus-pallet-xcmp-queue 0.8.0", - "cumulus-primitives-core 0.8.0", - "cumulus-primitives-parachain-inherent 0.8.0", + "cumulus-pallet-parachain-system", + "cumulus-pallet-xcmp-queue", + "cumulus-primitives-core", + "cumulus-primitives-parachain-inherent", "cumulus-test-relay-sproof-builder", - "frame-support 29.0.0", - "frame-system 29.0.0", + "frame-support", + "frame-system", "impl-trait-for-tuples", "lazy_static", "log", - "pallet-balances 29.0.0", - "pallet-message-queue 32.0.0", - "parachains-common 8.0.0", + "pallet-balances", + "pallet-message-queue", + "parachains-common", "parity-scale-codec", "paste", - "polkadot-parachain-primitives 7.0.0", - "polkadot-primitives 8.0.1", - "polkadot-runtime-parachains 8.0.1", - "sp-arithmetic 24.0.0", - "sp-core 29.0.0", + "polkadot-parachain-primitives", + "polkadot-primitives", + "polkadot-runtime-parachains", + "sp-arithmetic", + "sp-core", "sp-crypto-hashing", - "sp-io 31.0.0", - "sp-runtime 32.0.0", + "sp-io", + "sp-runtime", "sp-std", "sp-tracing", - "staging-xcm 8.0.0", - "staging-xcm-executor 8.0.1", -] - -[[package]] -name = "xcm-procedural" -version = "7.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7998facd751c42ec9b11a4cf71fcdb41fb147c5c8db8bcd1281fe84f8760d515" -dependencies = [ - "Inflector", - "proc-macro2", - "quote", - "syn 2.0.48", + "staging-xcm", + "staging-xcm-executor", ] [[package]] diff --git a/system-parachains/encointer/Cargo.toml b/system-parachains/encointer/Cargo.toml index 1b74d27601..e84d2a5a21 100644 --- a/system-parachains/encointer/Cargo.toml +++ b/system-parachains/encointer/Cargo.toml @@ -36,65 +36,65 @@ pallet-encointer-scheduler = { default-features = false, version = "6.0.0" } # Substrate -frame-benchmarking = { default-features = false, optional = true, version = "28.0.0" } -frame-executive = { default-features = false, version = "28.0.0" } -frame-support = { default-features = false, version = "28.0.0" } -frame-system = { default-features = false, version = "28.0.0" } -frame-system-benchmarking = { default-features = false, optional = true, version = "28.0.0" } -frame-system-rpc-runtime-api = { default-features = false, version = "26.0.0" } -frame-try-runtime = { default-features = false, optional = true, version = "0.34.0" } -pallet-asset-tx-payment = { default-features = false, version = "28.0.0" } -pallet-aura = { default-features = false, version = "27.0.0" } -pallet-balances = { default-features = false, version = "28.0.0" } -pallet-collective = { default-features = false, version = "28.0.0" } -pallet-insecure-randomness-collective-flip = { default-features = false, version = "16.0.0" } -pallet-membership = { default-features = false, version = "28.0.0" } -pallet-message-queue = { default-features = false, version = "31.0.0" } -pallet-proxy = { default-features = false, version = "28.0.0" } -pallet-scheduler = { default-features = false, version = "29.0.0" } -pallet-timestamp = { default-features = false, version = "27.0.0" } -pallet-transaction-payment = { default-features = false, version = "28.0.0" } -pallet-transaction-payment-rpc-runtime-api = { default-features = false, version = "28.0.0" } -pallet-treasury = { default-features = false, version = "27.0.0" } -pallet-utility = { default-features = false, version = "28.0.0" } -sp-api = { default-features = false, version = "26.0.0" } -sp-block-builder = { default-features = false, version = "26.0.0" } -sp-consensus-aura = { default-features = false, version = "0.32.0" } -sp-core = { default-features = false, version = "28.0.0" } -sp-inherents = { default-features = false, version = "26.0.0" } -sp-offchain = { default-features = false, version = "26.0.0" } -sp-runtime = { default-features = false, version = "31.0.0" } -sp-session = { default-features = false, version = "27.0.0" } +frame-benchmarking = { default-features = false, optional = true, version = "29.0.0" } +frame-executive = { default-features = false, version = "29.0.0" } +frame-support = { default-features = false, version = "29.0.0" } +frame-system = { default-features = false, version = "29.0.0" } +frame-system-benchmarking = { default-features = false, optional = true, version = "29.0.0" } +frame-system-rpc-runtime-api = { default-features = false, version = "27.0.0" } +frame-try-runtime = { default-features = false, optional = true, version = "0.35.0" } +pallet-asset-tx-payment = { default-features = false, version = "29.0.0" } +pallet-aura = { default-features = false, version = "28.0.0" } +pallet-balances = { default-features = false, version = "29.0.0" } +pallet-collective = { default-features = false, version = "29.0.0" } +pallet-insecure-randomness-collective-flip = { default-features = false, version = "17.0.0" } +pallet-membership = { default-features = false, version = "29.0.0" } +pallet-message-queue = { default-features = false, version = "32.0.0" } +pallet-proxy = { default-features = false, version = "29.0.0" } +pallet-scheduler = { default-features = false, version = "30.0.0" } +pallet-timestamp = { default-features = false, version = "28.0.0" } +pallet-transaction-payment = { default-features = false, version = "29.0.0" } +pallet-transaction-payment-rpc-runtime-api = { default-features = false, version = "29.0.0" } +pallet-treasury = { default-features = false, version = "28.0.0" } +pallet-utility = { default-features = false, version = "29.0.0" } +sp-api = { default-features = false, version = "27.0.0" } +sp-block-builder = { default-features = false, version = "27.0.0" } +sp-consensus-aura = { default-features = false, version = "0.33.0" } +sp-core = { default-features = false, version = "29.0.0" } +sp-inherents = { default-features = false, version = "27.0.0" } +sp-offchain = { default-features = false, version = "27.0.0" } +sp-runtime = { default-features = false, version = "32.0.0" } +sp-session = { default-features = false, version = "28.0.0" } sp-std = { default-features = false, version = "14.0.0" } -sp-transaction-pool = { default-features = false, version = "26.0.0" } -sp-version = { default-features = false, version = "29.0.0" } -sp-genesis-builder = { default-features = false, version = "0.7.0" } +sp-transaction-pool = { default-features = false, version = "27.0.0" } +sp-version = { default-features = false, version = "30.0.0" } +sp-genesis-builder = { default-features = false, version = "0.8.0" } # Polkadot dependencies -pallet-xcm = { default-features = false, version = "7.0.0" } -polkadot-parachain-primitives = { default-features = false, version = "6.0.0" } -polkadot-runtime-common = { default-features = false, version = "7.0.0" } -xcm = { package = "staging-xcm", default-features = false, version = "7.0.0" } -xcm-builder = { package = "staging-xcm-builder", default-features = false, version = "7.0.3" } -xcm-executor = { package = "staging-xcm-executor", default-features = false, version = "7.0.3" } +pallet-xcm = { default-features = false, version = "8.0.1" } +polkadot-parachain-primitives = { default-features = false, version = "7.0.0" } +polkadot-runtime-common = { default-features = false, version = "8.0.1" } +xcm = { package = "staging-xcm", default-features = false, version = "8.0.0" } +xcm-builder = { package = "staging-xcm-builder", default-features = false, version = "8.0.1" } +xcm-executor = { package = "staging-xcm-executor", default-features = false, version = "8.0.1" } # Cumulus dependencies -cumulus-pallet-aura-ext = { default-features = false, version = "0.7.0" } -cumulus-pallet-dmp-queue = { default-features = false, version = "0.7.0" } +cumulus-pallet-aura-ext = { default-features = false, version = "0.8.0" } +cumulus-pallet-dmp-queue = { default-features = false, version = "0.8.0" } cumulus-pallet-parachain-system = { default-features = false, features = [ "parameterized-consensus-hook", -], version = "0.7.0" } -cumulus-pallet-xcm = { default-features = false, version = "0.7.0" } -cumulus-pallet-xcmp-queue = { default-features = false, version = "0.7.0" } -cumulus-primitives-core = { default-features = false, version = "0.7.0" } -cumulus-primitives-utility = { default-features = false, version = "0.7.0" } -parachain-info = { package = "staging-parachain-info", default-features = false, version = "0.7.0" } -parachains-common = { default-features = false, version = "7.0.0" } -polkadot-core-primitives = { default-features = false, version = "7.0.0" } -polkadot-primitives = { default-features = false, version = "7.0.0" } +], version = "0.8.0" } +cumulus-pallet-xcm = { default-features = false, version = "0.8.0" } +cumulus-pallet-xcmp-queue = { default-features = false, version = "0.8.0" } +cumulus-primitives-core = { default-features = false, version = "0.8.0" } +cumulus-primitives-utility = { default-features = false, version = "0.8.0" } +parachain-info = { package = "staging-parachain-info", default-features = false, version = "0.8.0" } +parachains-common = { default-features = false, version = "8.0.0" } +polkadot-core-primitives = { default-features = false, version = "8.0.0" } +polkadot-primitives = { default-features = false, version = "8.0.0" } [build-dependencies] -substrate-wasm-builder = { optional = true, version = "17.0.0" } +substrate-wasm-builder = { optional = true, version = "18.0.0" } [dev-dependencies] # The Encointer pallets might not have compatible versions of `polkadot-sdk` with the rest of the system parachains, From 6f6337db6c1fd37efde5c1884f7e7158a41ea36c Mon Sep 17 00:00:00 2001 From: Alain Brenzikofer Date: Wed, 28 Feb 2024 19:19:18 +0100 Subject: [PATCH 3/4] fix 1.7.0 upgrade changes --- Cargo.lock | 4 +- system-parachains/encointer/Cargo.toml | 5 +- system-parachains/encointer/src/lib.rs | 12 +- .../encointer/src/weights/pallet_balances.rs | 116 +++++++++++------- system-parachains/encointer/src/xcm_config.rs | 64 +++++----- 5 files changed, 114 insertions(+), 87 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index da9a05ed50..e50b95f8fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3244,9 +3244,9 @@ dependencies = [ [[package]] name = "encointer-primitives" -version = "6.0.0" +version = "6.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33f9df6f65bba31665651e99a088ec32664fd585051e74069c8401a77f9951fa" +checksum = "a4d3adcceca350eed739e9677fae4e1bea6c7ad526eee456ca30037cbcfe9b9a" dependencies = [ "bs58 0.5.0", "crc", diff --git a/system-parachains/encointer/Cargo.toml b/system-parachains/encointer/Cargo.toml index e84d2a5a21..c537e03359 100644 --- a/system-parachains/encointer/Cargo.toml +++ b/system-parachains/encointer/Cargo.toml @@ -22,7 +22,7 @@ smallvec = "1.13.1" # encointer deps encointer-balances-tx-payment = { default-features = false, version = "6.0.0" } encointer-balances-tx-payment-rpc-runtime-api = { default-features = false, version = "6.0.0" } -encointer-primitives = { default-features = false, version = "6.0.0" } +encointer-primitives = { default-features = false, version = "6.0.2" } pallet-encointer-balances = { default-features = false, version = "6.0.0" } pallet-encointer-bazaar = { default-features = false, version = "6.0.0" } pallet-encointer-bazaar-rpc-runtime-api = { default-features = false, version = "6.0.0" } @@ -153,7 +153,7 @@ std = [ "frame-support/std", "frame-system-rpc-runtime-api/std", "frame-system/std", - "frame-try-runtime/std", + "frame-try-runtime?/std", "log/std", "pallet-asset-tx-payment/std", "pallet-aura/std", @@ -240,3 +240,4 @@ experimental = ["pallet-aura/experimental"] # deployment. This will disable stuff that shouldn't be part of the on-chain wasm # to make it smaller, like logging for example. on-chain-release-build = ["sp-api/disable-logging"] + diff --git a/system-parachains/encointer/src/lib.rs b/system-parachains/encointer/src/lib.rs index 7b89827999..177111c090 100644 --- a/system-parachains/encointer/src/lib.rs +++ b/system-parachains/encointer/src/lib.rs @@ -100,7 +100,7 @@ use system_parachains_constants::{ SLOT_DURATION, }; use weights::{BlockExecutionWeight, ExtrinsicBaseWeight, RocksDbWeight}; -use xcm::{latest::BodyId, v3::AssetId as XcmAssetId}; +use xcm::latest::prelude::{BodyId, AssetId as XcmAssetId}; use xcm_config::{KsmLocation, XcmOriginToTransactDispatchOrigin}; @@ -307,7 +307,6 @@ impl pallet_balances::Config for Runtime { type RuntimeHoldReason = (); type RuntimeFreezeReason = RuntimeFreezeReason; type FreezeIdentifier = (); - type MaxHolds = ConstU32<0>; type MaxFreezes = ConstU32<0>; } @@ -440,7 +439,7 @@ impl cumulus_pallet_aura_ext::Config for Runtime {} parameter_types! { pub const ExecutiveBody: BodyId = BodyId::Executive; /// The asset ID for the asset that we use to pay for message delivery fees. - pub FeeAssetId: XcmAssetId = XcmAssetId::Concrete(xcm_config::KsmLocation::get()); + pub FeeAssetId: XcmAssetId = XcmAssetId(xcm_config::KsmLocation::get()); /// The base fee for the message delivery fees. pub const ToSiblingBaseDeliveryFee: u128 = CENTS.saturating_mul(3); pub const ToParentBaseDeliveryFee: u128 = CENTS.saturating_mul(3); @@ -706,10 +705,7 @@ pub type CheckedExtrinsic = generic::CheckedExtrinsic, - // also here we're actually too late with applying the migration. however, the migration does + // we're actually too late with applying the migration. however, the migration does // work as-is. pallet_xcm::migration::v1::VersionUncheckedMigrateToV1, // balances are more tricky. We missed to do the migration to V1 and now we have inconsistent @@ -721,6 +717,8 @@ pub type Migrations = ( //then apply the proper migration as we should have done earlier pallet_balances::migration::MigrateToTrackInactive, cumulus_pallet_xcmp_queue::migration::v4::MigrationToV4, + // permanent + pallet_xcm::migration::MigrateToLatestXcmVersion, ); /// Executive: handles dispatch to the various modules. diff --git a/system-parachains/encointer/src/weights/pallet_balances.rs b/system-parachains/encointer/src/weights/pallet_balances.rs index 449621b5aa..c32d3f9d7d 100644 --- a/system-parachains/encointer/src/weights/pallet_balances.rs +++ b/system-parachains/encointer/src/weights/pallet_balances.rs @@ -1,25 +1,40 @@ +// Copyright (C) Parity Technologies (UK) Ltd. +// This file is part of Polkadot. + +// Polkadot is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// Polkadot is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. + +// You should have received a copy of the GNU General Public License +// along with Polkadot. If not, see . //! Autogenerated weights for `pallet_balances` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-07-31, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-19, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `caribe`, CPU: `12th Gen Intel(R) Core(TM) i7-1260P` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("encointer-rococo-local-dev"), DB CACHE: 1024 +//! HOSTNAME: `ggwpez-ref-hw`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! WASM-EXECUTION: `Compiled`, CHAIN: `Some("../asset-hub-kusama-chain-spec.json")`, DB CACHE: 1024 // Executed Command: -// target/release/encointer-collator +// ./target/production/polkadot // benchmark // pallet -// --chain=encointer-rococo-local-dev +// --chain=../asset-hub-kusama-chain-spec.json // --steps=50 // --repeat=20 // --pallet=pallet_balances // --extrinsic=* -// --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=polkadot-parachains/encointer-runtime/src/weights/pallet_balances.rs +// --output=./asset-hub-kusama-weights +// --header=./file_header.txt #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -32,104 +47,115 @@ use core::marker::PhantomData; /// Weight functions for `pallet_balances`. pub struct WeightInfo(PhantomData); impl pallet_balances::WeightInfo for WeightInfo { - /// Storage: System Account (r:1 w:1) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: `System::Account` (r:1 w:1) + /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) fn transfer_allow_death() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 51_062_000 picoseconds. - Weight::from_parts(52_242_000, 0) + // Minimum execution time: 43_860_000 picoseconds. + Weight::from_parts(44_224_000, 0) .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } - /// Storage: System Account (r:1 w:1) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: `System::Account` (r:1 w:1) + /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) fn transfer_keep_alive() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 38_442_000 picoseconds. - Weight::from_parts(38_796_000, 0) + // Minimum execution time: 34_240_000 picoseconds. + Weight::from_parts(34_659_000, 0) .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } - /// Storage: System Account (r:1 w:1) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: `System::Account` (r:1 w:1) + /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) fn force_set_balance_creating() -> Weight { // Proof Size summary in bytes: - // Measured: `103` + // Measured: `174` // Estimated: `3593` - // Minimum execution time: 12_980_000 picoseconds. - Weight::from_parts(13_172_000, 0) + // Minimum execution time: 14_009_000 picoseconds. + Weight::from_parts(14_639_000, 0) .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } - /// Storage: System Account (r:1 w:1) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: `System::Account` (r:1 w:1) + /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) fn force_set_balance_killing() -> Weight { // Proof Size summary in bytes: - // Measured: `103` + // Measured: `174` // Estimated: `3593` - // Minimum execution time: 19_468_000 picoseconds. - Weight::from_parts(19_763_000, 0) + // Minimum execution time: 18_844_000 picoseconds. + Weight::from_parts(19_518_000, 0) .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } - /// Storage: System Account (r:2 w:2) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: `System::Account` (r:2 w:2) + /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) fn force_transfer() -> Weight { // Proof Size summary in bytes: // Measured: `103` // Estimated: `6196` - // Minimum execution time: 51_765_000 picoseconds. - Weight::from_parts(52_610_000, 0) + // Minimum execution time: 46_279_000 picoseconds. + Weight::from_parts(47_441_000, 0) .saturating_add(Weight::from_parts(0, 6196)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } - /// Storage: System Account (r:1 w:1) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: `System::Account` (r:1 w:1) + /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) fn transfer_all() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 47_586_000 picoseconds. - Weight::from_parts(48_295_000, 0) + // Minimum execution time: 42_457_000 picoseconds. + Weight::from_parts(42_914_000, 0) .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } - /// Storage: System Account (r:1 w:1) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: `System::Account` (r:1 w:1) + /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) fn force_unreserve() -> Weight { // Proof Size summary in bytes: - // Measured: `103` + // Measured: `174` // Estimated: `3593` - // Minimum execution time: 15_891_000 picoseconds. - Weight::from_parts(16_204_000, 0) + // Minimum execution time: 16_297_000 picoseconds. + Weight::from_parts(16_925_000, 0) .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } - /// Storage: System Account (r:999 w:999) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: `System::Account` (r:999 w:999) + /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) /// The range of component `u` is `[1, 1000]`. fn upgrade_accounts(u: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `0 + u * (135 ±0)` + // Measured: `0 + u * (136 ±0)` // Estimated: `990 + u * (2603 ±0)` - // Minimum execution time: 15_647_000 picoseconds. - Weight::from_parts(15_952_000, 0) + // Minimum execution time: 15_740_000 picoseconds. + Weight::from_parts(15_870_000, 0) .saturating_add(Weight::from_parts(0, 990)) - // Standard Error: 99_031 - .saturating_add(Weight::from_parts(15_553_741, 0).saturating_mul(u.into())) + // Standard Error: 15_344 + .saturating_add(Weight::from_parts(13_532_274, 0).saturating_mul(u.into())) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(u.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(u.into()))) .saturating_add(Weight::from_parts(0, 2603).saturating_mul(u.into())) } + /// Storage: `Balances::InactiveIssuance` (r:1 w:0) + /// Proof: `Balances::InactiveIssuance` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) + fn force_adjust_total_issuance() -> Weight { + // Proof Size summary in bytes: + // Measured: `0` + // Estimated: `1501` + // Minimum execution time: 5_208_000 picoseconds. + Weight::from_parts(5_619_000, 0) + .saturating_add(Weight::from_parts(0, 1501)) + .saturating_add(T::DbWeight::get().reads(1)) + } } diff --git a/system-parachains/encointer/src/xcm_config.rs b/system-parachains/encointer/src/xcm_config.rs index 4b796026b9..d0d5607f6b 100644 --- a/system-parachains/encointer/src/xcm_config.rs +++ b/system-parachains/encointer/src/xcm_config.rs @@ -20,37 +20,30 @@ use super::{ RuntimeCall, RuntimeEvent, RuntimeOrigin, WeightToFee, XcmpQueue, }; use frame_support::{ - match_types, parameter_types, + parameter_types, traits::{Everything, Nothing}, weights::Weight, }; +use frame_support::traits::{Contains}; use frame_system::EnsureRoot; use pallet_xcm::XcmPassthrough; -use parachains_common::xcm_config::ConcreteAssetFromSystem; +use parachains_common::xcm_config::{ConcreteAssetFromSystem, ParentRelayOrSiblingParachains}; use polkadot_parachain_primitives::primitives::Sibling; use sp_core::ConstU32; use xcm::latest::prelude::*; -use xcm_builder::{ - AccountId32Aliases, AllowKnownQueryResponses, AllowSubscriptionsFrom, - AllowTopLevelPaidExecutionFrom, AllowUnpaidExecutionFrom, DenyReserveTransferToRelayChain, - DenyThenTry, DescribeTerminus, EnsureXcmOrigin, FixedWeightBounds, FrameTransactionalProcessor, - FungibleAdapter, HashedDescription, IsConcrete, NativeAsset, ParentAsSuperuser, ParentIsPreset, - RelayChainAsNative, SiblingParachainAsNative, SiblingParachainConvertsVia, - SignedAccountId32AsNative, SignedToAccountId32, SovereignSignedViaLocation, TakeWeightCredit, - TrailingSetTopicAsId, UsingComponents, -}; +use xcm_builder::{AccountId32Aliases, AllowExplicitUnpaidExecutionFrom, AllowKnownQueryResponses, AllowSubscriptionsFrom, AllowTopLevelPaidExecutionFrom, DenyReserveTransferToRelayChain, DenyThenTry, DescribeTerminus, EnsureXcmOrigin, FixedWeightBounds, FrameTransactionalProcessor, FungibleAdapter, HashedDescription, IsConcrete, NativeAsset, ParentAsSuperuser, ParentIsPreset, RelayChainAsNative, SiblingParachainAsNative, SiblingParachainConvertsVia, SignedAccountId32AsNative, SignedToAccountId32, SovereignSignedViaLocation, TakeWeightCredit, TrailingSetTopicAsId, UsingComponents, WithComputedOrigin}; use xcm_executor::XcmExecutor; parameter_types! { - pub const KsmLocation: MultiLocation = MultiLocation::parent(); + pub const KsmLocation: Location = Location::parent(); pub const RelayNetwork: NetworkId = NetworkId::Kusama; pub RelayChainOrigin: RuntimeOrigin = cumulus_pallet_xcm::Origin::Relay.into(); - pub Ancestry: MultiLocation = Parachain(ParachainInfo::parachain_id().into()).into(); + pub Ancestry: Location = Parachain(ParachainInfo::parachain_id().into()).into(); pub CheckingAccount: AccountId = PolkadotXcm::check_account(); - pub UniversalLocation: InteriorMultiLocation = - X2(GlobalConsensus(RelayNetwork::get()), Parachain(ParachainInfo::parachain_id().into())); + pub UniversalLocation: InteriorLocation = + [GlobalConsensus(RelayNetwork::get()), Parachain(ParachainInfo::parachain_id().into())].into(); } /// Type for specifying how a `Location` can be converted into an `AccountId`. This is used @@ -111,15 +104,11 @@ parameter_types! { pub const MaxInstructions: u32 = 100; } -match_types! { - pub type ParentOrParentsExecutivePlurality: impl Contains = { - MultiLocation { parents: 1, interior: Here } | - MultiLocation { parents: 1, interior: X1(Plurality { id: BodyId::Executive, .. }) } - }; - pub type ParentOrSiblings: impl Contains = { - MultiLocation { parents: 1, interior: Here } | - MultiLocation { parents: 1, interior: X1(_) } - }; +pub struct ParentOrParentsPlurality; +impl Contains for ParentOrParentsPlurality { + fn contains(location: &Location) -> bool { + matches!(location.unpack(), (1, []) | (1, [Plurality { .. }])) + } } pub type Barrier = TrailingSetTopicAsId< @@ -127,16 +116,29 @@ pub type Barrier = TrailingSetTopicAsId< DenyReserveTransferToRelayChain, ( TakeWeightCredit, - AllowTopLevelPaidExecutionFrom, - // Parent and its exec plurality get free execution - AllowUnpaidExecutionFrom, // Expected responses are OK. AllowKnownQueryResponses, - // Subscriptions for version tracking are OK. - AllowSubscriptionsFrom, + // Allow XCMs with some computed origins to pass through. + WithComputedOrigin< + ( + // If the message is one that immediately attempts to pay for execution, then + // allow it. + AllowTopLevelPaidExecutionFrom, + // Parent, its pluralities (i.e. governance bodies), parent's treasury and + // sibling bridge hub get free execution. + AllowExplicitUnpaidExecutionFrom<( + ParentOrParentsPlurality, + )>, + // Subscriptions for version tracking are OK. + AllowSubscriptionsFrom, + ), + UniversalLocation, + ConstU32<8>, + >, ), >, >; + pub struct SafeCallFilter; impl frame_support::traits::Contains for SafeCallFilter { fn contains(_call: &RuntimeCall) -> bool { @@ -148,7 +150,7 @@ impl frame_support::traits::Contains for SafeCallFilter { parameter_types! { pub const MaxAssetsIntoHolding: u32 = 64; - pub const KsmRelayLocation: MultiLocation = MultiLocation::parent(); + pub const KsmRelayLocation: Location = Location::parent(); } /// Cases where a remote origin is accepted as trusted Teleporter for a given asset: @@ -201,7 +203,7 @@ pub type XcmRouter = ( #[cfg(feature = "runtime-benchmarks")] parameter_types! { - pub ReachableDest: Option = Some(Parent.into()); + pub ReachableDest: Option = Some(Parent.into()); } impl pallet_xcm::Config for Runtime { From 56bedbc156ecb12b8305aa79d368d6dea8456879 Mon Sep 17 00:00:00 2001 From: Alain Brenzikofer Date: Wed, 28 Feb 2024 19:23:38 +0100 Subject: [PATCH 4/4] nightly fmt --- system-parachains/encointer/src/lib.rs | 2 +- system-parachains/encointer/src/xcm_config.rs | 17 +++++++++++------ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/system-parachains/encointer/src/lib.rs b/system-parachains/encointer/src/lib.rs index 177111c090..f2c82fc325 100644 --- a/system-parachains/encointer/src/lib.rs +++ b/system-parachains/encointer/src/lib.rs @@ -100,7 +100,7 @@ use system_parachains_constants::{ SLOT_DURATION, }; use weights::{BlockExecutionWeight, ExtrinsicBaseWeight, RocksDbWeight}; -use xcm::latest::prelude::{BodyId, AssetId as XcmAssetId}; +use xcm::latest::prelude::{AssetId as XcmAssetId, BodyId}; use xcm_config::{KsmLocation, XcmOriginToTransactDispatchOrigin}; diff --git a/system-parachains/encointer/src/xcm_config.rs b/system-parachains/encointer/src/xcm_config.rs index d0d5607f6b..cc828e7546 100644 --- a/system-parachains/encointer/src/xcm_config.rs +++ b/system-parachains/encointer/src/xcm_config.rs @@ -21,10 +21,9 @@ use super::{ }; use frame_support::{ parameter_types, - traits::{Everything, Nothing}, + traits::{Contains, Everything, Nothing}, weights::Weight, }; -use frame_support::traits::{Contains}; use frame_system::EnsureRoot; use pallet_xcm::XcmPassthrough; use parachains_common::xcm_config::{ConcreteAssetFromSystem, ParentRelayOrSiblingParachains}; @@ -33,7 +32,15 @@ use polkadot_parachain_primitives::primitives::Sibling; use sp_core::ConstU32; use xcm::latest::prelude::*; -use xcm_builder::{AccountId32Aliases, AllowExplicitUnpaidExecutionFrom, AllowKnownQueryResponses, AllowSubscriptionsFrom, AllowTopLevelPaidExecutionFrom, DenyReserveTransferToRelayChain, DenyThenTry, DescribeTerminus, EnsureXcmOrigin, FixedWeightBounds, FrameTransactionalProcessor, FungibleAdapter, HashedDescription, IsConcrete, NativeAsset, ParentAsSuperuser, ParentIsPreset, RelayChainAsNative, SiblingParachainAsNative, SiblingParachainConvertsVia, SignedAccountId32AsNative, SignedToAccountId32, SovereignSignedViaLocation, TakeWeightCredit, TrailingSetTopicAsId, UsingComponents, WithComputedOrigin}; +use xcm_builder::{ + AccountId32Aliases, AllowExplicitUnpaidExecutionFrom, AllowKnownQueryResponses, + AllowSubscriptionsFrom, AllowTopLevelPaidExecutionFrom, DenyReserveTransferToRelayChain, + DenyThenTry, DescribeTerminus, EnsureXcmOrigin, FixedWeightBounds, FrameTransactionalProcessor, + FungibleAdapter, HashedDescription, IsConcrete, NativeAsset, ParentAsSuperuser, ParentIsPreset, + RelayChainAsNative, SiblingParachainAsNative, SiblingParachainConvertsVia, + SignedAccountId32AsNative, SignedToAccountId32, SovereignSignedViaLocation, TakeWeightCredit, + TrailingSetTopicAsId, UsingComponents, WithComputedOrigin, +}; use xcm_executor::XcmExecutor; parameter_types! { @@ -126,9 +133,7 @@ pub type Barrier = TrailingSetTopicAsId< AllowTopLevelPaidExecutionFrom, // Parent, its pluralities (i.e. governance bodies), parent's treasury and // sibling bridge hub get free execution. - AllowExplicitUnpaidExecutionFrom<( - ParentOrParentsPlurality, - )>, + AllowExplicitUnpaidExecutionFrom<(ParentOrParentsPlurality,)>, // Subscriptions for version tracking are OK. AllowSubscriptionsFrom, ),