From 16c9064cbe0064a8207bd30940aced6de7c5f284 Mon Sep 17 00:00:00 2001 From: hirschenberger Date: Wed, 12 Apr 2023 09:55:08 +0200 Subject: [PATCH 1/2] companion PR for https://github.com/paritytech/substrate/pull/13373 --- runtime/kusama/src/weights/frame_system.rs | 3 +++ runtime/polkadot/src/weights/frame_system.rs | 3 +++ runtime/rococo/src/weights/frame_system.rs | 3 +++ runtime/westend/src/weights/frame_system.rs | 3 +++ 4 files changed, 12 insertions(+) diff --git a/runtime/kusama/src/weights/frame_system.rs b/runtime/kusama/src/weights/frame_system.rs index 7cc58211ba79..fab82f7e562e 100644 --- a/runtime/kusama/src/weights/frame_system.rs +++ b/runtime/kusama/src/weights/frame_system.rs @@ -81,6 +81,9 @@ impl frame_system::WeightInfo for WeightInfo { .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } + fn set_code() -> Weight { + Weight::from_parts(1_000_000, 0) + } /// Storage: Skipped Metadata (r:0 w:0) /// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured) /// The range of component `i` is `[0, 1000]`. diff --git a/runtime/polkadot/src/weights/frame_system.rs b/runtime/polkadot/src/weights/frame_system.rs index f89216458242..48fd9986cada 100644 --- a/runtime/polkadot/src/weights/frame_system.rs +++ b/runtime/polkadot/src/weights/frame_system.rs @@ -81,6 +81,9 @@ impl frame_system::WeightInfo for WeightInfo { .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } + fn set_code() -> Weight { + Weight::from_parts(1_000_000, 0) + } /// Storage: Skipped Metadata (r:0 w:0) /// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured) /// The range of component `i` is `[0, 1000]`. diff --git a/runtime/rococo/src/weights/frame_system.rs b/runtime/rococo/src/weights/frame_system.rs index c46a4e76a67d..ab704980275f 100644 --- a/runtime/rococo/src/weights/frame_system.rs +++ b/runtime/rococo/src/weights/frame_system.rs @@ -81,6 +81,9 @@ impl frame_system::WeightInfo for WeightInfo { .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } + fn set_code() -> Weight { + Weight::from_parts(1_000_000, 0) + } /// Storage: Skipped Metadata (r:0 w:0) /// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured) /// The range of component `i` is `[0, 1000]`. diff --git a/runtime/westend/src/weights/frame_system.rs b/runtime/westend/src/weights/frame_system.rs index 3e0e5d96dc7b..ff14d7ae2e75 100644 --- a/runtime/westend/src/weights/frame_system.rs +++ b/runtime/westend/src/weights/frame_system.rs @@ -81,6 +81,9 @@ impl frame_system::WeightInfo for WeightInfo { .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } + fn set_code() -> Weight { + Weight::from_parts(1_000_000, 0) + } /// Storage: Skipped Metadata (r:0 w:0) /// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured) /// The range of component `i` is `[0, 1000]`. From cd72294e3c55e3e7d13de68b1a0d3cc1040b097b Mon Sep 17 00:00:00 2001 From: parity-processbot <> Date: Thu, 11 May 2023 16:26:01 +0000 Subject: [PATCH 2/2] update lockfile for {"substrate"} --- Cargo.lock | 369 +++++++++++++++++++++++++++-------------------------- 1 file changed, 185 insertions(+), 184 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d62a43cf1670..93c642dd92dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -526,7 +526,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "hash-db", "log", @@ -2480,7 +2480,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "parity-scale-codec", ] @@ -2503,7 +2503,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-support", "frame-support-procedural", @@ -2528,7 +2528,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "Inflector", "array-bytes", @@ -2575,7 +2575,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2586,7 +2586,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -2603,7 +2603,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-support", "frame-system", @@ -2632,7 +2632,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "async-recursion", "futures", @@ -2652,7 +2652,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "bitflags", "environmental", @@ -2685,7 +2685,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "Inflector", "cfg-expr", @@ -2701,7 +2701,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -2713,7 +2713,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "proc-macro2", "quote", @@ -2723,7 +2723,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-benchmarking", "frame-executive", @@ -2749,7 +2749,7 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-support", "frame-system", @@ -2760,8 +2760,9 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ + "cfg-if", "frame-support", "log", "parity-scale-codec", @@ -2778,7 +2779,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-benchmarking", "frame-support", @@ -2793,7 +2794,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "parity-scale-codec", "sp-api", @@ -2802,7 +2803,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-support", "parity-scale-codec", @@ -2984,7 +2985,7 @@ dependencies = [ [[package]] name = "generate-bags" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "chrono", "frame-election-provider-support", @@ -4846,7 +4847,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "futures", "log", @@ -4865,7 +4866,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "anyhow", "jsonrpsee", @@ -5455,7 +5456,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-benchmarking", "frame-support", @@ -5470,7 +5471,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-support", "frame-system", @@ -5486,7 +5487,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-support", "frame-system", @@ -5500,7 +5501,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-benchmarking", "frame-support", @@ -5524,7 +5525,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5544,7 +5545,7 @@ dependencies = [ [[package]] name = "pallet-bags-list-remote-tests" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-election-provider-support", "frame-remote-externalities", @@ -5563,7 +5564,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-benchmarking", "frame-support", @@ -5578,7 +5579,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-support", "frame-system", @@ -5597,7 +5598,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -5621,7 +5622,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-benchmarking", "frame-support", @@ -5639,7 +5640,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-benchmarking", "frame-support", @@ -5658,7 +5659,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-benchmarking", "frame-support", @@ -5675,7 +5676,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5692,7 +5693,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-benchmarking", "frame-support", @@ -5710,7 +5711,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5733,7 +5734,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5746,7 +5747,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-benchmarking", "frame-support", @@ -5764,7 +5765,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5782,7 +5783,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-benchmarking", "frame-support", @@ -5805,7 +5806,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5821,7 +5822,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-benchmarking", "frame-support", @@ -5841,7 +5842,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-benchmarking", "frame-support", @@ -5858,7 +5859,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-benchmarking", "frame-support", @@ -5875,7 +5876,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-benchmarking", "frame-support", @@ -5892,7 +5893,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-benchmarking", "frame-support", @@ -5908,7 +5909,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-benchmarking", "frame-support", @@ -5924,7 +5925,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-support", "frame-system", @@ -5941,7 +5942,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5961,7 +5962,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -5972,7 +5973,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-support", "frame-system", @@ -5989,7 +5990,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6013,7 +6014,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-benchmarking", "frame-support", @@ -6030,7 +6031,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-benchmarking", "frame-support", @@ -6045,7 +6046,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-benchmarking", "frame-support", @@ -6063,7 +6064,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-benchmarking", "frame-support", @@ -6078,7 +6079,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "assert_matches", "frame-benchmarking", @@ -6097,7 +6098,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-benchmarking", "frame-support", @@ -6114,7 +6115,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-support", "frame-system", @@ -6135,7 +6136,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-benchmarking", "frame-support", @@ -6151,7 +6152,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-support", "frame-system", @@ -6165,7 +6166,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6188,7 +6189,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -6199,7 +6200,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "log", "sp-arithmetic", @@ -6208,7 +6209,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "parity-scale-codec", "sp-api", @@ -6217,7 +6218,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-benchmarking", "frame-support", @@ -6234,7 +6235,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-benchmarking", "frame-support", @@ -6249,7 +6250,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-benchmarking", "frame-support", @@ -6267,7 +6268,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-benchmarking", "frame-support", @@ -6286,7 +6287,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-support", "frame-system", @@ -6302,7 +6303,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -6318,7 +6319,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6330,7 +6331,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-benchmarking", "frame-support", @@ -6347,7 +6348,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-benchmarking", "frame-support", @@ -6362,7 +6363,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-benchmarking", "frame-support", @@ -6378,7 +6379,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-benchmarking", "frame-support", @@ -6393,7 +6394,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-benchmarking", "frame-support", @@ -9417,7 +9418,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "log", "sp-core", @@ -9428,7 +9429,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "async-trait", "futures", @@ -9456,7 +9457,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "futures", "futures-timer", @@ -9479,7 +9480,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -9494,7 +9495,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -9513,7 +9514,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9524,7 +9525,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "array-bytes", "chrono", @@ -9564,7 +9565,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "fnv", "futures", @@ -9591,7 +9592,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "hash-db", "kvdb", @@ -9617,7 +9618,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "async-trait", "futures", @@ -9642,7 +9643,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "async-trait", "fork-tree", @@ -9678,7 +9679,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "futures", "jsonrpsee", @@ -9700,7 +9701,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "array-bytes", "async-trait", @@ -9735,7 +9736,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "futures", "jsonrpsee", @@ -9754,7 +9755,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "fork-tree", "parity-scale-codec", @@ -9767,7 +9768,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "ahash 0.8.2", "array-bytes", @@ -9807,7 +9808,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "finality-grandpa", "futures", @@ -9827,7 +9828,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "async-trait", "futures", @@ -9850,7 +9851,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "lru 0.8.1", "parity-scale-codec", @@ -9874,7 +9875,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -9887,7 +9888,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "log", "sc-allocator", @@ -9900,7 +9901,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "anyhow", "cfg-if", @@ -9918,7 +9919,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "ansi_term", "futures", @@ -9934,7 +9935,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "array-bytes", "parking_lot 0.12.1", @@ -9948,7 +9949,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "array-bytes", "async-channel", @@ -9993,7 +9994,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "cid", "futures", @@ -10013,7 +10014,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "array-bytes", "async-trait", @@ -10041,7 +10042,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "ahash 0.8.2", "futures", @@ -10060,7 +10061,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "array-bytes", "futures", @@ -10082,7 +10083,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "array-bytes", "async-trait", @@ -10116,7 +10117,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "array-bytes", "futures", @@ -10136,7 +10137,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "array-bytes", "bytes", @@ -10167,7 +10168,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "futures", "libp2p", @@ -10180,7 +10181,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -10189,7 +10190,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "futures", "jsonrpsee", @@ -10220,7 +10221,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10239,7 +10240,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "http", "jsonrpsee", @@ -10254,7 +10255,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "array-bytes", "futures", @@ -10280,7 +10281,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "async-trait", "directories", @@ -10346,7 +10347,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "log", "parity-scale-codec", @@ -10357,7 +10358,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "clap 4.2.5", "fs4", @@ -10373,7 +10374,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10392,7 +10393,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "futures", "libc", @@ -10411,7 +10412,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "chrono", "futures", @@ -10430,7 +10431,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "ansi_term", "atty", @@ -10461,7 +10462,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10472,7 +10473,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "async-trait", "futures", @@ -10499,7 +10500,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "async-trait", "futures", @@ -10513,7 +10514,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "async-channel", "futures", @@ -11061,7 +11062,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "hash-db", "log", @@ -11081,7 +11082,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "Inflector", "blake2", @@ -11095,7 +11096,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "parity-scale-codec", "scale-info", @@ -11108,7 +11109,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "integer-sqrt", "num-traits", @@ -11122,7 +11123,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "parity-scale-codec", "scale-info", @@ -11135,7 +11136,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "parity-scale-codec", "sp-api", @@ -11147,7 +11148,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "futures", "log", @@ -11165,7 +11166,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "async-trait", "futures", @@ -11180,7 +11181,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "async-trait", "parity-scale-codec", @@ -11198,7 +11199,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "async-trait", "parity-scale-codec", @@ -11219,7 +11220,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "lazy_static", "parity-scale-codec", @@ -11238,7 +11239,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "finality-grandpa", "log", @@ -11256,7 +11257,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "parity-scale-codec", "scale-info", @@ -11268,7 +11269,7 @@ dependencies = [ [[package]] name = "sp-core" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "array-bytes", "bitflags", @@ -11312,7 +11313,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "blake2b_simd", "byteorder", @@ -11326,7 +11327,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "proc-macro2", "quote", @@ -11337,7 +11338,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -11346,7 +11347,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "proc-macro2", "quote", @@ -11356,7 +11357,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "environmental", "parity-scale-codec", @@ -11367,7 +11368,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -11382,7 +11383,7 @@ dependencies = [ [[package]] name = "sp-io" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "bytes", "ed25519", @@ -11408,7 +11409,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "lazy_static", "sp-core", @@ -11419,7 +11420,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "futures", "parity-scale-codec", @@ -11433,7 +11434,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "thiserror", "zstd 0.12.3+zstd.1.5.2", @@ -11442,7 +11443,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-metadata", "parity-scale-codec", @@ -11453,7 +11454,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -11471,7 +11472,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "parity-scale-codec", "scale-info", @@ -11485,7 +11486,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "sp-api", "sp-core", @@ -11495,7 +11496,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "backtrace", "lazy_static", @@ -11505,7 +11506,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "rustc-hash", "serde", @@ -11515,7 +11516,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "either", "hash256-std-hasher", @@ -11537,7 +11538,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -11555,7 +11556,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "Inflector", "proc-macro-crate", @@ -11567,7 +11568,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "parity-scale-codec", "scale-info", @@ -11581,7 +11582,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "parity-scale-codec", "scale-info", @@ -11594,7 +11595,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "hash-db", "log", @@ -11614,7 +11615,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "log", "parity-scale-codec", @@ -11632,12 +11633,12 @@ dependencies = [ [[package]] name = "sp-std" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" [[package]] name = "sp-storage" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11650,7 +11651,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "async-trait", "futures-timer", @@ -11665,7 +11666,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "parity-scale-codec", "sp-std", @@ -11677,7 +11678,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "sp-api", "sp-runtime", @@ -11686,7 +11687,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "async-trait", "log", @@ -11702,7 +11703,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "ahash 0.8.2", "hash-db", @@ -11725,7 +11726,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11742,7 +11743,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -11753,7 +11754,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -11767,7 +11768,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "parity-scale-codec", "scale-info", @@ -12008,7 +12009,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "platforms 2.0.0", ] @@ -12016,7 +12017,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -12035,7 +12036,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "hyper", "log", @@ -12047,7 +12048,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "async-trait", "jsonrpsee", @@ -12060,7 +12061,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "jsonrpsee", "log", @@ -12079,7 +12080,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "array-bytes", "async-trait", @@ -12105,7 +12106,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "futures", "substrate-test-utils-derive", @@ -12115,7 +12116,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -12126,7 +12127,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "ansi_term", "build-helper", @@ -12960,7 +12961,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" +source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" dependencies = [ "async-trait", "clap 4.2.5",