From 5f4f3beb446674df5bcd312b6c3900600202eee7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= <bkchr@users.noreply.github.com> Date: Fri, 10 Dec 2021 16:38:01 +0100 Subject: [PATCH] Update again (#852) --- cumulus/Cargo.lock | 474 ++++++++++++++-------------- cumulus/client/network/src/tests.rs | 53 +++- 2 files changed, 279 insertions(+), 248 deletions(-) diff --git a/cumulus/Cargo.lock b/cumulus/Cargo.lock index 4cbf62c3e74..bc495ada1e3 100644 --- a/cumulus/Cargo.lock +++ b/cumulus/Cargo.lock @@ -442,7 +442,7 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "beefy-primitives", "fnv", @@ -470,7 +470,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -490,12 +490,12 @@ dependencies = [ [[package]] name = "beefy-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" [[package]] name = "beefy-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "parity-scale-codec", "scale-info", @@ -679,7 +679,7 @@ dependencies = [ [[package]] name = "bp-header-chain" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "finality-grandpa", "frame-support", @@ -695,7 +695,7 @@ dependencies = [ [[package]] name = "bp-message-dispatch" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "bp-runtime", "frame-support", @@ -707,7 +707,7 @@ dependencies = [ [[package]] name = "bp-messages" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "bitvec", "bp-runtime", @@ -723,7 +723,7 @@ dependencies = [ [[package]] name = "bp-polkadot-core" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "bp-messages", "bp-runtime", @@ -741,7 +741,7 @@ dependencies = [ [[package]] name = "bp-rococo" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "bp-messages", "bp-polkadot-core", @@ -758,7 +758,7 @@ dependencies = [ [[package]] name = "bp-runtime" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "frame-support", "hash-db", @@ -776,7 +776,7 @@ dependencies = [ [[package]] name = "bp-test-utils" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "bp-header-chain", "ed25519-dalek", @@ -791,7 +791,7 @@ dependencies = [ [[package]] name = "bp-wococo" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "bp-messages", "bp-polkadot-core", @@ -806,7 +806,7 @@ dependencies = [ [[package]] name = "bridge-runtime-common" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "bp-message-dispatch", "bp-messages", @@ -2429,7 +2429,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "parity-scale-codec", ] @@ -2447,7 +2447,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "frame-support", "frame-system", @@ -2468,7 +2468,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "Inflector", "chrono", @@ -2494,7 +2494,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "frame-support", "frame-system", @@ -2508,7 +2508,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "frame-support", "frame-system", @@ -2536,7 +2536,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "bitflags", "frame-metadata", @@ -2565,7 +2565,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -2577,7 +2577,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.1.0", @@ -2589,7 +2589,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "proc-macro2", "quote", @@ -2599,7 +2599,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "frame-support", "log", @@ -2616,7 +2616,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "frame-benchmarking", "frame-support", @@ -2631,7 +2631,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "parity-scale-codec", "sp-api", @@ -2640,7 +2640,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "frame-support", "sp-api", @@ -3633,7 +3633,7 @@ dependencies = [ [[package]] name = "kusama-runtime" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "beefy-primitives", "bitvec", @@ -4576,7 +4576,7 @@ dependencies = [ [[package]] name = "metered-channel" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "derive_more", "futures 0.3.18", @@ -4841,7 +4841,7 @@ dependencies = [ [[package]] name = "node-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "frame-system", "parity-scale-codec", @@ -5041,7 +5041,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "frame-support", "frame-system", @@ -5058,7 +5058,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "frame-benchmarking", "frame-support", @@ -5072,7 +5072,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "frame-support", "frame-system", @@ -5088,7 +5088,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "frame-support", "frame-system", @@ -5104,7 +5104,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "frame-support", "frame-system", @@ -5119,7 +5119,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "frame-benchmarking", "frame-support", @@ -5143,7 +5143,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5163,7 +5163,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "frame-benchmarking", "frame-support", @@ -5178,7 +5178,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "beefy-primitives", "frame-support", @@ -5194,7 +5194,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "beefy-merkle-tree", "beefy-primitives", @@ -5219,7 +5219,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "frame-benchmarking", "frame-support", @@ -5237,7 +5237,7 @@ dependencies = [ [[package]] name = "pallet-bridge-dispatch" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "bp-message-dispatch", "bp-runtime", @@ -5254,7 +5254,7 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "bp-header-chain", "bp-runtime", @@ -5276,7 +5276,7 @@ dependencies = [ [[package]] name = "pallet-bridge-messages" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "bitvec", "bp-message-dispatch", @@ -5323,7 +5323,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "frame-benchmarking", "frame-support", @@ -5340,7 +5340,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "frame-benchmarking", "frame-support", @@ -5356,7 +5356,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5380,7 +5380,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "frame-benchmarking", "frame-support", @@ -5398,7 +5398,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "frame-benchmarking", "frame-support", @@ -5413,7 +5413,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "frame-benchmarking", "frame-support", @@ -5436,7 +5436,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5452,7 +5452,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "frame-benchmarking", "frame-support", @@ -5472,7 +5472,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "frame-benchmarking", "frame-support", @@ -5489,7 +5489,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "frame-benchmarking", "frame-support", @@ -5506,7 +5506,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -5524,7 +5524,7 @@ dependencies = [ [[package]] name = "pallet-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "frame-support", "frame-system", @@ -5540,7 +5540,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5557,7 +5557,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "frame-benchmarking", "frame-support", @@ -5572,7 +5572,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "frame-support", "frame-system", @@ -5586,7 +5586,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "frame-support", "frame-system", @@ -5603,7 +5603,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5626,7 +5626,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "frame-benchmarking", "frame-support", @@ -5641,7 +5641,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "frame-support", "frame-system", @@ -5655,7 +5655,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "frame-benchmarking", "frame-support", @@ -5671,7 +5671,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "frame-support", "frame-system", @@ -5692,7 +5692,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "frame-benchmarking", "frame-support", @@ -5708,7 +5708,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "frame-support", "frame-system", @@ -5722,7 +5722,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5745,7 +5745,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -5756,7 +5756,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "log", "sp-arithmetic", @@ -5765,7 +5765,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "frame-support", "frame-system", @@ -5794,7 +5794,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "frame-benchmarking", "frame-support", @@ -5812,7 +5812,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "frame-benchmarking", "frame-support", @@ -5831,7 +5831,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "frame-support", "frame-system", @@ -5848,7 +5848,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5865,7 +5865,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -5876,7 +5876,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "frame-benchmarking", "frame-support", @@ -5893,7 +5893,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "frame-benchmarking", "frame-support", @@ -5907,7 +5907,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "frame-benchmarking", "frame-support", @@ -5923,7 +5923,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "frame-benchmarking", "frame-support", @@ -5938,7 +5938,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "frame-support", "frame-system", @@ -5956,7 +5956,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "0.9.8" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "frame-benchmarking", "frame-support", @@ -6505,7 +6505,7 @@ dependencies = [ [[package]] name = "polkadot-approval-distribution" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "futures 0.3.18", "polkadot-node-network-protocol", @@ -6519,7 +6519,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "futures 0.3.18", "polkadot-node-network-protocol", @@ -6532,7 +6532,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "derive_more", "futures 0.3.18", @@ -6554,7 +6554,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "futures 0.3.18", "lru 0.7.0", @@ -6574,7 +6574,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "frame-benchmarking-cli", "futures 0.3.18", @@ -6596,7 +6596,7 @@ dependencies = [ [[package]] name = "polkadot-client" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "beefy-primitives", "frame-benchmarking", @@ -6696,7 +6696,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "always-assert", "derive_more", @@ -6717,7 +6717,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "parity-scale-codec", "parity-util-mem", @@ -6730,7 +6730,7 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "derive_more", "futures 0.3.18", @@ -6752,7 +6752,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -6766,7 +6766,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "futures 0.3.18", "futures-timer 3.0.2", @@ -6786,7 +6786,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "async-trait", "futures 0.3.18", @@ -6805,7 +6805,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "futures 0.3.18", "parity-scale-codec", @@ -6823,7 +6823,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "bitvec", "derive_more", @@ -6851,7 +6851,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "bitvec", "futures 0.3.18", @@ -6871,7 +6871,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "bitvec", "futures 0.3.18", @@ -6889,7 +6889,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "futures 0.3.18", "polkadot-node-subsystem", @@ -6904,7 +6904,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "async-trait", "futures 0.3.18", @@ -6922,7 +6922,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "futures 0.3.18", "polkadot-node-subsystem", @@ -6937,7 +6937,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "futures 0.3.18", "futures-timer 3.0.2", @@ -6954,10 +6954,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ - "bitvec", - "derive_more", "futures 0.3.18", "kvdb", "parity-scale-codec", @@ -6973,7 +6971,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "async-trait", "futures 0.3.18", @@ -6990,7 +6988,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "bitvec", "futures 0.3.18", @@ -7005,7 +7003,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "always-assert", "assert_matches", @@ -7036,7 +7034,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "futures 0.3.18", "memory-lru", @@ -7054,7 +7052,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "async-std", "lazy_static", @@ -7072,7 +7070,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "futures 0.3.18", "futures-timer 3.0.2", @@ -7083,7 +7081,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "async-trait", "derive_more", @@ -7101,7 +7099,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "bounded-vec", "futures 0.3.18", @@ -7123,7 +7121,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -7133,7 +7131,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "async-trait", "futures 0.3.18", @@ -7151,7 +7149,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "derive_more", "futures 0.3.18", @@ -7170,7 +7168,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "async-trait", "derive_more", @@ -7198,7 +7196,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "futures 0.3.18", "futures-timer 3.0.2", @@ -7219,7 +7217,7 @@ dependencies = [ [[package]] name = "polkadot-overseer-gen" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "async-trait", "futures 0.3.18", @@ -7236,7 +7234,7 @@ dependencies = [ [[package]] name = "polkadot-overseer-gen-proc-macro" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -7247,7 +7245,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "derive_more", "frame-support", @@ -7264,7 +7262,7 @@ dependencies = [ [[package]] name = "polkadot-performance-test" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "env_logger 0.9.0", "kusama-runtime", @@ -7279,7 +7277,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "bitvec", "frame-system", @@ -7309,7 +7307,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", @@ -7340,7 +7338,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "beefy-primitives", "bitvec", @@ -7422,7 +7420,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "beefy-primitives", "bitvec", @@ -7469,7 +7467,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "bitflags", "bitvec", @@ -7509,7 +7507,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "async-trait", "beefy-gadget", @@ -7607,7 +7605,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "arrayvec 0.5.2", "derive_more", @@ -7628,7 +7626,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -7638,7 +7636,7 @@ dependencies = [ [[package]] name = "polkadot-test-client" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "parity-scale-codec", "polkadot-node-subsystem", @@ -7663,7 +7661,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "beefy-primitives", "bitvec", @@ -7724,7 +7722,7 @@ dependencies = [ [[package]] name = "polkadot-test-service" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "frame-benchmarking", "frame-system", @@ -8281,7 +8279,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "env_logger 0.9.0", "jsonrpsee", @@ -8408,7 +8406,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "beefy-primitives", "bp-messages", @@ -8611,7 +8609,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "log", "sp-core", @@ -8622,7 +8620,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "async-trait", "derive_more", @@ -8649,7 +8647,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "futures 0.3.18", "futures-timer 3.0.2", @@ -8672,7 +8670,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -8688,7 +8686,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "impl-trait-for-tuples", "memmap2 0.5.0", @@ -8705,7 +8703,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -8716,7 +8714,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "chrono", "fdlimit", @@ -8754,7 +8752,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "fnv", "futures 0.3.18", @@ -8782,7 +8780,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "hash-db", "kvdb", @@ -8807,7 +8805,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "async-trait", "futures 0.3.18", @@ -8831,7 +8829,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "async-trait", "derive_more", @@ -8860,7 +8858,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "async-trait", "derive_more", @@ -8903,7 +8901,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "derive_more", "futures 0.3.18", @@ -8927,7 +8925,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "fork-tree", "parity-scale-codec", @@ -8940,7 +8938,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "async-trait", "futures 0.3.18", @@ -8966,7 +8964,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "sc-client-api", "sp-authorship", @@ -8977,7 +8975,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "lazy_static", "libsecp256k1", @@ -9005,7 +9003,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "derive_more", "environmental", @@ -9023,7 +9021,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "log", "parity-scale-codec", @@ -9039,7 +9037,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "cfg-if 1.0.0", "libc", @@ -9057,7 +9055,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "async-trait", "derive_more", @@ -9094,7 +9092,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "derive_more", "finality-grandpa", @@ -9118,7 +9116,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "ansi_term", "futures 0.3.18", @@ -9135,7 +9133,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "async-trait", "derive_more", @@ -9150,7 +9148,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "async-std", "async-trait", @@ -9201,7 +9199,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "futures 0.3.18", "futures-timer 3.0.2", @@ -9217,7 +9215,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "bytes 1.1.0", "fnv", @@ -9245,7 +9243,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "futures 0.3.18", "libp2p", @@ -9258,7 +9256,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -9267,7 +9265,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "futures 0.3.18", "hash-db", @@ -9298,7 +9296,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "futures 0.3.18", "jsonrpc-core", @@ -9323,7 +9321,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "futures 0.3.18", "jsonrpc-core", @@ -9340,7 +9338,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "async-trait", "directories", @@ -9404,7 +9402,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "log", "parity-scale-codec", @@ -9418,7 +9416,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -9440,7 +9438,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "chrono", "futures 0.3.18", @@ -9458,7 +9456,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "ansi_term", "atty", @@ -9489,7 +9487,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -9500,7 +9498,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "futures 0.3.18", "intervalier", @@ -9527,7 +9525,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "derive_more", "futures 0.3.18", @@ -9541,7 +9539,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "futures 0.3.18", "futures-timer 3.0.2", @@ -9928,7 +9926,7 @@ checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5" [[package]] name = "slot-range-helper" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "enumn", "parity-scale-codec", @@ -10016,7 +10014,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "hash-db", "log", @@ -10033,7 +10031,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "blake2-rfc", "proc-macro-crate 1.1.0", @@ -10045,7 +10043,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "parity-scale-codec", "scale-info", @@ -10058,7 +10056,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "integer-sqrt", "num-traits", @@ -10073,7 +10071,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "parity-scale-codec", "scale-info", @@ -10086,7 +10084,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "async-trait", "parity-scale-codec", @@ -10098,7 +10096,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "parity-scale-codec", "sp-api", @@ -10110,7 +10108,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "futures 0.3.18", "log", @@ -10128,7 +10126,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "async-trait", "futures 0.3.18", @@ -10147,7 +10145,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "async-trait", "parity-scale-codec", @@ -10165,7 +10163,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "async-trait", "merlin", @@ -10188,7 +10186,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "parity-scale-codec", "scale-info", @@ -10200,7 +10198,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -10212,7 +10210,7 @@ dependencies = [ [[package]] name = "sp-core" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "base58", "bitflags", @@ -10260,7 +10258,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "blake2-rfc", "byteorder", @@ -10273,7 +10271,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "proc-macro2", "quote", @@ -10284,7 +10282,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "kvdb", "parking_lot 0.11.2", @@ -10293,7 +10291,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "proc-macro2", "quote", @@ -10303,7 +10301,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.10.0" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "environmental", "parity-scale-codec", @@ -10314,7 +10312,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "finality-grandpa", "log", @@ -10332,7 +10330,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -10346,7 +10344,7 @@ dependencies = [ [[package]] name = "sp-io" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "futures 0.3.18", "hash-db", @@ -10370,7 +10368,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "lazy_static", "sp-core", @@ -10381,7 +10379,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "async-trait", "derive_more", @@ -10398,7 +10396,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "zstd", ] @@ -10406,7 +10404,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "parity-scale-codec", "scale-info", @@ -10421,7 +10419,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -10432,7 +10430,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "sp-api", "sp-core", @@ -10442,7 +10440,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "backtrace", "lazy_static", @@ -10452,7 +10450,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "rustc-hash", "serde", @@ -10462,7 +10460,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "either", "hash256-std-hasher", @@ -10484,7 +10482,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10501,7 +10499,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "Inflector", "proc-macro-crate 1.1.0", @@ -10513,7 +10511,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "serde", "serde_json", @@ -10522,7 +10520,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "parity-scale-codec", "scale-info", @@ -10536,7 +10534,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "parity-scale-codec", "scale-info", @@ -10547,7 +10545,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "hash-db", "log", @@ -10570,12 +10568,12 @@ dependencies = [ [[package]] name = "sp-std" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" [[package]] name = "sp-storage" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10588,7 +10586,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "log", "sp-core", @@ -10601,7 +10599,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "async-trait", "futures-timer 3.0.2", @@ -10617,7 +10615,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "parity-scale-codec", "sp-std", @@ -10629,7 +10627,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "sp-api", "sp-runtime", @@ -10638,7 +10636,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "async-trait", "log", @@ -10654,7 +10652,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "hash-db", "memory-db", @@ -10669,7 +10667,7 @@ dependencies = [ [[package]] name = "sp-version" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10685,7 +10683,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -10696,7 +10694,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10995,7 +10993,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "platforms", ] @@ -11003,7 +11001,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.18", @@ -11025,7 +11023,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "async-std", "derive_more", @@ -11039,7 +11037,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "async-trait", "futures 0.3.18", @@ -11065,7 +11063,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "futures 0.3.18", "substrate-test-utils-derive", @@ -11075,7 +11073,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -11086,7 +11084,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "ansi_term", "build-helper", @@ -11447,7 +11445,7 @@ dependencies = [ "chrono", "lazy_static", "matchers", - "parking_lot 0.11.2", + "parking_lot 0.10.2", "regex", "serde", "serde_json", @@ -11534,7 +11532,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#28ae4ba635527df4fdaaf9a8e8897140eaa1f59d" +source = "git+https://github.com/paritytech/substrate?branch=master#be75e554aa14774804bc949b2d77f424b74e23fd" dependencies = [ "jsonrpsee", "log", @@ -12110,7 +12108,7 @@ dependencies = [ [[package]] name = "westend-runtime" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "beefy-primitives", "bitvec", @@ -12356,7 +12354,7 @@ dependencies = [ [[package]] name = "xcm" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "derivative", "impl-trait-for-tuples", @@ -12369,7 +12367,7 @@ dependencies = [ [[package]] name = "xcm-builder" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "frame-support", "frame-system", @@ -12389,7 +12387,7 @@ dependencies = [ [[package]] name = "xcm-executor" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "frame-benchmarking", "frame-support", @@ -12407,7 +12405,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#37fc426f7090e2e1e132645a955f880751ba8a69" +source = "git+https://github.com/paritytech/polkadot?branch=master#bce6d2192248f8fbdb3ad671d4599d25dd4e2be9" dependencies = [ "proc-macro2", "quote", diff --git a/cumulus/client/network/src/tests.rs b/cumulus/client/network/src/tests.rs index 7124ebca85d..1b2806ceccc 100644 --- a/cumulus/client/network/src/tests.rs +++ b/cumulus/client/network/src/tests.rs @@ -21,10 +21,10 @@ use parking_lot::Mutex; use polkadot_node_primitives::{SignedFullStatement, Statement}; use polkadot_primitives::v1::{ Block as PBlock, BlockNumber, CandidateCommitments, CandidateDescriptor, CandidateEvent, - CommittedCandidateReceipt, CoreState, GroupRotationInfo, Hash as PHash, HeadData, Id as ParaId, - InboundDownwardMessage, InboundHrmpMessage, OccupiedCoreAssumption, ParachainHost, - PersistedValidationData, ScrapedOnChainVotes, SessionIndex, SessionInfo, SigningContext, - ValidationCode, ValidationCodeHash, ValidatorId, ValidatorIndex, + CollatorPair, CommittedCandidateReceipt, CoreState, GroupRotationInfo, Hash as PHash, HeadData, + Id as ParaId, InboundDownwardMessage, InboundHrmpMessage, OccupiedCoreAssumption, + ParachainHost, PersistedValidationData, ScrapedOnChainVotes, SessionIndex, SessionInfo, + SigningContext, ValidationCode, ValidationCodeHash, ValidatorId, ValidatorIndex, }; use polkadot_test_client::{ Client as PClient, ClientBlockImportExt, DefaultTestClientBuilderExt, FullBackend as PBackend, @@ -33,7 +33,7 @@ use polkadot_test_client::{ use sp_api::{ApiRef, ProvideRuntimeApi}; use sp_blockchain::HeaderBackend; use sp_consensus::BlockOrigin; -use sp_core::H256; +use sp_core::{Pair, H256}; use sp_keyring::Sr25519Keyring; use sp_keystore::{testing::KeyStore, SyncCryptoStore, SyncCryptoStorePtr}; use sp_runtime::RuntimeAppPublic; @@ -120,9 +120,15 @@ async fn make_gossip_message_and_header( ..Default::default() }, descriptor: CandidateDescriptor { + para_id: 0u32.into(), relay_parent, + collator: CollatorPair::generate().0.public(), + persisted_validation_data_hash: PHash::random().into(), + pov_hash: PHash::random(), + erasure_root: PHash::random(), + signature: sp_core::sr25519::Signature([0u8; 64]).into(), para_head: polkadot_parachain::primitives::HeadData(header.encode()).hash(), - ..Default::default() + validation_code_hash: ValidationCodeHash::from(PHash::random()), }, }; let statement = Statement::Seconded(candidate_receipt); @@ -303,7 +309,20 @@ fn check_statement_seconded() { .expect("Signs statement"); let data = BlockAnnounceData { - receipt: Default::default(), + receipt: CandidateReceipt { + commitments_hash: PHash::random(), + descriptor: CandidateDescriptor { + para_head: HeadData(Vec::new()).hash(), + para_id: 0u32.into(), + relay_parent: PHash::random(), + collator: CollatorPair::generate().0.public(), + persisted_validation_data_hash: PHash::random().into(), + pov_hash: PHash::random(), + erasure_root: PHash::random(), + signature: sp_core::sr25519::Signature([0u8; 64]).into(), + validation_code_hash: ValidationCodeHash::from(PHash::random()), + }, + }, statement: signed_statement.convert_payload().into(), relay_parent, } @@ -450,12 +469,26 @@ sp_api::mock_impl_runtime_apis! { if self.data.lock().has_pending_availability { Some(CommittedCandidateReceipt { descriptor: CandidateDescriptor { - para_head: polkadot_parachain::primitives::HeadData( + para_head: HeadData( default_header().encode(), ).hash(), - ..Default::default() + para_id: 0u32.into(), + relay_parent: PHash::random(), + collator: CollatorPair::generate().0.public(), + persisted_validation_data_hash: PHash::random().into(), + pov_hash: PHash::random(), + erasure_root: PHash::random(), + signature: sp_core::sr25519::Signature([0u8; 64]).into(), + validation_code_hash: ValidationCodeHash::from(PHash::random()), }, - ..Default::default() + commitments: CandidateCommitments { + upward_messages: Vec::new(), + horizontal_messages: Vec::new(), + new_validation_code: None, + head_data: HeadData(Vec::new()), + processed_downward_messages: 0, + hrmp_watermark: 0 + } }) } else { None -- GitLab