From bc58b469626ae6ebcbdc584fcee450e95fa60594 Mon Sep 17 00:00:00 2001 From: Gavin Wood Date: Thu, 9 Dec 2021 14:42:39 +0100 Subject: [PATCH] Companion for #10382 (Insufficient asset quotas and deposits) (#4390) * MaxConsumers * Fixes * fixes * one more fix * Bump Substrate Co-authored-by: Shawn Tabrizi --- polkadot/Cargo.lock | 326 +++++++++--------- .../bridges/bin/millau/runtime/src/lib.rs | 1 + .../bridges/bin/rialto/runtime/src/lib.rs | 1 + polkadot/bridges/modules/dispatch/src/lib.rs | 1 + polkadot/bridges/modules/grandpa/src/mock.rs | 1 + polkadot/bridges/modules/messages/src/mock.rs | 1 + .../modules/shift-session-manager/src/lib.rs | 1 + .../bridges/modules/token-swap/src/mock.rs | 1 + polkadot/runtime/common/src/assigned_slots.rs | 1 + polkadot/runtime/common/src/auctions.rs | 1 + polkadot/runtime/common/src/claims.rs | 1 + polkadot/runtime/common/src/crowdloan.rs | 1 + polkadot/runtime/common/src/impls.rs | 1 + .../runtime/common/src/integration_tests.rs | 1 + polkadot/runtime/common/src/lib.rs | 1 + .../runtime/common/src/paras_registrar.rs | 1 + polkadot/runtime/common/src/purchase.rs | 1 + polkadot/runtime/common/src/slots.rs | 1 + polkadot/runtime/kusama/src/lib.rs | 1 + polkadot/runtime/parachains/src/mock.rs | 1 + polkadot/runtime/polkadot/src/lib.rs | 1 + polkadot/runtime/rococo/src/lib.rs | 1 + polkadot/runtime/test-runtime/src/lib.rs | 1 + polkadot/runtime/westend/src/lib.rs | 1 + .../src/fungible/mock.rs | 1 + .../pallet-xcm-benchmarks/src/generic/mock.rs | 1 + polkadot/xcm/pallet-xcm/src/mock.rs | 1 + polkadot/xcm/xcm-builder/tests/mock/mod.rs | 1 + .../xcm-simulator/example/src/parachain.rs | 1 + .../xcm-simulator/example/src/relay_chain.rs | 1 + .../xcm/xcm-simulator/fuzzer/src/parachain.rs | 1 + .../xcm-simulator/fuzzer/src/relay_chain.rs | 1 + 32 files changed, 194 insertions(+), 163 deletions(-) diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index d443bdf97e..3f8c3a379d 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -448,7 +448,7 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "beefy-primitives", "fnv", @@ -476,7 +476,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -496,12 +496,12 @@ dependencies = [ [[package]] name = "beefy-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" [[package]] name = "beefy-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "parity-scale-codec", "scale-info", @@ -1845,7 +1845,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "parity-scale-codec", ] @@ -1863,7 +1863,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "frame-support", "frame-system", @@ -1884,7 +1884,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "Inflector", "chrono", @@ -1910,7 +1910,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "frame-support", "frame-system", @@ -1924,7 +1924,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "frame-support", "frame-system", @@ -1952,7 +1952,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "bitflags", "frame-metadata", @@ -1981,7 +1981,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -1993,7 +1993,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.1.0", @@ -2005,7 +2005,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "proc-macro2", "quote", @@ -2015,7 +2015,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "frame-support", "frame-support-test-pallet", @@ -2038,7 +2038,7 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "frame-support", "frame-system", @@ -2049,7 +2049,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "frame-support", "log", @@ -2066,7 +2066,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "frame-benchmarking", "frame-support", @@ -2081,7 +2081,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "parity-scale-codec", "sp-api", @@ -2090,7 +2090,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "frame-support", "sp-api", @@ -2292,7 +2292,7 @@ dependencies = [ [[package]] name = "generate-bags" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "chrono", "frame-election-provider-support", @@ -4544,7 +4544,7 @@ checksum = "2386b4ebe91c2f7f51082d4cefa145d030e33a1842a96b12e4885cc3c01f7a55" [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "frame-benchmarking", "frame-support", @@ -4558,7 +4558,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "frame-support", "frame-system", @@ -4574,7 +4574,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "frame-support", "frame-system", @@ -4589,7 +4589,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "frame-benchmarking", "frame-support", @@ -4613,7 +4613,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4633,7 +4633,7 @@ dependencies = [ [[package]] name = "pallet-bags-list-remote-tests" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "clap", "frame-election-provider-support", @@ -4655,7 +4655,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "frame-benchmarking", "frame-support", @@ -4670,7 +4670,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "beefy-primitives", "frame-support", @@ -4686,7 +4686,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "beefy-merkle-tree", "beefy-primitives", @@ -4711,7 +4711,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "frame-benchmarking", "frame-support", @@ -4795,7 +4795,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "frame-benchmarking", "frame-support", @@ -4812,7 +4812,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "frame-benchmarking", "frame-support", @@ -4828,7 +4828,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4852,7 +4852,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "frame-benchmarking", "frame-support", @@ -4870,7 +4870,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "frame-benchmarking", "frame-support", @@ -4885,7 +4885,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "frame-benchmarking", "frame-support", @@ -4908,7 +4908,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "enumflags2", "frame-benchmarking", @@ -4924,7 +4924,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "frame-benchmarking", "frame-support", @@ -4944,7 +4944,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "frame-benchmarking", "frame-support", @@ -4961,7 +4961,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "frame-benchmarking", "frame-support", @@ -4978,7 +4978,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -4996,7 +4996,7 @@ dependencies = [ [[package]] name = "pallet-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "frame-support", "frame-system", @@ -5012,7 +5012,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5029,7 +5029,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "frame-benchmarking", "frame-support", @@ -5044,7 +5044,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "frame-support", "frame-system", @@ -5058,7 +5058,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "frame-support", "frame-system", @@ -5075,7 +5075,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5098,7 +5098,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "frame-benchmarking", "frame-support", @@ -5113,7 +5113,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "frame-support", "frame-system", @@ -5127,7 +5127,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "frame-benchmarking", "frame-support", @@ -5143,7 +5143,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "frame-support", "frame-system", @@ -5164,7 +5164,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "frame-benchmarking", "frame-support", @@ -5180,7 +5180,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "frame-support", "frame-system", @@ -5194,7 +5194,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5217,7 +5217,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -5228,7 +5228,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "log", "sp-arithmetic", @@ -5237,7 +5237,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "frame-support", "frame-system", @@ -5251,7 +5251,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "frame-benchmarking", "frame-support", @@ -5269,7 +5269,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "frame-benchmarking", "frame-support", @@ -5288,7 +5288,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "frame-support", "frame-system", @@ -5305,7 +5305,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5322,7 +5322,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -5333,7 +5333,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "frame-benchmarking", "frame-support", @@ -5350,7 +5350,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "frame-benchmarking", "frame-support", @@ -5366,7 +5366,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "frame-benchmarking", "frame-support", @@ -7698,7 +7698,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "env_logger 0.9.0", "jsonrpsee", @@ -7977,7 +7977,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "log", "sp-core", @@ -7988,7 +7988,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "async-trait", "derive_more", @@ -8015,7 +8015,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "futures 0.3.18", "futures-timer 3.0.2", @@ -8038,7 +8038,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -8054,7 +8054,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "impl-trait-for-tuples", "memmap2 0.5.0", @@ -8071,7 +8071,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -8082,7 +8082,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "chrono", "fdlimit", @@ -8120,7 +8120,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "fnv", "futures 0.3.18", @@ -8148,7 +8148,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "hash-db", "kvdb", @@ -8173,7 +8173,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "async-trait", "futures 0.3.18", @@ -8197,7 +8197,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "async-trait", "derive_more", @@ -8240,7 +8240,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "derive_more", "futures 0.3.18", @@ -8264,7 +8264,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "fork-tree", "parity-scale-codec", @@ -8277,7 +8277,7 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "assert_matches", "async-trait", @@ -8311,7 +8311,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "async-trait", "futures 0.3.18", @@ -8337,7 +8337,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "sc-client-api", "sp-authorship", @@ -8348,7 +8348,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "lazy_static", "libsecp256k1", @@ -8375,7 +8375,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "derive_more", "environmental", @@ -8393,7 +8393,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "log", "parity-scale-codec", @@ -8409,7 +8409,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "cfg-if 1.0.0", "libc", @@ -8427,7 +8427,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "async-trait", "derive_more", @@ -8464,7 +8464,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "derive_more", "finality-grandpa", @@ -8488,7 +8488,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "ansi_term", "futures 0.3.18", @@ -8505,7 +8505,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "async-trait", "derive_more", @@ -8520,7 +8520,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "async-std", "async-trait", @@ -8571,7 +8571,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "futures 0.3.18", "futures-timer 3.0.2", @@ -8587,7 +8587,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "bytes 1.1.0", "fnv", @@ -8615,7 +8615,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "futures 0.3.18", "libp2p", @@ -8628,7 +8628,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -8637,7 +8637,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "futures 0.3.18", "hash-db", @@ -8668,7 +8668,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "futures 0.3.18", "jsonrpc-core", @@ -8693,7 +8693,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "futures 0.3.18", "jsonrpc-core", @@ -8710,7 +8710,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "async-trait", "directories", @@ -8774,7 +8774,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "log", "parity-scale-codec", @@ -8788,7 +8788,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -8810,7 +8810,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "chrono", "futures 0.3.18", @@ -8828,7 +8828,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "ansi_term", "atty", @@ -8859,7 +8859,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -8870,7 +8870,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "futures 0.3.18", "intervalier", @@ -8897,7 +8897,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "derive_more", "futures 0.3.18", @@ -8911,7 +8911,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "futures 0.3.18", "futures-timer 3.0.2", @@ -9316,7 +9316,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "hash-db", "log", @@ -9333,7 +9333,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "blake2-rfc", "proc-macro-crate 1.1.0", @@ -9345,7 +9345,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "parity-scale-codec", "scale-info", @@ -9358,7 +9358,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "integer-sqrt", "num-traits", @@ -9373,7 +9373,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "parity-scale-codec", "scale-info", @@ -9386,7 +9386,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "async-trait", "parity-scale-codec", @@ -9398,7 +9398,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "parity-scale-codec", "sp-api", @@ -9410,7 +9410,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "futures 0.3.18", "log", @@ -9428,7 +9428,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "async-trait", "futures 0.3.18", @@ -9447,7 +9447,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "async-trait", "merlin", @@ -9470,7 +9470,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "parity-scale-codec", "scale-info", @@ -9482,7 +9482,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -9494,7 +9494,7 @@ dependencies = [ [[package]] name = "sp-core" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "base58", "bitflags", @@ -9542,7 +9542,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "blake2-rfc", "byteorder", @@ -9555,7 +9555,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "proc-macro2", "quote", @@ -9566,7 +9566,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "kvdb", "parking_lot", @@ -9575,7 +9575,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "proc-macro2", "quote", @@ -9585,7 +9585,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.10.0" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "environmental", "parity-scale-codec", @@ -9596,7 +9596,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "finality-grandpa", "log", @@ -9614,7 +9614,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -9628,7 +9628,7 @@ dependencies = [ [[package]] name = "sp-io" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "futures 0.3.18", "hash-db", @@ -9652,7 +9652,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "lazy_static", "sp-core", @@ -9663,7 +9663,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "async-trait", "derive_more", @@ -9680,7 +9680,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "zstd", ] @@ -9688,7 +9688,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "parity-scale-codec", "scale-info", @@ -9703,7 +9703,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -9714,7 +9714,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "sp-api", "sp-core", @@ -9724,7 +9724,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "backtrace", "lazy_static", @@ -9734,7 +9734,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "rustc-hash", "serde", @@ -9744,7 +9744,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "either", "hash256-std-hasher", @@ -9766,7 +9766,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -9783,7 +9783,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "Inflector", "proc-macro-crate 1.1.0", @@ -9795,7 +9795,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "serde", "serde_json", @@ -9804,7 +9804,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "parity-scale-codec", "scale-info", @@ -9818,7 +9818,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "parity-scale-codec", "scale-info", @@ -9829,7 +9829,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "hash-db", "log", @@ -9852,12 +9852,12 @@ dependencies = [ [[package]] name = "sp-std" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" [[package]] name = "sp-storage" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "impl-serde", "parity-scale-codec", @@ -9870,7 +9870,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "log", "sp-core", @@ -9883,7 +9883,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "async-trait", "futures-timer 3.0.2", @@ -9899,7 +9899,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "parity-scale-codec", "sp-std", @@ -9911,7 +9911,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "sp-api", "sp-runtime", @@ -9920,7 +9920,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "async-trait", "log", @@ -9936,7 +9936,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "hash-db", "memory-db", @@ -9951,7 +9951,7 @@ dependencies = [ [[package]] name = "sp-version" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "impl-serde", "parity-scale-codec", @@ -9967,7 +9967,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -9978,7 +9978,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10189,7 +10189,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "platforms", ] @@ -10197,7 +10197,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.18", @@ -10219,7 +10219,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "async-std", "derive_more", @@ -10233,7 +10233,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "async-trait", "futures 0.3.18", @@ -10259,7 +10259,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "futures 0.3.18", "substrate-test-utils-derive", @@ -10269,7 +10269,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -10280,7 +10280,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "ansi_term", "build-helper", @@ -10422,7 +10422,7 @@ dependencies = [ [[package]] name = "test-runner" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "frame-system", "futures 0.3.18", @@ -10853,7 +10853,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#25e636bcbf756afb4d4534c62ad9e9b806e98be7" +source = "git+https://github.com/paritytech/substrate?branch=master#8a3434bb5e8f204107644cd32f97f5ba76d8714f" dependencies = [ "jsonrpsee", "log", diff --git a/polkadot/bridges/bin/millau/runtime/src/lib.rs b/polkadot/bridges/bin/millau/runtime/src/lib.rs index d230e7aadd..de85b859b7 100644 --- a/polkadot/bridges/bin/millau/runtime/src/lib.rs +++ b/polkadot/bridges/bin/millau/runtime/src/lib.rs @@ -204,6 +204,7 @@ impl frame_system::Config for Runtime { type SS58Prefix = SS58Prefix; /// The set code logic, just the default since we're not a parachain. type OnSetCode = (); + type MaxConsumers = frame_support::traits::ConstU32<16>; } impl pallet_randomness_collective_flip::Config for Runtime {} diff --git a/polkadot/bridges/bin/rialto/runtime/src/lib.rs b/polkadot/bridges/bin/rialto/runtime/src/lib.rs index 6a4cb90a4f..b3ceff5035 100644 --- a/polkadot/bridges/bin/rialto/runtime/src/lib.rs +++ b/polkadot/bridges/bin/rialto/runtime/src/lib.rs @@ -208,6 +208,7 @@ impl frame_system::Config for Runtime { type SS58Prefix = SS58Prefix; /// The set code logic, just the default since we're not a parachain. type OnSetCode = (); + type MaxConsumers = frame_support::traits::ConstU32<16>; } /// The BABE epoch configuration at genesis. diff --git a/polkadot/bridges/modules/dispatch/src/lib.rs b/polkadot/bridges/modules/dispatch/src/lib.rs index f467bab0d9..f5daef9881 100644 --- a/polkadot/bridges/modules/dispatch/src/lib.rs +++ b/polkadot/bridges/modules/dispatch/src/lib.rs @@ -520,6 +520,7 @@ mod tests { type DbWeight = (); type SS58Prefix = (); type OnSetCode = (); + type MaxConsumers = frame_support::traits::ConstU32<16>; } impl Config for TestRuntime { diff --git a/polkadot/bridges/modules/grandpa/src/mock.rs b/polkadot/bridges/modules/grandpa/src/mock.rs index f8b5e26932..4807624f39 100644 --- a/polkadot/bridges/modules/grandpa/src/mock.rs +++ b/polkadot/bridges/modules/grandpa/src/mock.rs @@ -77,6 +77,7 @@ impl frame_system::Config for TestRuntime { type BlockLength = (); type SS58Prefix = (); type OnSetCode = (); + type MaxConsumers = frame_support::traits::ConstU32<16>; } parameter_types! { diff --git a/polkadot/bridges/modules/messages/src/mock.rs b/polkadot/bridges/modules/messages/src/mock.rs index a333c95bb5..ef50814722 100644 --- a/polkadot/bridges/modules/messages/src/mock.rs +++ b/polkadot/bridges/modules/messages/src/mock.rs @@ -125,6 +125,7 @@ impl frame_system::Config for TestRuntime { type DbWeight = DbWeight; type SS58Prefix = (); type OnSetCode = (); + type MaxConsumers = frame_support::traits::ConstU32<16>; } parameter_types! { diff --git a/polkadot/bridges/modules/shift-session-manager/src/lib.rs b/polkadot/bridges/modules/shift-session-manager/src/lib.rs index 0278580981..c8d415cc83 100644 --- a/polkadot/bridges/modules/shift-session-manager/src/lib.rs +++ b/polkadot/bridges/modules/shift-session-manager/src/lib.rs @@ -162,6 +162,7 @@ mod tests { type DbWeight = (); type SS58Prefix = (); type OnSetCode = (); + type MaxConsumers = frame_support::traits::ConstU32<16>; } parameter_types! { diff --git a/polkadot/bridges/modules/token-swap/src/mock.rs b/polkadot/bridges/modules/token-swap/src/mock.rs index 63edb323e1..4e81c62faa 100644 --- a/polkadot/bridges/modules/token-swap/src/mock.rs +++ b/polkadot/bridges/modules/token-swap/src/mock.rs @@ -91,6 +91,7 @@ impl frame_system::Config for TestRuntime { type DbWeight = (); type SS58Prefix = (); type OnSetCode = (); + type MaxConsumers = frame_support::traits::ConstU32<16>; } frame_support::parameter_types! { diff --git a/polkadot/runtime/common/src/assigned_slots.rs b/polkadot/runtime/common/src/assigned_slots.rs index e0981a63d8..d7d075d9ef 100644 --- a/polkadot/runtime/common/src/assigned_slots.rs +++ b/polkadot/runtime/common/src/assigned_slots.rs @@ -603,6 +603,7 @@ mod tests { type SystemWeightInfo = (); type SS58Prefix = (); type OnSetCode = (); + type MaxConsumers = frame_support::traits::ConstU32<16>; } parameter_types! { diff --git a/polkadot/runtime/common/src/auctions.rs b/polkadot/runtime/common/src/auctions.rs index 01e3d3ead3..1a20ba1eca 100644 --- a/polkadot/runtime/common/src/auctions.rs +++ b/polkadot/runtime/common/src/auctions.rs @@ -710,6 +710,7 @@ mod tests { type SystemWeightInfo = (); type SS58Prefix = (); type OnSetCode = (); + type MaxConsumers = frame_support::traits::ConstU32<16>; } parameter_types! { diff --git a/polkadot/runtime/common/src/claims.rs b/polkadot/runtime/common/src/claims.rs index 66a9e12d71..11c35939ac 100644 --- a/polkadot/runtime/common/src/claims.rs +++ b/polkadot/runtime/common/src/claims.rs @@ -755,6 +755,7 @@ mod tests { type SystemWeightInfo = (); type SS58Prefix = (); type OnSetCode = (); + type MaxConsumers = frame_support::traits::ConstU32<16>; } parameter_types! { diff --git a/polkadot/runtime/common/src/crowdloan.rs b/polkadot/runtime/common/src/crowdloan.rs index d496617730..d54c676646 100644 --- a/polkadot/runtime/common/src/crowdloan.rs +++ b/polkadot/runtime/common/src/crowdloan.rs @@ -880,6 +880,7 @@ mod tests { type SystemWeightInfo = (); type SS58Prefix = (); type OnSetCode = (); + type MaxConsumers = frame_support::traits::ConstU32<16>; } parameter_types! { diff --git a/polkadot/runtime/common/src/impls.rs b/polkadot/runtime/common/src/impls.rs index abf1e07618..adbc9e663b 100644 --- a/polkadot/runtime/common/src/impls.rs +++ b/polkadot/runtime/common/src/impls.rs @@ -128,6 +128,7 @@ mod tests { type SystemWeightInfo = (); type SS58Prefix = (); type OnSetCode = (); + type MaxConsumers = frame_support::traits::ConstU32<16>; } impl pallet_balances::Config for Test { diff --git a/polkadot/runtime/common/src/integration_tests.rs b/polkadot/runtime/common/src/integration_tests.rs index aa5feee11b..f5f70f44d6 100644 --- a/polkadot/runtime/common/src/integration_tests.rs +++ b/polkadot/runtime/common/src/integration_tests.rs @@ -105,6 +105,7 @@ impl frame_system::Config for Test { type SystemWeightInfo = (); type SS58Prefix = (); type OnSetCode = (); + type MaxConsumers = frame_support::traits::ConstU32<16>; } parameter_types! { diff --git a/polkadot/runtime/common/src/lib.rs b/polkadot/runtime/common/src/lib.rs index 9597d1a15b..5ce7c89efb 100644 --- a/polkadot/runtime/common/src/lib.rs +++ b/polkadot/runtime/common/src/lib.rs @@ -247,6 +247,7 @@ mod multiplier_tests { type SystemWeightInfo = (); type SS58Prefix = (); type OnSetCode = (); + type MaxConsumers = frame_support::traits::ConstU32<16>; } fn run_with_system_weight(w: Weight, mut assertions: F) diff --git a/polkadot/runtime/common/src/paras_registrar.rs b/polkadot/runtime/common/src/paras_registrar.rs index 778292dddf..385d7163be 100644 --- a/polkadot/runtime/common/src/paras_registrar.rs +++ b/polkadot/runtime/common/src/paras_registrar.rs @@ -638,6 +638,7 @@ mod tests { type SystemWeightInfo = (); type SS58Prefix = (); type OnSetCode = (); + type MaxConsumers = frame_support::traits::ConstU32<16>; } parameter_types! { diff --git a/polkadot/runtime/common/src/purchase.rs b/polkadot/runtime/common/src/purchase.rs index 42a545730c..32a11b0a10 100644 --- a/polkadot/runtime/common/src/purchase.rs +++ b/polkadot/runtime/common/src/purchase.rs @@ -516,6 +516,7 @@ mod tests { type SystemWeightInfo = (); type SS58Prefix = (); type OnSetCode = (); + type MaxConsumers = frame_support::traits::ConstU32<16>; } parameter_types! { diff --git a/polkadot/runtime/common/src/slots.rs b/polkadot/runtime/common/src/slots.rs index 687b8011f5..81d5f7da85 100644 --- a/polkadot/runtime/common/src/slots.rs +++ b/polkadot/runtime/common/src/slots.rs @@ -546,6 +546,7 @@ mod tests { type SystemWeightInfo = (); type SS58Prefix = (); type OnSetCode = (); + type MaxConsumers = frame_support::traits::ConstU32<16>; } parameter_types! { diff --git a/polkadot/runtime/kusama/src/lib.rs b/polkadot/runtime/kusama/src/lib.rs index d3685309ed..b55e64a0f3 100644 --- a/polkadot/runtime/kusama/src/lib.rs +++ b/polkadot/runtime/kusama/src/lib.rs @@ -183,6 +183,7 @@ impl frame_system::Config for Runtime { type SystemWeightInfo = weights::frame_system::WeightInfo; type SS58Prefix = SS58Prefix; type OnSetCode = (); + type MaxConsumers = frame_support::traits::ConstU32<16>; } parameter_types! { diff --git a/polkadot/runtime/parachains/src/mock.rs b/polkadot/runtime/parachains/src/mock.rs index b7af99305b..c498e782fa 100644 --- a/polkadot/runtime/parachains/src/mock.rs +++ b/polkadot/runtime/parachains/src/mock.rs @@ -102,6 +102,7 @@ impl frame_system::Config for Test { type SystemWeightInfo = (); type SS58Prefix = (); type OnSetCode = (); + type MaxConsumers = frame_support::traits::ConstU32<16>; } parameter_types! { diff --git a/polkadot/runtime/polkadot/src/lib.rs b/polkadot/runtime/polkadot/src/lib.rs index fedceb31fb..c434f3d5f0 100644 --- a/polkadot/runtime/polkadot/src/lib.rs +++ b/polkadot/runtime/polkadot/src/lib.rs @@ -226,6 +226,7 @@ impl frame_system::Config for Runtime { type SystemWeightInfo = weights::frame_system::WeightInfo; type SS58Prefix = SS58Prefix; type OnSetCode = (); + type MaxConsumers = frame_support::traits::ConstU32<16>; } parameter_types! { diff --git a/polkadot/runtime/rococo/src/lib.rs b/polkadot/runtime/rococo/src/lib.rs index 8e4d75ec34..e6d02769e0 100644 --- a/polkadot/runtime/rococo/src/lib.rs +++ b/polkadot/runtime/rococo/src/lib.rs @@ -321,6 +321,7 @@ impl frame_system::Config for Runtime { type SystemWeightInfo = (); type SS58Prefix = SS58Prefix; type OnSetCode = (); + type MaxConsumers = frame_support::traits::ConstU32<16>; } parameter_types! { diff --git a/polkadot/runtime/test-runtime/src/lib.rs b/polkadot/runtime/test-runtime/src/lib.rs index 7c20da6d9e..0df0c11c4f 100644 --- a/polkadot/runtime/test-runtime/src/lib.rs +++ b/polkadot/runtime/test-runtime/src/lib.rs @@ -149,6 +149,7 @@ impl frame_system::Config for Runtime { type SystemWeightInfo = (); type SS58Prefix = SS58Prefix; type OnSetCode = (); + type MaxConsumers = frame_support::traits::ConstU32<16>; } impl frame_system::offchain::SendTransactionTypes for Runtime diff --git a/polkadot/runtime/westend/src/lib.rs b/polkadot/runtime/westend/src/lib.rs index 1d9b9a25a1..24d31ca9a7 100644 --- a/polkadot/runtime/westend/src/lib.rs +++ b/polkadot/runtime/westend/src/lib.rs @@ -178,6 +178,7 @@ impl frame_system::Config for Runtime { type SystemWeightInfo = weights::frame_system::WeightInfo; type SS58Prefix = SS58Prefix; type OnSetCode = (); + type MaxConsumers = frame_support::traits::ConstU32<16>; } parameter_types! { diff --git a/polkadot/xcm/pallet-xcm-benchmarks/src/fungible/mock.rs b/polkadot/xcm/pallet-xcm-benchmarks/src/fungible/mock.rs index 5153c7f54a..19b982f074 100644 --- a/polkadot/xcm/pallet-xcm-benchmarks/src/fungible/mock.rs +++ b/polkadot/xcm/pallet-xcm-benchmarks/src/fungible/mock.rs @@ -73,6 +73,7 @@ impl frame_system::Config for Test { type SystemWeightInfo = (); type SS58Prefix = (); type OnSetCode = (); + type MaxConsumers = frame_support::traits::ConstU32<16>; } parameter_types! { diff --git a/polkadot/xcm/pallet-xcm-benchmarks/src/generic/mock.rs b/polkadot/xcm/pallet-xcm-benchmarks/src/generic/mock.rs index cad5b916e1..0ad1f72831 100644 --- a/polkadot/xcm/pallet-xcm-benchmarks/src/generic/mock.rs +++ b/polkadot/xcm/pallet-xcm-benchmarks/src/generic/mock.rs @@ -77,6 +77,7 @@ impl frame_system::Config for Test { type SystemWeightInfo = (); type SS58Prefix = (); type OnSetCode = (); + type MaxConsumers = frame_support::traits::ConstU32<16>; } /// The benchmarks in this pallet should never need an asset transactor to begin with. diff --git a/polkadot/xcm/pallet-xcm/src/mock.rs b/polkadot/xcm/pallet-xcm/src/mock.rs index aff45151be..5627acd31a 100644 --- a/polkadot/xcm/pallet-xcm/src/mock.rs +++ b/polkadot/xcm/pallet-xcm/src/mock.rs @@ -194,6 +194,7 @@ impl frame_system::Config for Test { type SystemWeightInfo = (); type SS58Prefix = (); type OnSetCode = (); + type MaxConsumers = frame_support::traits::ConstU32<16>; } parameter_types! { diff --git a/polkadot/xcm/xcm-builder/tests/mock/mod.rs b/polkadot/xcm/xcm-builder/tests/mock/mod.rs index 7bbbb88737..f11b628f65 100644 --- a/polkadot/xcm/xcm-builder/tests/mock/mod.rs +++ b/polkadot/xcm/xcm-builder/tests/mock/mod.rs @@ -85,6 +85,7 @@ impl frame_system::Config for Runtime { type SystemWeightInfo = (); type SS58Prefix = (); type OnSetCode = (); + type MaxConsumers = frame_support::traits::ConstU32<16>; } parameter_types! { diff --git a/polkadot/xcm/xcm-simulator/example/src/parachain.rs b/polkadot/xcm/xcm-simulator/example/src/parachain.rs index 8d68b498ca..0d94fa2db3 100644 --- a/polkadot/xcm/xcm-simulator/example/src/parachain.rs +++ b/polkadot/xcm/xcm-simulator/example/src/parachain.rs @@ -75,6 +75,7 @@ impl frame_system::Config for Runtime { type SystemWeightInfo = (); type SS58Prefix = (); type OnSetCode = (); + type MaxConsumers = frame_support::traits::ConstU32<16>; } parameter_types! { diff --git a/polkadot/xcm/xcm-simulator/example/src/relay_chain.rs b/polkadot/xcm/xcm-simulator/example/src/relay_chain.rs index 8dcb5f1f31..792a58d1a8 100644 --- a/polkadot/xcm/xcm-simulator/example/src/relay_chain.rs +++ b/polkadot/xcm/xcm-simulator/example/src/relay_chain.rs @@ -66,6 +66,7 @@ impl frame_system::Config for Runtime { type SystemWeightInfo = (); type SS58Prefix = (); type OnSetCode = (); + type MaxConsumers = frame_support::traits::ConstU32<16>; } parameter_types! { diff --git a/polkadot/xcm/xcm-simulator/fuzzer/src/parachain.rs b/polkadot/xcm/xcm-simulator/fuzzer/src/parachain.rs index 3911bf8e35..6b30579338 100644 --- a/polkadot/xcm/xcm-simulator/fuzzer/src/parachain.rs +++ b/polkadot/xcm/xcm-simulator/fuzzer/src/parachain.rs @@ -75,6 +75,7 @@ impl frame_system::Config for Runtime { type SystemWeightInfo = (); type SS58Prefix = (); type OnSetCode = (); + type MaxConsumers = frame_support::traits::ConstU32<16>; } parameter_types! { diff --git a/polkadot/xcm/xcm-simulator/fuzzer/src/relay_chain.rs b/polkadot/xcm/xcm-simulator/fuzzer/src/relay_chain.rs index 8dcb5f1f31..792a58d1a8 100644 --- a/polkadot/xcm/xcm-simulator/fuzzer/src/relay_chain.rs +++ b/polkadot/xcm/xcm-simulator/fuzzer/src/relay_chain.rs @@ -66,6 +66,7 @@ impl frame_system::Config for Runtime { type SystemWeightInfo = (); type SS58Prefix = (); type OnSetCode = (); + type MaxConsumers = frame_support::traits::ConstU32<16>; } parameter_types! {