diff --git a/Cargo.lock b/Cargo.lock index 0f0955c41d..f2a9029ced 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -577,7 +577,7 @@ dependencies = [ "asset-hub-kusama-runtime", "cumulus-primitives-core", "emulated-integration-tests-common", - "frame-support 36.0.0", + "frame-support", "kusama-emulated-chain", "parachains-common", "penpal-emulated-chain", @@ -595,7 +595,7 @@ dependencies = [ "asset-test-utils", "cumulus-pallet-parachain-system", "emulated-integration-tests-common", - "frame-support 36.0.0", + "frame-support", "integration-tests-helpers", "kusama-runtime-constants", "kusama-system-emulated-network", @@ -636,11 +636,11 @@ dependencies = [ "cumulus-primitives-core", "cumulus-primitives-storage-weight-reclaim", "cumulus-primitives-utility", - "frame-benchmarking 36.0.0", + "frame-benchmarking", "frame-executive", "frame-metadata-hash-extension", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-support", + "frame-system", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -662,8 +662,8 @@ dependencies = [ "pallet-proxy", "pallet-session", "pallet-state-trie-migration", - "pallet-timestamp 35.0.0", - "pallet-transaction-payment 36.0.0", + "pallet-timestamp", + "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", "pallet-uniques", "pallet-utility", @@ -711,7 +711,7 @@ dependencies = [ "asset-hub-polkadot-runtime", "cumulus-primitives-core", "emulated-integration-tests-common", - "frame-support 36.0.0", + "frame-support", "parachains-common", "penpal-emulated-chain", "polkadot-emulated-chain", @@ -731,7 +731,7 @@ dependencies = [ "cumulus-pallet-parachain-system", "cumulus-pallet-xcmp-queue", "emulated-integration-tests-common", - "frame-support 36.0.0", + "frame-support", "integration-tests-helpers", "pallet-asset-conversion", "pallet-assets", @@ -769,11 +769,11 @@ dependencies = [ "cumulus-primitives-aura", "cumulus-primitives-core", "cumulus-primitives-utility", - "frame-benchmarking 36.0.0", + "frame-benchmarking", "frame-executive", "frame-metadata-hash-extension", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-support", + "frame-system", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -793,8 +793,8 @@ dependencies = [ "pallet-nfts-runtime-api", "pallet-proxy", "pallet-session", - "pallet-timestamp 35.0.0", - "pallet-transaction-payment 36.0.0", + "pallet-timestamp", + "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", "pallet-uniques", "pallet-utility", @@ -844,13 +844,13 @@ dependencies = [ "cumulus-pallet-parachain-system", "cumulus-pallet-xcmp-queue", "cumulus-primitives-core", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-support", + "frame-system", "pallet-assets", "pallet-balances", "pallet-collator-selection", "pallet-session", - "pallet-timestamp 35.0.0", + "pallet-timestamp", "pallet-xcm", "pallet-xcm-bridge-hub-router", "parachains-common", @@ -873,7 +873,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d4e2360c96927aa33b3fef7190eabf2aa4129fe3505c11dfa860ada0f27fd1b1" dependencies = [ "cumulus-primitives-core", - "frame-support 36.0.0", + "frame-support", "impl-trait-for-tuples", "log", "pallet-asset-conversion", @@ -1380,7 +1380,7 @@ name = "bp-asset-hub-kusama" version = "1.0.0" dependencies = [ "bp-xcm-bridge-hub-router", - "frame-support 36.0.0", + "frame-support", "parity-scale-codec", "scale-info", "sp-std", @@ -1393,7 +1393,7 @@ name = "bp-asset-hub-polkadot" version = "1.0.0" dependencies = [ "bp-xcm-bridge-hub-router", - "frame-support 36.0.0", + "frame-support", "parity-scale-codec", "scale-info", "sp-std", @@ -1410,8 +1410,8 @@ dependencies = [ "bp-messages", "bp-polkadot-core", "bp-runtime", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-support", + "frame-system", "polkadot-primitives", "sp-api", "sp-std", @@ -1424,7 +1424,7 @@ dependencies = [ "bp-bridge-hub-cumulus", "bp-messages", "bp-runtime", - "frame-support 36.0.0", + "frame-support", "kusama-runtime-constants", "polkadot-runtime-constants", "snowbridge-core", @@ -1443,7 +1443,7 @@ dependencies = [ "bp-messages", "bp-polkadot-bulletin", "bp-runtime", - "frame-support 36.0.0", + "frame-support", "kusama-runtime-constants", "polkadot-runtime-constants", "snowbridge-core", @@ -1462,7 +1462,7 @@ checksum = "57cac4b71008e46d43e346476ed1be85cf7b505efacee17dad84d687344bf1b1" dependencies = [ "bp-runtime", "finality-grandpa", - "frame-support 36.0.0", + "frame-support", "parity-scale-codec", "scale-info", "serde", @@ -1481,7 +1481,7 @@ dependencies = [ "bp-header-chain", "bp-polkadot-core", "bp-runtime", - "frame-support 36.0.0", + "frame-support", "sp-api", "sp-std", ] @@ -1494,7 +1494,7 @@ checksum = "f97eec00a98efeb052ac9fc9676d9fccf5acd19e3b18530f3d72af1a1faf21ec" dependencies = [ "bp-header-chain", "bp-runtime", - "frame-support 36.0.0", + "frame-support", "parity-scale-codec", "scale-info", "serde", @@ -1511,7 +1511,7 @@ dependencies = [ "bp-header-chain", "bp-polkadot-core", "bp-runtime", - "frame-support 36.0.0", + "frame-support", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", @@ -1529,7 +1529,7 @@ dependencies = [ "bp-header-chain", "bp-polkadot-core", "bp-runtime", - "frame-support 36.0.0", + "frame-support", "sp-api", "sp-std", ] @@ -1544,8 +1544,8 @@ dependencies = [ "bp-messages", "bp-polkadot-core", "bp-runtime", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", "sp-api", @@ -1561,8 +1561,8 @@ checksum = "6ef2272823ecfee580c00f6542dfcab3ec7abdb00857af853429736847c3a2d9" dependencies = [ "bp-messages", "bp-runtime", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-support", + "frame-system", "parity-scale-codec", "parity-util-mem", "scale-info", @@ -1580,7 +1580,7 @@ checksum = "5a589f5bb70baa4377a798823be752042aa6c220d51afc559716667e29b0203d" dependencies = [ "bp-messages", "bp-runtime", - "frame-support 36.0.0", + "frame-support", "parity-scale-codec", "scale-info", "sp-runtime 38.0.0", @@ -1593,8 +1593,8 @@ version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "904644c23b437dde65741f3148067624ed0b4d8360f68adf9e92273aeb970814" dependencies = [ - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-support", + "frame-system", "hash-db", "impl-trait-for-tuples", "log", @@ -1660,7 +1660,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fd1e0c182cdd2ce204425d011965d2c6344360b48dd9aa3f4c470713cfaae9ba" dependencies = [ "cumulus-primitives-core", - "frame-support 36.0.0", + "frame-support", "pallet-message-queue", "parity-scale-codec", "scale-info", @@ -1678,7 +1678,7 @@ dependencies = [ "bridge-hub-common", "bridge-hub-kusama-runtime", "emulated-integration-tests-common", - "frame-support 36.0.0", + "frame-support", "parachains-common", "sp-core 34.0.0", ] @@ -1693,7 +1693,7 @@ dependencies = [ "bridge-hub-kusama-runtime", "cumulus-pallet-xcmp-queue", "emulated-integration-tests-common", - "frame-support 36.0.0", + "frame-support", "hex-literal", "integration-tests-helpers", "kusama-polkadot-system-emulated-network", @@ -1750,11 +1750,11 @@ dependencies = [ "cumulus-primitives-core", "cumulus-primitives-storage-weight-reclaim", "cumulus-primitives-utility", - "frame-benchmarking 36.0.0", + "frame-benchmarking", "frame-executive", "frame-metadata-hash-extension", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-support", + "frame-system", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -1772,8 +1772,8 @@ dependencies = [ "pallet-message-queue", "pallet-multisig", "pallet-session", - "pallet-timestamp 35.0.0", - "pallet-transaction-payment 36.0.0", + "pallet-timestamp", + "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", "pallet-utility", "pallet-xcm", @@ -1831,7 +1831,7 @@ dependencies = [ "bridge-hub-common", "bridge-hub-polkadot-runtime", "emulated-integration-tests-common", - "frame-support 36.0.0", + "frame-support", "parachains-common", "sp-core 34.0.0", ] @@ -1846,7 +1846,7 @@ dependencies = [ "bridge-hub-polkadot-runtime", "cumulus-pallet-xcmp-queue", "emulated-integration-tests-common", - "frame-support 36.0.0", + "frame-support", "hex-literal", "integration-tests-helpers", "kusama-polkadot-system-emulated-network", @@ -1901,11 +1901,11 @@ dependencies = [ "cumulus-primitives-aura", "cumulus-primitives-core", "cumulus-primitives-utility", - "frame-benchmarking 36.0.0", + "frame-benchmarking", "frame-executive", "frame-metadata-hash-extension", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-support", + "frame-system", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -1923,8 +1923,8 @@ dependencies = [ "pallet-message-queue", "pallet-multisig", "pallet-session", - "pallet-timestamp 35.0.0", - "pallet-transaction-payment 36.0.0", + "pallet-timestamp", + "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", "pallet-utility", "pallet-xcm", @@ -1991,8 +1991,8 @@ dependencies = [ "bridge-runtime-common", "cumulus-pallet-parachain-system", "cumulus-pallet-xcmp-queue", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-support", + "frame-system", "impl-trait-for-tuples", "log", "pallet-balances", @@ -2000,7 +2000,7 @@ dependencies = [ "pallet-bridge-messages", "pallet-bridge-parachains", "pallet-bridge-relayers", - "pallet-timestamp 35.0.0", + "pallet-timestamp", "pallet-utility", "parachains-common", "parachains-runtimes-test-utils", @@ -2030,15 +2030,15 @@ dependencies = [ "bp-runtime", "bp-xcm-bridge-hub", "bp-xcm-bridge-hub-router", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-support", + "frame-system", "hash-db", "log", "pallet-bridge-grandpa", "pallet-bridge-messages", "pallet-bridge-parachains", "pallet-bridge-relayers", - "pallet-transaction-payment 36.0.0", + "pallet-transaction-payment", "pallet-utility", "parity-scale-codec", "scale-info", @@ -2375,7 +2375,7 @@ dependencies = [ "collectives-polkadot-runtime", "cumulus-primitives-core", "emulated-integration-tests-common", - "frame-support 36.0.0", + "frame-support", "parachains-common", "sp-core 34.0.0", ] @@ -2392,7 +2392,7 @@ dependencies = [ "cumulus-pallet-parachain-system", "cumulus-pallet-xcmp-queue", "emulated-integration-tests-common", - "frame-support 36.0.0", + "frame-support", "integration-tests-helpers", "pallet-asset-rate", "pallet-assets", @@ -2428,11 +2428,11 @@ dependencies = [ "cumulus-primitives-aura", "cumulus-primitives-core", "cumulus-primitives-utility", - "frame-benchmarking 36.0.0", + "frame-benchmarking", "frame-executive", "frame-metadata-hash-extension", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-support", + "frame-system", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -2455,8 +2455,8 @@ dependencies = [ "pallet-salary", "pallet-scheduler", "pallet-session", - "pallet-timestamp 35.0.0", - "pallet-transaction-payment 36.0.0", + "pallet-timestamp", + "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", "pallet-treasury", "pallet-utility", @@ -2639,11 +2639,11 @@ dependencies = [ "cumulus-primitives-core", "cumulus-primitives-storage-weight-reclaim", "cumulus-primitives-utility", - "frame-benchmarking 36.0.0", + "frame-benchmarking", "frame-executive", "frame-metadata-hash-extension", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-support", + "frame-system", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -2659,8 +2659,8 @@ dependencies = [ "pallet-multisig", "pallet-proxy", "pallet-session", - "pallet-timestamp 35.0.0", - "pallet-transaction-payment 36.0.0", + "pallet-timestamp", + "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", "pallet-utility", "pallet-xcm", @@ -2933,10 +2933,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c5e8af48090936c45483d489ee681acb54277763586b53fa3dbd17173aa474fc" dependencies = [ "cumulus-pallet-parachain-system", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-support", + "frame-system", "pallet-aura", - "pallet-timestamp 35.0.0", + "pallet-timestamp", "parity-scale-codec", "scale-info", "sp-application-crypto 37.0.0", @@ -2952,9 +2952,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7926abe4b165565b8c86a3525ac98e3a962761d05c201c53012460b237ad5887" dependencies = [ "cumulus-primitives-core", - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", @@ -2976,9 +2976,9 @@ dependencies = [ "cumulus-primitives-parachain-inherent", "cumulus-primitives-proof-size-hostfunction", "environmental", - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "impl-trait-for-tuples", "log", "pallet-message-queue", @@ -3019,9 +3019,9 @@ version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "506daacefa861aa2909b64f26e76495ce029227fd8355b97e074cc1d5dc54ab2" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "pallet-session", "parity-scale-codec", "sp-runtime 38.0.0", @@ -3035,8 +3035,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8d5224285f60e5159bab549f458079d606a7f95ef779def8b89f1a244dc7cf81" dependencies = [ "cumulus-primitives-core", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", "sp-io 37.0.0", @@ -3054,9 +3054,9 @@ dependencies = [ "bounded-collections", "bp-xcm-bridge-hub-router", "cumulus-primitives-core", - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "pallet-message-queue", "parity-scale-codec", @@ -3143,8 +3143,8 @@ dependencies = [ "cumulus-primitives-core", "cumulus-primitives-proof-size-hostfunction", "docify", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", @@ -3159,7 +3159,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "05742c520065e3870d419683113ed7f6d35de66f0c80af6828e7878d1bb0ea94" dependencies = [ "cumulus-primitives-core", - "frame-support 36.0.0", + "frame-support", "log", "pallet-asset-conversion", "parity-scale-codec", @@ -3715,7 +3715,7 @@ dependencies = [ "cumulus-pallet-parachain-system", "cumulus-pallet-xcmp-queue", "cumulus-primitives-core", - "frame-support 36.0.0", + "frame-support", "pallet-assets", "pallet-balances", "pallet-bridge-messages", @@ -3754,29 +3754,29 @@ dependencies = [ [[package]] name = "encointer-balances-tx-payment" -version = "12.1.0" +version = "13.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f912501176bc6c3594ff9f1e60994d99faa41bd90395866d7aed87214bb5a3a4" +checksum = "3e0a21785d37fcc1d2bc52c4b962ed0ecc1ea0ad7b1421c84c57edb9e11a3d34" dependencies = [ "encointer-primitives", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-support", + "frame-system", "log", - "pallet-asset-tx-payment 35.0.0", + "pallet-asset-tx-payment", "pallet-encointer-balances", "pallet-encointer-ceremonies", - "pallet-transaction-payment 35.0.0", + "pallet-transaction-payment", "sp-runtime 38.0.0", ] [[package]] name = "encointer-balances-tx-payment-rpc-runtime-api" -version = "12.1.0" +version = "13.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d0708f366a77b08ec7e4e0b5977294d1498201c21fe560ddb10a714eddf9ca1" +checksum = "449bca6d70a53456d223f2da58189e56a69eff96249b3d660d7d6123d0c824e9" dependencies = [ "encointer-primitives", - "frame-support 35.0.0", + "frame-support", "parity-scale-codec", "scale-info", "sp-api", @@ -3785,9 +3785,9 @@ dependencies = [ [[package]] name = "encointer-ceremonies-assignment" -version = "12.1.0" +version = "13.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4843d58de5b199ce7df902d13ee032b306dd753c49a70996b67f4457a209d817" +checksum = "1b698a2f681dee5795ef660661df3165d3287807ba4e78fcc874880b18b3f7ec" dependencies = [ "encointer-primitives", "sp-runtime 38.0.0", @@ -3809,18 +3809,18 @@ dependencies = [ "encointer-balances-tx-payment", "encointer-balances-tx-payment-rpc-runtime-api", "encointer-primitives", - "frame-benchmarking 36.0.0", + "frame-benchmarking", "frame-executive", "frame-metadata-hash-extension", - "frame-support 36.0.0", - "frame-system 36.0.0", + "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 36.0.0", + "pallet-asset-tx-payment", "pallet-aura", "pallet-authorship", "pallet-balances", @@ -3842,8 +3842,8 @@ dependencies = [ "pallet-proxy", "pallet-scheduler", "pallet-session", - "pallet-timestamp 35.0.0", - "pallet-transaction-payment 36.0.0", + "pallet-timestamp", + "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", "pallet-utility", "pallet-xcm", @@ -3877,9 +3877,9 @@ dependencies = [ [[package]] name = "encointer-meetup-validation" -version = "12.1.0" +version = "13.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c7662dc01216f37278396d7375663d11af6ea676c78b9263745d50db507b477" +checksum = "cdf1aa5d61d721fdee928075eac65a2e457d9f63043d3ad43904dab6b4e16938" dependencies = [ "encointer-primitives", "parity-scale-codec", @@ -3891,14 +3891,14 @@ dependencies = [ [[package]] name = "encointer-primitives" -version = "12.2.0" +version = "13.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8c009e8a0f388b7e6c7cc59bf81a6f9783eb7493c5230282f1c899ec6e2c637" +checksum = "29aaceec9b0e69c648b760ffdf6b52e21e7a95dc3a3dbae2a0de0745ad43ea00" dependencies = [ "bs58 0.5.0", "crc", "ep-core", - "frame-support 35.0.0", + "frame-support", "log", "parity-scale-codec", "scale-info", @@ -3986,9 +3986,9 @@ checksum = "e48c92028aaa870e83d51c64e5d4e0b6981b360c522198c23959f219a4e1b15b" [[package]] name = "ep-core" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21fa8791695ac76e98d9f7044201ae8e1ac036ae00a347337794c5d8a645e4ad" +checksum = "764f4e44c23280f490bcc465af0f0f790f860f2cb1a378d8caf6da4c3cc5c013" dependencies = [ "array-bytes", "impl-serde", @@ -4285,41 +4285,15 @@ version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" -[[package]] -name = "frame-benchmarking" -version = "35.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad6366773db71a556710652c0560300dc938252e009d4d2c1eb9d6e5b38e0860" -dependencies = [ - "frame-support 35.0.0", - "frame-support-procedural", - "frame-system 35.0.0", - "linregress", - "log", - "parity-scale-codec", - "paste", - "scale-info", - "serde", - "sp-api", - "sp-application-crypto 37.0.0", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.0", - "sp-runtime-interface 28.0.0", - "sp-std", - "sp-storage 21.0.0", - "static_assertions", -] - [[package]] name = "frame-benchmarking" version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "709b26657ebbba53dc7bb616577375ca462b20fef1b00e8d9b20d2435e87f7bc" dependencies = [ - "frame-support 36.0.0", + "frame-support", "frame-support-procedural", - "frame-system 36.0.0", + "frame-system", "linregress", "log", "parity-scale-codec", @@ -4356,8 +4330,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b1ec289ebad5e601bb165cf7eb6ec2179ae34280ee310d0710a3111d4f8f8f94" dependencies = [ "frame-election-provider-solution-type", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", @@ -4374,8 +4348,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4d878830330eaa9e8b886279c338556b05702d0059989cb51cfb226b70bf3fa4" dependencies = [ "aquamarine", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-support", + "frame-system", "frame-try-runtime", "log", "parity-scale-codec", @@ -4418,8 +4392,8 @@ checksum = "cf37fc730bf4b51e82a34c6357eebe32c04dbacf6525e0a7b9726f6a17ec9427" dependencies = [ "array-bytes", "docify", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", @@ -4449,48 +4423,6 @@ dependencies = [ "tokio-retry", ] -[[package]] -name = "frame-support" -version = "35.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab6d7780b7f337c8a072f0a7480cbc7b580f9bf871c434fae65e8935053ee5ef" -dependencies = [ - "aquamarine", - "array-bytes", - "bitflags 1.3.2", - "docify", - "environmental", - "frame-metadata 16.0.0", - "frame-support-procedural", - "impl-trait-for-tuples", - "k256", - "log", - "macro_magic", - "parity-scale-codec", - "paste", - "scale-info", - "serde", - "serde_json", - "smallvec", - "sp-api", - "sp-arithmetic 26.0.0", - "sp-core 34.0.0", - "sp-crypto-hashing-proc-macro", - "sp-debug-derive", - "sp-genesis-builder", - "sp-inherents", - "sp-io 37.0.0", - "sp-metadata-ir", - "sp-runtime 38.0.0", - "sp-staking", - "sp-state-machine 0.42.0", - "sp-std", - "sp-tracing 17.0.0", - "sp-weights 31.0.0", - "static_assertions", - "tt-call", -] - [[package]] name = "frame-support" version = "36.0.0" @@ -4577,27 +4509,6 @@ dependencies = [ "syn 2.0.65", ] -[[package]] -name = "frame-system" -version = "35.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6baa2218d90c5a23db08dd0188cfe6aa0af7d36fb9b0fc2f73bc5c4abe4dd812" -dependencies = [ - "cfg-if", - "docify", - "frame-support 35.0.0", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.0", - "sp-std", - "sp-version", - "sp-weights 31.0.0", -] - [[package]] name = "frame-system" version = "36.0.0" @@ -4606,7 +4517,7 @@ checksum = "2c2f10b6943da5d00f45b1b07b101bea49647d0e6c7e755b2852fd947072d7ee" dependencies = [ "cfg-if", "docify", - "frame-support 36.0.0", + "frame-support", "log", "parity-scale-codec", "scale-info", @@ -4625,9 +4536,9 @@ version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "15afc91c7780e18274dcea58ed1edb700c48d10e086a9785e3f6708099cd3250" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", "sp-core 34.0.0", @@ -4651,7 +4562,7 @@ version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ae6ba8b36a52775ad39ccfb45ff4ad814c3cb45ec74d0a4271889e00bd791c6c" dependencies = [ - "frame-support 36.0.0", + "frame-support", "parity-scale-codec", "sp-api", "sp-runtime 38.0.0", @@ -4890,10 +4801,10 @@ dependencies = [ "cumulus-pallet-parachain-system", "cumulus-pallet-xcm", "cumulus-primitives-core", - "frame-benchmarking 36.0.0", + "frame-benchmarking", "frame-executive", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-support", + "frame-system", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -6109,7 +6020,7 @@ dependencies = [ name = "kusama-runtime-constants" version = "1.0.0" dependencies = [ - "frame-support 36.0.0", + "frame-support", "polkadot-primitives", "polkadot-runtime-common", "smallvec", @@ -7605,9 +7516,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a6c2c92855904f34ce42de688cc9411ffcb4c3f13751af2dafd52474d540b158" dependencies = [ "array-bytes", - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "pallet-collective", "pallet-identity", @@ -7626,9 +7537,9 @@ version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f726ebb59401c1844a4a8703047bdafcd99a1827cd5d8b2c82abeb8948a7f25b" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", @@ -7646,10 +7557,10 @@ version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e0fde03a96382f4dbe37ef95cb4ef7aade7c0be410cb6c888eda911c94af3eaf" dependencies = [ - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-support", + "frame-system", "pallet-asset-conversion", - "pallet-transaction-payment 36.0.0", + "pallet-transaction-payment", "parity-scale-codec", "scale-info", "sp-runtime 38.0.0", @@ -7662,9 +7573,9 @@ version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e806842bec955190ec64f8b2179f74f5355137c4cadf04f3269e6196cd19caf9" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", "sp-core 34.0.0", @@ -7672,35 +7583,16 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-asset-tx-payment" -version = "35.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7686ab6ba85afc432794a9dbc3e7399cb1a3b1bcfdd487ce0eb2aa81c11c2497" -dependencies = [ - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", - "pallet-transaction-payment 35.0.0", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.0", - "sp-std", -] - [[package]] name = "pallet-asset-tx-payment" version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "100a180dfbf30a1c872100ec2dae8a61c0f5e8b3f2d3a5cbb34093826293e2ab" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", - "pallet-transaction-payment 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", + "pallet-transaction-payment", "parity-scale-codec", "scale-info", "serde", @@ -7716,9 +7608,9 @@ version = "37.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f79ef6a7763fc08177f014052469ee12aefcdad0d99a747372360c2f648d2cc4" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "impl-trait-for-tuples", "log", "parity-scale-codec", @@ -7734,10 +7626,10 @@ version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0861b2a1ad6526948567bb59a3fdc4c7f02ee79b07be8b931a544350ec35ab0c" dependencies = [ - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-support", + "frame-system", "log", - "pallet-timestamp 35.0.0", + "pallet-timestamp", "parity-scale-codec", "scale-info", "sp-application-crypto 37.0.0", @@ -7752,8 +7644,8 @@ version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ed2c3666a476132f5846fe4d5e1961a923a58a0f54d873d84566f24ffaa3684f" dependencies = [ - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-support", + "frame-system", "pallet-session", "parity-scale-codec", "scale-info", @@ -7769,8 +7661,8 @@ version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "38885846dbcf03b025fdbd7edb3649046dbc68fa0b419ffe8837ef853a10d31f" dependencies = [ - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-support", + "frame-system", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", @@ -7784,13 +7676,13 @@ version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b23d2d814e3cb793659fcf84533f66fdf0ed9cccb66cb2225851f482843ed096" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "pallet-authorship", "pallet-session", - "pallet-timestamp 35.0.0", + "pallet-timestamp", "parity-scale-codec", "scale-info", "sp-application-crypto 37.0.0", @@ -7811,10 +7703,10 @@ checksum = "af34fa3fb6a0abe3577e435988039a9e441f6705ae2d3ad627a23e3f705baa2d" dependencies = [ "aquamarine", "docify", - "frame-benchmarking 36.0.0", + "frame-benchmarking", "frame-election-provider-support", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-support", + "frame-system", "log", "pallet-balances", "parity-scale-codec", @@ -7833,9 +7725,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6878e240962d3887f0e0654ac343a18845adb95ad493c9d4d5e803c015d4a4c3" dependencies = [ "docify", - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", @@ -7849,8 +7741,8 @@ version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "715dfcd1bf3f1f37af6335d4eb3cef921e746ac54721e2258c4fd968b61eb009" dependencies = [ - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-support", + "frame-system", "log", "pallet-authorship", "pallet-session", @@ -7872,8 +7764,8 @@ checksum = "01d70c6f872eb3f2635355ccbea944a4f9ea411c0aa25f6f1a15219e8da11ad2" dependencies = [ "array-bytes", "binary-merkle-tree", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-support", + "frame-system", "log", "pallet-beefy", "pallet-mmr", @@ -7896,9 +7788,9 @@ version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0566499e74ba4b7ccbd1b667eef0dab76ca28402a8d501e22b73a363717b05a9" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "pallet-treasury", "parity-scale-codec", @@ -7919,9 +7811,9 @@ dependencies = [ "bp-runtime", "bp-test-utils", "finality-grandpa", - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", @@ -7939,9 +7831,9 @@ checksum = "e3c0fcb1b9ae50ece73cbe36b72c2778f5d4637e4fb0cfac30cb16f7d4b61d5e" dependencies = [ "bp-messages", "bp-runtime", - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "num-traits", "parity-scale-codec", @@ -7960,9 +7852,9 @@ dependencies = [ "bp-parachains", "bp-polkadot-core", "bp-runtime", - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "pallet-bridge-grandpa", "parity-scale-codec", @@ -7981,9 +7873,9 @@ dependencies = [ "bp-messages", "bp-relayers", "bp-runtime", - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "pallet-bridge-messages", "parity-scale-codec", @@ -8000,9 +7892,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cd0d652c399b6ed776ee3322e60f40e323f86b413719d7696eddb8f64c368ac0" dependencies = [ "bitvec", - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", @@ -8019,9 +7911,9 @@ version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "38e351f103ebbdd1eb095da8c2379caccc82ebc59a740c2731693d2204286b83" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "pallet-bounties", "pallet-treasury", @@ -8039,9 +7931,9 @@ version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f660cc09f2f277a3976da2eef856b5c725ab7ad1192902ef7f4e4bafd992f04f" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "pallet-authorship", "pallet-balances", @@ -8060,9 +7952,9 @@ version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "771bf7f6c76c3ea5e965fee0bf1d8a8c79c8c52d75ead65ed3c4d385f333756f" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", @@ -8079,9 +7971,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9033f0d23500bbc39298fd50c07b89a2f2d9f07300139b4df8005995ef683875" dependencies = [ "assert_matches", - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", "serde", @@ -8096,9 +7988,9 @@ version = "20.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "99f3caf5d750236fce5f59fa464a9ca5bbefedd97f2570caa96cf7bdd2ec5261" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "pallet-ranked-collective", "parity-scale-codec", @@ -8116,8 +8008,8 @@ version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0596ec5ab55e02b1b5637b3ec2b99027d036fe97a1ab4733ae105474dfa727cf" dependencies = [ - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", "sp-runtime 38.0.0", @@ -8131,10 +8023,10 @@ version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bd1090fdc6ccdd8ff08c60000c970428baaaf0b33e7a6b01a91ec8b697a650a3" dependencies = [ - "frame-benchmarking 36.0.0", + "frame-benchmarking", "frame-election-provider-support", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-support", + "frame-system", "log", "pallet-election-provider-support-benchmarking", "parity-scale-codec", @@ -8155,9 +8047,9 @@ version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "93475989d2f6900caf8f1c847a55d909295c156525a7510c5f1dde176ec7c714" dependencies = [ - "frame-benchmarking 36.0.0", + "frame-benchmarking", "frame-election-provider-support", - "frame-system 36.0.0", + "frame-system", "parity-scale-codec", "sp-npos-elections", "sp-runtime 38.0.0", @@ -8166,18 +8058,18 @@ dependencies = [ [[package]] name = "pallet-encointer-balances" -version = "12.1.0" +version = "13.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a0ffd2d4a106903298ead5eec236d9dae348ce73db4b6d32690543e178f4b11" +checksum = "85fe03301d9f19ce476b6ce91e0531c6c91b6cb26df88ff4a490ab7493afe026" dependencies = [ "approx", "encointer-primitives", - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", - "pallet-asset-tx-payment 35.0.0", - "pallet-transaction-payment 35.0.0", + "pallet-asset-tx-payment", + "pallet-transaction-payment", "parity-scale-codec", "scale-info", "sp-runtime 38.0.0", @@ -8186,14 +8078,14 @@ dependencies = [ [[package]] name = "pallet-encointer-bazaar" -version = "12.1.0" +version = "13.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16a3f0caa065fbb9a7274945d35d14b79a27263acb3ad6739f32e349e0e6ca94" +checksum = "10d38c490fdd90b649b3ec68a8bb25d3cdfaa11223122482737114e00e29f8a5" dependencies = [ "encointer-primitives", - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "pallet-encointer-communities", "parity-scale-codec", @@ -8204,12 +8096,12 @@ dependencies = [ [[package]] name = "pallet-encointer-bazaar-rpc-runtime-api" -version = "12.1.0" +version = "13.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f9abb60a54e20083a48be6a14fb267262efe3b1712a6ce9aaf65a32b5791f58" +checksum = "bdfc381df1d6346e244994d4a5729b79b60f964ba4c13e29ea2f057627e1db25" dependencies = [ "encointer-primitives", - "frame-support 35.0.0", + "frame-support", "parity-scale-codec", "sp-api", "sp-std", @@ -8217,21 +8109,21 @@ dependencies = [ [[package]] name = "pallet-encointer-ceremonies" -version = "12.1.0" +version = "13.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2384656184280a803be722af24193248509874df198acd41b318f5d6f37c7f0f" +checksum = "b76d07f98908e1528413fc4f07162adaaadec0ebe8043fe1beb23ccd2b571b7a" dependencies = [ "encointer-ceremonies-assignment", "encointer-meetup-validation", "encointer-primitives", - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "pallet-encointer-balances", "pallet-encointer-communities", "pallet-encointer-scheduler", - "pallet-timestamp 34.0.0", + "pallet-timestamp", "parity-scale-codec", "scale-info", "sp-application-crypto 37.0.0", @@ -8243,12 +8135,12 @@ dependencies = [ [[package]] name = "pallet-encointer-ceremonies-rpc-runtime-api" -version = "12.1.0" +version = "13.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d0c64fe6380975c85c8ba5da27e1c6cc9bb1f1a00070cf8a6e827714fd0d1df" +checksum = "c186e855a19f98ba75ef8d674e71533584620a3d7a8ff653631c391f7a4a9b79" dependencies = [ "encointer-primitives", - "frame-support 35.0.0", + "frame-support", "parity-scale-codec", "sp-api", "sp-std", @@ -8256,14 +8148,14 @@ dependencies = [ [[package]] name = "pallet-encointer-communities" -version = "12.1.0" +version = "13.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95b7b944c3b3a26225f0925f41010b250fb0b168f1d37f57483c9b73c69ff944" +checksum = "ffbd4cb15599fc47c662234cfdb2c1c63f39106c4099383d84c981fe5c40af0e" dependencies = [ "encointer-primitives", - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "pallet-encointer-balances", "pallet-encointer-scheduler", @@ -8276,9 +8168,9 @@ dependencies = [ [[package]] name = "pallet-encointer-communities-rpc-runtime-api" -version = "12.1.0" +version = "13.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41510010990ea29c43476fa495721756e71b3828f0df41b6333230302bd0c95b" +checksum = "0bf0ab6667ef6adb7712810f90301e3047e2b7d18ef0e81017dfc9b823d8696f" dependencies = [ "encointer-primitives", "parity-scale-codec", @@ -8288,15 +8180,15 @@ dependencies = [ [[package]] name = "pallet-encointer-faucet" -version = "12.2.0" +version = "13.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f45135e33671b00a9f00cb87e2364c68903a166b43b5e301b43c7624e045158b" +checksum = "e3493685d55804d44c674429c7f6eae641700542a4295eea9604677a006ecd46" dependencies = [ "approx", "encointer-primitives", - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "pallet-encointer-communities", "pallet-encointer-reputation-commitments", @@ -8309,20 +8201,20 @@ dependencies = [ [[package]] name = "pallet-encointer-reputation-commitments" -version = "12.1.0" +version = "13.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1be4add4c2fa83d305e40bdf8167d998dc6fdd6369f1b7c50687a728fb6df5e4" +checksum = "dfb74f5a90b77739db9829a5aa640afc002fd9ebe05ecf07dd61898a98909d5d" dependencies = [ "approx", "encointer-primitives", - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "pallet-encointer-ceremonies", "pallet-encointer-communities", "pallet-encointer-scheduler", - "pallet-timestamp 34.0.0", + "pallet-timestamp", "parity-scale-codec", "scale-info", "sp-core 34.0.0", @@ -8332,17 +8224,17 @@ dependencies = [ [[package]] name = "pallet-encointer-scheduler" -version = "12.1.0" +version = "13.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d760a2d2922618b1750ccd641e8d1b441d6f38dad5db347de5d3f27dddd8f647" +checksum = "cc3be9d4a09bd65fad4968354b320cd3cd1913950891293e00fbc879fc09b5d6" dependencies = [ "encointer-primitives", - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "impl-trait-for-tuples", "log", - "pallet-timestamp 34.0.0", + "pallet-timestamp", "parity-scale-codec", "scale-info", "sp-runtime 38.0.0", @@ -8356,10 +8248,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9155f4f762513e0287320411415c76a647152799ad33db1785c9b71c36a14575" dependencies = [ "docify", - "frame-benchmarking 36.0.0", + "frame-benchmarking", "frame-election-provider-support", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", @@ -8376,9 +8268,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9947ef904cd7662b80f8dee58e03431ee409dacada26d394c34a7bb642d3eeea" dependencies = [ "blake2 0.10.6", - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", @@ -8395,9 +8287,9 @@ version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8244b686d5cae6a8af1557ed0f49db08f812f0e7942a8d2da554b4da8a69daf0" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "pallet-authorship", "pallet-session", @@ -8420,9 +8312,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4555795a3e0e3aa49ea432b7afecb9c71a7db8793a99c68bd8dd3a52a12571f3" dependencies = [ "enumflags2", - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", @@ -8437,9 +8329,9 @@ version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fa761292e95020304b58b50e5187f8bb82f557c8c2d013e3c96ab41d611873b0" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "pallet-authorship", "parity-scale-codec", @@ -8458,9 +8350,9 @@ version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b183880ad5efae06afe6066e76f2bac5acf67f34b3cfab7352ceec46accf4b45" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", "sp-core 34.0.0", @@ -8476,8 +8368,8 @@ version = "24.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "30555c1b6d76cca7266b639f127a055a4974f5a0796859933cbfebc9a75753a2" dependencies = [ - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-support", + "frame-system", "parity-scale-codec", "safe-mix", "scale-info", @@ -8491,9 +8383,9 @@ version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "34006cf047f47edbef33874cc64895918e2c5d7562795209068d5fb388c53a30" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", @@ -8510,9 +8402,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "20e65a37881d1998546254a5e50a1f768b3f82deabe774e750f4ea95aba8030c" dependencies = [ "environmental", - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", @@ -8530,9 +8422,9 @@ version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf8ccec82827413f031689fef4c714fdb0213d58c7a6e208d33f5eab80483770" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", @@ -8549,9 +8441,9 @@ version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "be58483d827602eb8353ecf36aed65c857f0974db5d27981831e5ebf853040bd" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", @@ -8566,9 +8458,9 @@ version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7dcaa330221f60feaf3b23d495cccc3bf2a3d6254c596b3c032273c2b46d4078" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "pallet-assets", "pallet-nfts", @@ -8585,9 +8477,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3e1cd476809de3840e19091a083d5a79178af1f108ad489706e1f9e04c8836a4" dependencies = [ "enumflags2", - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", @@ -8615,9 +8507,9 @@ version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e77cba0e15749c8de2be65efffa51e02bd051b4e6fcf23360d43c3b6a859187c" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", @@ -8632,8 +8524,8 @@ version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "36f8c994eb7298a394b58f98afd520b521b5d46f6f39eade4657eeaac9962471" dependencies = [ - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-support", + "frame-system", "log", "pallet-balances", "parity-scale-codec", @@ -8652,10 +8544,10 @@ version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39ee599f2861e55fc6113c01e9b14d6e85fda46bac36a906b5dd5a951fa0455c" dependencies = [ - "frame-benchmarking 36.0.0", + "frame-benchmarking", "frame-election-provider-support", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-support", + "frame-system", "pallet-bags-list", "pallet-delegated-staking", "pallet-nomination-pools", @@ -8686,8 +8578,8 @@ version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4859e7bb2af46d2e0f137c2f777adf39f0e5d4d188226158d599f1cfcfb76b9e" dependencies = [ - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-support", + "frame-system", "log", "pallet-balances", "parity-scale-codec", @@ -8704,10 +8596,10 @@ version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4351b0edafcdf3240f0471c638b39d2c981bde9d17c0172536a0aa3b7c3097ef" dependencies = [ - "frame-benchmarking 36.0.0", + "frame-benchmarking", "frame-election-provider-support", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-support", + "frame-system", "log", "pallet-babe", "pallet-balances", @@ -8729,9 +8621,9 @@ version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "68ac726abc5b1bcd6c8f783514b8e1a48be32c7d15e0b263e4bc28cc1e4e7763" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", @@ -8747,9 +8639,9 @@ version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b4e12680e176607815a78a0cd10a52af50790292cb950404f30a885e2a7229e9" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", "sp-io 37.0.0", @@ -8763,9 +8655,9 @@ version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "862ea8d386ed5737e859470c43cbfd9652c81398cad29e03ae7846c21aaee4c6" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "impl-trait-for-tuples", "log", "parity-scale-codec", @@ -8783,9 +8675,9 @@ version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b24d4131bc79fee0b07550136ca6329faa84c1c3e76ae62a74aef6b1da0b95b4" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", "sp-io 37.0.0", @@ -8800,9 +8692,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b2c906a9c4573eb58de4134ec7180bf12c6769df2b9859dae8adcbc5fce78add" dependencies = [ "assert_matches", - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", @@ -8819,9 +8711,9 @@ version = "21.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d6246871441f85b32d67f70ef13726ac195b05f8e9297df7c46a95a397b8df42" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "pallet-ranked-collective", "parity-scale-codec", @@ -8840,9 +8732,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b170d6aa191197d3f50b1193925546972ffc394376ead4d2739eb40909b73c85" dependencies = [ "docify", - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", @@ -8858,11 +8750,11 @@ version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7c92b24c911c2cfa5351616edc7f2f93427ea6f4f95efdb13f0f5d51997939c3" dependencies = [ - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-support", + "frame-system", "impl-trait-for-tuples", "log", - "pallet-timestamp 35.0.0", + "pallet-timestamp", "parity-scale-codec", "scale-info", "sp-core 34.0.0", @@ -8881,9 +8773,9 @@ version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bd02aaf5f10734670346677042ece94fae20dcd5436eafeb9b429d8d6d5b6385" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "pallet-session", "pallet-staking", "parity-scale-codec", @@ -8899,9 +8791,9 @@ version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "66b60b1d726532317f9965bab4995aa49b73f9b7ca3b9a0f75d158bd84686c5f" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "rand_chacha", @@ -8918,10 +8810,10 @@ version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fbebdb060417654f215fc6f03675e5f44cfc83837d9e523e1b8fd9a4a2e1bdc2" dependencies = [ - "frame-benchmarking 36.0.0", + "frame-benchmarking", "frame-election-provider-support", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-support", + "frame-system", "log", "pallet-authorship", "pallet-session", @@ -8975,9 +8867,9 @@ version = "37.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e07f8626f4ff62ac79d6ad0bd01fab7645897ce35706ddb95fa084e75be9306d" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", @@ -8994,35 +8886,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1bd2a8797c1bb3d3897b4f87a7716111da5eeb8561345277b6e6d70349ec8b35" dependencies = [ "docify", - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", - "parity-scale-codec", - "scale-info", - "sp-io 37.0.0", - "sp-runtime 38.0.0", - "sp-std", -] - -[[package]] -name = "pallet-timestamp" -version = "34.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34a42af51e32d3ea442e9aaabb935976e4154f89f3604bfb892a316e8d77c0d4" -dependencies = [ - "docify", - "frame-benchmarking 35.0.0", - "frame-support 35.0.0", - "frame-system 35.0.0", - "log", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-inherents", "sp-io 37.0.0", "sp-runtime 38.0.0", "sp-std", - "sp-storage 21.0.0", - "sp-timestamp", ] [[package]] @@ -9032,9 +8903,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ae789d344be857679b0b98b28a67c747119724847f81d704d3fd03ee13fb6841" dependencies = [ "docify", - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", @@ -9046,31 +8917,14 @@ dependencies = [ "sp-timestamp", ] -[[package]] -name = "pallet-transaction-payment" -version = "35.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "349e56fa9f8c4093d912f0654e37b57ae628ad4b4fea67d9f3373e5dfcab2bcc" -dependencies = [ - "frame-support 35.0.0", - "frame-system 35.0.0", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.0", - "sp-std", -] - [[package]] name = "pallet-transaction-payment" version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "74fb6114223c8d967c3c2f21cbc845e8ea604ff7e21a8e59d119d5a9257ba886" dependencies = [ - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", "serde", @@ -9086,7 +8940,7 @@ version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f4bad1700ad7eb5ab254189e1df894d1d16b3626a3c4b9c45259ec4d9efc262c" dependencies = [ - "pallet-transaction-payment 36.0.0", + "pallet-transaction-payment", "parity-scale-codec", "sp-api", "sp-runtime 38.0.0", @@ -9100,9 +8954,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c502615bb4fdd02856a131cb2a612ad40c26435ec938f65f11cae4ff230812b" dependencies = [ "docify", - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "impl-trait-for-tuples", "pallet-balances", "parity-scale-codec", @@ -9119,9 +8973,9 @@ version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4a59e8599a8c19908e934645f845b5cb546cef1f08745319db7e5b9c24f9e0e4" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", @@ -9135,9 +8989,9 @@ version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3238fe6ad00da6a137be115904c39cab97eb5c7f03da0bb1a20de1bef03f0c71" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", "sp-core 34.0.0", @@ -9152,9 +9006,9 @@ version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "78f7f0f4fe5e1d851e85d81e5e73b6f929f0c35af786ce8be9c9e3363717c136" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", @@ -9168,9 +9022,9 @@ version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3e4f27640279229eb73fde0cb06e98b799305e6b0bc724f4dfbef2001ab4ad00" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", "sp-api", @@ -9185,9 +9039,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fe7409458b7fedc5c7d46459da154ccc2dc22a843ce08e8ab6c1743ef5cf972c" dependencies = [ "bounded-collections", - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "pallet-balances", "parity-scale-codec", @@ -9209,9 +9063,9 @@ version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2f177a171203cc0bec3cff1bdd5d3b926abfbd0ecf347e044b147194e664f717" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", @@ -9233,8 +9087,8 @@ dependencies = [ "bp-runtime", "bp-xcm-bridge-hub", "bridge-runtime-common", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-support", + "frame-system", "log", "pallet-bridge-messages", "parity-scale-codec", @@ -9254,9 +9108,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f48bd38d4061a51f263f4c08021e66100e16cbda9978fba163d2544637b31dab" dependencies = [ "bp-xcm-bridge-hub-router", - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", @@ -9275,10 +9129,10 @@ checksum = "9319e656eebdf161666e54a4d8e24f73137f702f01600247f7be650bc4d46167" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-utility", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-support", + "frame-system", "log", - "pallet-asset-tx-payment 36.0.0", + "pallet-asset-tx-payment", "pallet-assets", "pallet-authorship", "pallet-balances", @@ -9310,12 +9164,12 @@ dependencies = [ "cumulus-primitives-core", "cumulus-primitives-parachain-inherent", "cumulus-test-relay-sproof-builder", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-support", + "frame-system", "pallet-balances", "pallet-collator-selection", "pallet-session", - "pallet-timestamp 35.0.0", + "pallet-timestamp", "pallet-xcm", "parity-scale-codec", "polkadot-parachain-primitives", @@ -9524,7 +9378,7 @@ version = "1.0.0" dependencies = [ "cumulus-primitives-core", "emulated-integration-tests-common", - "frame-support 36.0.0", + "frame-support", "kusama-emulated-chain", "parachains-common", "penpal-runtime", @@ -9547,15 +9401,15 @@ dependencies = [ "cumulus-pallet-xcmp-queue", "cumulus-primitives-core", "cumulus-primitives-utility", - "frame-benchmarking 36.0.0", + "frame-benchmarking", "frame-executive", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-support", + "frame-system", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", "log", - "pallet-asset-tx-payment 36.0.0", + "pallet-asset-tx-payment", "pallet-assets", "pallet-aura", "pallet-authorship", @@ -9564,8 +9418,8 @@ dependencies = [ "pallet-message-queue", "pallet-session", "pallet-sudo", - "pallet-timestamp 35.0.0", - "pallet-transaction-payment 36.0.0", + "pallet-timestamp", + "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", "pallet-xcm", "parachains-common", @@ -9602,7 +9456,7 @@ version = "1.0.0" dependencies = [ "cumulus-primitives-core", "emulated-integration-tests-common", - "frame-support 36.0.0", + "frame-support", "kusama-emulated-chain", "parachains-common", "people-kusama-runtime", @@ -9616,7 +9470,7 @@ dependencies = [ "asset-test-utils", "cumulus-pallet-parachain-system", "emulated-integration-tests-common", - "frame-support 36.0.0", + "frame-support", "kusama-runtime-constants", "kusama-system-emulated-network", "pallet-balances", @@ -9646,11 +9500,11 @@ dependencies = [ "cumulus-primitives-storage-weight-reclaim", "cumulus-primitives-utility", "enumflags2", - "frame-benchmarking 36.0.0", + "frame-benchmarking", "frame-executive", "frame-metadata-hash-extension", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-support", + "frame-system", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -9666,8 +9520,8 @@ dependencies = [ "pallet-multisig", "pallet-proxy", "pallet-session", - "pallet-timestamp 35.0.0", - "pallet-transaction-payment 36.0.0", + "pallet-timestamp", + "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", "pallet-utility", "pallet-xcm", @@ -9706,7 +9560,7 @@ version = "1.0.0" dependencies = [ "cumulus-primitives-core", "emulated-integration-tests-common", - "frame-support 36.0.0", + "frame-support", "parachains-common", "people-polkadot-runtime", "polkadot-emulated-chain", @@ -9720,7 +9574,7 @@ dependencies = [ "asset-test-utils", "cumulus-pallet-parachain-system", "emulated-integration-tests-common", - "frame-support 36.0.0", + "frame-support", "pallet-balances", "pallet-identity", "pallet-message-queue", @@ -9749,11 +9603,11 @@ dependencies = [ "cumulus-primitives-core", "cumulus-primitives-utility", "enumflags2", - "frame-benchmarking 36.0.0", + "frame-benchmarking", "frame-executive", "frame-metadata-hash-extension", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-support", + "frame-system", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -9768,8 +9622,8 @@ dependencies = [ "pallet-multisig", "pallet-proxy", "pallet-session", - "pallet-timestamp 35.0.0", - "pallet-transaction-payment 36.0.0", + "pallet-timestamp", + "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", "pallet-utility", "pallet-xcm", @@ -10026,13 +9880,13 @@ name = "polkadot-runtime" version = "1.0.0" dependencies = [ "binary-merkle-tree", - "frame-benchmarking 36.0.0", + "frame-benchmarking", "frame-election-provider-support", "frame-executive", "frame-metadata-hash-extension", "frame-remote-externalities", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-support", + "frame-system", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -10073,8 +9927,8 @@ dependencies = [ "pallet-staking-reward-fn", "pallet-staking-runtime-api", "pallet-state-trie-migration", - "pallet-timestamp 35.0.0", - "pallet-transaction-payment 36.0.0", + "pallet-timestamp", + "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", "pallet-treasury", "pallet-utility", @@ -10128,10 +9982,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "28fdcb41bb21c7b14d0341a9a17364ccc04ad34de05d41e7938cb03acbc11066" dependencies = [ "bitvec", - "frame-benchmarking 36.0.0", + "frame-benchmarking", "frame-election-provider-support", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-support", + "frame-system", "impl-trait-for-tuples", "libsecp256k1", "log", @@ -10146,8 +10000,8 @@ dependencies = [ "pallet-session", "pallet-staking", "pallet-staking-reward-fn", - "pallet-timestamp 35.0.0", - "pallet-transaction-payment 36.0.0", + "pallet-timestamp", + "pallet-transaction-payment", "pallet-treasury", "pallet-vesting", "parity-scale-codec", @@ -10177,7 +10031,7 @@ dependencies = [ name = "polkadot-runtime-constants" version = "1.0.0" dependencies = [ - "frame-support 36.0.0", + "frame-support", "polkadot-primitives", "polkadot-runtime-common", "smallvec", @@ -10194,7 +10048,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ac75b3fea8464e5681b44733ed11cf09e22ff1e956f6703b918b637bd40e7427" dependencies = [ "bs58 0.5.0", - "frame-benchmarking 36.0.0", + "frame-benchmarking", "parity-scale-codec", "polkadot-primitives", "sp-std", @@ -10210,9 +10064,9 @@ dependencies = [ "bitflags 1.3.2", "bitvec", "derive_more", - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "impl-trait-for-tuples", "log", "pallet-authority-discovery", @@ -10223,7 +10077,7 @@ dependencies = [ "pallet-message-queue", "pallet-session", "pallet-staking", - "pallet-timestamp 35.0.0", + "pallet-timestamp", "pallet-vesting", "parity-scale-codec", "polkadot-core-primitives", @@ -12850,7 +12704,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a0ad61e3ab1c48d4c8060c7ef8571c5b6007df26687e8dbfdb6c857d840cfd2c" dependencies = [ "byte-slice-cast", - "frame-support 36.0.0", + "frame-support", "hex", "parity-scale-codec", "rlp", @@ -12873,8 +12727,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "668cd71582305168ed51cb0357a4b4ea814c68c7db3898a9ba4d492f712c54e1" dependencies = [ "ethabi-decode", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-support", + "frame-system", "hex-literal", "parity-scale-codec", "polkadot-parachain-primitives", @@ -12944,7 +12798,7 @@ version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ab6b34950a2abce198fe008ac6a199598053fedcbde2c40fedf981bc55f85dc7" dependencies = [ - "frame-support 36.0.0", + "frame-support", "parity-scale-codec", "snowbridge-core", "snowbridge-outbound-queue-merkle-tree", @@ -12958,12 +12812,12 @@ version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0040c2f5a66bcef85e125968af172200cd01d8558c8b3cb9c2e3f1b72abf7dc1" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "hex-literal", "log", - "pallet-timestamp 35.0.0", + "pallet-timestamp", "parity-scale-codec", "scale-info", "serde", @@ -12999,9 +12853,9 @@ checksum = "1bd92623ca85fe55e317654254acac72e5a324676c52f0993b0980c90a3544f8" dependencies = [ "alloy-primitives", "alloy-sol-types", - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "hex-literal", "log", "pallet-balances", @@ -13041,9 +12895,9 @@ checksum = "3cfbea7729bcbea661b323c6090d971afcb2ff14a88d9861aab384705415f9d6" dependencies = [ "bridge-hub-common", "ethabi-decode", - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", "serde", @@ -13062,9 +12916,9 @@ version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f726d9d2bc15b2683995e6f6ae707d2db20085742860acd32d8fb246251681f2" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", @@ -13083,7 +12937,7 @@ version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e8e6707ced1308d763117bfe68f85e3f22fcdca7987b32e438c0485570f6ac7" dependencies = [ - "frame-support 36.0.0", + "frame-support", "hex-literal", "log", "parity-scale-codec", @@ -13103,7 +12957,7 @@ version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c033e7905056434638a068dca713ec9d15708af6c7590396fc95a216ec64b40b" dependencies = [ - "frame-support 36.0.0", + "frame-support", "log", "parity-scale-codec", "snowbridge-core", @@ -13121,13 +12975,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5bbae06a0abb1ba5ffad59b929263c68cc47b8a286794a7389e781eba20f3481" dependencies = [ "cumulus-pallet-parachain-system", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-support", + "frame-system", "pallet-balances", "pallet-collator-selection", "pallet-message-queue", "pallet-session", - "pallet-timestamp 35.0.0", + "pallet-timestamp", "pallet-utility", "pallet-xcm", "parachains-runtimes-test-utils", @@ -14331,13 +14185,13 @@ name = "staging-kusama-runtime" version = "1.0.0" dependencies = [ "binary-merkle-tree", - "frame-benchmarking 36.0.0", + "frame-benchmarking", "frame-election-provider-support", "frame-executive", "frame-metadata-hash-extension", "frame-remote-externalities", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-support", + "frame-system", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -14380,8 +14234,8 @@ dependencies = [ "pallet-society", "pallet-staking", "pallet-staking-runtime-api", - "pallet-timestamp 35.0.0", - "pallet-transaction-payment 36.0.0", + "pallet-timestamp", + "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", "pallet-treasury", "pallet-utility", @@ -14434,8 +14288,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cd00d586b0dac4f42736bdd0ad52213a891b240e011ea82b38938263dd821c25" dependencies = [ "cumulus-primitives-core", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", "sp-runtime 38.0.0", @@ -14467,11 +14321,11 @@ version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "847fa2afe1bed2751eaabf7b91fa4043037947f17653d7cc59ea202cc44c6bb8" dependencies = [ - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-support", + "frame-system", "impl-trait-for-tuples", "log", - "pallet-transaction-payment 36.0.0", + "pallet-transaction-payment", "parity-scale-codec", "polkadot-parachain-primitives", "scale-info", @@ -14491,8 +14345,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "26b98d8219449eaf02e71a7edf1a14b14d4c713dd01d9df66fde1ce30dba4d6d" dependencies = [ "environmental", - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", + "frame-benchmarking", + "frame-support", "impl-trait-for-tuples", "log", "parity-scale-codec", @@ -14931,7 +14785,7 @@ dependencies = [ name = "system-parachains-constants" version = "1.0.0" dependencies = [ - "frame-support 36.0.0", + "frame-support", "kusama-runtime-constants", "parachains-common", "polkadot-core-primitives", @@ -16629,8 +16483,8 @@ dependencies = [ "cumulus-primitives-core", "cumulus-primitives-parachain-inherent", "cumulus-test-relay-sproof-builder", - "frame-support 36.0.0", - "frame-system 36.0.0", + "frame-support", + "frame-system", "impl-trait-for-tuples", "lazy_static", "log", @@ -16671,7 +16525,7 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "30fffcd9128a46abd836c37dd001c2cbe122aeb8904cd7b9bac8358564fb7b56" dependencies = [ - "frame-support 36.0.0", + "frame-support", "parity-scale-codec", "scale-info", "sp-api", diff --git a/Cargo.toml b/Cargo.toml index 72bad2f42b..73ecc18ce8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,10 +56,10 @@ cumulus-primitives-core = { version = "0.14.0", default-features = false } cumulus-primitives-utility = { version = "0.15.0", default-features = false } cumulus-primitives-storage-weight-reclaim = { version = "6.0.0", default-features = false } emulated-integration-tests-common = { version = "11.0.0" } -#encointer-balances-tx-payment = { version = "~12.1.0", default-features = false } -#encointer-balances-tx-payment-rpc-runtime-api = { version = "~12.1.0", default-features = false } -#encointer-kusama-runtime = { path = "system-parachains/encointer" } -#encointer-primitives = { version = "~12.2.0", default-features = false } +encointer-balances-tx-payment = { version = "~13.1.0", default-features = false } +encointer-balances-tx-payment-rpc-runtime-api = { version = "~13.1.0", default-features = false } +encointer-kusama-runtime = { path = "system-parachains/encointer" } +encointer-primitives = { version = "~13.2.0", default-features = false } enumflags2 = { version = "0.7.7" } frame-benchmarking = { version = "36.0.0", default-features = false } frame-election-provider-support = { version = "36.0.0", default-features = false } @@ -106,16 +106,16 @@ pallet-conviction-voting = { version = "36.0.0", default-features = false } pallet-core-fellowship = { version = "20.0.0", default-features = false } pallet-election-provider-multi-phase = { version = "35.0.0", default-features = false } pallet-election-provider-support-benchmarking = { version = "35.0.0", default-features = false } -#pallet-encointer-balances = { version = "~12.1.0", default-features = false } -#pallet-encointer-bazaar = { version = "~12.1.0", default-features = false } -#pallet-encointer-bazaar-rpc-runtime-api = { version = "~12.1.0", default-features = false } -#pallet-encointer-ceremonies = { version = "~12.1.0", default-features = false } -#pallet-encointer-ceremonies-rpc-runtime-api = { version = "~12.1.0", default-features = false } -#pallet-encointer-communities = { version = "~12.1.0", default-features = false } -#pallet-encointer-communities-rpc-runtime-api = { version = "~12.1.0", default-features = false } -#pallet-encointer-faucet = { version = "~12.2.0", default-features = false } -#pallet-encointer-reputation-commitments = { version = "~12.1.0", default-features = false } -#pallet-encointer-scheduler = { version = "~12.1.0", default-features = false } +pallet-encointer-balances = { version = "~13.1.0", default-features = false } +pallet-encointer-bazaar = { version = "~13.1.0", default-features = false } +pallet-encointer-bazaar-rpc-runtime-api = { version = "~13.1.0", default-features = false } +pallet-encointer-ceremonies = { version = "~13.1.0", default-features = false } +pallet-encointer-ceremonies-rpc-runtime-api = { version = "~13.1.0", default-features = false } +pallet-encointer-communities = { version = "~13.1.0", default-features = false } +pallet-encointer-communities-rpc-runtime-api = { version = "~13.1.0", default-features = false } +pallet-encointer-faucet = { version = "~13.2.0", default-features = false } +pallet-encointer-reputation-commitments = { version = "~13.1.0", default-features = false } +pallet-encointer-scheduler = { version = "~13.1.0", default-features = false } pallet-fast-unstake = { version = "35.0.0", default-features = false } pallet-glutton = { version = "22.0.0", default-features = false } pallet-grandpa = { version = "36.0.0", default-features = false } @@ -282,7 +282,7 @@ members = [ "system-parachains/collectives/collectives-polkadot/constants", "system-parachains/constants", "system-parachains/coretime/coretime-kusama", - #"system-parachains/encointer", + "system-parachains/encointer", "system-parachains/gluttons/glutton-kusama", "system-parachains/people/people-kusama", "system-parachains/people/people-polkadot", diff --git a/chain-spec-generator/Cargo.toml b/chain-spec-generator/Cargo.toml index b08407911d..7a97e371a7 100644 --- a/chain-spec-generator/Cargo.toml +++ b/chain-spec-generator/Cargo.toml @@ -35,7 +35,7 @@ asset-hub-kusama-runtime = { workspace = true } collectives-polkadot-runtime = { workspace = true } bridge-hub-polkadot-runtime = { workspace = true } bridge-hub-kusama-runtime = { workspace = true } -#encointer-kusama-runtime = { workspace = true } +encointer-kusama-runtime = { workspace = true } glutton-kusama-runtime = { workspace = true } coretime-kusama-runtime = { workspace = true } people-kusama-runtime = { workspace = true } @@ -51,7 +51,7 @@ runtime-benchmarks = [ "collectives-polkadot-runtime/runtime-benchmarks", "coretime-kusama-runtime/runtime-benchmarks", "cumulus-primitives-core/runtime-benchmarks", - #"encointer-kusama-runtime/runtime-benchmarks", + "encointer-kusama-runtime/runtime-benchmarks", "glutton-kusama-runtime/runtime-benchmarks", "kusama-runtime/runtime-benchmarks", "pallet-staking/runtime-benchmarks", @@ -62,5 +62,5 @@ runtime-benchmarks = [ "polkadot-runtime/runtime-benchmarks", "runtime-parachains/runtime-benchmarks", "sp-runtime/runtime-benchmarks", - #"encointer-kusama-runtime/runtime-benchmarks" + "encointer-kusama-runtime/runtime-benchmarks" ] diff --git a/chain-spec-generator/src/common.rs b/chain-spec-generator/src/common.rs index ea89e7f33c..24162a4600 100644 --- a/chain-spec-generator/src/common.rs +++ b/chain-spec-generator/src/common.rs @@ -19,8 +19,8 @@ use crate::{ relay_chain_specs::{KusamaChainSpec, PolkadotChainSpec}, system_parachains_specs::{ AssetHubKusamaChainSpec, AssetHubPolkadotChainSpec, BridgeHubKusamaChainSpec, - BridgeHubPolkadotChainSpec, CollectivesPolkadotChainSpec, GluttonKusamaChainSpec, - PeopleKusamaChainSpec, PeoplePolkadotChainSpec, + BridgeHubPolkadotChainSpec, CollectivesPolkadotChainSpec, EncointerKusamaChainSpec, + GluttonKusamaChainSpec, PeopleKusamaChainSpec, PeoplePolkadotChainSpec, }, ChainSpec, }; @@ -88,8 +88,8 @@ pub fn from_json_file(filepath: &str, supported: String) -> Result Ok(Box::new(GluttonKusamaChainSpec::from_json_file(path)?)), - //x if x.starts_with("encointer-kusama") => - // Ok(Box::new(EncointerKusamaChainSpec::from_json_file(path)?)), + x if x.starts_with("encointer-kusama") => + Ok(Box::new(EncointerKusamaChainSpec::from_json_file(path)?)), x if x.starts_with("people-kusama") => Ok(Box::new(PeopleKusamaChainSpec::from_json_file(path)?)), x if x.starts_with("people-polkadot") => diff --git a/chain-spec-generator/src/main.rs b/chain-spec-generator/src/main.rs index 046731a5db..913d976d56 100644 --- a/chain-spec-generator/src/main.rs +++ b/chain-spec-generator/src/main.rs @@ -72,10 +72,10 @@ fn main() -> Result<(), String> { "glutton-kusama-local", Box::new(system_parachains_specs::glutton_kusama_local_testnet_config) as Box<_>, ), - //( - // "encointer-kusama-local", - // Box::new(system_parachains_specs::encointer_kusama_local_testnet_config) as Box<_>, - //), + ( + "encointer-kusama-local", + Box::new(system_parachains_specs::encointer_kusama_local_testnet_config) as Box<_>, + ), ( "coretime-kusama-local", Box::new(system_parachains_specs::coretime_kusama_local_testnet_config) as Box<_>, diff --git a/chain-spec-generator/src/system_parachains_specs.rs b/chain-spec-generator/src/system_parachains_specs.rs index a149e157bf..271f4c4479 100644 --- a/chain-spec-generator/src/system_parachains_specs.rs +++ b/chain-spec-generator/src/system_parachains_specs.rs @@ -44,7 +44,7 @@ pub type BridgeHubKusamaChainSpec = sc_chain_spec::GenericChainSpec; pub type GluttonKusamaChainSpec = sc_chain_spec::GenericChainSpec; -//pub type EncointerKusamaChainSpec = sc_chain_spec::GenericChainSpec; +pub type EncointerKusamaChainSpec = sc_chain_spec::GenericChainSpec; pub type CoretimeKusamaChainSpec = sc_chain_spec::GenericChainSpec; @@ -62,7 +62,7 @@ const BRIDGE_HUB_POLKADOT_ED: Balance = bridge_hub_polkadot_runtime::Existential const BRIDGE_HUB_KUSAMA_ED: Balance = bridge_hub_kusama_runtime::ExistentialDeposit::get(); -//const ENCOINTER_KUSAMA_ED: Balance = encointer_kusama_runtime::ExistentialDeposit::get(); +const ENCOINTER_KUSAMA_ED: Balance = encointer_kusama_runtime::ExistentialDeposit::get(); const CORETIME_KUSAMA_ED: Balance = coretime_kusama_runtime::ExistentialDeposit::get(); @@ -560,7 +560,7 @@ pub fn glutton_kusama_local_testnet_config() -> Result, Strin } // EncointerKusama -/*fn encointer_kusama_genesis(endowed_accounts: Vec, id: u32) -> serde_json::Value { +fn encointer_kusama_genesis(endowed_accounts: Vec, id: u32) -> serde_json::Value { serde_json::json!({ "balances": asset_hub_kusama_runtime::BalancesConfig { balances: endowed_accounts @@ -624,7 +624,7 @@ pub fn encointer_kusama_local_testnet_config() -> Result, Str .with_properties(properties) .build(), )) -}*/ +} // CoretimeKusama fn coretime_kusama_genesis(