From 8eee3c37c4f08d48c4109271a13a1c44be565b67 Mon Sep 17 00:00:00 2001 From: Robert Habermeier Date: Thu, 10 Mar 2022 03:33:05 -0600 Subject: [PATCH] Companion for primitives consolidation into v2 (#1071) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * branches * update all primitives references * fmt * Update Polkadot & Substrate * Again Co-authored-by: Bastian Köcher --- Cargo.lock | 499 +++++++++--------- client/collator/src/lib.rs | 2 +- client/consensus/aura/src/lib.rs | 2 +- client/consensus/common/src/lib.rs | 2 +- .../common/src/parachain_consensus.rs | 2 +- client/consensus/common/src/tests.rs | 2 +- client/consensus/relay-chain/src/lib.rs | 2 +- client/network/src/lib.rs | 2 +- client/network/src/tests.rs | 2 +- client/pov-recovery/src/lib.rs | 2 +- .../Cargo.toml | 2 +- .../src/lib.rs | 8 +- client/relay-chain-interface/src/lib.rs | 2 +- client/relay-chain-rpc-interface/src/lib.rs | 2 +- client/service/src/lib.rs | 2 +- pallets/parachain-system/src/lib.rs | 10 +- .../src/relay_state_snapshot.rs | 14 +- pallets/parachain-system/src/tests.rs | 8 +- pallets/solo-to-para/src/lib.rs | 2 +- pallets/xcmp-queue/Cargo.toml | 2 +- parachain-template/node/Cargo.toml | 2 +- parachain-template/node/src/command.rs | 2 +- .../parachains-common/src/impls.rs | 8 +- polkadot-parachains/src/command.rs | 2 +- polkadot-parachains/src/service.rs | 2 +- primitives/core/src/lib.rs | 16 +- .../parachain-inherent/src/client_side.rs | 2 +- primitives/timestamp/src/lib.rs | 2 +- test/client/src/block_builder.rs | 2 +- test/relay-sproof-builder/src/lib.rs | 12 +- test/service/src/genesis.rs | 2 +- test/service/src/lib.rs | 2 +- 32 files changed, 313 insertions(+), 310 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3a41c912a13..cf1799535bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -458,7 +458,7 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "beefy-primitives", "fnv", @@ -488,7 +488,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -511,12 +511,12 @@ dependencies = [ [[package]] name = "beefy-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" [[package]] name = "beefy-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "parity-scale-codec", "scale-info", @@ -732,7 +732,7 @@ dependencies = [ [[package]] name = "bp-header-chain" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "finality-grandpa", "frame-support", @@ -748,7 +748,7 @@ dependencies = [ [[package]] name = "bp-message-dispatch" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "bp-runtime", "frame-support", @@ -760,7 +760,7 @@ dependencies = [ [[package]] name = "bp-messages" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "bitvec", "bp-runtime", @@ -776,7 +776,7 @@ dependencies = [ [[package]] name = "bp-polkadot-core" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "bp-messages", "bp-runtime", @@ -794,7 +794,7 @@ dependencies = [ [[package]] name = "bp-rococo" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "bp-messages", "bp-polkadot-core", @@ -811,7 +811,7 @@ dependencies = [ [[package]] name = "bp-runtime" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "frame-support", "hash-db", @@ -829,7 +829,7 @@ dependencies = [ [[package]] name = "bp-test-utils" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "bp-header-chain", "ed25519-dalek", @@ -844,7 +844,7 @@ dependencies = [ [[package]] name = "bp-wococo" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "bp-messages", "bp-polkadot-core", @@ -859,7 +859,7 @@ dependencies = [ [[package]] name = "bridge-runtime-common" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "bp-message-dispatch", "bp-messages", @@ -2789,7 +2789,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "parity-scale-codec", ] @@ -2807,7 +2807,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "frame-support", "frame-system", @@ -2829,7 +2829,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "Inflector", "chrono", @@ -2870,7 +2870,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "frame-support", "frame-system", @@ -2878,13 +2878,14 @@ dependencies = [ "scale-info", "sp-arithmetic", "sp-npos-elections", + "sp-runtime", "sp-std", ] [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "frame-support", "frame-system", @@ -2912,7 +2913,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "bitflags", "frame-metadata", @@ -2941,7 +2942,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -2953,7 +2954,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.1.3", @@ -2965,7 +2966,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "proc-macro2", "quote", @@ -2975,7 +2976,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "frame-support", "log", @@ -2992,7 +2993,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "frame-benchmarking", "frame-support", @@ -3007,7 +3008,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "parity-scale-codec", "sp-api", @@ -3016,7 +3017,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "frame-support", "sp-api", @@ -4203,7 +4204,7 @@ dependencies = [ [[package]] name = "kusama-runtime" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "beefy-primitives", "bitvec", @@ -4291,7 +4292,7 @@ dependencies = [ [[package]] name = "kusama-runtime-constants" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "frame-support", "polkadot-primitives", @@ -5154,7 +5155,7 @@ dependencies = [ [[package]] name = "metered-channel" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "derive_more", "futures 0.3.21", @@ -5615,7 +5616,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "frame-support", "frame-system", @@ -5632,7 +5633,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "frame-benchmarking", "frame-support", @@ -5646,7 +5647,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "frame-support", "frame-system", @@ -5662,7 +5663,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "frame-support", "frame-system", @@ -5678,7 +5679,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "frame-support", "frame-system", @@ -5693,7 +5694,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "frame-benchmarking", "frame-support", @@ -5717,7 +5718,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5737,7 +5738,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "frame-benchmarking", "frame-support", @@ -5752,7 +5753,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "beefy-primitives", "frame-support", @@ -5768,7 +5769,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "beefy-merkle-tree", "beefy-primitives", @@ -5793,7 +5794,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "frame-benchmarking", "frame-support", @@ -5811,7 +5812,7 @@ dependencies = [ [[package]] name = "pallet-bridge-dispatch" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "bp-message-dispatch", "bp-runtime", @@ -5828,7 +5829,7 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "bp-header-chain", "bp-runtime", @@ -5850,7 +5851,7 @@ dependencies = [ [[package]] name = "pallet-bridge-messages" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "bitvec", "bp-message-dispatch", @@ -5897,7 +5898,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "frame-benchmarking", "frame-support", @@ -5914,7 +5915,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "bitflags", "frame-benchmarking", @@ -5941,7 +5942,7 @@ dependencies = [ [[package]] name = "pallet-contracts-primitives" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "bitflags", "parity-scale-codec", @@ -5956,7 +5957,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "proc-macro2", "quote", @@ -5966,7 +5967,7 @@ dependencies = [ [[package]] name = "pallet-contracts-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5985,7 +5986,7 @@ dependencies = [ [[package]] name = "pallet-contracts-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "pallet-contracts-primitives", "parity-scale-codec", @@ -5998,7 +5999,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "frame-benchmarking", "frame-support", @@ -6014,7 +6015,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6037,7 +6038,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "frame-benchmarking", "frame-support", @@ -6055,7 +6056,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "frame-benchmarking", "frame-support", @@ -6070,7 +6071,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "frame-benchmarking", "frame-support", @@ -6093,7 +6094,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6109,7 +6110,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "frame-benchmarking", "frame-support", @@ -6129,7 +6130,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "frame-benchmarking", "frame-support", @@ -6146,7 +6147,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "frame-benchmarking", "frame-support", @@ -6163,7 +6164,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -6181,7 +6182,7 @@ dependencies = [ [[package]] name = "pallet-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "frame-support", "frame-system", @@ -6197,7 +6198,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -6214,7 +6215,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "frame-benchmarking", "frame-support", @@ -6229,7 +6230,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "frame-support", "frame-system", @@ -6243,7 +6244,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "frame-support", "frame-system", @@ -6260,7 +6261,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6283,7 +6284,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "frame-benchmarking", "frame-support", @@ -6299,7 +6300,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "frame-benchmarking", "frame-support", @@ -6314,7 +6315,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "frame-support", "frame-system", @@ -6328,7 +6329,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "frame-support", "frame-system", @@ -6342,7 +6343,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "frame-benchmarking", "frame-support", @@ -6358,7 +6359,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "frame-support", "frame-system", @@ -6379,7 +6380,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "frame-benchmarking", "frame-support", @@ -6395,7 +6396,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "frame-support", "frame-system", @@ -6409,7 +6410,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6432,7 +6433,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -6443,7 +6444,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "log", "sp-arithmetic", @@ -6452,7 +6453,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "frame-support", "frame-system", @@ -6481,7 +6482,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "frame-benchmarking", "frame-support", @@ -6499,7 +6500,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "frame-benchmarking", "frame-support", @@ -6518,7 +6519,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "frame-support", "frame-system", @@ -6535,7 +6536,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -6552,7 +6553,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6563,7 +6564,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "frame-benchmarking", "frame-support", @@ -6580,7 +6581,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "frame-benchmarking", "frame-support", @@ -6595,7 +6596,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "frame-benchmarking", "frame-support", @@ -6611,7 +6612,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "frame-benchmarking", "frame-support", @@ -6626,7 +6627,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "frame-support", "frame-system", @@ -6644,7 +6645,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "frame-benchmarking", "frame-support", @@ -7205,7 +7206,7 @@ dependencies = [ [[package]] name = "polkadot-approval-distribution" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "futures 0.3.21", "polkadot-node-network-protocol", @@ -7219,7 +7220,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "futures 0.3.21", "polkadot-node-network-protocol", @@ -7232,7 +7233,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "derive_more", "fatality", @@ -7255,7 +7256,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "fatality", "futures 0.3.21", @@ -7276,7 +7277,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "clap 3.1.6", "frame-benchmarking-cli", @@ -7299,7 +7300,7 @@ dependencies = [ [[package]] name = "polkadot-client" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "beefy-primitives", "frame-benchmarking", @@ -7405,7 +7406,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "always-assert", "fatality", @@ -7426,7 +7427,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "parity-scale-codec", "parity-util-mem", @@ -7439,7 +7440,7 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "derive_more", "fatality", @@ -7462,7 +7463,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -7476,7 +7477,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "futures 0.3.21", "futures-timer", @@ -7496,7 +7497,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "async-trait", "futures 0.3.21", @@ -7515,7 +7516,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "futures 0.3.21", "parity-scale-codec", @@ -7533,7 +7534,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "bitvec", "derive_more", @@ -7561,7 +7562,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "bitvec", "futures 0.3.21", @@ -7581,7 +7582,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "bitvec", "futures 0.3.21", @@ -7599,7 +7600,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "futures 0.3.21", "polkadot-node-subsystem", @@ -7614,7 +7615,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "async-trait", "futures 0.3.21", @@ -7632,7 +7633,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "futures 0.3.21", "polkadot-node-subsystem", @@ -7647,7 +7648,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "futures 0.3.21", "futures-timer", @@ -7664,7 +7665,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "fatality", "futures 0.3.21", @@ -7683,7 +7684,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "async-trait", "futures 0.3.21", @@ -7700,7 +7701,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "bitvec", "futures 0.3.21", @@ -7717,7 +7718,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "always-assert", "assert_matches", @@ -7747,7 +7748,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "futures 0.3.21", "polkadot-node-primitives", @@ -7763,7 +7764,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "futures 0.3.21", "memory-lru", @@ -7781,7 +7782,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "async-std", "lazy_static", @@ -7799,7 +7800,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "bs58", "futures 0.3.21", @@ -7818,7 +7819,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "async-trait", "fatality", @@ -7836,7 +7837,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "bounded-vec", "futures 0.3.21", @@ -7858,7 +7859,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -7868,7 +7869,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "async-trait", "futures 0.3.21", @@ -7886,7 +7887,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "derive_more", "futures 0.3.21", @@ -7905,7 +7906,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "async-trait", "derive_more", @@ -7938,7 +7939,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "futures 0.3.21", "futures-timer", @@ -7959,7 +7960,7 @@ dependencies = [ [[package]] name = "polkadot-overseer-gen" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "async-trait", "futures 0.3.21", @@ -7976,7 +7977,7 @@ dependencies = [ [[package]] name = "polkadot-overseer-gen-proc-macro" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "expander 0.0.5", "proc-macro-crate 1.1.3", @@ -7988,7 +7989,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "derive_more", "frame-support", @@ -8005,7 +8006,7 @@ dependencies = [ [[package]] name = "polkadot-performance-test" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "env_logger 0.9.0", "kusama-runtime", @@ -8020,7 +8021,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "bitvec", "frame-system", @@ -8050,7 +8051,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", @@ -8081,7 +8082,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "beefy-primitives", "bitvec", @@ -8165,7 +8166,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "beefy-primitives", "bitvec", @@ -8212,7 +8213,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-constants" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "frame-support", "polkadot-primitives", @@ -8224,7 +8225,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "bs58", "parity-scale-codec", @@ -8236,7 +8237,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "bitflags", "bitvec", @@ -8278,7 +8279,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "async-trait", "beefy-gadget", @@ -8379,7 +8380,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "arrayvec 0.5.2", "fatality", @@ -8400,7 +8401,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -8410,7 +8411,7 @@ dependencies = [ [[package]] name = "polkadot-test-client" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "parity-scale-codec", "polkadot-node-subsystem", @@ -8435,7 +8436,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "beefy-primitives", "bitvec", @@ -8497,7 +8498,7 @@ dependencies = [ [[package]] name = "polkadot-test-service" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "frame-benchmarking", "frame-system", @@ -9040,7 +9041,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "env_logger 0.9.0", "jsonrpsee 0.8.0", @@ -9157,7 +9158,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "beefy-primitives", "bp-messages", @@ -9232,7 +9233,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "frame-support", "polkadot-primitives", @@ -9421,7 +9422,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "log", "sp-core", @@ -9432,7 +9433,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "async-trait", "futures 0.3.21", @@ -9459,7 +9460,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "futures 0.3.21", "futures-timer", @@ -9482,7 +9483,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -9498,7 +9499,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "impl-trait-for-tuples", "memmap2 0.5.0", @@ -9515,7 +9516,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -9526,7 +9527,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "chrono", "clap 3.1.6", @@ -9564,7 +9565,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "fnv", "futures 0.3.21", @@ -9592,7 +9593,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "hash-db", "kvdb", @@ -9617,7 +9618,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "async-trait", "futures 0.3.21", @@ -9641,7 +9642,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "async-trait", "futures 0.3.21", @@ -9670,7 +9671,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "async-trait", "fork-tree", @@ -9713,7 +9714,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "futures 0.3.21", "jsonrpc-core", @@ -9737,7 +9738,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "fork-tree", "parity-scale-codec", @@ -9750,7 +9751,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "async-trait", "futures 0.3.21", @@ -9775,7 +9776,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "sc-client-api", "sp-authorship", @@ -9786,7 +9787,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "lazy_static", "lru 0.6.6", @@ -9813,7 +9814,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "environmental", "parity-scale-codec", @@ -9830,7 +9831,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "log", "parity-scale-codec", @@ -9846,7 +9847,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "cfg-if 1.0.0", "libc", @@ -9864,7 +9865,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "ahash", "async-trait", @@ -9904,7 +9905,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "finality-grandpa", "futures 0.3.21", @@ -9928,7 +9929,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "ansi_term", "futures 0.3.21", @@ -9945,7 +9946,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "async-trait", "hex", @@ -9960,7 +9961,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "async-trait", "asynchronous-codec 0.5.0", @@ -10009,7 +10010,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "ahash", "futures 0.3.21", @@ -10026,7 +10027,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "bytes 1.1.0", "fnv", @@ -10054,7 +10055,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "futures 0.3.21", "libp2p", @@ -10067,7 +10068,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -10076,7 +10077,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "futures 0.3.21", "hash-db", @@ -10107,7 +10108,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "futures 0.3.21", "jsonrpc-core", @@ -10132,7 +10133,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "futures 0.3.21", "jsonrpc-core", @@ -10149,7 +10150,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "async-trait", "directories", @@ -10213,7 +10214,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "log", "parity-scale-codec", @@ -10227,7 +10228,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -10248,7 +10249,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "chrono", "futures 0.3.21", @@ -10266,7 +10267,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "ansi_term", "atty", @@ -10297,7 +10298,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -10308,7 +10309,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "futures 0.3.21", "futures-timer", @@ -10335,7 +10336,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "futures 0.3.21", "log", @@ -10348,7 +10349,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "futures 0.3.21", "futures-timer", @@ -10821,7 +10822,7 @@ checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5" [[package]] name = "slot-range-helper" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "enumn", "parity-scale-codec", @@ -10909,7 +10910,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "hash-db", "log", @@ -10926,7 +10927,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "blake2 0.10.2", "proc-macro-crate 1.1.3", @@ -10938,7 +10939,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "parity-scale-codec", "scale-info", @@ -10951,7 +10952,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "integer-sqrt", "num-traits", @@ -10966,7 +10967,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "parity-scale-codec", "scale-info", @@ -10979,7 +10980,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "async-trait", "parity-scale-codec", @@ -10991,7 +10992,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "parity-scale-codec", "sp-api", @@ -11003,7 +11004,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "futures 0.3.21", "log", @@ -11021,7 +11022,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "async-trait", "futures 0.3.21", @@ -11040,7 +11041,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "async-trait", "parity-scale-codec", @@ -11058,7 +11059,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "async-trait", "merlin", @@ -11081,7 +11082,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "parity-scale-codec", "scale-info", @@ -11095,7 +11096,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -11107,7 +11108,7 @@ dependencies = [ [[package]] name = "sp-core" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "base58", "bitflags", @@ -11153,7 +11154,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "blake2 0.10.2", "byteorder", @@ -11167,7 +11168,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "proc-macro2", "quote", @@ -11178,7 +11179,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "kvdb", "parking_lot 0.12.0", @@ -11187,7 +11188,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "proc-macro2", "quote", @@ -11197,7 +11198,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "environmental", "parity-scale-codec", @@ -11208,7 +11209,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "finality-grandpa", "log", @@ -11226,7 +11227,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -11240,7 +11241,7 @@ dependencies = [ [[package]] name = "sp-io" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "futures 0.3.21", "hash-db", @@ -11265,7 +11266,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "lazy_static", "sp-core", @@ -11276,7 +11277,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "async-trait", "futures 0.3.21", @@ -11293,7 +11294,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "thiserror", "zstd", @@ -11302,7 +11303,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "parity-scale-codec", "scale-info", @@ -11317,7 +11318,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -11328,7 +11329,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "sp-api", "sp-core", @@ -11338,7 +11339,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "backtrace", "lazy_static", @@ -11348,7 +11349,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "rustc-hash", "serde", @@ -11358,7 +11359,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "either", "hash256-std-hasher", @@ -11380,7 +11381,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -11397,7 +11398,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "Inflector", "proc-macro-crate 1.1.3", @@ -11409,7 +11410,7 @@ dependencies = [ [[package]] name = "sp-sandbox" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "log", "parity-scale-codec", @@ -11423,7 +11424,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "serde", "serde_json", @@ -11432,7 +11433,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "parity-scale-codec", "scale-info", @@ -11446,7 +11447,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "parity-scale-codec", "scale-info", @@ -11457,7 +11458,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "hash-db", "log", @@ -11480,12 +11481,12 @@ dependencies = [ [[package]] name = "sp-std" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" [[package]] name = "sp-storage" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11498,7 +11499,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "log", "sp-core", @@ -11511,7 +11512,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "async-trait", "futures-timer", @@ -11527,7 +11528,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "parity-scale-codec", "sp-std", @@ -11539,7 +11540,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "sp-api", "sp-runtime", @@ -11548,7 +11549,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "async-trait", "log", @@ -11564,7 +11565,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "hash-db", "memory-db", @@ -11580,7 +11581,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11597,7 +11598,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -11608,7 +11609,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "impl-trait-for-tuples", "log", @@ -11898,7 +11899,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "platforms", ] @@ -11906,7 +11907,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.21", @@ -11928,7 +11929,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "futures-util", "hyper", @@ -11941,7 +11942,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "async-trait", "futures 0.3.21", @@ -11967,7 +11968,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "futures 0.3.21", "substrate-test-utils-derive", @@ -11977,7 +11978,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -11988,7 +11989,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "ansi_term", "build-helper", @@ -12074,7 +12075,7 @@ checksum = "13a4ec180a2de59b57434704ccfad967f789b12737738798fa08798cd5824c16" [[package]] name = "test-runtime-constants" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "frame-support", "polkadot-primitives", @@ -12470,7 +12471,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" +source = "git+https://github.com/paritytech/substrate?branch=master#b36030a6e8c21af9f18bb0d6a667188fac0dbc47" dependencies = [ "clap 3.1.6", "jsonrpsee 0.4.1", @@ -13072,7 +13073,7 @@ dependencies = [ [[package]] name = "westend-runtime" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "beefy-primitives", "bitvec", @@ -13158,7 +13159,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "frame-support", "polkadot-primitives", @@ -13378,7 +13379,7 @@ dependencies = [ [[package]] name = "xcm" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "derivative", "impl-trait-for-tuples", @@ -13391,7 +13392,7 @@ dependencies = [ [[package]] name = "xcm-builder" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "frame-support", "frame-system", @@ -13411,7 +13412,7 @@ dependencies = [ [[package]] name = "xcm-executor" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "frame-benchmarking", "frame-support", @@ -13429,7 +13430,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#a58b7745e2d4e72dfa378caaa87ff3caa2bf0dfb" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "Inflector", "proc-macro2", diff --git a/client/collator/src/lib.rs b/client/collator/src/lib.rs index f84cd8672fd..05dcb244ac9 100644 --- a/client/collator/src/lib.rs +++ b/client/collator/src/lib.rs @@ -37,7 +37,7 @@ use polkadot_node_primitives::{ }; use polkadot_node_subsystem::messages::{CollationGenerationMessage, CollatorProtocolMessage}; use polkadot_overseer::Handle as OverseerHandle; -use polkadot_primitives::v1::{CollatorPair, Id as ParaId}; +use polkadot_primitives::v2::{CollatorPair, Id as ParaId}; use codec::{Decode, Encode}; use futures::{channel::oneshot, FutureExt}; diff --git a/client/consensus/aura/src/lib.rs b/client/consensus/aura/src/lib.rs index 90472fee010..6e5df220f74 100644 --- a/client/consensus/aura/src/lib.rs +++ b/client/consensus/aura/src/lib.rs @@ -26,7 +26,7 @@ use codec::{Decode, Encode}; use cumulus_client_consensus_common::{ ParachainBlockImport, ParachainCandidate, ParachainConsensus, }; -use cumulus_primitives_core::{relay_chain::v1::Hash as PHash, PersistedValidationData}; +use cumulus_primitives_core::{relay_chain::v2::Hash as PHash, PersistedValidationData}; use futures::lock::Mutex; use sc_client_api::{backend::AuxStore, BlockOf}; diff --git a/client/consensus/common/src/lib.rs b/client/consensus/common/src/lib.rs index c6d5844f01f..61098dfd434 100644 --- a/client/consensus/common/src/lib.rs +++ b/client/consensus/common/src/lib.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with Cumulus. If not, see . -use polkadot_primitives::v1::{Hash as PHash, PersistedValidationData}; +use polkadot_primitives::v2::{Hash as PHash, PersistedValidationData}; use sc_consensus::BlockImport; use sp_runtime::traits::Block as BlockT; diff --git a/client/consensus/common/src/parachain_consensus.rs b/client/consensus/common/src/parachain_consensus.rs index a4aa3d5beff..ccdfb17b671 100644 --- a/client/consensus/common/src/parachain_consensus.rs +++ b/client/consensus/common/src/parachain_consensus.rs @@ -27,7 +27,7 @@ use sp_runtime::{ traits::{Block as BlockT, Header as HeaderT}, }; -use polkadot_primitives::v1::{Hash as PHash, Id as ParaId, OccupiedCoreAssumption}; +use polkadot_primitives::v2::{Hash as PHash, Id as ParaId, OccupiedCoreAssumption}; use codec::Decode; use futures::{select, FutureExt, Stream, StreamExt}; diff --git a/client/consensus/common/src/tests.rs b/client/consensus/common/src/tests.rs index c9099c354ea..23729abebb4 100644 --- a/client/consensus/common/src/tests.rs +++ b/client/consensus/common/src/tests.rs @@ -25,7 +25,7 @@ use cumulus_test_client::{ }; use futures::{channel::mpsc, executor::block_on, select, FutureExt, Stream, StreamExt}; use futures_timer::Delay; -use polkadot_primitives::v1::Id as ParaId; +use polkadot_primitives::v2::Id as ParaId; use sc_client_api::UsageProvider; use sc_consensus::{BlockImport, BlockImportParams, ForkChoiceStrategy}; use sp_blockchain::Error as ClientError; diff --git a/client/consensus/relay-chain/src/lib.rs b/client/consensus/relay-chain/src/lib.rs index 021fdd1f915..20d3b7cc757 100644 --- a/client/consensus/relay-chain/src/lib.rs +++ b/client/consensus/relay-chain/src/lib.rs @@ -36,7 +36,7 @@ use cumulus_client_consensus_common::{ ParachainBlockImport, ParachainCandidate, ParachainConsensus, }; -use cumulus_primitives_core::{relay_chain::v1::Hash as PHash, ParaId, PersistedValidationData}; +use cumulus_primitives_core::{relay_chain::v2::Hash as PHash, ParaId, PersistedValidationData}; use cumulus_relay_chain_interface::RelayChainInterface; use parking_lot::Mutex; diff --git a/client/network/src/lib.rs b/client/network/src/lib.rs index 61407e8ce0f..7e906da1b1d 100644 --- a/client/network/src/lib.rs +++ b/client/network/src/lib.rs @@ -29,7 +29,7 @@ use sp_runtime::traits::{Block as BlockT, Header as HeaderT}; use cumulus_relay_chain_interface::RelayChainInterface; use polkadot_node_primitives::{CollationSecondedSignal, Statement}; use polkadot_parachain::primitives::HeadData; -use polkadot_primitives::v1::{ +use polkadot_primitives::v2::{ CandidateReceipt, CompactStatement, Hash as PHash, Id as ParaId, OccupiedCoreAssumption, SigningContext, UncheckedSigned, }; diff --git a/client/network/src/tests.rs b/client/network/src/tests.rs index da6ad75f106..c2093c75ada 100644 --- a/client/network/src/tests.rs +++ b/client/network/src/tests.rs @@ -22,7 +22,7 @@ use cumulus_test_service::runtime::{Block, Hash, Header}; use futures::{executor::block_on, poll, task::Poll, FutureExt, Stream, StreamExt}; use parking_lot::Mutex; use polkadot_node_primitives::{SignedFullStatement, Statement}; -use polkadot_primitives::v1::{ +use polkadot_primitives::v2::{ CandidateCommitments, CandidateDescriptor, CollatorPair, CommittedCandidateReceipt, Hash as PHash, HeadData, Header as PHeader, Id as ParaId, InboundDownwardMessage, InboundHrmpMessage, OccupiedCoreAssumption, PersistedValidationData, SessionIndex, diff --git a/client/pov-recovery/src/lib.rs b/client/pov-recovery/src/lib.rs index 6c96961e911..ab3609912df 100644 --- a/client/pov-recovery/src/lib.rs +++ b/client/pov-recovery/src/lib.rs @@ -51,7 +51,7 @@ use sp_runtime::{ use polkadot_node_primitives::{AvailableData, POV_BOMB_LIMIT}; use polkadot_overseer::Handle as OverseerHandle; -use polkadot_primitives::v1::{ +use polkadot_primitives::v2::{ CandidateReceipt, CommittedCandidateReceipt, Id as ParaId, SessionIndex, }; diff --git a/client/relay-chain-inprocess-interface/Cargo.toml b/client/relay-chain-inprocess-interface/Cargo.toml index d3a601c8e05..01916013066 100644 --- a/client/relay-chain-inprocess-interface/Cargo.toml +++ b/client/relay-chain-inprocess-interface/Cargo.toml @@ -43,4 +43,4 @@ polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = polkadot-test-client = { git = "https://github.com/paritytech/polkadot", branch = "master" } # Cumulus -cumulus-test-service = { path = "../../test/service" } \ No newline at end of file +cumulus-test-service = { path = "../../test/service" } diff --git a/client/relay-chain-inprocess-interface/src/lib.rs b/client/relay-chain-inprocess-interface/src/lib.rs index 83cb4d13361..e19f794fb38 100644 --- a/client/relay-chain-inprocess-interface/src/lib.rs +++ b/client/relay-chain-inprocess-interface/src/lib.rs @@ -19,8 +19,10 @@ use std::{pin::Pin, sync::Arc, time::Duration}; use async_trait::async_trait; use cumulus_primitives_core::{ relay_chain::{ - v1::{CommittedCandidateReceipt, OccupiedCoreAssumption, SessionIndex, ValidatorId}, - v2::ParachainHost, + v2::{ + CommittedCandidateReceipt, OccupiedCoreAssumption, ParachainHost, SessionIndex, + ValidatorId, + }, Block as PBlock, BlockId, Hash as PHash, Header as PHeader, InboundHrmpMessage, }, InboundDownwardMessage, ParaId, PersistedValidationData, @@ -384,7 +386,7 @@ mod tests { use super::*; - use polkadot_primitives::v1::Block as PBlock; + use polkadot_primitives::v2::Block as PBlock; use polkadot_test_client::{ construct_transfer_extrinsic, BlockBuilderExt, Client, ClientBlockImportExt, DefaultTestClientBuilderExt, ExecutionStrategy, InitPolkadotBlockBuilder, diff --git a/client/relay-chain-interface/src/lib.rs b/client/relay-chain-interface/src/lib.rs index 44885ec5f36..119721adec1 100644 --- a/client/relay-chain-interface/src/lib.rs +++ b/client/relay-chain-interface/src/lib.rs @@ -18,7 +18,7 @@ use std::{collections::BTreeMap, pin::Pin, sync::Arc}; use cumulus_primitives_core::{ relay_chain::{ - v1::{CommittedCandidateReceipt, OccupiedCoreAssumption, SessionIndex, ValidatorId}, + v2::{CommittedCandidateReceipt, OccupiedCoreAssumption, SessionIndex, ValidatorId}, Hash as PHash, Header as PHeader, InboundHrmpMessage, }, InboundDownwardMessage, ParaId, PersistedValidationData, diff --git a/client/relay-chain-rpc-interface/src/lib.rs b/client/relay-chain-rpc-interface/src/lib.rs index 7a5d2d0254d..9f84e437699 100644 --- a/client/relay-chain-rpc-interface/src/lib.rs +++ b/client/relay-chain-rpc-interface/src/lib.rs @@ -19,7 +19,7 @@ use backoff::{future::retry_notify, ExponentialBackoff}; use core::time::Duration; use cumulus_primitives_core::{ relay_chain::{ - v1::{CommittedCandidateReceipt, OccupiedCoreAssumption, SessionIndex, ValidatorId}, + v2::{CommittedCandidateReceipt, OccupiedCoreAssumption, SessionIndex, ValidatorId}, Hash as PHash, Header as PHeader, InboundHrmpMessage, }, InboundDownwardMessage, ParaId, PersistedValidationData, diff --git a/client/service/src/lib.rs b/client/service/src/lib.rs index c850775caab..63ac6894297 100644 --- a/client/service/src/lib.rs +++ b/client/service/src/lib.rs @@ -22,7 +22,7 @@ use cumulus_client_cli::CollatorOptions; use cumulus_client_consensus_common::ParachainConsensus; use cumulus_primitives_core::{CollectCollationInfo, ParaId}; use cumulus_relay_chain_interface::RelayChainInterface; -use polkadot_primitives::v1::CollatorPair; +use polkadot_primitives::v2::CollatorPair; use sc_client_api::{ Backend as BackendT, BlockBackend, BlockchainEvents, Finalizer, UsageProvider, }; diff --git a/pallets/parachain-system/src/lib.rs b/pallets/parachain-system/src/lib.rs index 813ef073c7e..2338192da1f 100644 --- a/pallets/parachain-system/src/lib.rs +++ b/pallets/parachain-system/src/lib.rs @@ -321,7 +321,7 @@ pub mod pallet { .read_upgrade_go_ahead_signal() .expect("Invalid upgrade go ahead signal"); match upgrade_go_ahead_signal { - Some(relay_chain::v1::UpgradeGoAhead::GoAhead) => { + Some(relay_chain::v2::UpgradeGoAhead::GoAhead) => { assert!( >::exists(), "No new validation function found in storage, GoAhead signal is not expected", @@ -332,7 +332,7 @@ pub mod pallet { ::on_validation_code_applied(); Self::deposit_event(Event::ValidationFunctionApplied(vfp.relay_parent_number)); }, - Some(relay_chain::v1::UpgradeGoAhead::Abort) => { + Some(relay_chain::v2::UpgradeGoAhead::Abort) => { >::kill(); Self::deposit_event(Event::ValidationFunctionDiscarded); }, @@ -482,7 +482,7 @@ pub mod pallet { /// set after the inherent. #[pallet::storage] pub(super) type UpgradeRestrictionSignal = - StorageValue<_, Option, ValueQuery>; + StorageValue<_, Option, ValueQuery>; /// The snapshot of some state related to messaging relevant to the current parachain as per /// the relay parent. @@ -531,7 +531,7 @@ pub mod pallet { /// This will be cleared in `on_initialize` of each new block. #[pallet::storage] pub(super) type HrmpWatermark = - StorageValue<_, relay_chain::v1::BlockNumber, ValueQuery>; + StorageValue<_, relay_chain::v2::BlockNumber, ValueQuery>; /// HRMP messages that were sent in a block. /// @@ -779,7 +779,7 @@ impl Pallet { fn process_inbound_horizontal_messages( ingress_channels: &[(ParaId, cumulus_primitives_core::AbridgedHrmpChannel)], horizontal_messages: BTreeMap>, - relay_parent_number: relay_chain::v1::BlockNumber, + relay_parent_number: relay_chain::v2::BlockNumber, ) -> Weight { // First, check that all submitted messages are sent from channels that exist. The // channel exists if its MQC head is present in `vfp.hrmp_mqc_heads`. diff --git a/pallets/parachain-system/src/relay_state_snapshot.rs b/pallets/parachain-system/src/relay_state_snapshot.rs index b85f960af92..ba3149119fd 100644 --- a/pallets/parachain-system/src/relay_state_snapshot.rs +++ b/pallets/parachain-system/src/relay_state_snapshot.rs @@ -145,7 +145,7 @@ impl RelayChainStateProof { /// `proof`. pub fn new( para_id: ParaId, - relay_parent_storage_root: relay_chain::v1::Hash, + relay_parent_storage_root: relay_chain::v2::Hash, proof: StorageProof, ) -> Result { let db = proof.into_memory_db::>(); @@ -191,7 +191,7 @@ impl RelayChainStateProof { let mut ingress_channels = Vec::with_capacity(ingress_channel_index.len()); for sender in ingress_channel_index { - let channel_id = relay_chain::v1::HrmpChannelId { sender, recipient: self.para_id }; + let channel_id = relay_chain::v2::HrmpChannelId { sender, recipient: self.para_id }; let hrmp_channel: AbridgedHrmpChannel = read_entry( &self.trie_backend, &relay_chain::well_known_keys::hrmp_channels(channel_id), @@ -203,7 +203,7 @@ impl RelayChainStateProof { let mut egress_channels = Vec::with_capacity(egress_channel_index.len()); for recipient in egress_channel_index { - let channel_id = relay_chain::v1::HrmpChannelId { sender: self.para_id, recipient }; + let channel_id = relay_chain::v2::HrmpChannelId { sender: self.para_id, recipient }; let hrmp_channel: AbridgedHrmpChannel = read_entry( &self.trie_backend, &relay_chain::well_known_keys::hrmp_channels(channel_id), @@ -231,12 +231,12 @@ impl RelayChainStateProof { .map_err(Error::Config) } - /// Read the [`Slot`](relay_chain::v1::Slot) from the relay chain state proof. + /// Read the [`Slot`](relay_chain::v2::Slot) from the relay chain state proof. /// /// The slot is slot of the relay chain block this state proof was extracted from. /// /// Returns an error if anything failed at reading or decoding. - pub fn read_slot(&self) -> Result { + pub fn read_slot(&self) -> Result { read_entry(&self.trie_backend, relay_chain::well_known_keys::CURRENT_SLOT, None) .map_err(Error::Slot) } @@ -250,7 +250,7 @@ impl RelayChainStateProof { /// Returns an error if anything failed at reading or decoding. pub fn read_upgrade_go_ahead_signal( &self, - ) -> Result, Error> { + ) -> Result, Error> { read_optional_entry( &self.trie_backend, &relay_chain::well_known_keys::upgrade_go_ahead_signal(self.para_id), @@ -266,7 +266,7 @@ impl RelayChainStateProof { /// Returns an error if anything failed at reading or decoding. pub fn read_upgrade_restriction_signal( &self, - ) -> Result, Error> { + ) -> Result, Error> { read_optional_entry( &self.trie_backend, &relay_chain::well_known_keys::upgrade_restriction_signal(self.para_id), diff --git a/pallets/parachain-system/src/tests.rs b/pallets/parachain-system/src/tests.rs index 40e85f0c726..652cfd3d78c 100755 --- a/pallets/parachain-system/src/tests.rs +++ b/pallets/parachain-system/src/tests.rs @@ -31,7 +31,7 @@ use frame_support::{ }; use frame_system::RawOrigin; use hex_literal::hex; -use relay_chain::v1::HrmpChannelId; +use relay_chain::v2::HrmpChannelId; use sp_core::H256; use sp_runtime::{ testing::Header, @@ -392,7 +392,7 @@ fn events() { BlockTests::new() .with_relay_sproof_builder(|_, block_number, builder| { if block_number > 123 { - builder.upgrade_go_ahead = Some(relay_chain::v1::UpgradeGoAhead::GoAhead); + builder.upgrade_go_ahead = Some(relay_chain::v2::UpgradeGoAhead::GoAhead); } }) .add_with_post_test( @@ -443,7 +443,7 @@ fn manipulates_storage() { BlockTests::new() .with_relay_sproof_builder(|_, block_number, builder| { if block_number > 123 { - builder.upgrade_go_ahead = Some(relay_chain::v1::UpgradeGoAhead::GoAhead); + builder.upgrade_go_ahead = Some(relay_chain::v2::UpgradeGoAhead::GoAhead); } }) .add(123, || { @@ -471,7 +471,7 @@ fn aborted_upgrade() { BlockTests::new() .with_relay_sproof_builder(|_, block_number, builder| { if block_number > 123 { - builder.upgrade_go_ahead = Some(relay_chain::v1::UpgradeGoAhead::Abort); + builder.upgrade_go_ahead = Some(relay_chain::v2::UpgradeGoAhead::Abort); } }) .add(123, || { diff --git a/pallets/solo-to-para/src/lib.rs b/pallets/solo-to-para/src/lib.rs index 94aef3ab386..202d91cae9a 100644 --- a/pallets/solo-to-para/src/lib.rs +++ b/pallets/solo-to-para/src/lib.rs @@ -21,7 +21,7 @@ use cumulus_pallet_parachain_system as parachain_system; use frame_support::{dispatch::DispatchResult, pallet_prelude::*, weights::DispatchInfo}; use frame_system::pallet_prelude::*; pub use pallet::*; -use polkadot_primitives::v1::PersistedValidationData; +use polkadot_primitives::v2::PersistedValidationData; use scale_info::TypeInfo; use sp_runtime::{ traits::{DispatchInfoOf, Dispatchable, SignedExtension}, diff --git a/pallets/xcmp-queue/Cargo.toml b/pallets/xcmp-queue/Cargo.toml index c5d911bc410..b9439bb4434 100644 --- a/pallets/xcmp-queue/Cargo.toml +++ b/pallets/xcmp-queue/Cargo.toml @@ -56,6 +56,6 @@ std = [ runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", - "frame-support/runtime-benchmarks", + "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", ] diff --git a/parachain-template/node/Cargo.toml b/parachain-template/node/Cargo.toml index 4fc78cd0885..172c2e6cb65 100644 --- a/parachain-template/node/Cargo.toml +++ b/parachain-template/node/Cargo.toml @@ -90,4 +90,4 @@ runtime-benchmarks = [ "parachain-template-runtime/runtime-benchmarks", "polkadot-cli/runtime-benchmarks", ] -try-runtime = ["parachain-template-runtime/try-runtime"] \ No newline at end of file +try-runtime = ["parachain-template-runtime/try-runtime"] diff --git a/parachain-template/node/src/command.rs b/parachain-template/node/src/command.rs index 9f3124a35fc..a6a1040ceb1 100644 --- a/parachain-template/node/src/command.rs +++ b/parachain-template/node/src/command.rs @@ -275,7 +275,7 @@ pub fn run() -> Result<()> { let id = ParaId::from(para_id); let parachain_account = - AccountIdConversion::::into_account(&id); + AccountIdConversion::::into_account(&id); let state_version = RelayChainCli::native_runtime_version(&config.chain_spec).state_version(); diff --git a/polkadot-parachains/parachains-common/src/impls.rs b/polkadot-parachains/parachains-common/src/impls.rs index 47a0ce9243f..4a2411c2cf3 100644 --- a/polkadot-parachains/parachains-common/src/impls.rs +++ b/polkadot-parachains/parachains-common/src/impls.rs @@ -40,7 +40,7 @@ impl OnUnbalanced> for ToStakingPot where R: pallet_balances::Config + pallet_collator_selection::Config, AccountIdOf: - From + Into, + From + Into, ::Event: From>, { fn on_nonzero_unbalanced(amount: NegativeImbalance) { @@ -56,7 +56,7 @@ impl OnUnbalanced> for DealWithFees where R: pallet_balances::Config + pallet_collator_selection::Config, AccountIdOf: - From + Into, + From + Into, ::Event: From>, { fn on_unbalanceds(mut fees_then_tips: impl Iterator>) { @@ -76,7 +76,7 @@ impl HandleCredit, pallet_assets::Pallet> for AssetsToBlock where R: pallet_authorship::Config + pallet_assets::Config, AccountIdOf: - From + Into, + From + Into, { fn handle_credit(credit: CreditOf, pallet_assets::Pallet>) { if let Some(author) = pallet_authorship::Pallet::::author() { @@ -119,7 +119,7 @@ mod tests { }; use frame_system::{limits, EnsureRoot}; use pallet_collator_selection::IdentityCollator; - use polkadot_primitives::v1::AccountId; + use polkadot_primitives::v2::AccountId; use sp_core::H256; use sp_runtime::{ testing::Header, diff --git a/polkadot-parachains/src/command.rs b/polkadot-parachains/src/command.rs index 0265839706c..3c93fb8b2e6 100644 --- a/polkadot-parachains/src/command.rs +++ b/polkadot-parachains/src/command.rs @@ -508,7 +508,7 @@ pub fn run() -> Result<()> { let id = ParaId::from(para_id); let parachain_account = - AccountIdConversion::::into_account(&id); + AccountIdConversion::::into_account(&id); let state_version = RelayChainCli::native_runtime_version(&config.chain_spec).state_version(); diff --git a/polkadot-parachains/src/service.rs b/polkadot-parachains/src/service.rs index b72753590c6..368b281cb03 100644 --- a/polkadot-parachains/src/service.rs +++ b/polkadot-parachains/src/service.rs @@ -25,7 +25,7 @@ use cumulus_client_service::{ prepare_node_config, start_collator, start_full_node, StartCollatorParams, StartFullNodeParams, }; use cumulus_primitives_core::{ - relay_chain::v1::{Hash as PHash, PersistedValidationData}, + relay_chain::v2::{Hash as PHash, PersistedValidationData}, ParaId, }; use cumulus_relay_chain_inprocess_interface::build_inprocess_relay_chain; diff --git a/primitives/core/src/lib.rs b/primitives/core/src/lib.rs index e2519e67879..c6b85e7da69 100644 --- a/primitives/core/src/lib.rs +++ b/primitives/core/src/lib.rs @@ -28,21 +28,21 @@ pub use polkadot_parachain::primitives::{ DmpMessageHandler, Id as ParaId, IsSystem, UpwardMessage, ValidationParams, XcmpMessageFormat, XcmpMessageHandler, }; -pub use polkadot_primitives::v1::{ +pub use polkadot_primitives::v2::{ AbridgedHostConfiguration, AbridgedHrmpChannel, PersistedValidationData, }; /// A module that re-exports relevant relay chain definitions. pub mod relay_chain { pub use polkadot_core_primitives::*; - pub use polkadot_primitives::{v1, v1::well_known_keys, v2}; + pub use polkadot_primitives::{v2, v2::well_known_keys}; } /// An inbound HRMP message. -pub type InboundHrmpMessage = polkadot_primitives::v1::InboundHrmpMessage; +pub type InboundHrmpMessage = polkadot_primitives::v2::InboundHrmpMessage; /// And outbound HRMP message -pub type OutboundHrmpMessage = polkadot_primitives::v1::OutboundHrmpMessage; +pub type OutboundHrmpMessage = polkadot_primitives::v2::OutboundHrmpMessage; /// Error description of a message send failure. #[derive(Eq, PartialEq, Copy, Clone, RuntimeDebug, Encode, Decode)] @@ -204,11 +204,11 @@ pub struct CollationInfoV1 { /// The horizontal messages sent by the parachain. pub horizontal_messages: Vec, /// New validation code. - pub new_validation_code: Option, + pub new_validation_code: Option, /// The number of messages processed from the DMQ. pub processed_downward_messages: u32, /// The mark which specifies the block number up to which all inbound HRMP messages are processed. - pub hrmp_watermark: relay_chain::v1::BlockNumber, + pub hrmp_watermark: relay_chain::v2::BlockNumber, } impl CollationInfoV1 { @@ -233,11 +233,11 @@ pub struct CollationInfo { /// The horizontal messages sent by the parachain. pub horizontal_messages: Vec, /// New validation code. - pub new_validation_code: Option, + pub new_validation_code: Option, /// The number of messages processed from the DMQ. pub processed_downward_messages: u32, /// The mark which specifies the block number up to which all inbound HRMP messages are processed. - pub hrmp_watermark: relay_chain::v1::BlockNumber, + pub hrmp_watermark: relay_chain::v2::BlockNumber, /// The head data, aka encoded header, of the block that corresponds to the collation. pub head_data: HeadData, } diff --git a/primitives/parachain-inherent/src/client_side.rs b/primitives/parachain-inherent/src/client_side.rs index d585a83fd1f..99c27bc8241 100644 --- a/primitives/parachain-inherent/src/client_side.rs +++ b/primitives/parachain-inherent/src/client_side.rs @@ -19,7 +19,7 @@ use crate::ParachainInherentData; use codec::Decode; use cumulus_primitives_core::{ - relay_chain::{self, v1::HrmpChannelId, Hash as PHash}, + relay_chain::{self, v2::HrmpChannelId, Hash as PHash}, ParaId, PersistedValidationData, }; use cumulus_relay_chain_interface::RelayChainInterface; diff --git a/primitives/timestamp/src/lib.rs b/primitives/timestamp/src/lib.rs index 9c39cde1162..5822503ac17 100644 --- a/primitives/timestamp/src/lib.rs +++ b/primitives/timestamp/src/lib.rs @@ -27,7 +27,7 @@ #![cfg_attr(not(feature = "std"), no_std)] -use cumulus_primitives_core::relay_chain::v1::Slot; +use cumulus_primitives_core::relay_chain::v2::Slot; use sp_inherents::{Error, InherentData}; use sp_std::time::Duration; diff --git a/test/client/src/block_builder.rs b/test/client/src/block_builder.rs index f922d2a30b7..14d4bc00ced 100644 --- a/test/client/src/block_builder.rs +++ b/test/client/src/block_builder.rs @@ -19,7 +19,7 @@ use cumulus_primitives_core::{ParachainBlockData, PersistedValidationData}; use cumulus_primitives_parachain_inherent::{ParachainInherentData, INHERENT_IDENTIFIER}; use cumulus_test_relay_sproof_builder::RelayStateSproofBuilder; use cumulus_test_runtime::{Block, GetLastTimestamp, Hash, Header}; -use polkadot_primitives::v1::{BlockNumber as PBlockNumber, Hash as PHash}; +use polkadot_primitives::v2::{BlockNumber as PBlockNumber, Hash as PHash}; use sc_block_builder::{BlockBuilder, BlockBuilderProvider}; use sp_api::ProvideRuntimeApi; use sp_runtime::{ diff --git a/test/relay-sproof-builder/src/lib.rs b/test/relay-sproof-builder/src/lib.rs index 30a576b71c2..179b817dbcf 100644 --- a/test/relay-sproof-builder/src/lib.rs +++ b/test/relay-sproof-builder/src/lib.rs @@ -17,7 +17,7 @@ use cumulus_primitives_core::{ relay_chain, AbridgedHostConfiguration, AbridgedHrmpChannel, ParaId, }; -use polkadot_primitives::v1::UpgradeGoAhead; +use polkadot_primitives::v2::UpgradeGoAhead; use sp_runtime::traits::HashFor; use sp_state_machine::MemoryDB; use sp_std::collections::btree_map::BTreeMap; @@ -41,8 +41,8 @@ pub struct RelayStateSproofBuilder { pub relay_dispatch_queue_size: Option<(u32, u32)>, pub hrmp_ingress_channel_index: Option>, pub hrmp_egress_channel_index: Option>, - pub hrmp_channels: BTreeMap, - pub current_slot: relay_chain::v1::Slot, + pub hrmp_channels: BTreeMap, + pub current_slot: relay_chain::v2::Slot, } impl Default for RelayStateSproofBuilder { @@ -84,7 +84,7 @@ impl RelayStateSproofBuilder { } self.hrmp_channels - .entry(relay_chain::v1::HrmpChannelId { sender, recipient: self.para_id }) + .entry(relay_chain::v2::HrmpChannelId { sender, recipient: self.para_id }) .or_insert_with(|| AbridgedHrmpChannel { max_capacity: 0, max_total_size: 0, @@ -97,8 +97,8 @@ impl RelayStateSproofBuilder { pub fn into_state_root_and_proof( self, - ) -> (polkadot_primitives::v1::Hash, sp_state_machine::StorageProof) { - let (db, root) = MemoryDB::>::default_with_root(); + ) -> (polkadot_primitives::v2::Hash, sp_state_machine::StorageProof) { + let (db, root) = MemoryDB::>::default_with_root(); let state_version = Default::default(); // for test using default. let mut backend = sp_state_machine::TrieBackend::new(db, root); diff --git a/test/service/src/genesis.rs b/test/service/src/genesis.rs index cf46d11af7f..c3e0147882f 100644 --- a/test/service/src/genesis.rs +++ b/test/service/src/genesis.rs @@ -18,7 +18,7 @@ use codec::Encode; use cumulus_client_service::genesis::generate_genesis_block; use cumulus_primitives_core::ParaId; use cumulus_test_runtime::Block; -use polkadot_primitives::v0::HeadData; +use polkadot_primitives::v2::HeadData; use sp_runtime::traits::Block as BlockT; /// Returns the initial head data for a parachain ID. diff --git a/test/service/src/lib.rs b/test/service/src/lib.rs index bcd7fdfac78..f70465fb900 100644 --- a/test/service/src/lib.rs +++ b/test/service/src/lib.rs @@ -42,7 +42,7 @@ use cumulus_test_runtime::{Hash, Header, NodeBlock as Block, RuntimeApi}; use parking_lot::Mutex; use frame_system_rpc_runtime_api::AccountNonceApi; -use polkadot_primitives::v1::{CollatorPair, Hash as PHash, PersistedValidationData}; +use polkadot_primitives::v2::{CollatorPair, Hash as PHash, PersistedValidationData}; use polkadot_service::ProvideRuntimeApi; use sc_client_api::execution_extensions::ExecutionStrategies; use sc_network::{config::TransportConfig, multiaddr, NetworkService};