From f1a45b39db6dbb7610c80b82d7cfca45a807619d Mon Sep 17 00:00:00 2001 From: Keith Yeung Date: Thu, 13 Apr 2023 16:00:26 +0800 Subject: [PATCH] Use RuntimeHoldReason for the NIS pallet HoldReason (#7017) * Use RuntimeHoldReason for the NIS pallet HoldReason * Update substrate * Fixes * Fixes * Fixes * Fixes * Move encoding test to tests.rs --- Cargo.lock | 366 ++++++++++++++++++------------------ runtime/kusama/src/lib.rs | 30 +-- runtime/kusama/src/tests.rs | 5 + runtime/rococo/src/lib.rs | 38 ++-- 4 files changed, 207 insertions(+), 232 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f80fc312d27..9baed9429978 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -466,7 +466,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "hash-db", "log", @@ -2377,7 +2377,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "parity-scale-codec", ] @@ -2400,7 +2400,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-support", "frame-support-procedural", @@ -2425,7 +2425,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "Inflector", "array-bytes", @@ -2472,7 +2472,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2483,7 +2483,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -2500,7 +2500,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-support", "frame-system", @@ -2529,7 +2529,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "futures", "log", @@ -2545,7 +2545,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "bitflags", "environmental", @@ -2578,7 +2578,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "Inflector", "cfg-expr", @@ -2594,7 +2594,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -2606,7 +2606,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "proc-macro2", "quote", @@ -2616,7 +2616,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-benchmarking", "frame-support", @@ -2640,7 +2640,7 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-support", "frame-system", @@ -2651,7 +2651,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-support", "log", @@ -2669,7 +2669,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-benchmarking", "frame-support", @@ -2684,7 +2684,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "parity-scale-codec", "sp-api", @@ -2693,7 +2693,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-support", "parity-scale-codec", @@ -2875,7 +2875,7 @@ dependencies = [ [[package]] name = "generate-bags" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "chrono", "frame-election-provider-support", @@ -4673,7 +4673,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "futures", "log", @@ -4692,7 +4692,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "anyhow", "jsonrpsee", @@ -5276,7 +5276,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-benchmarking", "frame-support", @@ -5291,7 +5291,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-support", "frame-system", @@ -5307,7 +5307,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-support", "frame-system", @@ -5321,7 +5321,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-benchmarking", "frame-support", @@ -5345,7 +5345,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5365,7 +5365,7 @@ dependencies = [ [[package]] name = "pallet-bags-list-remote-tests" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-election-provider-support", "frame-remote-externalities", @@ -5384,7 +5384,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-benchmarking", "frame-support", @@ -5399,7 +5399,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-support", "frame-system", @@ -5418,7 +5418,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -5442,7 +5442,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-benchmarking", "frame-support", @@ -5460,7 +5460,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-benchmarking", "frame-support", @@ -5479,7 +5479,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-benchmarking", "frame-support", @@ -5496,7 +5496,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5513,7 +5513,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-benchmarking", "frame-support", @@ -5531,7 +5531,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5554,7 +5554,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5567,7 +5567,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-benchmarking", "frame-support", @@ -5585,7 +5585,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5603,7 +5603,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-benchmarking", "frame-support", @@ -5626,7 +5626,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5642,7 +5642,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-benchmarking", "frame-support", @@ -5662,7 +5662,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-benchmarking", "frame-support", @@ -5679,7 +5679,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-benchmarking", "frame-support", @@ -5696,7 +5696,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-benchmarking", "frame-support", @@ -5713,7 +5713,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-benchmarking", "frame-support", @@ -5729,7 +5729,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-benchmarking", "frame-support", @@ -5745,7 +5745,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-support", "frame-system", @@ -5762,7 +5762,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5782,7 +5782,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -5793,7 +5793,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-support", "frame-system", @@ -5810,7 +5810,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5834,7 +5834,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-benchmarking", "frame-support", @@ -5851,7 +5851,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-benchmarking", "frame-support", @@ -5866,7 +5866,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-benchmarking", "frame-support", @@ -5884,7 +5884,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-benchmarking", "frame-support", @@ -5899,7 +5899,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5918,7 +5918,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-benchmarking", "frame-support", @@ -5935,7 +5935,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-support", "frame-system", @@ -5956,7 +5956,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-benchmarking", "frame-support", @@ -5972,7 +5972,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-support", "frame-system", @@ -5986,7 +5986,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6009,7 +6009,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -6020,7 +6020,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "log", "sp-arithmetic", @@ -6029,7 +6029,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "parity-scale-codec", "sp-api", @@ -6038,7 +6038,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-benchmarking", "frame-support", @@ -6055,7 +6055,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-support", "frame-system", @@ -6069,7 +6069,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-benchmarking", "frame-support", @@ -6087,7 +6087,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-benchmarking", "frame-support", @@ -6106,7 +6106,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-support", "frame-system", @@ -6122,7 +6122,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -6138,7 +6138,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6150,7 +6150,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-benchmarking", "frame-support", @@ -6167,7 +6167,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-benchmarking", "frame-support", @@ -6182,7 +6182,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-benchmarking", "frame-support", @@ -6198,7 +6198,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-benchmarking", "frame-support", @@ -6213,7 +6213,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-benchmarking", "frame-support", @@ -9184,7 +9184,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "log", "sp-core", @@ -9195,7 +9195,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "async-trait", "futures", @@ -9223,7 +9223,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "futures", "futures-timer", @@ -9246,7 +9246,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -9261,7 +9261,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -9280,7 +9280,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9291,7 +9291,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "array-bytes", "chrono", @@ -9331,7 +9331,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "fnv", "futures", @@ -9357,7 +9357,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "hash-db", "kvdb", @@ -9383,7 +9383,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "async-trait", "futures", @@ -9408,7 +9408,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "async-trait", "fork-tree", @@ -9447,7 +9447,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "futures", "jsonrpsee", @@ -9469,7 +9469,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "array-bytes", "async-trait", @@ -9504,7 +9504,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "futures", "jsonrpsee", @@ -9523,7 +9523,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "fork-tree", "parity-scale-codec", @@ -9536,7 +9536,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "ahash 0.8.2", "array-bytes", @@ -9576,7 +9576,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "finality-grandpa", "futures", @@ -9596,7 +9596,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "async-trait", "futures", @@ -9619,7 +9619,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "lru 0.8.1", "parity-scale-codec", @@ -9643,7 +9643,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -9656,7 +9656,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "log", "sc-allocator", @@ -9669,7 +9669,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "anyhow", "cfg-if", @@ -9687,7 +9687,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "ansi_term", "futures", @@ -9703,7 +9703,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "array-bytes", "async-trait", @@ -9718,7 +9718,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "array-bytes", "async-channel", @@ -9763,7 +9763,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "cid", "futures", @@ -9783,7 +9783,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "array-bytes", "async-trait", @@ -9811,7 +9811,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "ahash 0.8.2", "futures", @@ -9830,7 +9830,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "array-bytes", "futures", @@ -9852,7 +9852,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "array-bytes", "async-trait", @@ -9886,7 +9886,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "array-bytes", "futures", @@ -9906,7 +9906,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "array-bytes", "bytes", @@ -9937,7 +9937,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "futures", "libp2p", @@ -9950,7 +9950,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -9959,7 +9959,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "futures", "jsonrpsee", @@ -9989,7 +9989,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10008,7 +10008,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "http", "jsonrpsee", @@ -10023,7 +10023,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "array-bytes", "futures", @@ -10049,7 +10049,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "async-trait", "directories", @@ -10115,7 +10115,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "log", "parity-scale-codec", @@ -10126,7 +10126,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "clap 4.0.15", "fs4", @@ -10142,7 +10142,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10161,7 +10161,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "futures", "libc", @@ -10180,7 +10180,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "chrono", "futures", @@ -10199,7 +10199,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "ansi_term", "atty", @@ -10230,7 +10230,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10241,7 +10241,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "async-trait", "futures", @@ -10268,7 +10268,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "async-trait", "futures", @@ -10282,7 +10282,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "async-channel", "futures", @@ -10821,7 +10821,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "hash-db", "log", @@ -10839,7 +10839,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "Inflector", "blake2", @@ -10853,7 +10853,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "parity-scale-codec", "scale-info", @@ -10866,7 +10866,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "integer-sqrt", "num-traits", @@ -10880,7 +10880,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "parity-scale-codec", "scale-info", @@ -10893,7 +10893,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "parity-scale-codec", "sp-api", @@ -10905,7 +10905,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "futures", "log", @@ -10923,7 +10923,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "async-trait", "futures", @@ -10938,7 +10938,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "async-trait", "parity-scale-codec", @@ -10956,7 +10956,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "async-trait", "merlin", @@ -10979,7 +10979,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "lazy_static", "parity-scale-codec", @@ -10998,7 +10998,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "finality-grandpa", "log", @@ -11016,7 +11016,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "parity-scale-codec", "scale-info", @@ -11028,7 +11028,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "parity-scale-codec", "scale-info", @@ -11041,7 +11041,7 @@ dependencies = [ [[package]] name = "sp-core" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "array-bytes", "bitflags", @@ -11084,7 +11084,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "blake2b_simd", "byteorder", @@ -11098,7 +11098,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "proc-macro2", "quote", @@ -11109,7 +11109,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -11118,7 +11118,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "proc-macro2", "quote", @@ -11128,7 +11128,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "environmental", "parity-scale-codec", @@ -11139,7 +11139,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -11154,7 +11154,7 @@ dependencies = [ [[package]] name = "sp-io" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "bytes", "ed25519", @@ -11180,7 +11180,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "lazy_static", "sp-core", @@ -11191,7 +11191,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "futures", "merlin", @@ -11207,7 +11207,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "thiserror", "zstd", @@ -11216,7 +11216,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -11234,7 +11234,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "parity-scale-codec", "scale-info", @@ -11248,7 +11248,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "sp-api", "sp-core", @@ -11258,7 +11258,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "backtrace", "lazy_static", @@ -11268,7 +11268,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "rustc-hash", "serde", @@ -11278,7 +11278,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "either", "hash256-std-hasher", @@ -11300,7 +11300,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -11318,7 +11318,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "Inflector", "proc-macro-crate", @@ -11330,7 +11330,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "parity-scale-codec", "scale-info", @@ -11344,7 +11344,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "parity-scale-codec", "scale-info", @@ -11356,7 +11356,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "hash-db", "log", @@ -11376,12 +11376,12 @@ dependencies = [ [[package]] name = "sp-std" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" [[package]] name = "sp-storage" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11394,7 +11394,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "async-trait", "futures-timer", @@ -11409,7 +11409,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "parity-scale-codec", "sp-std", @@ -11421,7 +11421,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "sp-api", "sp-runtime", @@ -11430,7 +11430,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "async-trait", "log", @@ -11446,7 +11446,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "ahash 0.8.2", "hash-db", @@ -11469,7 +11469,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11486,7 +11486,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -11497,7 +11497,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -11511,7 +11511,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "parity-scale-codec", "scale-info", @@ -11741,7 +11741,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "platforms 2.0.0", ] @@ -11749,7 +11749,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -11768,7 +11768,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "hyper", "log", @@ -11780,7 +11780,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "async-trait", "jsonrpsee", @@ -11793,7 +11793,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "jsonrpsee", "log", @@ -11812,7 +11812,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "array-bytes", "async-trait", @@ -11838,7 +11838,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "futures", "substrate-test-utils-derive", @@ -11848,7 +11848,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11859,7 +11859,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "ansi_term", "build-helper", @@ -12689,7 +12689,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7bbfe737a180e548ace7e819099dcb62cf48fa11" +source = "git+https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" dependencies = [ "async-trait", "clap 4.0.15", diff --git a/runtime/kusama/src/lib.rs b/runtime/kusama/src/lib.rs index 7d52c946926c..d51c2f08514d 100644 --- a/runtime/kusama/src/lib.rs +++ b/runtime/kusama/src/lib.rs @@ -303,7 +303,7 @@ impl pallet_balances::Config for Runtime { type WeightInfo = weights::pallet_balances::WeightInfo; type FreezeIdentifier = (); type MaxFreezes = (); - type HoldIdentifier = HoldReason; + type HoldIdentifier = RuntimeHoldReason; type MaxHolds = ConstU32<1>; } @@ -929,7 +929,7 @@ parameter_types! { Decode, RuntimeDebug, MaxEncodedLen, - scale_info::TypeInfo, + TypeInfo, )] pub enum ProxyType { Any, @@ -1258,27 +1258,7 @@ parameter_types! { pub const ThawThrottle: (Perquintill, BlockNumber) = (Perquintill::from_percent(25), 5); pub storage NisTarget: Perquintill = Perquintill::zero(); pub const NisPalletId: PalletId = PalletId(*b"py/nis "); - pub const NisHoldReason: HoldReason = HoldReason::Nis(HoldReasonNis::NftReceipt); -} - -/// A reason for placing a hold on funds. -#[derive( - Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Encode, Decode, MaxEncodedLen, Debug, TypeInfo, -)] -pub enum HoldReason { - /// Some reason of the NIS pallet. - #[codec(index = 38)] - Nis(HoldReasonNis), -} - -/// A reason for the NIS pallet placing a hold on funds. -#[derive( - Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Encode, Decode, MaxEncodedLen, Debug, TypeInfo, -)] -pub enum HoldReasonNis { - /// The NIS Pallet has reserved it for a non-fungible receipt. - #[codec(index = 0)] - NftReceipt = 0, + pub const NisHoldReason: RuntimeHoldReason = RuntimeHoldReason::Nis(pallet_nis::HoldReason::NftReceipt); } impl pallet_nis::Config for Runtime { @@ -1408,7 +1388,7 @@ construct_runtime! { ElectionProviderMultiPhase: pallet_election_provider_multi_phase::{Pallet, Call, Storage, Event, ValidateUnsigned} = 37, // NIS pallet. - Nis: pallet_nis::{Pallet, Call, Storage, Event} = 38, + Nis: pallet_nis::{Pallet, Call, Storage, Event, HoldReason} = 38, // pub type NisCounterpartInstance = pallet_balances::Instance2; NisCounterpartBalances: pallet_balances:: = 45, @@ -2155,7 +2135,7 @@ sp_api::impl_runtime_apis! { } #[cfg(test)] -mod tests_fess { +mod fees_tests { use super::*; use sp_runtime::assert_eq_error_rate; diff --git a/runtime/kusama/src/tests.rs b/runtime/kusama/src/tests.rs index c1bcf76ca8ee..b2dd5759f3a9 100644 --- a/runtime/kusama/src/tests.rs +++ b/runtime/kusama/src/tests.rs @@ -25,6 +25,11 @@ use runtime_common::MinimumMultiplier; use separator::Separatable; use sp_runtime::FixedPointNumber; +#[test] +fn nis_hold_reason_encoding_is_correct() { + assert_eq!(NisHoldReason::get().encode(), [38, 0]); +} + #[test] fn remove_keys_weight_is_sensible() { use runtime_common::crowdloan::WeightInfo; diff --git a/runtime/rococo/src/lib.rs b/runtime/rococo/src/lib.rs index 58373396d1bb..4e7ec5a59693 100644 --- a/runtime/rococo/src/lib.rs +++ b/runtime/rococo/src/lib.rs @@ -284,7 +284,7 @@ impl pallet_balances::Config for Runtime { type WeightInfo = weights::pallet_balances::WeightInfo; type FreezeIdentifier = (); type MaxFreezes = ConstU32<1>; - type HoldIdentifier = HoldReason; + type HoldIdentifier = RuntimeHoldReason; type MaxHolds = ConstU32<1>; } @@ -875,7 +875,7 @@ parameter_types! { Decode, RuntimeDebug, MaxEncodedLen, - scale_info::TypeInfo, + TypeInfo, )] pub enum ProxyType { Any, @@ -1196,27 +1196,7 @@ parameter_types! { pub const ThawThrottle: (Perquintill, BlockNumber) = (Perquintill::from_percent(25), 5); pub storage NisTarget: Perquintill = Perquintill::zero(); pub const NisPalletId: PalletId = PalletId(*b"py/nis "); - pub const NisHoldReason: HoldReason = HoldReason::Nis(HoldReasonNis::NftReceipt); -} - -/// A reason for placing a hold on funds. -#[derive( - Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Encode, Decode, MaxEncodedLen, Debug, TypeInfo, -)] -pub enum HoldReason { - /// Some reason of the NIS pallet. - #[codec(index = 38)] - Nis(HoldReasonNis), -} - -/// A reason for the NIS pallet placing a hold on funds. -#[derive( - Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Encode, Decode, MaxEncodedLen, Debug, TypeInfo, -)] -pub enum HoldReasonNis { - /// The NIS Pallet has reserved it for a non-fungible receipt. - #[codec(index = 0)] - NftReceipt = 0, + pub const NisHoldReason: RuntimeHoldReason = RuntimeHoldReason::Nis(pallet_nis::HoldReason::NftReceipt); } impl pallet_nis::Config for Runtime { @@ -1416,7 +1396,7 @@ construct_runtime! { Tips: pallet_tips::{Pallet, Call, Storage, Event} = 36, // NIS pallet. - Nis: pallet_nis::{Pallet, Call, Storage, Event} = 38, + Nis: pallet_nis::{Pallet, Call, Storage, Event, HoldReason} = 38, // pub type NisCounterpartInstance = pallet_balances::Instance2; NisCounterpartBalances: pallet_balances:: = 45, @@ -2152,6 +2132,16 @@ sp_api::impl_runtime_apis! { } } +#[cfg(test)] +mod encoding_tests { + use super::*; + + #[test] + fn nis_hold_reason_encoding_is_correct() { + assert_eq!(NisHoldReason::get().encode(), [38, 0]); + } +} + #[cfg(all(test, feature = "try-runtime"))] mod remote_tests { use super::*;