From 3e37d6a1417a10f897f6507dbfd1f193e200dd12 Mon Sep 17 00:00:00 2001 From: acatangiu Date: Fri, 17 Feb 2023 18:34:38 +0200 Subject: [PATCH 1/2] rococo-runtime: configure pallet_beefy::MaxSetIdSessionEntries --- runtime/rococo/src/lib.rs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/runtime/rococo/src/lib.rs b/runtime/rococo/src/lib.rs index bb6897ffb7c1..6176d6846500 100644 --- a/runtime/rococo/src/lib.rs +++ b/runtime/rococo/src/lib.rs @@ -1247,6 +1247,10 @@ impl pallet_nis::Config for Runtime { type ReserveId = NisReserveId; } +parameter_types! { + pub const BeefySetIdSessionEntries: u32 = BondingDuration::get() * SessionsPerEra::get(); +} + impl pallet_beefy::Config for Runtime { type BeefyId = BeefyId; type KeyOwnerProofSystem = Historical; @@ -1263,6 +1267,7 @@ impl pallet_beefy::Config for Runtime { ReportLongevity, >; type MaxAuthorities = MaxAuthorities; + type MaxSetIdSessionEntries = BeefySetIdSessionEntries; type OnNewValidatorSet = MmrLeaf; type WeightInfo = (); } From 60c7197f4b69d24645d2ff8e4193737e1e82d657 Mon Sep 17 00:00:00 2001 From: parity-processbot <> Date: Tue, 21 Feb 2023 10:50:53 +0000 Subject: [PATCH 2/2] update lockfile for {"substrate"} --- Cargo.lock | 364 ++++++++++++++++++++++++++--------------------------- 1 file changed, 182 insertions(+), 182 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1f5f0c8947eb..9aa884529dd3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -455,7 +455,7 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "array-bytes", "async-trait", @@ -489,7 +489,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "beefy-gadget", "futures", @@ -508,7 +508,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "hash-db", "log", @@ -2301,7 +2301,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "parity-scale-codec", ] @@ -2324,7 +2324,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-support", "frame-support-procedural", @@ -2349,7 +2349,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "Inflector", "array-bytes", @@ -2396,7 +2396,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2407,7 +2407,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -2424,7 +2424,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-support", "frame-system", @@ -2453,7 +2453,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "futures", "log", @@ -2469,7 +2469,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "bitflags", "frame-metadata", @@ -2501,7 +2501,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "Inflector", "cfg-expr", @@ -2516,7 +2516,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -2528,7 +2528,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "proc-macro2", "quote", @@ -2538,7 +2538,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-benchmarking", "frame-support", @@ -2562,7 +2562,7 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-support", "frame-system", @@ -2573,7 +2573,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-support", "log", @@ -2591,7 +2591,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-benchmarking", "frame-support", @@ -2606,7 +2606,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "parity-scale-codec", "sp-api", @@ -2615,7 +2615,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-support", "parity-scale-codec", @@ -2786,7 +2786,7 @@ dependencies = [ [[package]] name = "generate-bags" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "chrono", "frame-election-provider-support", @@ -4552,7 +4552,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "futures", "log", @@ -4571,7 +4571,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "anyhow", "jsonrpsee", @@ -5133,7 +5133,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-benchmarking", "frame-support", @@ -5148,7 +5148,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-support", "frame-system", @@ -5164,7 +5164,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-support", "frame-system", @@ -5178,7 +5178,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-benchmarking", "frame-support", @@ -5202,7 +5202,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5222,7 +5222,7 @@ dependencies = [ [[package]] name = "pallet-bags-list-remote-tests" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-election-provider-support", "frame-remote-externalities", @@ -5241,7 +5241,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-benchmarking", "frame-support", @@ -5256,7 +5256,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-support", "frame-system", @@ -5275,7 +5275,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -5299,7 +5299,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-benchmarking", "frame-support", @@ -5317,7 +5317,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-benchmarking", "frame-support", @@ -5336,7 +5336,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-benchmarking", "frame-support", @@ -5353,7 +5353,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5370,7 +5370,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-benchmarking", "frame-support", @@ -5388,7 +5388,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5411,7 +5411,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5424,7 +5424,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-benchmarking", "frame-support", @@ -5442,7 +5442,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5460,7 +5460,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-benchmarking", "frame-support", @@ -5483,7 +5483,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5499,7 +5499,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-benchmarking", "frame-support", @@ -5519,7 +5519,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-benchmarking", "frame-support", @@ -5536,7 +5536,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-benchmarking", "frame-support", @@ -5553,7 +5553,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-benchmarking", "frame-support", @@ -5570,7 +5570,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-benchmarking", "frame-support", @@ -5586,7 +5586,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-benchmarking", "frame-support", @@ -5602,7 +5602,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-support", "frame-system", @@ -5619,7 +5619,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5639,7 +5639,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "parity-scale-codec", "sp-api", @@ -5649,7 +5649,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-support", "frame-system", @@ -5666,7 +5666,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5690,7 +5690,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-benchmarking", "frame-support", @@ -5707,7 +5707,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-benchmarking", "frame-support", @@ -5722,7 +5722,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-benchmarking", "frame-support", @@ -5740,7 +5740,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-benchmarking", "frame-support", @@ -5755,7 +5755,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5774,7 +5774,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-benchmarking", "frame-support", @@ -5791,7 +5791,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-support", "frame-system", @@ -5812,7 +5812,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-benchmarking", "frame-support", @@ -5828,7 +5828,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-support", "frame-system", @@ -5842,7 +5842,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5865,7 +5865,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -5876,7 +5876,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "log", "sp-arithmetic", @@ -5885,7 +5885,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-benchmarking", "frame-support", @@ -5902,7 +5902,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-support", "frame-system", @@ -5916,7 +5916,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-benchmarking", "frame-support", @@ -5934,7 +5934,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-benchmarking", "frame-support", @@ -5953,7 +5953,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-support", "frame-system", @@ -5969,7 +5969,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -5985,7 +5985,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -5997,7 +5997,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-benchmarking", "frame-support", @@ -6014,7 +6014,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-benchmarking", "frame-support", @@ -6029,7 +6029,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-benchmarking", "frame-support", @@ -6045,7 +6045,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-benchmarking", "frame-support", @@ -6060,7 +6060,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-benchmarking", "frame-support", @@ -8963,7 +8963,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "log", "sp-core", @@ -8974,7 +8974,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "async-trait", "futures", @@ -9001,7 +9001,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "futures", "futures-timer", @@ -9024,7 +9024,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -9040,7 +9040,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -9055,7 +9055,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9066,7 +9066,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "array-bytes", "chrono", @@ -9106,7 +9106,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "fnv", "futures", @@ -9132,7 +9132,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "hash-db", "kvdb", @@ -9158,7 +9158,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "async-trait", "futures", @@ -9183,7 +9183,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "async-trait", "fork-tree", @@ -9222,7 +9222,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "futures", "jsonrpsee", @@ -9244,7 +9244,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "fork-tree", "parity-scale-codec", @@ -9257,7 +9257,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "async-trait", "futures", @@ -9280,7 +9280,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "lru 0.8.1", "parity-scale-codec", @@ -9304,7 +9304,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -9317,7 +9317,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "log", "sc-allocator", @@ -9330,7 +9330,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "anyhow", "cfg-if", @@ -9348,7 +9348,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "ahash 0.8.2", "array-bytes", @@ -9388,7 +9388,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "finality-grandpa", "futures", @@ -9408,7 +9408,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "ansi_term", "futures", @@ -9423,7 +9423,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "array-bytes", "async-trait", @@ -9438,7 +9438,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "array-bytes", "async-trait", @@ -9481,7 +9481,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "cid", "futures", @@ -9500,7 +9500,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "async-trait", "bitflags", @@ -9526,7 +9526,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "ahash 0.8.2", "futures", @@ -9544,7 +9544,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "array-bytes", "futures", @@ -9565,7 +9565,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "array-bytes", "async-trait", @@ -9597,7 +9597,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "array-bytes", "futures", @@ -9616,7 +9616,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "array-bytes", "bytes", @@ -9646,7 +9646,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "futures", "libp2p", @@ -9659,7 +9659,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -9668,7 +9668,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "futures", "jsonrpsee", @@ -9698,7 +9698,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -9717,7 +9717,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "http", "jsonrpsee", @@ -9732,7 +9732,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "array-bytes", "futures", @@ -9758,7 +9758,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "async-trait", "directories", @@ -9824,7 +9824,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "log", "parity-scale-codec", @@ -9835,7 +9835,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "clap 4.0.15", "futures", @@ -9851,7 +9851,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -9870,7 +9870,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "futures", "libc", @@ -9889,7 +9889,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "chrono", "futures", @@ -9908,7 +9908,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "ansi_term", "atty", @@ -9939,7 +9939,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9950,7 +9950,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "async-trait", "futures", @@ -9977,7 +9977,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "async-trait", "futures", @@ -9991,7 +9991,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "backtrace", "futures", @@ -10499,7 +10499,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "hash-db", "log", @@ -10517,7 +10517,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "blake2", "proc-macro-crate", @@ -10529,7 +10529,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "parity-scale-codec", "scale-info", @@ -10542,7 +10542,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "integer-sqrt", "num-traits", @@ -10556,7 +10556,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "parity-scale-codec", "scale-info", @@ -10569,7 +10569,7 @@ dependencies = [ [[package]] name = "sp-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "lazy_static", "parity-scale-codec", @@ -10588,7 +10588,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "parity-scale-codec", "sp-api", @@ -10600,7 +10600,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "futures", "log", @@ -10618,7 +10618,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "async-trait", "futures", @@ -10636,7 +10636,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "async-trait", "parity-scale-codec", @@ -10654,7 +10654,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "async-trait", "merlin", @@ -10677,7 +10677,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "parity-scale-codec", "scale-info", @@ -10689,7 +10689,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "parity-scale-codec", "scale-info", @@ -10702,7 +10702,7 @@ dependencies = [ [[package]] name = "sp-core" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "array-bytes", "base58", @@ -10745,7 +10745,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "blake2", "byteorder", @@ -10759,7 +10759,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "proc-macro2", "quote", @@ -10770,7 +10770,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -10779,7 +10779,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "proc-macro2", "quote", @@ -10789,7 +10789,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "environmental", "parity-scale-codec", @@ -10800,7 +10800,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "finality-grandpa", "log", @@ -10818,7 +10818,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -10833,7 +10833,7 @@ dependencies = [ [[package]] name = "sp-io" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "bytes", "ed25519", @@ -10858,7 +10858,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "lazy_static", "sp-core", @@ -10869,7 +10869,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "async-trait", "futures", @@ -10886,7 +10886,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "thiserror", "zstd", @@ -10895,7 +10895,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -10913,7 +10913,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "parity-scale-codec", "scale-info", @@ -10927,7 +10927,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "sp-api", "sp-core", @@ -10937,7 +10937,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "backtrace", "lazy_static", @@ -10947,7 +10947,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "rustc-hash", "serde", @@ -10957,7 +10957,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "either", "hash256-std-hasher", @@ -10979,7 +10979,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -10997,7 +10997,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "Inflector", "proc-macro-crate", @@ -11009,7 +11009,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "parity-scale-codec", "scale-info", @@ -11023,7 +11023,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "parity-scale-codec", "scale-info", @@ -11035,7 +11035,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "hash-db", "log", @@ -11055,12 +11055,12 @@ dependencies = [ [[package]] name = "sp-std" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" [[package]] name = "sp-storage" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11073,7 +11073,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "async-trait", "futures-timer", @@ -11088,7 +11088,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "parity-scale-codec", "sp-std", @@ -11100,7 +11100,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "sp-api", "sp-runtime", @@ -11109,7 +11109,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "async-trait", "log", @@ -11125,7 +11125,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "ahash 0.8.2", "hash-db", @@ -11148,7 +11148,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11165,7 +11165,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -11176,7 +11176,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -11190,7 +11190,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "parity-scale-codec", "scale-info", @@ -11410,7 +11410,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "platforms", ] @@ -11418,7 +11418,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -11437,7 +11437,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "hyper", "log", @@ -11449,7 +11449,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "async-trait", "jsonrpsee", @@ -11462,7 +11462,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "jsonrpsee", "log", @@ -11481,7 +11481,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "array-bytes", "async-trait", @@ -11507,7 +11507,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "futures", "substrate-test-utils-derive", @@ -11517,7 +11517,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11528,7 +11528,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "ansi_term", "build-helper", @@ -12329,7 +12329,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5b6519a7ff4a2d3cc424d78bc4830688f3b184c0" +source = "git+https://github.com/paritytech/substrate?branch=master#49fa611204650467ebce59c912999e1b28953978" dependencies = [ "async-trait", "clap 4.0.15",