From e9a6689e79287166c78e4dd502f0cc7c6019e8d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Silva?= <123550+andresilva@users.noreply.github.com> Date: Tue, 3 Aug 2021 12:36:23 +0100 Subject: [PATCH] Companion for substrate#9414 (#3524) * Companion for substrate#9414 * update Substrate Co-authored-by: parity-processbot <> --- polkadot/Cargo.lock | 308 +++++++++--------- .../runtime/common/src/integration_tests.rs | 1 + polkadot/runtime/kusama/src/lib.rs | 2 + polkadot/runtime/polkadot/src/lib.rs | 2 + polkadot/runtime/rococo/src/lib.rs | 2 + polkadot/runtime/test-runtime/src/lib.rs | 2 + polkadot/runtime/westend/src/lib.rs | 2 + 7 files changed, 165 insertions(+), 154 deletions(-) diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index 95501d6b729..d70004d0c17 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -1997,7 +1997,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "parity-scale-codec", ] @@ -2015,7 +2015,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "frame-support", "frame-system", @@ -2034,7 +2034,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "Inflector", "chrono", @@ -2060,7 +2060,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "frame-support", "frame-system", @@ -2073,7 +2073,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "frame-support", "frame-system", @@ -2088,7 +2088,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "14.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "parity-scale-codec", "serde", @@ -2099,7 +2099,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "bitflags", "frame-metadata", @@ -2125,7 +2125,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -2137,7 +2137,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.0.0", @@ -2149,7 +2149,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "proc-macro2", "quote", @@ -2159,7 +2159,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "frame-metadata", "frame-support", @@ -2180,7 +2180,7 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "frame-support", "frame-system", @@ -2190,7 +2190,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -2207,7 +2207,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "frame-benchmarking", "frame-support", @@ -2221,7 +2221,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "parity-scale-codec", "sp-api", @@ -2230,7 +2230,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "frame-support", "parity-scale-codec", @@ -4704,7 +4704,7 @@ checksum = "13370dae44474229701bb69b90b4f4dca6404cb0357a2d50d635f1171dc3aa7b" [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "frame-support", "frame-system", @@ -4719,7 +4719,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "frame-support", "frame-system", @@ -4733,7 +4733,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "frame-benchmarking", "frame-support", @@ -4756,7 +4756,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "frame-benchmarking", "frame-support", @@ -4809,7 +4809,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "frame-benchmarking", "frame-support", @@ -4887,7 +4887,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "frame-benchmarking", "frame-support", @@ -4903,7 +4903,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "frame-benchmarking", "frame-support", @@ -4918,7 +4918,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4939,7 +4939,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "frame-benchmarking", "frame-support", @@ -4956,7 +4956,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "frame-benchmarking", "frame-support", @@ -4970,7 +4970,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "frame-benchmarking", "frame-support", @@ -4992,7 +4992,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5007,7 +5007,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "frame-benchmarking", "frame-support", @@ -5026,7 +5026,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "frame-benchmarking", "frame-support", @@ -5042,7 +5042,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "frame-benchmarking", "frame-support", @@ -5057,7 +5057,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -5074,7 +5074,7 @@ dependencies = [ [[package]] name = "pallet-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "frame-support", "frame-system", @@ -5090,7 +5090,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5108,7 +5108,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "frame-benchmarking", "frame-support", @@ -5123,7 +5123,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "frame-support", "frame-system", @@ -5136,7 +5136,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "frame-support", "frame-system", @@ -5152,7 +5152,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5174,7 +5174,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "frame-benchmarking", "frame-support", @@ -5189,7 +5189,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "enumflags2", "frame-support", @@ -5203,7 +5203,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "frame-benchmarking", "frame-support", @@ -5218,7 +5218,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "frame-support", "frame-system", @@ -5238,7 +5238,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "frame-benchmarking", "frame-support", @@ -5254,7 +5254,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "frame-support", "frame-system", @@ -5267,7 +5267,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5291,7 +5291,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -5302,7 +5302,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "log", "sp-arithmetic", @@ -5311,7 +5311,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "frame-support", "frame-system", @@ -5324,7 +5324,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "frame-benchmarking", "frame-support", @@ -5342,7 +5342,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "frame-benchmarking", "frame-support", @@ -5357,7 +5357,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "frame-support", "frame-system", @@ -5373,7 +5373,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5390,7 +5390,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -5401,7 +5401,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "frame-benchmarking", "frame-support", @@ -5417,7 +5417,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "frame-benchmarking", "frame-support", @@ -5432,7 +5432,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "enumflags2", "frame-benchmarking", @@ -7929,7 +7929,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "env_logger 0.8.4", "hex", @@ -8228,7 +8228,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "log", "sp-core", @@ -8239,7 +8239,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "async-trait", "derive_more", @@ -8268,7 +8268,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "futures 0.3.15", "futures-timer 3.0.2", @@ -8291,7 +8291,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -8307,7 +8307,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8327,7 +8327,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -8338,7 +8338,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "chrono", "fdlimit", @@ -8376,7 +8376,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "derive_more", "fnv", @@ -8410,7 +8410,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "blake2-rfc", "hash-db", @@ -8439,7 +8439,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "async-trait", "futures 0.3.15", @@ -8464,7 +8464,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "async-trait", "derive_more", @@ -8511,7 +8511,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "derive_more", "futures 0.3.15", @@ -8535,7 +8535,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "fork-tree", "parity-scale-codec", @@ -8548,7 +8548,7 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "assert_matches", "async-trait", @@ -8584,7 +8584,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "async-trait", "futures 0.3.15", @@ -8613,7 +8613,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "sc-client-api", "sp-authorship", @@ -8624,7 +8624,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "derive_more", "lazy_static", @@ -8653,7 +8653,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "derive_more", "parity-scale-codec", @@ -8670,7 +8670,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "log", "parity-scale-codec", @@ -8685,7 +8685,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "cfg-if 1.0.0", "libc", @@ -8705,7 +8705,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "async-trait", "derive_more", @@ -8746,7 +8746,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "derive_more", "finality-grandpa", @@ -8770,7 +8770,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "ansi_term 0.12.1", "futures 0.3.15", @@ -8788,7 +8788,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "async-trait", "derive_more", @@ -8808,7 +8808,7 @@ dependencies = [ [[package]] name = "sc-light" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "hash-db", "lazy_static", @@ -8827,7 +8827,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "async-std", "async-trait", @@ -8882,7 +8882,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "futures 0.3.15", "futures-timer 3.0.2", @@ -8899,7 +8899,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "bytes 0.5.6", "fnv", @@ -8927,7 +8927,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "futures 0.3.15", "libp2p", @@ -8940,7 +8940,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -8949,7 +8949,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "futures 0.3.15", "hash-db", @@ -8984,7 +8984,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "derive_more", "futures 0.3.15", @@ -9009,7 +9009,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "futures 0.1.29", "jsonrpc-core", @@ -9027,7 +9027,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "async-trait", "directories", @@ -9095,7 +9095,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "log", "parity-scale-codec", @@ -9110,7 +9110,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -9130,7 +9130,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "chrono", "futures 0.3.15", @@ -9150,7 +9150,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "ansi_term 0.12.1", "atty", @@ -9187,7 +9187,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -9198,7 +9198,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "derive_more", "futures 0.3.15", @@ -9227,7 +9227,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "derive_more", "futures 0.3.15", @@ -9669,7 +9669,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "hash-db", "log", @@ -9686,7 +9686,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "blake2-rfc", "proc-macro-crate 1.0.0", @@ -9698,7 +9698,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "parity-scale-codec", "serde", @@ -9710,7 +9710,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "integer-sqrt", "num-traits", @@ -9724,7 +9724,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "parity-scale-codec", "sp-api", @@ -9736,7 +9736,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "async-trait", "parity-scale-codec", @@ -9748,7 +9748,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "parity-scale-codec", "sp-api", @@ -9760,7 +9760,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "futures 0.3.15", "log", @@ -9778,7 +9778,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "async-trait", "futures 0.3.15", @@ -9804,7 +9804,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "async-trait", "merlin", @@ -9826,7 +9826,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "parity-scale-codec", "sp-arithmetic", @@ -9836,7 +9836,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -9848,7 +9848,7 @@ dependencies = [ [[package]] name = "sp-core" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "base58", "blake2-rfc", @@ -9892,7 +9892,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "kvdb", "parking_lot 0.11.1", @@ -9901,7 +9901,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "proc-macro2", "quote", @@ -9911,7 +9911,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "environmental", "parity-scale-codec", @@ -9922,7 +9922,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "finality-grandpa", "log", @@ -9939,7 +9939,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -9953,7 +9953,7 @@ dependencies = [ [[package]] name = "sp-io" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "futures 0.3.15", "hash-db", @@ -9978,7 +9978,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "lazy_static", "sp-core", @@ -9989,7 +9989,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "async-trait", "derive_more", @@ -10006,7 +10006,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "ruzstd", "zstd", @@ -10015,7 +10015,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "parity-scale-codec", "serde", @@ -10028,7 +10028,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -10039,7 +10039,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "sp-api", "sp-core", @@ -10049,7 +10049,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "backtrace", ] @@ -10057,7 +10057,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "rustc-hash", "serde", @@ -10068,7 +10068,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "either", "hash256-std-hasher", @@ -10089,7 +10089,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10106,7 +10106,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "Inflector", "proc-macro-crate 1.0.0", @@ -10118,7 +10118,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "serde", "serde_json", @@ -10127,7 +10127,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "parity-scale-codec", "sp-api", @@ -10140,7 +10140,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -10150,7 +10150,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "hash-db", "log", @@ -10173,12 +10173,12 @@ dependencies = [ [[package]] name = "sp-std" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" [[package]] name = "sp-storage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10191,7 +10191,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "log", "sp-core", @@ -10204,7 +10204,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "async-trait", "futures-timer 3.0.2", @@ -10221,7 +10221,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "erased-serde", "log", @@ -10239,7 +10239,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "sp-api", "sp-runtime", @@ -10248,7 +10248,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "async-trait", "log", @@ -10263,7 +10263,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "hash-db", "memory-db", @@ -10277,7 +10277,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "futures 0.3.15", "futures-core", @@ -10289,7 +10289,7 @@ dependencies = [ [[package]] name = "sp-version" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10304,7 +10304,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "parity-scale-codec", "proc-macro-crate 1.0.0", @@ -10316,7 +10316,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10501,7 +10501,7 @@ dependencies = [ [[package]] name = "substrate-browser-utils" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "chrono", "console_error_panic_hook", @@ -10527,7 +10527,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "platforms", ] @@ -10535,7 +10535,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.15", @@ -10558,7 +10558,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "async-std", "derive_more", @@ -10572,7 +10572,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "async-trait", "futures 0.1.29", @@ -10601,7 +10601,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "futures 0.3.15", "substrate-test-utils-derive", @@ -10611,7 +10611,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "proc-macro-crate 1.0.0", "quote", @@ -10621,7 +10621,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "ansi_term 0.12.1", "atty", @@ -10783,7 +10783,7 @@ dependencies = [ [[package]] name = "test-runner" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "frame-system", "futures 0.3.15", @@ -11423,7 +11423,7 @@ checksum = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#471db4f2b6ef9e9871fd1e9af2a56050efb3beb6" dependencies = [ "frame-try-runtime", "log", diff --git a/polkadot/runtime/common/src/integration_tests.rs b/polkadot/runtime/common/src/integration_tests.rs index 809526f71c7..b0b1c26c161 100644 --- a/polkadot/runtime/common/src/integration_tests.rs +++ b/polkadot/runtime/common/src/integration_tests.rs @@ -114,6 +114,7 @@ impl pallet_babe::Config for Test { type EpochDuration = EpochDuration; type ExpectedBlockTime = ExpectedBlockTime; type EpochChangeTrigger = pallet_babe::ExternalTrigger; + type DisabledValidators = (); type KeyOwnerProofSystem = (); type KeyOwnerProof = <Self::KeyOwnerProofSystem as KeyOwnerProofSystem<( KeyTypeId, diff --git a/polkadot/runtime/kusama/src/lib.rs b/polkadot/runtime/kusama/src/lib.rs index 12b6a9d2cb1..40dcba5b66b 100644 --- a/polkadot/runtime/kusama/src/lib.rs +++ b/polkadot/runtime/kusama/src/lib.rs @@ -222,6 +222,8 @@ impl pallet_babe::Config for Runtime { // session module is the trigger type EpochChangeTrigger = pallet_babe::ExternalTrigger; + type DisabledValidators = Session; + type KeyOwnerProof = <Self::KeyOwnerProofSystem as KeyOwnerProofSystem<( KeyTypeId, pallet_babe::AuthorityId, diff --git a/polkadot/runtime/polkadot/src/lib.rs b/polkadot/runtime/polkadot/src/lib.rs index 69d30bb05d3..74149f03657 100644 --- a/polkadot/runtime/polkadot/src/lib.rs +++ b/polkadot/runtime/polkadot/src/lib.rs @@ -227,6 +227,8 @@ impl pallet_babe::Config for Runtime { // session module is the trigger type EpochChangeTrigger = pallet_babe::ExternalTrigger; + type DisabledValidators = Session; + type KeyOwnerProofSystem = Historical; type KeyOwnerProof = <Self::KeyOwnerProofSystem as KeyOwnerProofSystem<( diff --git a/polkadot/runtime/rococo/src/lib.rs b/polkadot/runtime/rococo/src/lib.rs index d440eba3643..b007d04b60d 100644 --- a/polkadot/runtime/rococo/src/lib.rs +++ b/polkadot/runtime/rococo/src/lib.rs @@ -488,6 +488,8 @@ impl pallet_babe::Config for Runtime { // session module is the trigger type EpochChangeTrigger = pallet_babe::ExternalTrigger; + type DisabledValidators = Session; + type KeyOwnerProofSystem = Historical; type KeyOwnerProof = <Self::KeyOwnerProofSystem as KeyOwnerProofSystem<( diff --git a/polkadot/runtime/test-runtime/src/lib.rs b/polkadot/runtime/test-runtime/src/lib.rs index 762f89b6373..abc87e9af96 100644 --- a/polkadot/runtime/test-runtime/src/lib.rs +++ b/polkadot/runtime/test-runtime/src/lib.rs @@ -167,6 +167,8 @@ impl pallet_babe::Config for Runtime { // session module is the trigger type EpochChangeTrigger = pallet_babe::ExternalTrigger; + type DisabledValidators = (); + type KeyOwnerProofSystem = (); type KeyOwnerProof = <Self::KeyOwnerProofSystem as KeyOwnerProofSystem<( diff --git a/polkadot/runtime/westend/src/lib.rs b/polkadot/runtime/westend/src/lib.rs index 4fc28eeada2..9583a3dbef2 100644 --- a/polkadot/runtime/westend/src/lib.rs +++ b/polkadot/runtime/westend/src/lib.rs @@ -209,6 +209,8 @@ impl pallet_babe::Config for Runtime { // session module is the trigger type EpochChangeTrigger = pallet_babe::ExternalTrigger; + type DisabledValidators = Session; + type KeyOwnerProofSystem = Historical; type KeyOwnerProof = <Self::KeyOwnerProofSystem as KeyOwnerProofSystem<( -- GitLab