From 3771b90ff11f4a4b27c7aee9f175851bfdaec1a4 Mon Sep 17 00:00:00 2001 From: Shawn Tabrizi Date: Wed, 1 Dec 2021 18:32:37 -0400 Subject: [PATCH] Companion for 10379 (EnsureOneOf) (#4405) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * new ensure one of * fmt * Update lib.rs * Update substrate Co-authored-by: Bastian Köcher --- polkadot/Cargo.lock | 326 ++++++++++++------------ polkadot/runtime/common/src/auctions.rs | 6 +- polkadot/runtime/kusama/src/lib.rs | 14 +- polkadot/runtime/polkadot/src/lib.rs | 29 +-- 4 files changed, 177 insertions(+), 198 deletions(-) diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index 4583fda741..b7cd52b373 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#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" 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#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" 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#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" [[package]] name = "beefy-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "parity-scale-codec", "scale-info", @@ -1858,7 +1858,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "parity-scale-codec", ] @@ -1876,7 +1876,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "frame-support", "frame-system", @@ -1896,7 +1896,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "Inflector", "chrono", @@ -1922,7 +1922,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "frame-support", "frame-system", @@ -1936,7 +1936,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "frame-support", "frame-system", @@ -1964,7 +1964,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "bitflags", "frame-metadata", @@ -1993,7 +1993,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -2005,7 +2005,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.1.0", @@ -2017,7 +2017,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "proc-macro2", "quote", @@ -2027,7 +2027,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "frame-support", "frame-support-test-pallet", @@ -2050,7 +2050,7 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "frame-support", "frame-system", @@ -2061,7 +2061,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "frame-support", "log", @@ -2078,7 +2078,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "frame-benchmarking", "frame-support", @@ -2093,7 +2093,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "parity-scale-codec", "sp-api", @@ -2102,7 +2102,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "frame-support", "sp-api", @@ -2304,7 +2304,7 @@ dependencies = [ [[package]] name = "generate-bags" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "chrono", "frame-election-provider-support", @@ -4556,7 +4556,7 @@ checksum = "2386b4ebe91c2f7f51082d4cefa145d030e33a1842a96b12e4885cc3c01f7a55" [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "frame-benchmarking", "frame-support", @@ -4570,7 +4570,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "frame-support", "frame-system", @@ -4586,7 +4586,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "frame-support", "frame-system", @@ -4601,7 +4601,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "frame-benchmarking", "frame-support", @@ -4625,7 +4625,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4645,7 +4645,7 @@ dependencies = [ [[package]] name = "pallet-bags-list-remote-tests" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "clap", "frame-election-provider-support", @@ -4667,7 +4667,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "frame-benchmarking", "frame-support", @@ -4682,7 +4682,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "beefy-primitives", "frame-support", @@ -4698,7 +4698,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "beefy-merkle-tree", "beefy-primitives", @@ -4723,7 +4723,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "frame-benchmarking", "frame-support", @@ -4808,7 +4808,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "frame-benchmarking", "frame-support", @@ -4825,7 +4825,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "frame-benchmarking", "frame-support", @@ -4841,7 +4841,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4865,7 +4865,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "frame-benchmarking", "frame-support", @@ -4883,7 +4883,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "frame-benchmarking", "frame-support", @@ -4898,7 +4898,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "frame-benchmarking", "frame-support", @@ -4921,7 +4921,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "enumflags2", "frame-benchmarking", @@ -4937,7 +4937,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "frame-benchmarking", "frame-support", @@ -4957,7 +4957,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "frame-benchmarking", "frame-support", @@ -4974,7 +4974,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "frame-benchmarking", "frame-support", @@ -4991,7 +4991,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -5009,7 +5009,7 @@ dependencies = [ [[package]] name = "pallet-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "frame-support", "frame-system", @@ -5025,7 +5025,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5042,7 +5042,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "frame-benchmarking", "frame-support", @@ -5057,7 +5057,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "frame-support", "frame-system", @@ -5071,7 +5071,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "frame-support", "frame-system", @@ -5088,7 +5088,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5111,7 +5111,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "frame-benchmarking", "frame-support", @@ -5126,7 +5126,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "frame-support", "frame-system", @@ -5140,7 +5140,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "frame-benchmarking", "frame-support", @@ -5156,7 +5156,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "frame-support", "frame-system", @@ -5177,7 +5177,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "frame-benchmarking", "frame-support", @@ -5193,7 +5193,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "frame-support", "frame-system", @@ -5207,7 +5207,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5230,7 +5230,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -5241,7 +5241,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "log", "sp-arithmetic", @@ -5250,7 +5250,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "frame-support", "frame-system", @@ -5264,7 +5264,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "frame-benchmarking", "frame-support", @@ -5282,7 +5282,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "frame-benchmarking", "frame-support", @@ -5301,7 +5301,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "frame-support", "frame-system", @@ -5318,7 +5318,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5335,7 +5335,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -5346,7 +5346,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "frame-benchmarking", "frame-support", @@ -5363,7 +5363,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "frame-benchmarking", "frame-support", @@ -5379,7 +5379,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "frame-benchmarking", "frame-support", @@ -7695,7 +7695,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "env_logger 0.9.0", "jsonrpsee", @@ -7974,7 +7974,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "log", "sp-core", @@ -7985,7 +7985,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "async-trait", "derive_more", @@ -8012,7 +8012,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "futures 0.3.18", "futures-timer 3.0.2", @@ -8035,7 +8035,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -8051,7 +8051,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "impl-trait-for-tuples", "memmap2 0.5.0", @@ -8068,7 +8068,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -8079,7 +8079,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "chrono", "fdlimit", @@ -8117,7 +8117,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "fnv", "futures 0.3.18", @@ -8145,7 +8145,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "hash-db", "kvdb", @@ -8170,7 +8170,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "async-trait", "futures 0.3.18", @@ -8194,7 +8194,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "async-trait", "derive_more", @@ -8237,7 +8237,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "derive_more", "futures 0.3.18", @@ -8261,7 +8261,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "fork-tree", "parity-scale-codec", @@ -8274,7 +8274,7 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "assert_matches", "async-trait", @@ -8308,7 +8308,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "async-trait", "futures 0.3.18", @@ -8334,7 +8334,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "sc-client-api", "sp-authorship", @@ -8345,7 +8345,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "lazy_static", "libsecp256k1", @@ -8372,7 +8372,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "derive_more", "environmental", @@ -8390,7 +8390,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "log", "parity-scale-codec", @@ -8406,7 +8406,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "cfg-if 1.0.0", "libc", @@ -8424,7 +8424,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "async-trait", "derive_more", @@ -8461,7 +8461,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "derive_more", "finality-grandpa", @@ -8485,7 +8485,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "ansi_term", "futures 0.3.18", @@ -8502,7 +8502,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "async-trait", "derive_more", @@ -8517,7 +8517,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "async-std", "async-trait", @@ -8568,7 +8568,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "futures 0.3.18", "futures-timer 3.0.2", @@ -8584,7 +8584,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "bytes 1.1.0", "fnv", @@ -8612,7 +8612,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "futures 0.3.18", "libp2p", @@ -8625,7 +8625,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -8634,7 +8634,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "futures 0.3.18", "hash-db", @@ -8665,7 +8665,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "futures 0.3.18", "jsonrpc-core", @@ -8690,7 +8690,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "futures 0.3.18", "jsonrpc-core", @@ -8707,7 +8707,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "async-trait", "directories", @@ -8771,7 +8771,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "log", "parity-scale-codec", @@ -8785,7 +8785,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -8807,7 +8807,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "chrono", "futures 0.3.18", @@ -8825,7 +8825,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "ansi_term", "atty", @@ -8856,7 +8856,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -8867,7 +8867,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "futures 0.3.18", "intervalier", @@ -8894,7 +8894,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "derive_more", "futures 0.3.18", @@ -8908,7 +8908,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "futures 0.3.18", "futures-timer 3.0.2", @@ -9313,7 +9313,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "hash-db", "log", @@ -9330,7 +9330,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "blake2-rfc", "proc-macro-crate 1.1.0", @@ -9342,7 +9342,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "parity-scale-codec", "scale-info", @@ -9355,7 +9355,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "integer-sqrt", "num-traits", @@ -9370,7 +9370,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "parity-scale-codec", "scale-info", @@ -9383,7 +9383,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "async-trait", "parity-scale-codec", @@ -9395,7 +9395,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "parity-scale-codec", "sp-api", @@ -9407,7 +9407,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "futures 0.3.18", "log", @@ -9425,7 +9425,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "async-trait", "futures 0.3.18", @@ -9444,7 +9444,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "async-trait", "merlin", @@ -9467,7 +9467,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "parity-scale-codec", "scale-info", @@ -9479,7 +9479,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -9491,7 +9491,7 @@ dependencies = [ [[package]] name = "sp-core" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "base58", "bitflags", @@ -9539,7 +9539,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "blake2-rfc", "byteorder", @@ -9552,7 +9552,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "proc-macro2", "quote", @@ -9563,7 +9563,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "kvdb", "parking_lot", @@ -9572,7 +9572,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "proc-macro2", "quote", @@ -9582,7 +9582,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "environmental", "parity-scale-codec", @@ -9593,7 +9593,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "finality-grandpa", "log", @@ -9611,7 +9611,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -9625,7 +9625,7 @@ dependencies = [ [[package]] name = "sp-io" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "futures 0.3.18", "hash-db", @@ -9649,7 +9649,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "lazy_static", "sp-core", @@ -9660,7 +9660,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "async-trait", "derive_more", @@ -9677,7 +9677,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "zstd", ] @@ -9685,7 +9685,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "parity-scale-codec", "scale-info", @@ -9700,7 +9700,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -9711,7 +9711,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "sp-api", "sp-core", @@ -9721,7 +9721,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "backtrace", "lazy_static", @@ -9731,7 +9731,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "rustc-hash", "serde", @@ -9741,7 +9741,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "either", "hash256-std-hasher", @@ -9763,7 +9763,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -9780,7 +9780,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "Inflector", "proc-macro-crate 1.1.0", @@ -9792,7 +9792,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "serde", "serde_json", @@ -9801,7 +9801,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "parity-scale-codec", "scale-info", @@ -9815,7 +9815,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "parity-scale-codec", "scale-info", @@ -9826,7 +9826,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "hash-db", "log", @@ -9849,12 +9849,12 @@ dependencies = [ [[package]] name = "sp-std" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" [[package]] name = "sp-storage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "impl-serde", "parity-scale-codec", @@ -9867,7 +9867,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "log", "sp-core", @@ -9880,7 +9880,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "async-trait", "futures-timer 3.0.2", @@ -9896,7 +9896,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "parity-scale-codec", "sp-std", @@ -9908,7 +9908,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "sp-api", "sp-runtime", @@ -9917,7 +9917,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "async-trait", "log", @@ -9933,7 +9933,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "hash-db", "memory-db", @@ -9948,7 +9948,7 @@ dependencies = [ [[package]] name = "sp-version" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "impl-serde", "parity-scale-codec", @@ -9964,7 +9964,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -9975,7 +9975,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10186,7 +10186,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "platforms", ] @@ -10194,7 +10194,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.18", @@ -10216,7 +10216,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "async-std", "derive_more", @@ -10230,7 +10230,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "async-trait", "futures 0.3.18", @@ -10256,7 +10256,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "futures 0.3.18", "substrate-test-utils-derive", @@ -10266,7 +10266,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -10277,7 +10277,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "ansi_term", "build-helper", @@ -10419,7 +10419,7 @@ dependencies = [ [[package]] name = "test-runner" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "frame-system", "futures 0.3.18", @@ -10850,7 +10850,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b6c1c1bcfa5d831bfd1f278064d7af757f9b38f5" +source = "git+https://github.com/paritytech/substrate?branch=master#089aa2509f928b161b0f970d1ff670635f6a26fe" dependencies = [ "jsonrpsee", "log", diff --git a/polkadot/runtime/common/src/auctions.rs b/polkadot/runtime/common/src/auctions.rs index 1dddacc92c..01e3d3ead3 100644 --- a/polkadot/runtime/common/src/auctions.rs +++ b/polkadot/runtime/common/src/auctions.rs @@ -659,9 +659,9 @@ mod tests { assert_noop, assert_ok, assert_storage_noop, dispatch::DispatchError::BadOrigin, ord_parameter_types, parameter_types, - traits::{OnFinalize, OnInitialize}, + traits::{EnsureOneOf, OnFinalize, OnInitialize}, }; - use frame_system::{EnsureOneOf, EnsureRoot, EnsureSignedBy}; + use frame_system::{EnsureRoot, EnsureSignedBy}; use pallet_balances; use primitives::v1::{BlockNumber, Header, Id as ParaId}; use sp_core::H256; @@ -821,7 +821,7 @@ mod tests { pub const Six: u64 = 6; } - type RootOrSix = EnsureOneOf, EnsureSignedBy>; + type RootOrSix = EnsureOneOf, EnsureSignedBy>; thread_local! { pub static LAST_RANDOM: RefCell> = RefCell::new(None); diff --git a/polkadot/runtime/kusama/src/lib.rs b/polkadot/runtime/kusama/src/lib.rs index d0422f88ef..c7e3421e01 100644 --- a/polkadot/runtime/kusama/src/lib.rs +++ b/polkadot/runtime/kusama/src/lib.rs @@ -50,13 +50,13 @@ use beefy_primitives::crypto::AuthorityId as BeefyId; use frame_support::{ construct_runtime, match_type, parameter_types, traits::{ - Contains, Everything, InstanceFilter, KeyOwnerProofSystem, LockIdentifier, Nothing, - OnRuntimeUpgrade, PrivilegeCmp, + Contains, EnsureOneOf, Everything, InstanceFilter, KeyOwnerProofSystem, LockIdentifier, + Nothing, OnRuntimeUpgrade, PrivilegeCmp, }, weights::Weight, PalletId, RuntimeDebug, }; -use frame_system::{EnsureOneOf, EnsureRoot}; +use frame_system::EnsureRoot; use pallet_grandpa::{fg_primitives, AuthorityId as GrandpaId}; use pallet_im_online::sr25519::AuthorityId as ImOnlineId; use pallet_mmr_primitives as mmr; @@ -150,7 +150,6 @@ impl Contains for BaseFilter { } type MoreThanHalfCouncil = EnsureOneOf< - AccountId, EnsureRoot, pallet_collective::EnsureProportionMoreThan<_1, _2, AccountId, CouncilCollective>, >; @@ -193,7 +192,6 @@ parameter_types! { } type ScheduleOrigin = EnsureOneOf< - AccountId, EnsureRoot, pallet_collective::EnsureProportionAtLeast<_1, _2, AccountId, CouncilCollective>, >; @@ -428,7 +426,6 @@ impl pallet_election_provider_multi_phase::Config for Runtime { >; type BenchmarkingConfig = runtime_common::elections::BenchmarkConfig; type ForceOrigin = EnsureOneOf< - AccountId, EnsureRoot, pallet_collective::EnsureProportionAtLeast<_2, _3, AccountId, CouncilCollective>, >; @@ -521,7 +518,6 @@ parameter_types! { } type SlashCancelOrigin = EnsureOneOf< - AccountId, EnsureRoot, pallet_collective::EnsureProportionAtLeast<_1, _2, AccountId, CouncilCollective>, >; @@ -602,7 +598,6 @@ impl pallet_democracy::Config for Runtime { type FastTrackVotingPeriod = FastTrackVotingPeriod; // To cancel a proposal which has been passed, 2/3 of the council must agree to it. type CancellationOrigin = EnsureOneOf< - AccountId, EnsureRoot, pallet_collective::EnsureProportionAtLeast<_2, _3, AccountId, CouncilCollective>, >; @@ -610,7 +605,6 @@ impl pallet_democracy::Config for Runtime { // To cancel a proposal before it has been passed, the technical committee must be unanimous or // Root must agree. type CancelProposalOrigin = EnsureOneOf< - AccountId, EnsureRoot, pallet_collective::EnsureProportionAtLeast<_1, _1, AccountId, TechnicalCollective>, >; @@ -736,7 +730,6 @@ parameter_types! { } type ApproveOrigin = EnsureOneOf< - AccountId, EnsureRoot, pallet_collective::EnsureProportionAtLeast<_3, _5, AccountId, CouncilCollective>, >; @@ -1278,7 +1271,6 @@ parameter_types! { } type AuctionInitiate = EnsureOneOf< - AccountId, EnsureRoot, pallet_collective::EnsureProportionAtLeast<_2, _3, AccountId, CouncilCollective>, >; diff --git a/polkadot/runtime/polkadot/src/lib.rs b/polkadot/runtime/polkadot/src/lib.rs index f9372a8b79..88a79f045e 100644 --- a/polkadot/runtime/polkadot/src/lib.rs +++ b/polkadot/runtime/polkadot/src/lib.rs @@ -41,13 +41,13 @@ use beefy_primitives::crypto::AuthorityId as BeefyId; use frame_support::{ construct_runtime, match_type, parameter_types, traits::{ - Contains, Everything, InstanceFilter, KeyOwnerProofSystem, LockIdentifier, Nothing, - OnRuntimeUpgrade, PrivilegeCmp, + Contains, EnsureOneOf, Everything, InstanceFilter, KeyOwnerProofSystem, LockIdentifier, + Nothing, OnRuntimeUpgrade, PrivilegeCmp, }, weights::Weight, PalletId, RuntimeDebug, }; -use frame_system::{EnsureOneOf, EnsureRoot}; +use frame_system::EnsureRoot; use pallet_grandpa::{fg_primitives, AuthorityId as GrandpaId}; use pallet_im_online::sr25519::AuthorityId as ImOnlineId; use pallet_mmr_primitives as mmr; @@ -193,7 +193,6 @@ impl Contains for BaseFilter { } type MoreThanHalfCouncil = EnsureOneOf< - AccountId, EnsureRoot, pallet_collective::EnsureProportionMoreThan<_1, _2, AccountId, CouncilCollective>, >; @@ -236,7 +235,6 @@ parameter_types! { } type ScheduleOrigin = EnsureOneOf< - AccountId, EnsureRoot, pallet_collective::EnsureProportionAtLeast<_1, _2, AccountId, CouncilCollective>, >; @@ -469,7 +467,6 @@ impl pallet_election_provider_multi_phase::Config for Runtime { >; type BenchmarkingConfig = runtime_common::elections::BenchmarkConfig; type ForceOrigin = EnsureOneOf< - AccountId, EnsureRoot, pallet_collective::EnsureProportionAtLeast<_2, _3, AccountId, CouncilCollective>, >; @@ -516,7 +513,6 @@ parameter_types! { } type SlashCancelOrigin = EnsureOneOf< - AccountId, EnsureRoot, pallet_collective::EnsureProportionAtLeast<_3, _4, AccountId, CouncilCollective>, >; @@ -603,33 +599,28 @@ impl pallet_democracy::Config for Runtime { type VotingPeriod = VotingPeriod; type MinimumDeposit = MinimumDeposit; /// A straight majority of the council can decide what their next motion is. - type ExternalOrigin = frame_system::EnsureOneOf< - AccountId, + type ExternalOrigin = EnsureOneOf< pallet_collective::EnsureProportionAtLeast<_1, _2, AccountId, CouncilCollective>, frame_system::EnsureRoot, >; /// A 60% super-majority can have the next scheduled referendum be a straight majority-carries vote. - type ExternalMajorityOrigin = frame_system::EnsureOneOf< - AccountId, + type ExternalMajorityOrigin = EnsureOneOf< pallet_collective::EnsureProportionAtLeast<_3, _5, AccountId, CouncilCollective>, frame_system::EnsureRoot, >; /// A unanimous council can have the next scheduled referendum be a straight default-carries /// (NTB) vote. - type ExternalDefaultOrigin = frame_system::EnsureOneOf< - AccountId, + type ExternalDefaultOrigin = EnsureOneOf< pallet_collective::EnsureProportionAtLeast<_1, _1, AccountId, CouncilCollective>, frame_system::EnsureRoot, >; /// Two thirds of the technical committee can have an `ExternalMajority/ExternalDefault` vote /// be tabled immediately and with a shorter voting/enactment period. - type FastTrackOrigin = frame_system::EnsureOneOf< - AccountId, + type FastTrackOrigin = EnsureOneOf< pallet_collective::EnsureProportionAtLeast<_2, _3, AccountId, TechnicalCollective>, frame_system::EnsureRoot, >; - type InstantOrigin = frame_system::EnsureOneOf< - AccountId, + type InstantOrigin = EnsureOneOf< pallet_collective::EnsureProportionAtLeast<_1, _1, AccountId, TechnicalCollective>, frame_system::EnsureRoot, >; @@ -637,14 +628,12 @@ impl pallet_democracy::Config for Runtime { type FastTrackVotingPeriod = FastTrackVotingPeriod; // To cancel a proposal which has been passed, 2/3 of the council must agree to it. type CancellationOrigin = EnsureOneOf< - AccountId, pallet_collective::EnsureProportionAtLeast<_2, _3, AccountId, CouncilCollective>, EnsureRoot, >; // To cancel a proposal before it has been passed, the technical committee must be unanimous or // Root must agree. type CancelProposalOrigin = EnsureOneOf< - AccountId, pallet_collective::EnsureProportionAtLeast<_1, _1, AccountId, TechnicalCollective>, EnsureRoot, >; @@ -771,7 +760,6 @@ parameter_types! { } type ApproveOrigin = EnsureOneOf< - AccountId, EnsureRoot, pallet_collective::EnsureProportionAtLeast<_3, _5, AccountId, CouncilCollective>, >; @@ -1276,7 +1264,6 @@ parameter_types! { } type AuctionInitiate = EnsureOneOf< - AccountId, EnsureRoot, pallet_collective::EnsureProportionAtLeast<_2, _3, AccountId, CouncilCollective>, >;