From 96ed979732b45fd48942f6b2f919dca9c571fda4 Mon Sep 17 00:00:00 2001 From: Ross Bulat <ross@parity.io> Date: Mon, 27 Mar 2023 19:03:49 +0100 Subject: [PATCH] Nomination Pools migration v5: RewardPool fix (#6957) * pools migration v5 * Allow deprecated Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Keep old migrations around Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * update lockfile for {"substrate"} * use master Cargo.lock * revert Cargo.lock master * clippy: remove unused parentheses Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Fix parachain config migration Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Make tests work Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> --------- Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: parity-processbot <> --- polkadot/Cargo.lock | 366 +++++++++--------- polkadot/runtime/kusama/src/lib.rs | 7 +- .../parachains/src/configuration/migration.rs | 2 +- polkadot/runtime/polkadot/src/lib.rs | 6 +- polkadot/runtime/rococo/src/lib.rs | 3 +- polkadot/runtime/test-runtime/src/lib.rs | 2 +- polkadot/runtime/westend/src/lib.rs | 7 +- 7 files changed, 204 insertions(+), 189 deletions(-) diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index 7a3dd48db4e..689b3ad7148 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -472,7 +472,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "hash-db", "log", @@ -2364,7 +2364,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "parity-scale-codec", ] @@ -2387,7 +2387,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-support", "frame-support-procedural", @@ -2412,7 +2412,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "Inflector", "array-bytes", @@ -2459,7 +2459,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2470,7 +2470,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -2487,7 +2487,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-support", "frame-system", @@ -2516,7 +2516,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "futures", "log", @@ -2532,7 +2532,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "bitflags", "environmental", @@ -2565,7 +2565,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "Inflector", "cfg-expr", @@ -2580,7 +2580,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -2592,7 +2592,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "proc-macro2", "quote", @@ -2602,7 +2602,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-benchmarking", "frame-support", @@ -2626,7 +2626,7 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-support", "frame-system", @@ -2637,7 +2637,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-support", "log", @@ -2655,7 +2655,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-benchmarking", "frame-support", @@ -2670,7 +2670,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "parity-scale-codec", "sp-api", @@ -2679,7 +2679,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-support", "parity-scale-codec", @@ -2861,7 +2861,7 @@ dependencies = [ [[package]] name = "generate-bags" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "chrono", "frame-election-provider-support", @@ -4653,7 +4653,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "futures", "log", @@ -4672,7 +4672,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "anyhow", "jsonrpsee", @@ -5234,7 +5234,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-benchmarking", "frame-support", @@ -5249,7 +5249,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-support", "frame-system", @@ -5265,7 +5265,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-support", "frame-system", @@ -5279,7 +5279,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-benchmarking", "frame-support", @@ -5303,7 +5303,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5323,7 +5323,7 @@ dependencies = [ [[package]] name = "pallet-bags-list-remote-tests" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-election-provider-support", "frame-remote-externalities", @@ -5342,7 +5342,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-benchmarking", "frame-support", @@ -5357,7 +5357,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-support", "frame-system", @@ -5376,7 +5376,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -5400,7 +5400,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-benchmarking", "frame-support", @@ -5418,7 +5418,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-benchmarking", "frame-support", @@ -5437,7 +5437,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-benchmarking", "frame-support", @@ -5454,7 +5454,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5471,7 +5471,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-benchmarking", "frame-support", @@ -5489,7 +5489,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5512,7 +5512,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5525,7 +5525,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-benchmarking", "frame-support", @@ -5543,7 +5543,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5561,7 +5561,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-benchmarking", "frame-support", @@ -5584,7 +5584,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5600,7 +5600,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-benchmarking", "frame-support", @@ -5620,7 +5620,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-benchmarking", "frame-support", @@ -5637,7 +5637,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-benchmarking", "frame-support", @@ -5654,7 +5654,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-benchmarking", "frame-support", @@ -5671,7 +5671,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-benchmarking", "frame-support", @@ -5687,7 +5687,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-benchmarking", "frame-support", @@ -5703,7 +5703,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-support", "frame-system", @@ -5720,7 +5720,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5740,7 +5740,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -5751,7 +5751,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-support", "frame-system", @@ -5768,7 +5768,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5792,7 +5792,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-benchmarking", "frame-support", @@ -5809,7 +5809,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-benchmarking", "frame-support", @@ -5824,7 +5824,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-benchmarking", "frame-support", @@ -5842,7 +5842,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-benchmarking", "frame-support", @@ -5857,7 +5857,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5876,7 +5876,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-benchmarking", "frame-support", @@ -5893,7 +5893,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-support", "frame-system", @@ -5914,7 +5914,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-benchmarking", "frame-support", @@ -5930,7 +5930,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-support", "frame-system", @@ -5944,7 +5944,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5967,7 +5967,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -5978,7 +5978,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "log", "sp-arithmetic", @@ -5987,7 +5987,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "parity-scale-codec", "sp-api", @@ -5996,7 +5996,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-benchmarking", "frame-support", @@ -6013,7 +6013,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-support", "frame-system", @@ -6027,7 +6027,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-benchmarking", "frame-support", @@ -6045,7 +6045,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-benchmarking", "frame-support", @@ -6064,7 +6064,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-support", "frame-system", @@ -6080,7 +6080,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -6096,7 +6096,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6108,7 +6108,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-benchmarking", "frame-support", @@ -6125,7 +6125,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-benchmarking", "frame-support", @@ -6140,7 +6140,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-benchmarking", "frame-support", @@ -6156,7 +6156,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-benchmarking", "frame-support", @@ -6171,7 +6171,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-benchmarking", "frame-support", @@ -9122,7 +9122,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "log", "sp-core", @@ -9133,7 +9133,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "async-trait", "futures", @@ -9161,7 +9161,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "futures", "futures-timer", @@ -9184,7 +9184,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -9199,7 +9199,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -9218,7 +9218,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9229,7 +9229,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "array-bytes", "chrono", @@ -9269,7 +9269,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "fnv", "futures", @@ -9295,7 +9295,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "hash-db", "kvdb", @@ -9321,7 +9321,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "async-trait", "futures", @@ -9346,7 +9346,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "async-trait", "fork-tree", @@ -9385,7 +9385,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "futures", "jsonrpsee", @@ -9407,7 +9407,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "array-bytes", "async-trait", @@ -9442,7 +9442,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "futures", "jsonrpsee", @@ -9461,7 +9461,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "fork-tree", "parity-scale-codec", @@ -9474,7 +9474,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "ahash 0.8.2", "array-bytes", @@ -9514,7 +9514,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "finality-grandpa", "futures", @@ -9534,7 +9534,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "async-trait", "futures", @@ -9557,7 +9557,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "lru 0.8.1", "parity-scale-codec", @@ -9581,7 +9581,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -9594,7 +9594,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "log", "sc-allocator", @@ -9607,7 +9607,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "anyhow", "cfg-if", @@ -9625,7 +9625,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "ansi_term", "futures", @@ -9641,7 +9641,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "array-bytes", "async-trait", @@ -9656,7 +9656,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "array-bytes", "async-channel", @@ -9700,7 +9700,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "cid", "futures", @@ -9720,7 +9720,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "array-bytes", "async-trait", @@ -9748,7 +9748,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "ahash 0.8.2", "futures", @@ -9767,7 +9767,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "array-bytes", "futures", @@ -9789,7 +9789,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "array-bytes", "async-trait", @@ -9823,7 +9823,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "array-bytes", "futures", @@ -9843,7 +9843,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "array-bytes", "bytes", @@ -9874,7 +9874,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "futures", "libp2p", @@ -9887,7 +9887,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -9896,7 +9896,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "futures", "jsonrpsee", @@ -9926,7 +9926,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -9945,7 +9945,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "http", "jsonrpsee", @@ -9960,7 +9960,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "array-bytes", "futures", @@ -9986,7 +9986,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "async-trait", "directories", @@ -10052,7 +10052,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "log", "parity-scale-codec", @@ -10063,7 +10063,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "clap 4.0.15", "fs4", @@ -10079,7 +10079,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10098,7 +10098,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "futures", "libc", @@ -10117,7 +10117,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "chrono", "futures", @@ -10136,7 +10136,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "ansi_term", "atty", @@ -10167,7 +10167,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10178,7 +10178,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "async-trait", "futures", @@ -10205,7 +10205,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "async-trait", "futures", @@ -10219,7 +10219,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "async-channel", "futures", @@ -10758,7 +10758,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "hash-db", "log", @@ -10776,7 +10776,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "Inflector", "blake2", @@ -10790,7 +10790,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "parity-scale-codec", "scale-info", @@ -10803,7 +10803,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "integer-sqrt", "num-traits", @@ -10817,7 +10817,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "parity-scale-codec", "scale-info", @@ -10830,7 +10830,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "parity-scale-codec", "sp-api", @@ -10842,7 +10842,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "futures", "log", @@ -10860,7 +10860,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "async-trait", "futures", @@ -10875,7 +10875,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "async-trait", "parity-scale-codec", @@ -10893,7 +10893,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "async-trait", "merlin", @@ -10916,7 +10916,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "lazy_static", "parity-scale-codec", @@ -10935,7 +10935,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "finality-grandpa", "log", @@ -10953,7 +10953,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "parity-scale-codec", "scale-info", @@ -10965,7 +10965,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "parity-scale-codec", "scale-info", @@ -10978,7 +10978,7 @@ dependencies = [ [[package]] name = "sp-core" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "array-bytes", "base58", @@ -11021,7 +11021,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "blake2b_simd", "byteorder", @@ -11035,7 +11035,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "proc-macro2", "quote", @@ -11046,7 +11046,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -11055,7 +11055,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "proc-macro2", "quote", @@ -11065,7 +11065,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "environmental", "parity-scale-codec", @@ -11076,7 +11076,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -11091,7 +11091,7 @@ dependencies = [ [[package]] name = "sp-io" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "bytes", "ed25519", @@ -11116,7 +11116,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "lazy_static", "sp-core", @@ -11127,7 +11127,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "futures", "merlin", @@ -11143,7 +11143,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "thiserror", "zstd", @@ -11152,7 +11152,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -11170,7 +11170,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "parity-scale-codec", "scale-info", @@ -11184,7 +11184,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "sp-api", "sp-core", @@ -11194,7 +11194,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "backtrace", "lazy_static", @@ -11204,7 +11204,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "rustc-hash", "serde", @@ -11214,7 +11214,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "either", "hash256-std-hasher", @@ -11236,7 +11236,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -11254,7 +11254,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "Inflector", "proc-macro-crate", @@ -11266,7 +11266,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "parity-scale-codec", "scale-info", @@ -11280,7 +11280,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "parity-scale-codec", "scale-info", @@ -11292,7 +11292,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "hash-db", "log", @@ -11312,12 +11312,12 @@ dependencies = [ [[package]] name = "sp-std" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" [[package]] name = "sp-storage" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11330,7 +11330,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "async-trait", "futures-timer", @@ -11345,7 +11345,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "parity-scale-codec", "sp-std", @@ -11357,7 +11357,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "sp-api", "sp-runtime", @@ -11366,7 +11366,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "async-trait", "log", @@ -11382,7 +11382,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "ahash 0.8.2", "hash-db", @@ -11405,7 +11405,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11422,7 +11422,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -11433,7 +11433,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -11447,7 +11447,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "parity-scale-codec", "scale-info", @@ -11677,7 +11677,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "platforms", ] @@ -11685,7 +11685,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -11704,7 +11704,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "hyper", "log", @@ -11716,7 +11716,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "async-trait", "jsonrpsee", @@ -11729,7 +11729,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "jsonrpsee", "log", @@ -11748,7 +11748,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "array-bytes", "async-trait", @@ -11774,7 +11774,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "futures", "substrate-test-utils-derive", @@ -11784,7 +11784,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11795,7 +11795,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "ansi_term", "build-helper", @@ -12624,7 +12624,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" +source = "git+https://github.com/paritytech/substrate?branch=master#46bdb43422007619c4efa4b03e32ad7b2f9b282e" dependencies = [ "async-trait", "clap 4.0.15", diff --git a/polkadot/runtime/kusama/src/lib.rs b/polkadot/runtime/kusama/src/lib.rs index d046b552b41..833e818245c 100644 --- a/polkadot/runtime/kusama/src/lib.rs +++ b/polkadot/runtime/kusama/src/lib.rs @@ -1475,12 +1475,17 @@ impl Get<Perbill> for NominationPoolsMigrationV4OldPallet { /// All migrations that will run on the next runtime upgrade. /// -/// Should be cleared after every release. +/// This contains the combined migrations of the last 10 releases. It allows to skip runtime +/// upgrades in case governance decides to do so. +#[allow(deprecated)] pub type Migrations = ( + // 0.9.40 pallet_nomination_pools::migration::v4::MigrateToV4< Runtime, NominationPoolsMigrationV4OldPallet, >, + // Unreleased - add new migrations here: + pallet_nomination_pools::migration::v5::MigrateToV5<Runtime>, parachains_configuration::migration::v5::MigrateToV5<Runtime>, ); diff --git a/polkadot/runtime/parachains/src/configuration/migration.rs b/polkadot/runtime/parachains/src/configuration/migration.rs index f38450a70d4..be91521db24 100644 --- a/polkadot/runtime/parachains/src/configuration/migration.rs +++ b/polkadot/runtime/parachains/src/configuration/migration.rs @@ -143,7 +143,7 @@ pub mod v5 { fn pre_upgrade() -> Result<Vec<u8>, &'static str> { log::trace!(target: crate::configuration::LOG_TARGET, "Running pre_upgrade()"); - ensure!(StorageVersion::get::<Pallet<T>>() == 3, "The migration requires version 3"); + ensure!(StorageVersion::get::<Pallet<T>>() == 4, "The migration requires version 4"); Ok(Vec::new()) } diff --git a/polkadot/runtime/polkadot/src/lib.rs b/polkadot/runtime/polkadot/src/lib.rs index 3b307e2d2da..704af13cd65 100644 --- a/polkadot/runtime/polkadot/src/lib.rs +++ b/polkadot/runtime/polkadot/src/lib.rs @@ -1412,12 +1412,16 @@ impl Get<Perbill> for NominationPoolsMigrationV4OldPallet { /// All migrations that will run on the next runtime upgrade. /// -/// Should be cleared after every release. +/// This contains the combined migrations of the last 10 releases. It allows to skip runtime upgrades in case governance decides to do so. +#[allow(deprecated)] pub type Migrations = ( + // 0.9.40 pallet_nomination_pools::migration::v4::MigrateToV4< Runtime, NominationPoolsMigrationV4OldPallet, >, + // Unreleased - add new migrations here: + pallet_nomination_pools::migration::v5::MigrateToV5<Runtime>, parachains_configuration::migration::v5::MigrateToV5<Runtime>, ); diff --git a/polkadot/runtime/rococo/src/lib.rs b/polkadot/runtime/rococo/src/lib.rs index 5a42349dbda..ba507d1149b 100644 --- a/polkadot/runtime/rococo/src/lib.rs +++ b/polkadot/runtime/rococo/src/lib.rs @@ -1493,7 +1493,8 @@ pub type UncheckedExtrinsic = /// All migrations that will run on the next runtime upgrade. /// -/// Should be cleared after every release. +/// This contains the combined migrations of the last 10 releases. It allows to skip runtime +/// upgrades in case governance decides to do so. pub type Migrations = parachains_configuration::migration::v5::MigrateToV5<Runtime>; /// Executive: handles dispatch to the various modules. diff --git a/polkadot/runtime/test-runtime/src/lib.rs b/polkadot/runtime/test-runtime/src/lib.rs index e2d881b429b..04f0540d1b0 100644 --- a/polkadot/runtime/test-runtime/src/lib.rs +++ b/polkadot/runtime/test-runtime/src/lib.rs @@ -202,7 +202,7 @@ impl pallet_indices::Config for Runtime { } parameter_types! { - pub storage ExistentialDeposit: Balance = 1 * CENTS; + pub const ExistentialDeposit: Balance = 1 * CENTS; pub storage MaxLocks: u32 = 50; pub const MaxReserves: u32 = 50; } diff --git a/polkadot/runtime/westend/src/lib.rs b/polkadot/runtime/westend/src/lib.rs index 59ca4c0bc93..97468ae66f0 100644 --- a/polkadot/runtime/westend/src/lib.rs +++ b/polkadot/runtime/westend/src/lib.rs @@ -1207,13 +1207,18 @@ impl Get<Perbill> for NominationPoolsMigrationV4OldPallet { /// All migrations that will run on the next runtime upgrade. /// -/// Should be cleared after every release. +/// This contains the combined migrations of the last 10 releases. It allows to skip runtime +/// upgrades in case governance decides to do so. +#[allow(deprecated)] pub type Migrations = ( + // 0.9.40 clean_state_migration::CleanMigrate, pallet_nomination_pools::migration::v4::MigrateToV4< Runtime, NominationPoolsMigrationV4OldPallet, >, + // Unreleased - add new migrations here: + pallet_nomination_pools::migration::v5::MigrateToV5<Runtime>, parachains_configuration::migration::v5::MigrateToV5<Runtime>, ); -- GitLab