From afa5e04baafc33285d3aca6602698af6b5a73653 Mon Sep 17 00:00:00 2001 From: Marcin S Date: Thu, 25 May 2023 17:07:56 -0400 Subject: [PATCH] Companion for Polkadot 7253 (#2621) * Companion for Polkadot #7253 Polkadot PR: https://github.com/paritytech/polkadot/pull/7253 * Update Cargo.lock * Update Cargo.lock * update lockfile for {"polkadot", "substrate"} --------- Co-authored-by: parity-processbot <> --- Cargo.lock | 578 ++++++++++++++++++++++++++++------------------------- 1 file changed, 311 insertions(+), 267 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 54734f0b56..6951765725 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -577,7 +577,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "hash-db", "log", @@ -2806,7 +2806,7 @@ dependencies = [ name = "cumulus-test-relay-validation-worker-provider" version = "0.1.0" dependencies = [ - "polkadot-node-core-pvf-worker", + "polkadot-node-core-pvf", "toml 0.7.4", ] @@ -3784,7 +3784,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "parity-scale-codec", ] @@ -3807,7 +3807,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-support", "frame-support-procedural", @@ -3832,7 +3832,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "Inflector", "array-bytes 4.2.0", @@ -3879,7 +3879,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -3890,7 +3890,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -3907,7 +3907,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-support", "frame-system", @@ -3936,7 +3936,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "async-recursion", "futures", @@ -3957,7 +3957,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "bitflags", "environmental", @@ -3991,7 +3991,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "Inflector", "cfg-expr", @@ -4007,7 +4007,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -4019,7 +4019,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "proc-macro2", "quote", @@ -4029,7 +4029,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "cfg-if", "frame-support", @@ -4048,7 +4048,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -4063,7 +4063,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "parity-scale-codec", "sp-api", @@ -4072,7 +4072,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-support", "parity-scale-codec", @@ -5159,7 +5159,7 @@ checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7" [[package]] name = "kusama-runtime" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "bitvec", "frame-benchmarking", @@ -5258,7 +5258,7 @@ dependencies = [ [[package]] name = "kusama-runtime-constants" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "frame-support", "polkadot-primitives", @@ -6149,7 +6149,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "futures", "log", @@ -6168,7 +6168,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "anyhow", "jsonrpsee", @@ -6672,7 +6672,7 @@ dependencies = [ [[package]] name = "pallet-alliance" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "array-bytes 4.2.0", "frame-benchmarking", @@ -6693,7 +6693,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6711,7 +6711,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6726,7 +6726,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-support", "frame-system", @@ -6742,7 +6742,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-support", "frame-system", @@ -6758,7 +6758,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-support", "frame-system", @@ -6772,7 +6772,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6796,7 +6796,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6816,7 +6816,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6831,7 +6831,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-support", "frame-system", @@ -6850,7 +6850,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "array-bytes 4.2.0", "binary-merkle-tree", @@ -6874,7 +6874,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6980,7 +6980,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7024,7 +7024,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7041,7 +7041,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "bitflags", "environmental", @@ -7071,7 +7071,7 @@ dependencies = [ [[package]] name = "pallet-contracts-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "bitflags", "parity-scale-codec", @@ -7084,7 +7084,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "proc-macro2", "quote", @@ -7094,7 +7094,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "assert_matches", "frame-benchmarking", @@ -7111,7 +7111,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7129,7 +7129,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7152,7 +7152,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7165,7 +7165,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7183,7 +7183,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7201,7 +7201,7 @@ dependencies = [ [[package]] name = "pallet-glutton" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "blake2", "frame-benchmarking", @@ -7219,7 +7219,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7242,7 +7242,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "enumflags2", "frame-benchmarking", @@ -7258,7 +7258,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7278,7 +7278,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7295,7 +7295,7 @@ dependencies = [ [[package]] name = "pallet-insecure-randomness-collective-flip" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-support", "frame-system", @@ -7309,7 +7309,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7326,7 +7326,7 @@ dependencies = [ [[package]] name = "pallet-message-queue" version = "7.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7345,7 +7345,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7362,7 +7362,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7378,7 +7378,7 @@ dependencies = [ [[package]] name = "pallet-nft-fractionalization" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7395,7 +7395,7 @@ dependencies = [ [[package]] name = "pallet-nfts" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "enumflags2", "frame-benchmarking", @@ -7413,7 +7413,7 @@ dependencies = [ [[package]] name = "pallet-nfts-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-support", "pallet-nfts", @@ -7424,7 +7424,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7440,7 +7440,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-support", "frame-system", @@ -7457,7 +7457,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7477,7 +7477,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -7488,7 +7488,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-support", "frame-system", @@ -7505,7 +7505,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7544,7 +7544,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7561,7 +7561,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7576,7 +7576,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7594,7 +7594,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7609,7 +7609,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "assert_matches", "frame-benchmarking", @@ -7628,7 +7628,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7645,7 +7645,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-support", "frame-system", @@ -7666,7 +7666,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7682,7 +7682,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-support", "frame-system", @@ -7696,7 +7696,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7719,7 +7719,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -7730,7 +7730,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "log", "sp-arithmetic", @@ -7739,7 +7739,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "parity-scale-codec", "sp-api", @@ -7748,7 +7748,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7765,7 +7765,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7780,7 +7780,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7798,7 +7798,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7817,7 +7817,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-support", "frame-system", @@ -7833,7 +7833,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -7849,7 +7849,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -7861,7 +7861,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7878,7 +7878,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7893,7 +7893,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7909,7 +7909,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7924,7 +7924,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7939,7 +7939,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "bounded-collections", "frame-benchmarking", @@ -7960,7 +7960,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "frame-benchmarking", "frame-support", @@ -8577,7 +8577,7 @@ dependencies = [ [[package]] name = "polkadot-approval-distribution" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "futures", "polkadot-node-jaeger", @@ -8593,7 +8593,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "futures", "polkadot-node-network-protocol", @@ -8607,7 +8607,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "derive_more", "fatality", @@ -8630,7 +8630,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "fatality", "futures", @@ -8651,14 +8651,15 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "clap", "frame-benchmarking-cli", "futures", "log", "polkadot-client", - "polkadot-node-core-pvf-worker", + "polkadot-node-core-pvf-execute-worker", + "polkadot-node-core-pvf-prepare-worker", "polkadot-node-metrics", "polkadot-performance-test", "polkadot-service", @@ -8680,7 +8681,7 @@ dependencies = [ [[package]] name = "polkadot-client" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "async-trait", "frame-benchmarking", @@ -8723,7 +8724,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "always-assert", "bitvec", @@ -8745,7 +8746,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "parity-scale-codec", "scale-info", @@ -8757,7 +8758,7 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "derive_more", "fatality", @@ -8782,7 +8783,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -8796,7 +8797,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "futures", "futures-timer", @@ -8816,7 +8817,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "always-assert", "async-trait", @@ -8839,7 +8840,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "futures", "parity-scale-codec", @@ -8857,7 +8858,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "bitvec", "derive_more", @@ -8886,7 +8887,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "bitvec", "futures", @@ -8907,7 +8908,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "bitvec", "fatality", @@ -8926,7 +8927,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "futures", "polkadot-node-subsystem", @@ -8941,7 +8942,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "async-trait", "futures", @@ -8961,7 +8962,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "futures", "polkadot-node-metrics", @@ -8976,7 +8977,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "futures", "futures-timer", @@ -8993,7 +8994,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "fatality", "futures", @@ -9012,7 +9013,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "async-trait", "futures", @@ -9029,7 +9030,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "bitvec", "fatality", @@ -9047,7 +9048,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "always-assert", "futures", @@ -9056,6 +9057,9 @@ dependencies = [ "parity-scale-codec", "pin-project", "polkadot-core-primitives", + "polkadot-node-core-pvf-common", + "polkadot-node-core-pvf-execute-worker", + "polkadot-node-core-pvf-prepare-worker", "polkadot-node-metrics", "polkadot-node-primitives", "polkadot-parachain", @@ -9067,6 +9071,7 @@ dependencies = [ "sp-tracing", "sp-wasm-interface", "substrate-build-script-utils", + "tempfile", "tokio", "tracing-gum", ] @@ -9074,7 +9079,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "futures", "polkadot-node-primitives", @@ -9088,16 +9093,34 @@ dependencies = [ ] [[package]] -name = "polkadot-node-core-pvf-worker" +name = "polkadot-node-core-pvf-common" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ - "assert_matches", "cpu-time", "futures", "libc", "parity-scale-codec", - "polkadot-node-core-pvf", + "polkadot-parachain", + "polkadot-primitives", + "sc-executor-common", + "sc-executor-wasmtime", + "sp-core", + "sp-tracing", + "substrate-build-script-utils", + "tokio", + "tracing-gum", +] + +[[package]] +name = "polkadot-node-core-pvf-execute-worker" +version = "0.9.41" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" +dependencies = [ + "cpu-time", + "futures", + "parity-scale-codec", + "polkadot-node-core-pvf-common", "polkadot-parachain", "polkadot-primitives", "rayon", @@ -9109,8 +9132,29 @@ dependencies = [ "sp-io", "sp-maybe-compressed-blob", "sp-tracing", - "substrate-build-script-utils", - "tempfile", + "tikv-jemalloc-ctl", + "tokio", + "tracing-gum", +] + +[[package]] +name = "polkadot-node-core-pvf-prepare-worker" +version = "0.9.41" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" +dependencies = [ + "futures", + "libc", + "parity-scale-codec", + "polkadot-node-core-pvf-common", + "polkadot-parachain", + "polkadot-primitives", + "rayon", + "sc-executor", + "sc-executor-common", + "sc-executor-wasmtime", + "sp-io", + "sp-maybe-compressed-blob", + "sp-tracing", "tikv-jemalloc-ctl", "tokio", "tracing-gum", @@ -9119,7 +9163,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "futures", "lru 0.9.0", @@ -9134,7 +9178,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "lazy_static", "log", @@ -9152,7 +9196,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "bs58", "futures", @@ -9171,7 +9215,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "async-channel", "async-trait", @@ -9194,7 +9238,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "bounded-vec", "futures", @@ -9216,7 +9260,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -9226,7 +9270,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "async-trait", "futures", @@ -9244,7 +9288,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "async-trait", "derive_more", @@ -9267,7 +9311,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "async-trait", "derive_more", @@ -9300,7 +9344,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "async-trait", "futures", @@ -9323,7 +9367,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "bounded-collections", "derive_more", @@ -9422,13 +9466,13 @@ dependencies = [ [[package]] name = "polkadot-performance-test" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "env_logger 0.9.0", "kusama-runtime", "log", "polkadot-erasure-coding", - "polkadot-node-core-pvf-worker", + "polkadot-node-core-pvf-prepare-worker", "polkadot-node-primitives", "polkadot-primitives", "quote", @@ -9440,7 +9484,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "bitvec", "hex-literal 0.4.1", @@ -9466,7 +9510,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "jsonrpsee", "mmr-rpc", @@ -9498,7 +9542,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "bitvec", "frame-benchmarking", @@ -9593,7 +9637,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "bitvec", "frame-benchmarking", @@ -9639,7 +9683,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-constants" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "frame-support", "polkadot-primitives", @@ -9653,7 +9697,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "bs58", "parity-scale-codec", @@ -9665,7 +9709,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "bitflags", "bitvec", @@ -9710,7 +9754,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "async-trait", "frame-benchmarking-cli", @@ -9820,7 +9864,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "arrayvec 0.5.2", "fatality", @@ -9841,7 +9885,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -9851,7 +9895,7 @@ dependencies = [ [[package]] name = "polkadot-test-client" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "parity-scale-codec", "polkadot-node-subsystem", @@ -9876,7 +9920,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "bitvec", "frame-election-provider-support", @@ -9937,7 +9981,7 @@ dependencies = [ [[package]] name = "polkadot-test-service" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "frame-benchmarking", "frame-system", @@ -10717,7 +10761,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "binary-merkle-tree", "frame-benchmarking", @@ -10804,7 +10848,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "frame-support", "polkadot-primitives", @@ -11051,7 +11095,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "log", "sp-core", @@ -11062,7 +11106,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "async-trait", "futures", @@ -11091,7 +11135,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "futures", "futures-timer", @@ -11114,7 +11158,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -11129,7 +11173,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -11148,7 +11192,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11159,7 +11203,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "array-bytes 4.2.0", "chrono", @@ -11199,7 +11243,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "fnv", "futures", @@ -11226,7 +11270,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "hash-db", "kvdb", @@ -11252,7 +11296,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "async-trait", "futures", @@ -11277,7 +11321,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "async-trait", "futures", @@ -11306,7 +11350,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "async-trait", "fork-tree", @@ -11342,7 +11386,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "futures", "jsonrpsee", @@ -11364,7 +11408,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "array-bytes 4.2.0", "async-channel", @@ -11400,7 +11444,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "futures", "jsonrpsee", @@ -11419,7 +11463,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "fork-tree", "parity-scale-codec", @@ -11432,7 +11476,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "ahash 0.8.2", "array-bytes 4.2.0", @@ -11472,7 +11516,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "finality-grandpa", "futures", @@ -11492,7 +11536,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "async-trait", "futures", @@ -11515,7 +11559,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "lru 0.8.1", "parity-scale-codec", @@ -11537,7 +11581,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -11549,7 +11593,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "anyhow", "cfg-if", @@ -11567,7 +11611,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "ansi_term", "futures", @@ -11583,7 +11627,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "array-bytes 4.2.0", "parking_lot 0.12.1", @@ -11597,7 +11641,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "array-bytes 4.2.0", "async-channel", @@ -11642,7 +11686,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "async-channel", "cid", @@ -11663,7 +11707,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -11691,7 +11735,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "ahash 0.8.2", "futures", @@ -11710,7 +11754,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "array-bytes 4.2.0", "async-channel", @@ -11733,7 +11777,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "array-bytes 4.2.0", "async-channel", @@ -11768,7 +11812,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "array-bytes 4.2.0", "futures", @@ -11787,7 +11831,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "array-bytes 4.2.0", "bytes", @@ -11818,7 +11862,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "futures", "libp2p-identity", @@ -11834,7 +11878,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -11843,7 +11887,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "futures", "jsonrpsee", @@ -11874,7 +11918,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -11893,7 +11937,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "http", "jsonrpsee", @@ -11908,7 +11952,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "array-bytes 4.2.0", "futures", @@ -11934,7 +11978,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "async-trait", "directories", @@ -12000,7 +12044,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "log", "parity-scale-codec", @@ -12011,7 +12055,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "clap", "fs4", @@ -12027,7 +12071,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -12046,7 +12090,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "futures", "libc", @@ -12065,7 +12109,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "chrono", "futures", @@ -12084,7 +12128,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "ansi_term", "atty", @@ -12115,7 +12159,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -12126,7 +12170,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "async-trait", "futures", @@ -12153,7 +12197,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "async-trait", "futures", @@ -12167,7 +12211,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "async-channel", "futures", @@ -12648,7 +12692,7 @@ checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec" [[package]] name = "slot-range-helper" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "enumn", "parity-scale-codec", @@ -12725,7 +12769,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "hash-db", "log", @@ -12745,7 +12789,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "Inflector", "blake2", @@ -12759,7 +12803,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "parity-scale-codec", "scale-info", @@ -12772,7 +12816,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "integer-sqrt", "num-traits", @@ -12786,7 +12830,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "parity-scale-codec", "scale-info", @@ -12799,7 +12843,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "parity-scale-codec", "sp-api", @@ -12811,7 +12855,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "futures", "log", @@ -12829,7 +12873,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "async-trait", "futures", @@ -12844,7 +12888,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "async-trait", "parity-scale-codec", @@ -12862,7 +12906,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "async-trait", "parity-scale-codec", @@ -12883,7 +12927,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "lazy_static", "parity-scale-codec", @@ -12902,7 +12946,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "finality-grandpa", "log", @@ -12920,7 +12964,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "parity-scale-codec", "scale-info", @@ -12932,7 +12976,7 @@ dependencies = [ [[package]] name = "sp-core" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "array-bytes 4.2.0", "bitflags", @@ -12976,7 +13020,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "blake2b_simd", "byteorder", @@ -12990,7 +13034,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "proc-macro2", "quote", @@ -13001,7 +13045,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -13010,7 +13054,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "proc-macro2", "quote", @@ -13020,7 +13064,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "environmental", "parity-scale-codec", @@ -13031,7 +13075,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -13046,7 +13090,7 @@ dependencies = [ [[package]] name = "sp-io" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "bytes", "ed25519", @@ -13072,7 +13116,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "lazy_static", "sp-core", @@ -13083,7 +13127,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "futures", "parity-scale-codec", @@ -13097,7 +13141,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "thiserror", "zstd 0.12.3+zstd.1.5.2", @@ -13106,7 +13150,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-metadata", "parity-scale-codec", @@ -13117,7 +13161,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -13135,7 +13179,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "parity-scale-codec", "scale-info", @@ -13149,7 +13193,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "sp-api", "sp-core", @@ -13159,7 +13203,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "backtrace", "lazy_static", @@ -13169,7 +13213,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "rustc-hash", "serde", @@ -13179,7 +13223,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "either", "hash256-std-hasher", @@ -13201,7 +13245,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -13219,7 +13263,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "Inflector", "proc-macro-crate", @@ -13231,7 +13275,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "parity-scale-codec", "scale-info", @@ -13245,7 +13289,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "parity-scale-codec", "scale-info", @@ -13258,7 +13302,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "hash-db", "log", @@ -13278,7 +13322,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "log", "parity-scale-codec", @@ -13296,12 +13340,12 @@ dependencies = [ [[package]] name = "sp-std" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" [[package]] name = "sp-storage" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "impl-serde", "parity-scale-codec", @@ -13314,7 +13358,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "async-trait", "futures-timer", @@ -13329,7 +13373,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "parity-scale-codec", "sp-std", @@ -13341,7 +13385,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "sp-api", "sp-runtime", @@ -13350,7 +13394,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "async-trait", "log", @@ -13366,7 +13410,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "ahash 0.8.2", "hash-db", @@ -13389,7 +13433,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "impl-serde", "parity-scale-codec", @@ -13406,7 +13450,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -13417,7 +13461,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -13431,7 +13475,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "parity-scale-codec", "scale-info", @@ -13820,7 +13864,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "platforms 2.0.0", ] @@ -13828,7 +13872,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -13847,7 +13891,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "hyper", "log", @@ -13859,7 +13903,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "async-trait", "jsonrpsee", @@ -13872,7 +13916,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "jsonrpsee", "log", @@ -13891,7 +13935,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -13917,7 +13961,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "futures", "substrate-test-utils-derive", @@ -13927,7 +13971,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -13938,7 +13982,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "ansi_term", "build-helper", @@ -14065,7 +14109,7 @@ checksum = "13a4ec180a2de59b57434704ccfad967f789b12737738798fa08798cd5824c16" [[package]] name = "test-runtime-constants" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "frame-support", "polkadot-primitives", @@ -14456,7 +14500,7 @@ dependencies = [ [[package]] name = "tracing-gum" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "polkadot-node-jaeger", "polkadot-primitives", @@ -14467,7 +14511,7 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "expander 2.0.0", "proc-macro-crate", @@ -14597,7 +14641,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0cf64f8bd72d719818be2f109c0919c7c9325cd1" +source = "git+https://github.com/paritytech/substrate?branch=master#51d06cd05938d8f583f174fe9326a9ea6986ca8c" dependencies = [ "async-trait", "clap", @@ -15545,7 +15589,7 @@ dependencies = [ [[package]] name = "westend-runtime" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "bitvec", "frame-benchmarking", @@ -15638,7 +15682,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "frame-support", "polkadot-primitives", @@ -16141,7 +16185,7 @@ dependencies = [ [[package]] name = "xcm" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "bounded-collections", "derivative", @@ -16157,7 +16201,7 @@ dependencies = [ [[package]] name = "xcm-builder" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "frame-support", "frame-system", @@ -16212,7 +16256,7 @@ dependencies = [ [[package]] name = "xcm-executor" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "environmental", "frame-benchmarking", @@ -16232,7 +16276,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#df3e3c7ca7a61044a5c543aa87c070688f1c11f3" +source = "git+https://github.com/paritytech/polkadot?branch=master#e82feb7501948a6f4fe67a283521a7e3bc5b46a5" dependencies = [ "Inflector", "proc-macro2",