From 0da48f736a2c8b5d267a5c043f00d9a0913986cc Mon Sep 17 00:00:00 2001 From: Kian Paimani <5588131+kianenigma@users.noreply.github.com> Date: Wed, 26 May 2021 12:50:50 +0200 Subject: [PATCH] Companion for `substrate/pull/8903` (#3099) * add stuff * Update runtime/polkadot/src/lib.rs * Update runtime/kusama/src/lib.rs * update Substrate Co-authored-by: parity-processbot <> --- polkadot/Cargo.lock | 304 +++++++++++++-------------- polkadot/runtime/kusama/src/lib.rs | 5 + polkadot/runtime/polkadot/src/lib.rs | 5 + polkadot/runtime/westend/src/lib.rs | 1 + 4 files changed, 163 insertions(+), 152 deletions(-) diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index 7fe14c94dc..93e842d44c 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -1859,7 +1859,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "parity-scale-codec", ] @@ -1877,7 +1877,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "3.1.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "frame-support", "frame-system", @@ -1896,7 +1896,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "Inflector", "chrono", @@ -1919,7 +1919,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "frame-support", "frame-system", @@ -1932,7 +1932,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "frame-support", "frame-system", @@ -1947,7 +1947,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "13.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "parity-scale-codec", "serde", @@ -1958,7 +1958,7 @@ dependencies = [ [[package]] name = "frame-support" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "bitflags", "frame-metadata", @@ -1984,7 +1984,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -1996,7 +1996,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.0.0", @@ -2008,7 +2008,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "proc-macro2", "quote", @@ -2018,7 +2018,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "frame-metadata", "frame-support", @@ -2038,7 +2038,7 @@ dependencies = [ [[package]] name = "frame-system" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -2055,7 +2055,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "frame-benchmarking", "frame-support", @@ -2069,7 +2069,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "parity-scale-codec", "sp-api", @@ -2078,7 +2078,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "frame-support", "parity-scale-codec", @@ -4466,7 +4466,7 @@ checksum = "13370dae44474229701bb69b90b4f4dca6404cb0357a2d50d635f1171dc3aa7b" [[package]] name = "pallet-authority-discovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "frame-support", "frame-system", @@ -4481,7 +4481,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "frame-support", "frame-system", @@ -4495,7 +4495,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "frame-benchmarking", "frame-support", @@ -4518,7 +4518,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "frame-benchmarking", "frame-support", @@ -4547,7 +4547,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "frame-benchmarking", "frame-support", @@ -4583,7 +4583,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "frame-benchmarking", "frame-support", @@ -4599,7 +4599,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "frame-benchmarking", "frame-support", @@ -4614,7 +4614,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4635,7 +4635,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "frame-benchmarking", "frame-support", @@ -4652,7 +4652,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "frame-benchmarking", "frame-support", @@ -4666,7 +4666,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "frame-benchmarking", "frame-support", @@ -4687,7 +4687,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "enumflags2", "frame-benchmarking", @@ -4702,7 +4702,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "frame-benchmarking", "frame-support", @@ -4721,7 +4721,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "frame-benchmarking", "frame-support", @@ -4737,7 +4737,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "frame-benchmarking", "frame-support", @@ -4752,7 +4752,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -4769,7 +4769,7 @@ dependencies = [ [[package]] name = "pallet-mmr-primitives" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "frame-support", "frame-system", @@ -4785,7 +4785,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -4803,7 +4803,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "frame-benchmarking", "frame-support", @@ -4818,7 +4818,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "frame-support", "frame-system", @@ -4831,7 +4831,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "frame-support", "frame-system", @@ -4847,7 +4847,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4869,7 +4869,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "frame-benchmarking", "frame-support", @@ -4884,7 +4884,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "frame-support", "frame-system", @@ -4897,7 +4897,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "enumflags2", "frame-support", @@ -4911,7 +4911,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "frame-benchmarking", "frame-support", @@ -4926,7 +4926,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "frame-support", "frame-system", @@ -4945,7 +4945,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "frame-benchmarking", "frame-support", @@ -4961,7 +4961,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "frame-support", "frame-system", @@ -4974,7 +4974,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4998,7 +4998,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -5009,7 +5009,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "log", "sp-arithmetic", @@ -5018,7 +5018,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "frame-support", "frame-system", @@ -5031,7 +5031,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "frame-benchmarking", "frame-support", @@ -5049,7 +5049,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "frame-benchmarking", "frame-support", @@ -5064,7 +5064,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "frame-support", "frame-system", @@ -5080,7 +5080,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5097,7 +5097,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -5108,7 +5108,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "frame-benchmarking", "frame-support", @@ -5124,7 +5124,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "frame-benchmarking", "frame-support", @@ -5139,7 +5139,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "enumflags2", "frame-benchmarking", @@ -7364,7 +7364,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "env_logger 0.8.2", "hex-literal", @@ -7652,7 +7652,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "async-trait", "derive_more", @@ -7681,7 +7681,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "futures 0.3.14", "futures-timer 3.0.2", @@ -7704,7 +7704,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -7720,7 +7720,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -7741,7 +7741,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -7752,7 +7752,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "chrono", "fdlimit", @@ -7790,7 +7790,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "derive_more", "fnv", @@ -7824,7 +7824,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "blake2-rfc", "hash-db", @@ -7854,7 +7854,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "parking_lot 0.11.1", "sc-client-api", @@ -7866,7 +7866,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "async-trait", "derive_more", @@ -7912,7 +7912,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "derive_more", "futures 0.3.14", @@ -7936,7 +7936,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "fork-tree", "parity-scale-codec", @@ -7949,7 +7949,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "async-trait", "futures 0.3.14", @@ -7977,7 +7977,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "sc-client-api", "sp-authorship", @@ -7988,7 +7988,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "derive_more", "lazy_static", @@ -8017,7 +8017,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "derive_more", "parity-scale-codec", @@ -8035,7 +8035,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "log", "parity-scale-codec", @@ -8050,7 +8050,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "log", "parity-scale-codec", @@ -8068,7 +8068,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "async-trait", "derive_more", @@ -8108,7 +8108,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "derive_more", "finality-grandpa", @@ -8132,7 +8132,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-warp-sync" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "derive_more", "futures 0.3.14", @@ -8153,7 +8153,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "ansi_term 0.12.1", "futures 0.3.14", @@ -8171,7 +8171,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "async-trait", "derive_more", @@ -8191,7 +8191,7 @@ dependencies = [ [[package]] name = "sc-light" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "hash-db", "lazy_static", @@ -8210,7 +8210,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "async-std", "async-trait", @@ -8263,7 +8263,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "futures 0.3.14", "futures-timer 3.0.2", @@ -8280,7 +8280,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "bytes 0.5.6", "fnv", @@ -8308,7 +8308,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "futures 0.3.14", "libp2p", @@ -8321,7 +8321,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -8330,7 +8330,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "futures 0.3.14", "hash-db", @@ -8365,7 +8365,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "derive_more", "futures 0.3.14", @@ -8390,7 +8390,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "futures 0.1.29", "jsonrpc-core", @@ -8408,7 +8408,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "async-trait", "directories", @@ -8472,7 +8472,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "log", "parity-scale-codec", @@ -8487,7 +8487,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -8507,7 +8507,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "chrono", "futures 0.3.14", @@ -8527,7 +8527,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "ansi_term 0.12.1", "atty", @@ -8564,7 +8564,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -8575,7 +8575,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "derive_more", "futures 0.3.14", @@ -8597,7 +8597,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "futures 0.3.14", "futures-diagnose", @@ -9028,7 +9028,7 @@ dependencies = [ [[package]] name = "sp-allocator" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "log", "sp-core", @@ -9040,7 +9040,7 @@ dependencies = [ [[package]] name = "sp-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "hash-db", "log", @@ -9057,7 +9057,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "blake2-rfc", "proc-macro-crate 1.0.0", @@ -9069,7 +9069,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "parity-scale-codec", "serde", @@ -9081,7 +9081,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "integer-sqrt", "num-traits", @@ -9095,7 +9095,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "parity-scale-codec", "sp-api", @@ -9107,7 +9107,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "async-trait", "parity-scale-codec", @@ -9119,7 +9119,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "parity-scale-codec", "sp-api", @@ -9131,7 +9131,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "futures 0.3.14", "log", @@ -9149,7 +9149,7 @@ dependencies = [ [[package]] name = "sp-chain-spec" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "serde", "serde_json", @@ -9158,7 +9158,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "async-trait", "futures 0.3.14", @@ -9185,7 +9185,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "async-trait", "merlin", @@ -9207,7 +9207,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "parity-scale-codec", "sp-arithmetic", @@ -9217,7 +9217,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -9229,7 +9229,7 @@ dependencies = [ [[package]] name = "sp-core" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "base58", "blake2-rfc", @@ -9273,7 +9273,7 @@ dependencies = [ [[package]] name = "sp-database" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "kvdb", "parking_lot 0.11.1", @@ -9282,7 +9282,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "proc-macro2", "quote", @@ -9292,7 +9292,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "environmental", "parity-scale-codec", @@ -9303,7 +9303,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "finality-grandpa", "log", @@ -9320,7 +9320,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -9334,7 +9334,7 @@ dependencies = [ [[package]] name = "sp-io" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "futures 0.3.14", "hash-db", @@ -9359,7 +9359,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "lazy_static", "sp-core", @@ -9370,7 +9370,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "async-trait", "derive_more", @@ -9387,7 +9387,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "ruzstd", "zstd", @@ -9396,7 +9396,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "parity-scale-codec", "serde", @@ -9409,7 +9409,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -9420,7 +9420,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "sp-api", "sp-core", @@ -9430,7 +9430,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "backtrace", ] @@ -9438,7 +9438,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "rustc-hash", "serde", @@ -9449,7 +9449,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "either", "hash256-std-hasher", @@ -9470,7 +9470,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -9487,7 +9487,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "Inflector", "proc-macro-crate 1.0.0", @@ -9499,7 +9499,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "serde", "serde_json", @@ -9508,7 +9508,7 @@ dependencies = [ [[package]] name = "sp-session" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "parity-scale-codec", "sp-api", @@ -9521,7 +9521,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -9531,7 +9531,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "hash-db", "log", @@ -9554,12 +9554,12 @@ dependencies = [ [[package]] name = "sp-std" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" [[package]] name = "sp-storage" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "impl-serde", "parity-scale-codec", @@ -9572,7 +9572,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "log", "sp-core", @@ -9585,7 +9585,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "async-trait", "futures-timer 3.0.2", @@ -9602,7 +9602,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "erased-serde", "log", @@ -9620,7 +9620,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "derive_more", "futures 0.3.14", @@ -9636,7 +9636,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "hash-db", "memory-db", @@ -9650,7 +9650,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "futures 0.3.14", "futures-core", @@ -9662,7 +9662,7 @@ dependencies = [ [[package]] name = "sp-version" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "impl-serde", "parity-scale-codec", @@ -9675,7 +9675,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "parity-scale-codec", "proc-macro-crate 1.0.0", @@ -9687,7 +9687,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -9844,7 +9844,7 @@ dependencies = [ [[package]] name = "substrate-browser-utils" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "chrono", "console_error_panic_hook", @@ -9870,7 +9870,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "platforms", ] @@ -9878,7 +9878,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.14", @@ -9901,7 +9901,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "async-std", "derive_more", @@ -9915,7 +9915,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "async-trait", "futures 0.1.29", @@ -9944,7 +9944,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "futures 0.3.14", "substrate-test-utils-derive", @@ -9954,7 +9954,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "proc-macro-crate 1.0.0", "quote", @@ -10696,7 +10696,7 @@ checksum = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" [[package]] name = "try-runtime-cli" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" +source = "git+https://github.com/paritytech/substrate#cb308ac8d289b3089560a61a2bb6b6093af26f53" dependencies = [ "frame-try-runtime", "log", diff --git a/polkadot/runtime/kusama/src/lib.rs b/polkadot/runtime/kusama/src/lib.rs index 28449d52ae..865023b823 100644 --- a/polkadot/runtime/kusama/src/lib.rs +++ b/polkadot/runtime/kusama/src/lib.rs @@ -378,6 +378,11 @@ impl pallet_election_provider_multi_phase::Config for Runtime { type OnChainAccuracy = Perbill; type Fallback = Fallback; type BenchmarkingConfig = (); + type ForceOrigin = EnsureOneOf< + AccountId, + EnsureRoot, + pallet_collective::EnsureProportionAtLeast<_2, _3, AccountId, CouncilCollective>, + >; type WeightInfo = weights::pallet_election_provider_multi_phase::WeightInfo; } diff --git a/polkadot/runtime/polkadot/src/lib.rs b/polkadot/runtime/polkadot/src/lib.rs index 9aaea721c4..035313a57d 100644 --- a/polkadot/runtime/polkadot/src/lib.rs +++ b/polkadot/runtime/polkadot/src/lib.rs @@ -359,6 +359,11 @@ impl pallet_election_provider_multi_phase::Config for Runtime { type CompactSolution = NposCompactSolution16; type Fallback = Fallback; type BenchmarkingConfig = (); + type ForceOrigin = EnsureOneOf< + AccountId, + EnsureRoot, + pallet_collective::EnsureProportionAtLeast<_2, _3, AccountId, CouncilCollective>, + >; type WeightInfo = weights::pallet_election_provider_multi_phase::WeightInfo; } diff --git a/polkadot/runtime/westend/src/lib.rs b/polkadot/runtime/westend/src/lib.rs index 61e795b27c..72bae42aaa 100644 --- a/polkadot/runtime/westend/src/lib.rs +++ b/polkadot/runtime/westend/src/lib.rs @@ -369,6 +369,7 @@ impl pallet_election_provider_multi_phase::Config for Runtime { type CompactSolution = NposCompactSolution16; type Fallback = Fallback; type BenchmarkingConfig = (); + type ForceOrigin = EnsureRoot; type WeightInfo = weights::pallet_election_provider_multi_phase::WeightInfo; }