From 3fd67a897c0f1a2c5e3fd030314ad5e8147c8aef Mon Sep 17 00:00:00 2001 From: Oliver Tale-Yazdi Date: Wed, 28 Jun 2023 14:17:15 +0200 Subject: [PATCH 1/3] Co #14318: `pallet-message-queue`: add queue pausing (#7433) * Increase recusive limit to 512 for macro expansions Signed-off-by: Alexandru Vasile * Increase limit to 1024 Signed-off-by: Alexandru Vasile * Adjust comment Signed-off-by: Alexandru Vasile * Increase more limits Signed-off-by: Alexandru Vasile * Add QueuePausedQuery * ... on westend Signed-off-by: Oliver Tale-Yazdi * update lockfile for {"substrate"} * update lockfile for {"substrate"} * Add QueuePausedQuery * ... on westend Signed-off-by: Oliver Tale-Yazdi * Fix test error Signed-off-by: Oliver Tale-Yazdi * CI buggy Signed-off-by: Oliver Tale-Yazdi --------- Signed-off-by: Alexandru Vasile Signed-off-by: Oliver Tale-Yazdi Co-authored-by: Alexandru Vasile Co-authored-by: parity-processbot <> --- Cargo.lock | 366 +++++++++---------- runtime/kusama/src/lib.rs | 5 +- runtime/parachains/src/mock.rs | 1 + runtime/parachains/src/ump_tests.rs | 12 +- runtime/polkadot/src/lib.rs | 3 +- runtime/rococo/src/lib.rs | 5 +- runtime/westend/src/lib.rs | 1 + xcm/xcm-simulator/example/src/relay_chain.rs | 1 + xcm/xcm-simulator/fuzzer/src/relay_chain.rs | 1 + 9 files changed, 205 insertions(+), 190 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2525570216ec..e40eec7ae4d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -517,7 +517,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "hash-db", "log", @@ -2449,7 +2449,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "parity-scale-codec", ] @@ -2472,7 +2472,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-support", "frame-support-procedural", @@ -2497,7 +2497,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "Inflector", "array-bytes", @@ -2543,7 +2543,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2554,7 +2554,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -2571,7 +2571,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-support", "frame-system", @@ -2600,7 +2600,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "async-recursion", "futures", @@ -2621,7 +2621,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "bitflags", "environmental", @@ -2655,7 +2655,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "Inflector", "cfg-expr", @@ -2673,7 +2673,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -2685,7 +2685,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "proc-macro2", "quote", @@ -2695,7 +2695,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-benchmarking", "frame-executive", @@ -2722,7 +2722,7 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-support", "frame-system", @@ -2734,7 +2734,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "cfg-if", "frame-support", @@ -2753,7 +2753,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-benchmarking", "frame-support", @@ -2768,7 +2768,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "parity-scale-codec", "sp-api", @@ -2777,7 +2777,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-support", "parity-scale-codec", @@ -2959,7 +2959,7 @@ dependencies = [ [[package]] name = "generate-bags" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "chrono", "frame-election-provider-support", @@ -4868,7 +4868,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "futures", "log", @@ -4887,7 +4887,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "anyhow", "jsonrpsee", @@ -5469,7 +5469,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-benchmarking", "frame-support", @@ -5484,7 +5484,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-support", "frame-system", @@ -5500,7 +5500,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-support", "frame-system", @@ -5514,7 +5514,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-benchmarking", "frame-support", @@ -5538,7 +5538,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5558,7 +5558,7 @@ dependencies = [ [[package]] name = "pallet-bags-list-remote-tests" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-election-provider-support", "frame-remote-externalities", @@ -5577,7 +5577,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-benchmarking", "frame-support", @@ -5592,7 +5592,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-support", "frame-system", @@ -5611,7 +5611,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -5635,7 +5635,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-benchmarking", "frame-support", @@ -5653,7 +5653,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-benchmarking", "frame-support", @@ -5672,7 +5672,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-benchmarking", "frame-support", @@ -5689,7 +5689,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5706,7 +5706,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-benchmarking", "frame-support", @@ -5724,7 +5724,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5747,7 +5747,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5760,7 +5760,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-benchmarking", "frame-support", @@ -5778,7 +5778,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "docify", "frame-benchmarking", @@ -5797,7 +5797,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-benchmarking", "frame-support", @@ -5820,7 +5820,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5836,7 +5836,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-benchmarking", "frame-support", @@ -5856,7 +5856,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-benchmarking", "frame-support", @@ -5873,7 +5873,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-benchmarking", "frame-support", @@ -5890,7 +5890,7 @@ dependencies = [ [[package]] name = "pallet-message-queue" version = "7.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-benchmarking", "frame-support", @@ -5909,7 +5909,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-benchmarking", "frame-support", @@ -5926,7 +5926,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-benchmarking", "frame-support", @@ -5942,7 +5942,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-benchmarking", "frame-support", @@ -5958,7 +5958,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-support", "frame-system", @@ -5975,7 +5975,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5995,7 +5995,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -6006,7 +6006,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-support", "frame-system", @@ -6023,7 +6023,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6047,7 +6047,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-benchmarking", "frame-support", @@ -6064,7 +6064,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-benchmarking", "frame-support", @@ -6079,7 +6079,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-benchmarking", "frame-support", @@ -6097,7 +6097,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-benchmarking", "frame-support", @@ -6112,7 +6112,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "assert_matches", "frame-benchmarking", @@ -6131,7 +6131,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-benchmarking", "frame-support", @@ -6148,7 +6148,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-support", "frame-system", @@ -6169,7 +6169,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-benchmarking", "frame-support", @@ -6185,7 +6185,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-benchmarking", "frame-support", @@ -6204,7 +6204,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6227,7 +6227,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -6238,7 +6238,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "log", "sp-arithmetic", @@ -6247,7 +6247,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "parity-scale-codec", "sp-api", @@ -6256,7 +6256,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-benchmarking", "frame-support", @@ -6273,7 +6273,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-benchmarking", "frame-support", @@ -6288,7 +6288,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-benchmarking", "frame-support", @@ -6306,7 +6306,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-benchmarking", "frame-support", @@ -6325,7 +6325,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-support", "frame-system", @@ -6341,7 +6341,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -6357,7 +6357,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6369,7 +6369,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-benchmarking", "frame-support", @@ -6386,7 +6386,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-benchmarking", "frame-support", @@ -6401,7 +6401,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-benchmarking", "frame-support", @@ -6417,7 +6417,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-benchmarking", "frame-support", @@ -6432,7 +6432,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-benchmarking", "frame-support", @@ -9563,7 +9563,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "log", "sp-core", @@ -9574,7 +9574,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "async-trait", "futures", @@ -9602,7 +9602,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "futures", "futures-timer", @@ -9625,7 +9625,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -9640,7 +9640,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -9659,7 +9659,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9670,7 +9670,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "array-bytes", "chrono", @@ -9709,7 +9709,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "fnv", "futures", @@ -9736,7 +9736,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "hash-db", "kvdb", @@ -9762,7 +9762,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "async-trait", "futures", @@ -9787,7 +9787,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "async-trait", "fork-tree", @@ -9822,7 +9822,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "futures", "jsonrpsee", @@ -9844,7 +9844,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "array-bytes", "async-channel", @@ -9878,7 +9878,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "futures", "jsonrpsee", @@ -9897,7 +9897,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "fork-tree", "parity-scale-codec", @@ -9910,7 +9910,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "ahash 0.8.2", "array-bytes", @@ -9950,7 +9950,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "finality-grandpa", "futures", @@ -9970,7 +9970,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "async-trait", "futures", @@ -9993,7 +9993,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "lru 0.10.0", "parity-scale-codec", @@ -10015,7 +10015,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -10027,7 +10027,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "anyhow", "cfg-if", @@ -10044,7 +10044,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "ansi_term", "futures", @@ -10060,7 +10060,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "array-bytes", "parking_lot 0.12.1", @@ -10074,7 +10074,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "array-bytes", "async-channel", @@ -10115,7 +10115,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "async-channel", "cid", @@ -10135,7 +10135,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "async-trait", "bitflags", @@ -10152,7 +10152,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "ahash 0.8.2", "futures", @@ -10170,7 +10170,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "array-bytes", "async-channel", @@ -10191,7 +10191,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "array-bytes", "async-channel", @@ -10225,7 +10225,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "array-bytes", "futures", @@ -10243,7 +10243,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "array-bytes", "bytes", @@ -10272,7 +10272,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -10281,7 +10281,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "futures", "jsonrpsee", @@ -10312,7 +10312,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10331,7 +10331,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "http", "jsonrpsee", @@ -10346,7 +10346,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "array-bytes", "futures", @@ -10372,7 +10372,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "async-trait", "directories", @@ -10437,7 +10437,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "log", "parity-scale-codec", @@ -10448,7 +10448,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "clap 4.2.5", "fs4", @@ -10462,7 +10462,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10481,7 +10481,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "futures", "libc", @@ -10500,7 +10500,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "chrono", "futures", @@ -10519,7 +10519,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "ansi_term", "atty", @@ -10548,7 +10548,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10559,7 +10559,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "async-trait", "futures", @@ -10585,7 +10585,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "async-trait", "futures", @@ -10601,7 +10601,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "async-channel", "futures", @@ -11125,7 +11125,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "hash-db", "log", @@ -11145,7 +11145,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "Inflector", "blake2", @@ -11159,7 +11159,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "23.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "parity-scale-codec", "scale-info", @@ -11172,7 +11172,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "16.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "integer-sqrt", "num-traits", @@ -11186,7 +11186,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "parity-scale-codec", "scale-info", @@ -11199,7 +11199,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "sp-api", "sp-inherents", @@ -11210,7 +11210,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "futures", "log", @@ -11228,7 +11228,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "async-trait", "futures", @@ -11243,7 +11243,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "async-trait", "parity-scale-codec", @@ -11260,7 +11260,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "async-trait", "parity-scale-codec", @@ -11279,7 +11279,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "lazy_static", "parity-scale-codec", @@ -11298,7 +11298,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "finality-grandpa", "log", @@ -11316,7 +11316,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "parity-scale-codec", "scale-info", @@ -11328,7 +11328,7 @@ dependencies = [ [[package]] name = "sp-core" version = "21.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "array-bytes", "bitflags", @@ -11372,7 +11372,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "9.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "blake2b_simd", "byteorder", @@ -11385,7 +11385,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "9.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "quote", "sp-core-hashing", @@ -11395,7 +11395,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -11404,7 +11404,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "proc-macro2", "quote", @@ -11414,7 +11414,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.19.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "environmental", "parity-scale-codec", @@ -11425,7 +11425,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -11439,7 +11439,7 @@ dependencies = [ [[package]] name = "sp-io" version = "23.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "bytes", "ed25519", @@ -11464,7 +11464,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "24.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "lazy_static", "sp-core", @@ -11475,7 +11475,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.27.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -11487,7 +11487,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "thiserror", "zstd 0.12.3+zstd.1.5.2", @@ -11496,7 +11496,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-metadata", "parity-scale-codec", @@ -11507,7 +11507,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -11525,7 +11525,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "parity-scale-codec", "scale-info", @@ -11539,7 +11539,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "sp-api", "sp-core", @@ -11549,7 +11549,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "backtrace", "lazy_static", @@ -11559,7 +11559,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "rustc-hash", "serde", @@ -11569,7 +11569,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "24.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "either", "hash256-std-hasher", @@ -11591,7 +11591,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "17.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -11609,7 +11609,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "11.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "Inflector", "proc-macro-crate", @@ -11621,7 +11621,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "parity-scale-codec", "scale-info", @@ -11635,7 +11635,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "parity-scale-codec", "scale-info", @@ -11648,7 +11648,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.28.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "hash-db", "log", @@ -11668,7 +11668,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "parity-scale-codec", "scale-info", @@ -11685,12 +11685,12 @@ dependencies = [ [[package]] name = "sp-std" version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" [[package]] name = "sp-storage" version = "13.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11703,7 +11703,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "async-trait", "parity-scale-codec", @@ -11716,7 +11716,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "10.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "parity-scale-codec", "sp-std", @@ -11728,7 +11728,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "sp-api", "sp-runtime", @@ -11737,7 +11737,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "async-trait", "parity-scale-codec", @@ -11752,7 +11752,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "22.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "ahash 0.8.2", "hash-db", @@ -11775,7 +11775,7 @@ dependencies = [ [[package]] name = "sp-version" version = "22.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11792,7 +11792,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -11803,7 +11803,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "14.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -11816,7 +11816,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "20.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "parity-scale-codec", "scale-info", @@ -12047,12 +12047,12 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -12071,7 +12071,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "hyper", "log", @@ -12083,7 +12083,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "async-trait", "jsonrpsee", @@ -12096,7 +12096,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -12113,7 +12113,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "array-bytes", "async-trait", @@ -12139,7 +12139,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "futures", "substrate-test-utils-derive", @@ -12149,7 +12149,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -12160,7 +12160,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "ansi_term", "build-helper", @@ -13015,7 +13015,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1724153f677d045cbbbad2db96589714d25d3ca1" +source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" dependencies = [ "async-trait", "clap 4.2.5", diff --git a/runtime/kusama/src/lib.rs b/runtime/kusama/src/lib.rs index c6e3bac29a2f..797d50eb75d5 100644 --- a/runtime/kusama/src/lib.rs +++ b/runtime/kusama/src/lib.rs @@ -17,8 +17,8 @@ //! The Kusama runtime. This can be compiled with `#[no_std]`, ready for Wasm. #![cfg_attr(not(feature = "std"), no_std)] -// `construct_runtime!` does a lot of recursion and requires us to increase the limit to 256. -#![recursion_limit = "256"] +// `construct_runtime!` does a lot of recursion and requires us to increase the limit. +#![recursion_limit = "512"] use pallet_nis::WithMaximumOf; use parity_scale_codec::{Decode, Encode, MaxEncodedLen}; @@ -1145,6 +1145,7 @@ impl pallet_message_queue::Config for Runtime { type MessageProcessor = pallet_message_queue::mock_helpers::NoopMessageProcessor; type QueueChangeHandler = ParaInclusion; + type QueuePausedQuery = (); type WeightInfo = weights::pallet_message_queue::WeightInfo; } diff --git a/runtime/parachains/src/mock.rs b/runtime/parachains/src/mock.rs index 2c975f682948..b06a75480662 100644 --- a/runtime/parachains/src/mock.rs +++ b/runtime/parachains/src/mock.rs @@ -329,6 +329,7 @@ impl pallet_message_queue::Config for Test { type WeightInfo = TestMessageQueueWeight; type MessageProcessor = TestProcessMessage; type QueueChangeHandler = ParaInclusion; + type QueuePausedQuery = (); type HeapSize = ConstU32<65536>; type MaxStale = ConstU32<8>; type ServiceWeight = MessageQueueServiceWeight; diff --git a/runtime/parachains/src/ump_tests.rs b/runtime/parachains/src/ump_tests.rs index 100d3f248a83..424aa2a4d032 100644 --- a/runtime/parachains/src/ump_tests.rs +++ b/runtime/parachains/src/ump_tests.rs @@ -573,13 +573,21 @@ fn overweight_queue_works() { .into(), ); - // ... and if we try to service a message with index that doesn't exist it will error - // out. + // But servicing again will not work. assert_noop!( ::execute_overweight( Weight::from_parts(501, 501), (Ump(UmpQueueId::Para(para_a)), 0, 2) ), + ExecuteOverweightError::AlreadyProcessed, + ); + + // Using an invalid index does not work. + assert_noop!( + ::execute_overweight( + Weight::from_parts(501, 501), + (Ump(UmpQueueId::Para(para_a)), 0, 3) + ), ExecuteOverweightError::NotFound, ); }); diff --git a/runtime/polkadot/src/lib.rs b/runtime/polkadot/src/lib.rs index 0cdc6785e746..073a8bbb2d93 100644 --- a/runtime/polkadot/src/lib.rs +++ b/runtime/polkadot/src/lib.rs @@ -18,7 +18,7 @@ #![cfg_attr(not(feature = "std"), no_std)] // `construct_runtime!` does a lot of recursion and requires us to increase the limit to 256. -#![recursion_limit = "256"] +#![recursion_limit = "512"] use pallet_transaction_payment::CurrencyAdapter; use runtime_common::{ @@ -1161,6 +1161,7 @@ impl pallet_message_queue::Config for Runtime { type MessageProcessor = pallet_message_queue::mock_helpers::NoopMessageProcessor; type QueueChangeHandler = ParaInclusion; + type QueuePausedQuery = (); type WeightInfo = weights::pallet_message_queue::WeightInfo; } diff --git a/runtime/rococo/src/lib.rs b/runtime/rococo/src/lib.rs index 833a1bdf4dec..d62ee551ca54 100644 --- a/runtime/rococo/src/lib.rs +++ b/runtime/rococo/src/lib.rs @@ -17,8 +17,8 @@ //! The Rococo runtime for v1 parachains. #![cfg_attr(not(feature = "std"), no_std)] -// `construct_runtime!` does a lot of recursion and requires us to increase the limit to 256. -#![recursion_limit = "256"] +// `construct_runtime!` does a lot of recursion and requires us to increase the limit. +#![recursion_limit = "512"] use pallet_nis::WithMaximumOf; use parity_scale_codec::{Decode, Encode, MaxEncodedLen}; @@ -1076,6 +1076,7 @@ impl pallet_message_queue::Config for Runtime { type MessageProcessor = pallet_message_queue::mock_helpers::NoopMessageProcessor; type QueueChangeHandler = ParaInclusion; + type QueuePausedQuery = (); type WeightInfo = weights::pallet_message_queue::WeightInfo; } diff --git a/runtime/westend/src/lib.rs b/runtime/westend/src/lib.rs index 411f21f13841..1cc32c3b7d7a 100644 --- a/runtime/westend/src/lib.rs +++ b/runtime/westend/src/lib.rs @@ -974,6 +974,7 @@ impl pallet_message_queue::Config for Runtime { type MessageProcessor = pallet_message_queue::mock_helpers::NoopMessageProcessor; type QueueChangeHandler = ParaInclusion; + type QueuePausedQuery = (); type WeightInfo = weights::pallet_message_queue::WeightInfo; } diff --git a/xcm/xcm-simulator/example/src/relay_chain.rs b/xcm/xcm-simulator/example/src/relay_chain.rs index 6f64249b40fc..b82e2c9cc306 100644 --- a/xcm/xcm-simulator/example/src/relay_chain.rs +++ b/xcm/xcm-simulator/example/src/relay_chain.rs @@ -279,6 +279,7 @@ impl pallet_message_queue::Config for Runtime { type ServiceWeight = MessageQueueServiceWeight; type MessageProcessor = MessageProcessor; type QueueChangeHandler = (); + type QueuePausedQuery = (); type WeightInfo = (); } diff --git a/xcm/xcm-simulator/fuzzer/src/relay_chain.rs b/xcm/xcm-simulator/fuzzer/src/relay_chain.rs index 75b42e300316..ef1339097f5a 100644 --- a/xcm/xcm-simulator/fuzzer/src/relay_chain.rs +++ b/xcm/xcm-simulator/fuzzer/src/relay_chain.rs @@ -247,6 +247,7 @@ impl pallet_message_queue::Config for Runtime { type MessageProcessor = pallet_message_queue::mock_helpers::NoopMessageProcessor; type QueueChangeHandler = (); + type QueuePausedQuery = (); type WeightInfo = (); } From 56adf08502e5d1f345e0b21e7c0d4e449d74aff7 Mon Sep 17 00:00:00 2001 From: Sebastian Kunert Date: Wed, 28 Jun 2023 16:27:05 +0200 Subject: [PATCH 2/3] Companion for substrate#14403 (#7435) * Bump trie-db * update lockfile for {"substrate"} --------- Co-authored-by: parity-processbot <> --- Cargo.lock | 375 +++++++++++++++++++++++++++-------------------------- 1 file changed, 188 insertions(+), 187 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e40eec7ae4d9..5513c79c3bb3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -517,7 +517,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "hash-db", "log", @@ -2449,7 +2449,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "parity-scale-codec", ] @@ -2472,7 +2472,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-support", "frame-support-procedural", @@ -2497,7 +2497,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "Inflector", "array-bytes", @@ -2543,7 +2543,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2554,7 +2554,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -2571,7 +2571,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-support", "frame-system", @@ -2587,9 +2587,9 @@ dependencies = [ [[package]] name = "frame-metadata" -version = "15.1.0" +version = "15.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "878babb0b136e731cc77ec2fd883ff02745ff21e6fb662729953d44923df009c" +checksum = "f2a893ede8dde2293e94dacf9c8f5db5d0506cd909257a8f0ac2b7d610baf50c" dependencies = [ "cfg-if", "parity-scale-codec", @@ -2600,7 +2600,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "async-recursion", "futures", @@ -2621,7 +2621,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "bitflags", "environmental", @@ -2655,7 +2655,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "Inflector", "cfg-expr", @@ -2673,7 +2673,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -2685,7 +2685,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "proc-macro2", "quote", @@ -2695,7 +2695,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-executive", @@ -2722,7 +2722,7 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-support", "frame-system", @@ -2734,7 +2734,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "cfg-if", "frame-support", @@ -2753,7 +2753,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -2768,7 +2768,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "parity-scale-codec", "sp-api", @@ -2777,7 +2777,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-support", "parity-scale-codec", @@ -2959,7 +2959,7 @@ dependencies = [ [[package]] name = "generate-bags" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "chrono", "frame-election-provider-support", @@ -4868,7 +4868,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "futures", "log", @@ -4887,7 +4887,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "anyhow", "jsonrpsee", @@ -5469,7 +5469,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5484,7 +5484,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-support", "frame-system", @@ -5500,7 +5500,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-support", "frame-system", @@ -5514,7 +5514,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5538,7 +5538,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5558,7 +5558,7 @@ dependencies = [ [[package]] name = "pallet-bags-list-remote-tests" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-election-provider-support", "frame-remote-externalities", @@ -5577,7 +5577,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5592,7 +5592,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-support", "frame-system", @@ -5611,7 +5611,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -5635,7 +5635,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5653,7 +5653,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5672,7 +5672,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5689,7 +5689,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5706,7 +5706,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5724,7 +5724,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5747,7 +5747,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5760,7 +5760,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5778,7 +5778,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "docify", "frame-benchmarking", @@ -5797,7 +5797,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5820,7 +5820,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5836,7 +5836,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5856,7 +5856,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5873,7 +5873,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5890,7 +5890,7 @@ dependencies = [ [[package]] name = "pallet-message-queue" version = "7.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5909,7 +5909,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5926,7 +5926,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5942,7 +5942,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5958,7 +5958,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-support", "frame-system", @@ -5975,7 +5975,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5995,7 +5995,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -6006,7 +6006,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-support", "frame-system", @@ -6023,7 +6023,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6047,7 +6047,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6064,7 +6064,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6079,7 +6079,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6097,7 +6097,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6112,7 +6112,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "assert_matches", "frame-benchmarking", @@ -6131,7 +6131,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6148,7 +6148,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-support", "frame-system", @@ -6169,7 +6169,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6185,7 +6185,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6204,7 +6204,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6227,7 +6227,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -6238,7 +6238,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "log", "sp-arithmetic", @@ -6247,7 +6247,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "parity-scale-codec", "sp-api", @@ -6256,7 +6256,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6273,7 +6273,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6288,7 +6288,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6306,7 +6306,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6325,7 +6325,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-support", "frame-system", @@ -6341,7 +6341,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -6357,7 +6357,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6369,7 +6369,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6386,7 +6386,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6401,7 +6401,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6417,7 +6417,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6432,7 +6432,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -9563,7 +9563,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "log", "sp-core", @@ -9574,7 +9574,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "async-trait", "futures", @@ -9602,7 +9602,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "futures", "futures-timer", @@ -9625,7 +9625,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -9640,7 +9640,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -9659,7 +9659,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9670,7 +9670,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "array-bytes", "chrono", @@ -9709,7 +9709,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "fnv", "futures", @@ -9736,7 +9736,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "hash-db", "kvdb", @@ -9762,7 +9762,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "async-trait", "futures", @@ -9787,7 +9787,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "async-trait", "fork-tree", @@ -9822,7 +9822,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "futures", "jsonrpsee", @@ -9844,7 +9844,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "array-bytes", "async-channel", @@ -9878,7 +9878,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "futures", "jsonrpsee", @@ -9897,7 +9897,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "fork-tree", "parity-scale-codec", @@ -9910,7 +9910,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "ahash 0.8.2", "array-bytes", @@ -9950,7 +9950,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "finality-grandpa", "futures", @@ -9970,7 +9970,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "async-trait", "futures", @@ -9993,7 +9993,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "lru 0.10.0", "parity-scale-codec", @@ -10015,7 +10015,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -10027,7 +10027,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "anyhow", "cfg-if", @@ -10044,7 +10044,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "ansi_term", "futures", @@ -10060,7 +10060,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "array-bytes", "parking_lot 0.12.1", @@ -10074,7 +10074,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "array-bytes", "async-channel", @@ -10115,7 +10115,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "async-channel", "cid", @@ -10135,7 +10135,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "async-trait", "bitflags", @@ -10152,7 +10152,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "ahash 0.8.2", "futures", @@ -10170,7 +10170,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "array-bytes", "async-channel", @@ -10191,7 +10191,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "array-bytes", "async-channel", @@ -10225,7 +10225,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "array-bytes", "futures", @@ -10243,7 +10243,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "array-bytes", "bytes", @@ -10272,7 +10272,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -10281,7 +10281,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "futures", "jsonrpsee", @@ -10312,7 +10312,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10331,7 +10331,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "http", "jsonrpsee", @@ -10346,7 +10346,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "array-bytes", "futures", @@ -10372,7 +10372,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "async-trait", "directories", @@ -10437,7 +10437,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "log", "parity-scale-codec", @@ -10448,7 +10448,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "clap 4.2.5", "fs4", @@ -10462,7 +10462,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10481,7 +10481,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "futures", "libc", @@ -10500,7 +10500,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "chrono", "futures", @@ -10519,7 +10519,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "ansi_term", "atty", @@ -10548,7 +10548,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10559,7 +10559,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "async-trait", "futures", @@ -10585,7 +10585,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "async-trait", "futures", @@ -10601,7 +10601,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "async-channel", "futures", @@ -11125,7 +11125,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "hash-db", "log", @@ -11145,7 +11145,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "Inflector", "blake2", @@ -11159,7 +11159,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "23.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "parity-scale-codec", "scale-info", @@ -11172,7 +11172,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "16.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "integer-sqrt", "num-traits", @@ -11186,7 +11186,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "parity-scale-codec", "scale-info", @@ -11199,7 +11199,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "sp-api", "sp-inherents", @@ -11210,7 +11210,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "futures", "log", @@ -11228,7 +11228,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "async-trait", "futures", @@ -11243,7 +11243,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "async-trait", "parity-scale-codec", @@ -11260,7 +11260,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "async-trait", "parity-scale-codec", @@ -11279,7 +11279,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "lazy_static", "parity-scale-codec", @@ -11298,7 +11298,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "finality-grandpa", "log", @@ -11316,7 +11316,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "parity-scale-codec", "scale-info", @@ -11328,7 +11328,7 @@ dependencies = [ [[package]] name = "sp-core" version = "21.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "array-bytes", "bitflags", @@ -11372,7 +11372,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "9.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "blake2b_simd", "byteorder", @@ -11385,7 +11385,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "9.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "quote", "sp-core-hashing", @@ -11395,7 +11395,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -11404,7 +11404,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "proc-macro2", "quote", @@ -11414,7 +11414,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.19.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "environmental", "parity-scale-codec", @@ -11425,7 +11425,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -11439,7 +11439,7 @@ dependencies = [ [[package]] name = "sp-io" version = "23.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "bytes", "ed25519", @@ -11464,7 +11464,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "24.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "lazy_static", "sp-core", @@ -11475,7 +11475,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.27.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -11487,7 +11487,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "thiserror", "zstd 0.12.3+zstd.1.5.2", @@ -11496,7 +11496,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-metadata", "parity-scale-codec", @@ -11507,7 +11507,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -11525,7 +11525,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "parity-scale-codec", "scale-info", @@ -11539,7 +11539,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "sp-api", "sp-core", @@ -11549,7 +11549,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "backtrace", "lazy_static", @@ -11559,7 +11559,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "rustc-hash", "serde", @@ -11569,7 +11569,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "24.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "either", "hash256-std-hasher", @@ -11591,7 +11591,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "17.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -11609,7 +11609,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "11.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "Inflector", "proc-macro-crate", @@ -11621,7 +11621,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "parity-scale-codec", "scale-info", @@ -11635,7 +11635,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "parity-scale-codec", "scale-info", @@ -11648,7 +11648,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.28.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "hash-db", "log", @@ -11663,12 +11663,13 @@ dependencies = [ "sp-trie", "thiserror", "tracing", + "trie-db", ] [[package]] name = "sp-statement-store" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "parity-scale-codec", "scale-info", @@ -11685,12 +11686,12 @@ dependencies = [ [[package]] name = "sp-std" version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" [[package]] name = "sp-storage" version = "13.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11703,7 +11704,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "async-trait", "parity-scale-codec", @@ -11716,7 +11717,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "10.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "parity-scale-codec", "sp-std", @@ -11728,7 +11729,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "sp-api", "sp-runtime", @@ -11737,7 +11738,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "async-trait", "parity-scale-codec", @@ -11752,7 +11753,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "22.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "ahash 0.8.2", "hash-db", @@ -11775,7 +11776,7 @@ dependencies = [ [[package]] name = "sp-version" version = "22.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11792,7 +11793,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -11803,7 +11804,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "14.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -11816,7 +11817,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "20.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "parity-scale-codec", "scale-info", @@ -12047,12 +12048,12 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -12071,7 +12072,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "hyper", "log", @@ -12083,7 +12084,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "async-trait", "jsonrpsee", @@ -12096,7 +12097,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -12113,7 +12114,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "array-bytes", "async-trait", @@ -12139,7 +12140,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "futures", "substrate-test-utils-derive", @@ -12149,7 +12150,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -12160,7 +12161,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "ansi_term", "build-helper", @@ -12940,9 +12941,9 @@ dependencies = [ [[package]] name = "trie-db" -version = "0.27.0" +version = "0.27.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "634d75c77ea43f2ad8ea9d9c58de49dfc9c3995bdef32b503df7883ff054e7f1" +checksum = "767abe6ffed88a1889671a102c2861ae742726f52e0a5a425b92c9fbfa7e9c85" dependencies = [ "hash-db", "hashbrown 0.13.2", @@ -13015,7 +13016,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a84f0afd643a0b539ff97b98d61542446ae496e6" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "async-trait", "clap 4.2.5", From 52595c8c7e5246172b8ee650aea496aa091af2f2 Mon Sep 17 00:00:00 2001 From: Gabriel Facco de Arruda Date: Wed, 28 Jun 2023 19:42:25 +0200 Subject: [PATCH 3/3] Introduce Tinkernet multisig XCM configs to Kusama/Rococo through xcm-builder (#7165) * Introduce Tinkernet multisig XCM configs * fmt fix * overflow handling, comments, clippy fixes * Adding Tinkernet XCM configs to xcm-builder * switching spaces to tab * remove derivation.rs in favor of location_conversion.rs * replace hardcoded literals with constants * autoformat * Fix for the unit test * replacing expect with an error and renaming constants * Resolving clippy warning --------- Co-authored-by: parity-processbot <> --- Cargo.lock | 1 + runtime/kusama/src/xcm_config.rs | 9 ++- runtime/rococo/src/xcm_config.rs | 14 +++-- xcm/xcm-builder/Cargo.toml | 2 + xcm/xcm-builder/src/lib.rs | 4 +- xcm/xcm-builder/src/location_conversion.rs | 67 ++++++++++++++++++++++ xcm/xcm-builder/src/origin_conversion.rs | 35 +++++++++++ 7 files changed, 124 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5513c79c3bb3..fab399da0b17 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14470,6 +14470,7 @@ dependencies = [ "primitive-types", "scale-info", "sp-arithmetic", + "sp-core", "sp-io", "sp-runtime", "sp-std", diff --git a/runtime/kusama/src/xcm_config.rs b/runtime/kusama/src/xcm_config.rs index 0aa50a364a0c..8e2af5752b42 100644 --- a/runtime/kusama/src/xcm_config.rs +++ b/runtime/kusama/src/xcm_config.rs @@ -41,8 +41,9 @@ use xcm_builder::{ ChildParachainConvertsVia, ChildSystemParachainAsSuperuser, CurrencyAdapter as XcmCurrencyAdapter, FixedWeightBounds, IsChildSystemParachain, IsConcrete, MintLocation, OriginToPluralityVoice, SignedAccountId32AsNative, SignedToAccountId32, - SovereignSignedViaLocation, TakeWeightCredit, TrailingSetTopicAsId, UsingComponents, - WeightInfoBounds, WithComputedOrigin, WithUniqueTopic, + SovereignSignedViaLocation, TakeWeightCredit, TinkernetMultisigAsAccountId, + TinkernetMultisigAsNative, TrailingSetTopicAsId, UsingComponents, WeightInfoBounds, + WithComputedOrigin, WithUniqueTopic, }; use xcm_executor::traits::WithOriginFilter; @@ -70,6 +71,8 @@ pub type SovereignAccountOf = ( ChildParachainConvertsVia, // We can directly alias an `AccountId32` into a local account. AccountId32Aliases, + // We can derive a local account from a Tinkernet XCMultisig MultiLocation. + TinkernetMultisigAsAccountId, ); /// Our asset transactor. This is what allows us to interest with the runtime facilities from the point of @@ -99,6 +102,8 @@ type LocalOriginConverter = ( SignedAccountId32AsNative, // A system child parachain, expressed as a Superuser, converts to the `Root` origin. ChildSystemParachainAsSuperuser, + // Converts a Tinkernet XCMultisig MultiLocation into a `Signed` origin. + TinkernetMultisigAsNative, ); parameter_types! { diff --git a/runtime/rococo/src/xcm_config.rs b/runtime/rococo/src/xcm_config.rs index bc78ab7ab878..3d01b4f22833 100644 --- a/runtime/rococo/src/xcm_config.rs +++ b/runtime/rococo/src/xcm_config.rs @@ -40,8 +40,8 @@ use xcm_builder::{ ChildParachainAsNative, ChildParachainConvertsVia, ChildSystemParachainAsSuperuser, CurrencyAdapter as XcmCurrencyAdapter, FixedWeightBounds, IsChildSystemParachain, IsConcrete, MintLocation, SignedAccountId32AsNative, SignedToAccountId32, SovereignSignedViaLocation, - TakeWeightCredit, TrailingSetTopicAsId, UsingComponents, WeightInfoBounds, WithComputedOrigin, - WithUniqueTopic, + TakeWeightCredit, TinkernetMultisigAsAccountId, TinkernetMultisigAsNative, + TrailingSetTopicAsId, UsingComponents, WeightInfoBounds, WithComputedOrigin, WithUniqueTopic, }; use xcm_executor::{traits::WithOriginFilter, XcmExecutor}; @@ -53,8 +53,12 @@ parameter_types! { pub LocalCheckAccount: (AccountId, MintLocation) = (CheckAccount::get(), MintLocation::Local); } -pub type LocationConverter = - (ChildParachainConvertsVia, AccountId32Aliases); +pub type LocationConverter = ( + ChildParachainConvertsVia, + AccountId32Aliases, + // We can derive a local account from a Tinkernet XCMultisig MultiLocation. + TinkernetMultisigAsAccountId, +); /// Our asset transactor. This is what allows us to interest with the runtime facilities from the point of /// view of XCM-only concepts like `MultiLocation` and `MultiAsset`. @@ -83,6 +87,8 @@ type LocalOriginConverter = ( SignedAccountId32AsNative, // A system child parachain, expressed as a Superuser, converts to the `Root` origin. ChildSystemParachainAsSuperuser, + // Converts a Tinkernet XCMultisig MultiLocation into a `Signed` origin. + TinkernetMultisigAsNative, ); parameter_types! { diff --git a/xcm/xcm-builder/Cargo.toml b/xcm/xcm-builder/Cargo.toml index 7dc7a7fc0aa2..82c77f59692b 100644 --- a/xcm/xcm-builder/Cargo.toml +++ b/xcm/xcm-builder/Cargo.toml @@ -15,6 +15,7 @@ sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", d sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } sp-weights = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } frame-system = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } @@ -49,6 +50,7 @@ std = [ "sp-arithmetic/std", "sp-io/std", "sp-runtime/std", + "sp-core/std", "sp-weights/std", "frame-support/std", "frame-system/std", diff --git a/xcm/xcm-builder/src/lib.rs b/xcm/xcm-builder/src/lib.rs index 984ace84dc69..08d0c32c1836 100644 --- a/xcm/xcm-builder/src/lib.rs +++ b/xcm/xcm-builder/src/lib.rs @@ -34,7 +34,7 @@ pub use location_conversion::{ ChildParachainConvertsVia, DescribeAccountId32Terminal, DescribeAccountIdTerminal, DescribeAccountKey20Terminal, DescribeAllTerminal, DescribeFamily, DescribeLocation, DescribePalletTerminal, DescribeTerminus, GlobalConsensusParachainConvertsFor, - HashedDescription, ParentIsPreset, SiblingParachainConvertsVia, + HashedDescription, ParentIsPreset, SiblingParachainConvertsVia, TinkernetMultisigAsAccountId, }; mod origin_conversion; @@ -42,7 +42,7 @@ pub use origin_conversion::{ BackingToPlurality, ChildParachainAsNative, ChildSystemParachainAsSuperuser, EnsureXcmOrigin, OriginToPluralityVoice, ParentAsSuperuser, RelayChainAsNative, SiblingParachainAsNative, SiblingSystemParachainAsSuperuser, SignedAccountId32AsNative, SignedAccountKey20AsNative, - SignedToAccountId32, SovereignSignedViaLocation, + SignedToAccountId32, SovereignSignedViaLocation, TinkernetMultisigAsNative, }; mod asset_conversion; diff --git a/xcm/xcm-builder/src/location_conversion.rs b/xcm/xcm-builder/src/location_conversion.rs index dc327c08d067..a62d44e1e6af 100644 --- a/xcm/xcm-builder/src/location_conversion.rs +++ b/xcm/xcm-builder/src/location_conversion.rs @@ -17,6 +17,7 @@ use crate::universal_exports::ensure_is_remote; use frame_support::traits::Get; use parity_scale_codec::{Compact, Decode, Encode}; +use sp_core::H256; use sp_io::hashing::blake2_256; use sp_runtime::traits::{AccountIdConversion, Convert, TrailingZeroInput}; use sp_std::{marker::PhantomData, prelude::*}; @@ -345,6 +346,52 @@ impl>, AccountId: From<[u8; 20]> + Into<[u8; 20]> } } +/// Tinkernet ParaId used when matching Multisig MultiLocations. +pub const KUSAMA_TINKERNET_PARA_ID: u32 = 2125; + +/// Tinkernet Multisig pallet instance used when matching Multisig MultiLocations. +pub const KUSAMA_TINKERNET_MULTISIG_PALLET: u8 = 71; + +/// Constant derivation function for Tinkernet Multisigs. +/// Uses the Tinkernet genesis hash as a salt. +pub fn derive_tinkernet_multisig(id: u128) -> Result { + AccountId::decode(&mut TrailingZeroInput::new( + &( + // The constant salt used to derive Tinkernet Multisigs, this is Tinkernet's genesis hash. + H256([ + 212, 46, 150, 6, 169, 149, 223, 228, 51, 220, 121, 85, 220, 42, 112, 244, 149, 243, + 80, 243, 115, 218, 162, 0, 9, 138, 232, 68, 55, 129, 106, 210, + ]), + // The actual multisig integer id. + u32::try_from(id).map_err(|_| ())?, + ) + .using_encoded(blake2_256), + )) + .map_err(|_| ()) +} + +/// Convert a Tinkernet Multisig `MultiLocation` value into a local `AccountId`. +pub struct TinkernetMultisigAsAccountId(PhantomData); +impl ConvertLocation + for TinkernetMultisigAsAccountId +{ + fn convert_location(location: &MultiLocation) -> Option { + match location { + MultiLocation { + parents: _, + interior: + X3( + Parachain(KUSAMA_TINKERNET_PARA_ID), + PalletInstance(KUSAMA_TINKERNET_MULTISIG_PALLET), + // Index from which the multisig account is derived. + GeneralIndex(id), + ), + } => derive_tinkernet_multisig(*id).ok(), + _ => None, + } + } +} + /// Converts a location which is a top-level parachain (i.e. a parachain held on a /// Relay-chain which provides its own consensus) into a 32-byte `AccountId`. /// @@ -789,4 +836,24 @@ mod tests { }; assert!(ForeignChainAliasAccount::<[u8; 32]>::convert_location(&mul).is_none()); } + + #[test] + fn remote_tinkernet_multisig_convert_to_account() { + let mul = MultiLocation { + parents: 0, + interior: X3( + Parachain(KUSAMA_TINKERNET_PARA_ID), + PalletInstance(KUSAMA_TINKERNET_MULTISIG_PALLET), + GeneralIndex(0), + ), + }; + + assert_eq!( + [ + 97, 160, 244, 60, 133, 145, 170, 26, 202, 108, 203, 156, 114, 116, 175, 30, 156, + 195, 43, 101, 243, 51, 193, 162, 152, 188, 30, 165, 244, 81, 70, 90 + ], + TinkernetMultisigAsAccountId::<[u8; 32]>::convert_location(&mul).unwrap() + ); + } } diff --git a/xcm/xcm-builder/src/origin_conversion.rs b/xcm/xcm-builder/src/origin_conversion.rs index 0810b1ce2f8b..ecd7edd4f568 100644 --- a/xcm/xcm-builder/src/origin_conversion.rs +++ b/xcm/xcm-builder/src/origin_conversion.rs @@ -16,8 +16,12 @@ //! Various implementations for `ConvertOrigin`. +use crate::location_conversion::{ + derive_tinkernet_multisig, KUSAMA_TINKERNET_MULTISIG_PALLET, KUSAMA_TINKERNET_PARA_ID, +}; use frame_support::traits::{EnsureOrigin, Get, GetBacking, OriginTrait}; use frame_system::RawOrigin as SystemRawOrigin; +use parity_scale_codec::Decode; use polkadot_parachain::primitives::IsSystem; use sp_runtime::traits::TryConvert; use sp_std::marker::PhantomData; @@ -241,6 +245,37 @@ where } } +/// Convert a Tinkernet Multisig `MultiLocation` value into a `Signed` origin. +pub struct TinkernetMultisigAsNative(PhantomData); +impl ConvertOrigin + for TinkernetMultisigAsNative +where + RuntimeOrigin::AccountId: Decode, +{ + fn convert_origin( + origin: impl Into, + kind: OriginKind, + ) -> Result { + let origin = origin.into(); + match (kind, origin) { + ( + OriginKind::Native, + MultiLocation { + parents: _, + interior: + X3( + Junction::Parachain(KUSAMA_TINKERNET_PARA_ID), + Junction::PalletInstance(KUSAMA_TINKERNET_MULTISIG_PALLET), + // Index from which the multisig account is derived. + Junction::GeneralIndex(id), + ), + }, + ) => Ok(RuntimeOrigin::signed(derive_tinkernet_multisig(id).map_err(|_| origin)?)), + (_, origin) => Err(origin), + } + } +} + /// `EnsureOrigin` barrier to convert from dispatch origin to XCM origin, if one exists. pub struct EnsureXcmOrigin(PhantomData<(RuntimeOrigin, Conversion)>); impl>