From 91a2089611dee4ce4686996e0d13b14afdfeaa6b Mon Sep 17 00:00:00 2001 From: Dinonard Date: Mon, 5 Dec 2022 17:17:16 +0100 Subject: [PATCH 1/2] Companion for pallet-assets callback --- parachains/runtimes/assets/statemine/src/lib.rs | 1 + parachains/runtimes/assets/statemint/src/lib.rs | 1 + parachains/runtimes/assets/westmint/src/lib.rs | 1 + parachains/runtimes/testing/penpal/src/lib.rs | 1 + parachains/runtimes/testing/rococo-parachain/src/lib.rs | 1 + 5 files changed, 5 insertions(+) diff --git a/parachains/runtimes/assets/statemine/src/lib.rs b/parachains/runtimes/assets/statemine/src/lib.rs index 01406f3b93f..865dbaba48c 100644 --- a/parachains/runtimes/assets/statemine/src/lib.rs +++ b/parachains/runtimes/assets/statemine/src/lib.rs @@ -247,6 +247,7 @@ impl pallet_assets::Config for Runtime { type Freezer = (); type Extra = (); type WeightInfo = weights::pallet_assets::WeightInfo; + type CallbackHandle = (); type AssetAccountDeposit = AssetAccountDeposit; type RemoveItemsLimit = frame_support::traits::ConstU32<1000>; #[cfg(feature = "runtime-benchmarks")] diff --git a/parachains/runtimes/assets/statemint/src/lib.rs b/parachains/runtimes/assets/statemint/src/lib.rs index c99c5f37938..4dda85b4697 100644 --- a/parachains/runtimes/assets/statemint/src/lib.rs +++ b/parachains/runtimes/assets/statemint/src/lib.rs @@ -263,6 +263,7 @@ impl pallet_assets::Config for Runtime { type Freezer = (); type Extra = (); type WeightInfo = weights::pallet_assets::WeightInfo; + type CallbackHandle = (); type AssetAccountDeposit = AssetAccountDeposit; type RemoveItemsLimit = frame_support::traits::ConstU32<1000>; #[cfg(feature = "runtime-benchmarks")] diff --git a/parachains/runtimes/assets/westmint/src/lib.rs b/parachains/runtimes/assets/westmint/src/lib.rs index 8a70760352d..097421fcb58 100644 --- a/parachains/runtimes/assets/westmint/src/lib.rs +++ b/parachains/runtimes/assets/westmint/src/lib.rs @@ -228,6 +228,7 @@ impl pallet_assets::Config for Runtime { type Freezer = (); type Extra = (); type WeightInfo = weights::pallet_assets::WeightInfo; + type CallbackHandle = (); type AssetAccountDeposit = AssetAccountDeposit; type RemoveItemsLimit = frame_support::traits::ConstU32<1000>; #[cfg(feature = "runtime-benchmarks")] diff --git a/parachains/runtimes/testing/penpal/src/lib.rs b/parachains/runtimes/testing/penpal/src/lib.rs index 393adfa8137..425ab6c347f 100644 --- a/parachains/runtimes/testing/penpal/src/lib.rs +++ b/parachains/runtimes/testing/penpal/src/lib.rs @@ -398,6 +398,7 @@ impl pallet_assets::Config for Runtime { type Freezer = (); type Extra = (); type WeightInfo = pallet_assets::weights::SubstrateWeight; + type CallbackHandle = (); type AssetAccountDeposit = AssetAccountDeposit; type RemoveItemsLimit = frame_support::traits::ConstU32<1000>; #[cfg(feature = "runtime-benchmarks")] diff --git a/parachains/runtimes/testing/rococo-parachain/src/lib.rs b/parachains/runtimes/testing/rococo-parachain/src/lib.rs index 49a3fe5d738..d03da6bfffc 100644 --- a/parachains/runtimes/testing/rococo-parachain/src/lib.rs +++ b/parachains/runtimes/testing/rococo-parachain/src/lib.rs @@ -500,6 +500,7 @@ impl pallet_assets::Config for Runtime { type Freezer = (); type Extra = (); type WeightInfo = pallet_assets::weights::SubstrateWeight; + type CallbackHandle = (); type AssetAccountDeposit = AssetAccountDeposit; type RemoveItemsLimit = frame_support::traits::ConstU32<1000>; #[cfg(feature = "runtime-benchmarks")] From 64357c65586168ca659649408b931ef5cc6498a5 Mon Sep 17 00:00:00 2001 From: Dinonard Date: Wed, 21 Dec 2022 14:16:57 +0100 Subject: [PATCH 2/2] Update lock file --- Cargo.lock | 374 ++++++++++++++++++++++++++--------------------------- 1 file changed, 187 insertions(+), 187 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0638d370c90..7fdf90f4053 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -436,7 +436,7 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -470,7 +470,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "beefy-gadget", "futures", @@ -489,7 +489,7 @@ dependencies = [ [[package]] name = "beefy-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "sp-api", "sp-beefy", @@ -2930,7 +2930,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "parity-scale-codec", ] @@ -2953,7 +2953,7 @@ checksum = "85dcb89d2b10c5f6133de2efd8c11959ce9dbb46a2f7a4cab208c4eeda6ce1ab" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-support", "frame-system", @@ -2976,7 +2976,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "Inflector", "array-bytes 4.2.0", @@ -3023,7 +3023,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -3034,7 +3034,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -3051,7 +3051,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-support", "frame-system", @@ -3080,7 +3080,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "futures", "log", @@ -3096,7 +3096,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "bitflags", "frame-metadata", @@ -3128,7 +3128,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "Inflector", "cfg-expr", @@ -3142,7 +3142,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -3154,7 +3154,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "proc-macro2", "quote", @@ -3164,7 +3164,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-support", "log", @@ -3182,7 +3182,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-benchmarking", "frame-support", @@ -3197,7 +3197,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "parity-scale-codec", "sp-api", @@ -3206,7 +3206,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-support", "parity-scale-codec", @@ -4929,7 +4929,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "futures", "log", @@ -4948,7 +4948,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "anyhow", "jsonrpsee", @@ -5399,7 +5399,7 @@ checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64" [[package]] name = "pallet-alliance" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "array-bytes 4.2.0", "frame-benchmarking", @@ -5420,7 +5420,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5438,7 +5438,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5453,7 +5453,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-support", "frame-system", @@ -5469,7 +5469,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-support", "frame-system", @@ -5485,7 +5485,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-support", "frame-system", @@ -5500,7 +5500,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5524,7 +5524,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5544,7 +5544,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5559,7 +5559,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-support", "frame-system", @@ -5575,7 +5575,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "array-bytes 4.2.0", "beefy-merkle-tree", @@ -5598,7 +5598,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5616,7 +5616,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5660,7 +5660,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5677,7 +5677,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "bitflags", "frame-benchmarking", @@ -5706,7 +5706,7 @@ dependencies = [ [[package]] name = "pallet-contracts-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "bitflags", "parity-scale-codec", @@ -5718,7 +5718,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "proc-macro2", "quote", @@ -5728,7 +5728,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5745,7 +5745,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5763,7 +5763,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5786,7 +5786,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5799,7 +5799,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5817,7 +5817,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5835,7 +5835,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5858,7 +5858,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5874,7 +5874,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5894,7 +5894,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5911,7 +5911,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5928,7 +5928,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5945,7 +5945,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5961,7 +5961,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5977,7 +5977,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-support", "frame-system", @@ -5994,7 +5994,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6014,7 +6014,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "parity-scale-codec", "sp-api", @@ -6024,7 +6024,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-support", "frame-system", @@ -6041,7 +6041,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6064,7 +6064,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6081,7 +6081,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6096,7 +6096,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-support", "frame-system", @@ -6110,7 +6110,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6128,7 +6128,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6143,7 +6143,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "assert_matches", "frame-benchmarking", @@ -6162,7 +6162,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6179,7 +6179,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-support", "frame-system", @@ -6200,7 +6200,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6216,7 +6216,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-support", "frame-system", @@ -6230,7 +6230,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6253,7 +6253,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -6264,7 +6264,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "log", "sp-arithmetic", @@ -6273,7 +6273,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6290,7 +6290,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-support", "frame-system", @@ -6319,7 +6319,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6337,7 +6337,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6356,7 +6356,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-support", "frame-system", @@ -6372,7 +6372,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -6388,7 +6388,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6400,7 +6400,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6417,7 +6417,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6432,7 +6432,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6448,7 +6448,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6463,7 +6463,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-benchmarking", "frame-support", @@ -9263,7 +9263,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "log", "sp-core", @@ -9274,7 +9274,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "async-trait", "futures", @@ -9301,7 +9301,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "futures", "futures-timer", @@ -9324,7 +9324,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -9340,7 +9340,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -9355,7 +9355,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9366,7 +9366,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "array-bytes 4.2.0", "chrono", @@ -9406,7 +9406,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "fnv", "futures", @@ -9432,7 +9432,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "hash-db", "kvdb", @@ -9457,7 +9457,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "async-trait", "futures", @@ -9482,7 +9482,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "async-trait", "futures", @@ -9511,7 +9511,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "async-trait", "fork-tree", @@ -9549,7 +9549,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "futures", "jsonrpsee", @@ -9571,7 +9571,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "fork-tree", "parity-scale-codec", @@ -9584,7 +9584,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "async-trait", "futures", @@ -9607,7 +9607,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "lru", "parity-scale-codec", @@ -9631,7 +9631,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -9644,7 +9644,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "log", "sc-allocator", @@ -9657,7 +9657,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "cfg-if", "libc", @@ -9674,7 +9674,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "ahash", "array-bytes 4.2.0", @@ -9714,7 +9714,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "finality-grandpa", "futures", @@ -9734,7 +9734,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "ansi_term", "futures", @@ -9749,7 +9749,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -9764,7 +9764,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -9805,7 +9805,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "cid", "futures", @@ -9824,7 +9824,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "async-trait", "bitflags", @@ -9850,7 +9850,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "ahash", "futures", @@ -9868,7 +9868,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "array-bytes 4.2.0", "futures", @@ -9889,7 +9889,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -9921,7 +9921,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "array-bytes 4.2.0", "futures", @@ -9939,7 +9939,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "array-bytes 4.2.0", "bytes", @@ -9969,7 +9969,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "futures", "libp2p", @@ -9982,7 +9982,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -9991,7 +9991,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "futures", "jsonrpsee", @@ -10020,7 +10020,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10039,7 +10039,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "http", "jsonrpsee", @@ -10054,7 +10054,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "array-bytes 4.2.0", "futures", @@ -10080,7 +10080,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "async-trait", "directories", @@ -10145,7 +10145,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "log", "parity-scale-codec", @@ -10156,7 +10156,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10175,7 +10175,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "futures", "libc", @@ -10194,7 +10194,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "chrono", "futures", @@ -10212,7 +10212,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "ansi_term", "atty", @@ -10243,7 +10243,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10254,7 +10254,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "async-trait", "futures", @@ -10280,7 +10280,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "async-trait", "futures", @@ -10294,7 +10294,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "futures", "futures-timer", @@ -10787,7 +10787,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "hash-db", "log", @@ -10805,7 +10805,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "blake2", "proc-macro-crate", @@ -10817,7 +10817,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "parity-scale-codec", "scale-info", @@ -10830,7 +10830,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "integer-sqrt", "num-traits", @@ -10844,7 +10844,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "parity-scale-codec", "scale-info", @@ -10857,7 +10857,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "async-trait", "parity-scale-codec", @@ -10869,7 +10869,7 @@ dependencies = [ [[package]] name = "sp-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "parity-scale-codec", "scale-info", @@ -10886,7 +10886,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "parity-scale-codec", "sp-api", @@ -10898,7 +10898,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "futures", "log", @@ -10916,7 +10916,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "async-trait", "futures", @@ -10934,7 +10934,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "async-trait", "parity-scale-codec", @@ -10952,7 +10952,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "async-trait", "merlin", @@ -10975,7 +10975,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "parity-scale-codec", "scale-info", @@ -10987,7 +10987,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "parity-scale-codec", "scale-info", @@ -11000,7 +11000,7 @@ dependencies = [ [[package]] name = "sp-core" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "array-bytes 4.2.0", "base58", @@ -11042,7 +11042,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "blake2", "byteorder", @@ -11056,7 +11056,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "proc-macro2", "quote", @@ -11067,7 +11067,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -11076,7 +11076,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "proc-macro2", "quote", @@ -11086,7 +11086,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "environmental", "parity-scale-codec", @@ -11097,7 +11097,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "finality-grandpa", "log", @@ -11115,7 +11115,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -11129,7 +11129,7 @@ dependencies = [ [[package]] name = "sp-io" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "bytes", "ed25519", @@ -11154,7 +11154,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "lazy_static", "sp-core", @@ -11165,7 +11165,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "async-trait", "futures", @@ -11182,7 +11182,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "thiserror", "zstd", @@ -11191,7 +11191,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -11209,7 +11209,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "parity-scale-codec", "scale-info", @@ -11223,7 +11223,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "sp-api", "sp-core", @@ -11233,7 +11233,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "backtrace", "lazy_static", @@ -11243,7 +11243,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "rustc-hash", "serde", @@ -11253,7 +11253,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "either", "hash256-std-hasher", @@ -11275,7 +11275,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -11293,7 +11293,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "Inflector", "proc-macro-crate", @@ -11305,7 +11305,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "serde", "serde_json", @@ -11314,7 +11314,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "parity-scale-codec", "scale-info", @@ -11328,7 +11328,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "parity-scale-codec", "scale-info", @@ -11340,7 +11340,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "hash-db", "log", @@ -11360,12 +11360,12 @@ dependencies = [ [[package]] name = "sp-std" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" [[package]] name = "sp-storage" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11378,7 +11378,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "async-trait", "futures-timer", @@ -11393,7 +11393,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "parity-scale-codec", "sp-std", @@ -11405,7 +11405,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "sp-api", "sp-runtime", @@ -11414,7 +11414,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "async-trait", "log", @@ -11430,7 +11430,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "ahash", "hash-db", @@ -11453,7 +11453,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11470,7 +11470,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -11481,7 +11481,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "impl-trait-for-tuples", "log", @@ -11494,7 +11494,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "parity-scale-codec", "scale-info", @@ -11796,7 +11796,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "platforms", ] @@ -11804,7 +11804,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -11823,7 +11823,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "hyper", "log", @@ -11835,7 +11835,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "async-trait", "jsonrpsee", @@ -11848,7 +11848,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "jsonrpsee", "log", @@ -11867,7 +11867,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -11893,7 +11893,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "futures", "substrate-test-utils-derive", @@ -11903,7 +11903,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11914,7 +11914,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "ansi_term", "build-helper", @@ -12492,7 +12492,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ce025f3a989d165225c0f2f7ab497cf53319dd6d" +source = "git+https://github.com/paritytech/substrate?branch=master#8e76398fa1f070a1361a77b04269c2c59c08d76a" dependencies = [ "clap 4.0.29", "frame-remote-externalities",